[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cropper-container img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 75%);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: " ";
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: " ";
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  /* display: flex;
  flex-direction: column;
  min-height: 100%; */
  margin: 0;
}

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

input, button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: inherit;
  text-transform: inherit;
}

textarea {
  resize: none;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

ul, li, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-left: var(--swiper-centered-offset-before);
}

[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

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

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

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  -webkit-font-feature-settings: normal, ;
          font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

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

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

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "PT Root UI";
  src: url(fonts/pt-root-ui_bold.woff2) format("woff2"), url(fonts/pt-root-ui_bold.woff) format("woff"), url(fonts/pt-root-ui_bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  src: url(fonts/pt-root-ui_medium.woff2) format("woff2"), url(fonts/pt-root-ui_medium.woff) format("woff"), url(fonts/pt-root-ui_medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  src: url(fonts/pt-root-ui_regular.woff2) format("woff2"), url(fonts/pt-root-ui_regular.woff) format("woff"), url(fonts/pt-root-ui_regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  src: url(fonts/pt-root-ui_light.woff2) format("woff2"), url(fonts/pt-root-ui_light.woff) format("woff"), url(fonts/pt-root-ui_light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "lg";
  src: url(fonts/lg.woff) format("woff"), url(fonts/lg.ttf) format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  z-index: 0;
  font-family: "PT Root UI";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#bx-panel-back {
  display: none !important;
}

.h-field {
  display: none;
}

.vc-body.is-overlay {
  overflow: hidden;
}
.vc-body.is-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 64, 94, 0.6);
}
.vc-body--wob {
  background-color: var(--vc-black);
}
.vc-body--yob {
  background-color: var(--vc-blue-dark);
}
.vc-body--fs14 {
  font-size: 14px;
}
.vc-body--fs14 * {
  font-size: 14px !important;
}
.vc-body--fs16 {
  font-size: 16px;
}
.vc-body--fs16 * {
  font-size: 16px !important;
}
.vc-body--fs18 {
  font-size: 18px;
}
.vc-body--fs18 * {
  font-size: 18px !important;
}
.vc-body--fs22 {
  font-size: 22px;
}
.vc-body--fs22 * {
  font-size: 22px !important;
}
.vc-body--fs24 {
  font-size: 24px;
}
.vc-body--fs24 * {
  font-size: 24px !important;
}
.vc-body--grayscale img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.vc-body--no-img img {
  display: none !important;
}

.vc-main {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f6fa;
}
.vc-main__hidden-container {
  position: fixed;
  bottom: 0;
  width: calc(100% - 280px);
  padding: 16px 16px 32px 16px;
  background-color: var(--vc-white);
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  z-index: 900;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .vc-main__hidden-container {
    width: 100%;
  }
}
.vc-main__hidden-container--active {
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.vc-main__hidden-container .vc-calendar {
  display: block;
  padding: 0;
  border-radius: 0px;
  height: auto;
}
.vc-main__hidden-title {
  height: 48px;
  color: var(--vc-black);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.vc-main__hidden-content {
  margin-top: 20px;
}
.vc-main__split {
  padding-left: 280px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .vc-main__split {
    display: block;
    padding-left: 0;
  }
}
.vc-main__content {
  padding-top: calc( 0.006772009 * 100vw + 61.1963882619px );
  padding-bottom: 80px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc(100vw - 280px);
}
@media (min-width: 1300px) {
  .vc-main__content {
    padding-top: 70px;
  }
}
@media (max-width: 414px) {
  .vc-main__content {
    padding-top: 64px;
  }
}
@media (max-width: 1023px) {
  .vc-main__content {
    padding-left: 0;
    border-left: none;
    padding-bottom: 100px;
    max-width: unset;
  }
}

.vc-center {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .vc-center {
    padding: 0 16px;
  }
}

.flatpickr-day.selected {
  background: var(--vc-primary);
}
.flatpickr-day.selected:hover {
  background: var(--vc-primary);
}

.flatpickr-day.today {
  border-color: var(--vc-primary);
}

.tablebodytext {
  display: none !important;
}

.vc-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 70px;
  padding-left: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d4dde3;
  background-color: var(--vc-white);
}
.vc-body--aside .vc-header {
  padding-right: 240px;
}
@media (max-width: 1023px) {
  .vc-body--aside .vc-header {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .vc-header {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .vc-header {
    height: 64px;
  }
  .vc-body--sidebar-open .vc-header {
    z-index: 1200;
    background-color: unset;
    border-color: var(--vc-transparent);
  }
}
.vc-header__logo {
  display: none;
}
@media (max-width: 1023px) {
  .vc-header__logo {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .vc-header__logo svg {
    display: block;
  }
  .vc-body--sidebar-open .vc-header__logo {
    opacity: 0;
    pointer-events: none;
  }
  .vc-header--search-open .vc-header__logo {
    width: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.vc-header__search {
  position: relative;
  max-width: 540px;
  width: 100%;
}
@media (max-width: 767px) {
  .vc-header__search {
    width: 0;
    overflow: hidden;
  }
  .vc-body--sidebar-open .vc-header__search {
    opacity: 0;
    pointer-events: none;
  }
  .vc-header--search-open .vc-header__search {
    width: 100%;
  }
}
.vc-header__search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vc-header__search-icon svg {
  display: block;
}
.vc-header__search-close {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 14px;
  display: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vc-header__search-close svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .vc-header__search-close {
    display: block;
  }
}
.vc-header__search-input {
  border-radius: 100px;
  border: 1px solid #d4dde3;
  font-size: calc( 0.0022573363 * 100vw + 13.065462754px );
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--vc-black);
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 12px;
  padding-left: 46px;
  width: 100%;
}
@media (min-width: 1300px) {
  .vc-header__search-input {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .vc-header__search-input {
    font-size: 14px;
  }
}
.vc-header__search-input::-webkit-input-placeholder {
  color: #788d98;
}
.vc-header__search-input::-moz-placeholder {
  color: #788d98;
}
.vc-header__search-input:-ms-input-placeholder {
  color: #788d98;
}
.vc-header__search-input::-ms-input-placeholder {
  color: #788d98;
}
.vc-header__search-input::placeholder {
  color: #788d98;
}
.vc-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.vc-header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  gap: 10px;
  grid-gap: calc( 0.0187969925 * 100vw + -14.4360902256px );
  gap: calc( 0.0187969925 * 100vw + -14.4360902256px );
}
@media (min-width: 1300px) {
  .vc-header__icons {
    grid-gap: 10px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .vc-header__icons {
    grid-gap: 0px;
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .vc-body--sidebar-open .vc-header__icons {
    opacity: 0;
    pointer-events: none;
  }
  .vc-header--search-open .vc-header__icons {
    width: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.vc-header__icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vc-header__icon svg {
  display: block;
}
.vc-header__icon svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-header__icon--search {
  display: none;
}
@media (max-width: 767px) {
  .vc-header__icon--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vc-header__icon[href]:hover svg path {
  stroke: var(--vc-black);
}
.vc-header__ava {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vc-header__ava {
    display: none;
  }
}
.vc-header__ava-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vc-header__burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 16px;
  width: 18px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .vc-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vc-header__burger-line {
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #788d98;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-body--sidebar-open .vc-header__burger-line:nth-child(1) {
  -webkit-transform: translateY(7px) rotateZ(135deg);
      -ms-transform: translateY(7px) rotate(135deg);
          transform: translateY(7px) rotateZ(135deg);
}
.vc-body--sidebar-open .vc-header__burger-line:nth-child(2) {
  opacity: 0;
}
.vc-body--sidebar-open .vc-header__burger-line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotateZ(-135deg);
      -ms-transform: translateY(-7px) rotate(-135deg);
          transform: translateY(-7px) rotateZ(-135deg);
}

.vc-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  z-index: 1100;
  background-color: #3A405E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .vc-sidebar {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .vc-body--sidebar-open .vc-sidebar {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .vc-sidebar {
    width: 100vw;
  }
}
.vc-sidebar__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 100%;
}
.vc-sidebar__logo svg {
  display: block;
}
@media (max-width: 767px) {
  .vc-sidebar__logo {
    height: 64px;
    opacity: 0;
  }
}
.vc-sidebar__menu {
  margin-top: 20px;
  padding: 0 20px;
}
.vc-sidebar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  gap: 10px;
  border-radius: 6px;
  padding: 4px 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-sidebar__link--active {
  background-color: rgba(0, 0, 0, 0.2);
}
.vc-sidebar__link:hover .vc-sidebar__link-title {
  color: var(--vc-white);
}
.vc-sidebar__link-icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vc-sidebar__link-icon svg {
  display: block;
}
.vc-sidebar__link-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #8e8fad;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-sidebar__link--active .vc-sidebar__link-title {
  color: var(--vc-white);
}
.vc-sidebar__link-count {
  border-radius: 100px;
  background-color: #2af399;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: var(--vc-black);
  padding: 4px 6px 3px;
  margin-left: auto;
}
.vc-sidebar__vit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  margin: auto 20px 0;
}
.vc-sidebar__vit svg {
  display: block;
}

.vc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 10px;
  gap: 10px;
  border-radius: 100px;
  background-color: #0d98fc;
  border: 1.5px solid #0d98fc;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--vc-white);
  cursor: pointer;
  text-decoration: none;
  padding: 0 24px;
  height: 44px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-btn:hover {
  background-color: #3DADFD;
  text-decoration: none;
}
.vc-btn:hover .vc-btn__title {
  color: #788d98;
}
.vc-btn:hover .vc-btn__icon svg path {
  stroke: #788d98;
}
.vc-btn:focus {
  color: #788d98;
  border-color: #788d98;
  text-decoration: none;
}
.vc-btn:focus .vc-btn__title {
  color: #788d98;
}
.vc-btn:focus .vc-btn__icon svg path {
  stroke: #788d98;
}
.vc-btn:active {
  text-decoration: none;
}
.vc-btn:active .vc-btn__title {
  color: #0d98fc;
}
.vc-btn--transparent {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--vc-white);
  color: #0d98fc;
  border-color: #0d98fc;
}
.vc-btn--transparent:hover {
  background-color: #0d98fc;
  color: var(--vc-white);
}
.vc-btn__icon {
  display: block;
}
.vc-btn__icon svg {
  display: block;
}
.vc-btn__icon svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.vc-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 368px;
          flex: 0 0 368px;
}
@media (max-width: 1279px) {
  .vc-aside {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.vc-aside__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  padding: 20px 25px 20px 15px;
  background: var(--vc-primary);
}
.vc-aside__info-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.vc-aside__info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--vc-white);
  border-radius: 100px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
.vc-aside__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vc-aside__info-item {
  padding-bottom: 10px;
}
.vc-aside__info-item:not(:first-child) {
  padding: 10px 0 0 0;
  margin-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.vc-aside__info-item-text {
  color: var(--vc-white);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.vc-aside__info-item-text--small {
  font-weight: 400;
}
.vc-aside__raitings {
  display: block;
}
@media (max-width: 767px) {
  .vc-aside__raitings {
    display: none;
  }
}

.vc-general {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin-bottom: calc( 0.0744920993 * 100vw + 3.1602708804px );
}
@media (min-width: 1300px) {
  .vc-general {
    margin-bottom: 100px;
  }
}
@media (max-width: 414px) {
  .vc-general {
    margin-bottom: 34px;
  }
}
.vc-general .simplebar-scrollbar {
  opacity: 0;
}
@media (max-width: 1279px) {
  .vc-general {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vc-general__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 31px;
}
@media (max-width: 1279px) {
  .vc-general__content {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.vc-general__raitings {
  display: none;
}
@media (max-width: 767px) {
  .vc-general__raitings {
    display: block;
  }
}
.vc-general__header {
  width: 100%;
}
.vc-general__notific-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: calc( 0.0191873589 * 100vw + 4.0564334086px );
  gap: calc( 0.0191873589 * 100vw + 4.0564334086px );
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
@media (min-width: 1300px) {
  .vc-general__notific-list {
    grid-gap: 29px;
    gap: 29px;
  }
}
@media (max-width: 414px) {
  .vc-general__notific-list {
    grid-gap: 12px;
    gap: 12px;
  }
}
@media (max-width: 1279px) {
  .vc-general__notific-list {
    margin-top: 16px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.vc-general__notific {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  height: calc( 0.0112866817 * 100vw + 65.3273137698px );
  background-color: var(--vc-white);
  overflow: hidden;
  padding: 10px 15px;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1300px) {
  .vc-general__notific {
    height: 80px;
  }
}
@media (max-width: 414px) {
  .vc-general__notific {
    height: 70px;
  }
}
.vc-general__notific:nth-child(2) .vc-general__notific-icon {
  background-color: #7579FF;
}
.vc-general__notific:nth-child(3) .vc-general__notific-icon {
  background-color: #A32EF0;
}
.vc-general__notific-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: calc( 0.0045146727 * 100vw + 14.1309255079px );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 100px;
  background-color: #0D98FC;
}
@media (min-width: 1300px) {
  .vc-general__notific-icon {
    margin-right: 20px;
  }
}
@media (max-width: 414px) {
  .vc-general__notific-icon {
    margin-right: 16px;
  }
}
.vc-general__notific-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.vc-general__notific-title {
  color: var(--vc-black);
  font-size: calc( 0.0056433409 * 100vw + 12.6636568849px );
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1300px) {
  .vc-general__notific-title {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .vc-general__notific-title {
    font-size: 15px;
  }
}
.vc-general__notific-title--blue {
  color: #0D98FC;
}
.vc-general__notific-subtitle {
  color: #788D98;
  font-size: calc( 0.0022573363 * 100vw + 13.065462754px );
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1300px) {
  .vc-general__notific-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .vc-general__notific-subtitle {
    font-size: 14px;
  }
}

.vc-page-title {
  font-size: calc( 0.0135440181 * 100vw + 22.3927765237px );
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: var(--vc-black);
  margin-top: calc( 0.0033860045 * 100vw + 21.5981941309px );
  margin-bottom: calc( 0.0033860045 * 100vw + 21.5981941309px );
}
@media (min-width: 1300px) {
  .vc-page-title {
    font-size: 40px;
  }
}
@media (max-width: 414px) {
  .vc-page-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .vc-page-title {
    margin-top: 26px;
  }
}
@media (max-width: 414px) {
  .vc-page-title {
    margin-top: 23px;
  }
}
@media (min-width: 1300px) {
  .vc-page-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 414px) {
  .vc-page-title {
    margin-bottom: 23px;
  }
}

.vc-form {
  width: 100%;
  position: relative;
}
.vc-form__date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .vc-form__date-wrapper {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vc-form__date-wrapper .vc-form__date {
    width: 100%;
  }
  .vc-form__date-wrapper .vc-form__date:not(:first-child) {
    margin-top: 16px;
  }
}
.vc-form__date {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.vc-form__date-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  left: 16px;
}
.vc-form__date-input {
  height: 50px;
  border-radius: 10px;
  border: 1px solid rgba(123, 141, 151, 0.4);
  background-color: var(--vc-white);
  width: 100%;
  padding: 10px 12px 10px 48px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  color: var(--vc-black);
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-form__date-title {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  color: #7b8d97;
  background-color: var(--vc-transparent);
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-form__stroke {
  margin: 0 12px;
}
@media (max-width: 767px) {
  .vc-form__stroke {
    display: none;
  }
}
.vc-form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc( 0.0033860045 * 100vw + 22.5981941309px );
}
@media (min-width: 1300px) {
  .vc-form__footer {
    margin-top: 27px;
  }
}
@media (max-width: 414px) {
  .vc-form__footer {
    margin-top: 24px;
  }
}
.vc-form__footer .vc-btn {
  width: 200px;
  height: calc( 0.006772009 * 100vw + 41.1963882619px );
}
@media (min-width: 1300px) {
  .vc-form__footer .vc-btn {
    height: 50px;
  }
}
@media (max-width: 414px) {
  .vc-form__footer .vc-btn {
    height: 44px;
  }
}
@media (max-width: 767px) {
  .vc-form__footer .vc-btn {
    width: 100%;
  }
}
.vc-form__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vc-form__input-wrapper:not(:first-child) {
  margin-top: 18px;
}
.vc-form__input {
  margin-top: 12px;
  font-size: calc( 0.0022573363 * 100vw + 13.065462754px );
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: var(--vc-black);
  border-radius: 10px;
  border: 1.5px solid #d4dde3;
  padding: 12px 16px;
  height: 50px;
  width: 100%;
  min-height: 70px;
  outline: none;
}
@media (min-width: 1300px) {
  .vc-form__input {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .vc-form__input {
    font-size: 14px;
  }
}
.vc-form__input-title {
  color: #788D98;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.vc-form__submit-wrapper {
  margin-top: 18px;
}
.vc-form__submit-wrapper .vc-btn {
  width: 100%;
  border-radius: 10px;
  height: 50px;
}

.vc-input {
  font-size: calc( 0.0022573363 * 100vw + 13.065462754px );
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  color: var(--vc-black);
  border-radius: 10px;
  border: 1.5px solid #d4dde3;
  padding-right: 16px;
  padding-left: 16px;
  height: 50px;
  width: 100%;
}
@media (min-width: 1300px) {
  .vc-input {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .vc-input {
    font-size: 14px;
  }
}
.vc-input::-webkit-input-placeholder {
  color: #788d98;
}
.vc-input::-moz-placeholder {
  color: #788d98;
}
.vc-input:-ms-input-placeholder {
  color: #788d98;
}
.vc-input::-ms-input-placeholder {
  color: #788d98;
}
.vc-input::placeholder {
  color: #788d98;
}
.vc-input--pl50 {
  padding-left: 50px;
}

.vc-select {
  position: relative;
  height: 50px;
  width: 100%;
}
.vc-select--on-top {
  z-index: 200;
}
.vc-select__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 16px;
  padding-left: 16px;
  height: 50px;
  border-radius: 10px;
  border: 1.5px solid #d4dde3;
  background-color: var(--vc-white);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-select--open .vc-select__header {
  border-color: #0d98fc;
}
.vc-select__title {
  font-size: calc( 0.0011286682 * 100vw + 14.532731377px );
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  color: #788d98;
}
@media (min-width: 1300px) {
  .vc-select__title {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .vc-select__title {
    font-size: 15px;
  }
}
.vc-select--selected .vc-select__title {
  color: var(--vc-black);
}
.vc-select__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-select__arrow svg {
  display: block;
}
.vc-select--open .vc-select__arrow {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.vc-select__list {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  max-height: 200px;
  background-color: var(--vc-white);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-select--open .vc-select__list {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
.vc-select--animating .vc-select__list {
  z-index: 100;
}
.vc-select__item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  color: var(--vc-black);
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  cursor: pointer;
}
.vc-select__item--selected {
  background-color: #cfeafe;
}
.vc-select__item:hover {
  background-color: #f5f6fa;
}

.vc-preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: progress;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-preloader::after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-top: 4px solid var(--vc-primary);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.vc-preloader--active {
  z-index: 10000;
  opacity: 1;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.vc-visits {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vc-visits__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc( 0.0225733634 * 100vw + 70.6546275395px );
  color: var(--vc-black);
  font-size: calc( 0.0045146727 * 100vw + 26.1309255079px );
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1300px) {
  .vc-visits__header-title {
    height: 100px;
  }
}
@media (max-width: 414px) {
  .vc-visits__header-title {
    height: 80px;
  }
}
@media (min-width: 1300px) {
  .vc-visits__header-title {
    font-size: 32px;
  }
}
@media (max-width: 414px) {
  .vc-visits__header-title {
    font-size: 28px;
  }
}
.vc-visits__main {
  margin-top: calc( 0.0180586907 * 100vw + 16.5237020316px );
}
@media (min-width: 1300px) {
  .vc-visits__main {
    margin-top: 40px;
  }
}
@media (max-width: 414px) {
  .vc-visits__main {
    margin-top: 24px;
  }
}
.vc-visits__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: calc( 0.0158013544 * 100vw + 9.4582392777px );
}
@media (min-width: 1300px) {
  .vc-visits__container {
    grid-gap: 30px;
  }
}
@media (max-width: 414px) {
  .vc-visits__container {
    grid-gap: 16px;
  }
}
@media (max-width: 1023px) {
  .vc-visits__container {
    grid-template-columns: 1fr;
  }
}
.vc-visits__section {
  background-color: var(--vc-white);
  overflow: hidden;
  border-radius: 24px;
}
.vc-visits__section:nth-child(2) .vc-visits__section-ellipse {
  background-color: #2AF399;
}
.vc-visits__section:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 3;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: calc( 0.0158013544 * 100vw + 9.4582392777px );
  padding-right: calc( 0.0158013544 * 100vw + 9.4582392777px );
  display: grid;
  grid-template-columns: 46% auto;
  grid-gap: 30px;
}
@media (min-width: 1300px) {
  .vc-visits__section:nth-child(3) {
    padding-left: 30px;
  }
}
@media (max-width: 414px) {
  .vc-visits__section:nth-child(3) {
    padding-left: 16px;
  }
}
@media (min-width: 1300px) {
  .vc-visits__section:nth-child(3) {
    padding-right: 30px;
  }
}
@media (max-width: 414px) {
  .vc-visits__section:nth-child(3) {
    padding-right: 16px;
  }
}
@media (max-width: 1599px) {
  .vc-visits__section:nth-child(3) {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1023px) {
  .vc-visits__section:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.vc-visits__section:nth-child(3) .vc-visits__section-main {
  padding: 0;
}
.vc-visits__section:nth-child(3) .vc-visits__section-header {
  border: 0;
  padding: 0 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .vc-visits__section:nth-child(3) .vc-visits__section-header {
    padding: 0;
  }
}
.vc-visits__section:nth-child(3) .vc-select {
  margin-left: 10px;
}
.vc-visits__section-header {
  padding: 8px 24px;
  border-bottom: 1px solid #F5F6FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
.vc-visits__section-header .vc-select {
  height: calc( 0.0045146727 * 100vw + 34.1309255079px );
}
@media (min-width: 1300px) {
  .vc-visits__section-header .vc-select {
    height: 40px;
  }
}
@media (max-width: 414px) {
  .vc-visits__section-header .vc-select {
    height: 36px;
  }
}
.vc-visits__section-header .vc-select__arrow {
  margin-left: 12px;
}
.vc-visits__section-header .vc-select__header {
  height: 100%;
}
.vc-visits__section-header .vc-select__title {
  color: var(--vc-black);
}
.vc-visits__section-ellipse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  background-color: #0D98FC;
  overflow: hidden;
  border-radius: 100px;
  margin-right: 10px;
}
.vc-visits__select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-visits__section-title {
  color: var(--vc-black);
  font-size: calc( 0.0045146727 * 100vw + 16.1309255079px );
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}
@media (min-width: 1300px) {
  .vc-visits__section-title {
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  .vc-visits__section-title {
    font-size: 18px;
  }
}
.vc-visits__section-main {
  position: relative;
  padding: 0 20px 10px 24px;
}
.vc-visits__section-main svg {
  display: block;
  width: 100%;
  height: 100%;
}
.vc-visits__section-table:nth-child(2) {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #D4DDE3;
}
@media (max-width: 1599px) {
  .vc-visits__section-table:nth-child(2) {
    display: none;
  }
}
.vc-visits__section-table:nth-child(2) .vc-visits__section-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-visits__section-table:nth-child(2) .vc-table__header {
  margin: 0 10px;
}

.vc-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(58, 64, 94, 0.6);
  opacity: 0;
  pointer-events: none;
}
.vc-statements .vc-modal, .vc-visit .vc-modal {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.vc-modal--active {
  opacity: 1;
  pointer-events: all;
}
.vc-modal--active .vc-modal__container {
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.vc-modal__container {
  position: relative;
  -webkit-transform: translateY(100vh);
      -ms-transform: translateY(100vh);
          transform: translateY(100vh);
  width: 100%;
  height: 100%;
  max-width: 834px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  max-height: 100vh;
  overflow: auto;
  background-color: var(--vc-white);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.vc-modal__container::-webkit-scrollbar {
  width: 0 !important;
}
.vc-statements .vc-modal__container, .vc-visit .vc-modal__container {
  height: auto;
  border-radius: 24px 24px 0 0;
}
.vc-visit .vc-modal__container {
  padding-bottom: 24px;
}
.vc-modal__close-wrapper {
  position: absolute;
  top: 16px;
  right: 25px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .vc-statements .vc-modal__close-wrapper {
    display: none;
  }
}
.vc-modal__close {
  cursor: pointer;
}
.vc-modal__close svg {
  display: block;
}
.vc-modal__header {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.vc-visit .vc-modal__header {
  height: 70px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.vc-modal__title {
  color: var(--vc-black);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
}
.vc-modal__list .vc-table__section-header {
  height: calc( -0.0045146727 * 100vw + 61.8690744921px );
  padding: 10px 0;
  grid-gap: 12px;
  gap: 12px;
  width: 100%;
}
@media (min-width: 1300px) {
  .vc-modal__list .vc-table__section-header {
    height: 56px;
  }
}
@media (max-width: 414px) {
  .vc-modal__list .vc-table__section-header {
    height: 60px;
  }
}
.vc-modal__list .vc-table__main-item {
  font-size: calc( 0.0033860045 * 100vw + 11.5981941309px );
  font-weight: 500;
  line-height: 1.2;
  white-space: unset;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
@media (min-width: 1300px) {
  .vc-modal__list .vc-table__main-item {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .vc-modal__list .vc-table__main-item {
    font-size: 13px;
  }
}
.vc-modal__list .vc-table__main-item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.vc-modal__list .vc-table__main-item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: var(--vc-black);
}
.vc-modal__list .vc-table__main-item:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}
.vc-modal__list .vc-table__service {
  padding: 15px 12px;
}
.vc-modal__list .vc-table__service-header {
  grid-template-columns: 20px auto auto;
  grid-gap: 10px;
}
.vc-modal__list .vc-table__service-footer {
  margin-top: 12px;
  padding: 0 0 0 30px;
}

.vc-calendar {
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  padding: 16px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--vc-white);
}
@media (max-width: 1279px) {
  .vc-calendar {
    display: none;
  }
}
.vc-calendar__main {
  margin-top: 20px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vc-calendar__main td {
  cursor: pointer;
}
.vc-calendar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vc-calendar__arrow, .vc-calendar__arrow-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: rgba(13, 152, 252, 0.2);
}
.vc-calendar__arrow-reverse svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.vc-calendar__title {
  color: var(--vc-black);
  font-size: 16px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.vc-calendar table {
  width: 100%;
  height: 100%;
  border-spacing: 15.5px 0;
  border-collapse: separate;
}
.vc-calendar tr th {
  text-align: center;
  color: var(--vc-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  opacity: 0.5;
  max-width: 30px;
}
.vc-calendar__day {
  color: var(--vc-black);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  overflow: hidden;
}
.vc-calendar__day--active {
  background-color: #0D98FC;
  color: var(--vc-white);
}

.vc-schedule__header {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vc-schedule__header-text {
  color: #788D98;
  font-size: calc( 0.006772009 * 100vw + 15.1963882619px );
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 1300px) {
  .vc-schedule__header-text {
    font-size: 24px;
  }
}
@media (max-width: 414px) {
  .vc-schedule__header-text {
    font-size: 18px;
  }
}
.vc-schedule__header-icon {
  display: none;
}
@media (max-width: 1279px) {
  .vc-schedule__header-icon {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 40px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.vc-schedule__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: calc( 0.0248306998 * 100vw + 7.7200902935px );
  gap: calc( 0.0248306998 * 100vw + 7.7200902935px );
}
@media (min-width: 1300px) {
  .vc-schedule__filters {
    grid-gap: 40px;
    gap: 40px;
  }
}
@media (max-width: 414px) {
  .vc-schedule__filters {
    grid-gap: 18px;
    gap: 18px;
  }
}
@media (max-width: 1600px) {
  .vc-schedule__filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vc-schedule__filter-select {
  min-width: 280px;
}
.vc-schedule__filter-select .vc-select__title {
  color: var(--vc-black);
}
@media (max-width: 1600px) {
  .vc-schedule__filter-select {
    width: 100%;
  }
}
.vc-schedule__filter-header {
  width: 100%;
}
.vc-schedule__filter-list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 700px;
          flex: 0 1 700px;
  border-radius: 8px;
  background: rgba(120, 141, 152, 0.1);
}
.vc-schedule__filter-list .vc-tabs__tab--active {
  border-radius: 8px;
  background-color: var(--vc-white);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1600px) {
  .vc-schedule__filter-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
}
.vc-schedule__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  overflow: hidden;
  border-radius: 8px;
  padding: 5px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 140px;
          flex: 1 1 140px;
}
@media (max-width: 1600px) {
  .vc-schedule__filter {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.vc-schedule__filter-text {
  overflow: hidden;
  color: var(--vc-black);
  white-space: nowrap;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.28;
}
.vc-schedule__filter-count {
  color: #788D98;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
}
.vc-schedule__filter-count--purple {
  color: #A32EF0;
}
.vc-schedule__filter-count--blue {
  color: #0D98FC;
}
.vc-schedule__main {
  margin-top: calc( -0.0045146727 * 100vw + 25.8690744921px );
}
@media (min-width: 1300px) {
  .vc-schedule__main {
    margin-top: 20px;
  }
}
@media (max-width: 414px) {
  .vc-schedule__main {
    margin-top: 24px;
  }
}
.vc-schedule__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: calc( 0.0158013544 * 100vw + 9.4582392777px );
}
@media (min-width: 1300px) {
  .vc-schedule__list {
    grid-column-gap: 30px;
  }
}
@media (max-width: 414px) {
  .vc-schedule__list {
    grid-column-gap: 16px;
  }
}
@media (max-width: 1800px) {
  .vc-schedule__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1599px) {
  .vc-schedule__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023px) {
  .vc-schedule__list {
    grid-column-gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vc-schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--vc-white);
  overflow: hidden;
  padding: 15px 10px 10px 10px;
  border-radius: 16px;
  height: 180px;
}
.vc-schedule__item--transfered .vc-schedule__item-status {
  background: rgba(163, 46, 240, 0.2);
}
.vc-schedule__item--transfered .vc-schedule__item-status .vc-schedule__item-text {
  color: #A32EF0;
}
.vc-schedule__item--future .vc-schedule__item-period {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 10px;
  gap: 10px;
  background-color: rgba(13, 152, 252, 0.2);
}
.vc-schedule__item--process .vc-schedule__item-period {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 10px;
  gap: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(13%, #AAFAD6), color-stop(0%, #EEFEF7));
  background: -o-linear-gradient(left, #AAFAD6 13%, #EEFEF7 0%);
  background: linear-gradient(to right, #AAFAD6 13%, #EEFEF7 0%);
}
.vc-schedule__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vc-schedule__item-text {
  color: #788D98;
  font-size: calc( -0.0011286682 * 100vw + 15.467268623px );
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 1300px) {
  .vc-schedule__item-text {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .vc-schedule__item-text {
    font-size: 15px;
  }
}
.vc-schedule__item-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #F5F6FA;
  padding: 4px 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vc-schedule__item-time {
  color: #788D98;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.vc-schedule__item-time--bold {
  color: var(--vc-black);
  font-weight: 700;
}
.vc-schedule__item-status {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  padding: 4px 8px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #F5F6FA;
}
.vc-schedule__item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4px;
}
.vc-schedule__item-icon svg {
  display: block;
  width: 100%;
}
.vc-schedule__item-footer {
  overflow: hidden;
  border-radius: 8px;
  background: #F5F6FA;
  margin-top: 10px;
  padding: 5px 10px;
}
.vc-schedule__item-main {
  overflow: hidden;
  border-radius: 8px;
  background: #F5F6FA;
  margin-top: auto;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vc-schedule__item-ava {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 100px;
}
.vc-schedule__item-ava-img {
  width: 100%;
  height: 100%;
}
.vc-schedule__item-add-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vc-schedule__item-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  overflow: hidden;
  border: 1.5px solid #0D98FC;
}

.vc-tabs__tab {
  cursor: pointer;
  position: relative;
  color: #7B8D97;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-tabs__tab--active {
  color: var(--vc-black);
}
.vc-tabs__content {
  display: none;
}
.vc-tabs__content--active {
  display: block;
}

.vc-alert {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  left: 0;
  width: calc(100% - 280px);
  height: 80px;
  margin-left: 280px;
  padding: 14px 40px 14px 40px;
  background-color: #0D98FC;
}
@media (max-width: 1023px) {
  .vc-alert {
    padding: 10px 16px 10px 16px;
    width: 100%;
    margin: 0;
  }
}
.vc-alert__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 50px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .vc-alert__info {
    margin: 0;
  }
}
.vc-alert__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 4px;
  gap: 4px;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .vc-alert__main {
    grid-gap: 0;
    gap: 0;
  }
}
.vc-alert__title {
  color: var(--vc-white);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.vc-alert__subtitle {
  overflow: hidden;
  color: var(--vc-white);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
}
.vc-alert__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: var(--vc-white);
  border-radius: 100px;
  margin-right: calc( 0.0045146727 * 100vw + 14.1309255079px );
}
@media (min-width: 1300px) {
  .vc-alert__icon {
    margin-right: 20px;
  }
}
@media (max-width: 414px) {
  .vc-alert__icon {
    margin-right: 16px;
  }
}
.vc-alert__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  gap: 10px;
}
@media (max-width: 1023px) {
  .vc-alert__arrows {
    display: none;
  }
}
.vc-alert__confirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  gap: 30px;
}
.vc-alert__confirmation-text {
  color: var(--vc-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.vc-alert__arrow--disabled {
  opacity: 0.2;
}

.vc-services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: calc( 0.0203160271 * 100vw + 3.5891647856px );
  overflow: hidden;
}
@media (min-width: 1300px) {
  .vc-services {
    grid-gap: 30px;
  }
}
@media (max-width: 414px) {
  .vc-services {
    grid-gap: 12px;
  }
}
.vc-services__item {
  height: 80px;
  padding: 10px 15px;
  background-color: var(--vc-white);
  overflow: hidden;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 210px;
}
.vc-services__item:nth-child(3n) .vc-services__item-icon {
  background-color: var(--vc-primary);
}
.vc-services__item:nth-child(4n) .vc-services__item-icon {
  background-color: #A32EF0;
}
.vc-services__item:nth-child(5n) .vc-services__item-icon {
  background-color: #2AF399;
}
.vc-services__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 100px;
  background-color: #0D98FC;
}
.vc-services__item-title {
  color: #788D98;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.vc-services__item-count {
  color: var(--vc-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4px;
}

.vc-table--month .vc-table__main-section {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1599px) {
  .vc-table--month {
    display: none;
  }
}
.vc-table--month .vc-table__header {
  padding: 15px 0 15px 14px;
}
.vc-table--month .vc-table__header-item:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
}
.vc-table--month .vc-table__header-item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.vc-table--month .vc-table__header-item:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.vc-table--month .vc-table__header-item:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc( 0.0342857143 * 100vw + 92.8571428571px );
      flex-basis: calc( 0.0342857143 * 100vw + 92.8571428571px );
}
@media (min-width: 1900px) {
  .vc-table--month .vc-table__header-item:nth-child(4) {
    -ms-flex-preferred-size: 158px;
        flex-basis: 158px;
  }
}
@media (max-width: 1200px) {
  .vc-table--month .vc-table__header-item:nth-child(4) {
    -ms-flex-preferred-size: 134px;
        flex-basis: 134px;
  }
}
.vc-table--month .vc-table__section-header {
  padding: 10px 0;
}
.vc-table__main-section--open .vc-table--month .vc-table__section-header {
  padding-bottom: 0;
}
.vc-table--month .vc-table__main-section .vc-table__main-item {
  color: var(--vc-black);
  font-size: 14px;
  white-space: pre-wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
.vc-table--month .vc-table__main-section .vc-table__main-item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.vc-table--month .vc-table__main-section .vc-table__main-item:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-preferred-size: calc( 0.0166666667 * 100vw + 63.3333333333px );
      flex-basis: calc( 0.0166666667 * 100vw + 63.3333333333px );
}
@media (min-width: 1900px) {
  .vc-table--month .vc-table__main-section .vc-table__main-item:nth-child(3) {
    -ms-flex-preferred-size: 95px;
        flex-basis: 95px;
  }
}
@media (max-width: 1600px) {
  .vc-table--month .vc-table__main-section .vc-table__main-item:nth-child(3) {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
  }
}
.vc-table--month .vc-table__main-section .vc-table__main-item:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}
.vc-table__header {
  height: 40px;
  background-color: #F5F6FA;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: calc( 0.02 * 100vw + -14px );
}
@media (min-width: 1900px) {
  .vc-table__header {
    grid-gap: 24px;
  }
}
@media (max-width: 1200px) {
  .vc-table__header {
    grid-gap: 10px;
  }
}
[dir="ltr"] .vc-table__header-item{
  text-align: left;
}
[dir="rtl"] .vc-table__header-item{
  text-align: right;
}
.vc-table__header-item {
  color: #788D98;
  font-size: calc( 0.0011286682 * 100vw + 12.532731377px );
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 120px;
          flex: 1 1 120px;
  white-space: normal;
}
@media (min-width: 1300px) {
  .vc-table__header-item {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .vc-table__header-item {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .vc-table__header-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
}
.vc-table__header-item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 140px;
          flex: 1 1 140px;
}
@media (max-width: 767px) {
  .vc-table__header-item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
}
.vc-table__header-item:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
}
@media (max-width: 767px) {
  .vc-table__header-item:nth-child(3) {
    display: none;
  }
}
.vc-table__header-item:nth-child(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
}
@media (max-width: 767px) {
  .vc-table__header-item:nth-child(4) {
    display: none;
  }
}
.vc-table__header-item:nth-child(5) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 114px;
          flex: 1 1 114px;
}
@media (max-width: 767px) {
  .vc-table__header-item:nth-child(5) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    text-align: right;
  }
}
.vc-table__main {
  margin-top: 15px;
}
.vc-table__main-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-table__main-section:not(:last-child) {
  border-bottom: 1px solid #F5F6FA;
}
.vc-table__main-section--open {
  padding-bottom: calc( 0.0112866817 * 100vw + -4.6726862302px );
}
@media (min-width: 1300px) {
  .vc-table__main-section--open {
    padding-bottom: 10px;
  }
}
@media (max-width: 414px) {
  .vc-table__main-section--open {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .vc-table__main-section--active .vc-table__section-header {
    background-color: #E7F5FF;
  }
}
.vc-table__section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  grid-gap: calc( 0.02 * 100vw + -14px );
  padding-top: calc( -0.0028571429 * 100vw + 15.4285714286px );
  padding-right: calc( 0.0042857143 * 100vw + 6.8571428571px );
  padding-bottom: calc( 0.0057142857 * 100vw + -0.8571428571px );
  padding-left: calc( 0.0042857143 * 100vw + 6.8571428571px );
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  height: 56px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--vc-white);
}
@media (min-width: 1900px) {
  .vc-table__section-header {
    grid-gap: 24px;
  }
}
@media (max-width: 1200px) {
  .vc-table__section-header {
    grid-gap: 10px;
  }
}
@media (min-width: 1900px) {
  .vc-table__section-header {
    padding-top: 10px;
  }
}
@media (max-width: 1200px) {
  .vc-table__section-header {
    padding-top: 12px;
  }
}
@media (min-width: 1900px) {
  .vc-table__section-header {
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .vc-table__section-header {
    padding-right: 12px;
  }
}
@media (min-width: 1900px) {
  .vc-table__section-header {
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .vc-table__section-header {
    padding-bottom: 6px;
  }
}
@media (min-width: 1900px) {
  .vc-table__section-header {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .vc-table__section-header {
    padding-left: 12px;
  }
}
.vc-table__section-main {
  max-width: 1014px;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-table__section-footer {
  display: none;
  padding: 8px 12px 12px;
  grid-gap: 7px;
  gap: 7px;
}
@media (max-width: 767px) {
  .vc-table__section-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vc-table__footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  color: #0D98FC;
  background-color: #E7F5FF;
  overflow: hidden;
  border-radius: 8px;
}
.vc-table__footer-item:nth-child(2) {
  background-color: rgba(117, 121, 255, 0.2);
  color: var(--vc-primary);
}
.vc-table__main-item {
  color: var(--vc-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 120px;
          flex: 1 1 120px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .vc-table__main-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
}
.vc-table__main-item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 140px;
          flex: 1 1 140px;
}
@media (max-width: 767px) {
  .vc-table__main-item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
}
.vc-table__main-item:nth-child(3) {
  color: #0D98FC;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
}
@media (max-width: 767px) {
  .vc-table__main-item:nth-child(3) {
    display: none;
  }
}
.vc-table__main-item:nth-child(4) {
  color: var(--vc-primary);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
}
@media (max-width: 767px) {
  .vc-table__main-item:nth-child(4) {
    display: none;
  }
}
.vc-table__main-item:nth-child(5) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 114px;
          flex: 1 1 114px;
}
@media (max-width: 767px) {
  .vc-table__main-item:nth-child(5) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
}
.vc-table__main-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-table__main-item-dynamic {
  color: var(--vc-black);
  font-size: calc( 0.0011286682 * 100vw + 12.532731377px );
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 24px;
  background: #AAFAD6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: calc( 0.0045146727 * 100vw + 6.1309255079px );
  padding-left: calc( 0.0045146727 * 100vw + 6.1309255079px );
  margin-left: calc( 0.0135440181 * 100vw + 2.3927765237px );
  height: 26px;
}
@media (min-width: 1300px) {
  .vc-table__main-item-dynamic {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .vc-table__main-item-dynamic {
    font-size: 13px;
  }
}
@media (min-width: 1300px) {
  .vc-table__main-item-dynamic {
    padding-right: 12px;
  }
}
@media (max-width: 414px) {
  .vc-table__main-item-dynamic {
    padding-right: 8px;
  }
}
@media (min-width: 1300px) {
  .vc-table__main-item-dynamic {
    padding-left: 12px;
  }
}
@media (max-width: 414px) {
  .vc-table__main-item-dynamic {
    padding-left: 8px;
  }
}
@media (min-width: 1300px) {
  .vc-table__main-item-dynamic {
    margin-left: 20px;
  }
}
@media (max-width: 414px) {
  .vc-table__main-item-dynamic {
    margin-left: 8px;
  }
}
.vc-table__main-item-dynamic--red {
  background-color: #FF8F8F;
}
.vc-table__main-item-dynamic svg {
  margin-right: 10px;
  width: 7px;
  height: 7px;
}
.vc-table__text {
  color: var(--vc-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.vc-table__text--small {
  font-size: 14px;
  color: #788D98;
}
.vc-table__service {
  overflow: hidden;
  padding: 15px 20px;
  background-color: #E7F5FF;
  margin-top: 1px;
}
.vc-table__service:first-child {
  border-radius: 15px 15px 0 0;
  margin-top: 0;
}
.vc-table__service:last-child {
  border-radius: 0 0 15px 15px;
}
.vc-table__service-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 38px;
  grid-gap: 10px;
}
.vc-table__service-text {
  color: var(--vc-black);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.vc-table__service-text--bold {
  font-size: 13px;
  font-weight: 500;
}
.vc-table__service-text:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
.vc-table__service-text:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.vc-table__service-text:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc( 0.0466666667 * 100vw + 35.3333333333px );
      flex-basis: calc( 0.0466666667 * 100vw + 35.3333333333px );
}
@media (min-width: 1900px) {
  .vc-table__service-text:nth-child(3) {
    -ms-flex-preferred-size: 124px;
        flex-basis: 124px;
  }
}
@media (max-width: 1600px) {
  .vc-table__service-text:nth-child(3) {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
  }
}
.vc-table__service-text:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.vc-table__service-text-wrapper {
  text-align: right;
}
.vc-table__service-footer {
  margin-top: 15px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  gap: 10px;
}
.vc-table__service-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  height: 36px;
  background-color: var(--vc-white);
  overflow: hidden;
  border-radius: 6px;
}
.vc-table__service-doc-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.vc-table__service-doc-title {
  color: #0094F5;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.vc-table__section-title {
  color: var(--vc-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0 0 12px;
}
.vc-table__section-container {
  border-radius: 15px;
  background: #F5F6FA;
}
.vc-table__section-container:not(:first-child) {
  margin-top: 4px;
}
.vc-table__section-container:nth-child(2) .vc-table__section-title {
  color: #A32EF0;
}
.vc-table__section-container:nth-child(3) .vc-table__section-title {
  color: #0D98FC;
}

.vc-directions {
  width: 100%;
}
.vc-directions__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc( -0.0225733634 * 100vw + 129.3453724605px );
  grid-gap: calc( 0.0316027088 * 100vw + -1.0835214447px );
  gap: calc( 0.0316027088 * 100vw + -1.0835214447px );
}
@media (min-width: 1300px) {
  .vc-directions__header {
    height: 100px;
  }
}
@media (max-width: 414px) {
  .vc-directions__header {
    height: 120px;
  }
}
@media (min-width: 1300px) {
  .vc-directions__header {
    grid-gap: 40px;
    gap: 40px;
  }
}
@media (max-width: 414px) {
  .vc-directions__header {
    grid-gap: 12px;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .vc-directions__header {
    padding: 23px 24px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.vc-directions__header-title {
  color: var(---vc-black);
  font-size: calc( 0.0045146727 * 100vw + 26.1309255079px );
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1300px) {
  .vc-directions__header-title {
    font-size: 32px;
  }
}
@media (max-width: 414px) {
  .vc-directions__header-title {
    font-size: 28px;
  }
}
.vc-directions__header-subtitle {
  color: #788D98;
  font-size: calc( 0.0090293454 * 100vw + 12.2618510158px );
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1300px) {
  .vc-directions__header-subtitle {
    font-size: 24px;
  }
}
@media (max-width: 414px) {
  .vc-directions__header-subtitle {
    font-size: 16px;
  }
}
.vc-directions__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: calc( 0.0203160271 * 100vw + 3.5891647856px );
  gap: calc( 0.0203160271 * 100vw + 3.5891647856px );
  overflow: hidden;
}
@media (min-width: 1300px) {
  .vc-directions__total {
    grid-gap: 30px;
    gap: 30px;
  }
}
@media (max-width: 414px) {
  .vc-directions__total {
    grid-gap: 12px;
    gap: 12px;
  }
}
.vc-directions__total-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc( 0.0225733634 * 100vw + 90.6546275395px );
  overflow: hidden;
  border-radius: 16px;
  min-width: 270px;
  background-color: var(--vc-white);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: calc( 0.0158013544 * 100vw + 9.4582392777px );
  padding-left: calc( 0.006772009 * 100vw + 21.1963882619px );
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}
@media (min-width: 1300px) {
  .vc-directions__total-item {
    height: 120px;
  }
}
@media (max-width: 414px) {
  .vc-directions__total-item {
    height: 100px;
  }
}
@media (min-width: 1300px) {
  .vc-directions__total-item {
    padding-right: 30px;
  }
}
@media (max-width: 414px) {
  .vc-directions__total-item {
    padding-right: 16px;
  }
}
@media (min-width: 1300px) {
  .vc-directions__total-item {
    padding-left: 30px;
  }
}
@media (max-width: 414px) {
  .vc-directions__total-item {
    padding-left: 24px;
  }
}
.vc-directions__total-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  height: calc( 0.0112866817 * 100vw + 75.3273137698px );
  width: calc( 0.0112866817 * 100vw + 75.3273137698px );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1300px) {
  .vc-directions__total-icon {
    height: 90px;
  }
}
@media (max-width: 414px) {
  .vc-directions__total-icon {
    height: 80px;
  }
}
@media (min-width: 1300px) {
  .vc-directions__total-icon {
    width: 90px;
  }
}
@media (max-width: 414px) {
  .vc-directions__total-icon {
    width: 80px;
  }
}
.vc-directions__total-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.vc-directions__total-title {
  color: var(--vc-black);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.vc-directions__main {
  margin-top: calc( 0.0079006772 * 100vw + 29.7291196388px );
}
@media (min-width: 1300px) {
  .vc-directions__main {
    margin-top: 40px;
  }
}
@media (max-width: 414px) {
  .vc-directions__main {
    margin-top: 33px;
  }
}
.vc-directions__section {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: calc( 0.0158013544 * 100vw + 9.4582392777px );
  padding-left: calc( 0.0158013544 * 100vw + 9.4582392777px );
  background-color: var(--vc-white);
  overflow: hidden;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 46% auto;
  grid-gap: calc( 0.0158013544 * 100vw + 9.4582392777px );
}
@media (min-width: 1300px) {
  .vc-directions__section {
    padding-right: 30px;
  }
}
@media (max-width: 414px) {
  .vc-directions__section {
    padding-right: 16px;
  }
}
@media (min-width: 1300px) {
  .vc-directions__section {
    padding-left: 30px;
  }
}
@media (max-width: 414px) {
  .vc-directions__section {
    padding-left: 16px;
  }
}
@media (min-width: 1300px) {
  .vc-directions__section {
    grid-gap: 30px;
  }
}
@media (max-width: 414px) {
  .vc-directions__section {
    grid-gap: 16px;
  }
}
@media (max-width: 1599px) {
  .vc-directions__section {
    grid-template-columns: 1fr;
  }
}
.vc-directions__section-header {
  padding: 0 10px;
  border-bottom: 1px solid #F5F6FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .vc-directions__section-header {
    padding-left: 0;
  }
}
.vc-directions__section-header .vc-select {
  height: calc( 0.0045146727 * 100vw + 34.1309255079px );
}
@media (min-width: 1300px) {
  .vc-directions__section-header .vc-select {
    height: 40px;
  }
}
@media (max-width: 414px) {
  .vc-directions__section-header .vc-select {
    height: 36px;
  }
}
.vc-directions__section-header .vc-select__arrow {
  margin-left: 12px;
}
.vc-directions__section-header .vc-select__header {
  height: 100%;
}
.vc-directions__section-header .vc-select__title {
  color: var(--vc-black);
}
.vc-directions__select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.vc-directions__section-title {
  color: var(--vc-black);
  font-size: calc( 0.0045146727 * 100vw + 16.1309255079px );
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
  margin-right: 10px;
}
@media (min-width: 1300px) {
  .vc-directions__section-title {
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  .vc-directions__section-title {
    font-size: 18px;
  }
}
.vc-directions__section-main .vc-table__main-section {
  padding: 12px;
}
@media (min-width: 768px) {
  .vc-directions__section-main .vc-table__main-section {
    padding: 0;
    height: 60px;
  }
}
.vc-directions__section-table:nth-child(2) {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #D4DDE3;
}
@media (max-width: 1599px) {
  .vc-directions__section-table:nth-child(2) {
    display: none;
  }
}
.vc-directions__section-table:nth-child(2) .vc-directions__section-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-directions__section-table:nth-child(2) .vc-table__header {
  margin: 0 10px;
}
.vc-directions .vc-main__content .vc-table--month .vc-table__main {
  padding: 0 20px;
}
.vc-directions .vc-main__content .vc-table--month .vc-table__header {
  grid-gap: calc( 0.0135440181 * 100vw + 6.3927765237px );
  padding-left: 15px;
}
@media (min-width: 1300px) {
  .vc-directions .vc-main__content .vc-table--month .vc-table__header {
    grid-gap: 24px;
  }
}
@media (max-width: 414px) {
  .vc-directions .vc-main__content .vc-table--month .vc-table__header {
    grid-gap: 12px;
  }
}
.vc-directions .vc-main__content .vc-table--month .vc-table__header-item:first-child {
  padding: 0;
}
.vc-directions .vc-main__content .vc-table--month .vc-table__section-header {
  grid-gap: calc( 0.0135440181 * 100vw + 6.3927765237px );
}
@media (min-width: 1300px) {
  .vc-directions .vc-main__content .vc-table--month .vc-table__section-header {
    grid-gap: 24px;
  }
}
@media (max-width: 414px) {
  .vc-directions .vc-main__content .vc-table--month .vc-table__section-header {
    grid-gap: 12px;
  }
}
.vc-directions .vc-main__content .vc-table--month .vc-table__main-section {
  height: auto;
}
.vc-directions .vc-main__content .vc-table--month .vc-table__main-item:first-child {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
.vc-directions .vc-main__content .vc-table__main-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
@media (max-width: 767px) {
  .vc-directions .vc-main__content .vc-table__main-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.vc-directions .vc-main__content .vc-table__main-item:first-child {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .vc-directions .vc-main__content .vc-table__main-item:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .vc-directions .vc-main__content .vc-table__main-item:nth-child(2) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.vc-directions .vc-main__content .vc-table__main-item:nth-child(3) .vc-table__text {
  color: var(--vc-primary);
}
@media (max-width: 767px) {
  .vc-directions .vc-main__content .vc-table__main-item:nth-child(3) {
    display: none;
  }
}
.vc-directions .vc-main__content .vc-table__main-item:nth-child(4) .vc-table__text {
  color: #A32EF0;
}
@media (max-width: 767px) {
  .vc-directions .vc-main__content .vc-table__main-item:nth-child(4) {
    display: none;
  }
}
.vc-directions .vc-main__content .vc-table__main-item:nth-child(5) .vc-table__text {
  color: #0D98FC;
}
@media (max-width: 767px) {
  .vc-directions .vc-main__content .vc-table__main-item:nth-child(5) {
    display: none;
  }
}
.vc-directions .vc-main__content .vc-table__main-item:nth-child(n) .vc-table__text--small {
  color: #788D98;
}
.vc-directions .vc-table__header {
  padding: 10px 0;
  grid-gap: calc( 0.0090293454 * 100vw + 8.2618510158px );
  gap: calc( 0.0090293454 * 100vw + 8.2618510158px );
}
@media (min-width: 1300px) {
  .vc-directions .vc-table__header {
    grid-gap: 20px;
    gap: 20px;
  }
}
@media (max-width: 414px) {
  .vc-directions .vc-table__header {
    grid-gap: 12px;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .vc-directions .vc-table__header {
    padding: 10px 15px;
    height: 44px;
  }
}
.vc-directions .vc-table__header-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
@media (max-width: 767px) {
  .vc-directions .vc-table__header-item {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
  }
  .vc-directions .vc-table__header-item:nth-child(1) {
    display: none;
  }
  .vc-directions .vc-table__header-item:nth-child(2) {
    display: none;
  }
}
.vc-directions .vc-table__header-item:first-child {
  padding-left: 15px;
}
.vc-directions .vc-main__content .vc-table__section-header {
  padding: 10px 0;
  grid-gap: 20px;
  gap: 20px;
}
@media (max-width: 767px) {
  .vc-directions .vc-main__content .vc-table__section-header {
    height: auto;
    border-radius: 0;
    padding: 0;
  }
}
.vc-directions .vc-table__section-footer {
  padding: 0;
  margin-top: 16px;
}
.vc-directions .vc-table__service {
  background-color: inherit;
  margin-top: 0;
}
.vc-directions .vc-table__service:not(:last-child) {
  border-bottom: 1px solid var(--vc-white);
}
.vc-directions .vc-table__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  gap: 10px;
}
.vc-directions .vc-table__footer-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  background: rgba(117, 121, 255, 0.05);
  overflow: hidden;
  padding: 6px;
}
.vc-directions .vc-table__footer-item .vc-table__text {
  color: var(--vc-primary);
}
.vc-directions .vc-table__footer-item .vc-table__text--small {
  color: #788D98;
}
.vc-directions .vc-table__footer-item:nth-child(2) {
  background: rgba(163, 46, 240, 0.05);
}
.vc-directions .vc-table__footer-item:nth-child(2) .vc-table__text {
  color: #A32EF0;
}
.vc-directions .vc-table__footer-item:nth-child(2) .vc-table__text--small {
  color: #788D98;
}
.vc-directions .vc-table__footer-item:nth-child(3) {
  background: rgba(231, 245, 255, 0.5);
}
.vc-directions .vc-table__footer-item:nth-child(3) .vc-table__text {
  color: #0D98FC;
}
.vc-directions .vc-table__footer-item:nth-child(3) .vc-table__text--small {
  color: #788D98;
}
@media (max-width: 767px) {
  .vc-directions .vc-table__service-doc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.vc-statements {
  position: relative;
  width: 100%;
}
.vc-statements .vc-modal__header {
  height: 70px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.vc-statements__add {
  position: fixed;
  bottom: 14px;
  right: 14px;
  display: none;
}
@media (max-width: 1280px) {
  .vc-statements__add {
    display: block;
  }
}
.vc-statements__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc( 0.0225733634 * 100vw + 70.6546275395px );
}
@media (min-width: 1300px) {
  .vc-statements__header {
    height: 100px;
  }
}
@media (max-width: 414px) {
  .vc-statements__header {
    height: 80px;
  }
}
.vc-statements__header-title {
  color: var(--vc-black);
  font-size: calc( 0.0045146727 * 100vw + 26.1309255079px );
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1300px) {
  .vc-statements__header-title {
    font-size: 32px;
  }
}
@media (max-width: 414px) {
  .vc-statements__header-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .vc-statements__main {
    margin-top: 16px;
  }
}
.vc-statements__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vc-statements__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 980px;
          flex: 1 1 980px;
}
.vc-statements__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .vc-statements__filters {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.vc-statements__search {
  max-width: 500px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .vc-statements__search {
    width: 100%;
    max-width: unset;
  }
}
.vc-statements__tabs {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(120, 141, 152, 0.1);
}
.vc-statements__tabs .vc-tabs__tab--active {
  background-color: var(--vc-white);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .vc-statements__tabs {
    height: 44px;
    margin: 18px 0 0;
    width: 100%;
  }
}
.vc-statements__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  padding: 5px 10px;
  width: calc( 0.0327868852 * 100vw + 57.7049180328px );
  height: 100%;
}
@media (min-width: 1900px) {
  .vc-statements__tab {
    width: 120px;
  }
}
@media (max-width: 1290px) {
  .vc-statements__tab {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .vc-statements__tab {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
  }
}
.vc-statements__tab-text {
  overflow: hidden;
  color: var(--vc-black);
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.vc-statements__tab-count {
  overflow: hidden;
  color: #788D98;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
}
.vc-statements__list {
  margin-top: calc( 0.0112866817 * 100vw + 19.3273137698px );
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1300px) {
  .vc-statements__list {
    margin-top: 34px;
  }
}
@media (max-width: 414px) {
  .vc-statements__list {
    margin-top: 24px;
  }
}
.vc-statements__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--vc-white);
  overflow: hidden;
  height: 50px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
}
.vc-statements__item:not(:first-child) {
  margin-top: calc( -0.0022573363 * 100vw + 12.934537246px );
}
@media (min-width: 1300px) {
  .vc-statements__item:not(:first-child) {
    margin-top: 10px;
  }
}
@media (max-width: 414px) {
  .vc-statements__item:not(:first-child) {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .vc-statements__item {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
}
.vc-statements__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
.vc-statements__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  color: var(--vc-black);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .vc-statements__item-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%;
  }
}
.vc-statements__item-period, .vc-statements__item-count {
  overflow: hidden;
  color: #788D98;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .vc-statements__item-period, .vc-statements__item-count {
    margin: 12px 0 0;
  }
}
.vc-statements__item-count {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
}
@media (max-width: 767px) {
  .vc-statements__item-count {
    margin: 6px 0 0;
  }
}
.vc-statements__new {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
  margin-left: calc( 0.0983606557 * 100vw + -106.8852459016px );
  overflow: hidden;
  border-radius: 24px;
  background-color: var(--vc-white);
}
@media (min-width: 1900px) {
  .vc-statements__new {
    margin-left: 80px;
  }
}
@media (max-width: 1290px) {
  .vc-statements__new {
    margin-left: 20px;
  }
}
.vc-modal .vc-statements__new {
  margin: 0;
}
@media (max-width: 1280px) {
  .vc-statements__new {
    display: none;
    border-radius: 0;
  }
  .vc-modal .vc-statements__new {
    display: block;
  }
}
.vc-statements__new-header {
  height: 60px;
  border-bottom: 1px solid #F5F6FA;
  padding: 8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-modal .vc-statements__new-header {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .vc-statements__new-header {
    border-bottom: 0px solid var(--vc-transparent);
    height: 70px;
    padding: 8px 0;
  }
}
.vc-statements__ellipse {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .vc-statements__ellipse {
    display: none;
  }
}
.vc-statements__ellipse svg {
  display: block;
}
.vc-statements__new-title {
  font-size: calc( 0.0022573363 * 100vw + 19.065462754px );
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45;
}
@media (min-width: 1300px) {
  .vc-statements__new-title {
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  .vc-statements__new-title {
    font-size: 20px;
  }
}
.vc-statements__form {
  padding: 30px 24px;
}
@media (max-width: 767px) {
  .vc-statements__form {
    padding: 0;
  }
}

.vc-search__wrapper {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-search__icon {
  position: absolute;
  left: 15px;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vc-search__icon svg {
  display: block;
  width: 100%;
}
.vc-search__input {
  padding: 12px 15px 12px 43px;
  background-color: var(--vc-white);
  border-radius: 10px;
  border: 1px solid #D4DDE3;
  height: 40px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.43;
  color: var(--vc-black);
}
.vc-search__input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.43;
  color: #a5adbd;
}
.vc-search__input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.43;
  color: #a5adbd;
}
.vc-search__input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.43;
  color: #a5adbd;
}
.vc-search__input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.43;
  color: #a5adbd;
}
.vc-search__input::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.43;
  color: #a5adbd;
}

.vc-visit {
  width: 100%;
}
.vc-visit .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0;
}
.vc-visit__main-container {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.vc-visit__main-container::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  .vc-visit__main-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.vc-visit__main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .vc-visit__main-wrapper .vc-visit__menu-content {
    display: none;
  }
  .vc-visit__main-wrapper .vc-visit__menu-content--active {
    display: block;
  }
}
.vc-visit__header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .vc-visit__header {
    height: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.vc-visit__title {
  color: var(--vc-black);
  font-size: calc( 0.006772009 * 100vw + 23.1963882619px );
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}
@media (min-width: 1300px) {
  .vc-visit__title {
    font-size: 32px;
  }
}
@media (max-width: 414px) {
  .vc-visit__title {
    font-size: 26px;
  }
}
.vc-visit__status {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 40px;
}
.vc-modal .vc-visit__status {
  display: block;
}
@media (max-width: 767px) {
  .vc-visit__status {
    display: none;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.vc-visit__status--mob {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  overflow: hidden;
  color: var(--vc-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  display: none;
  border-radius: 10px;
  border: 1px solid #D4DDE3;
  height: 40px;
  padding: 10px 24px;
}
@media (max-width: 767px) {
  .vc-visit__status--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vc-visit__status-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
  gap: 15px;
  height: 70px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #D4DDE3;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc-modal .vc-visit__status-list {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 24px 20px 12px 20px;
  grid-gap: 0;
  gap: 0;
}
.vc-modal .vc-visit__status-list .vc-visit__status-item {
  border-left: 0px solid var(--vc-transparent);
}
.vc-visit__status-list:hover {
  background-color: var(--vc-white);
}
.vc-visit__status-item {
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vc-modal .vc-visit__status-item {
  height: 90px;
  padding: 0;
}
.vc-modal .vc-visit__status-item:not(:last-child) {
  border-bottom: 1px solid #D4DDE3;
}
.vc-visit__status-item:not(:first-child) {
  border-left: 1px solid #D4DDE3;
}
.vc-visit__status-item-header {
  color: #788D98;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.vc-visit__status-item-footer {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.vc-visit__status-ellipse {
  margin-right: 10px;
}
.vc-visit__status-time {
  color: #788D98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc( 0.0090293454 * 100vw + 28.2618510158px );
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 1300px) {
  .vc-visit__status-time {
    font-size: 40px;
  }
}
@media (max-width: 414px) {
  .vc-visit__status-time {
    font-size: 32px;
  }
}
.vc-modal .vc-visit__status-time {
  height: 50px;
}
.vc-visit__avatar {
  width: 500px;
  margin: 80px 0 0 66px;
}
@media (max-width: 767px) {
  .vc-visit__avatar {
    width: 100%;
    margin: 0;
  }
}
.vc-visit__history {
  width: 367px;
  margin: 20px 0 0 96px;
}
@media (max-width: 767px) {
  .vc-visit__history {
    width: 100%;
    margin: 0;
  }
}
.vc-visit__checkup {
  width: 540px;
  margin: 20px 0 0 40px;
}
@media (max-width: 767px) {
  .vc-visit__checkup {
    width: 100%;
    margin: 24px 0 0;
  }
}
.vc-visit__checkup-header {
  height: 60px;
  padding: 10px 0;
  color: var(--vc-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .vc-visit__checkup-header {
    display: none;
  }
}
.vc-visit__checkup-form {
  background-color: var(--vc-white);
  padding: 16px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.vc-visit__checkup-record {
  position: absolute;
  right: 0;
  top: 45%;
}
.vc-visit__menu {
  display: none;
  width: 100%;
  overflow: hidden;
  padding-left: 12px;
  height: 44px;
}
@media (max-width: 767px) {
  .vc-visit__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vc-visit__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 5px 12px;
  color: #788D98;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}
.vc-visit__menu-item--active {
  color: var(--vc-black);
  border-bottom: 2px solid #2AF399;
}

.vc-leftbar {
  height: calc(100vh - 190px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 398px;
          flex: 0 0 398px;
  padding-right: 31px;
}
@media (max-width: 1379px) {
  .vc-leftbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .vc-leftbar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0;
    margin-top: 24px;
  }
}
.vc-leftbar__title {
  height: 60px;
  color: var(--vc-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .vc-leftbar__title {
    display: none;
  }
}
.vc-leftbar__content-wrapper {
  height: 100%;
}
.vc-leftbar__content {
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vc-leftbar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background: var(--vc-white);
}
.vc-leftbar__item:first-child {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: calc( -0.0045146727 * 100vw + 25.8690744921px );
  padding-bottom: calc( 0.0045146727 * 100vw + 14.1309255079px );
}
@media (min-width: 1300px) {
  .vc-leftbar__item:first-child {
    padding-top: 20px;
  }
}
@media (max-width: 414px) {
  .vc-leftbar__item:first-child {
    padding-top: 24px;
  }
}
@media (min-width: 1300px) {
  .vc-leftbar__item:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 414px) {
  .vc-leftbar__item:first-child {
    padding-bottom: 16px;
  }
}
.vc-leftbar__item:first-child .vc-leftbar__item-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.vc-leftbar__item:first-child .vc-leftbar__item-image {
  margin: 0;
  width: 80px;
  height: 80px;
}
.vc-leftbar__item:first-child .vc-leftbar__item-content {
  margin-top: 20px;
}
.vc-leftbar__item:first-child .vc-leftbar__item-text {
  text-align: center;
  font-size: 16px;
}
.vc-leftbar__item:first-child .vc-leftbar__item-text--small {
  font-size: 14px;
}
.vc-leftbar__item:not(:first-child) {
  margin-top: 15px;
}
.vc-leftbar__button {
  margin-top: 15px;
}
.vc-leftbar__button .vc-btn {
  border: 0px solid var(--vc-transparent);
  height: 50px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#A32EF0), to(#7579FF));
  background: -o-linear-gradient(left, #A32EF0 0%, #7579FF 100%);
  background: linear-gradient(90deg, #A32EF0 0%, #7579FF 100%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: unset;
}
.vc-leftbar__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  border-bottom: 1px solid #F5F6FA;
}
.vc-leftbar__item-header-icon {
  margin-right: 10px;
  height: 18px;
  width: 18px;
}
.vc-leftbar__item-header-icon svg {
  display: block;
}
.vc-leftbar__item-ellipse {
  margin-right: 10px;
}
.vc-leftbar__item-ellipse svg {
  display: block;
}
.vc-leftbar__item-main {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-leftbar__item-image {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 100px;
  margin-right: 15px;
}
.vc-leftbar__item-image-img {
  width: 100%;
  height: 100%;
}
.vc-leftbar__item-icon {
  margin-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  background: #E7F5FF;
}
.vc-leftbar__item-text {
  color: var(--vc-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.vc-leftbar__item-text--small {
  font-size: 13px;
  color: #788D98;
  margin-top: 6px;
}
.vc-leftbar__tablets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.vc-leftbar__tablet {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  padding: 10px 0;
  border-radius: 10px;
  border: 1px solid #F5F6FA;
}
.vc-leftbar__tablet-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}
.vc-leftbar__tablet-image-img {
  height: 100%;
}
.vc-leftbar__tablet-name {
  color: var(--vc-black);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}
.vc-leftbar__item-footer {
  margin-top: 25px;
}
.vc-leftbar__item-btn:not(:first-child) {
  margin-top: 10px;
}
.vc-leftbar__item-btn .vc-btn {
  height: 50px;
  border-radius: 10px;
}

.vc-history {
  height: calc(100vh - 190px);
}
@media (max-width: 767px) {
  .vc-history {
    height: auto;
    margin-top: 24px;
  }
}
.vc-history__content-wrapper {
  height: 100%;
}
.vc-history__header {
  height: 60px;
  padding: 10px 0;
  color: var(--vc-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .vc-history__header {
    display: none;
  }
}
.vc-history__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.vc-history__list--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vc-history__item {
  padding: 10px 16px;
  overflow: hidden;
  background-color: var(--vc-white);
  border-radius: 20px;
  width: 100%;
}
.vc-history__item:not(:first-child) {
  margin-top: 20px;
}
.vc-history__item[data-name=analyzes] .vc-history__item-icon {
  background-color: #E3E4FF;
}
.vc-history__item[data-name=analyzes] .vc-history__item-ellipse svg, .vc-history__item[data-name=analyzes] .vc-history__item-ellipse circle {
  fill: var(--vc-primary);
}
.vc-history__item[data-name=research] .vc-history__item-ellipse svg, .vc-history__item[data-name=research] .vc-history__item-ellipse circle {
  fill: #A32EF0;
}
.vc-history__item[data-name=research] .vc-history__item-icon {
  background-color: #F0D3FC;
}
.vc-history__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.vc-history__arrow ~ .vc-history__item {
  margin-top: 5px;
}
.vc-history__item-image {
  padding: 10px 0;
}
.vc-history__item-image-img {
  display: block;
  width: 100%;
  height: 100%;
}
.vc-history__item-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #F5F6FA;
}
.vc-history__item-header-part {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-history__item-ellipse {
  margin-right: 8px;
}
.vc-history__item-title {
  color: var(--vc-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.vc-history__item-main {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-history__item-footer {
  margin-top: 12px;
}
.vc-history__item-footer svg {
  display: block;
}
.vc-history__item-footer .vc-btn {
  border-radius: 8px;
  border: 0px solid var(--vc-transparent);
  background: rgba(13, 152, 252, 0.1);
  height: 40px;
  color: #0D98FC;
  font-size: 13px;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 500;
  line-height: normal;
}
.vc-history__item-text {
  color: var(--vc-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.vc-history__item-text--small {
  color: #7B8D97;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.vc-history__item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.vc-history__item-doctor {
  height: 48px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.vc-history__item-doctor-img {
  height: 100%;
}
.vc-history__item-icon {
  margin-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 100px;
  background: rgba(13, 152, 252, 0.1);
}

@media (max-width: 767px) {
  .vc-avatar {
    margin-top: 20px;
  }
}
.vc-avatar__switcher {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.vc-avatar__switcher svg {
  width: 100%;
  height: 100%;
}
.vc-avatar__switcher svg circle {
  cursor: pointer;
}
.vc-avatar__switcher svg .vc-avatar__item--active circle {
  fill: var(--vc-white);
  stroke: #0D98FC;
}
.vc-avatar__switcher--active {
  opacity: 1;
  z-index: 5;
}
.vc-avatar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 10px;
  gap: 10px;
}
.vc-avatar__header .vc-tabs__tab--active {
  background-color: #3A405E;
  color: var(--vc-white);
}
.vc-avatar__header .vc-tabs__tab--active .vc-avatar__header-ellipse svg, .vc-avatar__header .vc-tabs__tab--active .vc-avatar__header-ellipse circle {
  fill: #2AF399;
}
.vc-avatar__header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  overflow: hidden;
  border-radius: 100px;
  color: #3A405E;
  height: calc( -0.0045146727 * 100vw + 41.8690744921px );
}
@media (min-width: 1300px) {
  .vc-avatar__header-item {
    height: 36px;
  }
}
@media (max-width: 414px) {
  .vc-avatar__header-item {
    height: 40px;
  }
}
.vc-avatar__header-ellipse {
  margin-right: 8px;
}
.vc-avatar__header-ellipse svg {
  display: block;
}
.vc-avatar__main-wrapper {
  margin-top: 27px;
}
.vc-avatar__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vc-avatar__main-image-img {
  width: 100%;
}
.vc-avatar__main-image-img svg {
  width: 100%;
  height: 100%;
}
.vc-avatar__indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: calc( 0.0293453725 * 100vw + 1.8510158014px );
  gap: calc( 0.0293453725 * 100vw + 1.8510158014px );
}
@media (min-width: 1300px) {
  .vc-avatar__indicators {
    grid-gap: 40px;
    gap: 40px;
  }
}
@media (max-width: 414px) {
  .vc-avatar__indicators {
    grid-gap: 14px;
    gap: 14px;
  }
}
.vc-avatar__indicator-image {
  width: calc( 0.0316027088 * 100vw + 158.9164785553px );
  height: calc( 0.0316027088 * 100vw + 158.9164785553px );
}
@media (min-width: 1300px) {
  .vc-avatar__indicator-image {
    width: 200px;
  }
}
@media (max-width: 414px) {
  .vc-avatar__indicator-image {
    width: 172px;
  }
}
@media (min-width: 1300px) {
  .vc-avatar__indicator-image {
    height: 200px;
  }
}
@media (max-width: 414px) {
  .vc-avatar__indicator-image {
    height: 172px;
  }
}
.vc-avatar__indicator-image-img {
  width: 100%;
  height: 100%;
}

.vc-raitings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .vc-raitings {
    margin-top: 24px;
  }
}
.vc-raitings__raiting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(165, 173, 189, 0.3);
  background: var(--vc-white);
  padding: 16px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
.vc-raitings__raiting:not(:first-child) {
  margin-top: 10px;
}
.vc-raitings__raiting-name {
  width: 157.5px;
}
.vc-raitings__raiting-name svg {
  display: block;
}
.vc-raitings__raiting-name-img {
  width: 100%;
}
.vc-raitings__raiting-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vc-raitings__raiting-count {
  color: var(--vc-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0.3;
  margin-right: 8px;
}
.vc-raitings__raiting-stars {
  width: 98px;
}
.vc-raitings__raiting-stars svg {
  display: block;
}
.vc-raitings__raiting-stars-img {
  width: 100%;
}
