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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

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

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/build/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/build/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/build/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!
 * Datepicker for Bootstrap v1.10.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline 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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-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(/build/fonts/glyphicons-halflings-regular.f4769f9b.eot);
  src: url(/build/fonts/glyphicons-halflings-regular.f4769f9b.eot) format("embedded-opentype"), url(/build/fonts/glyphicons-halflings-regular.448c34a5.woff2) format("woff2"), url(/build/fonts/glyphicons-halflings-regular.fa277232.woff) format("woff"), url(/build/fonts/glyphicons-halflings-regular.e18bbf61.ttf) format("truetype"), url(/build/images/glyphicons-halflings-regular.svg) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  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";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  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: 400;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  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%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  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%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .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;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

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

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: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 15px;
}

.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: 992px) {
  .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: 1200px) {
  .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%;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  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: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.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 {
  min-height: 0.01%;
  overflow-x: auto;
}

@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;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@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: 34px;
  }
  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: 30px;
  }
  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: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

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

@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

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

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.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: #204d74;
  border-color: #122b40;
}

.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: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.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: #398439;
  border-color: #255625;
}

.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: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  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;
  background-image: none;
  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.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;
  background-image: none;
  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.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: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.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: #ac2925;
  border-color: #761c19;
}

.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: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.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%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  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: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.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: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.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-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

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:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 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 {
  padding-left: 0;
  margin-bottom: 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: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.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: 4px 4px 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: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

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

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

.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: #337ab7;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}

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

.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: 4px 4px 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-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  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: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .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;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .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: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.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-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    background-color: #e7e7e7;
  }
  .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-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.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: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .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: #9d9d9d;
  }
  .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-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-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.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: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.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: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.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: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

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

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  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: #337ab7;
  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: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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: -webkit-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-image: -o-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-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: -webkit-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-image: -o-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-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: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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 {
  overflow: hidden;
  zoom: 1;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

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

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

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

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 {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.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: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

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: #a94442;
  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: #a94442;
  border-color: #a94442;
}

.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: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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-left-radius: 3px;
  border-top-right-radius: 3px;
}

.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: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.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: 3px;
  border-top-right-radius: 3px;
}

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

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

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

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

.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 {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.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-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.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-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

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

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  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, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.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: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.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 {
  right: 5px;
  bottom: 0;
  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;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  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 {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    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, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-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;
  bottom: 0;
  left: 0;
  width: 15%;
  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);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  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%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.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;
  font-family: serif;
  line-height: 1;
}

.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  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 {
    right: 20%;
    left: 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 {
  display: table;
  content: " ";
}

.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 {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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: 991px) {
  .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: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/build/images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/build/fonts/slick.ced611da.eot);
  src: url(/build/fonts/slick.ced611da.eot) format("embedded-opentype"), url(/build/fonts/slick.b7c9e1e4.woff) format("woff"), url(/build/fonts/slick.d41f55a7.ttf) format("truetype"), url(/build/images/slick.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.mx-icon-left:before,
.mx-icon-right:before,
.mx-icon-double-left:before,
.mx-icon-double-right:before,
.mx-icon-double-left:after,
.mx-icon-double-right:after {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-style: solid;
  border-color: currentColor;
  border-width: 2px 0 0 2px;
  border-radius: 1px;
  box-sizing: border-box;
  transform-origin: center;
  transform: rotate(-45deg) scale(0.7);
}

.mx-icon-double-left:after {
  left: -4px;
}

.mx-icon-double-right:before {
  left: 4px;
}

.mx-icon-right:before,
.mx-icon-double-right:before,
.mx-icon-double-right:after {
  transform: rotate(135deg) scale(0.7);
}

.mx-btn {
  box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #73879c;
  white-space: nowrap;
}

.mx-btn:hover {
  border-color: #1284e7;
  color: #1284e7;
}

.mx-btn:disabled, .mx-btn.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.mx-btn-text {
  border: 0;
  padding: 0 4px;
  text-align: left;
  line-height: inherit;
}

.mx-scrollbar {
  height: 100%;
}

.mx-scrollbar:hover .mx-scrollbar-track {
  opacity: 1;
}

.mx-scrollbar-wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.mx-scrollbar-track {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 6px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.24s ease-out;
}

.mx-scrollbar-track .mx-scrollbar-thumb {
  position: absolute;
  width: 100%;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  transition: background-color 0.3s;
}

.mx-zoom-in-down-enter-active,
.mx-zoom-in-down-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center top;
}

.mx-zoom-in-down-enter,
.mx-zoom-in-down-enter-from,
.mx-zoom-in-down-leave-to {
  opacity: 0;
  transform: scaleY(0);
}

.mx-datepicker {
  position: relative;
  display: inline-block;
  width: 210px;
}

.mx-datepicker svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.mx-datepicker-range {
  width: 320px;
}

.mx-datepicker-inline {
  width: auto;
}

.mx-input-wrapper {
  position: relative;
}

.mx-input {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 30px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mx-input:hover, .mx-input:focus {
  border-color: #409aff;
}

.mx-input:disabled, .mx-input.disabled {
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #ccc;
  cursor: not-allowed;
}

.mx-input:focus {
  outline: none;
}

.mx-input::-ms-clear {
  display: none;
}

.mx-icon-calendar,
.mx-icon-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

.mx-icon-clear {
  cursor: pointer;
}

.mx-icon-clear:hover {
  color: rgba(0, 0, 0, 0.8);
}

.mx-datepicker-main {
  font: 14px/1.5 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei', sans-serif;
  color: #73879c;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.mx-datepicker-popup {
  position: absolute;
  margin-top: 1px;
  margin-bottom: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 2001;
}

.mx-datepicker-sidebar {
  float: left;
  box-sizing: border-box;
  width: 100px;
  padding: 6px;
  overflow: auto;
}

.mx-datepicker-sidebar + .mx-datepicker-content {
  margin-left: 100px;
  border-left: 1px solid #e8e8e8;
}

.mx-datepicker-body {
  position: relative;
  user-select: none;
}

.mx-btn-shortcut {
  display: block;
  padding: 0 6px;
  line-height: 24px;
}

.mx-range-wrapper {
  display: flex;
}

@media (max-width: 750px) {
  .mx-range-wrapper {
    flex-direction: column;
  }
}

.mx-datepicker-header {
  padding: 6px 8px;
  border-bottom: 1px solid #e8e8e8;
}

.mx-datepicker-footer {
  padding: 6px 8px;
  text-align: right;
  border-top: 1px solid #e8e8e8;
}

.mx-calendar {
  box-sizing: border-box;
  width: 248px;
  padding: 6px 12px;
}

.mx-calendar + .mx-calendar {
  border-left: 1px solid #e8e8e8;
}

.mx-calendar-header, .mx-time-header {
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  text-align: center;
  overflow: hidden;
}

.mx-btn-icon-left,
.mx-btn-icon-double-left {
  float: left;
}

.mx-btn-icon-right,
.mx-btn-icon-double-right {
  float: right;
}

.mx-calendar-header-label {
  font-size: 14px;
}

.mx-calendar-decade-separator {
  margin: 0 2px;
}

.mx-calendar-decade-separator:after {
  content: '~';
}

.mx-calendar-content {
  position: relative;
  height: 224px;
  box-sizing: border-box;
}

.mx-calendar-content .cell {
  cursor: pointer;
}

.mx-calendar-content .cell:hover {
  color: #73879c;
  background-color: #f3f9fe;
}

.mx-calendar-content .cell.active {
  color: #fff;
  background-color: #1284e7;
}

.mx-calendar-content .cell.in-range, .mx-calendar-content .cell.hover-in-range {
  color: #73879c;
  background-color: #dbedfb;
}

.mx-calendar-content .cell.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.mx-calendar-week-mode .mx-date-row {
  cursor: pointer;
}

.mx-calendar-week-mode .mx-date-row:hover {
  background-color: #f3f9fe;
}

.mx-calendar-week-mode .mx-date-row.mx-active-week {
  background-color: #dbedfb;
}

.mx-calendar-week-mode .mx-date-row .cell:hover {
  color: inherit;
  background-color: transparent;
}

.mx-calendar-week-mode .mx-date-row .cell.active {
  color: inherit;
  background-color: transparent;
}

.mx-week-number {
  opacity: 0.5;
}

.mx-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}

.mx-table th {
  padding: 0;
  font-weight: 500;
  vertical-align: middle;
}

.mx-table td {
  padding: 0;
  vertical-align: middle;
}

.mx-table-date td,
.mx-table-date th {
  height: 32px;
  font-size: 12px;
}

.mx-table-date .today {
  color: #2a90e9;
}

.mx-table-date .cell.not-current-month {
  color: #ccc;
  background: none;
}

.mx-time {
  flex: 1;
  width: 224px;
  background: #fff;
}

.mx-time + .mx-time {
  border-left: 1px solid #e8e8e8;
}

.mx-calendar-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mx-time-header {
  border-bottom: 1px solid #e8e8e8;
}

.mx-time-content {
  height: 224px;
  box-sizing: border-box;
  overflow: hidden;
}

.mx-time-columns {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mx-time-column {
  flex: 1;
  position: relative;
  border-left: 1px solid #e8e8e8;
  text-align: center;
}

.mx-time-column:first-child {
  border-left: 0;
}

.mx-time-column .mx-time-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mx-time-column .mx-time-list::after {
  content: '';
  display: block;
  height: 192px;
}

.mx-time-column .mx-time-item {
  cursor: pointer;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}

.mx-time-column .mx-time-item:hover {
  color: #73879c;
  background-color: #f3f9fe;
}

.mx-time-column .mx-time-item.active {
  color: #1284e7;
  background-color: transparent;
  font-weight: 700;
}

.mx-time-column .mx-time-item.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.mx-time-option {
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}

.mx-time-option:hover {
  color: #73879c;
  background-color: #f3f9fe;
}

.mx-time-option.active {
  color: #1284e7;
  background-color: transparent;
  font-weight: 700;
}

.mx-time-option.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

/* Icons styles */
@font-face {
  font-family: "Myfullcare";
  src: url(/build/fonts/Myfullcare.9dab752a.eot);
  src: url(/build/fonts/Myfullcare.9dab752a.eot) format("embedded-opentype"), url(/build/fonts/Myfullcare.10666f34.ttf) format("truetype"), url(/build/fonts/Myfullcare.28d8fd0f.woff) format("woff"), url(/build/images/Myfullcare.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Myfullcare" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-information:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-envelop:before {
  content: "";
}

.icon-marker:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

/* Base files */
/* Calibre font styles */
@font-face {
  font-family: "CalibreBlack";
  src: url(/build/fonts/Calibre-Black.1d9da745.eot);
  src: url(/build/fonts/Calibre-Black.1d9da745.eot) format("embedded-opentype"), url(/build/fonts/Calibre-Black.8c2f863d.woff2) format("woff2"), url(/build/fonts/Calibre-Black.09502099.woff) format("woff"), url(/build/fonts/Calibre-Black.fb90552f.ttf) format("truetype"), url(/build/images/Calibre-Black.svg) format("svg");
}

@font-face {
  font-family: "CalibreMedium";
  src: url(/build/fonts/Calibre-Medium.49fd91fd.eot);
  src: url(/build/fonts/Calibre-Medium.49fd91fd.eot) format("embedded-opentype"), url(/build/fonts/Calibre-Medium.c65af404.woff2) format("woff2"), url(/build/fonts/Calibre-Medium.67343001.woff) format("woff"), url(/build/fonts/Calibre-Medium.51fed6a6.ttf) format("truetype"), url(/build/images/Calibre-Medium.svg) format("svg");
}

@font-face {
  font-family: "CalibreMediumItalic";
  src: url(/build/fonts/Calibre-MediumItalic.30252044.eot);
  src: url(/build/fonts/Calibre-MediumItalic.30252044.eot) format("embedded-opentype"), url(/build/fonts/Calibre-MediumItalic.69f0645c.woff2) format("woff2"), url(/build/fonts/Calibre-MediumItalic.89d7918b.woff) format("woff"), url(/build/fonts/Calibre-MediumItalic.22419323.ttf) format("truetype"), url(/build/images/Calibre-MediumItalic.svg) format("svg");
}

@font-face {
  font-family: "CalibreBold";
  src: url(/build/fonts/Calibre-Bold.fefdfad6.eot);
  src: url(/build/fonts/Calibre-Bold.fefdfad6.eot) format("embedded-opentype"), url(/build/fonts/Calibre-Bold.35fd8514.woff2) format("woff2"), url(/build/fonts/Calibre-Bold.e1911b70.woff) format("woff"), url(/build/fonts/Calibre-Bold.d2a7ef85.ttf) format("truetype"), url(/build/images/Calibre-Bold.svg) format("svg");
}

@font-face {
  font-family: "CalibreRegular";
  src: url(/build/fonts/Calibre-Regular.64a1c103.eot);
  src: url(/build/fonts/Calibre-Regular.64a1c103.eot) format("embedded-opentype"), url(/build/fonts/Calibre-Regular.dcaa5a67.woff2) format("woff2"), url(/build/fonts/Calibre-Regular.f02b0112.woff) format("woff"), url(/build/fonts/Calibre-Regular.9632dd08.ttf) format("truetype"), url(/build/images/Calibre-Regular.svg) format("svg");
}

@font-face {
  font-family: "CalibreSemiboldItalic";
  src: url(/build/fonts/Calibre-SemiboldItalic.b220e9ba.eot);
  src: url(/build/fonts/Calibre-SemiboldItalic.b220e9ba.eot) format("embedded-opentype"), url(/build/fonts/Calibre-SemiboldItalic.79376996.woff2) format("woff2"), url(/build/fonts/Calibre-SemiboldItalic.dc34ea71.woff) format("woff"), url(/build/fonts/Calibre-SemiboldItalic.db820235.ttf) format("truetype"), url(/build/images/Calibre-SemiboldItalic.svg) format("svg");
}

@font-face {
  font-family: "CalibreSemibold";
  src: url(/build/fonts/Calibre-Semibold.639a3c8b.eot);
  src: url(/build/fonts/Calibre-Semibold.639a3c8b.eot) format("embedded-opentype"), url(/build/fonts/Calibre-Semibold.a677159d.woff2) format("woff2"), url(/build/fonts/Calibre-Semibold.5bbd037d.woff) format("woff"), url(/build/fonts/Calibre-Semibold.48ef453c.ttf) format("truetype"), url(/build/images/Calibre-Semibold.svg) format("svg");
}

@font-face {
  font-family: "CalibreLight";
  src: url(/build/fonts/Calibre-Light.8abd6ea5.eot);
  src: url(/build/fonts/Calibre-Light.8abd6ea5.eot) format("embedded-opentype"), url(/build/fonts/Calibre-Light.8bad3352.woff2) format("woff2"), url(/build/fonts/Calibre-Light.88a39528.woff) format("woff"), url(/build/fonts/Calibre-Light.22554c6d.ttf) format("truetype"), url(/build/images/Calibre-Light.svg) format("svg");
}

/* Media queries breakpoints */
/* Variables for colors */
/* WellBeing Journey */
/* Wellness */
/* Font */
/* Wellbeing Fonts */
/* Layout */
/* Easing */
/*
   Animation example, for spinners
*/
/* Spinner */
@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}

/* Half circle */
@keyframes halfCircle {
  100% {
    transform: rotate(180deg);
  }
}

/* Placeholder */
@keyframes placeholder {
  0% {
    background-position: -526px 0;
  }
  100% {
    background-position: 526px 0;
  }
}

/* Line loading */
@keyframes line-loading {
  0% {
    margin: 0 48px;
  }
  50% {
    margin: 0 -8px;
  }
  100% {
    margin: 0 48px;
  }
}

/* Animation */
/* Font family */
/* Keyframes */
/* Overflow scrolling */
/* Placeholder */
/* Transition */
/* Loading placeholder */
/* Loading line */
* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

html.noscroll,
body.noscroll {
  overflow: hidden;
}

body {
  background: #ffffff;
  color: #434343;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: auto;
}

a {
  color: var(--mainColor);
  transition: all 0.3s ease-out;
}

a:link, a:visited, a:hover {
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--mainColor);
}

a:focus {
  outline: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

img {
  backface-visibility: hidden;
  max-width: 100%;
}

/* Add top spacing for sticky header */
.wrapper {
  padding-top: 50px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #99a3ac;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #99a3ac;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #99a3ac;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #99a3ac;
  opacity: 1;
}

/**
 * If you wanna to override style of any library, you can push your scss here
 */
/* Date picker */
.datepicker-dropdown {
  padding: 5px;
  width: 100%;
}

.datepicker .day {
  transition: all 0.3s ease-out;
}

.datepicker .today:hover, .datepicker .today.disabled, .datepicker .today.disabled:hover {
  background: var(--mainColor);
  color: #ffffff;
}

.datepicker table {
  width: 100%;
}

.datepicker table tr td.active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.active:hover {
  background: var(--mainColor);
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover {
  background: var(--mainColor);
}

/* Vuejs date picker */
.mx-datepicker-main {
  border: none;
  color: #6d6d6d;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}

.mx-calendar {
  width: 100%;
  padding: 0;
}

.mx-calendar-header, .mx-time-header {
  height: 30px;
  line-height: 30px;
}

.mx-calendar-header-label {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
}

.mx-calendar-content {
  height: auto;
}

.mx-calendar-content .cell {
  border: 1px solid #d4d4d4;
}

.mx-calendar-content .cell.active {
  background: none;
}

.mx-calendar-content .cell.active div {
  align-items: center;
  background: #2b2f5a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: calc(100% - 2px);
  margin: auto;
  max-height: 35px;
  max-width: 35px;
  width: calc(100% - 2px);
}

.mx-calendar-content .cell.disabled {
  pointer-events: none;
}

.mx-btn {
  color: #d4d4d4;
  font-weight: normal;
}

.mx-btn:hover {
  border-color: var(--mainColor);
  color: var(--mainColor);
}

.mx-btn-current-month, .mx-btn-current-year {
  pointer-events: none;
}

.mx-btn-icon-double-left, .mx-btn-icon-double-right {
  display: none;
}

.mx-calendar-header-label .mx-btn {
  color: inherit;
  font-size: inherit;
}

.mx-icon-left:before, .mx-icon-left:after, .mx-icon-right:before, .mx-icon-right:after, .mx-icon-double-left:before, .mx-icon-double-left:after, .mx-icon-double-right:before, .mx-icon-double-right:after {
  height: 17px;
  width: 17px;
}

.mx-icon-left:before, .mx-icon-right:before, .mx-icon-double-left:before, .mx-icon-double-right:before {
  transform: rotate(-45deg);
}

.mx-icon-double-left:after, .mx-icon-double-right:after {
  transform: rotate(-45deg);
}

.mx-icon-right:before {
  transform: rotate(135deg);
}

.mx-icon-double-right:before, .mx-icon-double-right:after {
  transform: rotate(135deg);
}

.mx-table {
  border-collapse: collapse;
}

.mx-table-month, .mx-table-year {
  margin-top: 10px;
}

.mx-table-date th,
.mx-table-date td, .mx-table-month th,
.mx-table-month td, .mx-table-year th,
.mx-table-year td {
  font-size: 15px;
  height: 37px;
  text-align: center;
}

.mx-table-date th, .mx-table-month th, .mx-table-year th {
  color: #99a3ac;
}

.mx-table-date td, .mx-table-month td, .mx-table-year td {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.mx-table-date .today, .mx-table-month .today, .mx-table-year .today {
  color: var(--mainColor);
}

.mx-range-wrapper {
  flex-flow: column wrap;
}

.mx-range-wrapper .mx-calendar + .mx-calendar {
  border: none;
  display: none;
  margin-top: 10px;
}

/* Slick slider */
.slick-slider .slick-slide:focus {
  outline: 0;
}

.slick-slider .slick-arrow {
  border-color: #99a3ac;
  border-style: solid;
  border-width: 3px 0 0 3px;
  height: 25px;
  transition: all 0.3s ease-out;
  width: 25px;
}

.slick-slider .slick-arrow:before {
  display: none;
}

.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus {
  border-color: var(--mainColor);
}

.slick-slider .slick-prev {
  transform: rotate(-45deg);
}

.slick-slider .slick-next {
  transform: rotate(135deg);
}

/* Magnific popup */
.mfp-bg {
  z-index: 9001;
}

.mfp-wrap {
  z-index: 9002;
}

.mfp-container {
  padding: 0 15px;
}

.mfp-content {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.24);
  max-height: 100vh;
  max-width: 700px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
}

.mfp-close {
  font-size: 0;
  height: 40px;
  opacity: 1;
  width: 40px;
}

.mfp-close:before {
  color: var(--mainColor);
  content: "";
  display: block;
  font-family: "MyFullCare", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  transition: all 0.3s ease-out;
}

.mfp-close:hover:before, .mfp-close:focus:before {
  color: var(--mainColor);
}

.mfp-close:active {
  top: 0;
}

/* Alert */
.alert-danger {
  background: #ffffff;
  border-color: #ff6b69;
  color: #ff6b69;
}

.alert-info {
  background: #ffffff;
  border-color: var(--mainColor);
  color: var(--mainColor);
}

.alert-success {
  background: #ffffff;
  border-color: #03c763;
  color: #03c763;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .mx-table-date th,
  .mx-table-date td {
    font-size: 14px;
    height: 35px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .mfp-content {
    max-width: 740px;
  }
}

/*
** Skinboard styles
*/
.skinboard-content {
  padding: 100px 0;
}

.back-button {
  float: left;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
}

/* Button styles */
.button {
  background: none;
  border: none;
  color: var(--mainColor);
  font-size: 15px;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  height: 38px;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding: 8px 20px;
  transition: all 0.3s ease-out;
}

.button:hover {
  color: var(--mainColor);
}

.button:focus {
  color: var(--mainColor);
  outline: none;
}

.button:active, .button:active:focus {
  box-shadow: none;
  outline: none;
}

.button-state {
  margin-bottom: 20px;
}

.button-holder {
  background: #dedaeb;
  border-radius: 4px;
  padding: 50px;
}

.button-holder_blue {
  background: #bfd5d1;
}

.button_small {
  font-size: 14px;
  height: 28px;
  letter-spacing: 0.39px;
  padding: 4px 20px;
}

.button_medium {
  height: 32px;
  padding: 6px 20px;
}

.button_size {
  font-size: 16px;
}

.button_big {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  height: 50px;
  padding: 15px 25px;
}

.button_border {
  border: 1px solid var(--mainColor);
  position: relative;
}

.button_border_small {
  height: 32px;
  padding: 5px 20px;
}

.button_border_big {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  height: 50px;
  padding: 14px 25px;
}

.button_border:hover, .button_border:focus {
  background: var(--mainColor);
  color: #ffffff;
}

.button_border_orange {
  color: var(--secondColor);
  border: 1px solid var(--secondColor);
  position: relative;
  margin-right: 10px;
}

.button_border_orange_small {
  height: 32px;
  padding: 5px 20px;
}

.button_border_orange_big {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  height: 50px;
  padding: 14px 25px;
}

.button_border_orange:hover, .button_border_orange:focus {
  background: var(--secondColor);
  color: #ffffff;
}

.button_border_blue {
  border: 1px solid #4da1ff;
  position: relative;
}

.button_border_blue_small {
  height: 32px;
  padding: 5px 20px;
}

.button_border_blue_big {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  height: 50px;
  padding: 14px 25px;
}

.button_border_blue:hover, .button_border_blue:focus {
  background: #4da1ff;
  color: #ffffff;
}

.button_gradient {
  color: #ffffff;
  position: relative;
}

.button_gradient:hover, .button_gradient:focus {
  color: #ffffff;
}

.button_gradient_blue {
  background: var(--mainColor);
}

.button_gradient_blue:hover, .button_gradient_blue:focus {
  background: var(--mainColor57);
}

.button_gradient_orange {
  background: var(--secondColor);
}

.button_gradient_orange:hover, .button_gradient_orange:focus {
  background: var(--secondColor7);
}

.button_gradient_grey {
  background: #99a3ac;
}

.button_gradient_grey:hover, .button_gradient_grey:focus {
  background: rgba(153, 163, 172, 0.75);
}

.button_white {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(153, 163, 172, 0.2);
  color: var(--mainColor);
}

.button_white:hover, .button_white:focus {
  box-shadow: 0 2px 8px 0 rgba(153, 163, 172, 0.75);
  color: var(--mainColor);
}

.button_white_text_blue {
  color: var(--mainColor);
}

.button_white_text_blue:hover, .button_white_text_blue:focus {
  color: var(--mainColor);
}

.button__text {
  position: relative;
  z-index: 1;
}

.button__text-size {
  font-size: 13px;
}

/* Input styles */
.input {
  border: solid 1px #d4d4d4;
  border-radius: 3px;
  box-shadow: none;
  color: var(--mainColor);
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  height: 35px;
  letter-spacing: 1.14px;
  padding: 6px 15px;
  transition: all 0.3s ease-out;
}

.input:focus {
  border-color: #6d6d6d;
  box-shadow: none;
  outline: none;
}

.input-state {
  margin-bottom: 20px;
}

.input-holder {
  position: relative;
  padding-bottom: 70px;
}

.input_small {
  font-size: 14px;
  letter-spacing: 0.38px;
}

.input_medium {
  height: 40px;
}

.input_big {
  color: #bbbbbb;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  height: 55px;
  letter-spacing: 0.47px;
  padding: 15px 30px;
}

.input_error {
  border-color: #ff6b69;
  color: var(--mainColor);
}

.input_error:focus {
  border-color: #ff6b69;
}

.input_error + .tooltip {
  opacity: 1;
}

/* Tooltip styles */
.tooltip {
  color: var(--mainColor);
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  display: none;
}

.tooltip.bottom {
  padding: 0;
  margin-top: 0;
}

.tooltip.bottom .tooltip-arrow {
  margin-left: -15px;
  border-width: 0 15px 15px;
  border-bottom-color: #ffffff;
  position: relative;
}

.tooltip.bottom .tooltip-arrow:after {
  box-shadow: 0 0 5px 0 rgba(131, 131, 131, 0.67);
  content: "";
  display: block;
  height: 21px;
  left: -11px;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  width: 21px;
  z-index: -1;
}

.tooltip.vue-popover-theme {
  background: none;
  border: none;
  box-shadow: none;
  display: block;
  padding: 0;
  transition: opacity 0.3s ease-out;
}

.tooltip.vue-popover-theme[aria-hidden="true"] {
  opacity: 0;
}

.tooltip.vue-popover-theme[aria-hidden="false"] {
  opacity: 1;
}

.tooltip.vue-popover-theme .wrapper {
  padding: 0;
}

.tooltip-inner {
  background: #ffffff;
  box-shadow: 0 0 5px 0 rgba(131, 131, 131, 0.67);
  color: inherit;
  max-width: inherit;
  padding: 15px 20px;
}

.vue-popover-theme .tooltip-inner {
  padding: 0;
}

.vue-popover-theme .tooltip-arrow {
  border-width: 12px 12px 0;
  border-top-color: #ffffff;
}

.vue-popover-theme .tooltip-arrow:after {
  box-shadow: 0 0 5px 0 rgba(131, 131, 131, 0.67);
  content: "";
  display: block;
  height: 16px;
  left: -8px;
  position: absolute;
  top: -19px;
  transform: rotate(45deg);
  width: 16px;
  z-index: -1;
}

.vue-popover-theme[x-placement="bottom"] .tooltip-arrow {
  border-width: 0 12px 12px;
  border-bottom-color: #ffffff;
  top: -12px;
}

.vue-popover-theme[x-placement="bottom"] .tooltip-arrow:after {
  top: 4px;
}

.tooltip_info {
  font-size: 14px;
  letter-spacing: 0.15px;
  line-height: 1.57;
}

.tooltip_error {
  color: #ff6b69;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.38;
}

.tooltip_error.bottom .tooltip-arrow {
  left: 15px;
  margin-left: 0;
}

.tooltip strong {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

/* Select styles */
.select {
  border: solid 1px #d4d4d4;
  border-radius: 3px;
  box-shadow: none;
  color: #99a3ac;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  height: 35px;
  letter-spacing: 1px;
  padding: 6px 15px;
  transition: all 0.3s ease-out;
}

.select:focus {
  border-color: #6d6d6d;
  box-shadow: none;
  outline: none;
}

/* Radio styles */
.radio-box {
  position: relative;
}

.radio-box__radio {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.radio-box__label {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

.radio-box__label:before {
  border: 1px solid var(--mainColor);
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.radio-box__label:after {
  background: var(--mainColor);
  border-radius: 50%;
  content: "";
  display: none;
  height: 11px;
  left: 2px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 11px;
}

.radio-box input {
  margin: 0;
}

.radio-box input:checked + label {
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.radio-box input:checked + label:before {
  border-color: var(--mainColor);
}

.radio-box input:checked + label:after {
  display: block;
}

/* Checkbox styles */
.check-box {
  position: relative;
}

.check-box__checkbox {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.check-box-inline {
  display: inline-block;
}

.check-box__label {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

.check-box__label:before {
  border: 1px solid var(--mainColor);
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.check-box__label:after {
  content: "";
  color: var(--mainColor);
  display: none;
  font-family: "MyFullCare", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  left: 2px;
  line-height: 1;
  margin-top: -4px;
  position: absolute;
  top: 50%;
}

.check-box input {
  margin: 0;
}

.check-box input:checked + label {
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.check-box input:checked + label:before {
  border-color: var(--mainColor);
}

.check-box input:checked + label:after {
  display: block;
}

/* Typography styles */
.typo-state {
  margin-bottom: 20px;
}

.heading {
  color: var(--mainColor);
}

.heading_one, .cms-content h1 {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  letter-spacing: 1.17px;
  line-height: 0.94;
}

.heading_two, .cms-content h2 {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: normal;
}

.heading_three, .cms-content h3 {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.17;
}

.heading_four, .cms-content h4 {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.67px;
}

.heading_five, .cms-content h5 {
  color: #99a3ac;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1.18px;
  line-height: 1.92;
  text-transform: uppercase;
}

.heading_white {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.paragraph, .cms-content p,
.cms-content ol,
.cms-content ul {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75;
}

.paragraph strong, .cms-content p strong, .cms-content ol strong, .cms-content ul strong,
.paragraph b,
.cms-content p b,
.cms-content ol b,
.cms-content ul b {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.paragraph_blue {
  color: var(--mainColor);
}

/* Product styles */
.product-state {
  margin-bottom: 20px;
}

.product-item {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(131, 131, 131, 0.37);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}

.product-item:hover {
  box-shadow: 0 2px 8px 0 rgba(153, 163, 172, 0.75);
}

.product-item_loading .product-item__picture, .product-item_loading .product-item__category, .product-item_loading .product-item__name, .product-item_loading .product-item__location, .product-item_loading .product-item__time, .product-item_loading .product-item__review {
  animation: placeholder 1.25s linear forwards infinite;
  background-color: #eeeeee;
  background: linear-gradient(to right, #eeeeee 8%, #f8f8f8 18%, #eeeeee 33%);
  background-size: 789px 162px;
  position: relative;
  text-indent: -9999px;
}

.product-item_loading .product-item__price-box, .product-item_loading .product-item__discount {
  visibility: hidden;
}

.product-item__picture {
  height: 162px;
  overflow: hidden;
  width: 100%;
}

.product-item__picture.canceled {
  position: relative;
}

.product-item__picture.canceled::before {
  content: "Annulé";
  font-size: 20px;
  position: absolute;
  color: #ffffff;
  z-index: 3;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
}

.product-item__picture.canceled::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: 2;
}

.product-item__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  width: 100%;
}

.product-item__info {
  padding: 15px 30px;
  position: relative;
}

.product-item__category {
  color: var(--mainColor);
  font-family: "CalibreSemiboldItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-item__name {
  color: var(--mainColor);
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 12px;
  overflow: hidden;
  height: 80px;
}

.product-item_discount .product-item__name {
  padding-right: 40px;
}

.product-item__price {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}

.product-item__price-box {
  align-content: center;
  align-items: center;
  background: var(--secondColor);
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 60px;
  min-width: 66px;
  padding: 3px;
  position: absolute;
  right: 3px;
  top: -62px;
  font-family: "CalibreBold", sans-serif;
}

.product-item__old-price {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 1.2;
  text-align: right;
  text-decoration: line-through;
}

.product-item__from-text {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: center;
}

.product-item__discount {
  border: 1px solid var(--mainColor);
  border-radius: 4px;
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.47;
  padding: 1px 11px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 10px;
}

.product-item__location {
  color: #434343;
  display: flex;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 1.55;
  margin-bottom: 10px;
  height: 34px;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.product-item__location_cursor {
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.product-item__location_cursor:hover {
  color: var(--mainColor);
}

.product-item__address-link {
  color: #434343;
}

.product-item__address-link:hover {
  color: var(--secondColor);
}

.product-item__postcode:before {
  background: #99a3ac;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 4px;
  margin: 0 4px;
  vertical-align: middle;
  width: 4px;
}

.product-item__time {
  color: #434343;
  display: flex;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.91px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.product-item__review {
  align-content: center;
  border-top: solid 1px #d4d4d4;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  padding: 10px 10px 0;
}

.product-item__review-stars {
  position: relative;
}

.product-item__review-number {
  color: #99a3ac;
}

.product-item__normal-stars {
  color: var(--mainColor57);
  opacity: 0.3;
}

.product-item__active-stars {
  color: var(--mainColor);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 60%;
}

.product-item__date + .product-item__date {
  margin-left: 3px;
}

.product-item__date a {
  position: relative;
  z-index: 1;
}

.product-item__hour {
  color: #434343;
}

.product-item__hour:before {
  background: #434343;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 3px;
  margin: 0 4px;
  vertical-align: middle;
  width: 3px;
}

.product-item__icon-marker {
  color: var(--secondColor);
  font-size: 16px;
  margin: 0 9px 0 1px;
}

.product-item__icon-time {
  color: var(--secondColor);
  font-size: 14px;
  margin-right: 7px;
}

.product-item__icon-star {
  font-size: 12px;
  margin: 0 1px;
}

.product-item__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Loading styles */
.loading {
  height: 100px;
}

.spinner:before {
  animation: spinner 0.8s linear infinite;
  border: 4px solid var(--mainColor57);
  border-top-color: var(--mainColor);
  border-radius: 50%;
  content: "";
  height: 40px;
  left: calc(50% - 20px);
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
}

.circular {
  height: 40px;
  position: relative;
  width: 40px;
}

.circular__inner, .circular__outer, .circular__circle {
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 6;
}

.circular__inner {
  background: #ffffff;
  border-radius: 50%;
  height: 32px;
  left: 50%;
  margin: -16px 0 0 -16px;
  top: 50%;
  width: 32px;
}

.circular__outer {
  background: var(--mainColor57);
}

.circular__circle {
  z-index: 1;
}

.circular__number {
  color: var(--mainColor);
  font-family: "CalibreSemiboldItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.circular__bar {
  background: #ffffff;
  border-radius: 50%;
  clip: rect(0px, 40px, 40px, 20px);
  height: 100%;
  position: absolute;
  width: 100%;
}

.circular__bar_right {
  z-index: 3;
  transform: rotate(180deg);
}

.circular__progress {
  background: var(--mainColor);
  border-radius: 50%;
  clip: rect(0px, 20px, 40px, 0px);
  height: 100%;
  position: absolute;
  width: 100%;
}

.circular__bar_left .circular__progress {
  z-index: 1;
  animation: halfCircle var(--seconds) linear both;
}

.circular__bar_right .circular__progress {
  animation: halfCircle var(--seconds) linear both;
  animation-delay: var(--seconds);
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .tooltip.vue-popover-theme {
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    bottom: 0;
    display: flex;
    max-width: 100%;
    position: fixed !important;
    right: 0;
    transform: none !important;
    z-index: 9002;
  }
  .vue-popover-theme .tooltip-arrow {
    display: none;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .heading_one, .cms-content h1 {
    font-size: 55px;
  }
  .heading_two, .cms-content h2 {
    font-size: 40px;
  }
  .heading_three, .cms-content h3 {
    font-size: 24px;
  }
  .heading_four, .cms-content h4 {
    font-size: 22px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .heading_one, .cms-content h1 {
    font-size: 69px;
  }
}

/* Common blocks */
.flex-table {
  display: flex;
  flex-direction: column;
  height: auto;
  margin-bottom: 30px;
}

.flex-table-invoice {
  margin: auto;
  width: 0;
  padding: 13px;
  background-image: url("/build/images/profile/download.svg");
  background-repeat: no-repeat;
  color: transparent;
}

.flex-table tbody {
  border-bottom: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
  border-radius: 0 0 6px 6px;
}

.flex-table td {
  color: var(--mainColor);
}

.flex-table th {
  justify-content: center;
  border: solid 1px #d4d4d4;
}

.flex-table span {
  padding: 2px;
}

.flex-table-paid {
  margin: 0;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: green;
}

.flex-table-not-paid {
  margin: 0;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #f19487;
}

.flex-table thead {
  background-color: #eeeeee;
}

.flex-table thead tr,
.flex-table tbody tr {
  display: flex;
}

.flex-table tbody tr + tr {
  border-top: 1px solid #ccc;
}

.flex-table thead tr th,
.flex-table tbody tr td {
  display: flex;
  text-align: center;
  flex-direction: column;
  flex: 1;
  padding: 0.5em;
}

@media screen and (max-width: 640px) {
  .flex-table {
    border: 0;
  }
  .flex-table thead {
    display: none;
  }
  .flex-table tbody tr {
    flex-direction: column;
    border-top: solid 1px #d4d4d4;
  }
  .flex-table tbody tr td {
    flex-direction: column;
  }
  .flex-table tbody tr td + td {
    border-top: 1px solid #ccc;
  }
  .flex-table tbody tr td:before {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -0.5em -0.5em 0.75em -0.5em;
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
    background-color: #eeeeee;
    content: attr(data-label);
  }
}

span.subscription-date {
  padding: 3px;
}

.subscription-margin {
  margin-top: 29px;
}

.subscription__container {
  display: flex;
  height: auto;
  border: solid 1px #d4d4d4;
  border-radius: 6px;
  margin: 10px 0 25px;
  padding: 20px 25px 25px 25px;
}

.subscription__container-expend {
  margin-bottom: 0;
  border-radius: 0px;
}

.subscription__details {
  display: flex;
  height: auto;
  border: solid 1px #d4d4d4;
  border-radius: 6px;
}

.subscription__details-schedule {
  display: flex;
  flex-direction: column;
}

.subscription__details-border {
  border: solid 1px #d4d4d4;
}

.subscription__details-border td {
  border: solid 1px #d4d4d4;
  text-align: center;
}

.subscription__details td {
  text-align: center;
}

.subscription__infos {
  font-size: 12px;
  color: #434343;
  letter-spacing: 0.91px;
  line-height: 1.4;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.subscription-bold {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.subscription__button {
  margin-top: 10px;
}

.subscription__button-blue {
  color: #ffffff;
  background-color: var(--mainColor);
  border: solid 1px #d4d4d4;
}

.subscription__item {
  flex-grow: 2;
}

.subscription__item-block {
  width: 40%;
}

.subscription__item__actions {
  justify-content: flex-end;
  display: flex;
}

.subscription__item__actions-text {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #d4d4d4;
}

.subscription__item__actions-span {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: var(--mainColor);
  font-size: 20px;
}

.subscription__item__actions-block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.subscription__item-infos {
  padding: 5px 60px 0 0;
}

.subscription__item-infos-title {
  margin: 0 0 5px;
}

.subscription__item-infos-span {
  font-size: 17px;
}

/* Tablet */
/* Desktop */
/* Mobile */
@media only screen and (max-width: 480px) {
  .subscription__item-infos {
    padding: 0px;
    text-align: center;
  }
  .subscription__item__actions-block {
    margin-top: 15px;
  }
  .subscription__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

/* Header styles */
.header {
  background: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.22);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateZ(0);
  z-index: 9000;
}

.header__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 50px;
  padding: 0 30px;
}

.header__logo-image {
  vertical-align: initial;
  width: 155px;
}

.header__navigation {
  align-items: center;
  display: flex;
}

.header__search {
  align-items: center;
  align-content: flex-end;
  display: flex;
  flex-flow: column wrap;
  margin: 0 43px;
  padding: 0 0 0 25px;
  position: relative;
}

.page-home-wrapper .header__search {
  display: none;
}

.header__search-content, .header__search-input {
  width: 100%;
}

.header__search-content {
  margin-left: 10px;
  position: relative;
}

.header__search-input:focus {
  border-color: #d4d4d4;
}

.header__icon-angel {
  background-color: #595959;
  border-radius: 50%;
  position: relative;
  height: 21px;
  width: 21px;
}

.header__icon-search {
  color: var(--secondColor);
}

.header__icon-close {
  color: #d4d4d4;
  font-size: 11px;
  position: absolute;
  right: 18px;
  top: 12px;
}

.header__links {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}

.header__link {
  background: transparent;
  border-radius: 50%;
  color: var(--secondColor);
  display: block;
  height: 36px;
  line-height: 36px;
  margin: 0 5px;
  text-align: center;
  width: 36px;
}

.header__link-wellness {
  color: #595959;
}

.header__link-angel {
  background-color: #595959;
  border-radius: 50%;
  position: relative;
  height: 21px;
  width: 21px;
}

.header__link:hover, .header__link:focus,
.open .header__link {
  color: var(--mainColor);
  background: var(--mainColor15);
}

.header__link-icon {
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.header__link-icon-angel {
  position: absolute;
  left: 1px;
  height: 20px;
  width: 20px;
}

.header__link-icon-envelop {
  font-size: 11px;
}

.header__link-icon-user {
  width: 14px;
}

.header__sublinks {
  border: none;
  box-shadow: 0 0 5px 0 rgba(131, 131, 131, 0.67);
  left: auto;
  margin: 15px 0 0;
  min-width: 190px;
  padding: 0 2px;
  right: -9px;
}

.header__sublinks:before {
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 0 15px 15px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 16px;
  top: -15px;
  width: 0;
}

.header__sublinks:after {
  box-shadow: 0 0 5px 0 rgba(131, 131, 131, 0.67);
  content: "";
  display: block;
  height: 21px;
  position: absolute;
  right: 20px;
  top: -10px;
  transform: rotate(45deg);
  width: 21px;
  z-index: -1;
}

.header__sublinks .header__sublink {
  border-top: 1px solid #d4d4d4;
}

.header__sublinks .header__sublink:first-child {
  border-top: none;
}

.header__sublinks .header__sublink-item {
  background: #ffffff;
  color: #6d6d6d;
  font-size: 17px;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.header__sublinks .header__sublink-item:hover {
  background: #ffffff;
  color: var(--mainColor);
}

.header__menu-container {
  padding: 0;
}

/* Main menu styles */
.main-menu {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  list-style: none;
  margin: 10px 0;
  z-index: 9001;
}

.main-menu__item {
  margin: 5px 0;
  text-align: center;
  width: 100%;
}

.main-menu-button {
  padding: 15px;
}

.main-menu__wellness-subtitle {
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #595959;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-menu__wellness-subtitle a {
  color: #595959;
}

.main-menu__wellness-link {
  color: #FF7100;
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.18;
  padding: 6px 0;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.main-menu__wellness-link:before {
  content: attr(title);
  display: block;
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  height: 0;
  opacity: 0;
}

.main-menu__wellness-link:after {
  background: #595959;
  border-radius: 1.5px;
  bottom: 3px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}

.main-menu__wellness-link:hover {
  color: #595959;
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.main-menu__wellness-link_active {
  color: var(--mainColor);
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.main-menu__wellness-link_active:after {
  opacity: 1;
  visibility: visible;
}

.main-menu__wellness-link_border {
  margin-top: 15px;
  padding: 8px 30px;
}

.main-menu__link {
  color: var(--mainColor);
  display: inline-block;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.18;
  padding: 6px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}

.main-menu__link:before {
  content: attr(title);
  display: block;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  height: 0;
  opacity: 0;
}

.main-menu__link:after {
  background: var(--mainColor);
  border-radius: 1.5px;
  bottom: 3px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}

.main-menu__link:hover {
  color: var(--mainColor);
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.main-menu__link_active {
  color: var(--mainColor);
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.main-menu__link_active:after {
  opacity: 1;
  visibility: visible;
}

.main-menu__link_border {
  height: 30px;
  padding: 3px 10px;
}

.main-menu__submenu {
  background: #ffffff;
  display: none;
  padding: 25px 0 0;
  width: 100%;
}

.main-menu__submenu_activities {
  padding: 25px 55px 0;
}

.main-menu__submenu_wellness {
  padding: 40px 0;
}

.main-menu__submenu_search {
  min-height: 160px;
  max-height: 270px;
  padding: 10px;
}

.main-menu__submenu_objectives {
  padding: 35px 0 20px;
}

.main-menu__submenu_active {
  display: block;
}

.main-menu__container {
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
  flex-flow: column wrap;
  text-align: left;
}

.main-menu__submenu_objectives .main-menu__container {
  padding: 0;
  width: 100%;
}

.main-menu__subcolumn {
  list-style: none;
  margin-bottom: 30px;
}

.main-menu__subcolumn:last-child {
  margin-bottom: 15px;
}

.main-menu__subtitle {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: var(--mainColor);
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.main-menu__sublinks {
  list-style: none;
}

.main-menu__sublink-item {
  color: #6d6d6d;
  display: block;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 5px 0;
}

.main-menu__see-all {
  display: none;
  margin-top: 40px;
}

.main-menu__subimages {
  list-style: none;
  width: 100%;
}

.main-menu__subimage {
  padding: 0 10px;
  position: relative;
  text-align: center;
}

.main-menu__subimage-item {
  display: flex;
  justify-content: center;
}

.main-menu__subimage-picture {
  width: 100%;
}

.main-menu__subimage-title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  left: 0;
  letter-spacing: 1.48px;
  padding: 0 15px;
  position: absolute;
  top: 15px;
  text-transform: uppercase;
  width: 100%;
}

.main-menu__subimage-button {
  bottom: 15px;
  left: 30px;
  position: absolute;
  right: 30px;
}

/* Menu toggle */
.menu-toggle {
  margin-left: 14px;
}

.menu-toggle__item {
  background: #838383;
  border-radius: 1px;
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 27px;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .main-menu__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  .main-menu__subimages-wellness {
    margin-bottom: 25px;
  }
  .main-menu__submenu_search {
    max-height: none;
  }
  .header__mobile-menu {
    display: none;
  }
  .header__mobile-menu_active {
    background: #ffffff;
    border-top: 1px solid #d4d4d4;
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.5);
    display: block;
    height: calc(100vh - 50px);
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .header__mobile-menu {
    align-items: center;
    display: flex;
  }
  .header__icon-search {
    left: auto;
    position: static;
    top: auto;
  }
  .header__links {
    justify-content: flex-start;
    margin: 0 0 0 10px;
  }
  .header__link {
    margin: 0;
  }
  .header__link-angel {
    margin-right: 10px;
  }
  .header__sublinks {
    right: -15px;
  }
  .header__menu {
    display: none;
  }
  .header__menu-container {
    padding: 0 15px;
  }
  .main-menu {
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0;
  }
  .main-menu__item {
    margin: 0 35px;
    width: auto;
  }
  .main-menu__wellness-link {
    display: block;
    font-size: 17px;
    font-size: 14px;
  }
  .main-menu__wellness-link_border {
    margin-top: 0;
    padding: 8px 20px;
  }
  .main-menu__link {
    display: block;
    padding: 9px 0;
    position: relative;
    height: 50%;
  }
  .main-menu__link-wellness {
    font-size: 14px;
  }
  .main-menu__link_border {
    margin-top: 0;
    padding: 3px 10px;
    height: 30px;
  }
  .main-menu__submenu {
    left: 0;
    margin-top: -20px;
    padding: 55px 0 40px;
    position: absolute;
    top: 100%;
  }
  .main-menu__submenu_activities {
    padding: 55px 0 40px;
  }
  .main-menu__submenu_wellness {
    padding: 40px 0;
  }
  .main-menu__submenu_search {
    padding: 10px;
  }
  .main-menu__submenu_objectives {
    padding: 50px 0;
  }
  .main-menu__container {
    justify-content: space-between;
    flex-flow: row nowrap;
  }
  .main-menu__subcolumn {
    margin-bottom: 0;
  }
  .main-menu__subcolumn:last-child {
    margin-bottom: 0;
  }
  .main-menu__subtitle {
    margin-bottom: 20px;
  }
  .main-menu__see-all {
    display: inline-block;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .main-menu {
    justify-content: flex-end;
  }
  .main-menu__item {
    margin: 0 0 0 70px;
  }
  .main-menu__submenu_objectives .main-menu__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 970px;
  }
  .main-menu__subimages {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .main-menu__subimages-wellness {
    list-style: none;
    width: 100%;
    align-items: flex-start;
    display: flex;
    justify-content: center;
  }
  .main-menu__subimage {
    padding: 0;
  }
  .main-menu__subimage-picture {
    width: 184px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header__menu_active {
    background: #ffffff;
    border-top: 1px solid #d4d4d4;
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.5);
    display: block;
    left: 0;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .header__menu {
    display: block;
  }
  .header__menu-container {
    padding: 0;
    width: 100%;
  }
  .main-menu {
    justify-content: flex-start;
  }
  .main-menu__item {
    margin: 0;
  }
  .main-menu__wellness-link {
    overflow: hidden;
    padding: 26px 20px;
    white-space: nowrap;
    transition: all 0.3s ease-out;
  }
  .main-menu__wellness-link:after {
    bottom: 0;
    height: 3px;
    left: 50%;
    margin-left: -42.5px;
    transition: all 0.3s ease-out;
    width: 85px;
  }
  .main-menu__wellness-link_active:after {
    bottom: 0;
  }
  .main-menu__link {
    overflow: hidden;
    padding: 15px 20px;
    white-space: nowrap;
    transition: all 0.3s ease-out;
    font-size: 13px;
  }
  .main-menu__link:after {
    bottom: 0;
    height: 3px;
    left: 50%;
    margin-left: -42.5px;
    transition: all 0.3s ease-out;
    width: 85px;
  }
  .main-menu__link_active:after {
    bottom: 0;
  }
  .main-menu__submenu {
    border-top: 1px solid #d4d4d4;
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.5);
    margin-top: 0;
  }
  .main-menu__submenu_objectives {
    padding: 65px 0;
  }
  .main-menu__submenu_objectives .main-menu__container {
    width: 1170px;
  }
  .menu-toggle {
    display: none;
  }
}

/* Huge Desktop */
@media only screen and (min-width: 1440px) {
  .header__container {
    width: 100%;
  }
  .header__wrapper {
    padding: 0 30px;
  }
  .main-menu__item {
    margin: 0 15px;
  }
}

/* Large Desktop */
.footer {
  background: var(--mainColor);
  padding: 60px 20px;
}

.footer-wellbeing {
  background-color: #595959;
}

.footer__container {
  max-width: 280px;
}

.footer__social {
  margin-bottom: 50px;
  text-align: center;
}

.footer__social-title {
  color: #ffffff;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.footer__social-list {
  display: flex;
  list-style: none;
  justify-content: center;
}

.footer__social-item {
  margin: 0 13px;
}

.footer__social-link {
  border-radius: 50%;
  display: block;
}

.footer__social-link:hover, .footer__social-link:focus {
  box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.5);
}

.footer__social-icon {
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 45px;
  font-size: 20px;
}

.footer__menu-list, .footer__menu-links {
  list-style: none;
}

.footer__menu-list {
  margin-bottom: 40px;
}

.footer__menu-title {
  color: rgba(255, 255, 255, 0.5);
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.43px;
  text-transform: uppercase;
}

.footer__menu-item {
  margin: 10px 0;
}

.footer__menu-link {
  color: #ffffff;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.47px;
}

.footer__menu-link:hover, .footer__menu-link:focus {
  color: var(--secondColor);
}

.footer__content-title {
  color: #ffffff;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.43px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.footer__subcribe, .footer__app-info {
  margin-bottom: 35px;
}

.footer__subcribe {
  max-width: 220px;
}

.footer__subcribe-form {
  position: relative;
}

.footer__subcribe-input {
  background: none;
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12px;
  opacity: 0.62;
  padding: 6px 65px 6px 25px;
}

.footer__subcribe-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.62);
}

.footer__subcribe-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.62);
}

.footer__subcribe-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.62);
}

.footer__subcribe-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.62);
}

.footer__subcribe-input:focus {
  border-color: #ffffff;
}

.footer__subcribe-submit {
  align-items: center;
  background-color: var(--secondColor);
  background-image: linear-gradient(259deg, var(--secondColor), var(--secondColor7));
  border-radius: 0 4px 4px 0;
  display: flex;
  justify-content: center;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.footer__subcribe-submit:after {
  background-color: var(--secondColor);
  background-image: linear-gradient(75deg, var(--secondColor), var(--secondColor7));
  border-radius: 0 4px 4px 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
}

.footer__subcribe-submit:hover, .footer__subcribe-submit:focus {
  border: none;
  outline: none;
}

.footer__subcribe-submit:hover:after, .footer__subcribe-submit:focus:after {
  opacity: 1;
}

.footer__subcribe-icon {
  color: #ffffff;
  font-size: 19px;
  position: relative;
  z-index: 1;
}

.footer__info {
  margin-top: 70px;
}

.footer__static-links {
  display: flex;
  justify-content: center;
  list-style: none;
}

.footer__static-item {
  margin-right: 15px;
}

.footer__link, .footer__copyright, .footer__contact {
  color: #ffffff;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.footer__link:hover, .footer__link:focus {
  color: var(--secondColor);
}

.footer__copyright, .footer__contact {
  margin-top: 20px;
  text-align: center;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .footer {
    padding: 60px 0 80px;
  }
  .footer__container {
    max-width: 100%;
  }
  .footer__social-title {
    margin-bottom: 20px;
  }
  .footer__menu-list {
    margin-bottom: 0;
  }
  .footer__content {
    margin-top: 20px;
  }
  .footer__subcribe, .footer__app-info {
    margin-bottom: 0;
  }
  .footer__subcribe {
    max-width: 200px;
  }
  .footer__app-info {
    max-width: 180px;
  }
  .footer__info {
    margin-top: 42px;
  }
  .footer__static-links {
    width: 110%;
    justify-content: flex-start;
  }
  .footer__copyright, .footer__contact {
    margin-top: 0;
    text-align: left;
  }
  .footer__contact-phone {
    pointer-events: none;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .footer__subcribe {
    max-width: 220px;
  }
  .footer__app-info {
    max-width: 100%;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .footer__content {
    margin-top: 0;
  }
  .footer__subcribe {
    margin-bottom: 22px;
  }
  .footer__app-info {
    margin-bottom: 18px;
  }
  .footer__info {
    margin-top: 22px;
  }
  .footer__copyright {
    text-align: center;
  }
}

/* Scroll top button */
.to-top {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.67);
  text-align: center;
  padding: 10px;
  line-height: 20px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  visibility: visible;
  transform: translateZ(0);
  transition: all 0.3s ease-out;
  z-index: 1;
}

.to-top.affix-top {
  opacity: 0;
  z-index: -1;
}

.to-top__arrow {
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px 0 0 2px;
  display: inline-block;
  font-size: 0;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
  vertical-align: middle;
}

.to-top__arrow:hover, .to-top__arrow:focus {
  border-color: #99a3ac;
}

/* Cookie banner styles */
.cookie-banner {
  display: none;
  background: #dedaeb;
  bottom: 0;
  left: 0;
  padding: 5px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.cookie-banner__paragraph {
  margin: 0;
}

.cookie-banner__button {
  margin: 0 5px;
}

.vaccine-passport {
  display: none;
  background: #dedaeb;
  padding: 5px;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.wellbeing-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: #dedaeb;
  padding: 3px;
  text-align: center;
  width: 100%;
  z-index: 100;
}

/**
 * Homepage section styles
 */
.home-section__title {
  margin: 0 0 65px;
  text-align: center;
}

.home-section__title-short {
  margin: 0 0 40px;
  text-align: center;
}

.home-section__subtitle {
  font-size: 19px;
  margin: 0 0 50px;
  text-align: center;
}

.home-section__title-margin {
  margin: 0;
  text-align: center;
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .js-home-section {
    opacity: 0;
    transform: translateY(80px);
    transition: all 0.3s ease-out;
  }
  .js-home-section_faded {
    opacity: 1;
    transform: translateY(0);
  }
  .text-banner-left {
    margin-left: -7%;
  }
}

.btn-grey {
  color: #2B2F5A;
}

/**
 * Homepage styles
 */
.tag-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border: 1px solid #eeeeee;
  font-size: 0.9em;
  box-sizing: border-box;
  padding: 0 35px;
}

.tag-input__tag {
  align-items: center;
  height: 23px;
  margin: 4px 10px 2px 0px;
  background-color: #ffffff;
  border: solid 1px #7f829c;
  padding: 2px 20px 8px 8px;
  border-radius: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.tag-input__tag > div {
  text-align: center;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  line-height: 10px;
  background-color: #7f829c;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.75;
  position: absolute;
  top: 5px;
  right: 4px;
}

.tag-input__text {
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 50px;
  background: none;
}

.home {
  /* Home banner */
  /* Home search */
}

.home-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  height: 587px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 99;
}

.home-banner-disable {
  pointer-events: none;
}

.home-banner__input {
  padding: 6px 35px;
}

.home-banner__input-focus {
  padding: 0;
}

.home-banner__input-disabled {
  color: var(--secondColor);
}

.home-banner__input-disabled::placeholder {
  color: var(--secondColor);
  opacity: 1;
  /* Firefox */
}

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

.home-banner__content-block {
  min-height: 295px;
  max-height: 440px;
  width: 430px;
  padding: 25px 45px 0 45px;
  background-color: #ffffff;
  border-radius: 8px;
}

.home-banner__search {
  background-color: #ffffff;
  position: relative;
}

.home-banner__search-block {
  box-shadow: 0 2px 4px 0 rgba(131, 131, 131, 0.37);
  background-color: #ffffff;
  position: absolute;
  width: 100%;
}

.home-banner__search-title {
  display: flex;
  justify-content: flex-start;
  padding: 13px 0 6px 20px;
  color: var(--mainColor);
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}

.home-banner__search-checkbox {
  margin: 7px 0;
  display: flex;
  justify-content: flex-start;
  padding-left: 40px;
}

.home-banner__search-checkbox input {
  color: blue;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  width: 100%;
  z-index: 1;
}

.home-banner__search-checkbox input:checked + label {
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
}

.home-banner__search-checkbox input:checked + label:before {
  border-color: var(--mainColor);
}

.home-banner__search-checkbox input:checked + label:after {
  display: block;
}

.home-banner__search-checkbox label {
  color: #6d6d6d;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding-left: 9px;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-banner__search-checkbox label:before {
  border: 1px solid #99a3ac;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  left: 20px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.home-banner__search-checkbox label:after {
  content: "";
  color: var(--mainColor);
  display: none;
  font-family: "MyFullCare", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 7px;
  left: 23px;
  line-height: 1;
  margin-top: -4px;
  position: absolute;
  top: 50%;
}

.home-banner__search-checkbox + .checkbox {
  margin-top: 14px;
}

.search-block__criteria_sport .home-banner__search-checkbox + .checkbox,
.search-block__criteria_provider .home-banner__search-checkbox + .checkbox {
  margin-top: 8px;
}

.search-block__criteria_sport .home-banner__search-checkbox,
.search-block__criteria_provider .home-banner__search-checkbox {
  margin: 4px 0;
}

.home-banner__affiliate {
  height: 300px;
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.home-banner__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.home-banner__image-item {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-banner__overlay {
  background: #4b4947;
  opacity: 12%;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.home-banner__logo {
  display: inline-block;
  margin-bottom: 50px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.home-banner__button {
  background: #f3d989;
  color: var(--mainColor);
}

.home-banner__button:hover, .home-banner__button:focus {
  background: rgba(243, 217, 137, 0.7);
  color: var(--mainColor);
}

.home-banner__covid-message {
  background: rgba(43, 47, 90, 0.57);
  color: #ffffff;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}

.home-banner__covid-text {
  margin: 0;
}

.home-search__button-search {
  margin-top: 25px;
  text-align: center;
}

.home-search__button-search-space {
  margin-top: 50px;
}

.home-search__space {
  margin-top: 20px;
}

.home-search__title {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.42;
  margin-bottom: 50px;
}

.home-search__title-big {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.42;
  margin-bottom: 50px;
}

.home-search__subtitle {
  color: #ffffff;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.42;
  margin: 0 0 50px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.home-search__content {
  align-content: center;
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}

.home-search__criteria {
  position: relative;
  text-align: left;
}

.home-search__criteria_sport, .home-search__criteria_city {
  max-width: 700px;
  width: 100%;
}

.home-search__criteria_sport {
  margin-bottom: 12px;
}

.home-search__criteria_city {
  margin-bottom: 24px;
}

.home-search__input {
  border-width: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  color: var(--mainColor);
  padding: 15px 10px 15px 35px;
}

.home-search__input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(131, 131, 131, 0.67);
}

.home-search__input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(131, 131, 131, 0.67);
}

.home-search__input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(131, 131, 131, 0.67);
}

.home-search__input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(131, 131, 131, 0.67);
}

.home-search__input_focused {
  border-width: 0.7px 0.7px 0;
}

.home-search__input:focus {
  border-color: #d4d4d4;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
}

.home-search__submit {
  width: 230px;
}

.home-search__button {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  display: block;
  height: 55px;
  letter-spacing: 0.5px;
  padding: 17px 20px;
  width: 100%;
}

.home-search__button-icon {
  font-size: 17px;
  margin-right: 12px;
}

.home-search__icon-search {
  color: #bbbbbb;
  left: 10px;
  margin-top: -8px;
  position: absolute;
  top: 35%;
}

.home-search__icon-banner-search {
  color: #bbbbbb;
  left: 10px;
  margin-top: 10px;
  position: absolute;
}

/* Tablet */
@media only screen and (max-width: 768px) {
  .home-banner__content {
    flex-direction: column-reverse;
  }
  .home-banner__logo {
    max-width: 475px;
  }
  .home-search__title-big {
    font-size: 30px;
  }
  .home-search__subtitle {
    font-size: 23px;
    margin: 0 0 40px;
  }
  .home-search__criteria_sport, .home-search__criteria_city {
    width: 700px;
  }
  .home-search__input {
    padding: 15px 20px 15px 55px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .home-search__title {
    font-size: 27px;
    margin-bottom: 82px;
  }
  .home-search__subtitle {
    margin: 0 0 45px;
  }
  .home-search__content {
    flex-flow: row nowrap;
  }
  .home-search__criteria {
    margin-right: 20px;
  }
  .home-search__criteria_sport {
    margin-bottom: 0;
  }
  .home-search__criteria_city {
    margin-bottom: 0;
    width: 280px;
  }
  .home-search__input {
    padding: 15px 30px 15px 70px;
  }
}

@media only screen and (max-width: 768px) {
  .home-banner {
    height: 587px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
  }
  .home-banner__logo {
    max-width: 475px;
  }
  .home-search__title-big {
    font-size: 23px;
  }
  .home-search__subtitle {
    font-size: 23px;
    margin: 0 0 40px;
  }
  .home-search__criteria_sport, .home-search__criteria_city {
    width: 700px;
  }
  .home-search__input {
    padding: 15px 20px 15px 55px;
  }
}

@media only screen and (max-width: 480px) {
  .home-banner {
    height: 587px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
  }
  .home-banner__content-block {
    width: 330px;
  }
}

/**
 * Homepage activities styles
 */
.home-activities {
  padding: 80px 0;
}

.home-activities__container {
  padding: 0;
}

.home-activities-icon::after {
  content: "";
  display: block;
  background: url("/build/images/home/arrow-play.svg") no-repeat;
  width: 75px;
  height: 75px;
  right: 75px;
  bottom: 12px;
  position: absolute;
}

.home-activities__item {
  display: flex;
  justify-content: center;
  margin: 0 10px 35px;
  width: 43%;
}

.home-activity-slider .home-activities__item {
  margin: 0;
}

.home-activities__link {
  display: block;
}

.home-activities__link:hover .home-activities__picture {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
}

.home-activities__picture {
  background-color: #dedaeb;
  display: block;
  height: 140px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  width: 140px;
  margin: auto;
  position: relative;
  width: 100%;
}

.home-activities__picture:after {
  height: 100%;
  width: 100%;
  opacity: 10%;
  background-color: #5c5b5b;
  content: "";
  position: absolute;
  bottom: 0;
}

.home-activity-slider .home-activities__picture {
  height: 265px;
  width: 210px;
}

.home-activities__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  width: 100%;
}

.home-activities__text {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  max-width: 200px;
  bottom: 0;
  left: 50%;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.home-activities__see-all {
  margin-top: 30px;
  text-align: center;
}

.home-activities-slotted {
  padding: 70px 0 50px;
}

.home-activities-slotted__container {
  padding: 0;
}

.home-activities-slotted__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home-activities-slotted__item {
  display: flex;
  justify-content: center;
  margin: 0 10px 35px;
  width: 43%;
}

.home-activities-slotted__link {
  display: block;
}

.home-activities-slotted__link:hover .home-activities__picture {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
}

.home-activities-slotted__picture {
  border-radius: 4px;
  display: block;
  height: 140px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  width: 140px;
}

.home-activities-slotted__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  width: 100%;
}

.home-activities-slotted__text {
  color: var(--mainColor);
  display: block;
  font-size: 14px;
  letter-spacing: 1.27px;
  line-height: 20px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}

.home-activities-slotted__text:before {
  content: attr(title);
  display: block;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  height: 0;
  line-height: inherit;
  opacity: 0;
}

.home-activities-slotted__see-all {
  margin-top: 30px;
  text-align: center;
}

.home-activity-slider .slick-arrow {
  margin-top: -35px;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .home-activities__item {
    width: auto;
  }
  .home-activities__picture {
    height: 160px;
    width: 160px;
  }
  .home-activity-slider .home-activities__picture {
    height: 265px;
    width: 210px;
  }
  .home-activities__text {
    letter-spacing: 1px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .home-activities__item {
    margin: 0 13px 55px;
  }
  .home-activities__picture {
    height: 210px;
    width: 210px;
  }
  .home-activities__text {
    letter-spacing: 1.64px;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .home-activities {
    padding: 60px 0 100px 0;
  }
  .home-activities__item {
    margin: 0 15px 65px;
  }
  .home-activities__picture {
    height: 230px;
    width: 230px;
  }
  .home-activities__see-all {
    margin-top: 0;
  }
}

/**
 * Homepage how it works styles
 */
.bg-white {
  background: #FFF !important;
}

.home-works {
  background: rgba(225, 235, 242, 0.31);
  color: var(--mainColor);
  padding: 80px 0 45px;
  /*Update Google new version*/
}

.home-works__title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  color: var(--mainColor);
  padding: 20px 0 10px 0;
}

.home-works__title-smaller {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  color: var(--mainColor);
  padding: 20px 0 10px 0;
}

.home-works__list {
  max-width: 290px;
  margin: 0 auto;
}

.home-works__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 65px;
}

.home-works__picture {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  height: 95px;
  width: 100%;
}

.home-works__image_one, .home-works__image_two {
  height: 80px;
}

.home-works__image_three {
  height: 95px;
}

.home-works__content {
  margin-top: 45px;
  max-width: 220px;
  text-align: center;
}

.home-works__number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 38px;
  background-color: var(--mainColor);
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.home-works__text {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #99a3ac;
  font-size: 14px;
  line-height: 1.56;
}

.home-works__wellness {
  padding: 80px 0;
}

.home-works__wellness-title {
  font-family: "PoppinsBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1px;
  font-size: 20px;
  color: #FF7100;
  padding: 20px 0 10px 0;
}

.home-works__wellness-text {
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #99a3ac;
  font-size: 14px;
  letter-spacing: -0.1px;
  line-height: 1.56;
}

.home-works__wellness-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PoppinsBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 38px;
  background-color: #FF7100;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.home-works__wellness-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 290px;
  text-align: center;
}

@media only screen and (min-width: 1600px) {
  .home-what-is-ac {
    margin-bottom: 80px;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .home-works {
    padding-bottom: 1px;
  }
  .home-works__wellness-line {
    position: relative;
  }
  .home-works__wellness-line::after {
    content: "";
    position: absolute;
    width: 68%;
    z-index: -1;
    top: 25px;
    left: 16%;
    border: 1px solid #FF7100;
  }
  .home-works__line {
    position: relative;
  }
  .home-works__line::after {
    content: "";
    position: absolute;
    width: 68%;
    z-index: -1;
    top: 25px;
    left: 16%;
    border: 1px solid var(--mainColor);
  }
  .home-works__list {
    max-width: 100%;
  }
  .home-works__item {
    margin-bottom: 0;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .home-works__wellness-line {
    position: relative;
  }
  .home-works__wellness-line::after {
    content: "";
    position: absolute;
    width: 68%;
    z-index: -1;
    top: 25px;
    left: 16%;
    border: 1px solid #FF7100;
  }
  .home-works__line {
    position: relative;
  }
  .home-works__line::after {
    content: "";
    position: absolute;
    width: 68%;
    z-index: -1;
    top: 25px;
    left: 16%;
    border: 1px solid var(--mainColor);
  }
  .home-works__picture {
    height: 120px;
  }
  .home-works__image_one, .home-works__image_two {
    height: 105px;
  }
  .home-works__image_three {
    height: 120px;
  }
  .home-works__content {
    margin-top: 55px;
    max-width: 260px;
  }
  .home-works__text {
    font-size: 18px;
    line-height: 1.39;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .home-works__picture {
    height: 135px;
  }
  .home-works__image_one {
    height: 116px;
  }
  .home-works__image_two {
    height: 118px;
  }
  .home-works__image_three {
    height: 135px;
  }
}

/**
 * Homepage how it works styles
 */
.properties, .home-services__play, .home-services__plateform, .home-services__gym, .home-services__animations {
  height: 145px;
  padding: 10px 20px 50px 20px;
  text-align: left;
  width: 100%;
}

.home-services__wbj-title {
  font-family: "PoppinsBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-services__wbj-text {
  letter-spacing: 0px;
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  color: #ffffff;
  max-width: 80%;
}

.home-services__play {
  background-color: #2b2f5a;
}

.home-services__plateform {
  background-color: #2b2f5a;
}

.home-services__gym {
  background-color: #2b2f5a;
}

.home-services__animations {
  background-color: #dedaeb;
}

.home-services__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 65px;
}

.home-services__item::after {
  content: "";
  display: block;
  background: url("/build/images/home/arrow-play.svg") no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  bottom: 65px;
}

.home-services__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}

.home-services__picture {
  height: 215px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home-services__picture-access {
  position: relative;
  height: 215px;
  width: 100%;
}

.home-services__picture-access::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 75%;
  background-color: #2d2d2d;
}

.home-services__picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 25%;
  background-color: #5c5b5b;
}

.home-services__picture-text {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 29px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-services__text {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  margin: 0;
  color: #ffffff;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .home-services {
    padding-bottom: 65px;
  }
}

/* Laptop */
/* Desktop */
@media only screen and (min-width: 1200px) {
  .home-services {
    padding-bottom: 85px;
  }
}

/** 
 * Homepage favotire offers styles
 */
.home-offers {
  padding: 50px 0 20px;
}

.home-offers__button {
  margin: 70px 0;
  text-align: center;
}

.home-offers__button-link {
  padding: 15px 35px;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .home-offers {
    padding-bottom: 20px;
  }
}

.home-slotted-event-slider {
  margin-bottom: 60px;
}

.home-slotted-event-slider .product-item__button {
  text-align: center;
}

.home-slotted-event-slider .product-slider__item {
  margin-bottom: 5px;
}

/** 
 * Homepage reviews styles 
 */
.home-reviews {
  background: rgba(225, 235, 242, 0.31);
  padding: 85px 0 90px;
}

.home-reviews__list {
  max-width: 263px;
  margin: 0 auto;
}

.home-reviews__text {
  font-size: 18px;
  line-height: 1.39;
  max-height: 150px;
  min-height: 150px;
  overflow: hidden;
}

.home-reviews__rating {
  margin-top: 20px;
}

.home-reviews__icon-star {
  color: var(--secondColor);
  font-size: 11px;
}

.home-reviews__author {
  color: var(--mainColor);
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.56px;
  margin-top: 5px;
}

.home-reviews__info {
  color: var(--mainColor);
  display: flex;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1.18px;
  line-height: 1.92;
  text-transform: uppercase;
}

.home-reviews__answer:before {
  background: #99a3ac;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 4px;
  margin: 0 5px;
  vertical-align: middle;
  width: 4px;
}

.home-reviews .slick-prev {
  left: -23px;
}

.home-reviews .slick-next {
  right: -23px;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .home-reviews__list {
    max-width: 100%;
  }
  .home-reviews .slick-prev {
    left: -30px;
  }
  .home-reviews .slick-next {
    right: -30px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .home-reviews .slick-prev {
    left: -40px;
  }
  .home-reviews .slick-next {
    right: -40px;
  }
}

/** 
 * Homepage registration styles 
 */
.home-registration {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.home-registration__container {
  padding: 0;
  width: 100%;
}

.home-registration__content {
  align-content: center;
  align-items: center;
  background: #bfd5d1;
  border-radius: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 60px 0 10px;
}

.home-registration__info {
  padding: 0 25px;
  text-align: center;
}

.home-registration__title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 1.48;
  margin: 30px 0;
  text-align: center;
}

.home-registration__text {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: var(--mainColor);
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 35px;
  text-align: center;
}

.home-registration__text strong {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.home-registration__text_white {
  color: #ffffff;
}

.home-registration__link {
  padding: 15px 40px;
}

.home-registration__picture {
  align-content: center;
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  overflow: hidden;
  padding-top: 130px;
  width: 100%;
}

.home-registration__picture:after {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  content: "";
  display: block;
  height: 56px;
  opacity: 0.36;
  width: 100%;
}

.home-registration__image {
  height: 115px;
  max-width: fit-content;
}

.home-registration__image-full {
  width: 100%;
  height: 100%;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .home-registration__content {
    padding-bottom: 35px;
  }
  .home-registration__info {
    max-width: 600px;
    padding: 0;
  }
  .home-registration__title {
    font-size: 35px;
  }
  .home-registration__picture {
    align-items: flex-start;
    padding-top: 50px;
  }
  .home-registration__picture:after {
    height: 63px;
    margin-left: 24px;
    width: 385px;
  }
  .home-registration__image {
    height: 127px;
    max-width: 100%;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .home-registration {
    margin-top: 84px;
  }
  .home-registration__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
  }
  .home-registration__content {
    align-items: flex-start;
    border-radius: 4px;
    flex-flow: row nowrap;
    padding-bottom: 55px;
  }
  .home-registration__info {
    margin-right: 50px;
    max-width: 400px;
  }
  .home-registration__picture {
    display: block;
    padding-top: 75px;
    width: auto;
  }
  .home-registration__picture:after {
    height: 73px;
    margin-left: 28px;
    width: 446px;
  }
  .home-registration__image {
    height: 146px;
  }
}

/** 
 *  Sponsorship block styles 
 */
.sponsorship {
  margin-top: 60px;
}

.sponsorship__container {
  padding: 0;
  width: 100%;
}

.sponsorship__content {
  align-content: center;
  align-items: center;
  background: #dedaeb;
  border-radius: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 60px 0 50px;
  position: relative;
}

.sponsorship__content:after {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  bottom: 0;
  content: '';
  display: block;
  height: 50px;
  left: 0;
  opacity: 0.36;
  position: absolute;
  width: 100%;
}

.sponsorship__info {
  order: 1;
  padding: 0 15px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.sponsorship__title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 1.48;
  margin: 0 0 30px;
  text-align: center;
}

.sponsorship__text {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: var(--mainColor);
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 30px;
  text-align: center;
}

.sponsorship__text strong {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.sponsorship__link {
  padding: 15px 20px;
}

.sponsorship__picture {
  align-content: center;
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  order: 2;
  overflow: hidden;
  padding-top: 75px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.sponsorship__image {
  height: 157px;
  max-width: fit-content;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .sponsorship {
    margin-top: 36px;
  }
  .sponsorship__content {
    padding: 50px 0 30px;
  }
  .sponsorship__content:after {
    height: 30px;
  }
  .sponsorship__info {
    max-width: 640px;
    padding: 0;
  }
  .sponsorship__title {
    font-size: 29px;
    margin: 0 0 20px;
  }
  .sponsorship__text {
    margin: 0 0 40px;
  }
  .sponsorship__picture {
    align-items: flex-start;
    padding-top: 55px;
  }
  .sponsorship__image {
    height: 194px;
    max-width: 100%;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .sponsorship__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
  }
  .sponsorship__content {
    align-items: flex-start;
    border-radius: 4px;
    flex-flow: row nowrap;
    padding: 60px 0 55px;
  }
  .sponsorship__content:after {
    bottom: 10px;
    height: 73px;
  }
  .sponsorship__info {
    margin-left: 30px;
    max-width: 460px;
    order: 2;
  }
  .sponsorship__picture {
    display: block;
    order: 1;
    padding-top: 40px;
    width: auto;
  }
  .sponsorship__image {
    height: 216px;
  }
}

.home-sport__content {
  align-items: center;
  padding-top: 0;
  color: #ffffff;
  background-color: #2B2F5A;
}

.home-sport__picture {
  padding: 8%;
  align-content: center;
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  overflow: hidden;
  width: 100%;
}

.home-sport__picture picture {
  width: 100%;
}

.home-sport__info {
  padding-top: 50px;
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .home-sport__info {
    max-width: 900px;
  }
}

/* Tablet */
@media only screen and (max-width: 1200px) {
  .home-sport__image {
    padding: 8%;
    width: 300px;
  }
  .home-sport__picture picture {
    width: initial;
  }
  .home-sport__info {
    padding-top: 0;
  }
}

/** 
 * Homepage blog styles 
 */
.home-blog {
  padding: 75px 0 105px;
}

.home-blog__list {
  display: flex;
  margin: 0 auto;
  max-width: 293px;
}

.home-blog__list .slick-list {
  padding: 0 0 5px;
}

.home-blog__list .slick-slide > div {
  height: 100%;
}

.home-blog__list .slick-prev {
  left: -8px;
}

.home-blog__list .slick-next {
  right: -8px;
}

.home-blog__list .home-blog__item {
  height: 100%;
}

.home-blog__content {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(131, 131, 131, 0.37);
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
  width: 100%;
}

.home-blog__content:hover {
  box-shadow: 0 2px 8px 0 rgba(153, 163, 172, 0.75);
}

.home-blog__picture {
  height: 148px;
  overflow: hidden;
  width: 100%;
}

.home-blog__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  width: 100%;
}

.home-blog__info {
  padding: 20px 30px;
}

.home-blog__name {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.17;
  margin: 0 0 8px;
  max-height: 69px;
  overflow: hidden;
}

.home-blog__date {
  color: #99a3ac;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1.27px;
  line-height: 1.79;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.home-blog__date:before {
  background: var(--mainColor);
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  margin-bottom: 7px;
  width: 26px;
}

.home-blog__excerpt {
  letter-spacing: 0.23px;
  line-height: 1.44;
  margin-bottom: 7px;
}

.home-blog__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.home-blog__see-more {
  margin-top: 70px;
  text-align: center;
}

.home-blog__button {
  padding: 15px 45px;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .home-blog {
    padding: 75px 0 105px;
  }
  .home-blog__list {
    max-width: 700px;
  }
  .home-blog__list .slick-prev {
    left: -20px;
  }
  .home-blog__list .slick-next {
    right: -20px;
  }
  .home-blog__picture {
    height: 178px;
  }
  .home-blog__info {
    padding: 25px 35px;
  }
  .home-blog__name {
    max-height: 46px;
    min-height: 46px;
  }
  .home-blog__excerpt {
    max-height: 92px;
    overflow: hidden;
  }
  .home-blog__see-more {
    margin-top: 50px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .home-blog__list .slick-prev {
    left: -40px;
  }
  .home-blog__list .slick-next {
    right: -40px;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .home-blog__list {
    max-width: 100%;
  }
  .home-blog__picture {
    height: 200px;
  }
  .home-blog__info {
    padding: 30px 40px;
  }
  .home-blog__see-more {
    margin-top: 65px;
  }
}

/** 
 * Pagination block styles 
 */
.paging {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.paging-wrapper {
  clear: both;
}

.paging__item {
  margin: 0 4px;
}

.paging__item_previous, .paging__item_next, .paging__item_first, .paging__item_last {
  margin: 0 4px;
}

.paging__item-link {
  color: #99a3ac;
  cursor: pointer;
  display: block;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px;
}

.paging__item-link_active {
  background: #ecf5ff;
  border-radius: 50%;
  color: var(--mainColor);
  cursor: default;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.paging__item-link_previous, .paging__item-link_next {
  border-color: var(--mainColor);
  border-style: solid;
  border-width: 1.5px 0 0 1.5px;
  font-size: 0;
  height: 17px;
  width: 17px;
}

.paging__item-link_previous:hover, .paging__item-link_previous:focus, .paging__item-link_next:hover, .paging__item-link_next:focus {
  border-color: #99a3ac;
}

.paging__item-link_previous {
  transform: rotate(-45deg);
}

.paging__item-link_next {
  transform: rotate(135deg);
}

.paging__item-link_first, .paging__item-link_last {
  font-size: 0;
}

.paging__item-link_first:before, .paging__item-link_first:after, .paging__item-link_last:before, .paging__item-link_last:after {
  border-color: var(--mainColor);
  border-style: solid;
  border-width: 1px 0 0 1px;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 -2px;
  transition: all 0.3s ease-out;
  vertical-align: middle;
  width: 12px;
}

.paging__item-link_first:hover:before, .paging__item-link_first:hover:after, .paging__item-link_first:focus:before, .paging__item-link_first:focus:after, .paging__item-link_last:hover:before, .paging__item-link_last:hover:after, .paging__item-link_last:focus:before, .paging__item-link_last:focus:after {
  border-color: #99a3ac;
}

.paging__item-link_first:before, .paging__item-link_first:after {
  transform: rotate(-45deg);
}

.paging__item-link_last:before, .paging__item-link_last:after {
  transform: rotate(135deg);
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .paging__item_previous, .paging__item_next, .paging__item_first, .paging__item_last {
    margin: 0 8px;
  }
}

/**
 * Search results block styles
 */
del {
  margin-left: 5px;
}

.search-results {
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.12);
  max-height: 380px;
  overflow: hidden;
  padding: 30px 20px;
  position: absolute;
  left: -68px;
  top: 100%;
  width: 100vw;
  z-index: 11;
}

.home-search__content .search-results {
  border-width: 0 1px 1px;
  left: 0;
  margin-top: -2px;
  width: 100%;
}

.home-search__content .search-results:before {
  background: #d4d4d4;
  content: '';
  display: block;
  height: 2px;
  left: 5px;
  opacity: .5;
  position: absolute;
  right: 5px;
  top: 0;
}

.search-results__content {
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

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

.search-results__item {
  font-size: 15px;
  letter-spacing: 0.28px;
  line-height: 1.53;
  margin-bottom: 10px;
}

.search-results__item_event {
  margin-bottom: 15px;
  width: 100%;
}

.search-results__text {
  color: #6d6d6d;
}

.search-results__text:hover {
  color: var(--mainColor);
}

.search-results__text_enseigne {
  display: flex;
  flex-wrap: wrap;
}

.search-results__text_event {
  display: flex;
}

.search-results__text-detail {
  max-width: calc(100% - 80px);
}

.search-results__text-name {
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-results__text-title {
  display: block;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 1.44;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-results__text-location {
  color: #99a3ac;
  display: flex;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.45px;
  line-height: 1.42;
  margin-top: 3px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.search-results__text-location_enseigne {
  align-self: center;
  margin-left: 10px;
  max-width: calc(50% - 10px);
  width: auto;
}

.search-results__text-address {
  max-width: calc(100% - 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-results__picture {
  height: 45px;
  margin-right: 15px;
  overflow: hidden;
  width: 65px;
}

.search-results__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.search-results__icon-marker {
  color: var(--mainColor);
  font-size: 14px;
  margin-right: 6px;
}

.search-results__action {
  margin-top: 25px;
  text-align: center;
}

.search-results__link {
  display: inline-block;
  vertical-align: top;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.47px;
  transition: all 0.3s ease-out;
}

.search-results__link:after {
  background: none;
  border-color: var(--mainColor);
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: '';
  display: inline-block;
  height: 15px;
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out;
  vertical-align: middle;
  width: 15px;
}

.search-results__link:hover {
  color: var(--secondColor);
}

.search-results__link:hover:after {
  border-color: var(--secondColor);
}

.search-results__divider {
  margin: 25px 0;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .search-results {
    border: solid 0.7px #d4d4d4;
    left: 0;
    margin-top: -1px;
    max-height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
  }
  .search-results__content {
    max-height: 100%;
    overflow: hidden;
  }
}

/**
 * Search-block styles
 */
.search-block {
  display: flex;
  flex-wrap: wrap;
}

.search-block__criteria {
  padding: 8px;
  position: relative;
  width: 33.33333%;
}

.search-block__criteria:before {
  border-left: 1px solid #d4d4d4;
  bottom: 7px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 7px;
}

.search-block__criteria:first-child:before {
  display: none;
}

.search-block__criteria-title {
  border-radius: 4px;
  color: #99a3ac;
  cursor: pointer;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1.09px;
  line-height: 2.9;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.search-block__criteria-title:hover, .search-block__criteria-title_active {
  background: rgba(225, 235, 242, 0.31);
  color: var(--mainColor);
}

.search-block__criteria-content {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.12);
  left: 0;
  min-width: 100vw;
  padding: 10px 60px;
  position: absolute;
  top: 100%;
  z-index: 1;
}

.search-block__criteria-content_active {
  display: block;
}

.search-block__criteria_category .search-block__criteria-content {
  left: auto;
  right: 0;
}

.search-block__criteria_sport .search-block__criteria-content,
.search-block__criteria_provider .search-block__criteria-content,
.search-block__criteria_category .search-block__criteria-content,
.search-block__criteria_city .search-block__criteria-content {
  padding: 0 15px 10px;
}

.search-block__criteria_hour .search-block__criteria-content {
  left: auto;
  padding: 25px 55px 10px;
  right: 0;
}

.search-block__criteria_date .search-block__criteria-content {
  min-width: 100vw;
  padding: 20px 25px 10px;
}

.search-block__criteria_provider .search-block__criteria-content,
.search-block__criteria_date .search-block__criteria-content {
  left: -100%;
}

.search-block__filters {
  max-height: calc(100vh - 300px);
  overflow-x: hidden;
  overflow-y: auto;
}

.search-block__checkbox {
  margin: 7px 0;
}

.search-block__checkbox input {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  width: 100%;
  z-index: 1;
}

.search-block__checkbox input:checked + label {
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
}

.search-block__checkbox input:checked + label:before {
  border-color: var(--mainColor);
}

.search-block__checkbox input:checked + label:after {
  display: block;
}

.search-block__checkbox label {
  color: #6d6d6d;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 30px;
  padding-left: 40px;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-block__checkbox label:before {
  border: 1px solid #99a3ac;
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.search-block__checkbox label:after {
  content: "";
  color: var(--mainColor);
  display: none;
  font-family: "MyFullCare", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  left: 5px;
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.search-block__checkbox + .checkbox {
  margin-top: 14px;
}

.search-block__criteria_sport .search-block__checkbox + .checkbox,
.search-block__criteria_provider .search-block__checkbox + .checkbox {
  margin-top: 8px;
}

.search-block__criteria_sport .search-block__checkbox,
.search-block__criteria_provider .search-block__checkbox {
  margin: 4px 0;
}

.search-block__button {
  align-content: center;
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  margin-top: 20px;
}

.search-block__submit {
  max-width: 120px;
}

.search-block__reset {
  color: #99a3ac;
}

.search-block__reset:hover, .search-block__reset:focus {
  color: var(--mainColor);
}

.search-block__reset .button__text {
  text-decoration: underline;
}

.search-block__search-box {
  margin-bottom: 15px;
  position: relative;
}

.search-block__search-box:before {
  color: #99a3ac;
  content: "";
  display: block;
  font-family: "MyFullCare", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  left: 45px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.search-block__search-box:after {
  background: #d4d4d4;
  content: "";
  display: block;
  height: 2px;
  margin: 0 -15px;
  opacity: 0.5;
}

.search-block__input {
  border: none;
  font-size: 14px;
  padding-left: 75px;
}

.search-block__families {
  margin-top: 20px;
  padding-left: 45px;
}

.search-block__families:first-child {
  margin-top: 0;
}

.search-block__families-title {
  color: var(--mainColor);
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 12px;
}

.search-block__time-range {
  margin: 0 auto;
  max-width: 164px;
  position: relative;
}

.search-block__time-range .form-control {
  border-color: #d4d4d4;
  box-shadow: none;
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

.search-block__time-range .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.search-block__time-range .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.search-block__time-range .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.search-block__time-range .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.search-block__time-range .form-control:focus {
  border-color: #d4d4d4;
  box-shadow: none;
}

.search-block__time-text {
  display: block;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  text-align: center;
}

.search-block__time-text_title {
  margin: 0 0 20px;
}

.search-block__time-text_divider {
  margin: 12px 0;
}

.search-block__dropdown.open .search-block__dropdown-toggle {
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
}

.search-block__dropdown-toggle {
  border-color: #d4d4d4;
  display: block;
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  height: 34px;
  padding: 5px 20px;
  position: relative;
  width: 100%;
}

.search-block__dropdown-toggle:after {
  border-color: #d4d4d4;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: block;
  height: 12px;
  margin-top: -9px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg);
  width: 12px;
}

.search-block__dropdown-toggle:hover, .search-block__dropdown-toggle:focus {
  background: #ffffff;
  border-color: #d4d4d4;
  color: var(--mainColor);
  outline: none;
}

.search-block__dropdown-menu {
  border-color: #d4d4d4;
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  box-shadow: none;
  margin: -1px 0 0;
  max-height: 188px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

.search-block__dropdown-menu .search-block__dropdown-link {
  color: #6d6d6d;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 5px 20px;
  text-align: center;
}

.search-block__dropdown-menu .search-block__dropdown-link:hover, .search-block__dropdown-menu .search-block__dropdown-link:focus {
  background: var(--mainColor);
  color: #ffffff;
}

.search-block__dropdown-menu .search-block__dropdown-link_disabled {
  opacity: 0.5;
  pointer-events: none;
}

.search-block__wishlist {
  display: flex;
  justify-content: center;
}

.search-block__wishlist-text {
  margin-left: 15px;
}

.search-block__date-picker .form-group {
  margin: 0;
}

.search-block__date-picker .form-control {
  border: none;
  height: 0;
  opacity: 0;
  padding: 0;
  width: 0;
}

.search-block__date-picker .datepicker {
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  float: none;
  margin: 0;
  padding: 0 0 5px;
  position: static;
  width: 100%;
}

.search-block__date-picker .datepicker:before, .search-block__date-picker .datepicker:after {
  display: none;
}

.search-block__date-picker .datepicker > div {
  margin: 0 auto;
  max-width: 270px;
}

.search-block__date-picker .datepicker-switch {
  color: #6d6d6d;
  font-size: 17px;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.search-block__date-picker .datepicker-switch:hover {
  background: none;
}

.search-block__date-picker .datepicker table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
}

.search-block__date-picker .datepicker .arrow-left, .search-block__date-picker .datepicker .arrow-right {
  border-color: #d4d4d4;
  border-style: solid;
  border-width: 1.5px 0 0 1.5px;
  display: inline-block;
  font-size: 0;
  height: 17px;
  transition: all 0.3s ease-out;
  vertical-align: middle;
  width: 17px;
}

.search-block__date-picker .datepicker .arrow-left:hover, .search-block__date-picker .datepicker .arrow-left:focus, .search-block__date-picker .datepicker .arrow-right:hover, .search-block__date-picker .datepicker .arrow-right:focus {
  border-color: var(--mainColor);
}

.search-block__date-picker .datepicker .arrow-left {
  transform: rotate(-45deg);
}

.search-block__date-picker .datepicker .arrow-right {
  transform: rotate(135deg);
}

.search-block__date-picker .datepicker .prev,
.search-block__date-picker .datepicker .next {
  color: #d4d4d4;
  font-weight: normal;
}

.search-block__date-picker .datepicker .prev:hover, .search-block__date-picker .datepicker .prev:focus,
.search-block__date-picker .datepicker .next:hover,
.search-block__date-picker .datepicker .next:focus {
  background: none;
  border-color: var(--mainColor);
}

.search-block__date-picker .datepicker .prev {
  text-align: left;
}

.search-block__date-picker .datepicker .next {
  text-align: right;
}

.search-block__date-picker .datepicker .dow {
  color: #99a3ac;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 5px;
}

.search-block__date-picker .datepicker .day {
  border-radius: 50%;
  color: #6d6d6d;
  font-size: 13px;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  height: 38px;
  outline: 1px solid #eeeeee;
  transition: all 0.3s ease-out;
  width: 38px;
}

.search-block__date-picker .datepicker .day:hover {
  background: var(--mainColor);
  color: #ffffff;
}

.search-block__date-picker .datepicker .day.old, .search-block__date-picker .datepicker .day.new {
  border: none;
  cursor: default;
  opacity: 0;
  pointer-events: none;
}

.search-block__date-picker .datepicker .day.today, .search-block__date-picker .datepicker .day.active {
  background: var(--mainColor);
  color: #ffffff;
}

.search-block__date-picker .datepicker .day.today:hover, .search-block__date-picker .datepicker .day.active:hover {
  background: var(--mainColor);
  color: #ffffff;
}

.search-block__date-picker .datepicker .month,
.search-block__date-picker .datepicker .year,
.search-block__date-picker .datepicker .decade {
  color: #6d6d6d;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  transition: all 0.3s ease-out;
}

.search-block__date-picker .datepicker .month:hover, .search-block__date-picker .datepicker .month.focused,
.search-block__date-picker .datepicker .year:hover,
.search-block__date-picker .datepicker .year.focused,
.search-block__date-picker .datepicker .decade:hover,
.search-block__date-picker .datepicker .decade.focused {
  background: var(--mainColor);
  color: #ffffff;
}

/* Result list transition */
.result-list-enter-active,
.result-list-leave-active {
  transition: opacity 0.5s ease-out;
}

.result-list-enter,
.result-list-leave-to {
  opacity: 0;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .search-block {
    flex-wrap: nowrap;
  }
  .search-block__criteria {
    width: 16.66667%;
  }
  .search-block__criteria-title {
    line-height: 3;
  }
  .search-block__criteria-content {
    min-width: 276px;
    padding: 15px 40px 10px;
  }
  .search-block__criteria_hour .search-block__criteria-content {
    left: 0;
    right: auto;
  }
  .search-block__criteria_date .search-block__criteria-content {
    min-width: 336px;
    padding: 20px 45px 10px;
  }
  .search-block__criteria_provider .search-block__criteria-content,
  .search-block__criteria_date .search-block__criteria-content {
    left: 0;
  }
  .search-block__filters {
    max-height: 290px;
  }
  .search-block__checkbox {
    margin: 10px 0;
  }
  .search-block__checkbox input:checked + label {
    font-size: 14px;
  }
  .search-block__checkbox label {
    line-height: 20px;
    max-width: 100%;
    overflow: visible;
    padding-left: 30px;
  }
  .search-block__checkbox label:before {
    height: 15px;
    margin-top: -8px;
    width: 15px;
  }
  .search-block__checkbox label:after {
    font-size: 8px;
    left: 2px;
    margin-top: -4px;
  }
  .search-block__checkbox + .checkbox {
    margin-top: 20px;
  }
  .search-block__criteria_sport .search-block__checkbox + .checkbox {
    margin-top: 5px;
  }
  .search-block__criteria_provider .search-block__checkbox + .checkbox {
    margin-top: 15px;
  }
  .search-block__criteria_sport .search-block__checkbox {
    margin: 5px 0;
  }
  .search-block__criteria_provider .search-block__checkbox {
    margin: 10px 0;
  }
  .search-block__button {
    margin-top: 25px;
  }
  .search-block__search-box {
    margin-bottom: 12px;
  }
  .search-block__search-box:before {
    left: 20px;
  }
  .search-block__search-box:after {
    margin: 0 -8px;
  }
  .search-block__input {
    padding-left: 50px;
  }
  .search-block__families {
    margin-top: 25px;
    padding-left: 20px;
  }
  .search-block__families-title {
    margin-bottom: 10px;
  }
  .search-block__date-picker .datepicker {
    padding: 0;
  }
  .search-block__date-picker .datepicker > div {
    max-width: 100%;
  }
  .search-block__date-picker .datepicker .day {
    font-size: 14px;
    height: 34px;
    width: 34px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .search-block__filters {
    max-height: 300px;
  }
}

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

.hideContent {
  overflow: hidden;
  line-height: 1em;
  height: 2em;
  color: #99a3ac;
}

.showContent {
  line-height: 1em;
  height: auto;
}

.show-more {
  color: #838383;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

#more {
  display: none;
}

/**
 * Popup block styles
 */
.popup-block {
  display: none;
}

.popup-block__sncf-title {
  margin-top: 30px;
  font-weight: bold;
}

.popup-block__sncf-block {
  margin: 0 50px;
}

.popup-block__title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: normal;
  margin: 20px 0 30px;
  text-align: center;
}

.popup-block__text {
  margin: 0 0 30px;
  text-align: center;
}

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

.popup-block__alert-cancel {
  margin: 20px 0 30px;
}

.popup-block__alert-wallet {
  font-style: italic;
  margin-bottom: 25px;
}

.popup-block__action {
  padding-bottom: 30px;
  text-align: center;
}

.popup-block_sponsor .popup-block__action,
.popup-block_cancel-order .popup-block__action {
  margin: 0 auto;
  max-width: 500px;
}

.popup-block__login, .popup-block__register {
  min-width: 230px;
}

.popup-block__login {
  margin-bottom: 20px;
}

.popup-block__submit {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.6px;
  padding: 15px 40px;
  text-transform: uppercase;
}

.popup-block_wait-list .popup-block__submit {
  margin-top: 5px;
}

.popup-block__submit-language {
  margin-bottom: 20px;
}

.popup-block__message {
  font-family: "CalibreLight", sans-serif;
  margin-bottom: 20px;
}

.popup-block__loading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.popup-block__loading .spinner {
  padding: 10px 0;
}

.popup-block__loading-2 {
  position: relative;
  display: flex;
  margin: 50px 0 50px 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.popup-block__loading-2 .spinner {
  padding: 10px 0;
}

.popup-block__close {
  font-size: 0;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.popup-block__close:before {
  color: var(--mainColor);
  content: "";
  display: block;
  font-family: "MyFullCare", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  transition: all 0.3s ease-out;
}

.popup-block__content.visibility-hidden {
  opacity: 0;
  visibility: hidden;
}

.marketing-block-container {
  height: 100%;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.marketing-block-image {
  width: 100%;
  height: 100%;
}

.marketing-block-link {
  width: 100%;
  height: 100%;
}

.marketing-block-title {
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.48;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 30px 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-block-popup .mfp-container {
  padding: 0;
}

.mfp-block-popup .popup-block {
  display: block;
}

.mfp-block-popup-marketing .mfp-container {
  padding: 0;
}

.mfp-block-popup-marketing .mfp-container .mfp-content {
  width: auto;
  height: auto;
  margin: 20px;
  padding: 0;
  background-color: transparent;
  border-radius: 0px;
}

.mfp-block-popup-marketing .mfp-container .mfp-closee {
  font-size: 0;
  height: 40px;
  opacity: 1;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: 0;
}

.mfp-block-popup-marketing .mfp-container .mfp-closee:before {
  color: #ffffff;
  content: "";
  display: block;
  font-family: "MyFullCare", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  transition: all 0.3s ease-out;
}

.mfp-block-popup-marketing .mfp-container .mfp-closee:hover:before, .mfp-block-popup-marketing .mfp-container .mfp-closee:focus:before {
  color: #ffffff;
}

.mfp-block-popup-marketing .mfp-container .mfp-closee:active {
  top: 0;
}

.mfp-block-popup-marketing .popup-block {
  display: block;
}

@media only screen and (min-width: 992px) {
  .mfp-container .mfp-content {
    max-width: 800px;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .popup-block__title {
    font-size: 35px;
  }
  .popup-block__submit {
    padding: 15px 60px;
  }
  .popup-block_wait-list .popup-block__submit {
    margin-top: 0;
  }
}

/**
 * Checkout popup styles
 */
.badge-checkout {
  display: inline;
  padding: 0px 5px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  background-color: #777777;
  border-radius: 10px;
}

.checkout-popup__title {
  display: flex;
  align-items: baseline;
}

.checkout-popup-hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #d4d4d4;
}

.checkout-popup__ul {
  list-style-type: none;
}

.checkout-popup__label {
  display: flex;
  margin: 0;
  justify-content: center;
}

.checkout-popup__label-focus {
  color: #4da1ff;
}

.checkout-popup__subscription {
  margin-top: 25px;
}

.checkout-popup__subscription-interval {
  font-size: 14px;
}

.checkout-popup__subscription-price {
  font-size: 23px;
  margin: 2px 20px 3px 27px;
}

.checkout-popup__subscription-text {
  font-size: 18px;
  margin: 2px 20px 3px 27px;
}

.checkout-popup__subscription-block {
  margin: 21px 8px 0 8px;
  border-radius: 4px;
  border: solid 0.7px #d4d4d4;
}

.checkout-popup__subscription__info {
  width: 100%;
  padding: 18px 16px 17px 16px;
  display: flex;
}

.checkout-popup__subscription__info-text {
  font-size: 16px;
  margin: 2px 20px 3px 27px;
  color: #ff6b69;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.checkout-popup__subscription__info-list {
  font-size: 15px;
  margin: 2px 20px 3px 27px;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.checkout-popup__card {
  width: 100%;
  height: 75px;
  margin: 21px 8px 0 8px;
  padding: 18px 16px 17px 16px;
  border-radius: 4px;
  border: solid 0.7px #d4d4d4;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkout-popup__card-no-margin {
  margin: 0;
  cursor: alias;
  border: none;
}

.checkout-popup__card-title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #4da1ff;
  margin-left: 27px;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 0.19px;
}

.checkout-popup__card-border {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}

.checkout-popup__card-focus {
  border: solid 0.7px #4da1ff;
}

.checkout-popup__card-icon {
  width: 64px;
  height: auto;
  margin: 2px 20px 3px 27px;
}

.checkout-popup__card-number {
  white-space: nowrap;
  height: 40px;
  padding: 18px 0 0 20px;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.18px;
  color: #6d6d6d;
}

.checkout-popup__card-expiration {
  padding: 0 0 18px 20px;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.43;
  color: #d4d4d4;
}

.checkout-popup__block {
  width: calc(100% - 16px);
  margin: 0 8px;
  padding: 0px 24px 20px 23px;
  border-radius: 0 0 4px 4px;
  border: solid 0.7px #d4d4d4;
  border-top: 0px;
}

.checkout-popup__block-subscription {
  border: solid 0.7px #d4d4d4;
}

.checkout-popup__block-label {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.18px;
  color: #6d6d6d;
  margin-top: 10px;
}

.checkout-popup__block-card {
  padding: 12px 12px 0 0;
  border: solid 0.7px #d4d4d4;
  border-radius: 4px;
  height: 44px;
  width: 100%;
}

.checkout-popup__block-input {
  padding: 12px;
  border: solid 0.7px #d4d4d4;
  border-radius: 4px;
  height: 44px;
  width: 100%;
}

.checkout-popup__block-input:focus, .checkout-popup__block-input.StripeElement--focus {
  border-color: #4da1ff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(241, 148, 135, 0.6);
}

.checkout-popup__check-box {
  position: relative;
  margin-top: 12px;
}

.checkout-popup__check-box__checkbox {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.checkout-popup__check-box__label {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 1.83;
  padding: 5px 0px 0 25px;
}

.checkout-popup__check-box__label:before {
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.checkout-popup__check-box__label:after {
  content: "";
  color: var(--mainColor);
  display: none;
  font-family: "MyFullCare", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  left: 2px;
  line-height: 1;
  margin-top: -4px;
  position: absolute;
  top: 50%;
}

.checkout-popup__check-box input {
  margin: 0;
}

.checkout-popup__check-box input:checked + label {
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.checkout-popup__check-box input:checked + label:before {
  border-color: var(--mainColor);
}

.checkout-popup__check-box input:checked + label:after {
  display: block;
}

.checkout-popup__arrow-down {
  width: 15px;
  height: 15px;
  transform: rotate(-315deg);
  border: solid 1px #4da1ff;
}

.checkout-popup__event-info {
  background: #ecf5ff;
  margin: 0 -15px;
}

.checkout-popup__event-picture {
  height: 130px;
  overflow: hidden;
}

.checkout-popup__event-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.checkout-popup__event-detail {
  padding: 15px;
}

.checkout-popup__event-detail .product-item__time {
  font-size: 11px;
  margin-bottom: 10px;
}

.checkout-popup__event-detail .product-item__location {
  letter-spacing: 1px;
}

.checkout-popup__event-detail .product-item__icon-time {
  margin-right: 9px;
}

.checkout-popup__event-detail .product-item__icon-marker {
  margin: 0 10px 0 2px;
}

.checkout-popup__event-title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.16;
  margin: 0 0 10px;
}

.checkout-popup__event-price-box {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 37px;
}

.checkout-popup__event-old-price {
  font-family: "CalibreLight", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  margin-right: 10px;
  text-decoration: line-through;
}

.checkout-popup__event-currency {
  margin-left: -10px;
}

.checkout-popup__cards {
  margin-top: 40px;
}

.checkout-popup__cards-title {
  color: #6d6d6d;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-right: 6px;
}

.checkout-popup__cards-list .radio-box {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  margin-top: 20px;
  padding: 15px 8px;
}

.checkout-popup__cards-list .radio-box_checked {
  border-color: var(--mainColor);
}

.checkout-popup__cards-list .radio-box__label {
  color: #6d6d6d;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  padding-left: 31px;
}

.checkout-popup__cards-list .radio-box__label:before {
  border-color: #d4d4d4;
  height: 18px;
  left: 8px;
  margin-top: -9px;
  width: 18px;
}

.checkout-popup__cards-list .radio-box__label:after {
  left: 10px;
  height: 14px;
  margin-top: -7px;
  width: 14px;
}

.checkout-popup__new-card {
  margin-top: 15px;
}

.checkout-popup__new-card-label {
  color: #6d6d6d;
  display: block;
  font-family: "CalibreLight", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.18px;
  line-height: 1.86;
  margin-bottom: 2px;
}

.checkout-popup__new-card-field-expiration-date {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.checkout-popup__new-card-divider {
  margin: 0 10px;
}

.checkout-popup__stripe-logo {
  margin-top: 10px;
}

.checkout-popup__event-gift {
  padding-top: 25px;
}

.checkout-popup__coupon-left {
  margin-bottom: 15px;
}

.checkout-popup__coupon-input {
  font-size: 14px;
  letter-spacing: 0.18px;
}

.checkout-popup__coupon-message {
  display: block;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.57;
  margin-top: 3px;
}

.checkout-popup__coupon-message .success-message {
  color: var(--mainColor);
}

.checkout-popup__coupon-message .success-message:before {
  content: "";
  display: inline-block;
  font-family: "MyFullCare", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  margin-right: 5px;
  vertical-align: middle;
}

.checkout-popup__coupon-message .error-message {
  color: #ff6b69;
}

.checkout-popup__coupon-message .error-message:before {
  content: "";
  display: inline-block;
  font-family: "MyFullCare", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  margin-right: 5px;
  vertical-align: middle;
}

.checkout-popup__coupon-submit {
  display: block;
  margin: 11px auto 0;
  max-width: 120px;
  padding: 6px 35px;
}

.checkout-popup__coupon .radio-box__radio {
  cursor: default;
}

.checkout-popup__coupon .radio-box__label {
  font-size: 18px;
  padding-left: 27px;
}

.checkout-popup__coupon .radio-box__label:before {
  border-color: #d4d4d4;
  height: 18px;
  margin-top: -9px;
  width: 18px;
}

.checkout-popup__coupon .radio-box__label:after {
  height: 14px;
  margin-top: -7px;
  width: 14px;
}

.checkout-popup__coupon .radio-box input:checked + label {
  color: #6d6d6d;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.checkout-popup__acceptance {
  border-top: 0.7px solid #d4d4d4;
  margin-top: 35px;
  padding-top: 15px;
}

.checkout-popup__acceptance-link {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.checkout-popup__acceptance .check-box__checkbox {
  width: auto;
}

.checkout-popup__acceptance .check-box__label {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.22;
  padding-left: 29px;
}

.checkout-popup__acceptance .check-box__label:before {
  border-color: #d4d4d4;
  height: 18px;
  margin-top: -9px;
  top: 10px;
  width: 18px;
}

.checkout-popup__acceptance .check-box__label:after {
  height: 14px;
  left: 4px;
  margin-top: -7px;
  top: 14px;
  width: 14px;
}

.checkout-popup__acceptance .check-box input:checked + label {
  color: #99a3ac;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.checkout-popup__acceptance .check-box input:checked + label:before {
  border-color: #d4d4d4;
}

.checkout-popup__summary {
  margin: 25px 0 55px;
}

.checkout-popup__summary-subtotal, .checkout-popup__summary-total {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.checkout-popup__summary-subtotal {
  margin-bottom: 10px;
}

.checkout-popup__summary-subtotal-label {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  max-width: 80%;
  text-transform: uppercase;
}

.checkout-popup__summary-subtotal-price {
  font-size: 25px;
  text-align: right;
}

.checkout-popup__summary-total-label {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  text-transform: uppercase;
}

.checkout-popup__summary-total-price {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
}

.checkout-popup__summary-total-currency {
  margin-left: -8px;
}

.checkout-popup__summary-discount-text {
  font-family: "CalibreMediumItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.5px;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .checkout-popup__event-info, .checkout-popup__event-detail {
    align-items: center;
    display: flex;
  }
  .checkout-popup__event-picture {
    width: 205px;
  }
  .checkout-popup__event-detail {
    justify-content: space-between;
    width: calc(100% - 205px);
  }
  .checkout-popup__event-detail-left {
    padding-left: 25px;
  }
  .checkout-popup__event-detail-right {
    padding-right: 10px;
  }
  .checkout-popup__event-title {
    margin-top: 5px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .checkout-popup__payment {
    margin: 0 auto;
    max-width: 545px;
  }
  .checkout-popup__cards-list .radio-box {
    padding: 15px;
  }
  .checkout-popup__cards-list .radio-box__label {
    padding-left: 45px;
  }
  .checkout-popup__cards-list .radio-box__label:before {
    left: 15px;
  }
  .checkout-popup__cards-list .radio-box__label:after {
    left: 17px;
  }
  .checkout-popup__new-card-form-group {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .checkout-popup__new-card-field-left {
    width: 42%;
  }
  .checkout-popup__new-card-field-right {
    width: 58%;
  }
  .checkout-popup__coupon {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .checkout-popup__coupon-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .checkout-popup__coupon-left {
    margin-bottom: 0;
    padding-top: 7px;
    width: 42%;
  }
  .checkout-popup__coupon-right {
    position: relative;
    width: 58%;
  }
  .checkout-popup__coupon-input {
    padding-right: 95px;
  }
  .checkout-popup__coupon-message {
    margin-left: 4px;
  }
  .checkout-popup__coupon-submit {
    border-radius: 0 4px 4px 0;
    height: 35px;
    margin: 0;
    max-width: 80px;
    padding: 8px 18px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .checkout-popup__acceptance {
    margin-top: 25px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .checkout-popup__event-detail-left {
    padding-left: 40px;
  }
}

/**
 * Success popup styles
 */
.order-success-popup {
  display: none;
}

.mfp-success-popup .order-success-popup {
  display: block;
}

.order-success-popup__content {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 1.63;
  padding: 55px 0 40px;
  text-align: center;
}

.order-success-popup__title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.order-success-popup__title_home {
  font-size: 30px;
  color: #2b2f5a;
}

.order-success-popup__title_success:before {
  color: var(--mainColor);
  content: "";
  font-family: "MyFullCare", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin-right: 3px;
}

.order-success-popup__action {
  margin-top: 30px;
}

.order-success-popup__link {
  padding: 15px 20px;
}

#launcher {
  visibility: hidden;
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  #launcher {
    visibility: visible;
  }
  .google-page #launcher {
    visibility: hidden !important;
  }
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  margin: 0px auto;
  padding: 20px 30px;
  background-color: transparent;
  border-radius: 2px;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/**
 * Product slider styles
 */
.wellbeing-slider {
  margin: 0 auto;
  max-width: 293px;
}

.wellbeing-slider-refresh {
  width: 32px;
  height: 32px;
  margin: 0 10px;
  border: 1px solid black;
  padding: 4px 15px;
  border-radius: 3px;
  box-shadow: none;
  background-image: url("/build/images/wellbeing/reload.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: 24px;
}

.wellbeing-slider:after {
  content: '';
  display: table;
  clear: both;
}

.wellbeing-slider__item {
  width: 360px;
}

.wellbeing-slider__item-space {
  margin: 13px 4px;
}

.wellbeing-slider__wellbeing-item {
  height: 100%;
  width: 100%;
}

.wellbeing-slider .slick-list {
  padding: 0 0 5px;
}

.wellbeing-slider .slick-slide > div {
  height: 100%;
}

.wellbeing-slider .slick-arrow {
  border-color: #99a3ac;
  border-style: solid;
  border-width: 3px 0 0 3px;
  height: 25px;
  transition: all 0.3s ease-out;
  width: 25px;
}

.wellbeing-slider .slick-arrow:before {
  display: none;
}

.wellbeing-slider .slick-arrow:hover, .wellbeing-slider .slick-arrow:focus {
  border-color: var(--mainColor);
}

.wellbeing-slider .slick-prev {
  left: -8px;
}

.wellbeing-slider .slick-next {
  right: -8px;
}

.wellbeing-slider__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

/* Product styles */
.wellbeing-product-state {
  margin-bottom: 20px;
}

.wellbeing-product-item {
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(131, 131, 131, 0.37);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
  min-height: 312px;
}

.wellbeing-product-item:hover {
  box-shadow: 0 2px 8px 0 rgba(153, 163, 172, 0.75);
}

.wellbeing-product-item__picture {
  height: 200px;
  overflow: hidden;
  width: 100%;
}

.wellbeing-product-item__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  width: 100%;
}

.wellbeing-product-item__info {
  padding: 0 30px 10px 30px;
  position: relative;
}

.wellbeing-product-item__category {
  color: #595959;
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.4px;
  margin: 0;
}

.wellbeing-product-item__name {
  color: #595959;
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 21px;
}

.wellbeing-product-item__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.wellbeing-product-button-1 {
  background: #595959;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .wellbeing-slider {
    max-width: 586px;
  }
  .wellbeing-slider .slick-prev {
    left: -30px;
  }
  .wellbeing-slider .slick-next {
    right: -30px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .wellbeing-slider {
    max-width: 879px;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .wellbeing-slider {
    max-width: 100%;
  }
  .wellbeing-slider .slick-prev {
    left: -40px;
  }
  .wellbeing-slider .slick-next {
    right: -40px;
  }
}

.search__tab {
  margin: auto;
  width: 50%;
}

.search__tab-content {
  margin: auto;
  width: 60%;
}

.search__block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 5px;
  margin: 25px 0;
}

.search__block-search {
  position: relative;
  width: 50%;
  min-width: 1px;
}

.search__block-results {
  box-shadow: 0 2px 4px 0 rgba(131, 131, 131, 0.37);
  background-color: #ffffff;
  position: absolute;
  width: 100%;
}

.search__tag-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  font-size: 0.9em;
  padding: 0px 8px 0 34px;
  background-color: #f7f9fb;
}

.search__tag-block-left {
  border-radius: 4px 0 0 4px;
}

.search__tag-block-right {
  -webkit-box-shadow: -5px 0px 2px -5px #bbbbbb;
}

.search__tag-block-tag {
  align-items: center;
  height: 23px;
  margin: 4px 10px 2px 0px;
  background-color: #ffffff;
  border: solid 1px #7f829c;
  padding: 2px 20px 8px 8px;
  border-radius: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.search__tag-block-tag > div {
  text-align: center;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  line-height: 10px;
  background-color: #7f829c;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.75;
  position: absolute;
  top: 5px;
  right: 4px;
}

.search__tag-block-text {
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 50px;
  background: none;
}

.search__button {
  display: flex;
  align-items: center;
  background-color: #f7f9fb;
  height: 35px;
  padding: 5px;
  border-radius: 0 4px 4px 0;
}

.search__button-text {
  height: 25px;
  padding: 2px 12px;
}

.search-content, .search-input {
  width: 100%;
}

.search-content {
  margin-left: 10px;
  position: relative;
}

.search-input:focus {
  border-color: #d4d4d4;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .search__tab {
    width: 60%;
  }
  .search__block {
    flex-direction: column;
  }
  .search__block-search {
    width: 100%;
    margin-bottom: 10px;
  }
  .search__block-results {
    position: relative;
  }
  .search__button {
    justify-content: center;
    background-color: #ffffff;
  }
  .search__tag-block {
    border-radius: 4px;
  }
  .search__tag-block-right {
    box-shadow: none;
  }
}

ol,
li {
  padding: 0;
  list-style: none;
}

.calendar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.calendar__month {
  position: relative;
  overflow: hidden;
  width: 393px;
  min-height: 300px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 7px 7px 5px rgba(131, 131, 131, 0.15);
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  opacity: 1;
}

.calendar__month-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 10px;
}

.calendar__day {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 5px;
  color: #bbbbbb;
}

.calendar__day-inSchedule {
  color: #838383;
  padding: 4px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}

.calendar__day-isAvailable {
  width: 25px;
  font-weight: bold;
  color: #2b2f5a;
  border: solid 1px var(--mainColor);
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
}

.calendar__day-isAvailable:hover {
  background-color: var(--mainColor);
  color: #ffffff;
}

.calendar__day-unavailable {
  pointer-events: none;
  cursor: default;
}

.calendar__day--not-current {
  color: #bbbbbb;
}

.calendar__day--today {
  padding-top: 4px;
}

.calendar__day--today > span {
  color: #ffffff;
  background-color: #2b2f5a;
  border-radius: 100%;
}

.calendar__date-indicator {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
}

.calendar__date-selector {
  display: flex;
  align-items: center;
  color: #2b2f5a;
  font-size: 26px;
}

.calendar__date-selector > * {
  cursor: pointer;
  user-select: none;
  padding: 0px 24px;
}

.calendar__date-selector > *:hover {
  opacity: 70%;
}

.calendar__slots {
  display: flex;
  flex-direction: column;
}

.calendar__slots-popup {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: #ffffff;
}

.calendar__slots_infos {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.calendar__slots_infos-date {
  margin-right: 10px;
  color: var(--mainColor);
}

.calendar__slots_infos-link {
  cursor: pointer;
}

.calendar__slots-search {
  overflow-x: hidden;
  overflow-y: auto;
}

.calendar__slots-list {
  margin: 10px 20px;
}

.calendar__slots-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 5px 0;
  border-bottom-color: #d4d4d4;
  border-width: 0px 0 1px 0;
  border-style: dotted;
}

.calendar__slots-block input {
  width: 100%;
  height: auto;
  margin-right: 15px;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.calendar__slots-block input:checked + label:before {
  position: absolute;
}

.calendar__slots_text {
  font-size: 25px;
  color: #6d6d6d;
  margin-left: 6px;
  width: 115px;
}

.calendar__slots_text-selected {
  color: var(--mainColor);
}

.calendar__slots_text-booked {
  font-size: 12px;
  margin-left: 10px;
  width: 158px;
  font-style: italic;
  color: rgba(153, 163, 172, 0.75);
}

.calendar__slots_text-unavailable {
  color: rgba(153, 163, 172, 0.75);
}

.calendar__slots-label {
  position: absolute;
  top: 8px;
  right: 0;
  height: 15px;
  width: 15px;
  border: 0.7px solid rgba(153, 163, 172, 0.75);
  border-radius: 50%;
}

.calendar__slots-label:before {
  content: "";
  height: 11px;
  width: 11px;
  right: 1px;
  top: 1px;
  background: var(--mainColor);
  border-radius: 50%;
}

.calendar__infos-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 10px 10px 20px;
  width: 345px;
}

.calendar__infos-text {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  text-align: start;
  letter-spacing: 0px;
  opacity: 1;
}

.calendar__infos-slotsSelected {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 25px 0px;
}

.calendar__infos-button {
  border-radius: 4px;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}

.calendar ::-webkit-scrollbar {
  width: 8px;
}

.calendar ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #838383;
  border-radius: 10px;
}

.calendar ::-webkit-scrollbar-thumb {
  background: #838383;
  border-radius: 10px;
}

.calendar ::-webkit-scrollbar-thumb:hover {
  background: #838383;
}

.day-of-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
  border-top: solid 1px #d4d4d4;
  background-color: #ffffff;
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 18px;
  color: #838383;
}

.day-of-week > * {
  text-align: right;
  padding-right: 5px;
}

.days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  position: relative;
}

.slide-fade-leave-active,
.slide-fade-enter-active {
  transition: opacity 0.5s ease-in-out;
}

.slide-up-enter-active,
.slide-up-leave-active {
  transition: all 0.3s ease-in-out;
}

.slide-up-leave-to {
  transform: translateY(100%);
  opacity: 0;
}

.arrow-left {
  border: solid var(--mainColor);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

@media only screen and (max-width: 992px) {
  .calendar__slots-popup {
    width: 381px;
  }
  .calendar__date-selector > * {
    cursor: pointer;
    user-select: none;
    padding: 0px 15px;
  }
  .calendar__date-selector > *:hover {
    opacity: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .calendar {
    flex-direction: column;
    align-items: center;
  }
  .calendar__month {
    margin-bottom: 20px;
  }
  .calendar__date-selector > * {
    cursor: pointer;
    user-select: none;
    padding: 0px 12px;
  }
  .calendar__date-selector > *:hover {
    opacity: 70%;
  }
}

.location-container {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  margin: 10px 0;
  justify-content: flex-start;
  align-items: center;
}

.location-container button {
  margin-right: 10px;
}

.location__google-input {
  width: 54%;
  margin-right: 10px;
}

.location-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9em;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 43px;
}

.vue-map {
  border: 1px solid #ddd;
  margin: 10px 0 10px 0;
  -webkit-box-shadow: #aaa 0px 0px 15px;
  float: left;
  width: 490px !important;
  height: 490px !important;
}

/* Language popup */
#language-popup .button.popup-block__submit-language {
  height: auto;
}

#language-popup .button.popup-block__submit-language .button__text {
  white-space: normal;
}

/*
** Blocks for a specific page
*/
/* Provider page */
/**
 * Slotted event styles
 */
.slotted-event__column {
  padding: 0 15px;
}

.slotted-event__week-day {
  color: #99a3ac;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.slotted-event__date {
  color: #99a3ac;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1.18px;
  line-height: 1.31;
  text-transform: uppercase;
}

.slotted-event__divider {
  border-color: #d4d4d4;
  margin: 25px 0 30px;
}

.slotted-event__popover_disabled {
  pointer-events: none;
}

.slotted-event__popover_hidden {
  display: none;
}

.slotted-event__content {
  cursor: pointer;
  margin-bottom: 40px;
}

.slotted-event__time {
  color: var(--secondColor);
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.77px;
  line-height: 1;
  margin-bottom: 6px;
}

.open .slotted-event__time {
  color: var(--mainColor);
}

.slotted-event__popover_disabled .slotted-event__time {
  color: #d4d4d4;
}

.slotted-event__title {
  color: var(--mainColor);
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.68px;
  line-height: 1.39;
}

.open .slotted-event__title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.slotted-event__popover_disabled .slotted-event__title {
  color: #d4d4d4;
}

.slotted-event__name {
  text-align: left;
}

.slotted-event__button {
  padding: 6px 45px;
}

.slotted-event__close {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 40px;
  position: absolute;
  width: 40px;
  right: 0;
  top: 0;
}

.slotted-event__show-more {
  cursor: pointer;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  padding-top: 20px;
  font-size: 16px;
  letter-spacing: 1.17px;
  text-align: center;
  text-transform: uppercase;
}

.slotted-event__show-more:after {
  border-color: var(--mainColor);
  border-style: solid;
  border-width: 0 0.8px 0.8px 0;
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 7px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 12px;
}

.slotted-event__show-more_expanded:after {
  margin-top: 6px;
  transform: rotate(-135deg);
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .slotted-event__popover-inner {
    padding: 40px 15px;
    width: 100%;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .slotted-event__column {
    padding: 0 23px;
  }
  .slotted-event__close {
    display: none;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .slotted-event__column {
    padding: 0 27px;
  }
}

/* Event detail page */
/**
 * Booking box styles
 */
.booking-box__recurrent-title {
  font-size: 12px;
}

.booking-box__recurrent-item {
  height: 15px;
  display: flex;
  margin: 3px 0 3px 0;
  width: 80px;
}

.booking-box__recurrent-price {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #f19487;
  margin-left: 3px;
}

.booking-box__item {
  cursor: pointer;
  border-bottom: 0.7px solid #d4d4d4;
  display: flex;
  padding: 25px 0;
}

.booking-box__select {
  padding-top: 15px;
  position: relative;
}

.booking-box__select input {
  height: 15px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}

.booking-box__select input:checked + label {
  border-color: var(--mainColor);
}

.booking-box__select input:checked + label:before {
  display: block;
}

.booking-box__select label {
  align-items: center;
  border: 0.7px solid #99a3ac;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 15px;
  width: 15px;
}

.booking-box__select label:before {
  background: var(--mainColor);
  border-radius: 50%;
  content: "";
  display: none;
  height: 11px;
  width: 11px;
}

.booking-box__price {
  font-size: 20px;
  letter-spacing: 0.14px;
}

.booking-box__item_selected .booking-box__price {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.booking-box__price-box {
  color: #6d6d6d;
  display: flex;
  flex-flow: column wrap;
  padding-left: 12px;
}

.booking-box__item_selected .booking-box__price-box {
  color: var(--mainColor);
}

.booking-box__old-price {
  font-size: 12px;
  letter-spacing: 0.08px;
  text-decoration: line-through;
}

.booking-box__item_selected .booking-box__old-price {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.booking-box__description {
  padding-left: 20px;
}

.booking-box__label {
  font-size: 17px;
  letter-spacing: 0.38px;
  line-height: 1.4;
}

.booking-box__item_selected .booking-box__label {
  color: var(--mainColor);
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.booking-box__expiration {
  color: #99a3ac;
  font-family: "CalibreMediumItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin: 5px 0 0;
}

.booking-box__item_selected .booking-box__expiration {
  color: var(--mainColor);
}

.booking-box__offer {
  display: block;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.35px;
  line-height: 1.3;
  margin-top: 20px;
  padding: 0 7px;
  position: relative;
}

.booking-box__offer:before {
  border: 1px solid var(--mainColor);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 8px;
  transition: all 0.3s ease-out;
  vertical-align: top;
  width: 18px;
}

.booking-box__offer:after {
  content: "";
  display: block;
  font-family: "MyFullCare", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  left: 12px;
  position: absolute;
  top: 5px;
}

.booking-box__offer:hover {
  color: var(--secondColor);
}

.booking-box__offer:hover:before {
  border-color: var(--secondColor);
}

.booking-box__date {
  border-bottom: 0.7px solid #d4d4d4;
  padding: 15px 0 25px;
}

.booking-box__date-title {
  margin-bottom: 10px;
}

.booking-box__acceptance {
  margin-top: 20px;
}

.booking-box__acceptance .check-box__label:before {
  margin-top: -15px;
}

.booking-box__acceptance .check-box__label::after {
  margin-top: -11px;
}

.booking-box__book {
  border-radius: 0;
  display: block;
  font-size: 20px;
  height: 62px;
  letter-spacing: 1px;
  margin: 20px -15px -15px;
  padding: 20px;
  text-transform: uppercase;
  width: calc(100% + 30px);
}

.booking-box__book_disabled {
  pointer-events: none;
}

div.tooltip-inner {
  max-width: none;
}

/* Gift form */
.gift-form {
  display: none;
}

.mfp-gift-form .gift-form {
  display: block;
}

.gift-form__title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: normal;
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}

.gift-form__text {
  letter-spacing: 0.2px;
  line-height: 1.45;
  margin: 25px 0 30px;
  text-align: center;
}

.gift-form__radio-box {
  margin-bottom: 15px;
}

.gift-form__label {
  color: var(--mainColor);
  display: block;
  font-family: "CalibreLight", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.63;
  margin-bottom: 2px;
}

.gift-form__offer {
  margin: 45px 0 40px;
  text-align: center;
}

.gift-form__offer-link {
  padding: 15px 70px;
}

.gift-form__search-result {
  margin-top: 10px;
}

.gift-form__search-result-item {
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.gift-form__search-result-item:hover {
  color: var(--secondColor);
}

/* User search form */
.user-search-form__radio-box {
  margin: 10px 0 0 10px;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .booking-box__book {
    border-radius: 4px;
    margin: 20px 5px 5px;
    width: calc(100% - 10px);
  }
  .gift-form__title {
    font-size: 35px;
    padding: 0;
  }
  .gift-form__form {
    padding: 0 55px;
  }
  .gift-form__form-fields {
    display: flex;
    flex-wrap: wrap;
  }
  .gift-form__form-group_new {
    width: calc(50% - 15px);
  }
  .gift-form__form-group_new:nth-child(odd) {
    margin-right: 30px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .gift-form__form {
    padding: 0 75px;
  }
}

/** 
 * Event detail tab section styles 
 */
/* Tab box */
.tab-box__nav-tabs {
  border-bottom-color: #d4d4d4;
}

.tab-box__nav-tabs > li {
  margin: 0;
}

.tab-box__nav-tabs > li > a {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 10px 0;
}

.tab-box__nav-tabs > li > a:hover, .tab-box__nav-tabs > li > a:focus {
  background: none;
}

.tab-box__nav-tabs > li.active > a,
.tab-box__nav-tabs > li.active > a:hover,
.tab-box__nav-tabs > li.active > a:focus {
  background: none;
  border: none;
  color: var(--mainColor);
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.tab-box__nav-tabs > li.active > a:after,
.tab-box__nav-tabs > li.active > a:hover:after,
.tab-box__nav-tabs > li.active > a:focus:after {
  opacity: 1;
}

.tab-box__tab-item {
  width: 50%;
}

.tab-box__tab-item_calendar {
  width: 33.33333%;
}

.tab-box__tab-item_calendar-coach {
  width: 25%;
}

.tab-box__tab-item-coach {
  width: 33.33333%;
}

.tab-box__tab-link {
  color: var(--mainColor);
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.43px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.tab-box__tab-link:after {
  background: var(--mainColor);
  border-radius: 1.5px;
  bottom: -1px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
}

.tab-box__tab-link-orange {
  color: var(--mainColor);
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.43px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.tab-box__tab-link-orange:after {
  background: #f19487;
  border-radius: 1.5px;
  bottom: -1px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
}

.tab-box__tab-pane {
  padding: 50px 0;
}

.tab-box__tab-pane-small {
  padding: 35px 0;
}

.tab-box__tab-pane-no-padding {
  padding: 0px;
}

/* Cms content */
.cms-content__avatar {
  background: #d4d4d4;
  border-radius: 50%;
  height: 180px;
  margin: auto;
  overflow: hidden;
  width: 180px;
}

.cms-content__avatar-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cms-content__coach-detail {
  display: block;
  font-size: 30px;
  margin: 20px auto 30px;
  text-align: center;
}

.cms-content__coach-desc {
  margin-top: 20px;
}

.cms-content h2 {
  font-family: "CalibreSemibold", sans-serif;
  font-size: 22px;
}

.cms-content h3 {
  font-family: "CalibreSemibold", sans-serif;
  font-size: 18px;
}

.cms-content ol,
.cms-content ul {
  list-style-position: inside;
  padding: 0;
}

.cms-content a:hover {
  color: var(--secondColor);
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .tab-box__nav-tabs > li > a {
    font-size: 20px;
    padding: 10px 15px;
  }
  .tab-box__tab-link {
    font-size: 22px;
    letter-spacing: 0.67px;
  }
  .tab-box__tab-link-orange {
    font-size: 28px;
    letter-spacing: 0.67px;
  }
}

/* Event detail calendar styles */
.weeks-calendar-wrapper {
  margin: 0 auto;
  width: 100%;
}

.weeks-calendar-wrapper .inner-wrapper {
  position: relative;
}

.weeks-calendar-wrapper .inner-wrapper.avoid-clicks {
  pointer-events: none;
}

.weeks-calendar-wrapper .inner-wrapper .month-marker {
  position: absolute;
  white-space: nowrap;
  top: -20px;
}

.weeks-calendar-wrapper:not(.slick-slider) .week-container {
  display: none;
}

.weeks-calendar-wrapper:not(.slick-slider) .week-container:first-child {
  display: flex;
  display: -webkit-flex;
}

.weeks-calendar-wrapper .week-container {
  display: flex !important;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  padding-top: 25px;
}

.weeks-calendar-wrapper .week-container > * {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.weeks-calendar-wrapper .week-container .txt-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  width: 40px;
}

.weeks-calendar-wrapper .week-container .txt-date {
  font-size: 13px;
  line-height: 100%;
}

.weeks-calendar-wrapper .week-container .txt-day {
  font-size: 20px;
  line-height: 15px;
}

.weeks-calendar-wrapper .week-day {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  background: #ffffff;
}

.weeks-calendar-wrapper .week-day a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.weeks-calendar-wrapper .week-day.week-selected {
  background: var(--secondColor);
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #ffffff;
}

.weeks-calendar-wrapper .week-today {
  background: #6d6d6d;
  color: #ffffff;
}

.weeks-calendar-wrapper .week-course {
  border-color: var(--secondColor);
  background: var(--secondColor);
  color: #ffffff;
}

.weeks-calendar-wrapper .week-course.week-selected {
  border-color: var(--mainColor);
  background: var(--mainColor);
  color: #ffffff;
}

.weeks-calendar-wrapper .slick-disabled {
  opacity: 0;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .weeks-calendar-wrapper {
    width: 80%;
  }
  .weeks-calendar-wrapper .week-container .txt-wrapper {
    height: 68px;
    width: 68px;
  }
  .weeks-calendar-wrapper .week-container .txt-date {
    font-size: 16px;
    line-height: normal;
  }
  .weeks-calendar-wrapper .week-container .txt-day {
    font-size: 26px;
    line-height: normal;
  }
}

/**
 * Event offers styles
 */
.event-offers {
  padding: 90px 0;
}

.event-offers__container {
  max-width: 100%;
}

.event-offers__title {
  margin: 0 0 70px;
}

.event-offers__title_membership {
  margin: 0 0 20px;
}

.event-offers__slider_membership .product-slider__item {
  margin-bottom: 30px;
}

.event-offers__button {
  margin-top: 70px;
  text-align: center;
}

.event-offers__button-link {
  padding: 15px 40px;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .event-offers {
    padding: 110px 0;
  }
  .event-offers__title {
    margin: 0 0 80px;
  }
  .event-offers__slider_membership {
    display: flex;
    flex-wrap: wrap;
  }
  .event-offers__slider.product-slider {
    margin: 0 auto;
    max-width: 586px;
  }
  .event-offers__button {
    margin-top: 50px;
  }
  .event-offers__button-link {
    padding: 15px 50px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .event-offers__slider.product-slider .slick-prev {
    left: -8px;
  }
  .event-offers__slider.product-slider .slick-next {
    right: -8px;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .event-offers__slider.product-slider .slick-prev {
    left: -40px;
  }
  .event-offers__slider.product-slider .slick-next {
    right: -40px;
  }
}

/* Event detail calendar styles */
.event-detail__calendar-help {
  margin-top: 10px;
  padding: 4px;
  text-align: center;
}

.event-detail__calendar-picker {
  border-bottom: 0.7px solid #d4d4d4;
  padding: 20px 15px 30px;
}

.event-detail__calendar-title {
  font-size: 17px;
  letter-spacing: 1.81px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.event-detail__calendar-slider {
  margin-bottom: 20px;
}

.event-detail__calendar-slider .slick-arrow {
  border-width: 1.5px 0 0 1.5px;
  height: 17px;
  top: 10px;
  width: 17px;
}

.event-detail__calendar-slider .slick-prev {
  left: -15px;
}

.event-detail__calendar-slider .slick-next {
  right: -15px;
}

.event-detail__calendar-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.event-detail__calendar-list {
  padding: 0 3px;
  text-align: center;
}

.event-detail__calendar-item {
  margin-top: 12px;
  height: 24px;
  position: relative;
  text-align: center;
}

.event-detail__calendar-item_empty {
  background: none;
  cursor: none;
  pointer-events: none;
}

.event-detail__calendar-item_empty:before {
  background: #d4d4d4;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.event-detail__calendar-item_hidden {
  display: none;
}

.event-detail__calendar-item_disabled {
  background: rgba(131, 131, 131, 0.15);
  color: rgba(131, 131, 131, 0.67);
  pointer-events: none;
  border-radius: 5px;
}

.event-detail__calendar-item_booked::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -3px;
}

.event-detail__calendar-info {
  background: #f2f1f8;
  border-radius: 5px;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 1.3;
  padding: 4px;
}

.event-detail__calendar-info_selected {
  background: var(--mainColor);
  color: #ffffff;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.event-detail__calendar-more {
  cursor: pointer;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1.17px;
  text-align: center;
  text-transform: uppercase;
}

.event-detail__calendar-more:after {
  border-color: var(--mainColor);
  border-style: solid;
  border-width: 0 0.8px 0.8px 0;
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 7px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 12px;
}

.event-detail__calendar-more_expanded:after {
  margin-top: 6px;
  transform: rotate(-135deg);
}

.event-detail__calendar-selected {
  margin: 0 -15px;
}

.event-detail__book-info {
  padding: 10px;
}

.event-detail__book-info .book-info__message-text {
  font-size: 15px;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.44;
  text-align: center;
  padding-top: 20px;
}

/* Calendar column */
.calendar-collumn__info {
  border-bottom: 2px solid rgba(212, 212, 212, 0.4);
  padding-bottom: 13px;
  text-align: center;
}

.calendar-collumn__info-day {
  font-size: 14px;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 2px;
}

.calendar-collumn__info-date-month {
  font-size: 14px;
  font-family: "CalibreLight", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.58px;
  line-height: 1;
}

/* Selected calendar */
.calendar-selected__divider {
  border-color: #d4d4d4;
  margin: 30px 0;
}

.calendar-selected__item {
  background: #f2f1f8;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 15px;
  position: relative;
}

.calendar-selected__item-wrapper {
  padding: 0 10px;
}

.calendar-selected__item-date {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.calendar-selected__item-time {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.calendar-selected__item-remove {
  cursor: pointer;
  font-size: 12px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.calendar-selected__price {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calendar-selected__price-label {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.calendar-selected__regular-price {
  font-size: 43px;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.calendar-selected__reserve {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.calendar-selected__reserve-button {
  padding: 15px 45px;
}

/* Tablet */
/* Slotted Calendar page */
/**
 * User and slotted-calendar page styles
 */
@media only screen and (min-width: 375px) {
  /* Custom screen */
  .over-two-filters.has-3-filter .slotted-calendar__filter_offers {
    margin: 0 10px 40px;
  }
}

@media only screen and (min-width: 449px) {
  .over-two-filters.has-3-filter .slotted-calendar__slider .slick-prev, .over-two-filters.has-3-filter .slotted-calendar__slider .slick-next {
    top: -68px;
  }
}

@media only screen and (min-width: 375px) {
  /* Custom screen */
  .over-two-filters.has-4-filter .slotted-calendar__filter_offers {
    margin: 0 15px 40px;
  }
}

@media only screen and (min-width: 592px) {
  .over-two-filters.has-4-filter .slotted-calendar__slider .slick-prev, .over-two-filters.has-4-filter .slotted-calendar__slider .slick-next {
    top: -68px;
  }
}

@media only screen and (min-width: 375px) {
  /* Custom screen */
  .over-two-filters.has-5-filter .slotted-calendar__filter_offers {
    margin: 0 20px 40px;
  }
}

@media only screen and (min-width: 735px) {
  .over-two-filters.has-5-filter .slotted-calendar__slider .slick-prev, .over-two-filters.has-5-filter .slotted-calendar__slider .slick-next {
    top: -68px;
  }
}

@media only screen and (min-width: 375px) {
  /* Custom screen */
  .over-two-filters.has-6-filter .slotted-calendar__filter_offers {
    margin: 0 25px 40px;
  }
}

@media only screen and (min-width: 878px) {
  .over-two-filters.has-6-filter .slotted-calendar__slider .slick-prev, .over-two-filters.has-6-filter .slotted-calendar__slider .slick-next {
    top: -68px;
  }
}

@media only screen and (min-width: 375px) {
  /* Custom screen */
  .over-two-filters.has-7-filter .slotted-calendar__filter_offers {
    margin: 0 30px 40px;
  }
}

@media only screen and (min-width: 1021px) {
  .over-two-filters.has-7-filter .slotted-calendar__slider .slick-prev, .over-two-filters.has-7-filter .slotted-calendar__slider .slick-next {
    top: -68px;
  }
}

@media only screen and (min-width: 375px) {
  /* Custom screen */
  .over-two-filters.has-8-filter .slotted-calendar__filter_offers {
    margin: 0 35px 40px;
  }
}

@media only screen and (min-width: 1164px) {
  .over-two-filters.has-8-filter .slotted-calendar__slider .slick-prev, .over-two-filters.has-8-filter .slotted-calendar__slider .slick-next {
    top: -68px;
  }
}

@media only screen and (min-width: 375px) {
  /* Custom screen */
  .over-two-filters.has-9-filter .slotted-calendar__filter_offers {
    margin: 0 40px 40px;
  }
}

@media only screen and (min-width: 1307px) {
  .over-two-filters.has-9-filter .slotted-calendar__slider .slick-prev, .over-two-filters.has-9-filter .slotted-calendar__slider .slick-next {
    top: -68px;
  }
}

@media only screen and (min-width: 375px) {
  /* Custom screen */
  .over-two-filters.has-10-filter .slotted-calendar__filter_offers {
    margin: 0 45px 40px;
  }
}

@media only screen and (min-width: 1450px) {
  .over-two-filters.has-10-filter .slotted-calendar__slider .slick-prev, .over-two-filters.has-10-filter .slotted-calendar__slider .slick-next {
    top: -68px;
  }
}

.slotted-calendar .info-item {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.slotted-calendar .info-item .icon {
  width: 25px;
  height: 25px;
  background-position-y: 60%;
  background-position-x: -7px;
  background-repeat: no-repeat;
  background-size: 120%;
}

.slotted-calendar .info-item .icon-language {
  background-size: 50%;
  background-position-x: 23%;
  background-image: url("/build/images/slotted/globe.svg");
}

.slotted-calendar .info-item .icon-coach {
  background-size: 60%;
  background-position-x: 23%;
  background-image: url("/build/images/menu/icone.png");
}

.slotted-calendar .info-item .icon-intensity-0 {
  background-image: url("/build/images/slotted/intensity-0.svg");
}

.slotted-calendar .info-item .icon-intensity-1 {
  background-image: url("/build/images/slotted/intensity-1.svg");
}

.slotted-calendar .info-item .icon-intensity-2 {
  background-image: url("/build/images/slotted/intensity-2.svg");
}

.slotted-calendar .info-item .icon-slot-time {
  background-image: url("/build/images/slotted/slot-time.svg");
}

.slotted-calendar__title {
  margin: 0 0 45px;
  text-align: center;
  user-select: none;
}

.slotted-calendar__text {
  color: #FF7100;
}

.slotted-calendar__content {
  margin: 0 auto;
  max-width: 263px;
}

.slotted-calendar__content_slotted {
  max-width: 100%;
}

.slotted-calendar__column {
  padding: 0 15px;
}

.slotted-calendar__header {
  display: grid;
}

.slotted-calendar__header-week-day {
  color: #99a3ac;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.slotted-calendar__header-date {
  color: #99a3ac;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1.18px;
  line-height: 1.31;
  text-transform: uppercase;
}

.slotted-calendar__item_disabled {
  pointer-events: none;
}

.slotted-calendar__item_disabled .icon {
  opacity: 0.25;
}

.slotted-calendar__item-content {
  cursor: pointer;
  margin-bottom: 40px;
}

.slotted-calendar__item-time {
  color: #f3d989;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.77px;
  margin-bottom: 6px;
}

.slotted-calendar__item-time.wellness {
  color: #595959;
}

html:lang(en) .slotted-calendar__item-time {
  font-size: 15px;
  letter-spacing: 0.10px;
}

.open .slotted-calendar__item-time {
  color: var(--mainColor);
}

.slotted-calendar__item-time.free {
  color: var(--secondColor);
}

.slotted-calendar__item_disabled .slotted-calendar__item-time {
  color: #d4d4d4;
}

.slotted-calendar__item-info {
  color: var(--mainColor);
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.68px;
  line-height: 1.39;
}

.open .slotted-calendar__item-info {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.slotted-calendar__item_disabled .slotted-calendar__item-info {
  color: #d4d4d4;
}

.slotted-calendar__filter {
  margin: 0;
}

.slotted-calendar__filter_offers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 10px 40px;
}

.slotted-calendar__filter-event {
  margin: 0 5px;
}

.slotted-calendar__filter-select {
  border-color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  height: 32px;
  margin: auto;
  max-width: 117px;
  padding: 4px 15px;
}

.slotted-calendar__slider {
  margin-top: 40px;
}

.slotted-calendar__slider .slick-prev, .slotted-calendar__slider .slick-next {
  top: -68px;
}

.over-two-filters .slotted-calendar__slider .slick-prev, .over-two-filters .slotted-calendar__slider .slick-next {
  top: -95px;
}

.slotted-calendar__slider .slick-prev {
  left: 0;
}

.slotted-calendar__slider .slick-next {
  right: 0;
}

.slotted-calendar__show-more {
  cursor: pointer;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  padding-top: 20px;
  font-size: 16px;
  letter-spacing: 1.17px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
}

.slotted-calendar__show-more:after {
  border-color: var(--mainColor);
  border-style: solid;
  border-width: 0 0.8px 0.8px 0;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 7px;
  transform: rotate(45deg);
  vertical-align: top;
  width: 12px;
}

.slotted-calendar__show-more_expanded:after {
  margin-top: 6px;
  transform: rotate(-135deg);
}

.slotted-calendar__help {
  margin-top: 10px;
  padding: 4px;
  text-align: center;
  user-select: none;
}

.slotted-calendar__button_disabled {
  pointer-events: none;
  opacity: 0.65;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .slotted-calendar__title {
    margin: 15px 0 45px;
  }
  .slotted-calendar__content {
    max-width: 556px;
  }
  .slotted-calendar__content_slotted {
    max-width: 100%;
  }
  .slotted-calendar__column {
    padding: 0 23px;
  }
  .slotted-calendar__filter-event {
    margin: 0 10px;
  }
  .slotted-calendar__filter-select {
    max-width: 147px;
    width: 147px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .slotted-calendar__content {
    max-width: 849px;
  }
  .slotted-calendar__content_slotted {
    max-width: 100%;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .slotted-calendar__content {
    max-width: 100%;
  }
  .slotted-calendar__slider {
    margin-left: -27px;
    margin-right: -27px;
  }
  .slotted-calendar__column {
    padding: 0 27px;
  }
}

/**
 * User and slotted-calendar page styles
 */
.slotted-calendar.picker-calendar {
  padding: 20px 15px 30px;
}

.slotted-calendar.picker-calendar .slotted-calendar__title {
  font-size: 17px;
  letter-spacing: 1.81px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.slotted-calendar.picker-calendar .slotted-calendar__slider {
  margin: 0;
  margin-bottom: 20px;
}

.slotted-calendar.picker-calendar .slotted-calendar__slider .slick-arrow {
  border-width: 1.5px 0 0 1.5px;
  height: 17px;
  top: 10px;
  width: 17px;
}

.slotted-calendar.picker-calendar .slotted-calendar__slider .slick-prev {
  left: -15px;
}

.slotted-calendar.picker-calendar .slotted-calendar__slider .slick-next {
  right: -15px;
}

.slotted-calendar.picker-calendar .slotted-calendar__slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.slotted-calendar.picker-calendar .slotted-calendar__column {
  padding: 0;
}

.slotted-calendar.picker-calendar .slotted-calendar__list-items {
  padding: 0 3px;
  text-align: center;
}

.slotted-calendar.picker-calendar .slotted-calendar__header {
  border-bottom: 2px solid rgba(212, 212, 212, 0.4);
  padding-bottom: 4px;
  text-align: center;
}

.slotted-calendar.picker-calendar .slotted-calendar__header-week-day {
  font-size: 14px;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 2px;
  text-transform: none;
}

.slotted-calendar.picker-calendar .slotted-calendar__header-date {
  font-size: 14px;
  font-family: "CalibreLight", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.58px;
  line-height: 1;
  text-transform: none;
}

.slotted-calendar.picker-calendar .slotted-calendar__item {
  margin-top: 12px;
  height: 24px;
  position: relative;
  text-align: center;
}

.slotted-calendar.picker-calendar .slotted-calendar__item_empty {
  background: none;
  cursor: none;
  pointer-events: none;
  color: transparent;
}

.slotted-calendar.picker-calendar .slotted-calendar__item_empty:before {
  background: #d4d4d4;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.slotted-calendar.picker-calendar .slotted-calendar__item_hidden {
  display: none;
}

.slotted-calendar.picker-calendar .slotted-calendar__item_disabled {
  background: rgba(131, 131, 131, 0.15);
  color: rgba(131, 131, 131, 0.67);
  pointer-events: none;
  border-radius: 5px;
}

.slotted-calendar.picker-calendar .slotted-calendar__item_disabled .slotted-calendar__item-time {
  color: #d4d4d4;
}

.slotted-calendar.picker-calendar .slotted-calendar__item_booked::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -3px;
}

.slotted-calendar.picker-calendar .slotted-calendar__item-time {
  background: #f2f1f8;
  border-radius: 5px;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 1.3;
  padding: 4px;
  color: #434343;
}

.slotted-calendar.picker-calendar .slotted-calendar__item_selected .slotted-calendar__item-time {
  background: var(--mainColor);
  color: #ffffff;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.slotted-calendar.picker-calendar .slotted-calendar__selected-divider {
  border-color: #d4d4d4;
  margin: 30px 0;
}

.slotted-calendar.picker-calendar .slotted-calendar__selected-list {
  border-bottom: 0.7px solid #d4d4d4;
  margin: 0 -15px;
}

.slotted-calendar.picker-calendar .slotted-calendar__selected-item {
  background: #f2f1f8;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 15px;
  position: relative;
  user-select: none;
}

.slotted-calendar.picker-calendar .slotted-calendar__selected-item-wrapper {
  padding: 0 10px;
}

.slotted-calendar.picker-calendar .slotted-calendar__selected-item-date {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.slotted-calendar.picker-calendar .slotted-calendar__selected-item-time {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.slotted-calendar.picker-calendar .slotted-calendar__selected-item-remove {
  cursor: pointer;
  font-size: 12px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.slotted-calendar.picker-calendar .slotted-calendar__selected-price {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.slotted-calendar.picker-calendar .slotted-calendar__selected-price-label {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.slotted-calendar.picker-calendar .slotted-calendar__selected-regular-price {
  font-size: 43px;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.slotted-calendar.picker-calendar .slotted-calendar__selected-reserve {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.slotted-calendar.picker-calendar .slotted-calendar__selected-reserve-button {
  padding: 15px 45px;
}

.picker-calendar_noscroll {
  overflow: hidden;
}

.picker-calendar_noscroll .theiaStickySidebar {
  transform: none !important;
}

/* Product slider */
/**
 * Product slider styles
 */
.product-slider {
  margin: 0 auto;
  max-width: 293px;
}

.product-slider:after {
  content: '';
  display: table;
  clear: both;
}

.product-slider .product-slider__item {
  height: 100%;
}

.product-slider__product-item {
  height: 100%;
  width: 100%;
}

.product-slider .slick-list {
  padding: 0 0 5px;
}

.product-slider .slick-slide > div {
  height: 100%;
}

.product-slider .slick-arrow {
  border-color: #99a3ac;
  border-style: solid;
  border-width: 3px 0 0 3px;
  height: 25px;
  transition: all 0.3s ease-out;
  width: 25px;
}

.product-slider .slick-arrow:before {
  display: none;
}

.product-slider .slick-arrow:hover, .product-slider .slick-arrow:focus {
  border-color: var(--mainColor);
}

.product-slider .slick-prev {
  left: -30px;
}

.product-slider .slick-next {
  right: -30px;
}

.product-slider__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .product-slider {
    max-width: 586px;
  }
  .product-slider .slick-prev {
    left: -30px;
  }
  .product-slider .slick-next {
    right: -30px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .product-slider {
    max-width: 879px;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .product-slider {
    max-width: 100%;
  }
  .product-slider .slick-prev {
    left: -40px;
  }
  .product-slider .slick-next {
    right: -40px;
  }
}

/* Member cards */
::placeholder {
  color: #6d6d6d;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6d6d6d;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6d6d6d;
}

::-webkit-validation-bubble-message {
  display: none;
}

:-moz-placeholder {
  display: none;
}

.visa,
.mastercard,
.america-express {
  width: 64px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: auto;
  color: transparent;
}

.visa {
  background-image: url("/build/images/cards/visa.svg");
}

.mastercard {
  background-image: url("/build/images/cards/mastercard.svg");
}

.america-express {
  background-image: url("/build/images/cards/america-express.svg");
}

.card-list {
  margin-bottom: 50px;
}

.card-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.card-item {
  margin: 7.5px 0;
  width: 100%;
}

.card-item.expired-card .card-item__wrapper,
.card-item.expired-card .delete-card {
  border-color: #ff6b69;
}

.card-item.expired-card .card-item__expired-date,
.card-item.expired-card .delete-card {
  color: #ff6b69;
}

.card-item__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin: 0 auto;
  padding: 14px 43px 19px 18px;
  border-radius: 3px;
  border: solid 1px var(--secondColor);
}

.card-item__brand {
  text-transform: uppercase;
}

.card-item__content {
  width: 141px;
  height: 52px;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 2.17;
  letter-spacing: 0.18px;
  color: #6d6d6d;
}

.card-item__content .card-item__card-number {
  font-size: 14px;
  font-weight: bold;
}

.card-item .delete-card {
  width: 121px;
  height: 36px;
  margin: 4px 0 0 25px;
  border-radius: 4px;
  background-color: #ffffff;
  color: var(--secondColor);
  border: solid 1px var(--secondColor);
  font-size: 13px;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.card-item .delete-card:hover {
  color: #ffffff;
  background-color: var(--secondColor);
}

.card-form {
  user-select: none;
  position: relative;
  border: solid 1px var(--secondColor);
  margin: 13.5px auto;
  text-align: center;
  padding: 20px 30px 0;
}

.card-form .close {
  display: none;
}

.card-form .heading {
  color: var(--secondColor);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.63;
  letter-spacing: 0.2px;
}

.card-form__wrapper {
  display: grid;
}

.card-form__info {
  display: inline-grid;
  margin-bottom: 15px;
}

.card-form__info-label {
  text-align: left;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
  letter-spacing: 0.18px;
}

.card-form__info.info-cvc {
  position: relative;
}

.card-form__info.info-cvc__details {
  content: "i";
  width: 14px;
  height: 14px;
  border: solid 1px var(--secondColor);
  position: absolute;
}

.card-form__info.info-cvc.bottom .cvc-tooltip {
  top: 68px;
}

.card-form__info.info-cvc.bottom .cvc-tooltip::before {
  top: -15px;
}

.card-form__info.info-cvc.bottom .cvc-tooltip::after {
  top: -10px;
}

.card-form__info.info-cvc.top .cvc-tooltip {
  top: 0;
  transform: translateY(-100%) translateY(32px);
}

.card-form__info.info-cvc.top .cvc-tooltip::before {
  bottom: -15px;
  transform: rotate(180deg);
}

.card-form__info.info-cvc.top .cvc-tooltip::after {
  bottom: -10px;
}

.card-form__info .info-cvc__details {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  bottom: 12px;
  font-size: 14px;
  line-height: 14px;
  color: var(--secondColor);
  cursor: pointer;
}

.card-form__info_card-number, .card-form__info_expired-date, .card-form__info_cvc,
.card-form input {
  border: solid 1px #d2d2d2;
  border-radius: 3px;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 1.87;
  letter-spacing: 1px;
}

.card-form__info_card-number.invalid, .card-form__info_card-number.is-invalid, .card-form__info_expired-date.invalid, .card-form__info_expired-date.is-invalid, .card-form__info_cvc.invalid, .card-form__info_cvc.is-invalid,
.card-form input.invalid,
.card-form input.is-invalid {
  border-color: #ff6b69;
}

.card-form__info_card-number, .card-form__info_expired-date, .card-form__info_cvc {
  min-height: 38px;
}

.card-form__action {
  margin: 20px auto 35px;
}

.card-form__action #card-button {
  border-radius: 4px;
  border: solid 1px var(--secondColor);
  color: var(--secondColor);
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 10px;
  padding: 13px 30px;
}

.card-form__action #card-button.submitting {
  pointer-events: none;
  opacity: 0.8;
}

.card-form__action #card-button:hover {
  color: #ffffff;
  background-color: var(--secondColor);
}

.card-form .cvc-tooltip {
  z-index: 1;
  position: absolute;
  background: #ffffff;
  top: 68px;
  right: 1px;
  width: 260px;
  height: 160px;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(131, 131, 131, 0.67);
}

.card-form .cvc-tooltip__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 8px;
  background-color: #ffffff;
}

.card-form .cvc-tooltip__title {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
  color: #6d6d6d;
}

.card-form .cvc-tooltip__image {
  width: 145px;
  height: 91px;
  margin-top: 12px;
}

.card-form .cvc-tooltip::before {
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 0 15px 15px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 7px;
  width: 0;
}

.card-form .cvc-tooltip::after {
  box-shadow: 0 0 5px 0 rgba(131, 131, 131, 0.67);
  content: "";
  display: block;
  height: 21px;
  position: absolute;
  right: 11px;
  transform: rotate(45deg);
  width: 21px;
  z-index: -1;
}

.add-card {
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 15px;
  border-radius: 3px;
  border: solid 1px var(--secondColor);
  cursor: pointer;
  position: relative;
}

.add-card__text {
  margin: auto;
  margin-left: 18px;
  font-size: 18px;
  line-height: 1.86;
  letter-spacing: 0.18px;
  text-align: center;
  color: var(--secondColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.add-card:hover .add-card__text {
  color: var(--secondColor7);
}

.add-card:hover .cross:before, .add-card:hover .cross:after {
  background-color: var(--secondColor7);
}

.display-sm {
  display: none;
}

.cross {
  position: relative;
  margin: auto;
  margin-right: 38px;
  display: block;
  width: 18px;
  height: 18px;
}

.cross:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 19px;
  width: 2px;
  background-color: var(--secondColor);
}

.cross:after {
  transform: rotate(-90deg);
  position: absolute;
  left: 15px;
  content: " ";
  height: 19px;
  width: 2px;
  background-color: var(--secondColor);
}

.page-cards-wrapper .mfp-content {
  padding: 0;
}

.page-cards-wrapper .mfp-content .popup-block__content {
  max-width: 275px;
  margin: 0 auto;
  padding: 15px 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.92px;
}

.page-cards-wrapper .mfp-content .popup-block__alert-cancel {
  padding: 20px 0 0;
  margin: 0 auto;
  font-weight: 900;
}

.page-cards-wrapper .mfp-content .popup-block__submit {
  margin-top: 35px;
  margin-bottom: 20px;
  background-color: var(--secondColor);
  border-radius: 4px;
  text-transform: unset;
}

.page-cards-wrapper .mfp-content .popup-block__submit:hover {
  background-color: var(--secondColor7);
}

.page-cards-wrapper .mfp-content .delete-card-popup .mfp-close {
  display: none;
}

.page-cards-wrapper .mfp-content .delete-card-popup .card-item__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.page-cards-wrapper .mfp-content .delete-card-popup .card-item__brand, .page-cards-wrapper .mfp-content .delete-card-popup .card-item__card-number, .page-cards-wrapper .mfp-content .delete-card-popup .card-item__expired-date {
  margin: 5px 5px 0;
}

.page-cards-wrapper .close,
.page-cards-wrapper .close {
  opacity: 1;
  right: 14px;
  top: 14px;
}

.page-cards-wrapper .close:hover,
.page-cards-wrapper .close:hover {
  opacity: 0.5;
}

.page-cards-wrapper .close:before,
.page-cards-wrapper .close:before {
  transform: rotate(45deg) translate(-5px, 5px);
}

.page-cards-wrapper .close:after,
.page-cards-wrapper .close:after {
  transform: rotate(-45deg) translate(-5px, -5px);
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .card-item:nth-child(2n) {
    margin-right: 0;
  }
  .card-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .card-form__wrapper {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 27px;
  }
  .card-form__wrapper .card-number {
    grid-column: span 2;
  }
  .display-sm {
    display: inline-block;
    padding-right: 5px;
  }
  .hide-sm {
    display: none;
  }
  .page-cards-wrapper .mfp-content .popup-block__content {
    max-width: 465px;
  }
}

/* Mobile */
@media only screen and (max-width: 480px) {
  .card-item__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 3px;
    border: solid 1px var(--secondColor);
  }
  .card-item .delete-card {
    width: 80px;
    margin: 0px;
  }
  .card-item .delete-card:hover {
    color: #ffffff;
    background-color: var(--secondColor);
  }
}

/* Laptop */
/* Desktop */
@media only screen and (min-width: 1200px) {
  .card-list__wrapper .add-card {
    margin-right: 0;
  }
  .card-form {
    transform: unset;
    max-width: unset;
    width: 680px;
  }
  .card-form .close {
    display: block;
  }
}

/* Select tag */
.selector {
  width: calc(100% + 20px);
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  border-radius: 4px;
}

.selector:not(.no-hover-animation):hover {
  background-color: var(--mainColor15);
}

.selector:not(.no-hover-animation):hover .selectpicker {
  color: var(--mainColor);
}

.selector:not(.no-hover-animation):hover .drop-down__icon::after {
  border-top: 4px solid rgba(255, 255, 255, 0.85);
}

.selector:not(.no-hover-animation):hover .drop-down__icon::before {
  border-top: 7px solid var(--mainColor);
}

.selector:not(.no-hover-animation):hover .drop-down__icon_op-5 {
  opacity: 1;
}

.selector.main-color .selectpicker {
  color: var(--secondColor);
}

.selector.main-color .drop-down__icon::before {
  border-top: 7px solid var(--secondColor);
}

.selector.malakoff-color .selectpicker {
  color: #777777;
}

.selector.malakoff-color .drop-down__icon::before {
  border-top: 7px solid #777777;
}

.selector.border-none .selectpicker {
  border: none;
}

.selector .selectpicker {
  cursor: pointer;
  padding: 6px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

.selector .selectpicker.uppercase {
  text-transform: uppercase;
}

.selector .selectpicker.uppercase .selectpicker__option {
  text-transform: uppercase;
}

.selector .drop-down__icon {
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 0;
}

.selector .drop-down__icon::after, .selector .drop-down__icon::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  width: 0;
  height: 0;
  pointer-events: none;
}

.selector .drop-down__icon::before {
  right: 8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--mainColor);
}

.selector .drop-down__icon::after {
  right: 11px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}

.selector .drop-down__icon_op-5 {
  opacity: 0.5;
}

.slotted-calendar__filter-event.selector {
  width: unset;
  min-width: 123px;
  margin: 5px;
}

.slotted-calendar__filter-event.selector .selectpicker {
  padding: 4px 15px;
}

.header__link-item.switcher {
  margin-right: 10px;
}

.header__link-item.switcher .language-switcher,
.header__link-item.switcher .currency-switcher {
  margin-right: 10px;
}

.header__link-item.switcher .language-switcher {
  min-width: 30px;
}

.header__link-item.switcher .currency-switcher {
  min-width: 22px;
}

.header__link-item .selector .selectpicker {
  width: 100%;
}

/* Customized product-item */
.product-item__price {
  font-size: 19px;
}

.product-item__price-box_waitlist {
  max-width: 86px;
}

.product-item__price-box_waitlist .product-item__price {
  font-size: 16px;
}

.global-dashboard {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.fade-enter-active .fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.basic-chart {
  display: flex;
  justify-content: flex-start;
}

.basic-chart__block {
  box-shadow: 4px 4px 9px 2px #ddd;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 180px;
  width: 180px;
  margin-right: 15px;
  padding: 10px;
}

.basic-chart__block > div > img {
  width: 64%;
}

.basic-chart__block > div > p {
  font-size: 20px;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-top: 17px;
}

.chart {
  box-shadow: 4px 4px 9px 2px #ddd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  max-height: 270px;
  padding: 10px;
  width: auto;
  margin-bottom: 15px;
}

.chart-block {
  width: 520px;
  height: 250px;
  margin-right: 15px;
}

.chart__selectors {
  display: flex;
  margin-bottom: 25px;
}

.chart__selectors-block {
  margin: 0 3px;
}

.chart__selectors select {
  height: 28px;
  font-size: 11px;
  border-radius: 15px;
  padding: 6px;
  background-color: #ffffff;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.chart__selectors-time {
  width: 99px;
}

.chart__selectors-activity {
  width: 60px;
}

.chart__infos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 180px;
}

.chart__infos-block {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.chart__infos-text {
  font-size: 12px;
  margin: 0;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.chart__infos-activity {
  font-family: "CalibreLight", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.chart__infos-number {
  font-size: 24px;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
}

.donut-chart {
  box-shadow: 4px 4px 9px 2px #ddd;
  border-radius: 5px;
  margin-right: 15px;
  width: 200px;
}

.donut-chart-title {
  font-size: 18px;
  margin-bottom: 25px;
  font-family: "CalibreLight", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.donut-chart__block {
  display: flex;
  flex-wrap: wrap;
}

.donut-chart__block > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 50%;
}

.donut-chart__block > div:first-child {
  width: 100%;
}

.donut-chart .circle {
  background-position-x: center;
  background-position-y: 15px;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 50%;
  border: 3px solid #f1f1f1;
  height: 66px;
  margin-bottom: 5px;
  position: relative;
  width: 66px;
}

.donut-chart .circle::before {
  background-color: #a3a53d;
  border-radius: 50%;
  bottom: -4px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 1;
}

.donut-chart .steps .circle {
  background: url("/build/images/fitbit/step.svg") no-repeat center 20px/65%;
  height: 94px;
  width: 94px;
}

.donut-chart .steps .value {
  font-size: 32px;
  letter-spacing: 2px;
  font-family: "CalibreLight", sans-serif;
}

.donut-chart .calories .circle {
  background-image: url("/build/images/fitbit/fire.svg");
}

.donut-chart .sleeps .circle {
  background-image: url("/build/images/fitbit/sleep.svg");
}

.donut-chart .floors .circle {
  background-image: url("/build/images/fitbit/floor.svg");
}

.donut-chart svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.donut-chart circle {
  animation: small-circle-chart-fill 4s;
  stroke-dasharray: 194.464;
}

.donut-chart .big-circle {
  fill: transparent;
  stroke: #f8e300;
  stroke-linecap: round;
  stroke-width: 10px;
  animation: big-circle-chart-fill 4s;
  transform: rotate(360deg);
  transform-origin: center;
  stroke-dasharray: 282.286;
}

@keyframes big-circle-chart-fill {
  from {
    stroke-dashoffset: 282.286;
  }
}

@keyframes small-circle-chart-fill {
  from {
    stroke-dashoffset: 194.464;
  }
}

/* Tablet */
/* Laptop */
@media only screen and (max-width: 992px) {
  .global-dashboard {
    flex-direction: column;
    margin: 20px;
  }
  .chart-block {
    margin-right: 0;
  }
  .donut-chart {
    margin-bottom: 15px;
    margin-right: 0px;
    width: auto;
  }
  .donut-chart__block > div {
    width: 33.33%;
  }
  .donut-chart__block > div:first-child {
    width: 100%;
  }
}

/* Pages */
/**
 * Login and register pages styles
 */
.user-action__wbj-title {
  color: #ffffff;
  text-align: center;
  font-family: "PoppinsBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  margin: 20px 0 35px;
}

.user-action__wbj-text {
  font-family: "PoppinsRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.user-action__wbj__link {
  color: #ffffff;
  letter-spacing: 0.58px;
  margin-top: 30px;
  text-align: center;
}

.user-action__wbj__link-item {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-family: "PoppinsBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.user-action__wbj__link-item:after {
  border: 1px solid #ffffff;
  content: "";
  display: block;
  height: 0;
  transition: all 0.3s ease-out;
  width: 100%;
}

.user-action__wbj__link-item:hover, .user-action__wbj__link-item:focus {
  color: #595959;
}

.user-action__wbj__link-item:hover:after, .user-action__wbj__link-item:focus:after {
  border-color: #595959;
}

.user-action__hidden {
  display: none;
}

.user-action-page {
  background: #dedaeb;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  min-height: 600px;
  overflow: hidden;
  padding: 155px 0 290px;
  position: relative;
}

.user-action-page-wellness {
  position: relative;
  padding: 155px 0 290px;
}

.user-action__picture {
  position: absolute;
}

.user-action__picture-left {
  left: -62px;
  max-width: 270px;
  top: -94px;
}

.user-action__picture-right {
  bottom: -8px;
  max-width: 255px;
  right: -24px;
}

.user-action__container {
  position: relative;
  z-index: 1;
}

.user-action__container-wellness {
  background-color: rgba(89, 89, 89, 0.65);
  padding: 10px 50px 25px 50px;
  border-radius: 6px;
}

.user-action__container-wellness-login {
  max-width: 630px;
}

.user-action__container-wellness-register {
  max-width: 730px;
}

.user-action__title, .user-action__subtitle {
  color: #ffffff;
  text-align: center;
}

.user-action__title {
  margin: 0 0 15px;
}

.user-action__subtitle {
  margin: 0 0 10px;
}

.user-action__form {
  margin: 0 auto;
  max-width: 275px;
}

.user-action__form .control-label {
  color: #ffffff;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.63;
  margin-bottom: 0;
}

.user-action__form .control-label.required:after {
  content: "*";
  margin-left: -4px;
}

.user-action__form .form-control {
  border: solid 1px #d4d4d4;
  border-radius: 3px;
  box-shadow: none;
  color: var(--mainColor);
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  height: 40px;
  letter-spacing: 1px;
  padding: 6px 15px;
  transition: all 0.3s ease-out;
}

.user-action__form .form-control:focus {
  border-color: #6d6d6d;
  box-shadow: none;
  outline: none;
}

.user-action__form .form-control.error {
  border-color: #ff6b69;
}

.user-action__form .form-control.error:focus {
  border-color: #ff6b69;
}

.user-action__form label.error {
  display: none !important;
}

.user-action__form-divider {
  border-color: #ffffff;
  margin: 30px -25px;
  opacity: 0.5;
}

.user-action__form-affiliation {
  background-color: #2b2f5a;
  padding: 20px;
  border-radius: 8px;
}

.user-action__form-affiliation .form-control {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}

.user-action__form-affiliation .form-control.error {
  border-color: #ff6b69;
}

.user-action__form-affiliation .form-control.error:focus {
  border-color: #ff6b69;
}

.user-action__form-affiliation-b2b {
  background-color: transparent;
}

.user-action__form-affiliation .has-error .help-block {
  color: #ff6b69;
}

.user-action__form-invite-code {
  position: relative;
}

.user-action__form-affiliation .control-label {
  display: block;
  max-width: 380px;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1;
}

.user-action__form-affiliation .sonata-ba-field {
  margin: auto;
  margin-top: 15px;
  max-width: 309px;
}

.user-action__form-affiliation .sonata-ba-field input {
  text-align: center;
}

.user-action__form-acception {
  margin-top: 10px;
  text-align: center;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

.user-action__form-acception .check-box {
  display: inline-block;
}

.user-action__form-acception .check-box__checkbox {
  width: 80%;
}

.user-action__form-acception a {
  color: #ffffff;
  display: inline-block;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.user-action__form-acception a:link, .user-action__form-acception a:visited, .user-action__form-acception a:hover {
  text-decoration: underline;
}

.user-action__form-acception a:hover, .user-action__form-acception a:focus {
  color: var(--secondColor);
}

.user-action__form-action {
  margin-top: 20px;
  text-align: center;
}

.user-action__form-action_login {
  margin-top: 50px;
}

.user-action__form-submit {
  padding: 15px 35px;
}

.user-action__icon-information {
  position: absolute;
  bottom: 25px;
  right: 125px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.user-action__icon-information-wellness {
  bottom: 12px;
}

.user-action__icon-information:hover {
  color: var(--secondColor);
}

.user-action__icon-information:hover + .tooltip {
  opacity: 1;
  display: block;
}

.user-action__tooltip {
  left: 0;
  transform: none;
  transition: opacity 0.3s ease-out;
  visibility: hidden;
  width: 100%;
}

.user-action__tooltip .tooltip-inner {
  text-align: left;
}

.user-action__tooltip ul {
  list-style: none;
}

.user-action__tooltip ul li {
  white-space: pre-wrap;
}

.user-action__tooltip strong:before {
  border-radius: 50%;
  background: var(--mainColor);
  content: "";
  display: inline-block;
  margin-right: 4px;
  height: 4px;
  vertical-align: middle;
  width: 4px;
}

.user-action__check-box .check-box__label {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1.43;
  padding-left: 30px;
}

.user-action__check-box .check-box__label:before {
  border-color: #ffffff;
  height: 18px;
  margin-top: -9px;
  width: 18px;
}

.user-action__check-box .check-box__label:after {
  color: #ffffff;
  left: 4px;
}

.user-action__check-box input.error ~ label:before {
  border-color: #ff6b69;
}

.user-action__check-box input.valid ~ label, .user-action__check-box input:checked ~ label {
  color: #ffffff;
}

.user-action__check-box input.valid ~ label:before, .user-action__check-box input:checked ~ label:before {
  border-color: #ffffff;
}

.user-action__check-box input.valid ~ label:after, .user-action__check-box input:checked ~ label:after {
  display: block;
}

.user-action__link {
  color: #ffffff;
  letter-spacing: 0.58px;
  margin-top: 30px;
  text-align: center;
}

.user-action__link-item {
  color: #ffffff;
  display: inline-block;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.user-action__link-item:after {
  border: 1px solid #ffffff;
  content: "";
  display: block;
  height: 0;
  transition: all 0.3s ease-out;
  width: 100%;
}

.user-action__link-item:hover, .user-action__link-item:focus {
  color: var(--secondColor);
}

.user-action__link-item:hover:after, .user-action__link-item:focus:after {
  border-color: var(--secondColor);
}

.user-action__facebook-login {
  display: block;
}

.user-action__column .select2-container .select2-selection--single {
  height: 34px;
}

.user-action__column .select2-container.select2-container--default .select2-selection--single {
  border: solid 1px #d4d4d4;
  border-radius: 3px;
}

.user-action__column .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.user-action__column .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  padding-left: 15px;
  color: var(--mainColor);
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .user-action-page {
    padding: 55px 0 100px;
  }
  .user-action__picture-left {
    left: -45px;
    max-width: inherit;
    top: 0;
  }
  .user-action__picture-right {
    bottom: auto;
    max-width: inherit;
    right: -45px;
    top: 100px;
  }
  .user-action__title {
    margin: 0 0 35px;
  }
  .user-action__form_register {
    max-width: 580px;
  }
  .user-action__tooltip {
    top: 100%;
    left: calc(80% - 25px);
    width: 400px;
    transform: translateX(-50%);
  }
  .user-action__tooltip-wellness {
    top: 88px;
    left: 78%;
    width: 400px;
    transform: translateX(-50%);
  }
  .user-action__link {
    margin: 30px -25px 0;
  }
  .user-action__link_register {
    margin: 30px -50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .user-action__icon-information {
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    right: 10px;
    transition: all 0.3s ease-out;
  }
  .user-action__icon-information:hover {
    color: var(--secondColor);
  }
  .user-action__icon-information:hover + .tooltip {
    opacity: 1;
    visibility: visible;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .user-action__picture-left {
    left: 0;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .user-action__picture-right {
    right: 0;
  }
}

/**
 * Event detail page styles
 */
.theiaStickySidebar {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.theiaStickySidebar ::-webkit-scrollbar {
  width: 8px;
}

.theiaStickySidebar ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #838383;
  border-radius: 10px;
}

.theiaStickySidebar ::-webkit-scrollbar-thumb {
  background: #838383;
  border-radius: 10px;
}

.theiaStickySidebar ::-webkit-scrollbar-thumb:hover {
  background: #838383;
}

.booking-box {
  padding-right: 10px;
}

.event-detail__picture {
  height: 220px;
}

.event-detail__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.event-detail__booking {
  max-height: 700px;
  overflow-x: auto;
}

.event-detail__info {
  padding: 35px 0 45px;
}

.event-detail__info .product-item__time {
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.39;
  margin-bottom: 0;
  text-transform: none;
}

.event-detail__info .product-item__date, .event-detail__info .product-item__hour {
  white-space: nowrap;
}

.event-detail__info .product-item__hour:before {
  height: 6px;
  margin: 0 8px;
  width: 6px;
}

.event-detail__info .product-item__location {
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.39;
  margin-bottom: 0;
  height: auto;
  text-transform: none;
}

.event-detail__info .product-item__icon-time {
  font-size: 15px;
  margin: 4px 11px 0 0;
}

.event-detail__info .product-item__icon-marker {
  font-size: 17px;
  margin: 3px 11px 0 1px;
}

.event-detail__title {
  color: var(--mainColor);
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 37px;
  letter-spacing: 1.04px;
  line-height: normal;
  margin: 0 0 15px;
}

.event-detail__time {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.event-detail__time-link {
  color: var(--mainColor);
  display: inline-block;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-top: 5px;
  text-decoration: underline;
  vertical-align: top;
}

.event-detail__time-link:link, .event-detail__time-link:hover {
  text-decoration: underline;
}

.event-detail__time-link:hover {
  color: var(--secondColor);
}

.event-detail__time-more {
  margin-left: 26px;
}

.event-detail__schedule {
  margin-bottom: 30px;
  max-height: 95px;
  overflow: hidden;
}

.event-detail__sidebar .product-item__discount {
  font-size: 21px;
  padding: 2px 14px;
  right: -1px;
  top: 1px;
}

.event-detail__sidebar .product-item__from-text {
  font-size: 20px;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.18px;
  margin-right: 12px;
}

.event-detail__sidebar .product-item__price {
  font-size: 50px;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.event-detail__extra-info {
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(131, 131, 131, 0.37);
  padding: 15px 0 0 15px;
}

.event-detail__calendar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 139px;
  max-width: 100%;
  margin: 10px auto 0;
  padding: 10px 15px;
  border: 0.5px solid rgba(131, 131, 131, 0.15);
  box-shadow: 7px 7px 5px rgba(131, 131, 131, 0.15);
}

.event-detail__calendar-block {
  width: 40px;
  margin-right: 15px;
}

.event-detail__calendar-information {
  display: table;
  width: 26px;
  background-color: #838383;
  border-radius: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.event-detail__calendar-text {
  font-size: 15px;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  color: #838383;
}

.event-detail__price {
  border-bottom: 0.7px solid #d4d4d4;
  padding: 45px 0 25px;
  position: relative;
}

.event-detail__price-text {
  font-size: 20px;
  letter-spacing: 0.2px;
}

.event-detail__special-price, .event-detail__normal-price {
  flex-direction: column;
  align-items: center;
  color: var(--mainColor);
  display: flex;
  justify-content: center;
}

.event-detail__special-price + .event-detail__normal-price {
  display: none;
}

.event-detail__regular-price {
  font-size: 63px;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.event-detail__membership {
  font-size: 30px;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.event-detail__old-price {
  font-size: 20px;
  margin-left: 20px;
  text-decoration: line-through;
}

.event-detail__timing {
  padding-top: 15px;
}

.event-detail__timing-item {
  display: flex;
  padding: 10px 0;
}

.event-detail__timing-label {
  font-size: 17px;
  letter-spacing: 1.6px;
  padding: 0 4px;
  text-transform: uppercase;
  width: 35%;
}

.event-detail__timing-info {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.57px;
  width: 65%;
}

.event-detail__statistic {
  padding-top: 60px;
}

.event-detail__practical-info .event-detail__map {
  z-index: 0;
}

.event-detail__practical-info .product-item__location {
  z-index: 0;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.39;
  margin-bottom: 0;
  max-height: inherit;
  text-transform: none;
}

.event-detail__practical-info .product-item__icon-marker {
  font-size: 17px;
  margin: 3px 13px 0 4px;
}

.event-detail__map {
  height: 340px;
  margin: 30px 0;
  width: 100%;
}

.event-detail__contact, .event-detail__provider {
  color: #99a3ac;
  display: flex;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.39;
  margin-top: 10px;
}

.event-detail__contact-icon, .event-detail__provider-icon {
  color: var(--secondColor);
  margin-top: 4px;
}

.event-detail__contact {
  font-family: "CalibreMediumItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.event-detail__contact-icon {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 11px;
}

.event-detail__contact-links {
  display: flex;
  flex-wrap: wrap;
}

.event-detail__contact-phone, .event-detail__contact-mail {
  color: #99a3ac;
}

.event-detail__contact-phone:after {
  background: #99a3ac;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 7px;
  vertical-align: middle;
  width: 6px;
}

.event-detail__provider {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.event-detail__provider-icon {
  font-size: 16px;
  margin-right: 8px;
}

.event-detail__provider-link {
  color: #99a3ac;
  text-decoration: underline;
}

.event-detail__provider-link:link, .event-detail__provider-link:visited, .event-detail__provider-link:hover {
  text-decoration: underline;
}

.event-detail__question {
  border: 1px solid var(--mainColor);
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(131, 131, 131, 0.15);
  display: flex;
  flex-wrap: wrap;
  margin: 25px auto 0;
  max-width: 100%;
  padding: 10px 15px 20px;
  width: 290px;
}

.event-detail__question-picture {
  height: 81px;
  margin-right: 10px;
  width: 82px;
}

.event-detail__question-image {
  height: 100%;
  width: 100%;
}

.event-detail__question-title {
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.27;
  margin: 25px 0 0;
  max-width: 160px;
}

.event-detail__question-link {
  font-size: 14px;
  display: block;
  margin: 20px auto 0;
}

.event-detail__partner {
  align-items: center;
  background: #dedaeb;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(131, 131, 131, 0.15);
  display: flex;
  flex-flow: column wrap;
  padding: 25px 20px;
  position: relative;
}

.event-detail__partner-custom {
  padding: 0;
}

.event-detail__partner-picture {
  height: 110px;
  margin: 0 auto 20px;
  width: 114px;
}

.event-detail__partner-image {
  height: 100%;
  width: 100%;
}

.event-detail__partner-title {
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  margin: 0 0 25px;
  text-align: center;
}

.event-detail__partner-text {
  color: var(--mainColor);
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.44;
  margin: 0 0 18px;
  text-align: center;
}

.event-detail__partner-link {
  letter-spacing: normal;
  margin: 0 auto;
  padding: 15px 40px;
}

.event-detail__suggestions_user {
  margin-top: -50px;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .event-detail__picture {
    height: 400px;
  }
  .event-detail__info {
    padding: 55px 0 35px;
  }
  .event-detail__info .product-item__time {
    margin-right: 12px;
  }
  .event-detail__title {
    font-size: 47px;
  }
  .event-detail__sidebar {
    float: right;
    margin-right: 15px;
    margin-top: -135px;
    max-width: 100%;
    position: relative;
    width: 290px;
    z-index: 1;
  }
  .event-detail__sidebar .product-item__discount {
    right: 4px;
    top: 6px;
  }
  .event-detail__extra-info {
    border-radius: 4px;
    padding: 10px 0 0 10px;
  }
  .event-detail__price {
    padding: 50px 0 25px;
  }
  .event-detail__text {
    font-size: 17px;
    font-family: "CalibreSemibold", sans-serif;
    font-style: normal;
    font-weight: normal;
  }
  .event-detail__statistic {
    clear: both;
    padding-top: 75px;
  }
  .event-detail__partner {
    flex-flow: row nowrap;
    padding: 20px;
  }
  .event-detail__partner-custom {
    padding: 0;
  }
  .event-detail__partner-info {
    margin-left: 135px;
    max-width: 360px;
  }
  .event-detail__partner-title {
    font-size: 25px;
    margin: 0 0 15px;
  }
  .event-detail__partner-picture {
    left: 25px;
    margin: 0;
    position: absolute;
    top: 25px;
  }
  .event-detail__partner-text {
    margin: 0 0 10px;
  }
  .event-detail__partner-link {
    margin-left: 15px;
    padding: 15px 30px;
  }
  .event-detail__contact-phone {
    pointer-events: none;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .event-detail__container {
    position: relative;
  }
  .event-detail__time-more {
    margin-left: 0;
  }
  .event-detail__sidebar {
    position: absolute !important;
    right: 0;
    z-index: 1;
  }
  .event-detail__statistic {
    padding-top: 0;
  }
  .event-detail__partner {
    flex-wrap: wrap;
  }
  .event-detail__partner-custom {
    padding: 0;
  }
  .event-detail__partner-link {
    margin-left: 315px;
    margin-top: 10px;
    transform: translateX(-50%);
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .event-detail__partner {
    flex-wrap: nowrap;
  }
  .event-detail__partner-custom {
    padding: 0;
  }
  .event-detail__partner-link {
    margin-left: 10px;
    margin-top: 0;
    padding: 15px 50px;
    transform: none;
  }
}

/**
 * User and provider page styles
 */
.provider {
  /*Update Google new version*/
}

.provider__banner {
  position: relative;
}

.provider__avatar {
  border-radius: 50%;
  height: 150px;
  left: 50%;
  margin: -75px 0 0 -75px;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 150px;
}

.provider-content {
  display: flex;
  align-items: stretch;
}

.provider__description {
  flex: 2 0 0;
}

.provider__avatar_footer {
  flex: 1 0 0;
  border-radius: 50%;
  height: 245px;
  width: 240px;
  overflow: hidden;
  margin-left: 15px;
  border: 1px solid;
  display: flex;
  align-items: center;
}

.provider__thumb {
  width: 100%;
}

.provider__container {
  padding-bottom: 200px;
  position: relative;
}

.provider__heading-right {
  position: static;
}

.provider__summary {
  padding: 35px 0 0;
}

.provider__intro {
  color: #ff6b69;
  font-size: 20px;
}

.provider__name {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 37px;
  letter-spacing: 1.04px;
  line-height: normal;
  margin: 0 0 15px;
}

.provider__location {
  color: #99a3ac;
  display: flex;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.39;
  margin-bottom: 10px;
}

.provider__contact, .provider__website {
  color: #99a3ac;
  display: flex;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.39;
  margin-top: 10px;
}

.provider__contact {
  font-family: "CalibreSemiboldItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.provider__contact-links {
  display: flex;
  flex-wrap: wrap;
}

.provider__contact-phone, .provider__contact-mail {
  color: #99a3ac;
}

.provider__contact-phone:after {
  background: #99a3ac;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 7px;
  vertical-align: middle;
  width: 6px;
}

.provider__website {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.provider__website-link {
  color: #99a3ac;
  text-decoration: underline;
}

.provider__website-link:link, .provider__website-link:visited, .provider__website-link:hover {
  text-decoration: underline;
}

.provider__icon-marker {
  color: var(--secondColor);
  font-size: 17px;
  margin: 3px 13px 0 3px;
}

.provider__icon-phone, .provider__icon-envelop, .provider__icon-laptop {
  color: var(--secondColor);
  margin-top: 4px;
}

.provider__icon-phone {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 7px;
}

.provider__icon-envelop {
  font-size: 14px;
  margin-left: 1px;
  margin-right: 6px;
}

.provider__icon-laptop {
  font-size: 16px;
  margin-right: 5px;
}

.provider__question {
  border: 1px solid var(--mainColor);
  border-radius: 4px;
  bottom: 60px;
  box-shadow: 0 2px 10px 0 rgba(131, 131, 131, 0.15);
  display: flex;
  flex-wrap: wrap;
  left: 50%;
  margin-top: 40px;
  max-width: 100%;
  padding: 10px 15px 20px;
  position: absolute;
  transform: translateX(-50%);
  width: 290px;
}

.provider__detail {
  margin-top: 20px;
}

.provider__detail .tab-box__nav-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
}

.provider__detail .tab-box__tab-link {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 50px;
  white-space: normal;
}

.provider__detail-info {
  padding: 0 0 50px;
}

.provider__event-list-title {
  margin: 0 0 45px;
  text-align: center;
}

.provider__event-list-content {
  margin: 0 auto;
  max-width: 263px;
}

.provider__event-list-content_slotted {
  max-width: 100%;
}

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

.provider__event-list .product-slider__item {
  margin-bottom: 30px;
}

.provider__info {
  margin: 0 auto;
  max-width: 750px;
}

.provider__sport-heading {
  margin: 50px 0 20px;
}

.provider__sport-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.provider__sport-item {
  border: 1px solid var(--mainColor);
  border-radius: 3px;
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.92;
  margin-bottom: 15px;
  min-width: 130px;
  padding: 2px 12px;
  text-align: center;
  text-transform: uppercase;
}

.provider__map {
  padding-top: 60px;
}

.provider__map-title {
  margin: 0 0 30px;
}

.provider__map-content {
  height: 340px;
  max-width: 100%;
  overflow: hidden;
  width: 555px;
}

.provider__map-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.provider__filter {
  margin: 0;
}

.provider__filter_offers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
}

.provider__filter-event {
  margin: 0 5px;
}

.provider__filter-select {
  border-color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  height: 32px;
  margin: auto;
  max-width: 117px;
  padding: 4px 15px;
}

.provider__slotted-event-slider {
  margin-top: 40px;
}

.provider__slotted-event-slider .slick-prev, .provider__slotted-event-slider .slick-next {
  top: -68px;
}

.provider__slotted-event-slider .slick-prev {
  left: 0;
}

.provider__slotted-event-slider .slick-next {
  right: 0;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .provider__avatar {
    height: 240px;
    margin: -120px 0 0 -120px;
    width: 240px;
  }
  .provider__container {
    padding-bottom: 0;
  }
  .provider__summary {
    padding: 55px 0 0;
  }
  .provider__name {
    font-size: 47px;
  }
  .provider__contact {
    width: 110%;
  }
  .provider__contact-phone {
    pointer-events: none;
  }
  .provider__question {
    bottom: auto;
    float: right;
    margin-top: 45px;
    left: auto;
    position: static;
    transform: none;
  }
  .provider__detail {
    margin-top: 40px;
  }
  .provider__detail .tab-box__tab-item {
    float: none;
    margin: 0 15px;
    max-width: 188px;
  }
  .provider__detail .tab-box__tab-link {
    line-height: 1.42857143;
    min-height: auto;
    white-space: nowrap;
  }
  .provider__event-list-title {
    margin: 15px 0 45px;
  }
  .provider__event-list-content {
    max-width: 556px;
  }
  .provider__event-list-content_slotted {
    max-width: 100%;
  }
  .provider__sport-list {
    justify-content: flex-start;
  }
  .provider__sport-item {
    margin-right: 11px;
    min-width: 160px;
    padding: 6px 24px;
  }
  .provider__filter-event {
    margin: 0 10px;
  }
  .provider__filter-select {
    max-width: 147px;
    width: 147px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .provider__event-list-content {
    max-width: 849px;
  }
  .provider__event-list-content_slotted {
    max-width: 100%;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .provider__event-list-content {
    max-width: 100%;
  }
  .provider__slotted-event-slider {
    margin-left: -27px;
    margin-right: -27px;
  }
}

/**
 * Event list page styles
 */
.page-event-list-wrapper .footer {
  display: none;
}

.page-event-list-wrapper .ui-timepicker-wrapper {
  border-color: #d4d4d4;
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  box-shadow: none;
  margin-top: -3px;
  overflow: hidden;
  width: 164px;
}

.page-event-list-wrapper .ui-timepicker-list {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.page-event-list-wrapper .ui-timepicker-list li {
  color: #6d6d6d;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 7px;
  text-align: center;
}

.event-list-page {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 50px;
  transition: all 0.3s ease-out;
}

.event-list-page_map {
  transform: translateY(-100%);
}

.event-list__container-fluid_full_height, .event-list__col_full_height, .event-list__row_full_height {
  height: 100%;
}

.event-list__left {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 102px;
}

.event-list__filters {
  background: #ffffff;
  border-color: #d4d4d4;
  border-style: solid;
  border-width: 1px 0;
  left: 0;
  padding: 0;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 1111;
}

.event-list__filters:before {
  background: #d4d4d4;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.event-list-page_map .event-list__filters {
  bottom: -102px;
}

.event-list__results {
  padding: 25px 0 0;
}

.event-list__results-count {
  color: #838383;
  font-family: "CalibreMediumItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  min-height: 21px;
  text-align: center;
}

.event-list__results-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 293px;
}

.event-list__results-list:after {
  content: '';
  display: table;
  clear: both;
}

.event-list__results-list .product-slider__item {
  margin-bottom: 30px;
}

.event-list__pagination {
  margin-bottom: 35px;
}

.event-list__right, .event-list__map {
  height: 100%;
}

.event-list-page .event-list__map {
  padding-top: 102px;
  position: relative;
  transition: all 0.3s ease-out;
  z-index: 2;
}

.event-list-page .event-list__map_shown {
  transform: translateY(-100%);
}

.event-list-page .event-list__map-loading {
  align-items: center;
  background: #ffffff;
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1111;
}

.event-list-page .event-list__map-loading_hidden {
  display: none;
}

.event-list__popup-picture {
  height: 100px;
  overflow: hidden;
}

.event-list__popup-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.event-list__popup-info {
  padding: 10px 20px 15px;
}

.event-list__popup-title {
  font-size: 21px;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.19;
  margin: 0 0 8px;
}

.event-list__popup-location {
  color: var(--mainColor57);
  display: flex;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 1.55;
  margin-bottom: 15px;
  max-height: 34px;
  overflow: hidden;
  text-transform: uppercase;
}

.event-list__popup-name {
  cursor: pointer;
  color: var(--mainColor);
}

.event-list__popup-name:hover, .event-list__popup-name:focus {
  color: var(--secondColor);
}

.leaflet-container .event-list__popup-name {
  color: var(--mainColor);
}

.leaflet-container .event-list__popup-name:hover, .leaflet-container .event-list__popup-name:focus {
  color: var(--secondColor);
}

.event-list__popup-address:before {
  background: #99a3ac;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 3px;
  margin: 0 4px;
  vertical-align: middle;
  width: 3px;
}

.event-list__popup-icon-marker {
  color: var(--mainColor);
  font-size: 13px;
  margin: 0 5px 0 1px;
}

.event-list__popup-offer {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 1.57;
}

.event-list__popup-offer:last-child {
  margin-bottom: 0;
}

.event-list__popup-offer-name {
  color: var(--mainColor);
}

.event-list__popup-offer-name:hover, .event-list__popup-offer-name:focus {
  color: var(--secondColor);
}

.leaflet-container .event-list__popup-offer-name {
  color: var(--mainColor);
}

.leaflet-container .event-list__popup-offer-name:hover, .leaflet-container .event-list__popup-offer-name:focus {
  color: var(--secondColor);
}

.event-list__popup-offer-link {
  color: var(--mainColor);
  cursor: pointer;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

.event-list__popup-offer-link:link, .event-list__popup-offer-link:visited, .event-list__popup-offer-link:hover {
  text-decoration: underline;
}

.event-list__popup-offer-link:hover, .event-list__popup-offer-link:focus {
  color: var(--secondColor);
}

.leaflet-container .event-list__popup-offer-link {
  color: var(--mainColor);
}

.leaflet-container .event-list__popup-offer-link:hover, .leaflet-container .event-list__popup-offer-link:focus {
  color: var(--secondColor);
}

.event-list__popup-offer-link a {
  color: inherit;
}

.event-list__switcher {
  bottom: 50px;
  left: 50%;
  margin-left: -60px;
  position: fixed;
}

.event-list__switcher_hidden {
  z-index: -1;
}

.event-list__switcher-button {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.67);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 120px;
}

.event-list__switcher-button:active, .event-list__switcher-button:active:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.67);
}

.event-list__switcher-text {
  position: relative;
  z-index: 1;
}

.event-list__switcher_map .event-list__switcher-list {
  display: block;
}

.event-list__switcher-icon_map {
  font-size: 17px;
  margin-left: 12px;
  vertical-align: top;
}

.event-list__switcher-icon_list {
  font-size: 12px;
  margin-left: 15px;
  margin-top: -2px;
}

/* Marker cluster styles */
.marker-cluster .button {
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 40px;
  line-height: 1;
  padding: 5px;
  width: 40px;
}

.marker-cluster .button__text {
  margin: auto;
}

/* Leaflet popup styles */
.leaflet-popup-pane .leaflet-popup {
  margin-bottom: 10px;
}

.leaflet-popup-pane .leaflet-popup-content {
  line-height: normal;
  margin: 0;
  max-width: 100%;
}

.leaflet-popup-pane .leaflet-popup-content-wrapper {
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(131, 131, 131, 0.67);
  color: #6d6d6d;
  overflow: hidden;
  padding: 0;
  width: 290px;
}

.leaflet-popup-pane .leaflet-popup-tip {
  box-shadow: 0 0 5px 0 rgba(131, 131, 131, 0.67);
  height: 25px;
  margin: -15px auto 0;
  padding: 0;
  width: 25px;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .event-list__left {
    padding-top: 54px;
  }
  .event-list__filters:before {
    display: none;
  }
  .event-list__results-list {
    max-width: 586px;
  }
  .event-list-page .event-list__map {
    padding-top: 54px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .event-list__filters {
    width: 66.66667%;
  }
  .event-list-page .event-list__map {
    padding-top: 0;
  }
  .event-list__map_shown {
    transform: none;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .event-list__filters {
    width: 58.33333%;
  }
}

/* Huge Desktop */
@media only screen and (min-width: 1600px) {
  .event-list__results-list {
    max-width: 879px;
  }
  .event-list__results-list .product-slider__item {
    width: 33.33333%;
  }
}

.bg-grey {
  background-color: #e6e6e6;
}

/**
 * Contact page styles
 */
.contact__info {
  padding: 55px 0 65px;
  height: -webkit-calc(100vh - 0px);
}

.contact__title {
  margin: 0 0 20px;
  text-align: center;
}

.contact__address {
  font-size: 0;
  text-align: center;
}

.contact__address-icon {
  color: var(--mainColor);
  font-size: 16px;
  margin-right: 8px;
  margin-top: 2px;
  vertical-align: top;
}

.contact__address-text {
  color: #99a3ac;
  font-size: 16px;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.53px;
  line-height: 1.44;
}

.contact__form {
  margin-top: 25px;
}

.contact__form-group_textarea {
  margin-top: 30px;
}

.contact__form-group label.error {
  display: none !important;
}

.contact__label {
  color: var(--mainColor);
  font-family: "CalibreLight", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.63;
  margin-bottom: 2px;
}

.contact__input_textarea.form-control {
  height: 215px;
}

.contact__input.error {
  border-color: #ff6b69;
}

.contact__recapcha {
  display: flex;
  justify-content: center;
}

.contact__action {
  margin-top: 40px;
  text-align: center;
}

.contact__submit {
  padding: 15px 60px;
}

.contact__static-block {
  background: var(--secondColor);
  box-shadow: 0 2px 10px 0 rgba(131, 131, 131, 0.15);
  color: #ffffff;
  text-align: center;
}

.contact__static-content {
  padding: 65px 15px 10px;
}

.contact__static-title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 1.04;
  margin: 0 0 25px;
}

.contact__static-text {
  font-size: 21px;
  line-height: 1.33;
  margin: 0 0 20px;
}

.contact__static-text b {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.contact__static-link {
  color: #ffffff;
  display: block;
  text-decoration: underline;
}

.contact__static-link:link, .contact__static-link:visited, .contact__static-link:hover {
  text-decoration: underline;
}

.contact__static-link:hover, .contact__static-link:focus {
  color: var(--mainColor);
}

.contact__static-phone {
  color: #ffffff;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 29px;
  line-height: 0.97;
}

.contact__static-phone:hover, .contact__static-phone:focus {
  color: var(--mainColor);
}

.contact__static-icon {
  font-size: 19px;
  line-height: inherit;
  margin-right: 6px;
}

.contact__static-picture {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.contact__static-image {
  bottom: -52px;
  max-width: 350px;
  position: absolute;
  right: -48px;
}

.contact__success {
  text-align: center;
}

.contact__success-title {
  margin: 0 0 35px;
}

.contact__success-text {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.47px;
  line-height: 1.44;
  margin: 0 0 40px;
}

.contact__success-link {
  padding: 14px 30px;
}

.contact__success-link-icon {
  border-color: var(--mainColor);
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 15px;
  margin-left: 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out;
  vertical-align: middle;
  width: 15px;
}

.contact__success-link:hover .contact__success-link-icon, .contact__success-link:focus .contact__success-link-icon {
  border-color: #ffffff;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .contact__info {
    margin: 0 auto;
    max-width: 550px;
    padding-bottom: 95px;
  }
  .contact__title {
    margin: 0 0 15px;
  }
  .contact__address-icon {
    margin-top: 4px;
  }
  .contact__address-text {
    line-height: 1.75;
  }
  .contact__form-group_textarea {
    margin-top: 15px;
  }
  .contact__static-block {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
  }
  .contact__static-content {
    margin-left: 50px;
    max-width: 380px;
    padding: 75px 30px 10px;
  }
  .contact__static-title {
    font-size: 29px;
    line-height: 0.97;
  }
  .contact__static-link {
    display: inline-block;
  }
  .contact__static-picture {
    height: 375px;
    position: static;
  }
  .contact__static-image {
    bottom: -25px;
    max-width: 380px;
    right: -22px;
  }
  .contact__static-phone {
    pointer-events: none;
  }
  .contact__success-title {
    margin: 0 0 35px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .contact-page {
    position: relative;
  }
  .contact__info {
    transform: translateX(15px);
  }
  .contact__sidebar {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 380px;
  }
  .contact__static-block {
    display: block;
    height: 100%;
  }
  .contact__static-content {
    margin-left: 0;
    max-width: 100%;
    padding: 50px 30px 10px;
  }
  .contact__static-picture {
    height: 100%;
  }
  .contact__static-image {
    bottom: 0;
    max-width: 360px;
    right: 0;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .contact__info {
    transform: none;
  }
  .contact__sidebar {
    width: 400px;
  }
}

/** 
 * Landing page styles 
 */
/* Block follower */
.block-follower {
  content: '';
  display: table;
  clear: both;
  padding: 50px 0 0;
  width: 100%;
}

.block-follower__item {
  align-items: center;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: nowrap;
  margin: 30px 0 0;
  padding: 15px;
  position: relative;
}

.block-follower__avatar {
  height: 76px;
  overflow: hidden;
  width: 76px;
}

.block-follower__info {
  max-width: calc(100% - 76px);
  padding-left: 15px;
}

.block-follower__name {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 5px;
}

.block-follower__name:hover {
  color: var(--secondColor);
}

.block-follower__brief-info {
  margin-top: 5px;
}

.block-follower__rating {
  color: var(--mainColor);
  margin-top: 5px;
}

.block-follower__rating .icon-star {
  font-size: 12px;
  margin: 0 1px;
}

.block-follower__see-all {
  margin-top: 50px;
}

/* Block item list */
.block-item__list {
  padding: 70px 0;
}

.block-item__list .product-slider__item {
  margin-bottom: 30px;
}

.block-item__see-all {
  margin-top: 20px;
}

/** 
 * FAQ page styles 
 */
.page-page-cms-wrapper .event-detail__picture {
  display: none;
}

.page-page-cms-wrapper .event-detail__title {
  text-align: center;
}

.faq__content {
  margin: 0 auto;
  max-width: 750px;
}

.faq__description a {
  text-decoration: underline;
}

.faq__description a:link, .faq__description a:visited, .faq__description a:hover {
  text-decoration: underline;
}

.faq__description a:hover {
  color: var(--secondColor);
}

.faq__accordion {
  margin: 60px 0;
}

.faq__accordion .panel {
  border-radius: 0;
  box-shadow: none;
}

.faq__accordion .panel + .panel {
  margin-top: 0;
}

.faq__accordion .panel-parent {
  border-color: rgba(212, 212, 212, 0.4);
}

.faq__accordion .panel-parent + .panel-parent {
  margin-top: 15px;
}

.faq__accordion .panel:not(.panel-parent) {
  background: none;
  border: none;
}

.faq__accordion .panel-collapse-parent {
  background: #ecf5ff;
  line-height: 1.75;
  padding: 15px 20px;
}

.faq__accordion .panel-heading, .faq__accordion .panel-title {
  margin: 0;
}

.faq__accordion .panel-heading br, .faq__accordion .panel-title br {
  display: none;
}

.faq__accordion .panel-heading a, .faq__accordion .panel-title a {
  display: block;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.67px;
  line-height: normal;
}

.faq__accordion .panel-heading {
  background: none;
  border: none;
  border-radius: 0;
  color: var(--mainColor);
  padding: 0;
}

.faq__accordion .panel-heading a {
  padding: 15px 40px 15px 20px;
  position: relative;
}

.faq__accordion .panel-heading a.collapsed:after {
  margin-top: -11px;
  transform: rotate(45deg);
}

.faq__accordion .panel-heading a:after {
  border-color: var(--mainColor);
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: '';
  display: block;
  height: 15px;
  margin-top: -3px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(-135deg);
  width: 15px;
}

.faq__accordion .panel-title a {
  padding: 10px 0;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .faq__accordion .panel-collapse-parent {
    padding: 15px 35px;
  }
  .faq__accordion .panel-heading a {
    padding: 15px 50px 15px 35px;
  }
  .faq__accordion .panel-heading a:after {
    right: 25px;
  }
}

/**
 * Profile page styles
 */
.menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 25%;
  height: 8%;
  width: 2%;
  background-color: white;
  box-shadow: 0px 0px 8px 3px #ddd;
  border-radius: 0 2px 2px 0px;
  cursor: pointer;
  transition: 0.5s;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  cursor: pointer;
  top: 40px;
  right: 8px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.sponsor-user {
  margin-top: 50px;
}

.sponsor-user-code {
  color: var(--secondColor);
  font-size: 20px;
}

.sponsor-user_title, .sponsor-user_subtitle {
  margin-bottom: 22px;
}

.sponsor-user_subtitle {
  font-size: 20px;
}

.sponsor-user_advantage {
  border: solid var(--mainColor) 2px;
  border-radius: 4px;
  padding: 10px;
  min-height: 120px;
  margin-bottom: 10px;
}

.sponsor-ambassador {
  margin-top: 80px;
}

.sponsor__button {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.popover__icon {
  background-color: var(--mainColor);
  font-size: 10px;
}

.popover__icon:hover {
  background-color: var(--secondColor);
}

.popover__popup {
  color: #000000;
  display: none;
}

.popover__popup_text:hover {
  color: var(--mainColor);
  font-weight: bold;
}

.order__container {
  display: flex;
  align-items: flex-end;
  height: auto;
  border: solid 1px #d4d4d4;
  border-radius: 6px;
  margin: 10px 0 25px;
  padding: 10px 25px 25px 25px;
}

.order__item {
  margin-bottom: 15px;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: var(--mainColor);
  font-size: 16px;
}

.order__tab-li {
  width: 33%;
}

.sidebar__user {
  display: block;
  padding: 10px 0 10px 20px;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.sidebar__user-name {
  margin: 20px 0 0 0;
}

.sidebar__links {
  margin: 15px auto;
  display: block;
  padding: 0;
}

.sidebar__links_text {
  border-bottom: solid 1px #eeeeee;
  font-size: 20px;
  padding: 10px 0 10px 20px;
  margin: 0;
}

.payment__title {
  padding-bottom: 25px;
}

.payment-margin {
  margin-bottom: 0;
}

.payment-spacing {
  margin-bottom: 10px;
}

.payment-date {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.payment-price {
  justify-content: flex-end;
  display: flex;
}

.contact__info .header__logo-image {
  margin-bottom: 15px;
}

.contact__info .margin-40 {
  margin: 60px auto 40px;
}

.contact__form {
  margin-top: 25px;
}

.contact__form-item {
  margin: 30px auto;
}

.contact__form-item .product-item__transaction {
  color: #434343;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.91px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact__form-item .product-item__transaction-title {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.contact__form-item .product-item__transaction-date {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.contact__form-item .product-item__transaction .slot {
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: solid #000000 1px;
}

.contact__form-item hr {
  margin: 16px 0;
}

.product-item__price-box_order {
  top: unset;
  transform: translate(-12px, -100%);
}

.slot-slider {
  width: 250px;
}

.slot-slider .slick-prev,
.slot-slider .slick-next {
  top: 34%;
  width: 10px;
  height: 10px;
}

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

.loading-popup {
  position: relative;
  top: 10px;
}

/* Mobile */
@media only screen and (max-width: 479px) {
  .order__container {
    flex-direction: column;
    align-items: center;
  }
  .payment-price {
    justify-content: center;
  }
  .slot-slider__title {
    margin: 0 40px;
  }
  .order__tab-li {
    width: 100%;
  }
  .menu-button {
    width: 8%;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .sidebar__links {
    max-width: 550px;
  }
  .sidebar__user {
    display: block;
  }
  .menu-button {
    width: 4%;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .sidebar__user {
    display: none;
  }
  .sidebar__links {
    margin: 45px auto 0;
    min-width: 294px;
    padding: 10px 0 55px;
  }
  .sidebar__links_fixed {
    position: fixed;
  }
  .sidebar__links_text {
    text-align: left;
    font-size: 24px;
    padding: 20px 25px;
  }
  .contact__info {
    transform: translateX(15px);
  }
  .contact__info_profile {
    max-width: 680px;
    margin-top: 45px;
    padding: 27px 0 65px;
  }
  .contact__info_profile .contact__form-holder {
    margin-top: 24px;
  }
  .contact__form-item {
    display: flex;
  }
  .contact__form-item .product-item__picture {
    height: 100%;
    min-height: 162px;
    max-height: 205px;
  }
  .menu-button {
    width: 2%;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  __user {
    display: none;
  }
  .sidebar__links {
    min-width: 360px;
  }
}

/**
 * Order page styles
 */
.page-order-wrapper .main-content {
  min-height: 400px;
}

.order-text {
  font-size: 17px;
}

.order-cancel {
  margin-top: 33px;
}

/**
 * Play page styles
 */
.play-title {
  margin: 0 0 35px;
  text-align: center;
  font-size: 45px !important;
  font-family: "CalibreSemibold", sans-serif;
}

.play__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.play-atomic {
  background-color: #f19487;
}

.play-cyan {
  background-color: #bfd5d1;
}

.play__discover-title {
  text-transform: uppercase;
  margin: 0 0 35px 0;
  color: var(--mainColor);
  letter-spacing: 0.7px;
}

.play__discover-text {
  margin: 0 0 35px;
}

.play__no-access-cyan {
  background-color: #bfd5d1;
  background-image: url("/build/images/home/masterclass.jpg");
  background-position: 230%;
}

.play__no-access-atomic {
  background-color: #f19487;
  background-image: url("/build/images/home/home-play.jpg");
  background-position: 200%;
}

.play__no-access-block {
  display: flex;
  justify-content: flex-end;
  width: 1170px;
  margin: 20px;
  background-repeat: no-repeat;
}

.play__no-access-block-infos {
  padding: 30px;
  text-align: center;
  color: #ffffff;
}

.play__no-access-title {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 15px 0;
  color: #ffffff;
  letter-spacing: 0.7px;
}

.play__no-access-text {
  text-align: center;
  color: #ffffff;
}

.play__no-access-button {
  background-color: #f19487;
  color: #ffffff;
}

.play__no-access-image {
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}

.play-content {
  padding-bottom: 50px;
}

.play-title {
  text-align: center;
  margin-bottom: 30px;
}

.play-banner {
  display: flex;
  justify-content: center;
  height: 587px;
  position: relative;
  text-align: center;
}

.play-banner__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.play-banner__image-item {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.play-banner__image-container {
  height: 100%;
  position: absolute;
  top: 0;
  width: 90%;
}

.play-banner__image-container-item {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.play-banner__overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  width: 100%;
}

.play-banner__content {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

.play-banner__logo {
  display: inline-block;
  margin-bottom: 50px;
  max-width: 440px;
}

.play-banner__logo img {
  width: 440px;
}

.play-banner__text {
  color: #ffffff;
  font-family: "CalibreRegular", sans-serif;
  font-size: 40px;
  line-height: 1.42;
  margin-bottom: 50px;
}

.play-banner__text_higher {
  color: #ffffff;
  font-family: "CalibreSemibold", sans-serif;
}

.play-banner__button {
  background: #ffffff;
  color: #2b2f5a;
  font-family: "CalibreBold", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  height: 54px !important;
}

.play-banner__button:hover, .play-banner__button:focus {
  background: #ffffff;
  color: var(--mainColor);
  opacity: 0.6;
}

.play-tiger {
  height: 700px !important;
  margin-bottom: 50px;
}

.play-tiger__button {
  margin: 50px;
}

.play-tiger__text {
  color: #ffffff;
  font-family: "CalibreRegular", sans-serif;
  font-size: 40px;
  line-height: 1.42;
  margin-bottom: 50px;
}

.play-tiger__logo {
  display: inline-block;
  margin-bottom: 50px;
  max-width: 440px;
}

.play-tiger__logo img {
  width: 440px;
}

.play-purpose {
  padding: 30px 0 0;
  text-align: center;
}

.play-purpose__title {
  margin-bottom: 30px;
}

.play-purpose__description {
  color: var(--mainColor);
  font-family: "CalibreRegular", sans-serif;
  margin-bottom: 30px;
}

.play-activity {
  margin-bottom: 40px;
}

.play-activity__list {
  display: flex;
}

.play-activity__item {
  padding: 0 10px;
  position: relative;
  vertical-align: top;
}

.play-activity__picture {
  border-radius: 4px;
  display: block;
  height: 240px;
  overflow: hidden;
  position: relative;
  width: 240px;
}

.play-activity__picture:after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.play-activity__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.play-activity__text {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-family: "CalibreSemibold", sans-serif;
  font-size: 30px !important;
  justify-content: center;
  height: 100%;
  left: 3px;
  letter-spacing: 1px;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  top: 0;
  width: 87.5%;
}

.play-activity .slick-arrow {
  margin-top: -18px;
}

.play-planning__tab-box .tab-box__nav-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
}

.play-planning__tab-box .tab-box__tab-item {
  float: none;
  width: 25%;
}

.play-planning__tab-box .tab-box__tab-link {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 50px;
  white-space: normal;
}

.play-planning__title {
  margin: 0 0 40px;
  text-align: center;
}

.play-planning__inform {
  border: 1px solid var(--mainColor);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px 15px;
  text-align: center;
}

.play-planning__heading {
  margin-top: 0;
}

.play-planning__text {
  color: var(--mainColor);
  margin-bottom: 15px;
}

.play-planning__button {
  height: 40px;
  padding: 10px 40px;
}

.play-subcription__title {
  margin: 0 0 40px;
  text-align: center;
}

.play-subcription__list .provider__event-list-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.play-subcription__list .product-slider__item {
  float: none;
}

.play-event__title {
  margin: 0 0 25px;
  text-align: center;
}

.play-event__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.play-event__item {
  margin: 15px;
  position: relative;
}

.play-event__picture {
  border-radius: 4px;
  display: block;
  height: 230px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 230px;
}

.play-event__picture:after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.play-event__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.play-event__sport {
  color: #ffffff;
  font-size: 20px;
  left: 22px;
  position: absolute;
  top: 10px;
  width: 80%;
}

.play-event__name {
  color: #ffffff;
  font-family: "CalibreSemibold", sans-serif;
  font-size: 30px;
  left: 22px;
  line-height: 1;
  position: absolute;
  top: 30px;
  width: 80%;
}

.play-feedback__title {
  margin: 0 0 40px;
  text-align: center;
}

.play-feedback__list {
  display: flex;
}

.play-feedback__item {
  border: 3px solid #fae7a5;
  border-radius: 10px;
  height: 180px;
  padding: 15px;
  position: relative;
}

.play-feedback__text {
  color: var(--mainColor);
  font-family: "CalibreMediumItalic", sans-serif;
}

.play-feedback__author {
  bottom: 15px;
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  position: absolute;
  right: 15px;
}

.play-feedback .slick-slide {
  padding: 0 10px;
}

.play-feedback .slick-dots li {
  height: 8px;
  margin: 0 3px;
  width: 8px;
}

.play-feedback .slick-dots li button {
  background: #ababab;
  border-radius: 50%;
  height: 8px;
  padding: 0;
  width: 8px;
}

.play-feedback .slick-dots li button:before {
  display: none;
}

.play-feedback .slick-dots li.slick-active {
  height: 12px;
  width: 12px;
}

.play-feedback .slick-dots li.slick-active button {
  background: #2c2f5a;
  height: 12px;
  width: 12px;
}

/* Phone */
@media only screen and (max-width: 480px) {
  .play-banner {
    height: 290px;
  }
  .play-banner__content {
    padding-top: 60px;
  }
  .play-banner__logo {
    max-width: 354px;
    margin-bottom: 0;
  }
  .play-banner__text {
    font-size: 24px !important;
    margin: 10px 20px 25px;
  }
  .play-banner__button {
    height: 43px !important;
  }
  .play-banner__button .button__text {
    top: -3px;
    font-size: 21px;
  }
  .play-title {
    font-size: 32px !important;
  }
  .play-purpose__description {
    font-size: 23px !important;
  }
  .play-purpose__description .voir-plus {
    font-size: 19px !important;
    font-family: "CalibreBold", sans-serif;
  }
  .play-activity__item {
    padding: 0 28px !important;
  }
  .play-activity__text {
    left: 25px !important;
    width: 83.5%;
  }
  .play-tiger__text {
    width: 90%;
    margin: 0 auto;
    font-size: 25px;
  }
  .play-tiger__logo {
    margin-bottom: 0;
  }
  .play-tiger__logo img {
    width: 250px;
  }
  .button_big {
    padding: 13px !important;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .play-banner__logo {
    max-width: 475px;
  }
  .play-planning__tab-box .tab-box__tab-item {
    float: none;
    margin: 0 20px;
    width: auto;
  }
  .play-planning__tab-box .tab-box__tab-link {
    line-height: 1.42857143;
    min-height: auto;
    white-space: nowrap;
  }
  .play-tiger {
    height: 650px !important;
  }
  .play-tiger__text {
    width: 90%;
    margin: 0 auto;
  }
  .play-tiger__logo img {
    width: 250px;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .play-content {
    padding-bottom: 120px;
  }
  .play-banner__text {
    font-size: 40px !important;
    margin-bottom: 82px;
  }
  .play-purpose__title {
    font-size: 52px;
    margin-bottom: 97px;
  }
  .play-purpose__description {
    font-size: 25px !important;
    line-height: 1.8;
    margin-bottom: 60px;
  }
  .play-purpose__text {
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    line-height: 1.8;
    margin-bottom: 110px;
  }
  .play-purpose__text-item {
    margin-bottom: 0;
    max-width: 44%;
  }
  .play-purpose__text-item_left {
    padding-left: 20px;
  }
  .play-purpose__text-item_right {
    padding-right: 20px;
  }
  .play-activity {
    margin-bottom: 104px;
  }
  .play-activity__text {
    font-size: 30px;
  }
  .play-planning__tab-box .tab-box__tab-link {
    font-size: 28px;
    padding: 10px 25px;
  }
  .play-planning__title {
    font-size: 52px;
    margin: 65px 0 88px;
  }
  .play-planning__inform {
    margin: 0 auto 30px;
    max-width: 600px;
    padding: 15px;
  }
  .play-planning__heading {
    font-size: 24px;
    margin: 5px 0 15px;
  }
  .play-planning__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .play-subcription__title {
    font-size: 52px;
  }
  .play-event__title {
    font-size: 52px;
    margin: 0 0 110px;
  }
  .play-event__list {
    margin-bottom: 50px;
  }
  .play-feedback__title {
    font-size: 52px;
    margin: 0 0 102px;
  }
  .play-feedback__item {
    padding: 35px 45px;
  }
  .play-feedback__text {
    font-size: 20px;
  }
  .play-feedback__author {
    bottom: 20px;
    font-size: 22px;
    right: 40px;
  }
  .play-feedback .slick-slide {
    padding: 0 30px;
  }
  .play-feedback .slick-dots {
    bottom: -70px;
  }
  .play-feedback .slick-dots li {
    height: 16px;
    width: 16px;
  }
  .play-feedback .slick-dots li button {
    height: 16px;
    width: 16px;
  }
  .play-feedback .slick-dots li.slick-active {
    height: 24px;
    width: 24px;
  }
  .play-feedback .slick-dots li.slick-active button {
    height: 24px;
    width: 24px;
  }
}

.slick-list {
  margin: 0 auto;
}

/* Desktop */
@media only screen and (min-width: 1600px) {
  .play-feedback__item {
    border-width: 4px;
    height: 280px;
    padding: 52px 62px;
  }
  .play-feedback__text {
    font-size: 27px;
  }
  .play-feedback__author {
    bottom: 46px;
    font-size: 27px;
    right: 54px;
  }
  .play-activity__text {
    left: 6px;
  }
}

.text-italic {
  font-style: italic !important;
}

.between-logo {
  font-size: xxx-large;
  color: white;
  margin: 10px 59px;
  font-weight: bold;
  padding-top: 10px;
  position: relative;
  top: 10px;
}

/**
 * Play page styles
 */
.sport-slider .slick-slide > div {
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sport-slider .slick-center > div {
  transform: scale(1);
}

.sport-slider .slider__item > img {
  width: 100%;
  height: auto;
}

.deals-section {
  padding: 70px 0px 70px 0px;
}

.deals__sport {
  margin-bottom: 40px;
}

.deals__sport-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.deals__sport-picture {
  border-radius: 2px;
  display: block;
  height: 500px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 380px;
}

.deals__sport-picture:after {
  background: #3b3b3b;
  opacity: 45%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.deals__sport-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.deals__sport-title {
  position: absolute;
  height: 60%;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
}

.deals__sport-text {
  position: absolute;
  height: 25%;
  width: 275px;
  text-align: center;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
}

.deals__sport-button {
  position: absolute;
  bottom: 40px;
}

.deals__sport-button a {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.deals__no-access-block {
  align-content: center;
  display: flex;
  width: 1170px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 60% 100%;
  margin-bottom: 50px;
  background-image: url("/build/images/home/home-play.jpg");
}

.deals__no-access-title {
  margin-bottom: 30px;
}

.deals__no-access-text {
  margin-bottom: 30px;
}

.deals__no-access-button {
  background-color: #f19487;
  color: #ffffff;
}

.deals__no-access-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.deals-content {
  padding-bottom: 50px;
}

.deals-title {
  text-align: center;
  margin-bottom: 30px;
}

.deals-banner {
  display: flex;
  justify-content: center;
  max-width: 100%;
}

.deals-banner__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.deals-banner__image-item {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.deals-banner__overlay {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  position: absolute;
  width: 100%;
}

.deals-banner__content {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

.deals-banner__logo {
  display: inline-block;
  margin-bottom: 50px;
  max-width: 100%;
}

.deals-banner__text {
  color: #ffffff;
  font-family: "CalibreMedium", sans-serif;
  font-size: 19px;
  line-height: 1.42;
  margin-bottom: 50px;
}

.deals-banner__button {
  background: #f3d989;
  color: var(--mainColor);
}

.deals-banner__button:hover, .deals-banner__button:focus {
  background: rgba(243, 217, 137, 0.7);
  color: var(--mainColor);
}

.deals-purpose {
  padding: 30px 0 60px;
  text-align: center;
}

.deals-purpose__title {
  margin-bottom: 30px;
}

.deals-purpose__description {
  color: var(--mainColor);
  font-family: "CalibreMedium", sans-serif;
  margin-bottom: 30px;
}

.deals-planning__tab-box .tab-box__nav-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
}

.deals-planning__tab-box .tab-box__tab-item {
  float: none;
  width: 25%;
}

.deals-planning__tab-box .tab-box__tab-link {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 50px;
  white-space: normal;
}

.deals-planning__title {
  margin: 0 0 40px;
  text-align: center;
}

.deals-planning__inform {
  border: 1px solid var(--mainColor);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px 15px;
  text-align: center;
}

.deals-planning__heading {
  margin-top: 0;
}

.deals-planning__text {
  color: var(--mainColor);
  margin-bottom: 15px;
}

.deals-planning__button {
  height: 40px;
  padding: 10px 40px;
}

.deals-subcription__title {
  margin: 0 0 40px;
  text-align: center;
}

.deals-subcription__list .provider__event-list-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.deals-subcription__list .product-slider__item {
  float: none;
}

.deals-event__title {
  margin: 0 0 25px;
  text-align: center;
}

.deals-event__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.deals-event__item {
  margin: 15px;
  position: relative;
}

.deals-event__picture {
  border-radius: 4px;
  display: block;
  height: 230px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 230px;
}

.deals-event__picture:after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.deals-event__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.deals-event__sport {
  color: #ffffff;
  font-size: 20px;
  left: 22px;
  position: absolute;
  top: 10px;
  width: 80%;
}

.deals-event__name {
  color: #ffffff;
  font-family: "CalibreSemibold", sans-serif;
  font-size: 30px;
  left: 22px;
  line-height: 1;
  position: absolute;
  top: 35px;
  width: 80%;
}

.deals-feedback__title {
  margin: 0 0 40px;
  text-align: center;
}

.deals-feedback__list {
  display: flex;
}

.deals-feedback__item {
  border: 3px solid #fae7a5;
  border-radius: 10px;
  height: 180px;
  padding: 15px;
  position: relative;
}

.deals-feedback__text {
  color: var(--mainColor);
  font-family: "CalibreMediumItalic", sans-serif;
}

.deals-feedback__author {
  bottom: 15px;
  color: var(--mainColor);
  font-family: "CalibreSemibold", sans-serif;
  position: absolute;
  right: 15px;
}

.deals-feedback .slick-slide {
  padding: 0 10px;
}

.deals-feedback .slick-dots li {
  height: 8px;
  margin: 0 3px;
  width: 8px;
}

.deals-feedback .slick-dots li button {
  background: #ababab;
  border-radius: 50%;
  height: 8px;
  padding: 0;
  width: 8px;
}

.deals-feedback .slick-dots li button:before {
  display: none;
}

.deals-feedback .slick-dots li.slick-active {
  height: 12px;
  width: 12px;
}

.deals-feedback .slick-dots li.slick-active button {
  background: #2c2f5a;
  height: 12px;
  width: 12px;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .play-banner__logo {
    max-width: 475px;
  }
  .play-planning__tab-box .tab-box__tab-item {
    float: none;
    margin: 0 20px;
    width: auto;
  }
  .play-planning__tab-box .tab-box__tab-link {
    line-height: 1.42857143;
    min-height: auto;
    white-space: nowrap;
  }
}

/* Laptop */
@media only screen and (min-width: 992px) {
  .play-content {
    padding-bottom: 120px;
  }
  .play-banner__text {
    font-size: 30px;
    margin-bottom: 82px;
  }
  .play-purpose__title {
    font-size: 52px;
    margin-bottom: 97px;
  }
  .play-purpose__description {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 60px;
  }
  .play-purpose__text {
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    line-height: 1.8;
    margin-bottom: 110px;
  }
  .play-purpose__text-item {
    margin-bottom: 0;
    max-width: 44%;
  }
  .play-purpose__text-item_left {
    padding-left: 20px;
  }
  .play-purpose__text-item_right {
    padding-right: 20px;
  }
  .play-activity {
    margin-bottom: 104px;
  }
  .play-activity__text {
    font-size: 35px;
  }
  .play-planning__tab-box .tab-box__tab-link {
    font-size: 28px;
    padding: 10px 25px;
  }
  .play-planning__title {
    font-size: 52px;
    margin: 65px 0 88px;
  }
  .play-planning__inform {
    margin: 0 auto 30px;
    max-width: 600px;
    padding: 15px;
  }
  .play-planning__heading {
    font-size: 24px;
    margin: 5px 0 15px;
  }
  .play-planning__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .play-subcription__title {
    font-size: 52px;
  }
  .play-event__title {
    font-size: 52px;
    margin: 0 0 110px;
  }
  .play-event__list {
    margin-bottom: 50px;
  }
  .play-feedback__title {
    font-size: 52px;
    margin: 0 0 102px;
  }
  .play-feedback__item {
    padding: 35px 45px;
  }
  .play-feedback__text {
    font-size: 20px;
  }
  .play-feedback__author {
    bottom: 20px;
    font-size: 22px;
    right: 40px;
  }
  .play-feedback .slick-slide {
    padding: 0 30px;
  }
  .play-feedback .slick-dots {
    bottom: -70px;
  }
  .play-feedback .slick-dots li {
    height: 16px;
    width: 16px;
  }
  .play-feedback .slick-dots li button {
    height: 16px;
    width: 16px;
  }
  .play-feedback .slick-dots li.slick-active {
    height: 24px;
    width: 24px;
  }
  .play-feedback .slick-dots li.slick-active button {
    height: 24px;
    width: 24px;
  }
}

/* Desktop */
@media only screen and (min-width: 1600px) {
  .play-feedback__item {
    border-width: 4px;
    height: 280px;
    padding: 52px 62px;
  }
  .play-feedback__text {
    font-size: 27px;
  }
  .play-feedback__author {
    bottom: 46px;
    font-size: 27px;
    right: 54px;
  }
}

/* Tablet */
@media only screen and (max-width: 767px) {
  .deals-banner {
    max-width: 50%;
  }
}

/* Mobile */
@media only screen and (max-width: 479px) {
  .deals-banner {
    max-width: 70%;
  }
}

.block, .gym__content-coaching, .gym__content-animations, .gym__content-experiences {
  border-radius: 0;
  padding: 60px 0;
}

.platform {
  margin-top: 84px;
  margin-bottom: 84px;
}

.platform-banner {
  margin-top: 84px;
}

.platform-center {
  text-align: center;
  flex: 0 0 33.333333%;
}

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

.platform-item {
  width: 100%;
}

.platform__image {
  flex-basis: 33.333333%;
}

.platform__image-picture {
  padding: 20px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  width: 22%;
}

.platform__title {
  margin-bottom: 20px;
}

.platform__block {
  display: flex;
}

.platform__block-text {
  margin-bottom: 30px;
}

.platform__block-advantages {
  padding: 30px;
  background-color: #f19487;
}

.platform__block-advantages-title {
  color: #ffffff;
  margin: 10px 0 50px 0;
  font-size: 28px;
}

.platform__block-advantages-text {
  color: #ffffff;
  font-size: 18px;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 30px;
  padding: 0 40px 0 40px;
  text-align: center;
}

/* Tablet */
/* Desktop */
.animations {
  margin-top: 84px;
  margin-bottom: 84px;
}

.animations__block {
  background-color: #f19487;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  height: 250px;
  width: 900px;
}

.animations__block-cyclic {
  background-color: #bfd5d1;
}

.animations__block-text {
  text-align: left;
  width: 66%;
  padding: 10px 20px 10px 20px;
  position: relative;
}

.animations__block-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.animations__block-info {
  border-radius: 5px;
  padding: 5px;
  color: #f19487;
  background-color: #ffffff;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 1.55;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.animations__block-info-cyclic {
  color: #bfd5d1;
}

.animations__block-info-item {
  padding: 5px 0;
  display: flex;
}

.animations-picture {
  width: 33%;
}

.animations-image {
  width: 100%;
  height: 100%;
}

.animations-title {
  color: #ffffff;
  margin: 10px 0 10px 0;
  font-size: 28px;
}

.animations-text {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.2;
  padding: 0 0 30px;
}

.animations__icon {
  margin: 2px 0px 0 0;
  padding: 0 4px;
  font-size: 14px;
}

.animations__past-title {
  margin: 0 0 25px;
  text-align: center;
}

.animations__past-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.animations__past-item {
  justify-content: center;
  display: flex;
  text-align: center;
  width: 280px;
  margin: 15px;
  position: relative;
}

.animations__past-picture {
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.animations__past-picture:after {
  background: rgba(0, 0, 0, 0.67);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.animations__past-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.animations__past-sport {
  color: #ffffff;
  font-size: 26px;
  position: absolute;
  top: 50px;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.animations__past-date {
  bottom: 70px;
}

.animations__past-line {
  font-family: "CalibreBold", sans-serif;
  top: 130px;
  font-size: 40px;
}

.animations__past-hour {
  bottom: 40px;
}

.item-past, .animations__past-date, .animations__past-line, .animations__past-hour {
  position: absolute;
  display: flex;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
}

.text-first-up {
  text-transform: capitalize;
}

/* Phone */
@media only screen and (max-width: 480px) {
  .animations__block {
    background-color: #f19487;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .animations__block-info {
    position: unset;
  }
  .animations__block-info-item {
    display: flex;
  }
  .animations__block-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .animations__block-button {
    position: unset;
    order: 1;
    margin-top: 14px;
  }
  .animations-picture {
    width: 100%;
  }
  .animations-text {
    padding: 0 0 10px;
  }
}

.block, .gym__content-coaching, .gym__content-animations, .gym__content-experiences {
  border-radius: 0;
  padding: 30px 0;
  height: 500px;
}

.gym {
  margin-top: 84px;
  margin-bottom: 84px;
}

.gym-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gym__propose {
  margin: 60px 0;
  position: relative;
  z-index: 1;
}

.gym__propose__container {
  margin-bottom: 50px;
}

.gym__flash {
  display: flex;
  justify-content: center;
  text-align: center;
}

.gym__flash-block {
  width: 100%;
  border-radius: 13px;
  border: 1px solid #d4d4d4;
  background-color: #bfd5d161;
  padding-bottom: 10px;
  position: relative;
}

.gym__flash-block .close {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
}

.gym__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 65px;
}

.gym__item-content {
  min-height: 210px;
  padding: 15px 20px 15px 20px;
  text-align: center;
  width: 100%;
}

.gym__item-content-yellow {
  background-color: #FADD94;
}

.gym__item-content-orange {
  background-color: #f19487;
}

.gym__item-content-blue {
  background-color: #bfd5d1;
}

.gym__item-content-grey {
  background-color: #838383;
}

.gym__item-text {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #ffffff;
  margin: 10px 0 20px 0;
  min-height: 35px;
  text-align: center;
}

.gym__item-title {
  min-height: 50px;
  color: #ffffff;
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 20px;
}

.gym__item-button-yellow {
  color: #FADD94;
}

.gym__item-button-orange {
  color: #f19487;
}

.gym__item-button-blue {
  color: #bfd5d1;
}

.gym__item-button-grey {
  color: #838383;
}

.gym__content {
  border-radius: 0;
  padding: 30px 0;
  background-color: #f19487;
}

.gym__content-animations {
  background-color: #bfd5d1;
}

.gym__content-experiences {
  background-color: #FADD94;
}

.gym__info {
  position: relative;
  height: 100%;
  text-align: center;
}

.gym__info-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.gym__title {
  color: #ffffff;
  margin: 17px 0;
  text-align: center;
}

.gym__text {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  margin: 40px 0;
  padding: 0 40px 0 40px;
  text-align: center;
}

.gym__text-center {
  transform: translateY(50%);
}

.gym__image {
  height: 115px;
  max-width: fit-content;
}

.gym__image-full {
  width: 100%;
  height: 100%;
}

.gym__activity-template {
  height: 265px;
  width: 210px;
  position: relative;
  margin: auto;
  background: #f19487;
  display: block;
  overflow: hidden;
}

.gym__activity-template::after {
  content: "";
  display: block;
  background: url("/build/images/home/arrow-play.svg") no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: 10px;
}

.gym__activity-picture {
  height: 265px;
  width: 210px;
  position: relative;
  margin: auto;
  display: block;
  overflow: hidden;
}

.gym__activity-picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 35%;
  background-color: #777777;
}

.gym__activity__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  height: 45%;
  width: 100%;
  font-family: "CalibreSemibold", sans-serif;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .gym__info {
    padding: 0;
  }
  .gym-item {
    margin: 0 30px 65px 30px;
  }
  .gym__link {
    padding-bottom: 25px;
  }
  .gym__title {
    font-size: 35px;
  }
  .gym__image {
    height: 127px;
    max-width: 100%;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .gym__propose__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60% 100%;
  }
  .gym-item {
    margin: 0 30px 65px 30px;
  }
  .gym__info {
    width: 40%;
  }
  .gym__content {
    padding: 30px 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60% 100%;
  }
  .gym__content-company {
    background-image: url("/build/images/gym/gym.jpg");
  }
  .gym__content-coaching {
    background-image: url("/build/images/animations/coaching.jpg");
  }
  .gym__content-animations {
    background-image: url("/build/images/animations/animations.jpg");
  }
  .gym__content-experiences {
    background-image: url("/build/images/animations/experiences.jpeg");
  }
  .gym__image {
    height: 146px;
  }
  .gym__flash__block {
    width: 70%;
  }
  .gym__flash .close {
    right: 0;
  }
}

.wellbeing__header-image {
  height: 122px;
  width: 180px;
  border-radius: 4px;
  object-fit: cover;
}

.wellbeing-title {
  color: #595959;
  font-family: "PoppinsBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  text-align: center;
  letter-spacing: -1px;
  margin: 0 0 65px;
}

.wellbeing-logo {
  width: 80px;
}

.wellbeing__banner-title {
  font-family: "PoppinsBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 45px;
  line-height: 1.42;
  text-align: center;
}

.wellbeing__banner-text {
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 35px;
  line-height: 1.42;
  text-align: center;
}

.wellbeing__banner-morning {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.wellbeing__vod {
  margin: 80px 0 100px 0;
}

.wellbeing__suggestion {
  display: flex;
  background-color: #0086F8;
  margin: 80px 0 100px 0;
  padding: 15px;
}

.wellbeing__suggestion-morning {
  background-color: #000000;
  margin: 0;
}

.wellbeing__suggestion-title {
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 40px;
}

.wellbeing__suggestion-slider {
  margin-bottom: 65px;
  width: 1300px;
  height: 400px;
}

.wellbeing__suggestion__item {
  padding: 0 10px;
  position: relative;
  vertical-align: top;
}

.wellbeing__suggestion__picture {
  border-radius: 5px;
  display: block;
  height: 280px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 280px;
}

.wellbeing__suggestion__picture:after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wellbeing__suggestion__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wellbeing__suggestion__sport {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "PTSerifRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1.2;
  z-index: 1;
  padding: 22px 0 0 22px;
}

.wellbeing__suggestion__text {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1.2;
  z-index: 1;
  padding: 46px 15px 0 22px;
}

.wellbeing__suggestion .slick-arrow {
  margin-top: -18px;
}

.wellbeing__suggestion .slick-dots {
  position: initial;
  margin-top: 20px;
}

.wellbeing__admin-title {
  color: #595959;
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 40px;
}

.wellbeing__admin-anchor:target {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.wellbeing__button-base {
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  background-color: #595959;
}

.wellbeing__button-base:hover {
  color: #ffffff;
  opacity: 60%;
}

.wellbeing__button-home {
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
}

.wellbeing__button-login {
  background-color: #595959;
}

.wellbeing__button-login:hover {
  background: #595959;
  opacity: 60%;
}

.wellbeing__button-register {
  border: 1px solid #595959;
  background-color: #ffffff;
  color: #595959;
}

.wellbeing__button-register:hover {
  color: #ffffff;
  background: #595959;
}

.wellbeing__angel-title {
  font-family: "PoppinsBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: -1px;
  font-size: 45px;
  line-height: 1.42;
  text-align: center;
  margin-bottom: 70px;
}

.wellbeing__angel-subtitle {
  color: #ffffff;
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1px;
  font-size: 35px;
  line-height: 1.42;
  text-align: center;
  margin-bottom: 0;
}

.wellbeing__angel-subtitle-small {
  color: #ffffff;
  font-size: 35px;
  font-family: "PoppinsLight", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 80px 0;
  line-height: 1.42;
}

.wellbeing__angel-button {
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #595959;
}

.wellbeing__services {
  margin: 80px 0 100px 0;
}

.wellbeing__services-play {
  background-color: #B6ABA2;
}

.wellbeing__services-plateform {
  background-color: #0086F8;
}

.wellbeing__services-gym {
  background-color: #E1D1C5;
}

.wellbeing__services-animations {
  background-color: #F4C15C;
}

.wellbeing__provider {
  background-color: #e9f0f2;
}

.wellbeing__provider-content {
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  justify-content: center;
  padding: 60px 0 50px;
}

.wellbeing__provider-button {
  display: flex;
  justify-content: flex-start;
}

.wellbeing__provider-info {
  order: 1;
  padding: 0 15px;
  z-index: 1;
}

.wellbeing__provider-title {
  color: #0086F8;
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  margin: 0 0 30px;
  text-align: left;
  line-height: 1;
  letter-spacing: -1px;
}

.wellbeing__provider-title span {
  color: #F4C15C;
}

.wellbeing__provider-text {
  color: #0086F8;
  font-family: "PoppinsBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 1.4;
  margin: 0 0 30px;
  text-align: left;
  letter-spacing: -1px;
}

.wellbeing__provider-link {
  padding: 15px 20px;
  color: #ffffff;
  background-color: #595959;
  font-family: "PoppinsSemiBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

.wellbeing__provider-link:hover {
  color: #ffffff;
}

.wellbeing__provider-picture {
  align-content: center;
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  order: 2;
  overflow: hidden;
  padding-top: 75px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.wellbeing__provider-image {
  height: 157px;
  max-width: fit-content;
}

/* Tablet */
@media only screen and (max-width: 768px) {
  .wellbeing__suggestion-title {
    justify-content: center;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .wellbeing {
    margin-top: 36px;
  }
  .wellbeing__provider-content {
    padding: 50px 0 30px;
  }
  .wellbeing__provider-content:after {
    height: 30px;
  }
  .wellbeing__provider-title {
    font-size: 35px;
    margin: 0 0 30px;
  }
  .wellbeing__provider-text {
    margin: 0 0 40px;
  }
  .wellbeing__provider-picture {
    align-items: flex-start;
    padding-top: 55px;
  }
  .wellbeing__provider-image {
    height: 194px;
    max-width: 100%;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .wellbeing__provider-content {
    align-items: flex-start;
    flex-flow: row-reverse wrap;
    justify-content: space-evenly;
    padding: 60px 0 55px;
  }
  .wellbeing__provider-content:after {
    bottom: 10px;
    height: 73px;
  }
  .wellbeing__provider-picture {
    display: block;
    order: 1;
    padding-top: 40px;
    width: auto;
  }
  .wellbeing__provider-image {
    height: 216px;
  }
}

.text-white {
  color: #ffffff !important;
}

.text-bold {
  font-weight: bold;
}

.button-orange {
  background-color: #FF7100;
  color: #ffffff;
  font-size: 32px !important;
  padding: 17px 20px 37px 19px !important;
}

.wellness-section .loreal__slider-text-left {
  margin-left: 0 !important;
}

/*Update Google new version*/
.wellness-full {
  height: -webkit-calc(100vh - 0px);
}

.wellness-banner__text {
  font-size: 35px;
}

.wellness-banner__text_higher {
  font-family: "CalibreBold", sans-serif;
  font-size: 45px;
}

.wellness-banner__button {
  color: #ffffff;
  font-size: 25px;
  font-family: "CalibreRegular", sans-serif;
  text-transform: uppercase;
  height: 54px !important;
  border: solid 1px;
  margin: 0 10px;
  width: 240px;
}

.wellness-section {
  margin-bottom: 100px;
}

.wellness-section-first {
  margin-top: 150px;
}

.wellness-logo {
  width: 125px;
}

.wellness-title {
  color: #595959;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  text-align: center;
  letter-spacing: -1px;
  margin: 0 0 40px;
  text-transform: uppercase;
}

.wellness__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  height: 300px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 99;
}

.wellness__banner-title {
  margin-bottom: 20px;
}

.wellness__banner-text {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #99a3ac;
  font-size: 21px;
  line-height: 1.4;
  margin: 0 0 35px;
  text-align: center;
}

.wellness__services {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.wellness__services-block {
  width: 25%;
  margin: 0 20px;
}

.wellness__services-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 65px;
}

.wellness__services-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}

.wellness__services__picture {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wellness__services__picture-text {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 29px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wellness__services__picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 35%;
  background-color: #777777;
}

.wellness__services-description {
  height: 145px;
  padding: 20px 20px 50px 20px;
  width: 100%;
  background-color: #FF7100;
  position: relative;
}

.wellness__services-description::after {
  content: "";
  display: block;
  background: url("/build/images/home/arrow-play.svg") no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 80%;
  bottom: 0;
}

.wellness__services-text {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  margin: 0;
  color: #ffffff;
  max-width: 94%;
}

.wellness__services-title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wellness__works-title {
  color: #FF7100;
}

.wellness__sport {
  margin-bottom: 40px;
}

.wellness__sport-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.wellness__sport-picture {
  border-radius: 15px;
  display: block;
  height: 255px;
  width: 255px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.wellness__sport-picture:after {
  background: #3b3b3b;
  opacity: 45%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wellness__sport-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wellness__sport-title {
  position: absolute;
  height: 60%;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.wellness__sport-text {
  position: absolute;
  text-align: center;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 23px;
  font-weight: lighter;
}

.wellness__sport-button {
  position: absolute;
  bottom: 37px;
}

.wellness__sport-button a {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px !important;
  padding: 9px 11px 0px 10px !important;
}

.wellness__practices__title {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-family: "CalibreBold", sans-serif;
  font-size: 39px !important;
  justify-content: center;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 87.5%;
  top: 0;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 18px;
}

.wellness__activity-template {
  height: 265px;
  width: 210px;
  position: relative;
  margin: auto;
  background: #595959;
  display: block;
  overflow: hidden;
}

.wellness__activity-template::after {
  content: "";
  display: block;
  background: url("/build/images/home/arrow-play.svg") no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: 10px;
}

.wellness__activity__picture {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 300px;
}

.wellness__activity__picture:after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wellness__activity__title {
  align-items: flex-start;
  color: #ffffff;
  display: flex;
  font-family: "CalibreBold", sans-serif;
  font-size: 39px !important;
  justify-content: center;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 87.5%;
  top: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 18px;
}

.wellness__activity__text {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-family: "CalibreMedium", sans-serif;
  font-size: 24px;
  justify-content: center;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 80px;
  left: 135px;
}

.wellness-cta__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 2 auto;
  gap: 20px;
  padding: 10px;
  width: 50%;
}

.wellness-cta-title {
  text-align: center;
  font-family: "CalibreBold", sans-serif;
  font-size: 45px;
}

.wellness-cta-info {
  font-family: "CalibreSemibold",sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.wellness-cta strong {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}

.wellness-cta h2 {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  margin-bottom: 10px;
  color: #ffffff;
  white-space: pre-line;
}

.wellness-cta p {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: #ffffff;
}

.wellness-cta-button {
  background: #ffffff;
  font-family: "CalibreBold", sans-serif;
  font-size: 30px;
  padding: 4px 25px;
  margin-top: 18px;
  height: 52px !important;
  color: #595959;
}

.wellness__offers-template {
  height: 265px;
  width: 210px;
  position: relative;
  margin: auto;
  background: #f19487;
  display: block;
  overflow: hidden;
}

.wellness__offers-template::after {
  content: "";
  display: block;
  background: url("/build/images/home/arrow-play.svg") no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: 10px;
}

.wellness__offers-picture {
  height: 265px;
  width: 210px;
  position: relative;
  margin: auto;
  display: block;
  overflow: hidden;
}

.wellness__offers-picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 35%;
  background-color: #777777;
}

.wellness__offers__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  height: 105%;
  width: 100%;
  font-family: "CalibreSemibold", sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
}

.wellness__offers__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  height: 45%;
  width: 100%;
  font-family: "CalibreSemibold", sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
  padding: 0 10px;
}

.coach-container {
  position: relative;
}

.coach-list, .wellness-event-list {
  height: 500px;
  overflow: hidden;
  transition: 0.5s;
}

.coach-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.btn-coach-voir {
  color: #595959;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: x-large;
  font-weight: bolder;
}

.btn-coach-voir .glyphicon-menu-down, .btn-coach-voir .glyphicon-menu-up {
  font-size: xx-large;
  opacity: 0.65;
}

.cta-content {
  min-height: 460px !important;
}

/* XS Mobile */
@media screen and (min-width: 0px) and (max-width: 480px) {
  .wellness-full {
    height: auto;
    margin-bottom: 100px;
  }
  .wellness__services {
    flex-direction: column;
    padding: 0px 5px;
  }
  .wellness__services-block {
    width: auto;
  }
  .wellness-cta {
    text-align: center;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .wellness-full {
    height: auto;
    margin-bottom: 100px;
  }
  .wellness__services {
    flex-direction: column;
    padding: 0px 80px;
  }
  .wellness__services-block {
    width: auto;
  }
}

/* Mobile */
@media screen and (max-width: 480px) {
  .wellness-full {
    height: auto;
    margin-bottom: 100px;
  }
  .wellness-title {
    font-size: 32px;
    margin: 44px 0 23px;
  }
  .wellness-event__item {
    margin: 9px;
  }
  .wellness-banner__text {
    font-size: 24px;
  }
  .wellness-banner__text_higher {
    font-size: 26px;
  }
  .wellness__services {
    flex-direction: column;
    padding: 0px 40px;
  }
  .wellness__services-block {
    width: auto;
  }
  .wellness__activity__title {
    font-size: 20px !important;
    top: 17px;
    width: 100%;
    margin-left: 0;
  }
  .wellness__activity__text {
    font-size: 16px;
    top: 47px;
    width: 99%;
    left: 0;
  }
  .wellness__activity__picture {
    width: 139px;
  }
  .wellness__sport-title {
    font-size: 15px;
  }
  .wellness__sport-text {
    font-size: 14px;
  }
  .wellness__sport-picture {
    border-radius: 10px;
    height: 153px;
    width: 153px;
  }
  .wellness__sport-button {
    bottom: 13px;
  }
  .wellness__sport-button a {
    font-size: 16px !important;
    padding: 8px 10px 24px 13px !important;
  }
  .wellness__practices__title {
    font-size: 25px !important;
    margin-left: 9px;
  }
  .wellness-cta-title {
    font-size: 25px;
    margin-top: 60px;
  }
  .banner-select-container {
    position: relative;
    width: 200px;
    margin: 0 auto;
  }
  /* Style the select box */
  .banner-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ffffff;
    background-color: transparent;
    width: 100%;
    color: #F5F5F5;
  }
  /* Style the custom arrow */
  .select-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    pointer-events: none;
  }
  .banner-select option:not(:first-child) {
    /* Add your styles for the options here */
    color: #000000 !important;
  }
  .deals__sport-title {
    font-size: 32px;
  }
  .wellness-section {
    margin-bottom: 36px;
  }
  .button-orange {
    font-size: 25px !important;
    padding: 14px 16px 29px 19px !important;
  }
}

.d-none {
  display: none;
}

.wellness-slider .product-slider__item {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wellness-event-list .product-slider {
  max-width: 99.5% !important;
}

.malakoff #toggleLink {
  display: none;
}

.malakoff__header {
  display: flex;
  justify-content: center;
  height: 587px;
  position: relative;
  text-align: center;
}

.malakoff__header-title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 65px;
  text-transform: uppercase;
  color: #ffffff;
}

.malakoff__header-content {
  padding-top: 70px;
  z-index: 1;
  position: relative;
}

.malakoff__header-text {
  color: #ffffff;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 1.42;
  margin: 50px 0;
}

.malakoff__header-text p {
  width: 70%;
  margin: 0 auto;
}

.malakoff__header-text strong {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.malakoff-section {
  margin: 50px 0 150px;
}

.malakoff__slider-slide {
  display: flex;
  align-items: center;
  max-width: 55%;
  min-height: 520px;
  margin: 0 auto;
}

.malakoff__slider-image {
  max-width: 560px;
  padding: 10px;
}

.malakoff__slider-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 2 auto;
  gap: 20px;
  padding: 10px;
}

.malakoff__slider-text strong {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.malakoff__slider-text-info {
  color: #2b2f5a;
  margin-bottom: 20px;
  font-size: 20px;
}

.malakoff__slider-text li {
  display: flex;
  align-items: center;
  padding: 0 10px 10px 20px;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #2b2f5a;
  letter-spacing: 0.05em;
}

.malakoff__slider-text li span {
  padding-right: 15px;
}

.malakoff__slider-text h2 {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  margin-bottom: 10px;
  color: #2b2f5a;
  white-space: pre-line;
}

.malakoff__slider-text p {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  width: auto;
  font-size: 25px;
  color: #2b2f5a;
}

.malakoff__slider-button {
  display: flex;
  align-items: center;
  background: #2b2f5a;
  font-family: "CalibreBold", sans-serif;
  font-size: 25px;
  padding: 12px 15px;
}

.malakoff__slider-button span {
  color: #ffffff;
}

.malakoff__slider .slick-slide {
  padding: 0 10px;
}

.malakoff__slider .slick-dots {
  bottom: -60px;
}

.malakoff__slider .slick-dots li {
  margin: 0 3px;
}

.malakoff__slider .slick-dots li button {
  display: inline-block;
  background: #ababab;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  padding: 0;
}

.malakoff__slider .slick-dots li button:before {
  display: none;
}

.malakoff__slider .slick-dots li.slick-active {
  height: 22px;
  width: 22px;
}

.malakoff__slider .slick-dots li.slick-active button {
  background: #2c2f5a;
  height: 22px;
  width: 22px;
}

.malakoff__banner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  background-color: #eeeeee;
  padding: 50px 70px;
  gap: 4%;
}

.malakoff__banner-section {
  margin-top: 100px;
}

.malakoff__banner-icon {
  max-width: 75px;
}

.malakoff__banner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.malakoff__banner-text h2 {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #2b2f5a;
  margin-bottom: 50px;
}

.malakoff__banner-text p {
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #2b2f5a;
  text-align: center;
  max-width: 350px;
  line-height: 1.39;
}

.malakoff__footer-title {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 30px;
}

.malakoff__footer-align-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.malakoff__footer-container {
  max-width: 100%;
}

.malakoff__footer-container .row {
  display: flex;
}

#tab-slider {
  scroll-margin-top: 50px;
}

.resource-tab__container {
  display: flex;
  align-items: flex-end;
  height: auto;
  border: solid 1px #d4d4d4;
  border-radius: 6px;
  margin: 10px 0 25px;
  padding: 10px 25px 25px 25px;
}

.resource-tab_text-content {
  padding: 16px 46px 0 46px;
}

.resource-tab-sub-title {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
  color: #2b2f5a;
}

.resource-tab-title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 12px;
  font-size: 28px;
  color: #2b2f5a;
}

.resource-tab-content {
  color: #2b2f5a;
  font-weight: 600;
  font-size: 16px;
}

.resource-tab-text {
  color: #ffffff;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 1.42;
  margin: 50px 0;
}

.resource-tab-text p {
  width: 70%;
  margin: 0 auto;
}

.resource-tab-text strong {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.resource-tab__item {
  margin-bottom: 15px;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: var(--mainColor);
  font-size: 16px;
}

.resource-tab__item__left_image {
  width: 375px;
  height: 278px;
}

.resource-tab__tab-li {
  width: 33.3%;
}

.resource-tab-button {
  position: absolute;
  bottom: 0;
  right: 46px;
  text-align: center;
  top: 187px;
  font-size: 25.14px;
  padding: 25px 28px;
}

.source-card {
  position: relative;
  box-shadow: 7px 7px 5px #C1C1C1BF;
  border: 1px solid #CECECE;
  height: 280px;
  margin-bottom: 43px;
  display: flex;
}

.source-card .resource-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
}

.source-card .resource-mask h2 {
  padding: 16px;
}

.tab-resource .play-activity__picture {
  height: 340px;
  width: 340px;
}

.tab-resource .play-activity__item {
  padding-right: 15px;
}

.tab-resource .play-activity__text {
  left: 25px;
  text-transform: uppercase;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 44px !important;
  width: 85.5%;
}

#resource .tab-content {
  margin: 0 25px;
}

.resource-title {
  margin: 45px 0;
}

.resource-title h2 {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #2b2f5a;
  font-size: 48px;
}

.text-blue {
  color: #2b2f5a;
}

.text-title {
  font-size: 35px;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.no-padding {
  padding: 0 !important;
}

/* XS Mobile */
@media screen and (min-width: 0px) and (max-width: 480px) {
  .malakoff #toggleLink {
    display: block;
  }
  .malakoff-section {
    margin: 0;
  }
  .malakoff__header {
    height: 287px;
  }
  .malakoff__header-title {
    margin-top: 0;
    font-size: 30px;
  }
  .malakoff__header-content {
    display: flex;
    align-items: center;
    padding-top: 0px;
  }
  .malakoff__header-text {
    font-size: 23px;
    margin: 10px 0;
  }
  .malakoff__header p {
    width: 80%;
    margin: 0 auto;
  }
  .malakoff__banner {
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
    gap: 15px;
  }
  .malakoff__banner-section {
    margin-top: 60px;
  }
  .malakoff__banner-text h2 {
    text-align: center;
    margin: 15px 0;
  }
  .malakoff__banner-text p {
    font-size: 17px;
  }
  .malakoff__slider-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
  }
  .malakoff__slider-slide-reverse {
    flex-direction: column-reverse;
  }
  .malakoff__slider-image {
    padding: 0;
    max-width: 300px;
  }
  .malakoff__slider-text {
    align-items: center;
  }
  .malakoff__slider-text h2 {
    font-size: 25px;
    text-align: center;
  }
  .malakoff__slider-text strong {
    font-size: 15px;
  }
  .malakoff__slider-text p {
    font-size: 18px;
    width: 75%;
    text-align: center;
    margin: 0;
  }
  .malakoff__slider-text-info {
    font-size: 17px;
  }
  .malakoff__slider-button {
    font-size: 20px;
  }
  .malakoff__slider .slick-dots {
    bottom: -30px;
  }
  .nav-tabs {
    border-bottom: none;
  }
  #resource .tab-box__nav-tabs > li {
    border: 0;
    margin: 5px;
    border-radius: 5px;
    width: auto;
    background: #eeeeee;
  }
  #resource .tab-box__nav-tabs .active {
    color: white;
    background: #2b2f5a;
    border-radius: 5px;
  }
  #resource .tab-box__nav-tabs .active a {
    color: white;
  }
  #resource .tab-box__nav-tabs > li a {
    padding: 8px;
    font-size: 83%;
  }
  #resource .tab-box__tab-link:after {
    background: none;
  }
  #resource .tab-box__tab-pane {
    padding: 15px 0;
  }
  #resource .play-activity__picture {
    height: 340px;
    width: 340px;
  }
  #resource .play-activity__item {
    padding: 0 15px;
  }
  #resource .play-activity__text {
    left: 25px;
    text-transform: uppercase;
    font-family: "CalibreMedium", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 44px !important;
    width: 85.5%;
  }
  .resource-tab {
    margin-top: 10px;
  }
  .resource-tab .source-card {
    border: none;
    box-shadow: none;
    height: 171px;
    margin-bottom: 15px;
  }
  .resource-tab_text-content {
    position: absolute;
    top: 10px;
    padding-left: 23px;
  }
  .resource-tab-sub-title {
    color: white !important;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .resource-tab-sub-title .fas {
    font-weight: 500;
  }
  .resource-tab-title {
    font-size: 22px;
    color: white !important;
    margin: 5px 0;
  }
  .resource-tab-top-title {
    background: #ffffffe0;
    color: #2b2f5a;
    border-radius: 6px;
    padding: 5px 7px;
    font-family: "CalibreSemibold", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
  }
  .resource-tab-content {
    color: white !important;
    font-size: 12px;
    font-family: "CalibreRegular", sans-serif;
    font-style: normal;
    font-weight: normal;
  }
  .resource-tab__item__left_image {
    height: 168px;
    border-radius: 10px;
    box-shadow: 7px 7px 5px #C1C1C1BF;
  }
  .resource-tab .resource-mask {
    border-radius: 10px;
    width: 100.4%;
    top: 49%;
  }
  .resource-tab .resource-mask-content {
    width: 88%;
    left: 24px;
    top: -20%;
  }
  .resource-tab .resource-mask h2 {
    padding: 0;
  }
  #resource .play-activity__list {
    flex-direction: column;
    margin: 0;
  }
  #resource .play-activity__picture {
    width: 100% !important;
    height: 143px;
  }
  #resource .play-activity__item {
    padding: 0 !important;
    margin: 10px 0;
  }
  #resource .play-activity__text {
    font-family: "CalibreSemibold", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px !important;
  }
  #resource .tab-box__tab-pane {
    padding: 5px 0;
  }
  .text-title {
    font-size: 22px;
  }
  .hidden-only-xs {
    display: none;
  }
}

/* Mobile */
@media screen and (min-width: 480px) and (max-width: 992px) {
  .malakoff-section {
    margin: 25px 0 0px;
  }
  .malakoff__header {
    height: 487px;
  }
  .malakoff__header-title {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .malakoff__header-content {
    padding-top: 30px;
  }
  .malakoff__header-text {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .malakoff__banner {
    flex-direction: column;
    align-items: center;
    padding: 30px 70px;
    gap: 20px;
  }
  .malakoff__banner-section {
    margin-top: 80px;
  }
  .malakoff__banner-text h2 {
    text-align: center;
    margin: 0;
  }
  .malakoff__slider-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
  }
  .malakoff__slider-image {
    padding: 0;
    max-width: 300px;
  }
  .malakoff__slider-text {
    align-items: center;
  }
  .malakoff__slider-text h2 {
    font-size: 35px;
    text-align: center;
  }
  .malakoff__slider-text p {
    font-size: 18px;
    width: 75%;
    text-align: center;
  }
  .malakoff__slider-text-info {
    font-size: 17px;
  }
  .malakoff__slider-button {
    font-size: 20px;
  }
  .malakoff__slider .slick-dots {
    bottom: auto;
  }
  .source-card {
    height: 171px;
  }
  .source-card h3 {
    margin: 10px 0;
  }
  .resource-tab {
    margin-top: 10px;
  }
  .resource-tab-top-title {
    font-size: 20px;
    color: #2b2f5a;
  }
  .resource-tab-title {
    font-size: 22px;
  }
  .resource-tab_text-content {
    padding-left: 20px;
    padding-top: 10px;
  }
  .resource-tab-sub-title .fas {
    font-weight: 500;
  }
  .resource-tab-content {
    font-weight: normal;
  }
  .resource-tab-button {
    right: 19px;
    top: 114px;
    padding: 19px 15px;
    font-size: 17px;
  }
  .resource-tab__item__left_image {
    width: 100%;
    height: 169px;
  }
  .resource-tab .tab-box__tab-pane {
    padding: 5px 0;
  }
  .resource-tab .product-slider {
    max-width: 100%;
  }
  .resource-tab-sub-title {
    font-size: 16px;
  }
  .tab-resource .play-activity__list {
    flex-direction: column;
    margin: 0;
  }
  .tab-resource .play-activity__picture {
    width: 100%;
    height: 330px;
    border-radius: 20px;
  }
  .tab-resource .play-activity__item {
    padding: 0 !important;
    margin: 10px 0;
  }
  .tab-resource .play-activity__text {
    font-family: "CalibreBold", sans-serif;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    left: 0;
    font-size: 50px;
  }
  .hidden-md {
    display: none;
  }
}

/* Tablet */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .malakoff-section {
    margin: 25px 0 0px;
  }
  .malakoff__banner-section {
    margin-top: 80px;
  }
  .malakoff__slider-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
  }
  .malakoff__slider-image {
    padding: 0;
    max-width: 400px;
  }
  .malakoff__slider-image {
    padding: 0;
    max-width: 300px;
  }
  .malakoff__slider-text {
    align-items: center;
    max-width: 60%;
  }
  .malakoff__slider-text h2 {
    font-size: 35px;
    text-align: center;
  }
  .malakoff__slider-text p {
    font-size: 18px;
    width: 75%;
    text-align: center;
  }
  .malakoff__slider-text-info {
    font-size: 17px;
  }
  .malakoff__slider-button {
    font-size: 20px;
  }
  .malakoff__slider .slick-dots {
    bottom: auto;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .malakoff__slider-slide {
    max-width: 80%;
  }
}

.engie #toggleLink {
  display: none;
}

.engie__header {
  display: flex;
  justify-content: center;
  height: 587px;
  position: relative;
  text-align: center;
}

.engie__header-title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 65px;
  text-transform: uppercase;
  color: #ffffff;
}

.engie__header-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.engie__header-text {
  color: #ffffff;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 1.42;
  margin: 50px 0;
}

.engie__header-text p {
  width: 92%;
  font-size: 50px;
  margin: 0 auto;
}

.engie__header-text strong {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.engie__header-button {
  background: #ffffff;
  color: #2b2f5a;
  font-family: "CalibreBold", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  height: 70px !important;
}

.engie__header-button:hover, .engie__header-button:focus {
  background: #ffffff;
  color: var(--mainColor);
  opacity: 0.6;
}

.engie-section {
  margin: 50px 0 150px;
}

.engie__slider-slide {
  display: flex;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
  min-height: 640px;
}

.engie__slider-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 2 auto;
  gap: 20px;
  padding: 10px;
  width: 50%;
}

.engie__slider-text-info {
  color: #2b2f5a;
  font-family: "CalibreSemibold",sans-serif;
  font-size: 30px;
}

.engie__slider-text strong {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}

.engie__slider-text li {
  display: flex;
  align-items: center;
  padding: 0 10px 10px 20px;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  color: #2b2f5a;
  letter-spacing: 0.05em;
}

.engie__slider-text li span {
  padding-right: 15px;
}

.engie__slider-text h2 {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  margin-bottom: 10px;
  color: #2b2f5a;
  white-space: pre-line;
}

.engie__slider-text p {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  width: 91%;
  font-size: 30px;
  color: #2b2f5a;
}

.engie__slider-button {
  display: flex;
  align-items: center;
  background: #2b2f5a;
  font-family: "CalibreBold", sans-serif;
  font-size: 25px;
  padding: 23px 25px;
  margin-top: 18px;
}

.engie__slider-button span {
  color: #ffffff;
}

.engie__slider .slick-slide {
  padding: 0 10px;
}

.engie__slider .slick-slide img {
  flex: auto;
}

.engie__slider .slick-dots {
  bottom: -90px;
}

.engie__slider .slick-dots li {
  margin: 0 3px;
}

.engie__slider .slick-dots li button {
  display: inline-block;
  background: #ababab;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  padding: 0;
}

.engie__slider .slick-dots li button:before {
  display: none;
}

.engie__slider .slick-dots li.slick-active {
  height: 22px;
  width: 22px;
}

.engie__slider .slick-dots li.slick-active button {
  background: #2c2f5a;
  height: 22px;
  width: 22px;
}

.engie__banner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  background-color: #eeeeee;
  padding: 50px 70px;
  gap: 4%;
}

.engie__banner-section {
  margin-top: 100px;
}

.engie__banner-icon {
  max-width: 75px;
}

.engie__banner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.engie__banner-text h2 {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #2b2f5a;
  text-align: center;
  font-size: 35px;
  min-height: 80px;
}

.engie__banner-text p {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #2b2f5a;
  text-align: center;
  max-width: 350px;
  line-height: 1.39;
  font-size: 25px;
}

.engie__footer-title {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  font-size: 30px;
}

.engie__footer-align-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.engie__footer-container {
  max-width: 100%;
}

.engie__footer-container .row {
  display: flex;
}

#tab-slider {
  scroll-margin-top: 50px;
}

/* XS Mobile */
@media screen and (min-width: 0px) and (max-width: 480px) {
  .engie #toggleLink {
    display: block;
  }
  .engie-section {
    margin: 0;
  }
  .engie__header {
    height: 280px;
  }
  .engie__header-title {
    margin: 0;
    font-size: 32px;
  }
  .engie__header-content {
    display: flex;
    align-items: center;
    padding-top: 0px;
    gap: 10px;
  }
  .engie__header-text {
    margin: 10px 0;
  }
  .engie__header p {
    font-size: 22px;
    width: 100%;
    margin: 0 auto;
  }
  .engie__header button {
    font-size: 20.78px;
    height: 42px !important;
  }
  .engie__slider-slide {
    flex-direction: column;
    max-width: 100%;
    min-height: auto;
  }
  .engie__slider-slide-reverse {
    flex-direction: column-reverse;
  }
  .engie__slider-image {
    padding: 0;
    max-width: 95%;
  }
  .engie__slider-text {
    align-items: center;
    width: 100%;
  }
  .engie__slider-text-info {
    font-size: 19px;
  }
  .engie__slider-text-info strong {
    font-size: 20px;
  }
  .engie__slider-text h2 {
    font-size: 25px;
    text-align: center;
  }
  .engie__slider-text strong {
    font-size: 14px;
  }
  .engie__slider-text p {
    font-size: 20px;
    width: 87%;
    text-align: center;
    margin: 0;
  }
  .engie__slider-text li {
    font-size: 15px;
    padding: 0 10px 6px 20px;
  }
  .engie__slider-button {
    font-size: 21px;
    height: 34px;
  }
  .engie__slider .slick-dots {
    bottom: -30px;
  }
  .engie__slider .slick-slide {
    padding: 0;
  }
  .engie__banner {
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    gap: 15px;
  }
  .engie__banner-section {
    margin-top: 60px;
  }
  .engie__banner-text {
    margin-bottom: 15px;
  }
  .engie__banner-text h2 {
    text-align: center;
    font-size: 25px;
    margin: 15px 0;
    min-height: auto;
  }
  .engie__banner-text p {
    font-size: 17px;
  }
  .engie__footer-title {
    font-size: 20px;
  }
}

/* Mobile */
@media screen and (min-width: 480px) and (max-width: 992px) {
  .engie-section {
    margin: 25px 0 0px;
  }
  .engie__header {
    height: 487px;
  }
  .engie__header-title {
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .engie__header-text {
    margin: 35px 0;
  }
  .engie__header-text p {
    font-size: 30px;
  }
  .engie__header-button {
    height: 50px !important;
    font-size: 30px;
  }
  .engie__header-content {
    gap: 8px;
  }
  .engie__slider-text {
    align-items: center;
    width: 80%;
  }
  .engie__slider-text h2 {
    font-size: 35px;
    text-align: center;
  }
  .engie__slider-text p {
    font-size: 22px;
    width: 100%;
    text-align: center;
  }
  .engie__slider-text strong {
    font-size: 20px;
  }
  .engie__slider-text li {
    font-size: 18px;
  }
  .engie__slider-text-info {
    text-align: center;
  }
  .engie__slider-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
  }
  .engie__slider-slide-reverse {
    flex-direction: column-reverse;
  }
  .engie__slider-image {
    max-width: 100%;
  }
  .engie__slider-button span {
    font-size: 20px;
  }
  .engie__slider .slick-dots {
    bottom: auto;
  }
  .engie__banner {
    flex-direction: column;
    align-items: center;
    padding: 30px 70px;
    gap: 20px;
  }
  .engie__banner-section {
    margin-top: 80px;
  }
  .engie__banner-text h2 {
    text-align: center;
    margin: 0;
  }
}

/* Tablet */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .engie-section {
    margin: 25px 0 0px;
  }
  .engie__header-title {
    font-size: 55px;
  }
  .engie__header-text p {
    font-size: 40px;
  }
  .engie__header-button {
    font-size: 35px;
    height: 60px !important;
  }
  .engie__banner-section {
    margin-top: 80px;
  }
  .engie__banner-text h2 {
    font-size: 30px;
  }
  .engie__banner-text p {
    font-size: 20px;
  }
  .engie__slider-slide {
    display: flex;
    align-items: center;
    max-width: 100%;
    min-height: 440px;
  }
  .engie__slider-text-info {
    font-size: 17px;
  }
  .engie__slider-text h2 {
    font-size: 40px;
  }
  .engie__slider-text p {
    font-size: 25px;
  }
  .engie__slider-text strong {
    font-size: 22px;
  }
  .engie__slider-text li {
    font-size: 17px;
  }
  .engie__slider-button {
    font-size: 20px;
    padding: 9px 11px;
  }
  .engie__slider .slick-dots {
    bottom: -35px;
  }
  .engie__slider .slick-slide {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .engie__slider-slide {
    max-width: 100%;
    margin-left: 8%;
  }
}

.loreal {
  /* Register */
  /* Menu Header */
  /* Page */
  /* Footer */
}

.loreal__register {
  padding: 65px 0 70px;
}

.loreal__register-container {
  position: relative;
  z-index: 1;
  max-width: 730px;
  padding: 28px 50px 18px 50px;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 6px;
}

.loreal__register picture {
  margin-top: 50px;
}

.loreal__register__form {
  margin: 20px auto 0 auto;
  max-width: 580px;
  color: #ffffff;
}

.loreal__register__form label {
  font-size: 15px;
  font-family: "CalibreMedium", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.loreal__register__form-affiliation {
  background-color: #ffffff;
  padding: 12px 20px 10px 20px;
  border-radius: 8px;
  color: #000000;
  margin: 15px 0;
}

.loreal__register__form-affiliation .control-label {
  display: block;
  max-width: 380px;
  margin: auto;
  text-align: center;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0px;
  line-height: 1;
}

.loreal__register__form-affiliation .sonata-ba-field {
  margin: auto;
  margin-top: 15px;
  max-width: 309px;
}

.loreal__register__form-affiliation .sonata-ba-field input {
  text-align: center;
}

.loreal__register__form-affiliation i {
  bottom: 8px;
  color: #000000;
}

.loreal__register__form-affiliation h3 {
  color: #000000;
  font-size: 20px;
}

.loreal__register__form-affiliation label {
  font-size: 10px;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.loreal__register__form button {
  color: #000000;
  font-size: 20px;
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.loreal__register-title {
  color: #ffffff;
  text-align: center;
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  margin: 0;
}

.loreal__main-menu-link {
  color: #000000;
}

.loreal__main-menu-link:hover {
  color: #000000;
}

.loreal__main-menu-link:after {
  background: #000000;
}

.loreal #toggleLink {
  display: none;
}

.loreal-logo {
  max-width: 948px;
}

.loreal__header {
  display: flex;
  justify-content: center;
  height: 587px;
  position: relative;
  text-align: center;
}

.loreal__header-title {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  font-size: 65px;
  text-transform: uppercase;
  color: #ffffff;
}

.loreal__header-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  gap: 10px;
}

.loreal__header-text {
  color: #ffffff;
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 1.42;
  margin: 10px 0 50px 0;
}

.loreal__header-text p {
  width: 92%;
  font-size: 50px;
  margin: 0 auto;
}

.loreal__header-text strong {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.loreal__header-button {
  background: #ffffff;
  color: #000000;
  font-family: "CalibreBold", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  height: 70px;
}

.loreal__header-button:hover, .loreal__header-button:focus {
  background: #ffffff;
  color: #000000;
  opacity: 0.6;
}

.loreal__slider-section {
  margin-bottom: 120px;
}

.loreal__slider-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 92%;
  margin: 0 auto;
  min-height: 650px;
}

.loreal__slider-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 2 auto;
  gap: 40px;
  padding: 10px;
  width: 50%;
}

.loreal__slider-text-left {
  margin-left: 5%;
}

.loreal__slider-text-right {
  margin-right: 9%;
}

.loreal__slider-text strong {
  font-family: "CalibreBold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}

.loreal__slider-text strong a {
  color: #000000;
}

.loreal__slider-text h2 {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  margin-bottom: 10px;
  color: #000000;
  white-space: pre-line;
}

.loreal__slider-text p {
  font-family: "CalibreRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  width: 95%;
  font-size: 30px;
  color: #000000;
}

.loreal__slider-text-info {
  font-family: "CalibreSemibold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  color: #000000;
}

.loreal__slider-button {
  display: flex;
  align-items: center;
  background: #000000;
  font-family: "CalibreBold", sans-serif;
  font-size: 25px;
  padding: 12px 15px;
}

.loreal__slider-button span {
  color: #ffffff;
}

.loreal__slider-picture {
  border-radius: 4px;
  display: block;
  height: 240px;
  overflow: hidden;
  position: relative;
  width: 240px;
}

.loreal__slider-title {
  margin: 0 0 35px;
  text-align: center;
  font-size: 45px;
  font-family: "CalibreSemibold", sans-serif;
  color: #000000;
}

.loreal__slider-description {
  color: #000000;
  font-family: "CalibreRegular", sans-serif;
  margin-bottom: 60px;
  font-size: 25px;
  text-align: center;
}

.loreal__slider .slick-slide {
  padding: 0 10px;
}

.loreal__slider .slick-slide img {
  flex: auto;
}

.loreal__slider .slick-dots {
  bottom: -50px;
}

.loreal__slider .slick-dots li {
  margin: 0 3px;
}

.loreal__slider .slick-dots li button {
  display: inline-block;
  background: #ababab;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  padding: 0;
}

.loreal__slider .slick-dots li button:before {
  display: none;
}

.loreal__slider .slick-dots li.slick-active {
  height: 22px;
  width: 22px;
}

.loreal__slider .slick-dots li.slick-active button {
  background: #000000;
  height: 22px;
  width: 22px;
}

.loreal__footer {
  background-color: #000000;
}

.loreal__footer-logo {
  width: 400px;
}

.loreal__footer-container {
  display: flex;
  justify-content: center;
  max-width: 100%;
}

.play-tiger {
  height: 710px !important;
}

/* XS Mobile */
@media screen and (min-width: 0px) and (max-width: 480px) {
  #tab-partner {
    display: block;
    margin-bottom: 40px;
  }
  .loreal__register {
    padding: 0;
  }
  .loreal__register-container {
    padding: 15px 50px 10px 50px;
    border-radius: 0;
  }
  .loreal #toggleLink {
    display: block;
  }
  .loreal-logo {
    max-width: 330px;
  }
  .loreal__header {
    height: 287px;
  }
  .loreal__header-title {
    margin-top: 0;
    font-size: 0;
  }
  .loreal__header-content {
    display: flex;
    align-items: center;
    padding-top: 0px;
  }
  .loreal__header-text {
    font-size: 23px;
    margin: 0;
  }
  .loreal__header-text p {
    width: 95%;
    margin: 0 auto;
    font-size: 21px;
  }
  .loreal__header-button {
    height: 43px !important;
    margin-top: 16px;
    font-size: 21px;
  }
  .loreal__slider-section {
    margin-bottom: 100px;
  }
  .loreal__slider-slide {
    flex-direction: column;
    max-width: 100%;
  }
  .loreal__slider-slide-reverse {
    flex-direction: column-reverse;
  }
  .loreal__slider-title {
    font-size: 25px;
    margin: 0 0 30px;
  }
  .loreal__slider-description {
    margin: 0px 24px;
    font-size: 20px;
  }
  .loreal__slider-text {
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .loreal__slider-text-right {
    margin-right: 0;
  }
  .loreal__slider-text-left {
    margin-left: 0;
  }
  .loreal__slider-text h2 {
    font-size: 25px;
    text-align: center;
    width: 100%;
  }
  .loreal__slider-text strong {
    font-size: 15px;
  }
  .loreal__slider-text p {
    font-size: 20px;
    width: 86%;
    text-align: center;
    margin: 0;
  }
  .loreal__slider-text-info {
    font-size: 17px;
  }
  .loreal__slider-button {
    font-size: 20px;
    margin-top: 10px;
  }
  .loreal__slider .slick-dots {
    bottom: -30px;
  }
  .loreal .slick-dots {
    bottom: -50px;
  }
  .loreal .slick-dots li {
    margin: 0 2px;
  }
  .loreal .slick-dots li.slick-active button {
    background: #000000;
    height: 20px;
    width: 20px;
  }
  .loreal__footer-logo {
    width: 300px;
  }
}

/* Mobile */
@media screen and (min-width: 480px) and (max-width: 992px) {
  .loreal-logo {
    max-width: 550px;
  }
  .loreal__header {
    height: 487px;
  }
  .loreal__header-title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .loreal__header-content {
    padding-top: 30px;
  }
  .loreal__header-text {
    margin-bottom: 40px;
  }
  .loreal__header-text p {
    font-size: 31px;
  }
  .loreal__header-button {
    height: 40px;
    font-size: 20px;
    padding: 0 25px;
  }
  .loreal__slider-section {
    margin-top: 20px;
  }
  .loreal__slider-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    gap: 10px;
  }
  .loreal__slider-title {
    font-size: 35px;
  }
  .loreal__slider-description {
    margin: 30px auto;
    font-size: 18px;
    width: 80%;
  }
  .loreal__slider-image {
    padding: 0;
    max-width: 60%;
  }
  .loreal__slider-text {
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .loreal__slider-text-left {
    margin-left: 0;
  }
  .loreal__slider-text-right {
    margin-right: 0;
  }
  .loreal__slider-text h2 {
    font-size: 35px;
    text-align: center;
  }
  .loreal__slider-text p {
    font-size: 18px;
    width: 75%;
    text-align: center;
  }
  .loreal__slider-text-info {
    font-size: 17px;
  }
  .loreal__slider-text strong {
    display: none;
  }
  .loreal__slider-button {
    font-size: 20px;
  }
  .loreal__slider .slick-dots {
    bottom: -50px;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .play-tiger {
    height: 870px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .loreal-logo {
    width: 900px;
  }
  .loreal__header {
    font-size: 35px;
  }
  .loreal__header-text p {
    font-size: 45px;
  }
  .loreal__header-button {
    height: 60px;
    font-size: 30px;
  }
  .loreal__slider-slide {
    max-width: 91%;
    min-height: 550px;
  }
  .loreal__slider-image {
    padding: 0;
    width: 500px;
  }
  .loreal__slider-title {
    font-size: 40px;
  }
  .loreal__slider-description {
    font-size: 20px;
  }
  .loreal__slider-text {
    gap: 20px;
    padding: 0;
  }
  .loreal__slider-text-right {
    margin-right: 2%;
  }
  .loreal__slider-text h2 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .loreal__slider-text p {
    font-size: 20px;
  }
  .loreal__slider-text strong {
    display: none;
  }
  .loreal__slider-button {
    font-size: 20px;
  }
  .play-tiger {
    height: 750px !important;
  }
}

/* Others, big screen */
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .loreal__slider-slide {
    max-width: 100%;
  }
}

.text-white {
  color: #fff;
}

/* (404, 403, 500...) */
/** 
 * Exception page styles 
 */
.exception__content {
  padding-top: 50px;
  text-align: center;
}

.exception__heading {
  margin-bottom: 30px;
}

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

.exception__link {
  margin: 15px;
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .exception-page .js-home-section {
    opacity: 1;
    transform: none;
  }
}

/* Custom CSS for IE 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE11 */
  .home-banner__image {
    top: 0;
    left: 0;
  }
  /* Common */
  a {
    color: #2b2f5a;
  }
  a:hover,
  a:focus {
    color: #2b2f5a;
  }
  /* Header styles */
  .header__icon-search {
    color: #f19487;
  }
  .header__link {
    color: #f19487;
  }
  .header__link:hover, .header__link:focus,
  .open .header__link {
    color: #2b2f5a;
    background: rgba(43, 47, 90, 0.15);
  }
  .header__sublinks .header__sublink-item:hover {
    color: #2b2f5a;
  }
  /* Main menu styles */
  .main-menu__link {
    color: #2b2f5a;
  }
  .main-menu__link:after {
    background: #2b2f5a;
  }
  .main-menu__link:hover {
    color: #2b2f5a;
  }
  .main-menu__link_active {
    color: #2b2f5a;
  }
  .main-menu__subtitle {
    color: #2b2f5a;
  }
  /* Event detail calendar styles */
  .weeks-calendar-wrapper .week-day {
    border: 1px solid #2b2f5a;
  }
  .weeks-calendar-wrapper .week-day.week-selected {
    background: #f19487;
  }
  .weeks-calendar-wrapper .week-course {
    border-color: #f19487;
    background: #f19487;
  }
  .weeks-calendar-wrapper .week-course.week-selected {
    border-color: #2b2f5a;
    background: #2b2f5a;
  }
  /* Event detail tab section styles */
  /* Tab box */
  .tab-box__nav-tabs > li.active > a,
  .tab-box__nav-tabs > li.active > a:hover,
  .tab-box__nav-tabs > li.active > a:focus {
    color: #2b2f5a;
  }
  .tab-box__tab-link {
    color: #2b2f5a;
  }
  .tab-box__tab-link:after {
    background: #2b2f5a;
  }
  /* Cms content */
  .cms-content a:hover {
    color: #f19487;
  }
  /* Footer */
  .footer {
    background: #2b2f5a;
  }
  .footer__menu-link:hover, .footer__menu-link:focus {
    color: #f19487;
  }
  .footer__subcribe-submit {
    background-color: #f19487;
    background-image: linear-gradient(259deg, #f19487, rgba(241, 148, 135, 0.8));
  }
  .footer__subcribe-submit:after {
    background-color: #f19487;
    background-image: linear-gradient(75deg, #f19487, rgba(241, 148, 135, 0.8));
  }
  .footer__subcribe-icon {
    margin-left: -3px;
  }
  .footer__link:hover, .footer__link:focus {
    color: #f19487;
  }
  .tab-box__nav-tabs > li.active > a,
  .tab-box__nav-tabs > li.active > a:hover,
  .tab-box__nav-tabs > li.active > a:focus {
    color: #2b2f5a;
  }
  /* Date filter on Event list */
  .mx-datepicker-inline {
    max-width: 244px;
  }
  .mx-calendar-content .cell.active > div {
    background: #2b2f5a;
  }
  /* Calendar picker */
  .slotted-calendar__header {
    display: -ms-grid;
  }
  .slotted-calendar__header-week-day {
    margin: 4px 0 0;
  }
  .slotted-calendar__header-date {
    margin: 24px 0 0;
  }
  .slotted-calendar.picker-calendar .slotted-calendar__item_selected .slotted-calendar__item-time {
    background: #2b2f5a;
  }
  .slotted-calendar.picker-calendar .slotted-calendar__header {
    padding-bottom: 13px;
  }
  .slotted-calendar__item-time {
    color: #f19487;
  }
  .slotted-calendar__item-title {
    color: #2b2f5a;
  }
  /* Profile page style */
  .popover__icon {
    background-color: #2b2f5a;
  }
  .popover__icon:hover {
    background-color: #f19487;
  }
  .popover__popup_text:hover {
    color: #2b2f5a;
  }
  /* Checkout popup */
  .checkout-popup__event-list .radio-box_checked {
    border-color: #2b2f5a;
  }
  .checkout-popup__coupon-message .success-message {
    color: #2b2f5a;
  }
  /* Pagination block styles */
  .paging__item-link_active {
    color: #2b2f5a;
  }
  .paging__item-link_previous, .paging__item-link_next {
    border-color: #2b2f5a;
  }
  .paging__item-link_first:before, .paging__item-link_first:after, .paging__item-link_last:before, .paging__item-link_last:after {
    border-color: #2b2f5a;
  }
  /* Search results block styles */
  .search-results__text:hover {
    color: #2b2f5a;
  }
  .search-results__icon-marker {
    color: #2b2f5a;
  }
  .search-results__link:after {
    border-color: #2b2f5a;
  }
  .search-results__link:hover {
    color: #f19487;
  }
  .search-results__link:hover:after {
    border-color: #f19487;
  }
  /* Search-block styles */
  .search-block__criteria-title:hover, .search-block__criteria-title_active {
    color: #2b2f5a;
  }
  .search-block__checkbox input:checked + label {
    color: #2b2f5a;
  }
  .search-block__checkbox input:checked + label:before {
    border-color: #2b2f5a;
  }
  .search-block__checkbox label:after {
    color: #2b2f5a;
  }
  .search-block__reset:hover, .search-block__reset:focus {
    color: #2b2f5a;
  }
  .search-block__families-title {
    color: #2b2f5a;
  }
  .search-block__time-range .form-control {
    color: #2b2f5a;
  }
  .search-block__dropdown-toggle {
    color: #2b2f5a;
  }
  .search-block__dropdown-toggle:hover, .search-block__dropdown-toggle:focus {
    color: #2b2f5a;
  }
  .search-block__dropdown-menu .search-block__dropdown-link:hover, .search-block__dropdown-menu .search-block__dropdown-link:focus {
    background: #2b2f5a;
  }
  .search-block__date-picker .datepicker .arrow-left:hover, .search-block__date-picker .datepicker .arrow-left:focus, .search-block__date-picker .datepicker .arrow-right:hover, .search-block__date-picker .datepicker .arrow-right:focus {
    border-color: #2b2f5a;
  }
  .search-block__date-picker .datepicker .prev:hover, .search-block__date-picker .datepicker .prev:focus,
  .search-block__date-picker .datepicker .next:hover,
  .search-block__date-picker .datepicker .next:focus {
    border-color: #2b2f5a;
  }
  .search-block__date-picker .datepicker .day:hover {
    background: #2b2f5a;
  }
  .search-block__date-picker .datepicker .day.old, .search-block__date-picker .datepicker .day.new {
    border: none;
    cursor: default;
    opacity: 0;
    pointer-events: none;
  }
  .search-block__date-picker .datepicker .day.today, .search-block__date-picker .datepicker .day.active {
    background: #2b2f5a;
    color: #ffffff;
  }
  .search-block__date-picker .datepicker .day.today:hover, .search-block__date-picker .datepicker .day.active:hover {
    background: #2b2f5a;
    color: #ffffff;
  }
  .search-block__date-picker .datepicker .month,
  .search-block__date-picker .datepicker .year,
  .search-block__date-picker .datepicker .decade {
    color: #6d6d6d;
    font-family: "CalibreBold", sans-serif;
    font-style: normal;
    font-weight: normal;
    transition: all 0.3s ease-out;
  }
  .search-block__date-picker .datepicker .month:hover, .search-block__date-picker .datepicker .month.focused,
  .search-block__date-picker .datepicker .year:hover,
  .search-block__date-picker .datepicker .year.focused,
  .search-block__date-picker .datepicker .decade:hover,
  .search-block__date-picker .datepicker .decade.focused {
    background: #2b2f5a;
    color: #ffffff;
  }
  /* Success popup styles */
  .order-success-popup__title_success:before {
    color: #2b2f5a;
  }
  /* Booking box styles */
  .booking-box__select input:checked + label {
    border-color: #2b2f5a;
  }
  .booking-box__select label:before {
    background: #2b2f5a;
  }
  .booking-box__item_selected .booking-box__price-box {
    color: #2b2f5a;
  }
  .booking-box__item_selected .booking-box__label {
    color: #2b2f5a;
  }
  .booking-box__item_selected .booking-box__expiration {
    color: #2b2f5a;
  }
  .booking-box__offer:before {
    border: 1px solid #2b2f5a;
  }
  .booking-box__offer:hover {
    color: #f19487;
  }
  .booking-box__offer:hover:before {
    border-color: #f19487;
  }
  /* Gift form */
  .gift-form__label {
    color: #2b2f5a;
  }
  .gift-form__search-result-item:hover {
    color: #f19487;
  }
  /* Homepage activities styles */
  .home-activities__link:hover .home-activities__text {
    color: #2b2f5a;
  }
  .home-activities__text {
    color: #2b2f5a;
  }
  .home-activities-slotted__link:hover .home-activities__text {
    color: #2b2f5a;
  }
  .home-activities-slotted__text {
    color: #2b2f5a;
  }
  /* Homepage blog styles */
  .home-blog__date:before {
    background: #2b2f5a;
  }
  /* Homepage styles */
  .home-search__input {
    color: #2b2f5a;
  }
  /* Homepage registration styles */
  .home-registration__text {
    color: #2b2f5a;
  }
  /* Homepage reviews styles */
  .home-reviews__icon-star {
    color: #f19487;
  }
  .home-reviews__author {
    color: #2b2f5a;
  }
  .home-reviews__info {
    color: #2b2f5a;
  }
  /* Homepage sponsorship styles */
  .sponsorship__text {
    color: #2b2f5a;
  }
  /* Homepage how it works styles */
  .home-works {
    color: #2b2f5a;
  }
  .home-works__number:after {
    background: #2b2f5a;
  }
  /* Product slider styles */
  .product-slider .slick-arrow:hover, .product-slider .slick-arrow:focus {
    border-color: #2b2f5a;
  }
  /* User and slotted-calendar page styles */
  .slotted-calendar.picker-calendar .slotted-calendar__item_selected .slotted-calendar__item-time {
    background: #2b2f5a;
  }
  /* User and slotted-calendar page styles */
  .slotted-calendar__item-time {
    color: #f19487;
  }
  .open .slotted-calendar__item-time {
    color: #2b2f5a;
  }
  .slotted-calendar__item-title {
    color: #2b2f5a;
  }
  .slotted-calendar__filter-select {
    border-color: #2b2f5a;
  }
  .slotted-calendar__show-more:after {
    border-color: #2b2f5a;
  }
  /* Slotted event styles */
  .slotted-event__time {
    color: #f19487;
  }
  .open .slotted-event__time {
    color: #2b2f5a;
  }
  .slotted-event__title {
    color: #2b2f5a;
  }
  .slotted-event__show-more:after {
    border-color: #2b2f5a;
  }
  /* Date picker */
  .datepicker .today:hover, .datepicker .today.disabled, .datepicker .today.disabled:hover {
    background: #2b2f5a;
  }
  .datepicker table {
    width: 100%;
  }
  .datepicker table tr td.active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.active:hover {
    background: #2b2f5a;
  }
  .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover {
    background: #2b2f5a;
  }
  .mx-calendar-content .cell.active div {
    background: #2b2f5a;
  }
  .mx-btn:hover {
    border-color: #2b2f5a;
    color: #2b2f5a;
  }
  .mx-table-date .today, .mx-table-month .today, .mx-table-year .today {
    color: #2b2f5a;
  }
  /* Slick slider */
  .slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus {
    border-color: #2b2f5a;
  }
  /* Magnific popup */
  .mfp-close:before {
    color: #2b2f5a;
  }
  .mfp-close:hover:before, .mfp-close:focus:before {
    color: #2b2f5a;
  }
  /* Alert */
  .alert-info {
    border-color: #2b2f5a;
    color: #2b2f5a;
  }
  /* Skinboard styles */
  /* Button styles */
  .button {
    color: #2b2f5a;
  }
  .button:hover {
    color: #2b2f5a;
  }
  .button:focus {
    color: #2b2f5a;
  }
  .button_border {
    border: 1px solid #2b2f5a;
  }
  .button_border:hover, .button_border:focus {
    color: #ffffff;
    background: #2b2f5a;
  }
  .button_gradient {
    color: #ffffff;
  }
  .button_gradient:hover, .button_gradient:focus {
    color: #ffffff;
  }
  .button_gradient_blue {
    background: #2b2f5a;
  }
  .button_gradient_blue:hover, .button_gradient_blue:focus {
    background: rgba(43, 47, 90, 0.57);
  }
  .button_gradient_orange {
    background: #f19487;
  }
  .button_gradient_orange:hover, .button_gradient_orange:focus {
    background: rgba(241, 148, 135, 0.8);
  }
  .button_white {
    color: #2b2f5a;
  }
  .button_white:hover, .button_white:focus {
    color: #2b2f5a;
  }
  .button_white_text_blue {
    color: #2b2f5a;
  }
  .button_white_text_blue:hover, .button_white_text_blue:focus {
    color: #2b2f5a;
  }
  /* Input styles */
  .input {
    color: #2b2f5a;
  }
  .input_error {
    color: #2b2f5a;
  }
  /* Tooltip styles */
  .tooltip {
    color: #2b2f5a;
  }
  /* Radio styles */
  .radio-box__label:before {
    border: 1px solid #2b2f5a;
  }
  .radio-box__label:after {
    background: #2b2f5a;
  }
  .radio-box input:checked + label {
    color: #2b2f5a;
  }
  .radio-box input:checked + label:before {
    border-color: #2b2f5a;
  }
  /* Checkbox styles */
  .check-box__label:before {
    border: 1px solid #2b2f5a;
  }
  .check-box__label:after {
    color: #2b2f5a;
  }
  .check-box input:checked + label {
    color: #2b2f5a;
    font-family: "CalibreSemibold", sans-serif;
    font-style: normal;
    font-weight: normal;
  }
  .check-box input:checked + label:before {
    border-color: #2b2f5a;
  }
  .heading {
    color: #2b2f5a;
  }
  .heading_white {
    color: #ffffff;
  }
  /* Product styles */
  .product-item__category {
    color: #2b2f5a;
  }
  .product-item__name {
    color: #2b2f5a;
  }
  .product-item__price-box {
    background: #f19487;
  }
  .product-item__discount {
    border: 1px solid #2b2f5a;
    color: #2b2f5a;
  }
  .product-item__location_cursor:hover {
    color: #2b2f5a;
  }
  .product-item__address-link:hover {
    color: #f19487;
  }
  .product-item__normal-stars {
    color: rgba(43, 47, 90, 0.57);
  }
  .product-item__active-stars {
    color: #2b2f5a;
  }
  .product-item__icon-marker {
    color: #f19487;
  }
  .product-item__icon-time {
    color: #f19487;
  }
  .spinner:before {
    border: 4px solid rgba(43, 47, 90, 0.57);
    border-top-color: #2b2f5a;
  }
  /* End Skinboard styles */
  /* User and provider page styles */
  .provider__icon-marker {
    color: #f19487;
  }
  .provider__icon-phone, .provider__icon-envelop, .provider__icon-laptop {
    color: #f19487;
  }
  .provider__question {
    border: 1px solid #2b2f5a;
  }
  .provider__sport-item {
    border: 1px solid #2b2f5a;
    color: #2b2f5a;
  }
  .provider__filter-select {
    border-color: #2b2f5a;
  }
  /* Contact page styles */
  .contact__address-icon {
    color: #2b2f5a;
  }
  .contact__label {
    color: #2b2f5a;
  }
  .contact__static-block {
    background: #f19487;
  }
  .contact__static-link:hover, .contact__static-link:focus {
    color: #2b2f5a;
  }
  .contact__static-phone:hover, .contact__static-phone:focus {
    color: #2b2f5a;
  }
  .contact__success-link-icon {
    border-color: #2b2f5a;
  }
  /* Event detail page styles */
  .event-detail__title {
    color: #2b2f5a;
  }
  .event-detail__time-link {
    color: #2b2f5a;
  }
  .event-detail__time-link:hover {
    color: #f19487;
  }
  .event-detail__special-price, .event-detail__normal-price {
    color: #2b2f5a;
  }
  .event-detail__contact-icon, .event-detail__provider-icon {
    color: #f19487;
  }
  .event-detail__question {
    border: 1px solid #2b2f5a;
  }
  .event-detail__question-title {
    color: #2b2f5a;
  }
  .event-detail__partner-title {
    color: #2b2f5a;
  }
  .event-detail__partner-text {
    color: #2b2f5a;
  }
  /* Event list page styles */
  .event-list__popup-location {
    color: rgba(43, 47, 90, 0.57);
  }
  .event-list__popup-name {
    cursor: pointer;
    color: #2b2f5a;
  }
  .event-list__popup-name:hover, .event-list__popup-name:focus {
    color: #f19487;
  }
  .leaflet-container .event-list__popup-name {
    color: #2b2f5a;
  }
  .leaflet-container .event-list__popup-name:hover, .leaflet-container .event-list__popup-name:focus {
    color: #f19487;
  }
  .event-list__popup-icon-marker {
    color: #2b2f5a;
  }
  .event-list__popup-offer-name {
    color: #2b2f5a;
  }
  .event-list__popup-offer-name:hover, .event-list__popup-offer-name:focus {
    color: #f19487;
  }
  .leaflet-container .event-list__popup-offer-name {
    color: #2b2f5a;
  }
  .leaflet-container .event-list__popup-offer-name:hover, .leaflet-container .event-list__popup-offer-name:focus {
    color: #f19487;
  }
  .event-list__popup-offer-link {
    color: #2b2f5a;
  }
  .event-list__popup-offer-link:hover, .event-list__popup-offer-link:focus {
    color: #f19487;
  }
  .leaflet-container .event-list__popup-offer-link {
    color: #2b2f5a;
  }
  .leaflet-container .event-list__popup-offer-link:hover, .leaflet-container .event-list__popup-offer-link:focus {
    color: #f19487;
  }
  /* FAQ page styles */
  .faq__description a:hover {
    color: #f19487;
  }
  .faq__accordion .panel-heading {
    color: #2b2f5a;
  }
  .faq__accordion .panel-heading a:after {
    border-color: #2b2f5a;
  }
  /* Landing page styles */
  /* Block follower */
  .block-follower__name:hover {
    color: #f19487;
  }
  .block-follower__rating {
    color: #2b2f5a;
  }
  /* Login and register pages styles*/
  .user-action__form .form-control {
    color: #2b2f5a;
  }
  .user-action__form-acception a:hover, .user-action__form-acception a:focus {
    color: #f19487;
  }
  .user-action__icon-information:hover {
    color: #f19487;
  }
  .user-action__tooltip strong:before {
    background: #2b2f5a;
  }
  .user-action__link-item:hover, .user-action__link-item:focus {
    color: #f19487;
  }
  .user-action__link-item:hover:after, .user-action__link-item:focus:after {
    border-color: #f19487;
  }
}

