

/* Start:/local/templates/vc-personal/assets/css/app.css?1754497155388671*/
[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.6.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:44:17.565Z
 */

.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 {
    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, 0.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 */html{line-height:1.15;-webkit-text-size-adjust:100%}*,*::after,*::before{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}input,button{padding:0;margin:0;background-color:transparent;border:0;outline:0;font-size:inherit;text-transform:inherit}textarea{resize:none}h1{font-size:2em;margin:0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;text-decoration:none}ul,li,ol{list-style:none;padding:0;margin:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;padding:0;border-radius:0;-webkit-appearance:none}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@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;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;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;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.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;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}.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: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: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: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:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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-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:.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}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;left:0;width:100%}.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;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;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;transition:200ms transform,200ms right;transition:200ms transform,200ms right,200ms -webkit-transform}.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}.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}.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)}}.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;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;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-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:.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;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:"GothamPro";src:url(/local/templates/vc-personal/assets/css/fonts/gothampro_black.woff2) format("woff2"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_black.woff) format("woff"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_black.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:"GothamPro";src:url(/local/templates/vc-personal/assets/css/fonts/gothampro_blackitalic.woff2) format("woff2"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_blackitalic.woff) format("woff"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_blackitalic.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:"GothamPro";src:url(/local/templates/vc-personal/assets/css/fonts/gothampro_bold.woff2) format("woff2"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_bold.woff) format("woff"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"GothamPro";src:url(/local/templates/vc-personal/assets/css/fonts/gothampro_bolditalic.woff2) format("woff2"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_bolditalic.woff) format("woff"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_bolditalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"GothamPro";src:url(/local/templates/vc-personal/assets/css/fonts/gothampro_medium.woff2) format("woff2"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_medium.woff) format("woff"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"GothamPro";src:url(/local/templates/vc-personal/assets/css/fonts/gothampro_mediumitalic.woff2) format("woff2"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_mediumitalic.woff) format("woff"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_mediumitalic.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:"GothamPro";src:url(/local/templates/vc-personal/assets/css/fonts/gothampro.woff2) format("woff2"),url(/local/templates/vc-personal/assets/css/fonts/gothampro.woff) format("woff"),url(/local/templates/vc-personal/assets/css/fonts/gothampro.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"GothamPro";src:url(/local/templates/vc-personal/assets/css/fonts/gothampro_italic.woff2) format("woff2"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_italic.woff) format("woff"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"GothamPro";src:url(/local/templates/vc-personal/assets/css/fonts/gothampro_light.woff2) format("woff2"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_light.woff) format("woff"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"GothamPro";src:url(/local/templates/vc-personal/assets/css/fonts/gothampro_lightitalic.woff2) format("woff2"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_lightitalic.woff) format("woff"),url(/local/templates/vc-personal/assets/css/fonts/gothampro_lightitalic.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:"lg";src:url(/local/templates/vc-personal/assets/css/fonts/lg.woff) format("woff"),url(/local/templates/vc-personal/assets/css/fonts/lg.ttf) format("truetype")}html{scroll-behavior:smooth}body{position:relative;z-index:0;font-family:"GothamPro";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}#bx-panel-back{display:none !important}.h-field{display:none}.vc-body--wob{background-color:#000}.vc-body--yob{background-color:#0079e9}.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{padding-top:calc( 0.0451467269 * 100vw + 42.309255079px );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}@media(min-width: 1300px){.vc-main{padding-top:101px}}@media(max-width: 414px){.vc-main{padding-top:61px}}.vc-main__title-wrapper{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}@media(max-width: 500px){.vc-main__title-wrapper{display:block}}.vc-main__split{display:grid;grid-template-columns:304px auto}@media(max-width: 1023px){.vc-main__split{display:block}}.vc-body--burger .vc-main__split{display:block}.vc-body--full-width .vc-main>.vc-center{padding:0;max-width:unset}.vc-main__content{position:relative;padding-top:48px;padding-left:24px;padding-bottom:calc( 0.0338600451 * 100vw + 65.9819413093px );border-left:1px solid rgba(0,0,0,.1);max-width:100%;overflow:hidden}@media(min-width: 1300px){.vc-main__content{padding-bottom:110px}}@media(max-width: 414px){.vc-main__content{padding-bottom:80px}}@media(max-width: 1023px){.vc-main__content{padding-left:0;border-left:none;overflow:visible}}.vc-body--burger .vc-main__content{padding-left:0;border-left:none;overflow:visible;padding-top:0}.vc-vit{display:-webkit-box;display:-ms-flexbox;display:flex}.vc-vit svg{display:block}.vc-vit svg path{-webkit-transition:.3s;transition:.3s}.vc-vit svg:hover path{fill:#00ffa5}.vc-center{width:100%;max-width:1332px;padding:0 36px;margin:0 auto}.vc-center--1046{max-width:1118px}@media(max-width: 767px){.vc-center{padding:0 20px}}.flatpickr-day.selected{background:#009aff}.flatpickr-day.selected:hover{background:#009aff}.flatpickr-day.today{border-color:#0079e9}.tablebodytext{display:none !important}.vc-header{position:fixed;top:0;left:0;z-index:900;width:100%;border-bottom:1px solid rgba(0,0,0,.1);background-color:#fff}.vc-header__content{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:8px 0 0;height:calc( 0.0451467269 * 100vw + 42.309255079px )}@media(min-width: 1300px){.vc-header__content{height:101px}}@media(max-width: 414px){.vc-header__content{height:61px}}.vc-header__logo-wrapper{width:304px;-ms-flex-negative:0;flex-shrink:0}@media(max-width: 1023px){.vc-header__logo-wrapper{width:auto}}.vc-header__logo{width:calc( 0.0665914221 * 100vw + 100.4311512415px );display:block}@media(min-width: 1300px){.vc-header__logo{width:187px}}@media(max-width: 414px){.vc-header__logo{width:128px}}.vc-header__logo svg{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.vc-header__main{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vc-header__phone{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:500;font-style:normal;line-height:normal;letter-spacing:.0625em;color:#000;margin-left:24px;text-decoration:none;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-header__phone{font-size:16px}}@media(max-width: 414px){.vc-header__phone{font-size:14px}}.vc-header__phone:visited{color:#000;text-decoration:none}.vc-header__phone:hover{color:#009aff;text-decoration:none}.vc-header__phone:focus{color:#009aff;text-decoration:none}.vc-header__phone:active{color:#000;text-decoration:none}@media(max-width: 1023px){.vc-header__phone{display:none}}@media(min-width: 768px){.vc-header__accounts a:hover .vc-header__accounts-item-title{color:#0094f5}.vc-header__accounts a:hover .vc-header__accounts-item-subtitle{color:#0094f5}}.vc-header__accounts-item{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:300px;padding:12px 0}.vc-header__accounts-item--active .vc-header__accounts-item-icon{background-color:#64e1ba}.vc-header__accounts-item--active .vc-header__accounts-item-title{font-weight:500}.vc-header__accounts-item--main .vc-header__accounts-item-subtitle{color:#64e1ba}.vc-header__accounts-item-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vc-header__accounts-item-title{color:#3c3c3b;font-size:15px;font-style:normal;font-weight:400;line-height:1.06;letter-spacing:.3px;margin-bottom:8px;-webkit-transition:.3s;transition:.3s}.vc-header__accounts-item-subtitle{color:#9aa2b3;font-size:14px;font-style:normal;font-weight:400;line-height:1.14;letter-spacing:.28px;-webkit-transition:.3s;transition:.3s}.vc-header__accounts-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:18px;height:18px;background-color:#eff0f1;border-radius:50%;margin-left:13px;-ms-flex-negative:0;flex-shrink:0}.vc-header__account-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;margin-left:auto}.vc-header__account{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px;padding:16px 0;cursor:pointer}@media(max-width: 767px){.vc-header__account[\:has\(.vc-header__accounts\)]{position:static}.vc-header__account:has(.vc-header__accounts){position:static}}.vc-header__account:hover .vc-header__account-menu{opacity:1;pointer-events:all}.vc-header__account:hover .vc-header__account-name{color:#000}.vc-header__account:hover .vc-header__account-arrow svg{opacity:1}.vc-header__account-icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc( 0.0180586907 * 100vw + 24.5237020316px );height:calc( 0.0180586907 * 100vw + 24.5237020316px );border-radius:50%;overflow:hidden}@media(min-width: 1300px){.vc-header__account-icon{width:48px}}@media(max-width: 414px){.vc-header__account-icon{width:32px}}@media(min-width: 1300px){.vc-header__account-icon{height:48px}}@media(max-width: 414px){.vc-header__account-icon{height:32px}}.vc-header__account-icon-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vc-header__account-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}@media(max-width: 1023px){.vc-header__account-title{display:none}}.vc-body--burger .vc-header__account-title{display:none}.vc-header__account-name{font-size:14px;font-weight:400;font-style:normal;line-height:1;color:rgba(0,0,0,.4);-webkit-transition:.3s;transition:.3s}.vc-header__account-arrow svg{display:block;opacity:.4;-webkit-transition:.3s;transition:.3s}.vc-header__account-arrow svg path{stroke:#000}@media(max-width: 1023px){.vc-header__account-arrow{display:none}}.vc-body--burger .vc-header__account-arrow{display:none}.vc-header__account-menu{position:absolute;top:calc(100% - 4px);right:0;min-width:100%;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:32px;gap:32px;background-color:#fff;padding:24px 32px;border-radius:4px;-webkit-box-shadow:0px 3px 6px 0px rgba(0,0,0,.12);box-shadow:0px 3px 6px 0px rgba(0,0,0,.12);-webkit-transition:.3s;transition:.3s;opacity:0;pointer-events:none}.vc-header__account-menu-item{display:block;font-size:16px;font-style:normal;font-weight:400;line-height:1;color:#000;white-space:nowrap;text-decoration:none;-webkit-transition:.3s;transition:.3s}.vc-header__account-menu-item:visited{color:#000;text-decoration:none}.vc-header__account-menu-item:hover{color:#009aff;text-decoration:none}.vc-header__account-menu-item:focus{color:#009aff;text-decoration:none}.vc-header__account-menu-item:active{color:#000;text-decoration:none}.vc-header__bonuses-wrapper{margin-right:calc( 0.0248306998 * 100vw + -2.2799097065px )}@media(min-width: 1300px){.vc-header__bonuses-wrapper{margin-right:30px}}@media(max-width: 414px){.vc-header__bonuses-wrapper{margin-right:8px}}@media(max-width: 767px){.vc-header__bonuses-wrapper{display:none}}.vc-header__cart{width:calc( 0.0180586907 * 100vw + 24.5237020316px );height:calc( 0.0180586907 * 100vw + 24.5237020316px );border-radius:50%;background-color:rgba(0,154,255,.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}@media(min-width: 1300px){.vc-header__cart{width:48px}}@media(max-width: 414px){.vc-header__cart{width:32px}}@media(min-width: 1300px){.vc-header__cart{height:48px}}@media(max-width: 414px){.vc-header__cart{height:32px}}.vc-header__cart-icon{position:relative;width:calc( 0.0135440181 * 100vw + 14.3927765237px );height:calc( 0.0135440181 * 100vw + 14.3927765237px )}@media(min-width: 1300px){.vc-header__cart-icon{width:32px}}@media(max-width: 414px){.vc-header__cart-icon{width:20px}}@media(min-width: 1300px){.vc-header__cart-icon{height:32px}}@media(max-width: 414px){.vc-header__cart-icon{height:20px}}.vc-header__cart-icon svg{display:block;width:inherit;height:auto}.vc-header__cart-count{position:absolute;top:-7px;right:-8px;height:calc( 0.0045146727 * 100vw + 14.1309255079px );min-width:calc( 0.0045146727 * 100vw + 14.1309255079px );padding-right:calc( 0.0033860045 * 100vw + 2.5981941309px );padding-left:calc( 0.0033860045 * 100vw + 2.5981941309px );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;border-radius:10px;background-color:#64e1ba;font-size:12px;font-style:normal;font-weight:400;line-height:normal;color:#3c3c3b}@media(min-width: 1300px){.vc-header__cart-count{height:20px}}@media(max-width: 414px){.vc-header__cart-count{height:16px}}@media(min-width: 1300px){.vc-header__cart-count{min-width:20px}}@media(max-width: 414px){.vc-header__cart-count{min-width:16px}}@media(min-width: 1300px){.vc-header__cart-count{padding-right:7px}}@media(max-width: 414px){.vc-header__cart-count{padding-right:4px}}@media(min-width: 1300px){.vc-header__cart-count{padding-left:7px}}@media(max-width: 414px){.vc-header__cart-count{padding-left:4px}}.vc-header__cart-count:empty{display:none}.vc-sidebar{position:relative;z-index:800;display:-webkit-box;display:-ms-flexbox;display:flex;width:304px;height:calc(100vh - 101px);background-color:#fff;-webkit-transition:.3s;transition:.3s}@media(max-width: 1023px){.vc-sidebar{position:fixed;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-box-shadow:0px 3px 6px 0px rgba(0,0,0,.12);box-shadow:0px 3px 6px 0px rgba(0,0,0,.12);height:calc(100vh - 61px)}}@media(max-width: 767px){.vc-sidebar{width:100%}}.vc-sidebar--open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vc-body--burger .vc-sidebar{position:fixed;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-box-shadow:0px 3px 6px 0px rgba(0,0,0,.12);box-shadow:0px 3px 6px 0px rgba(0,0,0,.12);height:calc(100vh - 61px)}@media(max-width: 767px){.vc-body--burger .vc-sidebar{width:100%}}.vc-body--burger .vc-sidebar--open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vc-sidebar__menu{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;width:inherit;padding-right:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:calc( 0.0180586907 * 100vw + -7.4762979684px );gap:calc( 0.0180586907 * 100vw + -7.4762979684px );padding-top:calc( 0.0090293454 * 100vw + 52.2618510158px );padding-bottom:calc( 0.0090293454 * 100vw + 52.2618510158px );overflow-y:auto;height:inherit}@media(min-width: 1300px){.vc-sidebar__menu{grid-gap:16px;gap:16px}}@media(max-width: 414px){.vc-sidebar__menu{grid-gap:0px;gap:0px}}@media(min-width: 1300px){.vc-sidebar__menu{padding-top:64px}}@media(max-width: 414px){.vc-sidebar__menu{padding-top:56px}}@media(min-width: 1300px){.vc-sidebar__menu{padding-bottom:64px}}@media(max-width: 414px){.vc-sidebar__menu{padding-bottom:56px}}@media(max-width: 1023px){.vc-sidebar__menu{padding-left:36px;padding-right:36px}}@media(max-width: 767px){.vc-sidebar__menu{padding-left:20px;padding-right:20px}}.vc-body--burger .vc-sidebar__menu{padding-left:36px;padding-right:36px}@media(max-width: 767px){.vc-body--burger .vc-sidebar__menu{padding-left:20px;padding-right:20px}}.vc-sidebar__menu-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;padding-top:calc( -0.006772009 * 100vw + 16.8036117381px );padding-right:16px;padding-bottom:calc( -0.006772009 * 100vw + 16.8036117381px );padding-left:16px;text-decoration:none;color:#000;border-radius:8px;background-color:#fff;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-sidebar__menu-link{padding-top:8px}}@media(max-width: 414px){.vc-sidebar__menu-link{padding-top:14px}}@media(min-width: 1300px){.vc-sidebar__menu-link{padding-bottom:8px}}@media(max-width: 414px){.vc-sidebar__menu-link{padding-bottom:14px}}.vc-sidebar__menu-link svg{display:block}.vc-sidebar__menu-link svg path{stroke:#009aff;-webkit-transition:.3s;transition:.3s}.vc-sidebar__menu-link svg rect{stroke:#009aff;-webkit-transition:.3s;transition:.3s}.vc-sidebar__menu-link svg line{stroke:#009aff;-webkit-transition:.3s;transition:.3s}.vc-sidebar__menu-link:visited{text-decoration:none;color:#000;background-color:#fff}.vc-sidebar__menu-link:hover{text-decoration:none;color:#fff;background-color:#009aff}.vc-sidebar__menu-link:hover svg path{stroke:#fff}.vc-sidebar__menu-link:hover svg rect{stroke:#fff}.vc-sidebar__menu-link:hover svg line{stroke:#fff}.vc-sidebar__menu-link:hover .vc-sidebar__menu-text{color:#fff}.vc-sidebar__menu-link:hover .vc-sidebar__menu-counter{background-color:#fff;color:#009aff}.vc-sidebar__menu-link:focus{text-decoration:none;color:#fff;background-color:#009aff}.vc-sidebar__menu-link:focus svg path{stroke:#fff}.vc-sidebar__menu-link:focus svg rect{stroke:#fff}.vc-sidebar__menu-link:focus svg line{stroke:#fff}.vc-sidebar__menu-link:focus .vc-sidebar__menu-text{color:#fff}.vc-sidebar__menu-link:focus .vc-sidebar__menu-counter{background-color:#fff;color:#009aff}.vc-sidebar__menu-link:active{text-decoration:none;color:#000;background-color:#009aff}.vc-sidebar__menu-link.vc-sidebar__menu-link--active{background-color:#009aff}.vc-sidebar__menu-link.vc-sidebar__menu-link--active svg path{stroke:#fff}.vc-sidebar__menu-link.vc-sidebar__menu-link--active svg rect{stroke:#fff}.vc-sidebar__menu-link.vc-sidebar__menu-link--active svg line{stroke:#fff}.vc-sidebar__menu-link.vc-sidebar__menu-link--active .vc-sidebar__menu-counter{background-color:#fff;color:#009aff}.vc-sidebar__menu-text{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:400;font-style:normal;line-height:1.5;color:#000;padding-top:4px;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-sidebar__menu-text{font-size:16px}}@media(max-width: 414px){.vc-sidebar__menu-text{font-size:14px}}.vc-sidebar__menu-link--active .vc-sidebar__menu-text{color:#fff}.vc-sidebar__menu-counter{font-size:12px;font-weight:400;font-style:normal;line-height:1;color:#009aff;background-color:rgba(0,154,255,.2);border-radius:12px;min-width:24px;height:24px;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:0 8px;margin-left:auto;-webkit-transition:.3s;transition:.3s}.vc-sidebar__switcher-wrapper{margin-top:calc( 0.0180586907 * 100vw + 40.5237020316px )}@media(min-width: 1300px){.vc-sidebar__switcher-wrapper{margin-top:64px}}@media(max-width: 414px){.vc-sidebar__switcher-wrapper{margin-top:48px}}.vc-sidebar__vit-wrapper{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.vc-sidebar__bonuses{display:none}@media(max-width: 767px){.vc-sidebar__bonuses{display:block}}.vc-page-title{font-size:calc( 0.0180586907 * 100vw + 18.5237020316px );font-style:normal;font-weight:500;line-height:1.33;color:#000}@media(min-width: 1300px){.vc-page-title{font-size:42px}}@media(max-width: 414px){.vc-page-title{font-size:26px}}.vc-body--bow .vc-page-title{color:#000}.vc-body--wob .vc-page-title{color:#fff}.vc-body--yob .vc-page-title{color:#ffdf60}.vc-personal__bonuses{border-radius:8px;background:rgba(192,171,205,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:calc( 0.006772009 * 100vw + 9.1963882619px );gap:calc( 0.006772009 * 100vw + 9.1963882619px );padding-left:calc( 0.0112866817 * 100vw + 9.3273137698px );padding-right:calc( 0.0112866817 * 100vw + 9.3273137698px );height:calc( 0.0225733634 * 100vw + 26.6546275395px );margin-top:calc( 0.0316027088 * 100vw + 30.9164785553px )}@media(min-width: 1300px){.vc-personal__bonuses{grid-gap:18px;gap:18px}}@media(max-width: 414px){.vc-personal__bonuses{grid-gap:12px;gap:12px}}@media(min-width: 1300px){.vc-personal__bonuses{padding-left:24px}}@media(max-width: 414px){.vc-personal__bonuses{padding-left:14px}}@media(min-width: 1300px){.vc-personal__bonuses{padding-right:24px}}@media(max-width: 414px){.vc-personal__bonuses{padding-right:14px}}@media(min-width: 1300px){.vc-personal__bonuses{height:56px}}@media(max-width: 414px){.vc-personal__bonuses{height:36px}}@media(min-width: 1300px){.vc-personal__bonuses{margin-top:72px}}@media(max-width: 414px){.vc-personal__bonuses{margin-top:44px}}.vc-personal__bonuses-image{position:relative;width:calc( 0.0406320542 * 100vw + 37.1783295711px )}@media(min-width: 1300px){.vc-personal__bonuses-image{width:90px}}@media(max-width: 414px){.vc-personal__bonuses-image{width:54px}}.vc-personal__bonuses-image-img{position:absolute;top:50%;left:50%;display:block;width:100%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.vc-personal__bonuses-text{font-size:16px;font-style:normal;font-weight:700;line-height:1;color:#7f5699}.vc-personal__bonuses-text--small{font-weight:400}.vc-section{margin-top:calc( 0.0158013544 * 100vw + 31.4582392777px )}@media(min-width: 1300px){.vc-section{margin-top:52px}}@media(max-width: 414px){.vc-section{margin-top:38px}}.vc-section__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}@media(max-width: 767px){.vc-section__header[\:has\(.vc-schedule__select\)]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:12px;gap:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.vc-section__header:has(.vc-schedule__select){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:12px;gap:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.vc-section__title{font-size:calc( 0.006772009 * 100vw + 15.1963882619px );font-weight:500;font-style:normal;line-height:1.33;color:#000}@media(min-width: 1300px){.vc-section__title{font-size:24px}}@media(max-width: 414px){.vc-section__title{font-size:18px}}.vc-section__content{margin-top:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-section__content{margin-top:24px}}@media(max-width: 414px){.vc-section__content{margin-top:16px}}.vc-arrow-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;-webkit-transition:.3s;transition:.3s}.vc-arrow-link:hover{opacity:.5}.vc-arrow-link__title{font-size:14px;font-style:normal;font-weight:400;line-height:1;color:#009aff}.vc-arrow-link__arrow{display:-webkit-box;display:-ms-flexbox;display:flex}.vc-arrow-link__arrow svg{display:block}.vc-ticket{border-radius:calc( 0.0045146727 * 100vw + 6.1309255079px );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}@media(min-width: 1300px){.vc-ticket{border-radius:12px}}@media(max-width: 414px){.vc-ticket{border-radius:8px}}.vc-ticket__header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:24px;gap:24px;background-color:#f8f9ff;min-height:56px;padding-top:calc( 0.0045146727 * 100vw + 9.1309255079px );padding-right:calc( 0.006772009 * 100vw + 15.1963882619px );padding-bottom:calc( 0.0033860045 * 100vw + 9.5981941309px );padding-left:calc( 0.006772009 * 100vw + 15.1963882619px );-ms-flex-negative:0;flex-shrink:0}@media(min-width: 1300px){.vc-ticket__header{padding-top:15px}}@media(max-width: 414px){.vc-ticket__header{padding-top:11px}}@media(min-width: 1300px){.vc-ticket__header{padding-right:24px}}@media(max-width: 414px){.vc-ticket__header{padding-right:18px}}@media(min-width: 1300px){.vc-ticket__header{padding-bottom:14px}}@media(max-width: 414px){.vc-ticket__header{padding-bottom:11px}}@media(min-width: 1300px){.vc-ticket__header{padding-left:24px}}@media(max-width: 414px){.vc-ticket__header{padding-left:18px}}@media(max-width: 767px){.vc-ticket__header{-ms-flex-wrap:wrap;flex-wrap:wrap}}.vc-ticket__content{position:relative;background-color:#f8f9ff;padding-top:16px;padding-right:calc( 0.006772009 * 100vw + 15.1963882619px );padding-bottom:16px;padding-left:calc( 0.006772009 * 100vw + 15.1963882619px );-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;min-height:232px}@media(min-width: 1300px){.vc-ticket__content{padding-right:24px}}@media(max-width: 414px){.vc-ticket__content{padding-right:18px}}@media(min-width: 1300px){.vc-ticket__content{padding-left:24px}}@media(max-width: 414px){.vc-ticket__content{padding-left:18px}}.vc-ticket__footer{position:relative;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:#f8f9ff;min-height:calc( 0.006772009 * 100vw + 41.1963882619px );padding-top:calc( 0.0045146727 * 100vw + 9.1309255079px );padding-right:24px;padding-bottom:calc( 0.0033860045 * 100vw + 9.5981941309px );padding-left:24px;border-radius:calc( 0.0045146727 * 100vw + 6.1309255079px );font-size:16px;font-weight:500;font-style:normal;line-height:1;color:#7f5699;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 1300px){.vc-ticket__footer{min-height:50px}}@media(max-width: 414px){.vc-ticket__footer{min-height:44px}}@media(min-width: 1300px){.vc-ticket__footer{padding-top:15px}}@media(max-width: 414px){.vc-ticket__footer{padding-top:11px}}@media(min-width: 1300px){.vc-ticket__footer{padding-bottom:14px}}@media(max-width: 414px){.vc-ticket__footer{padding-bottom:11px}}@media(min-width: 1300px){.vc-ticket__footer{border-radius:12px}}@media(max-width: 414px){.vc-ticket__footer{border-radius:8px}}.vc-ticket__footer::before{content:"";position:absolute;top:0;left:0;width:16px;height:16px;border-radius:50%;background-color:#fff;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.vc-ticket__footer::after{content:"";position:absolute;top:0;left:100%;width:16px;height:16px;border-radius:50%;background-color:#fff;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.vc-ticket__footer--white{background-color:#fff;border:1px dashed rgba(0,0,0,.2)}.vc-ticket__appointment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.vc-ticket__appointment-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.vc-ticket__appointment-icon svg{display:block}.vc-ticket__appointment-text{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:400;font-style:normal;line-height:1;color:#000;padding-top:4px}@media(min-width: 1300px){.vc-ticket__appointment-text{font-size:16px}}@media(max-width: 414px){.vc-ticket__appointment-text{font-size:14px}}.vc-ticket__status{border-radius:8px;background-color:#fff;padding:8px 16px;margin-left:auto;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:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:1;color:#55d8af}.vc-ticket__title-wrapper{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;grid-gap:24px;gap:24px}.vc-ticket__title{font-size:16px;font-weight:500;font-style:normal;line-height:1.5;color:#000}.vc-ticket__price{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:400;font-style:normal;line-height:1.5;color:#7f5699;white-space:nowrap}@media(min-width: 1300px){.vc-ticket__price{font-size:16px}}@media(max-width: 414px){.vc-ticket__price{font-size:14px}}.vc-ticket__info{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;margin-top:16px}.vc-ticket__info-title{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:400;font-style:normal;line-height:1.5;color:#000}@media(min-width: 1300px){.vc-ticket__info-title{font-size:16px}}@media(max-width: 414px){.vc-ticket__info-title{font-size:14px}}.vc-ticket__doctor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:14px;gap:14px;margin-top:16px}.vc-ticket__doctor-image{width:64px;height:64px;border-radius:8px;overflow:hidden}.vc-ticket__doctor-image-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vc-ticket__doctor-name{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-style:normal;font-weight:400;line-height:1.37;color:#000;max-width:230px}@media(min-width: 1300px){.vc-ticket__doctor-name{font-size:16px}}@media(max-width: 414px){.vc-ticket__doctor-name{font-size:14px}}.vc-ticket__new{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:calc( 0.0022573363 * 100vw + 13.065462754px );gap:calc( 0.0022573363 * 100vw + 13.065462754px )}@media(min-width: 1300px){.vc-ticket__new{grid-gap:16px;gap:16px}}@media(max-width: 414px){.vc-ticket__new{grid-gap:14px;gap:14px}}.vc-ticket__new-text{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:500;font-style:normal;line-height:1.5;text-align:center;color:#000}@media(min-width: 1300px){.vc-ticket__new-text{font-size:16px}}@media(max-width: 414px){.vc-ticket__new-text{font-size:14px}}.vc-ticket__more{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.vc-ticket__more-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:24px;background-color:#009aff;padding:10px 16px 9px;cursor:pointer;-webkit-transition:.3s;transition:.3s}.vc-ticket__more-header:hover{background-color:#0079e9}.vc-ticket__more-title{font-size:13px;font-style:normal;font-weight:400;line-height:1;color:#fff}.vc-ticket__more-title--strong{font-weight:600}.vc-ticket__more-arrow{margin-left:8px;-webkit-transition:.3s;transition:.3s}.vc-ticket__more--open .vc-ticket__more-arrow{-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}.vc-ticket__more-arrow svg{display:block}.vc-ticket__more-list{height:0;overflow:hidden;-webkit-transition:.3s;transition:.3s}.vc-ticket__more--open .vc-ticket__more-list{margin-top:12px}.vc-ticket__more-item{font-size:15px;font-style:normal;font-weight:400;line-height:1.33;color:#000;display:block}.vc-ticket__more-item:not(:first-child){margin-top:12px}.vc-ticket__payment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:68px;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#f8f9ff;padding-top:12px;padding-bottom:12px;padding-right:calc( -0.0022573363 * 100vw + 18.934537246px );padding-left:calc( 0.006772009 * 100vw + 15.1963882619px )}@media(min-width: 1300px){.vc-ticket__payment{padding-right:16px}}@media(max-width: 414px){.vc-ticket__payment{padding-right:18px}}@media(min-width: 1300px){.vc-ticket__payment{padding-left:24px}}@media(max-width: 414px){.vc-ticket__payment{padding-left:18px}}@media(max-width: 1023px){.vc-ticket__payment{min-height:unset}}.vc-ticket__payment[\:has\(.vc-ticket__payment-status--paid\)]{padding-top:calc( 0.0045146727 * 100vw + 6.1309255079px );padding-bottom:calc( 0.0045146727 * 100vw + 6.1309255079px )}.vc-ticket__payment:has(.vc-ticket__payment-status--paid){padding-top:calc( 0.0045146727 * 100vw + 6.1309255079px );padding-bottom:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-ticket__payment[\:has\(.vc-ticket__payment-status--paid\)]{padding-top:12px}.vc-ticket__payment:has(.vc-ticket__payment-status--paid){padding-top:12px}}@media(max-width: 414px){.vc-ticket__payment[\:has\(.vc-ticket__payment-status--paid\)]{padding-top:8px}.vc-ticket__payment:has(.vc-ticket__payment-status--paid){padding-top:8px}}@media(min-width: 1300px){.vc-ticket__payment[\:has\(.vc-ticket__payment-status--paid\)]{padding-bottom:12px}.vc-ticket__payment:has(.vc-ticket__payment-status--paid){padding-bottom:12px}}@media(max-width: 414px){.vc-ticket__payment[\:has\(.vc-ticket__payment-status--paid\)]{padding-bottom:8px}.vc-ticket__payment:has(.vc-ticket__payment-status--paid){padding-bottom:8px}}.vc-ticket__payment .vc-ticket__payment-status{max-height:44px;max-height:calc( 0.0045146727 * 100vw + 38.1309255079px )}@media(min-width: 1300px){.vc-ticket__payment .vc-ticket__payment-status{max-height:44px}}@media(max-width: 414px){.vc-ticket__payment .vc-ticket__payment-status{max-height:40px}}.vc-ticket__payment form{margin-left:auto}.vc-ticket__payment form p{margin:0}.vc-ticket__payment-variant{margin-right:12px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;background-color:#fff;overflow:hidden;border-radius:8px}.vc-ticket__payment-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto}@media(max-width: 500px){.vc-ticket__payment-status.vc-btn{width:100%;margin:16px 0 0}}.vc-ticket__payment-status--paid{color:#000;margin-left:unset;text-align:center;height:32px;font-size:calc( 0.0011286682 * 100vw + 12.532731377px );font-style:normal;font-weight:500;line-height:normal;border-radius:8px;background:#64e1ba;padding-right:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-left:calc( 0.0045146727 * 100vw + 10.1309255079px )}@media(min-width: 1300px){.vc-ticket__payment-status--paid{font-size:14px}}@media(max-width: 414px){.vc-ticket__payment-status--paid{font-size:13px}}@media(min-width: 1300px){.vc-ticket__payment-status--paid{padding-right:16px}}@media(max-width: 414px){.vc-ticket__payment-status--paid{padding-right:12px}}@media(min-width: 1300px){.vc-ticket__payment-status--paid{padding-left:16px}}@media(max-width: 414px){.vc-ticket__payment-status--paid{padding-left:12px}}.vc-ticket__payment-variant-icon{margin-right:8px;height:24px}.vc-ticket__payment-variant-icon svg{display:block;width:100%;height:100%}.vc-ticket__payment-variant-text{color:#9aa2b3;font-size:14px;font-style:normal;font-weight:400;line-height:1.85}.vc-tickets-slider{position:relative;max-width:100%}@media(max-width: 767px){.vc-tickets-slider{max-width:85%}}.vc-tickets-slider__wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px}@media(max-width: 767px){.vc-tickets-slider__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:0}}.vc-tickets-slider__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.vc-burger{display:none}@media(max-width: 1023px){.vc-burger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:32px;height:32px;padding:8px 6px;cursor:pointer}}.vc-body--burger .vc-burger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:32px;height:32px;padding:8px 6px;cursor:pointer}.vc-burger__line{width:100%;height:2px;border-radius:2px;background-color:#a5adbd;-webkit-transition:.3s;transition:.3s}.vc-burger--open .vc-burger__line:nth-child(1){-webkit-transform:translateY(7px) rotateZ(225deg);-ms-transform:translateY(7px) rotate(225deg);transform:translateY(7px) rotateZ(225deg)}.vc-burger--open .vc-burger__line:nth-child(2){opacity:0}.vc-burger--open .vc-burger__line:nth-child(3){-webkit-transform:translateY(-7px) rotateZ(-225deg);-ms-transform:translateY(-7px) rotate(-225deg);transform:translateY(-7px) rotateZ(-225deg)}.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;text-decoration:none;padding-top:calc( 0.0033860045 * 100vw + 11.5981941309px );padding-right:20px;padding-bottom:calc( 0.0033860045 * 100vw + 11.5981941309px );padding-left:20px;background-color:#009aff;border:1px solid #009aff;border-radius:8px;font-size:14px;font-weight:500;font-style:normal;line-height:1;color:#fff;white-space:nowrap;text-transform:uppercase;cursor:pointer;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-btn{padding-top:16px}}@media(max-width: 414px){.vc-btn{padding-top:13px}}@media(min-width: 1300px){.vc-btn{padding-bottom:16px}}@media(max-width: 414px){.vc-btn{padding-bottom:13px}}.vc-btn[disabled]{opacity:.2;cursor:not-allowed}.vc-btn:hover{background-color:#0079e9;border-color:#0079e9;color:#fff}.vc-body--bow .vc-btn:hover{color:#000;background-color:#fff;border-color:#000}.vc-body--bow .vc-btn:hover{background-color:#000;border-color:#fff}.vc-body--yob .vc-btn:hover{background-color:#0079e9;border-color:#ffdf60}.vc-btn.vc-btn--small{padding:12px 24px;border-radius:8px}.vc-btn.vc-btn--smaller{padding:7px 16px 7px 12px;border-radius:8px}.vc-btn.vc-btn--blue-dark{background-color:#0079e9;border-color:#0079e9;color:#fff}.vc-btn.vc-btn--blue-dark:hover{background-color:#009aff;border-color:#009aff}.vc-body--bow .vc-btn.vc-btn--blue-dark:hover{color:#000;background-color:#fff;border-color:#000}.vc-body--wob .vc-btn.vc-btn--blue-dark:hover{color:#fff;background-color:#000;border-color:#fff}.vc-body--yob .vc-btn.vc-btn--blue-dark:hover{color:#ffdf60;background-color:#0079e9;border-color:#ffdf60}.vc-btn.vc-btn--transparent{background-color:rgba(255,255,255,0);color:#009aff;border-color:#009aff;-webkit-transition:.3s;transition:.3s}.vc-btn.vc-btn--transparent .vc-btn__icon svg path{stroke:#009aff}.vc-btn.vc-btn--transparent:hover{background-color:#0079e9;color:#fff}.vc-btn.vc-btn--transparent:hover .vc-btn__icon svg path{stroke:#fff}.vc-body--wob .vc-btn.vc-btn--transparent{background-color:#000;color:#fff}.vc-body--yob .vc-btn.vc-btn--transparent{background-color:#0079e9;color:#ffdf60}.vc-btn.vc-btn--transparent.vc-btn--cyan{color:#47c6d7;border-color:#47c6d7}.vc-btn.vc-btn--transparent.vc-btn--blue-dark{border-color:#0079e9;color:#0079e9}.vc-btn.vc-btn--transparent.vc-btn--blue-dark:hover{background-color:#0079e9;border-color:#0079e9;color:#fff}.vc-body--bow .vc-btn.vc-btn--transparent.vc-btn--blue-dark:hover{color:#000;background-color:#fff;border-color:#000}.vc-body--wob .vc-btn.vc-btn--transparent.vc-btn--blue-dark:hover{color:#fff;background-color:#000;border-color:#fff}.vc-body--yob .vc-btn.vc-btn--transparent.vc-btn--blue-dark:hover{color:#ffdf60;background-color:#0079e9;border-color:#ffdf60}.vc-btn.vc-btn--transparent.vc-btn--white{border-color:rgba(255,255,255,.5);color:#fff}.vc-body--bow .vc-btn.vc-btn--transparent.vc-btn--white{color:#000;background-color:#fff;border-color:#000}.vc-body--wob .vc-btn.vc-btn--transparent.vc-btn--white{color:#fff;background-color:#000;border-color:#fff}.vc-body--yob .vc-btn.vc-btn--transparent.vc-btn--white{color:#ffdf60;background-color:#0079e9;border-color:#ffdf60}.vc-btn.vc-btn--transparent.vc-btn--white:hover{border-color:#fff}.vc-body--bow .vc-btn.vc-btn--transparent.vc-btn--white:hover{color:#000;background-color:#fff;border-color:#000}.vc-body--wob .vc-btn.vc-btn--transparent.vc-btn--white:hover{color:#fff;background-color:#000;border-color:#fff}.vc-body--yob .vc-btn.vc-btn--transparent.vc-btn--white:hover{color:#ffdf60;background-color:#0079e9;border-color:#ffdf60}.vc-body--bow .vc-btn{color:#000;background-color:#fff;border-color:#000}.vc-body--wob .vc-btn{color:#fff;background-color:#000;border-color:#fff}.vc-body--yob .vc-btn{color:#ffdf60;background-color:#0079e9;border-color:#ffdf60}.vc-btn__icon{margin-right:10px}.vc-btn__icon svg{display:block}.vc-btn__icon svg path{stroke:#fff;-webkit-transition:.3s;transition:.3s}.vc-directions__item{border-radius:calc( 0.0045146727 * 100vw + 6.1309255079px );padding-top:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-right:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-bottom:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-left:calc( 0.0090293454 * 100vw + 12.2618510158px );border:1px solid #f0f2f9;background-color:rgba(247,248,251,.8);-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-directions__item{border-radius:12px}}@media(max-width: 414px){.vc-directions__item{border-radius:8px}}@media(min-width: 1300px){.vc-directions__item{padding-top:24px}}@media(max-width: 414px){.vc-directions__item{padding-top:16px}}@media(min-width: 1300px){.vc-directions__item{padding-right:24px}}@media(max-width: 414px){.vc-directions__item{padding-right:16px}}@media(min-width: 1300px){.vc-directions__item{padding-bottom:16px}}@media(max-width: 414px){.vc-directions__item{padding-bottom:12px}}@media(min-width: 1300px){.vc-directions__item{padding-left:24px}}@media(max-width: 414px){.vc-directions__item{padding-left:16px}}.vc-directions__item[href]:hover{background-color:#f5f6fa}.vc-directions__item:not(:first-child){margin-top:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-directions__item:not(:first-child){margin-top:12px}}@media(max-width: 414px){.vc-directions__item:not(:first-child){margin-top:8px}}.vc-directions__item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:20px;gap:20px}.vc-directions__status{padding:11px 14px;border-radius:8px;font-size:calc( 0.0011286682 * 100vw + 12.532731377px );font-style:normal;font-weight:500;line-height:1}@media(min-width: 1300px){.vc-directions__status{font-size:14px}}@media(max-width: 414px){.vc-directions__status{font-size:13px}}.vc-directions__status--appointed{background-color:rgba(50,200,154,.2);color:#32c89a}.vc-directions__status--done{background-color:rgba(165,173,189,.2);color:#a5adbd}.vc-directions__status--overdue{background-color:rgba(255,115,115,.2);color:#ff7373}.vc-directions__mark-done{font-size:calc( 0.0011286682 * 100vw + 12.532731377px );font-weight:400;line-height:1.42;color:#009aff;cursor:pointer;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-directions__mark-done{font-size:14px}}@media(max-width: 414px){.vc-directions__mark-done{font-size:13px}}.vc-directions__mark-done:hover{color:#0079e9}.vc-directions__item-title-wrapper{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;margin-top:calc( 0.0045146727 * 100vw + 10.1309255079px )}@media(min-width: 1300px){.vc-directions__item-title-wrapper{margin-top:16px}}@media(max-width: 414px){.vc-directions__item-title-wrapper{margin-top:12px}}@media(max-width: 500px){.vc-directions__item-title-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.vc-directions__item-description{font-size:calc( 0.0011286682 * 100vw + 12.532731377px );font-style:normal;font-weight:400;line-height:1.21;color:#000;margin-top:4px}@media(min-width: 1300px){.vc-directions__item-description{font-size:14px}}@media(max-width: 414px){.vc-directions__item-description{font-size:13px}}.vc-directions__item-title{font-size:16px;font-style:normal;font-weight:500;line-height:1.5;color:#000}@media(max-width: 500px){.vc-directions__item-buy{margin-top:8px}}.vc-directions__item-text{font-size:calc( 0.0011286682 * 100vw + 12.532731377px );font-style:normal;font-weight:400;line-height:1.71;color:#000;margin-top:8px}@media(min-width: 1300px){.vc-directions__item-text{font-size:14px}}@media(max-width: 414px){.vc-directions__item-text{font-size:13px}}.vc-directions__item-footer{margin-top:calc( 0.0045146727 * 100vw + 18.1309255079px );padding-top:calc( 0.0045146727 * 100vw + 10.1309255079px );border-top:1px solid rgba(165,173,189,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 1300px){.vc-directions__item-footer{margin-top:24px}}@media(max-width: 414px){.vc-directions__item-footer{margin-top:20px}}@media(min-width: 1300px){.vc-directions__item-footer{padding-top:16px}}@media(max-width: 414px){.vc-directions__item-footer{padding-top:12px}}.vc-directions__more{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;text-decoration:none;-webkit-transition:.3s;transition:.3s}.vc-directions__more:visited{text-decoration:none}.vc-directions__more:hover{text-decoration:none;color:#0079e9}.vc-directions__more:focus{text-decoration:none;color:#0079e9}.vc-directions__more:active{text-decoration:none}.vc-directions__more-text{font-size:calc( 0.0011286682 * 100vw + 12.532731377px );font-style:normal;font-weight:400;line-height:normal;color:#009aff}@media(min-width: 1300px){.vc-directions__more-text{font-size:14px}}@media(max-width: 414px){.vc-directions__more-text{font-size:13px}}.vc-directions__more-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.vc-directions__more-icon svg{display:block}.vc-directions__empty{width: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;font-size:14px;font-weight:400;font-style:normal;text-align:center;line-height:1.42;color:#000}.vc-directions__item-bought{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#32c89a;border-radius:8px;background-color:#fff;padding:9px 14px 10px}.vc-directions__item-bought-icon{width:12px;height:12px;margin-right:10px}.vc-directions__item-bought-icon svg{display:block;width:inherit;height:auto}.vc-results__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px;padding:12px 16px;border-radius:8px;background-color:#f8f9ff;-webkit-transition:.3s;transition:.3s}.vc-results__item--unread::after{content:"";position:absolute;top:0;right:0;display:block;width:calc( 0.0090293454 * 100vw + 20.2618510158px );height:calc( 0.0090293454 * 100vw + 20.2618510158px );background-color:#009aff;border:10px solid #fff;border-width:calc( 0.0033860045 * 100vw + 5.5981941309px );border-radius:50%;-webkit-transform:translate(31%, -31%);-ms-transform:translate(31%, -31%);transform:translate(31%, -31%)}@media(min-width: 1300px){.vc-results__item--unread::after{width:32px}}@media(max-width: 414px){.vc-results__item--unread::after{width:24px}}@media(min-width: 1300px){.vc-results__item--unread::after{height:32px}}@media(max-width: 414px){.vc-results__item--unread::after{height:24px}}@media(min-width: 1300px){.vc-results__item--unread::after{border-width:10px}}@media(max-width: 414px){.vc-results__item--unread::after{border-width:7px}}.vc-results__item:not(:first-child){margin-top:8px}.vc-results__item[href]:hover{background-color:#f5f6fa}.vc-results__icon{position:relative}.vc-results__icon svg{display:block}.vc-results__info-title{font-size:16px;font-weight:500;font-style:normal;line-height:1.25;letter-spacing:-0.015em;color:#000}.vc-results__info-text{font-size:12px;font-weight:400;font-style:normal;line-height:1.16;letter-spacing:-0.02em;color:#000;opacity:.3}.vc-results__empty{width: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;font-size:14px;font-weight:400;font-style:normal;text-align:center;line-height:1.42;color:#000}.vc-test-results{margin-top:calc( -0.0180586907 * 100vw + 55.4762979684px )}@media(min-width: 1300px){.vc-test-results{margin-top:32px}}@media(max-width: 414px){.vc-test-results{margin-top:48px}}.vc-test-results__content{margin-top:calc( 0.0090293454 * 100vw + 44.2618510158px )}@media(min-width: 1300px){.vc-test-results__content{margin-top:56px}}@media(max-width: 414px){.vc-test-results__content{margin-top:48px}}.vc-test-results__section{margin-top:calc( 0.0180586907 * 100vw + 24.5237020316px )}@media(min-width: 1300px){.vc-test-results__section{margin-top:48px}}@media(max-width: 414px){.vc-test-results__section{margin-top:32px}}.vc-test-results__section-title{font-size:calc( 0.006772009 * 100vw + 15.1963882619px );font-style:normal;font-weight:500;line-height:1.33;color:#000}@media(min-width: 1300px){.vc-test-results__section-title{font-size:24px}}@media(max-width: 414px){.vc-test-results__section-title{font-size:18px}}.vc-test-results__list{margin-top:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-test-results__list{margin-top:24px}}@media(max-width: 414px){.vc-test-results__list{margin-top:16px}}.vc-test-results__load-more{margin-top:calc( 0.0180586907 * 100vw + 24.5237020316px );display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width: 1300px){.vc-test-results__load-more{margin-top:48px}}@media(max-width: 414px){.vc-test-results__load-more{margin-top:32px}}@media(max-width: 500px){.vc-test-results__load-more{display:block}}.vc-tickets{margin-top:calc( 0.0180586907 * 100vw + 24.5237020316px )}@media(min-width: 1300px){.vc-tickets{margin-top:48px}}@media(max-width: 414px){.vc-tickets{margin-top:32px}}.vc-tickets__list{display:grid;grid-template-columns:1fr 1fr;grid-gap:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-tickets__list{grid-gap:24px}}@media(max-width: 414px){.vc-tickets__list{grid-gap:16px}}@media(max-width: 1279px){.vc-tickets__list{grid-template-columns:1fr}}@media(max-width: 1023px){.vc-tickets__list{grid-template-columns:1fr 1fr}}@media(max-width: 900px){.vc-tickets__list{grid-template-columns:1fr}}.vc-tickets__load-more{margin-top:calc( 0.0270880361 * 100vw + 12.7855530474px );display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width: 1300px){.vc-tickets__load-more{margin-top:48px}}@media(max-width: 414px){.vc-tickets__load-more{margin-top:24px}}.vc-tickets__load-more .vc-btn{text-transform:uppercase}@media(max-width: 500px){.vc-tickets__load-more{display:block}}.vc-section__content .vc-search{margin-top:calc( 0.0056433409 * 100vw + 29.6636568849px )}@media(min-width: 1300px){.vc-section__content .vc-search{margin-top:37px}}@media(max-width: 414px){.vc-section__content .vc-search{margin-top:32px}}@media(max-width: 767px){.vc-search{margin-left:-20px;margin-right:-20px}.vc-search .vc-center{padding:0}}.vc-search__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:calc( 0.0045146727 * 100vw + 6.1309255079px );gap:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-search__container{grid-gap:12px;gap:12px}}@media(max-width: 414px){.vc-search__container{grid-gap:8px;gap:8px}}.vc-body--bow .vc-search__container{background-color:#fff}.vc-body--wob .vc-search__container{border:1px solid #fff;background-color:#000}.vc-body--yob .vc-search__container{border:1px solid #ffdf60;background-color:#0079e9}@media(max-width: 1079px){.vc-search__container[\:has\(.vc-search__select\)]{-ms-flex-wrap:wrap;flex-wrap:wrap}.vc-search__container:has(.vc-search__select){-ms-flex-wrap:wrap;flex-wrap:wrap}.vc-search__container[\:has\(.vc-search__select\)] .vc-search__input-wrapper{width:100%}.vc-search__container:has(.vc-search__select) .vc-search__input-wrapper{width:100%}.vc-search__container[\:has\(.vc-search__select\)] .vc-search__select{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vc-search__container:has(.vc-search__select) .vc-search__select{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media(max-width: 800px){.vc-search__container[\:has\(.vc-search__select\)] .vc-search__btn{width:100%}.vc-search__container:has(.vc-search__select) .vc-search__btn{width:100%}.vc-search__container[\:has\(.vc-search__select\)] .vc-search__btn .vc-btn{width:100%}.vc-search__container:has(.vc-search__select) .vc-search__btn .vc-btn{width:100%}}@media(max-width: 767px){.vc-search__container{border-radius:0}.vc-search__container[\:has\(.vc-search__select\)] .vc-search__select{width:100%}.vc-search__container:has(.vc-search__select) .vc-search__select{width:100%}}.vc-search__input-wrapper{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vc-search__input{outline:none;width:100%;background-color:#fff;padding-top:calc( 0.0022573363 * 100vw + 7.065462754px );padding-right:calc( 0.0507900677 * 100vw + -8.0270880361px );padding-bottom:calc( 0.0011286682 * 100vw + 7.532731377px );padding-left:calc( 0.0507900677 * 100vw + -8.0270880361px );border:1px solid #009aff;border-radius:8px;font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:400;-webkit-box-shadow:0px 3px 6px rgba(0,0,0,0);box-shadow:0px 3px 6px rgba(0,0,0,0);font-style:normal;line-height:1.7;color:#7f5699;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-search__input{padding-top:10px}}@media(max-width: 414px){.vc-search__input{padding-top:8px}}@media(min-width: 1300px){.vc-search__input{padding-right:58px}}@media(max-width: 414px){.vc-search__input{padding-right:13px}}@media(min-width: 1300px){.vc-search__input{padding-bottom:9px}}@media(max-width: 414px){.vc-search__input{padding-bottom:8px}}@media(min-width: 1300px){.vc-search__input{padding-left:58px}}@media(max-width: 414px){.vc-search__input{padding-left:13px}}@media(min-width: 1300px){.vc-search__input{font-size:16px}}@media(max-width: 414px){.vc-search__input{font-size:14px}}.vc-body--bow .vc-search__input{color:#000}.vc-body--wob .vc-search__input{color:#fff;border-color:#fff;background-color:#000}.vc-body--yob .vc-search__input{color:#ffdf60;border-color:#ffdf60;background-color:#0079e9}.vc-search__input.error{border-color:#f44c51;background-color:rgba(244,76,81,.1)}.vc-search__input.error::-webkit-input-placeholder{color:#f44c51}.vc-search__input.error::-moz-placeholder{color:#f44c51}.vc-search__input.error:-ms-input-placeholder{color:#f44c51}.vc-search__input.error::-ms-input-placeholder{color:#f44c51}.vc-search__input.error::placeholder{color:#f44c51}.vc-search__input::-webkit-input-placeholder{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:400;font-style:normal;line-height:20;color:#8e959b;padding-top:100px}.vc-search__input::-moz-placeholder{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:400;font-style:normal;line-height:20;color:#8e959b;padding-top:100px}.vc-search__input:-ms-input-placeholder{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:400;font-style:normal;line-height:20;color:#8e959b;padding-top:100px}.vc-search__input::-ms-input-placeholder{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:400;font-style:normal;line-height:20;color:#8e959b;padding-top:100px}.vc-search__input::placeholder{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:400;font-style:normal;line-height:20;color:#8e959b;padding-top:100px}@media(min-width: 1300px){.vc-search__input::-webkit-input-placeholder{font-size:16px}.vc-search__input::-moz-placeholder{font-size:16px}.vc-search__input:-ms-input-placeholder{font-size:16px}.vc-search__input::-ms-input-placeholder{font-size:16px}.vc-search__input::placeholder{font-size:16px}}@media(max-width: 414px){.vc-search__input::-webkit-input-placeholder{font-size:14px}.vc-search__input::-moz-placeholder{font-size:14px}.vc-search__input:-ms-input-placeholder{font-size:14px}.vc-search__input::-ms-input-placeholder{font-size:14px}.vc-search__input::placeholder{font-size:14px}}.vc-body--bow .vc-search__input::-webkit-input-placeholder{color:#000}.vc-body--bow .vc-search__input::-moz-placeholder{color:#000}.vc-body--bow .vc-search__input:-ms-input-placeholder{color:#000}.vc-body--bow .vc-search__input::-ms-input-placeholder{color:#000}.vc-body--bow .vc-search__input::placeholder{color:#000}.vc-body--wob .vc-search__input::-webkit-input-placeholder{color:#fff}.vc-body--wob .vc-search__input::-moz-placeholder{color:#fff}.vc-body--wob .vc-search__input:-ms-input-placeholder{color:#fff}.vc-body--wob .vc-search__input::-ms-input-placeholder{color:#fff}.vc-body--wob .vc-search__input::placeholder{color:#fff}.vc-body--yob .vc-search__input::-webkit-input-placeholder{color:#ffdf60}.vc-body--yob .vc-search__input::-moz-placeholder{color:#ffdf60}.vc-body--yob .vc-search__input:-ms-input-placeholder{color:#ffdf60}.vc-body--yob .vc-search__input::-ms-input-placeholder{color:#ffdf60}.vc-body--yob .vc-search__input::placeholder{color:#ffdf60}.vc-search__input:hover{-webkit-box-shadow:0px 3px 6px rgba(0,0,0,.12);box-shadow:0px 3px 6px rgba(0,0,0,.12)}.vc-search__icon{position:absolute;top:50%;left:calc( 0.022556391 * 100vw + -7.3233082707px );display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(min-width: 1300px){.vc-search__icon{left:22px}}@media(max-width: 768px){.vc-search__icon{left:10px}}.vc-body--wob .vc-search__icon svg path{stroke:#fff}.vc-body--yob .vc-search__icon svg path{stroke:#ffdf60}@media(max-width: 767px){.vc-search__icon{display:none}}.vc-search__select{position:relative;height:calc( 0.0045146727 * 100vw + 42.1309255079px );min-width:268px;cursor:pointer}@media(min-width: 1300px){.vc-search__select{height:48px}}@media(max-width: 414px){.vc-search__select{height:44px}}.vc-search__select--on-top{z-index:200}.vc-search__select-container{position:absolute;top:0;left:0;background-color:#fff;border-radius:4px;border:1px solid #ded8d2;height:auto;width:100%;overflow:hidden;-webkit-transition:.3s;transition:.3s;scrollbar-width:none;-ms-overflow-style:none}.vc-search__select-container::-webkit-scrollbar{width:0 !important}.error .vc-search__select-container{border-color:#f44c51;background-color:rgba(244,76,81,.1)}.vc-search__select--animating .vc-search__select-container{z-index:100}.vc-search__select--open .vc-search__select-container{max-height:295px;z-index:100}.vc-body--wob .vc-search__select-container{color:#fff;border-color:#fff;background-color:#000}.vc-body--yob .vc-search__select-container{color:#ffdf60;border-color:#ffdf60;background-color:#0079e9}.vc-search__select-header{height:calc( 0.006772009 * 100vw + 39.1963882619px );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:0 16px}@media(min-width: 1300px){.vc-search__select-header{height:48px}}@media(max-width: 414px){.vc-search__select-header{height:42px}}.vc-search__select-title{font-size:16px;font-weight:400;font-style:normal;line-height:1;color:rgba(0,0,0,.4);white-space:nowrap;margin-right:12px;overflow:hidden;-webkit-transition:.3s;transition:.3s}.vc-body--bow .vc-search__select-title{color:#000}.vc-body--wob .vc-search__select-title{color:#fff}.vc-body--yob .vc-search__select-title{color:#ffdf60}.error .vc-search__select-title{color:#f44c51}.vc-search__select--selected .vc-search__select-title{color:#000}.vc-body--wob .vc-search__select--selected .vc-search__select-title{color:#fff}.vc-body--yob .vc-search__select--selected .vc-search__select-title{color:#ffdf60}.vc-search__select-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.3s;transition:.3s}.vc-search__select--open .vc-search__select-arrow{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.vc-search__select-arrow svg{display:block}.vc-body--wob .vc-search__select-arrow svg path{stroke:#fff}.vc-body--yob .vc-search__select-arrow svg path{stroke:#ffdf60}.vc-search__select-list{position:relative;z-index:10;overflow:hidden;height:auto;max-height:0;overflow-y:auto;-webkit-transition:.3s;transition:.3s;scrollbar-width:none;-ms-overflow-style:none}.vc-search__select-list::-webkit-scrollbar{width:0 !important}.vc-search__select--open .vc-search__select-list{max-height:calc( -0.0045146727 * 100vw + 252.8690744921px )}@media(min-width: 1300px){.vc-search__select--open .vc-search__select-list{max-height:247px}}@media(max-width: 414px){.vc-search__select--open .vc-search__select-list{max-height:251px}}.vc-search__select-list .simplebar-scrollbar.simplebar-visible:before{opacity:.2}.vc-search__select-item{font-size:14px;font-weight:400;font-style:normal;line-height:1.14;color:#000;padding:12px 16px;-webkit-transition:.3s;transition:.3s}.vc-body--wob .vc-search__select-item{color:#fff}.vc-body--yob .vc-search__select-item{color:#ffdf60}.vc-search__select-item:hover{background-color:#009aff;color:#fff}.vc-body--wob .vc-search__select-item:hover{background-color:#000;color:#fff}.vc-body--yob .vc-search__select-item:hover{background-color:#0079e9;color:#ffdf60}.vc-search__no-result{font-size:18px;font-weight:400;font-style:normal;line-height:1.56;color:#7f5699;margin-top:calc( 0.006772009 * 100vw + 23.1963882619px )}@media(min-width: 1300px){.vc-search__no-result{margin-top:32px}}@media(max-width: 414px){.vc-search__no-result{margin-top:26px}}.vc-body--bow .vc-search__no-result{color:#000}.vc-body--wob .vc-search__no-result{background-color:#000;color:#fff}.vc-body--yob .vc-search__no-result{background-color:#0079e9;color:#ffdf60}.vc-visits{margin-top:calc( -0.0180586907 * 100vw + 55.4762979684px )}@media(min-width: 1300px){.vc-visits{margin-top:32px}}@media(max-width: 414px){.vc-visits{margin-top:48px}}.vc-visits--mt0{margin-top:0}.vc-visits__content{margin-top:calc( 0.0180586907 * 100vw + 24.5237020316px )}@media(min-width: 1300px){.vc-visits__content{margin-top:48px}}@media(max-width: 414px){.vc-visits__content{margin-top:32px}}.vc-visits__section{margin-top:32px}.vc-visits__section-title{font-size:calc( 0.006772009 * 100vw + 15.1963882619px );font-style:normal;font-weight:500;line-height:1.33;color:#000}@media(min-width: 1300px){.vc-visits__section-title{font-size:24px}}@media(max-width: 414px){.vc-visits__section-title{font-size:18px}}.vc-visits__list{margin-top:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-visits__list{margin-top:24px}}@media(max-width: 414px){.vc-visits__list{margin-top:16px}}.vc-visits__load-more{margin-top:calc( 0.0180586907 * 100vw + 24.5237020316px );display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width: 1300px){.vc-visits__load-more{margin-top:48px}}@media(max-width: 414px){.vc-visits__load-more{margin-top:32px}}@media(max-width: 500px){.vc-visits__load-more{display:block}}.vc-visits__item{position:relative;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;grid-gap:24px;gap:24px;border-radius:12px;background-color:#f8f9ff;padding-top:16px;padding-right:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-bottom:16px;padding-left:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-visits__item{padding-right:24px}}@media(max-width: 414px){.vc-visits__item{padding-right:16px}}@media(min-width: 1300px){.vc-visits__item{padding-left:24px}}@media(max-width: 414px){.vc-visits__item{padding-left:16px}}.vc-visits__item--unread::after{content:"";position:absolute;top:0;right:0;display:block;width:calc( 0.0090293454 * 100vw + 20.2618510158px );height:calc( 0.0090293454 * 100vw + 20.2618510158px );background-color:#009aff;border:10px solid #fff;border-width:calc( 0.0033860045 * 100vw + 5.5981941309px );border-radius:50%;-webkit-transform:translate(31%, -31%);-ms-transform:translate(31%, -31%);transform:translate(31%, -31%)}@media(min-width: 1300px){.vc-visits__item--unread::after{width:32px}}@media(max-width: 414px){.vc-visits__item--unread::after{width:24px}}@media(min-width: 1300px){.vc-visits__item--unread::after{height:32px}}@media(max-width: 414px){.vc-visits__item--unread::after{height:24px}}@media(min-width: 1300px){.vc-visits__item--unread::after{border-width:10px}}@media(max-width: 414px){.vc-visits__item--unread::after{border-width:7px}}.vc-visits__item:not(:first-child){margin-top:8px}@media(max-width: 767px){.vc-visits__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.vc-visits__item-title{font-size:16px;font-style:normal;font-weight:500;line-height:1.5;color:#000}.vc-visits__item-subtitle{font-size:14px;font-style:normal;font-weight:400;line-height:1.42;color:#000;margin-top:4px}.vc-visits__item-text{font-size:14px;font-style:normal;font-weight:400;line-height:1.42;color:#000;margin-top:12px;opacity:.3}.vc-visits__item-btn{display:-webkit-box;display:-ms-flexbox;display:flex}.vc-visits__empty{width: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;font-size:14px;font-weight:400;font-style:normal;text-align:center;line-height:1.42;color:#000}.vc-results-detail__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;grid-gap:24px;gap:24px;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.1)}@media(max-width: 767px){.vc-results-detail__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.vc-results-detail__subtitle{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.55;color:rgba(0,0,0,.3);margin-top:8px}@media(min-width: 1300px){.vc-results-detail__subtitle{font-size:18px}}@media(max-width: 414px){.vc-results-detail__subtitle{font-size:14px}}.vc-results-detail__header-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.vc-results-detail__header-btn{width:56px;height:56px;border-radius:8px;background-color:#fff;border:2px solid #009aff;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:pointer;-webkit-transition:.3s;transition:.3s}.vc-results-detail__header-btn#shareFile{display:none}.vc-results-detail__header-btn svg{display:block}.vc-results-detail__header-btn svg path{stroke:#009aff}.vc-results-detail__header-btn:hover{background-color:#009aff}.vc-results-detail__header-btn:hover svg path{stroke:#fff}@media(max-width: 767px){.vc-results-detail__header-btn{width:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.vc-results-detail__pinch-container{overflow:hidden}@media(orientation: portrait){.vc-results-detail__pinch-container{max-height:50vh}}@media(max-width: 1365px){.vc-results-detail__pinch{min-width:1024px}}.vc-results-detail__content{margin-top:32px}.vc-results-detail__document-wrapper img[src="/upload/vit.clinic/logo.jpg"]{width:300px}.vc-results-detail__document-wrapper img[src="/upload/vit.clinic/signature.jpg"]{width:70px}.vc-results-detail__document{margin-top:calc( 0.0090293454 * 100vw + 44.2618510158px )}@media(min-width: 1300px){.vc-results-detail__document{margin-top:56px}}@media(max-width: 414px){.vc-results-detail__document{margin-top:48px}}.vc-results-detail__main{margin-top:calc( 0.0180586907 * 100vw + 24.5237020316px )}@media(min-width: 1300px){.vc-results-detail__main{margin-top:48px}}@media(max-width: 414px){.vc-results-detail__main{margin-top:32px}}.vc-results-detail__section{margin-top:32px}.vc-results-detail__info{border-radius:8px;background-color:#f8f9ff;padding-top:calc( 0.0090293454 * 100vw + 4.2618510158px );padding-right:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-bottom:calc( 0.0090293454 * 100vw + 4.2618510158px );padding-left:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-results-detail__info{padding-top:16px}}@media(max-width: 414px){.vc-results-detail__info{padding-top:8px}}@media(min-width: 1300px){.vc-results-detail__info{padding-right:24px}}@media(max-width: 414px){.vc-results-detail__info{padding-right:16px}}@media(min-width: 1300px){.vc-results-detail__info{padding-bottom:16px}}@media(max-width: 414px){.vc-results-detail__info{padding-bottom:8px}}@media(min-width: 1300px){.vc-results-detail__info{padding-left:24px}}@media(max-width: 414px){.vc-results-detail__info{padding-left:16px}}.vc-results-detail__info-item{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.55;color:#000}@media(min-width: 1300px){.vc-results-detail__info-item{font-size:18px}}@media(max-width: 414px){.vc-results-detail__info-item{font-size:14px}}.vc-results-detail__info-item--strong{font-weight:500}@media(max-width: 767px){.vc-results-detail__info-item--strong{display:block}}.vc-results-detail__info-item:not(:first-child){margin-top:calc( -0.0090293454 * 100vw + 19.7381489842px )}@media(min-width: 1300px){.vc-results-detail__info-item:not(:first-child){margin-top:8px}}@media(max-width: 414px){.vc-results-detail__info-item:not(:first-child){margin-top:16px}}.vc-results-detail__files{margin-top:calc( 0.0090293454 * 100vw + 20.2618510158px )}@media(min-width: 1300px){.vc-results-detail__files{margin-top:32px}}@media(max-width: 414px){.vc-results-detail__files{margin-top:24px}}.vc-results-detail__files-title{font-size:calc( 0.006772009 * 100vw + 15.1963882619px );font-style:normal;font-weight:500;line-height:1.33;color:#000;padding-top:calc( 0.0338600451 * 100vw + -14.0180586907px );display:none}@media(min-width: 1300px){.vc-results-detail__files-title{font-size:24px}}@media(max-width: 414px){.vc-results-detail__files-title{font-size:18px}}@media(min-width: 1300px){.vc-results-detail__files-title{padding-top:30px}}@media(max-width: 414px){.vc-results-detail__files-title{padding-top:0px}}.vc-results-detail__files--loaded .vc-results-detail__files-title{display:block}.vc-results-detail__files-content{background-color:#f4f4f4;padding:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:30px;gap:30px;font-size:14px;font-style:normal;font-weight:400;line-height:1.2;color:#3c3c3b}.vc-results-detail__files--loaded .vc-results-detail__files-content{margin-top:calc( 0.0158013544 * 100vw + 9.4582392777px );background-color:#fff;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0;grid-gap:8px;gap:8px}@media(min-width: 1300px){.vc-results-detail__files--loaded .vc-results-detail__files-content{margin-top:30px}}@media(max-width: 414px){.vc-results-detail__files--loaded .vc-results-detail__files-content{margin-top:16px}}.vc-results-detail__loader{width:24px;height:24px;border-radius:50%;border-left:2px solid #0094f5;border-top:2px solid #0094f5;margin-right:14px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.vc-results-detail__file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;grid-gap:12px;gap:12px;border-radius:8px;border:1px solid #f8f9ff;background-color:#f7f8fb;padding-top:calc( -0.0022573363 * 100vw + 17.934537246px );padding-right:16px;padding-bottom:calc( -0.0022573363 * 100vw + 17.934537246px );padding-left:16px;font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-style:normal;font-weight:400;line-height:1.25;letter-spacing:-0.015em;color:#3c3c3b;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-results-detail__file{padding-top:15px}}@media(max-width: 414px){.vc-results-detail__file{padding-top:17px}}@media(min-width: 1300px){.vc-results-detail__file{padding-bottom:15px}}@media(max-width: 414px){.vc-results-detail__file{padding-bottom:17px}}@media(min-width: 1300px){.vc-results-detail__file{font-size:16px}}@media(max-width: 414px){.vc-results-detail__file{font-size:14px}}.vc-results-detail__file:hover{color:#009aff}.vc-results-detail__file-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.vc-results-detail__file-icon svg{display:block}.vc-visual-editor{color:#000;font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.57}@media(min-width: 1300px){.vc-visual-editor{font-size:18px}}@media(max-width: 414px){.vc-visual-editor{font-size:14px}}.vc-body--wob .vc-visual-editor{color:#fff}.vc-body--yob .vc-visual-editor{color:#ffdf60}.vc-visual-editor h1{font-size:calc( 0.0270880361 * 100vw + 20.7855530474px );font-weight:500;font-style:normal;line-height:1.14;color:inherit;margin-bottom:calc( 0.0090293454 * 100vw + 6.2618510158px )}@media(min-width: 1300px){.vc-visual-editor h1{font-size:56px}}@media(max-width: 414px){.vc-visual-editor h1{font-size:32px}}@media(min-width: 1300px){.vc-visual-editor h1{margin-bottom:18px}}@media(max-width: 414px){.vc-visual-editor h1{margin-bottom:10px}}.vc-visual-editor h1:not(:first-child){margin-top:calc( 0.0519187359 * 100vw + 42.5056433409px )}@media(min-width: 1300px){.vc-visual-editor h1:not(:first-child){margin-top:110px}}@media(max-width: 414px){.vc-visual-editor h1:not(:first-child){margin-top:64px}}.vc-visual-editor h2{font-size:calc( 0.0180586907 * 100vw + 18.5237020316px );font-weight:500;font-style:normal;line-height:1.23;color:inherit;margin-top:calc( 0.0180586907 * 100vw + 48.5237020316px );margin-bottom:calc( 0.0090293454 * 100vw + 6.2618510158px )}@media(min-width: 1300px){.vc-visual-editor h2{font-size:42px}}@media(max-width: 414px){.vc-visual-editor h2{font-size:26px}}@media(min-width: 1300px){.vc-visual-editor h2{margin-top:72px}}@media(max-width: 414px){.vc-visual-editor h2{margin-top:56px}}@media(min-width: 1300px){.vc-visual-editor h2{margin-bottom:18px}}@media(max-width: 414px){.vc-visual-editor h2{margin-bottom:10px}}.vc-visual-editor h3{font-size:calc( 0.006772009 * 100vw + 15.1963882619px );font-weight:500;font-style:normal;line-height:1.44;color:inherit;margin-bottom:calc( 0.0090293454 * 100vw + 6.2618510158px );margin-top:calc( 0.0180586907 * 100vw + 40.5237020316px )}@media(min-width: 1300px){.vc-visual-editor h3{font-size:24px}}@media(max-width: 414px){.vc-visual-editor h3{font-size:18px}}@media(min-width: 1300px){.vc-visual-editor h3{margin-bottom:18px}}@media(max-width: 414px){.vc-visual-editor h3{margin-bottom:10px}}@media(min-width: 1300px){.vc-visual-editor h3{margin-top:64px}}@media(max-width: 414px){.vc-visual-editor h3{margin-top:48px}}.vc-visual-editor p{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.57;color:inherit;margin-top:calc( 0.0090293454 * 100vw + 6.2618510158px );margin-bottom:0}@media(min-width: 1300px){.vc-visual-editor p{font-size:18px}}@media(max-width: 414px){.vc-visual-editor p{font-size:14px}}@media(min-width: 1300px){.vc-visual-editor p{margin-top:18px}}@media(max-width: 414px){.vc-visual-editor p{margin-top:10px}}.vc-visual-editor p+p{margin-top:calc( 0.006772009 * 100vw + 15.1963882619px )}@media(min-width: 1300px){.vc-visual-editor p+p{margin-top:24px}}@media(max-width: 414px){.vc-visual-editor p+p{margin-top:18px}}.vc-visual-editor b{font-weight:500}.vc-visual-editor ul{margin-top:calc( 0.0090293454 * 100vw + 6.2618510158px )}@media(min-width: 1300px){.vc-visual-editor ul{margin-top:18px}}@media(max-width: 414px){.vc-visual-editor ul{margin-top:10px}}.vc-visual-editor ul:not(:first-child){margin-top:calc( 0.0045146727 * 100vw + 26.1309255079px )}@media(min-width: 1300px){.vc-visual-editor ul:not(:first-child){margin-top:32px}}@media(max-width: 414px){.vc-visual-editor ul:not(:first-child){margin-top:28px}}.vc-visual-editor ul li::before{content:"";width:8px;height:8px;margin-top:calc( 0.0056433409 * 100vw + 2.6636568849px );margin-bottom:calc( 0.0056433409 * 100vw + 2.6636568849px );background-color:#009aff;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 1300px){.vc-visual-editor ul li::before{margin-top:10px}}@media(max-width: 414px){.vc-visual-editor ul li::before{margin-top:5px}}@media(min-width: 1300px){.vc-visual-editor ul li::before{margin-bottom:10px}}@media(max-width: 414px){.vc-visual-editor ul li::before{margin-bottom:5px}}.vc-body--bow .vc-visual-editor ul li::before{background-color:#fff}.vc-body--wob .vc-visual-editor ul li::before{background-color:#000}.vc-body--yob .vc-visual-editor ul li::before{background-color:#0079e9}.vc-visual-editor ol{counter-reset:vc-counter;margin-top:calc( 0.0090293454 * 100vw + 6.2618510158px )}@media(min-width: 1300px){.vc-visual-editor ol{margin-top:18px}}@media(max-width: 414px){.vc-visual-editor ol{margin-top:10px}}.vc-visual-editor ol:not(:first-child){margin-top:calc( 0.0045146727 * 100vw + 26.1309255079px )}@media(min-width: 1300px){.vc-visual-editor ol:not(:first-child){margin-top:32px}}@media(max-width: 414px){.vc-visual-editor ol:not(:first-child){margin-top:28px}}.vc-visual-editor ol li{counter-increment:vc-counter}.vc-visual-editor ol li::before{-ms-flex-negative:0;flex-shrink:0;content:counter(vc-counter) "."}.vc-visual-editor li{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.57;color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:16px;gap:16px}@media(min-width: 1300px){.vc-visual-editor li{font-size:18px}}@media(max-width: 414px){.vc-visual-editor li{font-size:14px}}.vc-visual-editor li:not(:first-child){margin-top:14px}.vc-visual-editor li ol,.vc-visual-editor li ul{margin-top:0}.vc-visual-editor blockquote{font-size:calc( 0.0112866817 * 100vw + 9.3273137698px );font-weight:400;font-style:italic;line-height:1.57;color:inherit;margin-top:calc( 0.0090293454 * 100vw + 6.2618510158px );margin-bottom:0;margin-left:0;margin-right:0}@media(min-width: 1300px){.vc-visual-editor blockquote{font-size:24px}}@media(max-width: 414px){.vc-visual-editor blockquote{font-size:14px}}@media(min-width: 1300px){.vc-visual-editor blockquote{margin-top:18px}}@media(max-width: 414px){.vc-visual-editor blockquote{margin-top:10px}}.vc-visual-editor blockquote+blockquote{margin-top:calc( 0.006772009 * 100vw + 15.1963882619px )}@media(min-width: 1300px){.vc-visual-editor blockquote+blockquote{margin-top:24px}}@media(max-width: 414px){.vc-visual-editor blockquote+blockquote{margin-top:18px}}.vc-visual-editor a{font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;color:#0079e9;text-decoration:none;-webkit-transition:.3s;transition:.3s}.vc-body--bow .vc-visual-editor a{color:#000}.vc-body--wob .vc-visual-editor a{color:#fff}.vc-body--yob .vc-visual-editor a{color:#ffdf60}.vc-visual-editor a:visited{color:#0079e9;text-decoration:none}.vc-body--bow .vc-visual-editor a:visited{color:#000}.vc-body--wob .vc-visual-editor a:visited{color:#fff}.vc-body--yob .vc-visual-editor a:visited{color:#ffdf60}.vc-visual-editor a:hover{color:#009aff;text-decoration:underline}.vc-body--bow .vc-visual-editor a:hover{color:#000}.vc-body--wob .vc-visual-editor a:hover{color:#fff}.vc-body--yob .vc-visual-editor a:hover{color:#ffdf60}.vc-visual-editor a:focus{color:#009aff;text-decoration:underline}.vc-body--bow .vc-visual-editor a:focus{color:#000}.vc-body--wob .vc-visual-editor a:focus{color:#fff}.vc-body--yob .vc-visual-editor a:focus{color:#ffdf60}.vc-visual-editor a:active{color:#0079e9;text-decoration:none}.vc-body--bow .vc-visual-editor a:active{color:#000}.vc-body--wob .vc-visual-editor a:active{color:#fff}.vc-body--yob .vc-visual-editor a:active{color:#ffdf60}.vc-visual-editor__table-wrapper{width:100%;overflow-x:auto}.vc-visual-editor table{border-collapse:collapse;border:none;min-width:1024px}.vc-visual-editor table tr:nth-child(2n+1){background-color:rgba(127,86,153,.1)}.vc-body--bow .vc-visual-editor table tr:nth-child(2n+1){background-color:rgba(0,0,0,.1)}.vc-body--wob .vc-visual-editor table tr:nth-child(2n+1){background-color:rgba(0,0,0,.9)}.vc-body--yob .vc-visual-editor table tr:nth-child(2n+1){background-color:rgba(0,0,0,.9)}.vc-visual-editor table td{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.57;color:#000;padding-top:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-right:calc( 0.007518797 * 100vw + 14.2255639098px );padding-bottom:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-left:calc( 0.007518797 * 100vw + 14.2255639098px )}@media(min-width: 1300px){.vc-visual-editor table td{font-size:18px}}@media(max-width: 414px){.vc-visual-editor table td{font-size:14px}}@media(min-width: 1300px){.vc-visual-editor table td{padding-top:16px}}@media(max-width: 414px){.vc-visual-editor table td{padding-top:12px}}@media(min-width: 1300px){.vc-visual-editor table td{padding-right:24px}}@media(max-width: 768px){.vc-visual-editor table td{padding-right:20px}}@media(min-width: 1300px){.vc-visual-editor table td{padding-bottom:16px}}@media(max-width: 414px){.vc-visual-editor table td{padding-bottom:12px}}@media(min-width: 1300px){.vc-visual-editor table td{padding-left:24px}}@media(max-width: 768px){.vc-visual-editor table td{padding-left:20px}}.vc-body--wob .vc-visual-editor table td{color:#fff}.vc-body--yob .vc-visual-editor table td{color:#ffdf60}@media(max-width: 767px){.vc-prices{margin-left:-20px;margin-right:-20px}}.vc-prices__item{padding-top:calc( 0.0045146727 * 100vw + 6.1309255079px );padding-right:24px;padding-bottom:calc( 0.0045146727 * 100vw + 6.1309255079px );padding-left:24px;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;grid-gap:24px;gap:24px}@media(min-width: 1300px){.vc-prices__item{padding-top:12px}}@media(max-width: 414px){.vc-prices__item{padding-top:8px}}@media(min-width: 1300px){.vc-prices__item{padding-bottom:12px}}@media(max-width: 414px){.vc-prices__item{padding-bottom:8px}}.vc-prices__item:nth-child(2n+1){background-color:#f8f9ff}.vc-prices__item[href]:hover .vc-prices__item-title{color:#009aff}.vc-prices__item-title{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.55;color:#000;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-prices__item-title{font-size:18px}}@media(max-width: 414px){.vc-prices__item-title{font-size:14px}}.vc-prices__item-price{font-size:16px;font-style:normal;font-weight:500;line-height:1;color:#009aff;-ms-flex-negative:0;flex-shrink:0;white-space:nowrap}.vc-prescription{margin-top:calc( -0.0180586907 * 100vw + 55.4762979684px )}@media(min-width: 1300px){.vc-prescription{margin-top:32px}}@media(max-width: 414px){.vc-prescription{margin-top:48px}}.vc-prescription__content{margin-top:calc( 0.0180586907 * 100vw + 24.5237020316px )}@media(min-width: 1300px){.vc-prescription__content{margin-top:48px}}@media(max-width: 414px){.vc-prescription__content{margin-top:32px}}.vc-promo{margin-top:calc( 0.0180586907 * 100vw + 24.5237020316px )}@media(min-width: 1300px){.vc-promo{margin-top:48px}}@media(max-width: 414px){.vc-promo{margin-top:32px}}.vc-promo__list{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px}@media(max-width: 1279px){.vc-promo__list{grid-template-columns:1fr 1fr}}@media(max-width: 1023px){.vc-promo__list{grid-template-columns:1fr 1fr}}@media(max-width: 767px){.vc-promo__list{grid-template-columns:1fr 1fr}}@media(max-width: 600px){.vc-promo__list{grid-gap:16px;grid-template-columns:1fr}}.vc-promo__item{position:relative;overflow:hidden;border-radius:24px}.vc-promo__item:hover .vc-promo__item-image{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.vc-promo__item-image{position:relative;aspect-ratio:404/200;overflow:hidden;-webkit-transition:.3s;transition:.3s;isolation:isolate}.vc-promo__item-image-img{position:absolute;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:.3s;transition:.3s}.vc-promo__item-content{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.vc-promo__item-tag{padding:4px 12px;background-color:#ffe26e;border-radius:16px;font-size:calc( 0.0022573363 * 100vw + 11.065462754px );font-weight:400;font-style:normal;line-height:1;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 1300px){.vc-promo__item-tag{font-size:14px}}@media(max-width: 414px){.vc-promo__item-tag{font-size:12px}}.vc-body--bow .vc-promo__item-tag{background-color:#fff}.vc-body--wob .vc-promo__item-tag{color:#fff;background-color:#000}.vc-body--yob .vc-promo__item-tag{color:#ffdf60;background-color:#0079e9}.vc-promo__item-tag-icon{margin-right:8px}.vc-promo__item-tag-icon svg{display:block}.vc-body--wob .vc-promo__item-tag-icon svg path{stroke:#fff}.vc-body--yob .vc-promo__item-tag-icon svg path{stroke:#ffdf60}.vc-promo__item-title{font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-weight:500;font-style:normal;line-height:1.33;color:#fff;margin-top:auto}@media(min-width: 1300px){.vc-promo__item-title{font-size:18px}}@media(max-width: 414px){.vc-promo__item-title{font-size:16px}}.vc-body--bow .vc-promo__item-title{color:#000}.vc-body--wob .vc-promo__item-title{color:#fff}.vc-body--yob .vc-promo__item-title{color:#ffdf60}.vc-promo-detail{margin-top:calc( 0.0045146727 * 100vw + 10.1309255079px )}@media(min-width: 1300px){.vc-promo-detail{margin-top:16px}}@media(max-width: 414px){.vc-promo-detail{margin-top:12px}}.vc-promo-detail__tag-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.vc-promo-detail__tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;background-color:#ffe26e;border-radius:4px;padding-top:calc( 0.0022573363 * 100vw + 5.065462754px );padding-right:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-bottom:calc( 0.0022573363 * 100vw + 5.065462754px );padding-left:calc( 0.0045146727 * 100vw + 10.1309255079px )}@media(min-width: 1300px){.vc-promo-detail__tag{padding-top:8px}}@media(max-width: 414px){.vc-promo-detail__tag{padding-top:6px}}@media(min-width: 1300px){.vc-promo-detail__tag{padding-right:16px}}@media(max-width: 414px){.vc-promo-detail__tag{padding-right:12px}}@media(min-width: 1300px){.vc-promo-detail__tag{padding-bottom:8px}}@media(max-width: 414px){.vc-promo-detail__tag{padding-bottom:6px}}@media(min-width: 1300px){.vc-promo-detail__tag{padding-left:16px}}@media(max-width: 414px){.vc-promo-detail__tag{padding-left:12px}}.vc-body--bow .vc-promo-detail__tag{background-color:#fff}.vc-body--wob .vc-promo-detail__tag{background-color:#000;border:1px solid #fff}.vc-body--yob .vc-promo-detail__tag{background-color:#0079e9;border:1px solid #ffdf60}.vc-promo-detail__tag-icon{width:14px}.vc-promo-detail__tag-icon svg{display:block}.vc-body--wob .vc-promo-detail__tag-icon svg path{stroke:#fff}.vc-body--yob .vc-promo-detail__tag-icon svg path{stroke:#ffdf60}.vc-promo-detail__tag-text{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-weight:400;font-style:normal;line-height:1;color:#222;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px)}@media(min-width: 1300px){.vc-promo-detail__tag-text{font-size:16px}}@media(max-width: 414px){.vc-promo-detail__tag-text{font-size:14px}}.vc-body--bow .vc-promo-detail__tag-text{color:#000}.vc-body--wob .vc-promo-detail__tag-text{color:#fff}.vc-body--yob .vc-promo-detail__tag-text{color:#ffdf60}.vc-promo-detail__image{margin-top:calc( 0.0248306998 * 100vw + 31.7200902935px );aspect-ratio:1046/416;overflow:hidden}@media(min-width: 1300px){.vc-promo-detail__image{margin-top:64px}}@media(max-width: 414px){.vc-promo-detail__image{margin-top:42px}}.vc-promo-detail__image-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.vc-promo-detail__editor{margin-top:calc( 0.0270880361 * 100vw + 20.7855530474px )}@media(min-width: 1300px){.vc-promo-detail__editor{margin-top:56px}}@media(max-width: 414px){.vc-promo-detail__editor{margin-top:32px}}.vc-promo-detail__prices{margin-top:calc( 0.0180586907 * 100vw + 40.5237020316px )}@media(min-width: 1300px){.vc-promo-detail__prices{margin-top:64px}}@media(max-width: 414px){.vc-promo-detail__prices{margin-top:48px}}.vc-promo-detail__prices-title{font-size:calc( 0.006772009 * 100vw + 15.1963882619px );font-weight:500;font-style:normal;line-height:1.44;color:#000}@media(min-width: 1300px){.vc-promo-detail__prices-title{font-size:24px}}@media(max-width: 414px){.vc-promo-detail__prices-title{font-size:18px}}.vc-body--wob .vc-promo-detail__prices-title{color:#fff}.vc-body--yob .vc-promo-detail__prices-title{color:#ffdf60}.vc-promo-detail__prices-list{margin-top:calc( 0.0158013544 * 100vw + 11.4582392777px )}@media(min-width: 1300px){.vc-promo-detail__prices-list{margin-top:32px}}@media(max-width: 414px){.vc-promo-detail__prices-list{margin-top:18px}}.vc-profile{margin-top:calc( 0.0180586907 * 100vw + 24.5237020316px )}@media(min-width: 1300px){.vc-profile{margin-top:48px}}@media(max-width: 414px){.vc-profile{margin-top:32px}}.vc-profile__photo-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:calc( 0.0033860045 * 100vw + 22.5981941309px );gap:calc( 0.0033860045 * 100vw + 22.5981941309px )}@media(min-width: 1300px){.vc-profile__photo-wrapper{grid-gap:27px;gap:27px}}@media(max-width: 414px){.vc-profile__photo-wrapper{grid-gap:24px;gap:24px}}@media(max-width: 767px){.vc-profile__photo-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.vc-profile__photo{width:107px;height:107px;border-radius:50%;overflow:hidden}@media(max-width: 767px){.vc-profile__photo{margin:0 auto}}.vc-profile__photo-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vc-profile__photo-btns{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:calc( 0.006772009 * 100vw + 7.1963882619px );gap:calc( 0.006772009 * 100vw + 7.1963882619px )}@media(min-width: 1300px){.vc-profile__photo-btns{grid-gap:16px;gap:16px}}@media(max-width: 414px){.vc-profile__photo-btns{grid-gap:10px;gap:10px}}@media(max-width: 767px){.vc-profile__photo-btns{display:grid;grid-template-columns:1fr 1fr}}.vc-profile__content{margin-top:calc( 0.0090293454 * 100vw + 44.2618510158px )}@media(min-width: 1300px){.vc-profile__content{margin-top:56px}}@media(max-width: 414px){.vc-profile__content{margin-top:48px}}.vc-profile__section{margin-top:calc( 0.0090293454 * 100vw + 44.2618510158px )}@media(min-width: 1300px){.vc-profile__section{margin-top:56px}}@media(max-width: 414px){.vc-profile__section{margin-top:48px}}.vc-profile__section-title{font-size:calc( 0.006772009 * 100vw + 15.1963882619px );font-weight:500;font-style:normal;line-height:1.33;color:#000}@media(min-width: 1300px){.vc-profile__section-title{font-size:24px}}@media(max-width: 414px){.vc-profile__section-title{font-size:18px}}.vc-profile__section-content{margin-top:calc( 0.0090293454 * 100vw + 20.2618510158px )}@media(min-width: 1300px){.vc-profile__section-content{margin-top:32px}}@media(max-width: 414px){.vc-profile__section-content{margin-top:24px}}.vc-profile__info-list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:calc( 0.0158013544 * 100vw + 3.4582392777px );grid-row-gap:32px}@media(min-width: 1300px){.vc-profile__info-list{grid-column-gap:24px}}@media(max-width: 414px){.vc-profile__info-list{grid-column-gap:10px}}.vc-profile__info-item-title{font-size:calc( 0.0022573363 * 100vw + 11.065462754px );font-weight:400;font-style:normal;line-height:1.42;color:#000;opacity:.3}@media(min-width: 1300px){.vc-profile__info-item-title{font-size:14px}}@media(max-width: 414px){.vc-profile__info-item-title{font-size:12px}}.vc-profile__info-item-text{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.55;color:#000;margin-top:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-profile__info-item-text{font-size:18px}}@media(max-width: 414px){.vc-profile__info-item-text{font-size:14px}}@media(min-width: 1300px){.vc-profile__info-item-text{margin-top:12px}}@media(max-width: 414px){.vc-profile__info-item-text{margin-top:8px}}.vc-profile__photo-input{position:absolute;top:0;left:0;z-index:-10;width:100%;height:100%;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.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(0,0,0,.8);opacity:0;pointer-events:none;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.vc-body--bow .vc-modal{background-color:#fff}.vc-body--wob .vc-modal{background-color:#000}.vc-body--yob .vc-modal{background-color:#0079e9}.vc-modal--active{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);pointer-events:all}.vc-modal__container,.vc-modal__success{position:relative;background-color:#f0f0f0;width:100%;max-width:952px;max-height:100vh;border-radius:16px;padding-top:calc( 0.0270880361 * 100vw + 20.7855530474px );padding-right:calc( 0.0496613995 * 100vw + -0.5598194131px );padding-bottom:calc( 0.0270880361 * 100vw + 20.7855530474px );padding-left:calc( 0.0496613995 * 100vw + -0.5598194131px );scrollbar-width:none;-ms-overflow-style:none}@media(min-width: 1300px){.vc-modal__container,.vc-modal__success{padding-top:56px}}@media(max-width: 414px){.vc-modal__container,.vc-modal__success{padding-top:32px}}@media(min-width: 1300px){.vc-modal__container,.vc-modal__success{padding-right:64px}}@media(max-width: 414px){.vc-modal__container,.vc-modal__success{padding-right:20px}}@media(min-width: 1300px){.vc-modal__container,.vc-modal__success{padding-bottom:56px}}@media(max-width: 414px){.vc-modal__container,.vc-modal__success{padding-bottom:32px}}@media(min-width: 1300px){.vc-modal__container,.vc-modal__success{padding-left:64px}}@media(max-width: 414px){.vc-modal__container,.vc-modal__success{padding-left:20px}}.vc-modal__container::-webkit-scrollbar,.vc-modal__success::-webkit-scrollbar{width:0 !important}.vc-modal--small .vc-modal__container,.vc-modal--small .vc-modal__success{max-width:602px;padding-right:calc( 0.0406320542 * 100vw + 3.1783295711px );padding-left:calc( 0.0406320542 * 100vw + 3.1783295711px )}@media(min-width: 1300px){.vc-modal--small .vc-modal__container,.vc-modal--small .vc-modal__success{padding-right:56px}}@media(max-width: 414px){.vc-modal--small .vc-modal__container,.vc-modal--small .vc-modal__success{padding-right:20px}}@media(min-width: 1300px){.vc-modal--small .vc-modal__container,.vc-modal--small .vc-modal__success{padding-left:56px}}@media(max-width: 414px){.vc-modal--small .vc-modal__container,.vc-modal--small .vc-modal__success{padding-left:20px}}.vc-modal--review .vc-modal__container,.vc-modal--review .vc-modal__success{max-width:758px;padding:calc( 0.0270880361 * 100vw + 12.7855530474px )}@media(min-width: 1300px){.vc-modal--review .vc-modal__container,.vc-modal--review .vc-modal__success{padding:48px}}@media(max-width: 414px){.vc-modal--review .vc-modal__container,.vc-modal--review .vc-modal__success{padding:24px}}.vc-modal--mh300 .vc-modal__container,.vc-modal--mh300 .vc-modal__success{min-height:300px}.vc-modal--p0 .vc-modal__container,.vc-modal--p0 .vc-modal__success{padding:0}.vc-modal--confirm .vc-modal__container,.vc-modal--confirm .vc-modal__success{padding:calc( 0.0112866817 * 100vw + 27.3273137698px );border-radius:calc( 0.0361173815 * 100vw + -14.9525959368px );max-width:574px}@media(min-width: 1300px){.vc-modal--confirm .vc-modal__container,.vc-modal--confirm .vc-modal__success{padding:42px}}@media(max-width: 414px){.vc-modal--confirm .vc-modal__container,.vc-modal--confirm .vc-modal__success{padding:32px}}@media(min-width: 1300px){.vc-modal--confirm .vc-modal__container,.vc-modal--confirm .vc-modal__success{border-radius:32px}}@media(max-width: 414px){.vc-modal--confirm .vc-modal__container,.vc-modal--confirm .vc-modal__success{border-radius:0px}}.vc-modal--white .vc-modal__container,.vc-modal--white .vc-modal__success{background-color:#fff}.vc-body--bow .vc-modal__container,.vc-body--bow .vc-modal__success{background-color:#fff;border:1px solid #000}.vc-body--wob .vc-modal__container,.vc-body--wob .vc-modal__success{background-color:#000;border:1px solid #fff}.vc-body--yob .vc-modal__container,.vc-body--yob .vc-modal__success{background-color:#0079e9;border:1px solid #ffdf60}@media(max-width: 767px){.vc-modal__container,.vc-modal__success{border-radius:0;overflow-y:auto}}.vc-modal__close-wrapper{position:absolute;top:calc( 0.0090293454 * 100vw + 20.2618510158px );right:calc( 0.0316027088 * 100vw + 6.9164785553px );z-index:100}@media(min-width: 1300px){.vc-modal__close-wrapper{top:32px}}@media(max-width: 414px){.vc-modal__close-wrapper{top:24px}}@media(min-width: 1300px){.vc-modal__close-wrapper{right:48px}}@media(max-width: 414px){.vc-modal__close-wrapper{right:20px}}.vc-modal__close{position:fixed;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);cursor:pointer;opacity:.2;-webkit-transition:.3s;transition:.3s}.vc-modal__close svg{display:block;width:calc( 0.0022573363 * 100vw + 13.065462754px )}@media(min-width: 1300px){.vc-modal__close svg{width:16px}}@media(max-width: 414px){.vc-modal__close svg{width:14px}}.vc-body--wob .vc-modal__close svg path{stroke:#fff}.vc-body--yob .vc-modal__close svg path{stroke:#ffdf60}.vc-modal__close:hover{opacity:1}.vc-modal__close-btn{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 600px){.vc-modal__close-btn{display:block}}.vc-modal__title,.vc-modal__success-title{font-size:calc( 0.0112866817 * 100vw + 27.3273137698px );font-weight:500;font-style:normal;line-height:1.14;color:#000}@media(min-width: 1300px){.vc-modal__title,.vc-modal__success-title{font-size:42px}}@media(max-width: 414px){.vc-modal__title,.vc-modal__success-title{font-size:32px}}.vc-body--wob .vc-modal__title,.vc-body--wob .vc-modal__success-title{color:#fff}.vc-body--yob .vc-modal__title,.vc-body--yob .vc-modal__success-title{color:#ffdf60}.vc-modal--review .vc-modal__title,.vc-modal--review .vc-modal__success-title{font-size:calc( 0.006772009 * 100vw + 15.1963882619px )}@media(min-width: 1300px){.vc-modal--review .vc-modal__title,.vc-modal--review .vc-modal__success-title{font-size:24px}}@media(max-width: 414px){.vc-modal--review .vc-modal__title,.vc-modal--review .vc-modal__success-title{font-size:18px}}.vc-modal__subtitle,.vc-modal__success-subtitle{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.57;color:#000;margin-top:calc( 0.0090293454 * 100vw + 4.2618510158px );max-width:661px}@media(min-width: 1300px){.vc-modal__subtitle,.vc-modal__success-subtitle{font-size:18px}}@media(max-width: 414px){.vc-modal__subtitle,.vc-modal__success-subtitle{font-size:14px}}@media(min-width: 1300px){.vc-modal__subtitle,.vc-modal__success-subtitle{margin-top:16px}}@media(max-width: 414px){.vc-modal__subtitle,.vc-modal__success-subtitle{margin-top:8px}}.vc-body--wob .vc-modal__subtitle,.vc-body--wob .vc-modal__success-subtitle{color:#fff}.vc-body--yob .vc-modal__subtitle,.vc-body--yob .vc-modal__success-subtitle{color:#ffdf60}.vc-modal__content{margin-top:calc( 0.0090293454 * 100vw + 20.2618510158px )}@media(min-width: 1300px){.vc-modal__content{margin-top:32px}}@media(max-width: 414px){.vc-modal__content{margin-top:24px}}.vc-modal__success{position:absolute;top:0;left:0;z-index:50;width:100%;height:100%}.vc-modal__success-icon{width:calc( 0.0090293454 * 100vw + 20.2618510158px );display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width: 1300px){.vc-modal__success-icon{width:32px}}@media(max-width: 414px){.vc-modal__success-icon{width:24px}}.vc-modal__success-icon svg{display:block;width:100%}.vc-modal__success-title{margin-top:16px}.vc-modal__success-subtitle{margin-top:calc( 0.0090293454 * 100vw + 4.2618510158px )}@media(min-width: 1300px){.vc-modal__success-subtitle{margin-top:16px}}@media(max-width: 414px){.vc-modal__success-subtitle{margin-top:8px}}.vc-modal__review-date{font-size:18px;font-weight:400;font-style:normal;line-height:1.56;color:#000;opacity:.3}.vc-body--wob .vc-modal__review-date{color:#fff}.vc-body--yob .vc-modal__review-date{color:#ffdf60}.vc-modal__review-score{margin-top:calc( 0.0045146727 * 100vw + 10.1309255079px )}@media(min-width: 1300px){.vc-modal__review-score{margin-top:16px}}@media(max-width: 414px){.vc-modal__review-score{margin-top:12px}}.vc-modal__review-text{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.56;color:#000;margin-top:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-modal__review-text{font-size:18px}}@media(max-width: 414px){.vc-modal__review-text{font-size:14px}}@media(min-width: 1300px){.vc-modal__review-text{margin-top:12px}}@media(max-width: 414px){.vc-modal__review-text{margin-top:8px}}.vc-body--wob .vc-modal__review-text{color:#fff}.vc-body--yob .vc-modal__review-text{color:#ffdf60}.vc-modal__profile-image{width:100%}.vc-modal__profile-image .cropper-face,.vc-modal__profile-image .cropper-view-box{border-radius:50%;outline:none}.vc-modal__profile-image .cropper-center{display:none}.vc-modal__profile-image-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vc-modal__save-btn{margin-top:calc( 0.0090293454 * 100vw + 20.2618510158px );display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width: 1300px){.vc-modal__save-btn{margin-top:32px}}@media(max-width: 414px){.vc-modal__save-btn{margin-top:24px}}@media(max-width: 500px){.vc-modal__save-btn{display:block}}.vc-modal__confirm-btns{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px}.vc-modal__confirm-btns .vc-btn{width:100%}.vc-modal__services-title{font-size:calc( 0.0045146727 * 100vw + 22.1309255079px );font-style:normal;font-weight:500;line-height:1.33;color:#3c3c3b;padding-right:calc( 0.0090293454 * 100vw + 20.2618510158px );padding-left:calc( 0.0090293454 * 100vw + 20.2618510158px )}@media(min-width: 1300px){.vc-modal__services-title{font-size:28px}}@media(max-width: 414px){.vc-modal__services-title{font-size:24px}}@media(min-width: 1300px){.vc-modal__services-title{padding-right:32px}}@media(max-width: 414px){.vc-modal__services-title{padding-right:24px}}@media(min-width: 1300px){.vc-modal__services-title{padding-left:32px}}@media(max-width: 414px){.vc-modal__services-title{padding-left:24px}}.vc-modal__services{margin-top:calc( 0.0158013544 * 100vw + 19.4582392777px );padding-right:calc( 0.0090293454 * 100vw + 20.2618510158px );padding-left:calc( 0.0090293454 * 100vw + 20.2618510158px )}@media(min-width: 1300px){.vc-modal__services{margin-top:40px}}@media(max-width: 414px){.vc-modal__services{margin-top:26px}}@media(min-width: 1300px){.vc-modal__services{padding-right:32px}}@media(max-width: 414px){.vc-modal__services{padding-right:24px}}@media(min-width: 1300px){.vc-modal__services{padding-left:32px}}@media(max-width: 414px){.vc-modal__services{padding-left:24px}}.vc-modal__service{background-color:#f5f6fa;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:12px 16px;-webkit-transition:.3s;transition:.3s;cursor:pointer}.vc-modal__service:not(:first-child){margin-top:12px}.vc-modal__service:hover,.vc-modal__service--active{background-color:#64e1ba}.vc-modal__service-title{font-size:14px;font-style:normal;font-weight:400;line-height:1.2;color:#3c3c3b}.vc-modal__service-price{margin-left:32px;font-size:14px;font-style:normal;font-weight:500;line-height:1;color:#3c3c3b;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.vc-modal__services-btn{margin-top:calc( 0.0045146727 * 100vw + 38.1309255079px );display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:calc( 0.0090293454 * 100vw + 20.2618510158px );padding-left:calc( 0.0090293454 * 100vw + 20.2618510158px );padding-bottom:24px}@media(min-width: 1300px){.vc-modal__services-btn{margin-top:44px}}@media(max-width: 414px){.vc-modal__services-btn{margin-top:40px}}@media(min-width: 1300px){.vc-modal__services-btn{padding-right:32px}}@media(max-width: 414px){.vc-modal__services-btn{padding-right:24px}}@media(min-width: 1300px){.vc-modal__services-btn{padding-left:32px}}@media(max-width: 414px){.vc-modal__services-btn{padding-left:24px}}.vc-record-form{margin-top:calc( 0.0519187359 * 100vw + 42.5056433409px )}@media(min-width: 1300px){.vc-record-form{margin-top:110px}}@media(max-width: 414px){.vc-record-form{margin-top:64px}}.vc-record-form .vc-date-slider{margin-top:calc( 0.0135440181 * 100vw + 6.3927765237px )}@media(min-width: 1300px){.vc-record-form .vc-date-slider{margin-top:24px}}@media(max-width: 414px){.vc-record-form .vc-date-slider{margin-top:12px}}@media(max-width: 767px){.vc-record-form .vc-center{padding:0}}.vc-record-form--m0{margin:0}.vc-record-form__header{border-radius:12px;background-color:#f7f8fb;padding:16px;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:8px;gap:8px}.vc-record-form__container{position:relative;padding-top:calc( 0.0180586907 * 100vw + 24.5237020316px );padding-right:64px;padding-bottom:calc( 0.0180586907 * 100vw + 24.5237020316px );padding-left:64px;border-radius:16px}@media(min-width: 1300px){.vc-record-form__container{padding-top:48px}}@media(max-width: 414px){.vc-record-form__container{padding-top:32px}}@media(min-width: 1300px){.vc-record-form__container{padding-bottom:48px}}@media(max-width: 414px){.vc-record-form__container{padding-bottom:32px}}@media(max-width: 767px){.vc-record-form__container{padding-left:20px;padding-right:20px}}.vc-record-form__bg{position:absolute;top:0;left:0;width:100%;height:100%;border-top-left-radius:16px;border-bottom-left-radius:16px}.vc-record-form__bg::before{content:"";position:absolute;top:0;left:0;z-index:10;width:87.3015873%;height:100%;background-image:-webkit-gradient(linear, left top, right top, color-stop(66.6%, #f0f0f0), to(rgba(244, 244, 244, 0)));background-image:linear-gradient(-270deg, #f0f0f0 66.6%, rgba(244, 244, 244, 0) 100%);border-top-left-radius:16px;border-bottom-left-radius:16px}.vc-body--bow .vc-record-form__bg::before{background-image:none}.vc-body--wob .vc-record-form__bg::before{background-image:none}.vc-body--yob .vc-record-form__bg::before{background-image:none}@media(max-width: 767px){.vc-record-form__bg::before{background:#f0f0f0;width:100%;border-radius:0}.vc-body--bow .vc-record-form__bg::before{background:#fff}.vc-body--wob .vc-record-form__bg::before{background:#000}.vc-body--yob .vc-record-form__bg::before{background:#0079e9}}.vc-record-form__bg--small::before{background-image:-webkit-gradient(linear, left top, right top, color-stop(80%, #f0f0f0), to(rgba(244, 244, 244, 0)));background-image:linear-gradient(-270deg, #f0f0f0 80%, rgba(244, 244, 244, 0) 100%)}.vc-body--bow .vc-record-form__bg--small::before{background-image:none}.vc-body--wob .vc-record-form__bg--small::before{background-image:none}.vc-body--yob .vc-record-form__bg--small::before{background-image:none}.vc-record-form__bg-image{position:absolute;top:0;right:0;z-index:0;height:100%;aspect-ratio:511/520}@media(max-width: 767px){.vc-record-form__bg-image{display:none}}.vc-record-form__bg-image-img{position:absolute;top:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top right;object-position:top right;border-top-right-radius:16px;border-bottom-right-radius:16px}.vc-record-form__content{position:relative;z-index:10}.vc-record-form__title{font-size:calc( 0.0270880361 * 100vw + 20.7855530474px );font-weight:500;font-style:normal;line-height:1.14;color:#222}@media(min-width: 1300px){.vc-record-form__title{font-size:56px}}@media(max-width: 414px){.vc-record-form__title{font-size:32px}}.vc-body--bow .vc-record-form__title{color:#000}.vc-body--wob .vc-record-form__title{color:#fff}.vc-body--yob .vc-record-form__title{color:#ffdf60}.vc-record-form__subtitle{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.57;color:#444;max-width:661px}@media(min-width: 1300px){.vc-record-form__subtitle{font-size:18px}}@media(max-width: 414px){.vc-record-form__subtitle{font-size:14px}}.vc-body--bow .vc-record-form__subtitle{color:#000}.vc-body--wob .vc-record-form__subtitle{color:#fff}.vc-body--yob .vc-record-form__subtitle{color:#ffdf60}.vc-record-form__form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:calc( 0.0090293454 * 100vw + 4.2618510158px );gap:calc( 0.0090293454 * 100vw + 4.2618510158px );max-width:824px;margin-top:calc( 0.0090293454 * 100vw + 20.2618510158px )}@media(min-width: 1300px){.vc-record-form__form{grid-gap:16px;gap:16px}}@media(max-width: 414px){.vc-record-form__form{grid-gap:8px;gap:8px}}@media(min-width: 1300px){.vc-record-form__form{margin-top:32px}}@media(max-width: 414px){.vc-record-form__form{margin-top:24px}}.vc-record-form__form--w100{max-width:unset}.vc-record-form__inputs-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:calc( 0.0022573363 * 100vw + 5.065462754px );gap:calc( 0.0022573363 * 100vw + 5.065462754px )}@media(min-width: 1300px){.vc-record-form__inputs-wrapper{grid-gap:8px;gap:8px}}@media(max-width: 414px){.vc-record-form__inputs-wrapper{grid-gap:6px;gap:6px}}.vc-record-form__password-wrapper{position:relative;width:100%}.vc-record-form__show-pass svg{display:block;position:absolute;top:50%;right:24px;cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.vc-record-form__show-pass svg:nth-child(1){display:none}.vc-record-form__show-pass svg:nth-child(2){display:block}.vc-record-form__show-pass--show svg:nth-child(1){display:block}.vc-record-form__show-pass--show svg:nth-child(2){display:none}.vc-record-form__input,.vc-record-form__textarea{height:calc( 0.0045146727 * 100vw + 42.1309255079px );background-color:#fff;border-radius:4px;min-width:268px;padding:12px 16px;-webkit-box-shadow:0px 3px 6px rgba(0,0,0,0);box-shadow:0px 3px 6px rgba(0,0,0,0);border:1px solid #fff;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record-form__input,.vc-record-form__textarea{height:48px}}@media(max-width: 414px){.vc-record-form__input,.vc-record-form__textarea{height:44px}}.vc-body--bow .vc-record-form__input,.vc-body--bow .vc-record-form__textarea{border-color:#000}.vc-body--wob .vc-record-form__input,.vc-body--wob .vc-record-form__textarea{background-color:#000;color:#fff;border-color:#fff}.vc-body--yob .vc-record-form__input,.vc-body--yob .vc-record-form__textarea{background-color:#0079e9;color:#ffdf60;border-color:#ffdf60}.vc-record-form__input::-webkit-input-placeholder, .vc-record-form__textarea::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.vc-record-form__input::-moz-placeholder, .vc-record-form__textarea::-moz-placeholder{color:rgba(0,0,0,.4)}.vc-record-form__input:-ms-input-placeholder, .vc-record-form__textarea:-ms-input-placeholder{color:rgba(0,0,0,.4)}.vc-record-form__input::-ms-input-placeholder, .vc-record-form__textarea::-ms-input-placeholder{color:rgba(0,0,0,.4)}.vc-record-form__input::placeholder,.vc-record-form__textarea::placeholder{color:rgba(0,0,0,.4)}.vc-body--bow .vc-record-form__input::-webkit-input-placeholder, .vc-body--bow .vc-record-form__textarea::-webkit-input-placeholder{color:#000}.vc-body--bow .vc-record-form__input::-moz-placeholder, .vc-body--bow .vc-record-form__textarea::-moz-placeholder{color:#000}.vc-body--bow .vc-record-form__input:-ms-input-placeholder, .vc-body--bow .vc-record-form__textarea:-ms-input-placeholder{color:#000}.vc-body--bow .vc-record-form__input::-ms-input-placeholder, .vc-body--bow .vc-record-form__textarea::-ms-input-placeholder{color:#000}.vc-body--bow .vc-record-form__input::placeholder,.vc-body--bow .vc-record-form__textarea::placeholder{color:#000}.vc-body--wob .vc-record-form__input::-webkit-input-placeholder, .vc-body--wob .vc-record-form__textarea::-webkit-input-placeholder{color:#fff}.vc-body--wob .vc-record-form__input::-moz-placeholder, .vc-body--wob .vc-record-form__textarea::-moz-placeholder{color:#fff}.vc-body--wob .vc-record-form__input:-ms-input-placeholder, .vc-body--wob .vc-record-form__textarea:-ms-input-placeholder{color:#fff}.vc-body--wob .vc-record-form__input::-ms-input-placeholder, .vc-body--wob .vc-record-form__textarea::-ms-input-placeholder{color:#fff}.vc-body--wob .vc-record-form__input::placeholder,.vc-body--wob .vc-record-form__textarea::placeholder{color:#fff}.vc-body--yob .vc-record-form__input::-webkit-input-placeholder, .vc-body--yob .vc-record-form__textarea::-webkit-input-placeholder{color:#ffdf60}.vc-body--yob .vc-record-form__input::-moz-placeholder, .vc-body--yob .vc-record-form__textarea::-moz-placeholder{color:#ffdf60}.vc-body--yob .vc-record-form__input:-ms-input-placeholder, .vc-body--yob .vc-record-form__textarea:-ms-input-placeholder{color:#ffdf60}.vc-body--yob .vc-record-form__input::-ms-input-placeholder, .vc-body--yob .vc-record-form__textarea::-ms-input-placeholder{color:#ffdf60}.vc-body--yob .vc-record-form__input::placeholder,.vc-body--yob .vc-record-form__textarea::placeholder{color:#ffdf60}.vc-record-form__input--w100{width:100%}.vc-record-form__input--mw100{min-width:100%}.vc-record-form__input--auth{padding:16px 24px;border-radius:8px;height:56px}.vc-record-form__input--gray{background-color:#f5f6fa;border-color:#f5f6fa}.vc-body--bow .vc-record-form__input--gray{border-color:#000}.vc-body--wob .vc-record-form__input--gray{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__input--gray{background-color:#0079e9;border-color:#ffdf60}.vc-record-form__input.error,.error.vc-record-form__textarea{border-color:rgba(244,76,81,.16);background-color:rgba(244,76,81,.16)}.vc-record-form__input.error::-webkit-input-placeholder, .error.vc-record-form__textarea::-webkit-input-placeholder{color:#f44c51}.vc-record-form__input.error::-moz-placeholder, .error.vc-record-form__textarea::-moz-placeholder{color:#f44c51}.vc-record-form__input.error:-ms-input-placeholder, .error.vc-record-form__textarea:-ms-input-placeholder{color:#f44c51}.vc-record-form__input.error::-ms-input-placeholder, .error.vc-record-form__textarea::-ms-input-placeholder{color:#f44c51}.vc-record-form__input.error::placeholder,.error.vc-record-form__textarea::placeholder{color:#f44c51}.vc-body--bow .vc-record-form__input.error::-webkit-input-placeholder, .vc-body--bow .error.vc-record-form__textarea::-webkit-input-placeholder{color:#f44c51}.vc-body--bow .vc-record-form__input.error::-moz-placeholder, .vc-body--bow .error.vc-record-form__textarea::-moz-placeholder{color:#f44c51}.vc-body--bow .vc-record-form__input.error:-ms-input-placeholder, .vc-body--bow .error.vc-record-form__textarea:-ms-input-placeholder{color:#f44c51}.vc-body--bow .vc-record-form__input.error::-ms-input-placeholder, .vc-body--bow .error.vc-record-form__textarea::-ms-input-placeholder{color:#f44c51}.vc-body--bow .vc-record-form__input.error::placeholder,.vc-body--bow .error.vc-record-form__textarea::placeholder{color:#f44c51}.vc-body--wob .vc-record-form__input.error::-webkit-input-placeholder, .vc-body--wob .error.vc-record-form__textarea::-webkit-input-placeholder{color:#f44c51}.vc-body--wob .vc-record-form__input.error::-moz-placeholder, .vc-body--wob .error.vc-record-form__textarea::-moz-placeholder{color:#f44c51}.vc-body--wob .vc-record-form__input.error:-ms-input-placeholder, .vc-body--wob .error.vc-record-form__textarea:-ms-input-placeholder{color:#f44c51}.vc-body--wob .vc-record-form__input.error::-ms-input-placeholder, .vc-body--wob .error.vc-record-form__textarea::-ms-input-placeholder{color:#f44c51}.vc-body--wob .vc-record-form__input.error::placeholder,.vc-body--wob .error.vc-record-form__textarea::placeholder{color:#f44c51}.vc-body--yob .vc-record-form__input.error::-webkit-input-placeholder, .vc-body--yob .error.vc-record-form__textarea::-webkit-input-placeholder{color:#ffdf60}.vc-body--yob .vc-record-form__input.error::-moz-placeholder, .vc-body--yob .error.vc-record-form__textarea::-moz-placeholder{color:#ffdf60}.vc-body--yob .vc-record-form__input.error:-ms-input-placeholder, .vc-body--yob .error.vc-record-form__textarea:-ms-input-placeholder{color:#ffdf60}.vc-body--yob .vc-record-form__input.error::-ms-input-placeholder, .vc-body--yob .error.vc-record-form__textarea::-ms-input-placeholder{color:#ffdf60}.vc-body--yob .vc-record-form__input.error::placeholder,.vc-body--yob .error.vc-record-form__textarea::placeholder{color:#ffdf60}.vc-record-form__input:hover,.vc-record-form__textarea:hover{-webkit-box-shadow:0px 3px 6px rgba(0,0,0,.12);box-shadow:0px 3px 6px rgba(0,0,0,.12)}.vc-record-form__input:focus,.vc-record-form__textarea:focus{outline:none}.vc-record-form__input:active,.vc-record-form__textarea:active{outline:none}.vc-record-form__textarea{height:128px}.vc-record-form__textarea--w100{width:100%}.vc-record-form__textarea--gray{background-color:#f5f6fa;border-color:#f5f6fa}.vc-body--bow .vc-record-form__textarea--gray{border-color:#000}.vc-body--wob .vc-record-form__textarea--gray{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__textarea--gray{background-color:#0079e9;border-color:#ffdf60}.vc-record-form__select-wrapper{width:100%;margin-top:24px}.vc-record-form__select-wrapper .vc-record-form__select{margin-top:calc( 0.0045146727 * 100vw + 10.1309255079px )}@media(min-width: 1300px){.vc-record-form__select-wrapper .vc-record-form__select{margin-top:16px}}@media(max-width: 414px){.vc-record-form__select-wrapper .vc-record-form__select{margin-top:12px}}.vc-record-form__select-name{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.56;color:#000}@media(min-width: 1300px){.vc-record-form__select-name{font-size:18px}}@media(max-width: 414px){.vc-record-form__select-name{font-size:14px}}.vc-body--wob .vc-record-form__select-name{color:#fff}.vc-body--yob .vc-record-form__select-name{color:#ffdf60}.vc-record-form__select{position:relative;height:calc( 0.0045146727 * 100vw + 42.1309255079px );min-width:268px;padding:0 16px;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1}@media(min-width: 1300px){.vc-record-form__select{height:48px}}@media(max-width: 414px){.vc-record-form__select{height:44px}}.vc-record-form__select--locked{cursor:not-allowed}.vc-record-form__select--on-top{z-index:200}.vc-record-form__select--w100{width:100%}.vc-record-form__select-container{position:absolute;top:0;left:0;background-color:#fff;border:1px solid #fff;border-radius:4px;height:auto;width:100%;overflow:hidden;border:1px solid rgba(165,173,189,.4);-webkit-box-shadow:0px 3px 6px rgba(0,0,0,0);box-shadow:0px 3px 6px rgba(0,0,0,0);-webkit-transition:.3s;transition:.3s;scrollbar-width:none;-ms-overflow-style:none}.vc-record-form__select-container::-webkit-scrollbar{width:0 !important}.vc-record-form__select--gray .vc-record-form__select-container{background-color:#f5f6fa;border-color:#f5f6fa}.vc-body--bow .vc-record-form__select--gray .vc-record-form__select-container{background-color:#fff;border-color:#000}.vc-body--wob .vc-record-form__select--gray .vc-record-form__select-container{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__select--gray .vc-record-form__select-container{background-color:#0079e9;border-color:#ffdf60}.vc-record-form__select--locked .vc-record-form__select-container{opacity:.5}.vc-body--bow .vc-record-form__select--locked .vc-record-form__select-container{background-color:#fff;border-color:#000}.vc-body--wob .vc-record-form__select--locked .vc-record-form__select-container{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__select--locked .vc-record-form__select-container{background-color:#0079e9;border-color:#ffdf60}.error .vc-record-form__select-container{border-color:rgba(244,76,81,.16);background-color:rgba(244,76,81,.16)}.vc-body--bow .error .vc-record-form__select-container{color:#f44c51}.vc-body--wob .error .vc-record-form__select-container{color:#f44c51}.vc-body--yob .error .vc-record-form__select-container{color:#ffdf60}.vc-record-form__select--animating .vc-record-form__select-container{z-index:100}.vc-record-form__select--open .vc-record-form__select-container{max-height:295px;z-index:100;-webkit-box-shadow:0px 3px 6px rgba(0,0,0,.12);box-shadow:0px 3px 6px rgba(0,0,0,.12)}.vc-record-form__select--border .vc-record-form__select-container{border:1px solid rgba(0,0,0,.1)}.vc-body--bow .vc-record-form__select-container{border-color:#000}.vc-body--wob .vc-record-form__select-container{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__select-container{background-color:#0079e9;border-color:#ffdf60}.vc-record-form__select-header{height:calc( 0.006772009 * 100vw + 39.1963882619px );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:0 18px}@media(min-width: 1300px){.vc-record-form__select-header{height:48px}}@media(max-width: 414px){.vc-record-form__select-header{height:42px}}.vc-record-form__select-title{font-size:16px;font-weight:400;font-style:normal;line-height:1;color:rgba(0,0,0,.4);white-space:nowrap;margin-right:12px;overflow:hidden;-webkit-transition:.3s;transition:.3s}.vc-body--bow .vc-record-form__select-title{color:#000}.vc-body--wob .vc-record-form__select-title{color:#fff}.vc-body--yob .vc-record-form__select-title{color:#ffdf60}.error .vc-record-form__select-title{color:#f44c51}.vc-body--bow .error .vc-record-form__select-title{color:#f44c51}.vc-body--wob .error .vc-record-form__select-title{color:#fff}.vc-body--yob .error .vc-record-form__select-title{color:#ffdf60}.vc-record-form__select--selected .vc-record-form__select-title{color:#000}.vc-body--wob .vc-record-form__select--selected .vc-record-form__select-title{color:#fff}.vc-body--yob .vc-record-form__select--selected .vc-record-form__select-title{color:#ffdf60}.vc-record-form__select-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.3s;transition:.3s}.vc-record-form__select--open .vc-record-form__select-arrow{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.vc-record-form__select-arrow svg{display:block}.vc-body--wob .vc-record-form__select-arrow svg path{fill:#000;stroke:#fff}.vc-body--yob .vc-record-form__select-arrow svg path{fill:#0079e9;stroke:#ffdf60}.vc-record-form__select--gray .vc-record-form__select-arrow svg path{fill:#fff;stroke:#000}.vc-body--bow .vc-record-form__select--gray .vc-record-form__select-arrow svg path{fill:#000;stroke:#fff}.vc-body--yob .vc-record-form__select--gray .vc-record-form__select-arrow svg path{fill:#0079e9;stroke:#ffdf60}.vc-record-form__select-list{position:relative;z-index:10;overflow:hidden;height:auto;max-height:0;overflow-y:auto;-webkit-transition:.3s;transition:.3s;scrollbar-width:none;-ms-overflow-style:none}.vc-record-form__select-list::-webkit-scrollbar{width:0 !important}.vc-record-form__select--open .vc-record-form__select-list{max-height:calc( -0.0045146727 * 100vw + 252.8690744921px )}@media(min-width: 1300px){.vc-record-form__select--open .vc-record-form__select-list{max-height:247px}}@media(max-width: 414px){.vc-record-form__select--open .vc-record-form__select-list{max-height:251px}}.vc-record-form__select-list .simplebar-scrollbar.simplebar-visible:before{opacity:.2}.vc-record-form__select-item{font-size:14px;font-weight:400;font-style:normal;line-height:1.4;color:#000;padding:24px 0 8px;margin:0 18px;-webkit-transition:.3s;transition:.3s}.vc-body--wob .vc-record-form__select-item{color:#fff}.vc-body--yob .vc-record-form__select-item{color:#ffdf60}.vc-record-form__select-item--hidden{display:none}.vc-record-form__select-item:not(:first-child){border-top:1px solid rgba(165,173,189,.4)}.vc-record-form__select-item:hover{background-color:#fff;color:#009aff}.vc-record-form__select-item:hover .vc-record-form__doctor-service-name,.vc-record-form__select-item:hover .vc-record-form__doctor-service-price{background-color:#fff;color:#009aff}.vc-record-form__select-item:hover svg path{stroke:#009aff}.vc-body--bow .vc-record-form__select-item:hover{color:#000;background-color:rgba(0,0,0,.1)}.vc-body--wob .vc-record-form__select-item:hover{color:#fff;background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__select-item:hover{color:#ffdf60;background-color:#0079e9;border-color:#ffdf60}.vc-record-form__select-item--active{background-color:#ccebff}.vc-record-form__select-item-branch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px}.vc-record-form__select-item-subtitle{margin-top:8px;font-size:14px;font-style:normal;font-weight:400;line-height:1.28;color:#a5adbd}.vc-record-form__select-item-icon{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.vc-record-form__select-item-icon svg{display:block}.vc-record-form__select-item-icon svg path{-webkit-transition:.3s;transition:.3s}.vc-record-form__datetime{min-width:268px;position:relative;padding:0 16px;background-color:#fff;border:1px solid #fff;border-radius:4px;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid rgba(165,173,189,.4);-webkit-transition:.3s;transition:.3s}.vc-record-form__datetime.error{border-color:rgba(244,76,81,.16);background-color:rgba(244,76,81,.16)}.vc-record-form__datetime:hover svg path{stroke:#009aff}.vc-body--wob .vc-record-form__datetime:hover svg path{stroke:#fff}.vc-body--yob .vc-record-form__datetime:hover svg path{stroke:#ffdf60}.vc-body--bow .vc-record-form__datetime{border-color:#000}.vc-body--wob .vc-record-form__datetime{background-color:#000}.vc-body--yob .vc-record-form__datetime{background-color:#0079e9;border-color:#ffdf60}.vc-record-form__datetime--gray{background-color:#f5f6fa;border-color:#f5f6fa}.vc-body--bow .vc-record-form__datetime--gray{background-color:#fff;border-color:#000}.vc-body--wob .vc-record-form__datetime--gray{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__datetime--gray{background-color:#0079e9;border-color:#ffdf60}.vc-record-form__datetime-input{height:calc( 0.0045146727 * 100vw + 42.1309255079px );width:100%;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record-form__datetime-input{height:48px}}@media(max-width: 414px){.vc-record-form__datetime-input{height:44px}}.vc-record-form__datetime-input::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.vc-record-form__datetime-input::-moz-placeholder{color:rgba(0,0,0,.4)}.vc-record-form__datetime-input:-ms-input-placeholder{color:rgba(0,0,0,.4)}.vc-record-form__datetime-input::-ms-input-placeholder{color:rgba(0,0,0,.4)}.vc-record-form__datetime-input::placeholder{color:rgba(0,0,0,.4)}.vc-body--bow .vc-record-form__datetime-input::-webkit-input-placeholder{color:#000}.vc-body--bow .vc-record-form__datetime-input::-moz-placeholder{color:#000}.vc-body--bow .vc-record-form__datetime-input:-ms-input-placeholder{color:#000}.vc-body--bow .vc-record-form__datetime-input::-ms-input-placeholder{color:#000}.vc-body--bow .vc-record-form__datetime-input::placeholder{color:#000}.vc-body--wob .vc-record-form__datetime-input::-webkit-input-placeholder{color:#fff}.vc-body--wob .vc-record-form__datetime-input::-moz-placeholder{color:#fff}.vc-body--wob .vc-record-form__datetime-input:-ms-input-placeholder{color:#fff}.vc-body--wob .vc-record-form__datetime-input::-ms-input-placeholder{color:#fff}.vc-body--wob .vc-record-form__datetime-input::placeholder{color:#fff}.vc-body--yob .vc-record-form__datetime-input::-webkit-input-placeholder{color:#ffdf60}.vc-body--yob .vc-record-form__datetime-input::-moz-placeholder{color:#ffdf60}.vc-body--yob .vc-record-form__datetime-input:-ms-input-placeholder{color:#ffdf60}.vc-body--yob .vc-record-form__datetime-input::-ms-input-placeholder{color:#ffdf60}.vc-body--yob .vc-record-form__datetime-input::placeholder{color:#ffdf60}.error .vc-record-form__datetime-input::-webkit-input-placeholder{color:#f44c51}.error .vc-record-form__datetime-input::-moz-placeholder{color:#f44c51}.error .vc-record-form__datetime-input:-ms-input-placeholder{color:#f44c51}.error .vc-record-form__datetime-input::-ms-input-placeholder{color:#f44c51}.error .vc-record-form__datetime-input::placeholder{color:#f44c51}.vc-body--bow .error .vc-record-form__datetime-input::-webkit-input-placeholder{color:#f44c51}.vc-body--bow .error .vc-record-form__datetime-input::-moz-placeholder{color:#f44c51}.vc-body--bow .error .vc-record-form__datetime-input:-ms-input-placeholder{color:#f44c51}.vc-body--bow .error .vc-record-form__datetime-input::-ms-input-placeholder{color:#f44c51}.vc-body--bow .error .vc-record-form__datetime-input::placeholder{color:#f44c51}.vc-body--yow .error .vc-record-form__datetime-input::-webkit-input-placeholder{color:#f44c51}.vc-body--yow .error .vc-record-form__datetime-input::-moz-placeholder{color:#f44c51}.vc-body--yow .error .vc-record-form__datetime-input:-ms-input-placeholder{color:#f44c51}.vc-body--yow .error .vc-record-form__datetime-input::-ms-input-placeholder{color:#f44c51}.vc-body--yow .error .vc-record-form__datetime-input::placeholder{color:#f44c51}.vc-body--wob .error .vc-record-form__datetime-input{color:#f44c51}.vc-body--yob .error .vc-record-form__datetime-input{color:#f44c51}.vc-record-form__datetime-icon{position:absolute;top:50%;right:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.vc-record-form__datetime-icon svg{display:block}.vc-record-form__datetime-icon svg path{-webkit-transition:.3s;transition:.3s}.vc-body--wob .vc-record-form__datetime-icon svg path{fill:#000;stroke:#fff}.vc-body--yob .vc-record-form__datetime-icon svg path{fill:#0079e9;stroke:#ffdf60}.vc-record-form__submit-wrapper{margin-top:calc( 0.0090293454 * 100vw + 20.2618510158px );display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:calc( 0.0090293454 * 100vw + 12.2618510158px );gap:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-record-form__submit-wrapper{margin-top:32px}}@media(max-width: 414px){.vc-record-form__submit-wrapper{margin-top:24px}}@media(min-width: 1300px){.vc-record-form__submit-wrapper{grid-gap:24px;gap:24px}}@media(max-width: 414px){.vc-record-form__submit-wrapper{grid-gap:16px;gap:16px}}.vc-record-form__submit-wrapper .vc-btn{text-transform:uppercase}@media(max-width: 500px){.vc-record-form__submit-wrapper .vc-btn{width:100%}}.vc-record-form__phone-timer{margin-top:calc( 0.0090293454 * 100vw + 12.2618510158px );margin-bottom:calc( 0.0090293454 * 100vw + 12.2618510158px );font-size:calc( 0.0011286682 * 100vw + 12.532731377px );font-style:normal;font-weight:400;line-height:1.42;color:#3c3c3b}@media(min-width: 1300px){.vc-record-form__phone-timer{margin-top:24px}}@media(max-width: 414px){.vc-record-form__phone-timer{margin-top:16px}}@media(min-width: 1300px){.vc-record-form__phone-timer{margin-bottom:24px}}@media(max-width: 414px){.vc-record-form__phone-timer{margin-bottom:16px}}@media(min-width: 1300px){.vc-record-form__phone-timer{font-size:14px}}@media(max-width: 414px){.vc-record-form__phone-timer{font-size:13px}}.vc-record-form__phone-submit-wrapper{margin-top:calc( -0.0090293454 * 100vw + 27.7381489842px );display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width: 1300px){.vc-record-form__phone-submit-wrapper{margin-top:16px}}@media(max-width: 414px){.vc-record-form__phone-submit-wrapper{margin-top:24px}}@media(max-width: 500px){.vc-record-form__phone-submit-wrapper{display:block}.vc-record-form__phone-submit-wrapper .vc-btn{width:100%}}.vc-record-form__checkbox-with-text,.vc-record-form__remember,.vc-record-form__agreement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:calc( -0.006772009 * 100vw + 18.8036117381px );gap:calc( -0.006772009 * 100vw + 18.8036117381px )}@media(min-width: 1300px){.vc-record-form__checkbox-with-text,.vc-record-form__remember,.vc-record-form__agreement{grid-gap:10px;gap:10px}}@media(max-width: 414px){.vc-record-form__checkbox-with-text,.vc-record-form__remember,.vc-record-form__agreement{grid-gap:16px;gap:16px}}.vc-record-form__remember{cursor:pointer}.vc-record-form__checkbox-wrapper{position:relative;width:24px;height:24px;border-radius:4px;background-color:#fff;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.vc-body--wob .vc-record-form__checkbox-wrapper{background-color:#000}.vc-body--yob .vc-record-form__checkbox-wrapper{background-color:#0079e9}.vc-record-form__checkbox{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.vc-record-form__checkbox.vc-record-form__checkbox--blue+.vc-record-form__checkmark{background-color:#fff;border-color:#009aff}.vc-body--bow .vc-record-form__checkbox.vc-record-form__checkbox--blue+.vc-record-form__checkmark{background-color:rgba(0,0,0,.05);border-color:#000}.vc-body--wob .vc-record-form__checkbox.vc-record-form__checkbox--blue+.vc-record-form__checkmark{background-color:rgba(0,0,0,.05);border-color:#fff}.vc-body--yob .vc-record-form__checkbox.vc-record-form__checkbox--blue+.vc-record-form__checkmark{background-color:rgba(0,0,0,.05);border-color:#ffdf60}.vc-record-form__checkbox.vc-record-form__checkbox--blue:checked+.vc-record-form__checkmark{background-color:#009aff;border-color:#009aff}.vc-body--bow .vc-record-form__checkbox.vc-record-form__checkbox--blue:checked+.vc-record-form__checkmark{background-color:rgba(0,0,0,.05);border-color:#000}.vc-body--wob .vc-record-form__checkbox.vc-record-form__checkbox--blue:checked+.vc-record-form__checkmark{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__checkbox.vc-record-form__checkbox--blue:checked+.vc-record-form__checkmark{background-color:#0079e9;border-color:#ffdf60}.vc-record-form__checkbox.vc-record-form__checkbox--blue:hover+.vc-record-form__checkmark{background-color:#009aff;border-color:#009aff}.vc-body--bow .vc-record-form__checkbox.vc-record-form__checkbox--blue:hover+.vc-record-form__checkmark{background-color:rgba(0,0,0,.05);border-color:#000}.vc-body--wob .vc-record-form__checkbox.vc-record-form__checkbox--blue:hover+.vc-record-form__checkmark{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__checkbox.vc-record-form__checkbox--blue:hover+.vc-record-form__checkmark{background-color:#0079e9;border-color:#ffdf60}.vc-record-form__checkbox.error+.vc-record-form__checkmark{border-color:rgba(244,76,81,.16);background-color:rgba(244,76,81,.16)}.vc-record-form__checkbox:checked+.vc-record-form__checkmark{background-color:#009aff;border-color:#009aff}.vc-body--bow .vc-record-form__checkbox:checked+.vc-record-form__checkmark{background-color:#000}.vc-body--wob .vc-record-form__checkbox:checked+.vc-record-form__checkmark{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__checkbox:checked+.vc-record-form__checkmark{background-color:#0079e9;border-color:#ffdf60}.vc-record-form__checkbox:checked+.vc-record-form__checkmark svg{opacity:1}.vc-body--wob .vc-record-form__checkbox:checked+.vc-record-form__checkmark svg path{fill:#fff}.vc-body--yob .vc-record-form__checkbox:checked+.vc-record-form__checkmark svg path{fill:#ffdf60}@media(min-width: 1024px){.vc-record-form__checkbox:hover+.vc-record-form__checkmark{background-color:#009aff;border-color:#009aff}.vc-body--bow .vc-record-form__checkbox:hover+.vc-record-form__checkmark{background-color:#000;border-color:#000}.vc-body--wob .vc-record-form__checkbox:hover+.vc-record-form__checkmark{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__checkbox:hover+.vc-record-form__checkmark{background-color:#0079e9;border-color:#ffdf60}}.vc-record-form__checkmark{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;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:#fff;border:1px solid #fff;opacity:1;-webkit-transition:.3s;transition:.3s}.vc-record-form__checkmark--gray{border-color:#f5f6fa}.vc-body--bow .vc-record-form__checkmark{border-color:#000}.vc-body--wob .vc-record-form__checkmark{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__checkmark{background-color:#0079e9;border-color:#ffdf60}.vc-record-form__checkmark svg{display:block;opacity:0;-webkit-transition:.3s;transition:.3s}.vc-record-form__checkbox-text{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.56;color:#000}@media(min-width: 1300px){.vc-record-form__checkbox-text{font-size:18px}}@media(max-width: 414px){.vc-record-form__checkbox-text{font-size:14px}}.vc-body--wob .vc-record-form__checkbox-text{color:#fff}.vc-body--yob .vc-record-form__checkbox-text{color:#ffdf60}.vc-record-form__agreement-text{font-size:calc( 0.0022573363 * 100vw + 11.065462754px );font-weight:400;font-style:normal;line-height:1.5;color:#000;max-width:477px}@media(min-width: 1300px){.vc-record-form__agreement-text{font-size:14px}}@media(max-width: 414px){.vc-record-form__agreement-text{font-size:12px}}.vc-body--wob .vc-record-form__agreement-text{color:#fff}.vc-body--yob .vc-record-form__agreement-text{color:#ffdf60}.vc-record-form__agreement-text a{color:#0079e9;text-decoration:none}.vc-body--bow .vc-record-form__agreement-text a{color:#000}.vc-body--wob .vc-record-form__agreement-text a{color:#fff}.vc-body--yob .vc-record-form__agreement-text a{color:#ffdf60}.vc-record-form__agreement-text a:visited{text-decoration:none}.vc-record-form__agreement-text a:hover{text-decoration:underline}.vc-record-form__agreement-text a:focus{text-decoration:underline}.vc-record-form__agreement-text a:active{text-decoration:none}.vc-record-form__error,.vc-record-form__top-error{font-size:14px;font-weight:400;font-style:normal;line-height:1.43;color:#f44c51;margin-top:6px}.vc-record-form__top-error{text-align:center;margin-top:calc( 0.0135440181 * 100vw + 24.3927765237px );margin-bottom:calc( 0.0112866817 * 100vw + 11.3273137698px )}@media(min-width: 1300px){.vc-record-form__top-error{margin-top:42px}}@media(max-width: 414px){.vc-record-form__top-error{margin-top:30px}}@media(min-width: 1300px){.vc-record-form__top-error{margin-bottom:26px}}@media(max-width: 414px){.vc-record-form__top-error{margin-bottom:16px}}.vc-body--bow .vc-record-form__success{background-color:#fff;border-color:#000}.vc-body--wob .vc-record-form__success{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__success{background-color:#0079e9;border-color:#ffdf60}.vc-record-form__success-title{font-size:calc( 0.0180586907 * 100vw + 18.5237020316px );font-weight:500;font-style:normal;line-height:1.33;color:#000}@media(min-width: 1300px){.vc-record-form__success-title{font-size:42px}}@media(max-width: 414px){.vc-record-form__success-title{font-size:26px}}.vc-record-form__success-subtitle{font-size:16px;font-weight:400;font-style:normal;line-height:1.62;color:#000;margin-top:calc( 0.006772009 * 100vw + 7.1963882619px )}@media(min-width: 1300px){.vc-record-form__success-subtitle{margin-top:16px}}@media(max-width: 414px){.vc-record-form__success-subtitle{margin-top:10px}}.vc-record-form__score{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;grid-gap:8px;gap:8px}.vc-record-form__star{width:calc( 0.0045146727 * 100vw + 42.1309255079px );height:calc( 0.0045146727 * 100vw + 42.1309255079px );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:#fff;border-radius:8px;cursor:pointer}@media(min-width: 1300px){.vc-record-form__star{width:48px}}@media(max-width: 414px){.vc-record-form__star{width:44px}}@media(min-width: 1300px){.vc-record-form__star{height:48px}}@media(max-width: 414px){.vc-record-form__star{height:44px}}.vc-body--wob .vc-record-form__star{background-color:#000;border-color:#fff}.vc-body--yob .vc-record-form__star{background-color:#0079e9;border-color:#ffdf60}.vc-record-form__star svg path{fill:rgba(0,0,0,0);-webkit-transition:.3s;transition:.3s}.vc-body--bow .vc-record-form__star svg path{fill:#000}.vc-body--wob .vc-record-form__star svg path{fill:#000;stroke:#fff;stroke-opacity:1}.vc-body--yob .vc-record-form__star svg path{fill:#0079e9;stroke:#ffdf60;stroke-opacity:1}.vc-record-form__star:hover svg path{fill:#ffdf60;stroke:#ffdf60}.vc-body--bow .vc-record-form__star:hover svg path{fill:#000;stroke:#000}.vc-body--wob .vc-record-form__star:hover svg path{fill:#fff;stroke:#fff}.vc-body--yob .vc-record-form__star:hover svg path{fill:#ffdf60;stroke:#ffdf60}.vc-record-form__star:hover~.vc-record-form__star svg path{fill:#ffdf60;stroke:#ffdf60}.vc-body--bow .vc-record-form__star:hover~.vc-record-form__star svg path{fill:#000;stroke:#000}.vc-body--wob .vc-record-form__star:hover~.vc-record-form__star svg path{fill:#fff;stroke:#fff}.vc-body--yob .vc-record-form__star:hover~.vc-record-form__star svg path{fill:#ffdf60;stroke:#ffdf60}.vc-record-form__star--active svg path{fill:#ffdf60;stroke:#ffdf60}.vc-body--bow .vc-record-form__star--active svg path{fill:#000;stroke:#000}.vc-body--wob .vc-record-form__star--active svg path{fill:#fff;stroke:#fff}.vc-body--yob .vc-record-form__star--active svg path{fill:#ffdf60;stroke:#ffdf60}.vc-record-form__star--active~.vc-record-form__star svg path{fill:#ffdf60;stroke:#ffdf60}.vc-body--bow .vc-record-form__star--active~.vc-record-form__star svg path{fill:#000;stroke:#000}.vc-body--wob .vc-record-form__star--active~.vc-record-form__star svg path{fill:#fff;stroke:#fff}.vc-body--yob .vc-record-form__star--active~.vc-record-form__star svg path{fill:#ffdf60;stroke:#ffdf60}.vc-record-form__star-input{opacity:0}.vc-record-form__file{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 16px;height:calc( 0.0045146727 * 100vw + 42.1309255079px );background-color:#fff;border-radius:4px;overflow:hidden;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;min-width:268px;cursor:pointer}@media(min-width: 1300px){.vc-record-form__file{height:48px}}@media(max-width: 414px){.vc-record-form__file{height:44px}}.vc-body--wob .vc-record-form__file{background-color:#000}.vc-body--yob .vc-record-form__file{background-color:#0079e9}.vc-record-form__file:hover svg path{stroke:#0079e9}.vc-body--wob .vc-record-form__file:hover svg path{stroke:#fff}.vc-body--yob .vc-record-form__file:hover svg path{stroke:#ffdf60}.vc-record-form__file-input{position:absolute;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vc-record-form__file-placeholder{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;opacity:.3}.vc-body--wob .vc-record-form__file-placeholder{color:#fff}.vc-body--yob .vc-record-form__file-placeholder{color:#ffdf60}.vc-record-form__file-icon{display:block}.vc-record-form__file-icon svg{display:block}.vc-record-form__file-icon svg path{-webkit-transition:.3s;transition:.3s}.vc-record-form__file-list{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:10px;gap:10px;padding:0 6px;scrollbar-width:none;-ms-overflow-style:none}.vc-record-form__file-list::-webkit-scrollbar{width:0 !important}.vc-record-form__file-list[\:has\(.vc-record-form__file-item\)]{background-color:#fff}.vc-record-form__file-list:has(.vc-record-form__file-item){background-color:#fff}.vc-body--wob .vc-record-form__file-list[\:has\(.vc-record-form__file-item\)]{background-color:#000}.vc-body--wob .vc-record-form__file-list:has(.vc-record-form__file-item){background-color:#000}.vc-body--yob .vc-record-form__file-list[\:has\(.vc-record-form__file-item\)]{background-color:#0079e9}.vc-body--yob .vc-record-form__file-list:has(.vc-record-form__file-item){background-color:#0079e9}.vc-record-form__file-item{padding:6px 16px;border-radius:32px;border:1px solid rgba(0,0,0,.1)}.vc-body--bow .vc-record-form__file-item{border-color:#000}.vc-body--yow .vc-record-form__file-item{border-color:#ffdf60}.vc-record-form__file-name{font-size:14px;font-weight:400;font-style:normal;line-height:1.43;color:#000;white-space:nowrap}.vc-body--wob .vc-record-form__file-name{color:#fff}.vc-body--yob .vc-record-form__file-name{color:#ffdf60}.vc-record-form__message{font-size:22px;font-style:normal;font-weight:400;line-height:1.45;color:#000;max-width:503px;margin-bottom:calc( 0.0180586907 * 100vw + 8.5237020316px )}@media(min-width: 1300px){.vc-record-form__message{margin-bottom:32px}}@media(max-width: 414px){.vc-record-form__message{margin-bottom:16px}}.vc-body--wob .vc-record-form__message{color:#fff}.vc-body--yob .vc-record-form__message{color:#ffdf60}.vc-record-form__forgot-pass{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:400;font-style:normal;line-height:1.42;color:#009aff;text-decoration:none;margin-top:calc( -0.0090293454 * 100vw + 27.7381489842px )}@media(min-width: 1300px){.vc-record-form__forgot-pass{margin-top:16px}}@media(max-width: 414px){.vc-record-form__forgot-pass{margin-top:24px}}.vc-record-form__forgot-pass:visited{color:#0079e9;text-decoration:none}.vc-record-form__forgot-pass:hover{color:#0079e9;text-decoration:underline}.vc-record-form__forgot-pass:focus{color:#0079e9;text-decoration:underline}.vc-record-form__forgot-pass:active{color:#0079e9;text-decoration:none}.vc-record-form__tags{margin-top:calc( -0.0090293454 * 100vw + 45.7381489842px )}@media(min-width: 1300px){.vc-record-form__tags{margin-top:34px}}@media(max-width: 414px){.vc-record-form__tags{margin-top:42px}}.vc-record-form__tags-title{font-size:16px;font-style:normal;font-weight:400;line-height:1;color:#a5adbd}.vc-record-form__tags-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:calc( 0.0022573363 * 100vw + 5.065462754px );gap:calc( 0.0022573363 * 100vw + 5.065462754px );margin-top:calc( 0.0090293454 * 100vw + 10.2618510158px )}@media(min-width: 1300px){.vc-record-form__tags-list{grid-gap:8px;gap:8px}}@media(max-width: 414px){.vc-record-form__tags-list{grid-gap:6px;gap:6px}}@media(min-width: 1300px){.vc-record-form__tags-list{margin-top:22px}}@media(max-width: 414px){.vc-record-form__tags-list{margin-top:14px}}.vc-record-form__tag{padding:12px 16px;padding-top:calc( 0.0011286682 * 100vw + 10.532731377px );padding-right:calc( 0.0022573363 * 100vw + 13.065462754px );padding-bottom:calc( 0.0011286682 * 100vw + 10.532731377px );padding-left:calc( 0.0022573363 * 100vw + 13.065462754px );border-radius:8px;background-color:#f7f8fb;font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-style:normal;font-weight:400;line-height:1.12;color:#3c3c3b;cursor:pointer;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record-form__tag{padding-top:12px}}@media(max-width: 414px){.vc-record-form__tag{padding-top:11px}}@media(min-width: 1300px){.vc-record-form__tag{padding-right:16px}}@media(max-width: 414px){.vc-record-form__tag{padding-right:14px}}@media(min-width: 1300px){.vc-record-form__tag{padding-bottom:12px}}@media(max-width: 414px){.vc-record-form__tag{padding-bottom:11px}}@media(min-width: 1300px){.vc-record-form__tag{padding-left:16px}}@media(max-width: 414px){.vc-record-form__tag{padding-left:14px}}@media(min-width: 1300px){.vc-record-form__tag{font-size:16px}}@media(max-width: 414px){.vc-record-form__tag{font-size:14px}}.vc-record-form__tag:hover{background-color:rgba(0,154,255,.2);color:#009aff}.vc-record-form__results{margin-top:calc( 0.006772009 * 100vw + 15.1963882619px )}@media(min-width: 1300px){.vc-record-form__results{margin-top:24px}}@media(max-width: 414px){.vc-record-form__results{margin-top:18px}}.vc-record-form__result{border-radius:calc( 0.0045146727 * 100vw + 18.1309255079px );border:1px solid rgba(165,173,189,.4);display:grid;grid-template-columns:45.59% 1fr;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record-form__result{border-radius:24px}}@media(max-width: 414px){.vc-record-form__result{border-radius:20px}}.vc-record-form__result:not(:first-child){margin-top:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-record-form__result:not(:first-child){margin-top:12px}}@media(max-width: 414px){.vc-record-form__result:not(:first-child){margin-top:8px}}.vc-record-form__result:hover{border-color:#009aff}@media(max-width: 1200px){.vc-record-form__result{grid-template-columns:1fr}}@media(max-width: 1023px){.vc-record-form__result{grid-template-columns:45.59% 1fr}}@media(max-width: 767px){.vc-record-form__result{grid-template-columns:1fr}}.vc-record-form__doctor-wrapper{padding:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-record-form__doctor-wrapper{padding:24px}}@media(max-width: 414px){.vc-record-form__doctor-wrapper{padding:16px}}.vc-record-form__doctor{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:calc( 0.006772009 * 100vw + 7.1963882619px );gap:calc( 0.006772009 * 100vw + 7.1963882619px )}@media(min-width: 1300px){.vc-record-form__doctor{grid-gap:16px;gap:16px}}@media(max-width: 414px){.vc-record-form__doctor{grid-gap:10px;gap:10px}}.vc-record-form__doctor-image{aspect-ratio:136/180;overflow:hidden;border-radius:calc( 0.0045146727 * 100vw + 10.1309255079px );max-width:calc( 0.0541760722 * 100vw + 65.5711060948px );-ms-flex-negative:0;flex-shrink:0}@media(min-width: 1300px){.vc-record-form__doctor-image{border-radius:16px}}@media(max-width: 414px){.vc-record-form__doctor-image{border-radius:12px}}@media(min-width: 1300px){.vc-record-form__doctor-image{max-width:136px}}@media(max-width: 414px){.vc-record-form__doctor-image{max-width:88px}}.vc-record-form__result--diagnostics .vc-record-form__doctor-image{aspect-ratio:120/100}.vc-record-form__doctor-image-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.vc-record-form__doctor-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:calc( 0.0090293454 * 100vw + 4.2618510158px );padding-bottom:calc( 0.0090293454 * 100vw + 4.2618510158px )}@media(min-width: 1300px){.vc-record-form__doctor-info{padding-top:16px}}@media(max-width: 414px){.vc-record-form__doctor-info{padding-top:8px}}@media(min-width: 1300px){.vc-record-form__doctor-info{padding-bottom:16px}}@media(max-width: 414px){.vc-record-form__doctor-info{padding-bottom:8px}}.vc-record-form__doctor-specialization{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-style:normal;font-weight:400;line-height:1.25;color:#3c3c3b}@media(min-width: 1300px){.vc-record-form__doctor-specialization{font-size:16px}}@media(max-width: 414px){.vc-record-form__doctor-specialization{font-size:14px}}.vc-record-form__doctor-name{font-size:calc( 0.0045146727 * 100vw + 14.1309255079px );font-style:normal;font-weight:500;line-height:1.4;color:#3c3c3b;margin-top:calc( 0.0045146727 * 100vw + 6.1309255079px );margin-bottom:calc( 0.0022573363 * 100vw + 15.065462754px )}@media(min-width: 1300px){.vc-record-form__doctor-name{font-size:20px}}@media(max-width: 414px){.vc-record-form__doctor-name{font-size:16px}}@media(min-width: 1300px){.vc-record-form__doctor-name{margin-top:12px}}@media(max-width: 414px){.vc-record-form__doctor-name{margin-top:8px}}@media(min-width: 1300px){.vc-record-form__doctor-name{margin-bottom:18px}}@media(max-width: 414px){.vc-record-form__doctor-name{margin-bottom:16px}}.vc-record-form__doctor-experience{font-size:calc( 0.0022573363 * 100vw + 11.065462754px );font-style:normal;font-weight:400;line-height:1.42;color:#a5adbd;margin-top:auto}@media(min-width: 1300px){.vc-record-form__doctor-experience{font-size:14px}}@media(max-width: 414px){.vc-record-form__doctor-experience{font-size:12px}}.vc-record-form__info-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-row-gap:32px;row-gap:32px;overflow:hidden;padding-top:calc( 0.0180586907 * 100vw + 0.5237020316px );padding-right:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-bottom:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-left:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-record-form__info-wrapper{padding-top:24px}}@media(max-width: 414px){.vc-record-form__info-wrapper{padding-top:8px}}@media(min-width: 1300px){.vc-record-form__info-wrapper{padding-right:24px}}@media(max-width: 414px){.vc-record-form__info-wrapper{padding-right:16px}}@media(min-width: 1300px){.vc-record-form__info-wrapper{padding-bottom:24px}}@media(max-width: 414px){.vc-record-form__info-wrapper{padding-bottom:16px}}@media(min-width: 1300px){.vc-record-form__info-wrapper{padding-left:24px}}@media(max-width: 414px){.vc-record-form__info-wrapper{padding-left:16px}}.vc-record-form__info-wrapper.vc-tabs__content--active{display:-webkit-box;display:-ms-flexbox;display:flex}.vc-record-form__info-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:8px;gap:8px;padding:5px}.vc-record-form__info-title{font-size:14px;font-style:normal;font-weight:500;line-height:1.28;color:#009aff}.vc-record-form__info-subtitle{font-size:14px;font-style:normal;font-weight:400;line-height:1.28;color:#a5adbd}.vc-record-form__time{margin-top:16px;display:grid;grid-template-columns:repeat(5, 1fr);grid-gap:calc( 0.0022573363 * 100vw + 5.065462754px )}@media(min-width: 1300px){.vc-record-form__time{grid-gap:8px}}@media(max-width: 414px){.vc-record-form__time{grid-gap:6px}}@media(max-width: 413px){.vc-record-form__time{grid-template-columns:repeat(4, 1fr)}}@media(max-width: 374px){.vc-record-form__time{grid-template-columns:repeat(3, 1fr)}}.vc-record-form__time-item{border-radius:8px;border:1px solid rgba(165,173,189,.3);background-color:#fff;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:calc( 0.0045146727 * 100vw + 30.1309255079px );padding:6px 12px;cursor:pointer;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record-form__time-item{height:36px}}@media(max-width: 414px){.vc-record-form__time-item{height:32px}}.vc-record-form__time-item:hover{background-color:#64e1ba;border-color:#64e1ba}.vc-record-form__record-message-title{font-size:calc( 0.0090293454 * 100vw + 24.2618510158px );font-style:normal;font-weight:500;line-height:1.16;color:#000;padding-top:calc( 0.006772009 * 100vw + 21.1963882619px );padding-right:calc( 0.0135440181 * 100vw + 14.3927765237px );padding-left:calc( 0.0135440181 * 100vw + 14.3927765237px )}@media(min-width: 1300px){.vc-record-form__record-message-title{font-size:36px}}@media(max-width: 414px){.vc-record-form__record-message-title{font-size:28px}}@media(min-width: 1300px){.vc-record-form__record-message-title{padding-top:30px}}@media(max-width: 414px){.vc-record-form__record-message-title{padding-top:24px}}@media(min-width: 1300px){.vc-record-form__record-message-title{padding-right:32px}}@media(max-width: 414px){.vc-record-form__record-message-title{padding-right:20px}}@media(min-width: 1300px){.vc-record-form__record-message-title{padding-left:32px}}@media(max-width: 414px){.vc-record-form__record-message-title{padding-left:20px}}.vc-record-form__record-message-text{font-size:calc( 0.0011286682 * 100vw + 14.532731377px );font-style:normal;font-weight:400;line-height:1.62;color:#000;margin-top:calc( -0.0045146727 * 100vw + 37.8690744921px );padding-right:calc( 0.0135440181 * 100vw + 14.3927765237px );padding-left:calc( 0.0135440181 * 100vw + 14.3927765237px )}@media(min-width: 1300px){.vc-record-form__record-message-text{font-size:16px}}@media(max-width: 414px){.vc-record-form__record-message-text{font-size:15px}}@media(min-width: 1300px){.vc-record-form__record-message-text{margin-top:32px}}@media(max-width: 414px){.vc-record-form__record-message-text{margin-top:36px}}@media(min-width: 1300px){.vc-record-form__record-message-text{padding-right:32px}}@media(max-width: 414px){.vc-record-form__record-message-text{padding-right:20px}}@media(min-width: 1300px){.vc-record-form__record-message-text{padding-left:32px}}@media(max-width: 414px){.vc-record-form__record-message-text{padding-left:20px}}.vc-record-form__record-message-text ul{padding-left:24px}.vc-record-form__record-message-text ul li{list-style:disc}.vc-record-form__record-message-footer{margin-top:calc( 0.0135440181 * 100vw + 14.3927765237px );padding-top:calc( 0.0045146727 * 100vw + 18.1309255079px );padding-right:calc( 0.0135440181 * 100vw + 14.3927765237px );padding-left:calc( 0.0135440181 * 100vw + 14.3927765237px );padding-bottom:24px;border-top:1px solid rgba(165,173,189,.25)}@media(min-width: 1300px){.vc-record-form__record-message-footer{margin-top:32px}}@media(max-width: 414px){.vc-record-form__record-message-footer{margin-top:20px}}@media(min-width: 1300px){.vc-record-form__record-message-footer{padding-top:24px}}@media(max-width: 414px){.vc-record-form__record-message-footer{padding-top:20px}}@media(min-width: 1300px){.vc-record-form__record-message-footer{padding-right:32px}}@media(max-width: 414px){.vc-record-form__record-message-footer{padding-right:20px}}@media(min-width: 1300px){.vc-record-form__record-message-footer{padding-left:32px}}@media(max-width: 414px){.vc-record-form__record-message-footer{padding-left:20px}}.vc-record-form__record-message-btns{display:grid;grid-template-columns:1fr 1fr;grid-gap:calc( 0.0451467269 * 100vw + -10.690744921px )}@media(min-width: 1300px){.vc-record-form__record-message-btns{grid-gap:48px}}@media(max-width: 414px){.vc-record-form__record-message-btns{grid-gap:8px}}.vc-record-form__record-message-pay p{margin:0}.vc-record-form__record-message-pay [type=submit]{width:100%}.vc-record-form__confirmation{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px 0;padding-top:calc( 0.0135440181 * 100vw + 14.3927765237px );padding-right:calc( 0.0090293454 * 100vw + 20.2618510158px );padding-left:calc( 0.0090293454 * 100vw + 20.2618510158px )}@media(min-width: 1300px){.vc-record-form__confirmation{padding-top:32px}}@media(max-width: 414px){.vc-record-form__confirmation{padding-top:20px}}@media(min-width: 1300px){.vc-record-form__confirmation{padding-right:32px}}@media(max-width: 414px){.vc-record-form__confirmation{padding-right:24px}}@media(min-width: 1300px){.vc-record-form__confirmation{padding-left:32px}}@media(max-width: 414px){.vc-record-form__confirmation{padding-left:24px}}@media(max-width: 767px){.vc-record-form__confirmation{grid-template-columns:1fr}}.vc-record-form__confirmation-item--colspan2{grid-column-start:1;grid-column-end:3}.vc-record-form__confirmation-item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:calc( 0.0056433409 * 100vw + 1.6636568849px );gap:calc( 0.0056433409 * 100vw + 1.6636568849px )}@media(min-width: 1300px){.vc-record-form__confirmation-item-header{grid-gap:9px;gap:9px}}@media(max-width: 414px){.vc-record-form__confirmation-item-header{grid-gap:4px;gap:4px}}.vc-record-form__confirmation-item-icon svg{display:block}.vc-record-form__confirmation-item-title{font-size:calc( 0.0011286682 * 100vw + 13.532731377px );font-style:normal;font-weight:400;line-height:normal;color:#a5adbd}@media(min-width: 1300px){.vc-record-form__confirmation-item-title{font-size:15px}}@media(max-width: 414px){.vc-record-form__confirmation-item-title{font-size:14px}}.vc-record-form__confirmation-item-content{margin-top:calc( 0.0022573363 * 100vw + 5.065462754px )}@media(min-width: 1300px){.vc-record-form__confirmation-item-content{margin-top:8px}}@media(max-width: 414px){.vc-record-form__confirmation-item-content{margin-top:6px}}.vc-record-form__confirmation-doctor{margin-top:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vc-record-form__confirmation-doctor-image{width:calc( 0.0180586907 * 100vw + 48.5237020316px );height:calc( 0.0180586907 * 100vw + 48.5237020316px );border-radius:16px;margin-right:12px;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 1300px){.vc-record-form__confirmation-doctor-image{width:72px}}@media(max-width: 414px){.vc-record-form__confirmation-doctor-image{width:56px}}@media(min-width: 1300px){.vc-record-form__confirmation-doctor-image{height:72px}}@media(max-width: 414px){.vc-record-form__confirmation-doctor-image{height:56px}}.vc-record-form__confirmation-doctor-image-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.vc-record-form__confirmation-text{font-size:calc( 0.0011286682 * 100vw + 14.532731377px );font-style:normal;font-weight:500;line-height:1.62;color:#3c3c3b}@media(min-width: 1300px){.vc-record-form__confirmation-text{font-size:16px}}@media(max-width: 414px){.vc-record-form__confirmation-text{font-size:15px}}.vc-record-form__confirmation-subtext{font-size:14px;font-style:normal;font-weight:400;line-height:1.42;color:#a5adbd;margin-top:calc( 0.0022573363 * 100vw + 3.065462754px )}@media(min-width: 1300px){.vc-record-form__confirmation-subtext{margin-top:6px}}@media(max-width: 414px){.vc-record-form__confirmation-subtext{margin-top:4px}}.vc-record-form__no-results{margin-top:calc( 0.0270880361 * 100vw + 36.7855530474px );font-size:calc( 0.0045146727 * 100vw + 14.1309255079px );font-style:normal;font-weight:400;line-height:1.5;text-align:center;color:#a5adbd}@media(min-width: 1300px){.vc-record-form__no-results{margin-top:72px}}@media(max-width: 414px){.vc-record-form__no-results{margin-top:48px}}@media(min-width: 1300px){.vc-record-form__no-results{font-size:20px}}@media(max-width: 414px){.vc-record-form__no-results{font-size:16px}}.vc-record-form__search-container{position:relative;z-index:30;height:calc( 0.0112866817 * 100vw + 39.3273137698px )}@media(min-width: 1300px){.vc-record-form__search-container{height:54px}}@media(max-width: 414px){.vc-record-form__search-container{height:44px}}.vc-record-form__search-wrapper{position:absolute;top:0;right:0;width:100%;border-radius:8px;border:1px solid rgba(165,173,189,.4);background-color:#fff}.vc-record-form__search{position:relative}.vc-record-form__search-icon{position:absolute;top:50%;left:calc( 0.0045146727 * 100vw + 10.1309255079px );width:calc( 0.0090293454 * 100vw + 20.2618510158px );-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(min-width: 1300px){.vc-record-form__search-icon{left:16px}}@media(max-width: 414px){.vc-record-form__search-icon{left:12px}}@media(min-width: 1300px){.vc-record-form__search-icon{width:32px}}@media(max-width: 414px){.vc-record-form__search-icon{width:24px}}.vc-record-form__search-icon svg{display:block;width:100%}.vc-record-form__search-input{font-size:16px;font-style:normal;font-weight:400;line-height:1;padding:19px 16px 19px 58px;padding-top:calc( 0.0056433409 * 100vw + 11.6636568849px );padding-right:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-bottom:calc( 0.0056433409 * 100vw + 11.6636568849px );padding-left:calc( 0.0203160271 * 100vw + 31.5891647856px );width:100%;color:#000}@media(min-width: 1300px){.vc-record-form__search-input{padding-top:19px}}@media(max-width: 414px){.vc-record-form__search-input{padding-top:14px}}@media(min-width: 1300px){.vc-record-form__search-input{padding-right:16px}}@media(max-width: 414px){.vc-record-form__search-input{padding-right:12px}}@media(min-width: 1300px){.vc-record-form__search-input{padding-bottom:19px}}@media(max-width: 414px){.vc-record-form__search-input{padding-bottom:14px}}@media(min-width: 1300px){.vc-record-form__search-input{padding-left:58px}}@media(max-width: 414px){.vc-record-form__search-input{padding-left:40px}}.vc-record-form__search-input::-webkit-input-placeholder{color:rgba(165,173,189,.6)}.vc-record-form__search-input::-moz-placeholder{color:rgba(165,173,189,.6)}.vc-record-form__search-input:-ms-input-placeholder{color:rgba(165,173,189,.6)}.vc-record-form__search-input::-ms-input-placeholder{color:rgba(165,173,189,.6)}.vc-record-form__search-input::placeholder{color:rgba(165,173,189,.6)}.vc-record-form__search-list-wrapper{padding:0 16px}.vc-record-form__search-list{max-height:0;border-top:1px solid rgba(60,60,59,0);-webkit-transition:.3s;transition:.3s;overflow-y:auto;-ms-overflow-style:none}.vc-record-form__search-list::-webkit-scrollbar{width:0 !important}.vc-record-form__search-list--open{max-height:200px;border-top:1px solid rgba(60,60,59,.1)}.vc-record-form__search-section:first-child{padding-top:24px}.vc-record-form__search-section:not(:first-child){margin-top:32px}.vc-record-form__search-section:last-child{padding-bottom:24px}.vc-record-form__search-section-title{font-size:14px;font-style:normal;font-weight:400;line-height:1;color:#a5adbd;margin-top:32px}.vc-record-form__search-section-title:first-child{margin-top:0}.vc-record-form__search-section-list{margin-top:16px}.vc-record-form__search-section-item{margin-top:16px;font-size:16px;font-style:normal;font-weight:400;line-height:1.21;color:#3c3c3b;cursor:pointer}.vc-record-form__search-section-item strong{font-weight:500}.vc-record-form__search-section-item:first-child{margin-top:0}.vc-record-form__doctor-services{margin-top:24px}.vc-record-form__doctor-services .vc-tabs__tab--active:after{opacity:0}.vc-record-form__doctor-services .vc-record-form__select-item{font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;border-top:unset;padding:16px 18px;margin:0}.vc-record-form__doctor-services .vc-record-form__select-container{border-radius:8px;border:1px solid rgba(165,173,189,.4)}.vc-record-form__doctor-services .vc-record-form__select-title{display:-webkit-box;display:-ms-flexbox;display:flex}.vc-record-form__doctor-services .vc-record-form__doctor-service-name{overflow:hidden;text-overflow:ellipsis;-webkit-transition:.3s;transition:.3s;color:#000}.vc-record-form__doctor-services .vc-record-form__doctor-service-price{-ms-flex-negative:0;flex-shrink:0;margin-left:6px;-webkit-transition:.3s;transition:.3s;color:#000;font-size:12px;line-height:1.6}.vc-record-form__pmethods-wrapper{margin-top:16px;padding-right:calc( 0.0135440181 * 100vw + 14.3927765237px );padding-left:calc( 0.0135440181 * 100vw + 14.3927765237px )}@media(min-width: 1300px){.vc-record-form__pmethods-wrapper{padding-right:32px}}@media(max-width: 414px){.vc-record-form__pmethods-wrapper{padding-right:20px}}@media(min-width: 1300px){.vc-record-form__pmethods-wrapper{padding-left:32px}}@media(max-width: 414px){.vc-record-form__pmethods-wrapper{padding-left:20px}}.vc-record-form__pmethods-title{font-size:14px;font-style:normal;font-weight:400;line-height:1.85;color:#9aa2b3}.vc-record-form__pmethods{display:grid;grid-template-columns:1fr 1fr;grid-gap:calc( 0.0090293454 * 100vw + 12.2618510158px );margin-top:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-record-form__pmethods{grid-gap:24px}}@media(max-width: 414px){.vc-record-form__pmethods{grid-gap:16px}}@media(min-width: 1300px){.vc-record-form__pmethods{margin-top:12px}}@media(max-width: 414px){.vc-record-form__pmethods{margin-top:8px}}.vc-record-form__pmethod{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:calc( 0.0090293454 * 100vw + 4.2618510158px );gap:calc( 0.0090293454 * 100vw + 4.2618510158px );border-radius:12px;border:1px solid rgba(165,173,189,.4);background-color:#fff;padding-top:calc( 0.0158013544 * 100vw + 0.4582392777px );padding-bottom:calc( 0.0158013544 * 100vw + 0.4582392777px );-webkit-transition:.3s;transition:.3s;cursor:pointer}@media(min-width: 1300px){.vc-record-form__pmethod{grid-gap:16px;gap:16px}}@media(max-width: 414px){.vc-record-form__pmethod{grid-gap:8px;gap:8px}}@media(min-width: 1300px){.vc-record-form__pmethod{padding-top:21px}}@media(max-width: 414px){.vc-record-form__pmethod{padding-top:7px}}@media(min-width: 1300px){.vc-record-form__pmethod{padding-bottom:21px}}@media(max-width: 414px){.vc-record-form__pmethod{padding-bottom:7px}}@media(max-width: 767px){.vc-record-form__pmethod{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.vc-record-form__pmethod[\:has\(\:checked\)]{border-color:#64e1ba}.vc-record-form__pmethod:has(:checked){border-color:#64e1ba}.vc-record-form__pmethod-icon svg{display:block}.vc-record-form__pmethod-text{font-size:15px;font-style:normal;font-weight:500;line-height:1.73;color:#3c3c3b}.vc-change-pass{max-width:511px}.vc-change-pass__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;grid-gap:24px;gap:24px;padding-bottom:24px}@media(max-width: 767px){.vc-change-pass__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.vc-change-pass__subtitle{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.55;color:rgba(0,0,0,.3);margin-top:16px}@media(min-width: 1300px){.vc-change-pass__subtitle{font-size:18px}}@media(max-width: 414px){.vc-change-pass__subtitle{font-size:14px}}.vc-change-pass__content{margin-top:calc( 0.0180586907 * 100vw + 24.5237020316px )}@media(min-width: 1300px){.vc-change-pass__content{margin-top:48px}}@media(max-width: 414px){.vc-change-pass__content{margin-top:32px}}.vc-record__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;grid-gap:24px;gap:24px;padding-bottom:24px}@media(max-width: 767px){.vc-record__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.vc-record__title-wrapper{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;width:100%}@media(max-width: 767px){.vc-record__title-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.vc-record__switcher{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 767px){.vc-record__switcher{width:100%;margin-top:24px}}.vc-record__switcher-item{border-top:1px solid #64e1ba;border-bottom:1px solid #64e1ba;border-left:1px solid #64e1ba;border-radius:8px 0px 0px 8px;min-width:170px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:44px;font-size:16px;font-style:normal;font-weight:400;line-height:1.2;color:#3c3c3b;-webkit-transition:.3s;transition:.3s}.vc-record__switcher-item:hover,.vc-record__switcher-item--active{background-color:#64e1ba}.vc-record__switcher-item:last-child{border-left:unset;border-right:1px solid #64e1ba;border-radius:0px 8px 8px 0px}.vc-record__subtitle{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.55;color:#000;margin-top:16px;max-width:661px}@media(min-width: 1300px){.vc-record__subtitle{font-size:18px}}@media(max-width: 414px){.vc-record__subtitle{font-size:14px}}.vc-record__content{margin-top:calc( 0.0180586907 * 100vw + 24.5237020316px )}@media(min-width: 1300px){.vc-record__content{margin-top:48px}}@media(max-width: 414px){.vc-record__content{margin-top:32px}}.vc-record__confirmation{margin-top:calc( 0.0270880361 * 100vw + 12.7855530474px );display:grid;grid-template-columns:1fr;grid-gap:32px}@media(min-width: 1300px){.vc-record__confirmation{margin-top:48px}}@media(max-width: 414px){.vc-record__confirmation{margin-top:24px}}@media(max-width: 1023px){.vc-record__confirmation{grid-template-columns:1fr}}.vc-record--terminal .vc-record__confirmation{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px}.vc-record__details{padding-top:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-right:calc( 0.0293453725 * 100vw + 3.8510158014px );padding-bottom:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-left:calc( 0.0293453725 * 100vw + 3.8510158014px );border-radius:calc( 0.0090293454 * 100vw + 12.2618510158px );background-color:#f5f6fa}@media(min-width: 1300px){.vc-record__details{padding-top:24px}}@media(max-width: 414px){.vc-record__details{padding-top:16px}}@media(min-width: 1300px){.vc-record__details{padding-right:42px}}@media(max-width: 414px){.vc-record__details{padding-right:16px}}@media(min-width: 1300px){.vc-record__details{padding-bottom:24px}}@media(max-width: 414px){.vc-record__details{padding-bottom:16px}}@media(min-width: 1300px){.vc-record__details{padding-left:42px}}@media(max-width: 414px){.vc-record__details{padding-left:16px}}@media(min-width: 1300px){.vc-record__details{border-radius:24px}}@media(max-width: 414px){.vc-record__details{border-radius:16px}}.vc-record--terminal .vc-record__details{background-color:#fff;padding:30px 42px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.vc-record__details-section:not(:first-child){margin-top:calc( -0.0090293454 * 100vw + 31.7381489842px )}@media(min-width: 1300px){.vc-record__details-section:not(:first-child){margin-top:20px}}@media(max-width: 414px){.vc-record__details-section:not(:first-child){margin-top:28px}}.vc-record__details-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:4px;gap:4px}.vc-record__details-section-icon{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.vc-record__details-section-icon svg{display:block}.vc-record--terminal .vc-record__details-section-icon{margin-right:4px}.vc-record__details-section-title{font-size:calc( 0.0011286682 * 100vw + 14.532731377px );font-style:normal;font-weight:400;line-height:1.5;color:#000;opacity:.5}@media(min-width: 1300px){.vc-record__details-section-title{font-size:16px}}@media(max-width: 414px){.vc-record__details-section-title{font-size:15px}}.vc-record__details-section-content{margin-top:calc( 0.0022573363 * 100vw + 5.065462754px )}@media(min-width: 1300px){.vc-record__details-section-content{margin-top:8px}}@media(max-width: 414px){.vc-record__details-section-content{margin-top:6px}}.vc-record__details-section-text{font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-style:normal;font-weight:500;line-height:1.44;color:#3c3c3b}@media(min-width: 1300px){.vc-record__details-section-text{font-size:18px}}@media(max-width: 414px){.vc-record__details-section-text{font-size:16px}}.vc-record__details-title-wrapper{margin-top:calc( 0.0022573363 * 100vw + 5.065462754px );font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-style:normal;font-weight:500;line-height:1.44;color:#3c3c3b}@media(min-width: 1300px){.vc-record__details-title-wrapper{margin-top:8px}}@media(max-width: 414px){.vc-record__details-title-wrapper{margin-top:6px}}@media(min-width: 1300px){.vc-record__details-title-wrapper{font-size:18px}}@media(max-width: 414px){.vc-record__details-title-wrapper{font-size:16px}}.vc-record__details-doctor{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:calc( 0.0045146727 * 100vw + 10.1309255079px );gap:calc( 0.0045146727 * 100vw + 10.1309255079px )}@media(min-width: 1300px){.vc-record__details-doctor{grid-gap:16px;gap:16px}}@media(max-width: 414px){.vc-record__details-doctor{grid-gap:12px;gap:12px}}.vc-record--terminal .vc-record__details-doctor{display:grid;grid-template-columns:100px auto;grid-gap:30px}.vc-record__details-doctor-image{aspect-ratio:1;width:calc( 0.0112866817 * 100vw + 85.3273137698px );border-radius:16px;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 1300px){.vc-record__details-doctor-image{width:100px}}@media(max-width: 414px){.vc-record__details-doctor-image{width:90px}}.vc-record__details-doctor-image-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.vc-record__details-doctor-title{font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-style:normal;font-weight:500;line-height:1.44;color:#3c3c3b}@media(min-width: 1300px){.vc-record__details-doctor-title{font-size:18px}}@media(max-width: 414px){.vc-record__details-doctor-title{font-size:16px}}.vc-record__details-doctor-subtitle{font-size:14px;font-style:normal;font-weight:400;line-height:1.42;color:#3c3c3b;margin-top:6px}.vc-record__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.vc-record--terminal .vc-record__user{-webkit-box-flex:1;-ms-flex:1;flex:1}.vc-record__user-input-wrapper{margin-bottom:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-record__user-input-wrapper{margin-bottom:24px}}@media(max-width: 414px){.vc-record__user-input-wrapper{margin-bottom:16px}}.vc-record--terminal .vc-record__user-input-wrapper{margin-bottom:20px}.vc-record__user-input-title{font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-style:normal;font-weight:400;line-height:1.44;color:#9aa2b3;margin-bottom:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-record__user-input-title{font-size:18px}}@media(max-width: 414px){.vc-record__user-input-title{font-size:16px}}@media(min-width: 1300px){.vc-record__user-input-title{margin-bottom:12px}}@media(max-width: 414px){.vc-record__user-input-title{margin-bottom:8px}}.vc-record__user-input-container{position:relative}.vc-record__user-input{border-radius:calc( -0.0045146727 * 100vw + 17.8690744921px );border:1px solid #dbdee5;width:100%;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;padding-top:calc( 0.0045146727 * 100vw + 9.1309255079px );padding-right:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-bottom:calc( 0.0045146727 * 100vw + 9.1309255079px );padding-left:calc( 0.0090293454 * 100vw + 12.2618510158px );-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record__user-input{border-radius:12px}}@media(max-width: 414px){.vc-record__user-input{border-radius:16px}}@media(min-width: 1300px){.vc-record__user-input{padding-top:15px}}@media(max-width: 414px){.vc-record__user-input{padding-top:11px}}@media(min-width: 1300px){.vc-record__user-input{padding-right:24px}}@media(max-width: 414px){.vc-record__user-input{padding-right:16px}}@media(min-width: 1300px){.vc-record__user-input{padding-bottom:15px}}@media(max-width: 414px){.vc-record__user-input{padding-bottom:11px}}@media(min-width: 1300px){.vc-record__user-input{padding-left:24px}}@media(max-width: 414px){.vc-record__user-input{padding-left:16px}}.vc-record__user-input::-webkit-input-placeholder{color:#9aa2b3}.vc-record__user-input::-moz-placeholder{color:#9aa2b3}.vc-record__user-input:-ms-input-placeholder{color:#9aa2b3}.vc-record__user-input::-ms-input-placeholder{color:#9aa2b3}.vc-record__user-input::placeholder{color:#9aa2b3}.vc-record__user-input[disabled]{opacity:.5}.vc-record__user-input.error{border-color:#f44c51;background-color:rgba(244,76,81,.1)}.vc-record--terminal .vc-record__user-input{background-color:#fff}.vc-record--terminal .vc-record__user-input:focus{border-color:#009aff}.vc-record__user-input-icon{position:absolute;top:50%;right:16px;width:calc( 0.006772009 * 100vw + 15.1963882619px );height:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(min-width: 1300px){.vc-record__user-input-icon{width:24px}}@media(max-width: 414px){.vc-record__user-input-icon{width:18px}}.vc-record__user-input-icon svg{display:block;width:100%;height:auto}.vc-record__user-send-code{margin-top:16px}.vc-record__code{margin-bottom:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-record__code{margin-bottom:24px}}@media(max-width: 414px){.vc-record__code{margin-bottom:16px}}.vc-record__code-title{font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-style:normal;font-weight:400;line-height:1.44;color:#9aa2b3;margin-bottom:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-record__code-title{font-size:18px}}@media(max-width: 414px){.vc-record__code-title{font-size:16px}}@media(min-width: 1300px){.vc-record__code-title{margin-bottom:12px}}@media(max-width: 414px){.vc-record__code-title{margin-bottom:8px}}.vc-record__code-input-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:calc( 0.0045146727 * 100vw + 6.1309255079px );gap:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-record__code-input-wrapper{grid-gap:12px;gap:12px}}@media(max-width: 414px){.vc-record__code-input-wrapper{grid-gap:8px;gap:8px}}.vc-record__code-input{position:absolute;z-index:-1;width:100%;height:100%;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vc-record__code-input.error~.vc-record__code-digit{border-color:#f44c51;background-color:rgba(244,76,81,.1)}.vc-record__code-digit{border-radius:16px;border:1px solid #dbdee5;background-color:#fff;padding-top:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-right:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-bottom:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-left:calc( 0.0090293454 * 100vw + 12.2618510158px );-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;color:#3c3c3b;height:calc( 0.0090293454 * 100vw + 44.2618510158px )}@media(min-width: 1300px){.vc-record__code-digit{padding-top:16px}}@media(max-width: 414px){.vc-record__code-digit{padding-top:12px}}@media(min-width: 1300px){.vc-record__code-digit{padding-right:24px}}@media(max-width: 414px){.vc-record__code-digit{padding-right:16px}}@media(min-width: 1300px){.vc-record__code-digit{padding-bottom:16px}}@media(max-width: 414px){.vc-record__code-digit{padding-bottom:12px}}@media(min-width: 1300px){.vc-record__code-digit{padding-left:24px}}@media(max-width: 414px){.vc-record__code-digit{padding-left:16px}}@media(min-width: 1300px){.vc-record__code-digit{height:56px}}@media(max-width: 414px){.vc-record__code-digit{height:48px}}.vc-record__note{padding-top:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-right:calc( 0.0180586907 * 100vw + 8.5237020316px );padding-bottom:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-left:calc( 0.0180586907 * 100vw + 8.5237020316px );border-radius:calc( 0.0090293454 * 100vw + 12.2618510158px );border:1px solid rgba(141,165,173,.4);height:100%}@media(min-width: 1300px){.vc-record__note{padding-top:24px}}@media(max-width: 414px){.vc-record__note{padding-top:16px}}@media(min-width: 1300px){.vc-record__note{padding-right:32px}}@media(max-width: 414px){.vc-record__note{padding-right:16px}}@media(min-width: 1300px){.vc-record__note{padding-bottom:24px}}@media(max-width: 414px){.vc-record__note{padding-bottom:16px}}@media(min-width: 1300px){.vc-record__note{padding-left:32px}}@media(max-width: 414px){.vc-record__note{padding-left:16px}}@media(min-width: 1300px){.vc-record__note{border-radius:24px}}@media(max-width: 414px){.vc-record__note{border-radius:16px}}@media(max-width: 767px){.vc-record__note{margin-top:24px}}.vc-record__note-title{font-size:18px;font-style:normal;font-weight:400;line-height:1.33;color:#9aa2b3}.vc-record__note-list{margin-top:18px}.vc-record__note-item{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px;margin-top:14px}.vc-record__note-item-icon{-ms-flex-negative:0;flex-shrink:0}.vc-record__note-item-icon svg{display:block}.vc-record__note-item-text{font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-style:normal;font-weight:400;line-height:1.33;color:#3c3c3b}@media(min-width: 1300px){.vc-record__note-item-text{font-size:18px}}@media(max-width: 414px){.vc-record__note-item-text{font-size:16px}}.vc-record__footer{margin-top:calc( 0.0090293454 * 100vw + 20.2618510158px );display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(min-width: 1300px){.vc-record__footer{margin-top:32px}}@media(max-width: 414px){.vc-record__footer{margin-top:24px}}@media(max-width: 374px){.vc-record__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:12px;gap:12px}}.vc-record__record-message-title{font-size:calc( 0.0090293454 * 100vw + 24.2618510158px );font-style:normal;font-weight:500;line-height:1.16;color:#000;padding-top:calc( 0.006772009 * 100vw + 21.1963882619px );padding-right:calc( 0.0135440181 * 100vw + 14.3927765237px );padding-left:calc( 0.0135440181 * 100vw + 14.3927765237px )}@media(min-width: 1300px){.vc-record__record-message-title{font-size:36px}}@media(max-width: 414px){.vc-record__record-message-title{font-size:28px}}@media(min-width: 1300px){.vc-record__record-message-title{padding-top:30px}}@media(max-width: 414px){.vc-record__record-message-title{padding-top:24px}}@media(min-width: 1300px){.vc-record__record-message-title{padding-right:32px}}@media(max-width: 414px){.vc-record__record-message-title{padding-right:20px}}@media(min-width: 1300px){.vc-record__record-message-title{padding-left:32px}}@media(max-width: 414px){.vc-record__record-message-title{padding-left:20px}}.vc-record__record-message-text{font-size:calc( 0.0011286682 * 100vw + 14.532731377px );font-style:normal;font-weight:400;line-height:1.62;color:#000;margin-top:calc( -0.0045146727 * 100vw + 37.8690744921px );padding-right:calc( 0.0135440181 * 100vw + 14.3927765237px );padding-left:calc( 0.0135440181 * 100vw + 14.3927765237px )}@media(min-width: 1300px){.vc-record__record-message-text{font-size:16px}}@media(max-width: 414px){.vc-record__record-message-text{font-size:15px}}@media(min-width: 1300px){.vc-record__record-message-text{margin-top:32px}}@media(max-width: 414px){.vc-record__record-message-text{margin-top:36px}}@media(min-width: 1300px){.vc-record__record-message-text{padding-right:32px}}@media(max-width: 414px){.vc-record__record-message-text{padding-right:20px}}@media(min-width: 1300px){.vc-record__record-message-text{padding-left:32px}}@media(max-width: 414px){.vc-record__record-message-text{padding-left:20px}}.vc-record__record-message-text ul{padding-left:24px}.vc-record__record-message-text ul li{list-style:disc}.vc-record__record-message-footer{margin-top:calc( 0.0135440181 * 100vw + 14.3927765237px );padding-top:calc( 0.0045146727 * 100vw + 18.1309255079px );padding-right:calc( 0.0135440181 * 100vw + 14.3927765237px );padding-left:calc( 0.0135440181 * 100vw + 14.3927765237px );padding-bottom:24px;border-top:1px solid rgba(165,173,189,.25)}@media(min-width: 1300px){.vc-record__record-message-footer{margin-top:32px}}@media(max-width: 414px){.vc-record__record-message-footer{margin-top:20px}}@media(min-width: 1300px){.vc-record__record-message-footer{padding-top:24px}}@media(max-width: 414px){.vc-record__record-message-footer{padding-top:20px}}@media(min-width: 1300px){.vc-record__record-message-footer{padding-right:32px}}@media(max-width: 414px){.vc-record__record-message-footer{padding-right:20px}}@media(min-width: 1300px){.vc-record__record-message-footer{padding-left:32px}}@media(max-width: 414px){.vc-record__record-message-footer{padding-left:20px}}.vc-record__record-message-btns{display:grid;grid-template-columns:1fr 1fr;grid-gap:calc( 0.0451467269 * 100vw + -10.690744921px )}@media(min-width: 1300px){.vc-record__record-message-btns{grid-gap:48px}}@media(max-width: 414px){.vc-record__record-message-btns{grid-gap:8px}}.vc-record__show-hide{margin:20px 0;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-record__payment{margin-bottom:32px}.vc-record__payment-title{color:#9aa2b3;font-size:18px;font-style:normal;font-weight:400;line-height:1.44}.vc-record__payment-content{margin-top:calc( 0.0045146727 * 100vw + 10.1309255079px );grid-gap:calc( 0.0090293454 * 100vw + 12.2618510158px );gap:calc( 0.0090293454 * 100vw + 12.2618510158px );display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width: 1300px){.vc-record__payment-content{margin-top:16px}}@media(max-width: 414px){.vc-record__payment-content{margin-top:12px}}@media(min-width: 1300px){.vc-record__payment-content{grid-gap:24px;gap:24px}}@media(max-width: 414px){.vc-record__payment-content{grid-gap:16px;gap:16px}}.vc-record__payment-item{-webkit-box-flex:0;-ms-flex:0 1 200px;flex:0 1 200px;height:calc( 0.0225733634 * 100vw + 110.6546275395px );display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:12px;cursor:pointer;border:1px solid rgba(165,173,189,.4)}@media(min-width: 1300px){.vc-record__payment-item{height:140px}}@media(max-width: 414px){.vc-record__payment-item{height:120px}}.vc-record__payment-item[\:has\(.vc-record-form__checkbox\:checked\)]{border:2px solid #64e1ba}.vc-record__payment-item:has(.vc-record-form__checkbox:checked){border:2px solid #64e1ba}.vc-record__payment-item-icon{width:32px;height:32px}.vc-record__payment-item-icon svg{display:block;width:100%;height:100%}.vc-record__payment-item-title{color:#000;margin-top:10px;font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-style:normal;font-weight:500;line-height:1.62}@media(min-width: 1300px){.vc-record__payment-item-title{font-size:16px}}@media(max-width: 414px){.vc-record__payment-item-title{font-size:14px}}.vc-auth{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vc-auth--pb100{padding-bottom:100px}.vc-auth__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vc-auth__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vc-auth__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:calc( 0.0338600451 * 100vw + 120.9819413093px )}@media(min-width: 1300px){.vc-auth__logo{max-width:165px}}@media(max-width: 414px){.vc-auth__logo{max-width:135px}}.vc-auth__logo-img{display:block;width:100%}.vc-auth__title{margin-top:calc( 0.1309255079 * 100vw + -22.2031602709px )}@media(min-width: 1300px){.vc-auth__title{margin-top:148px}}@media(max-width: 414px){.vc-auth__title{margin-top:32px}}.vc-auth__text{font-size:14px;font-weight:400;font-style:normal;line-height:1.42;color:#000;text-align:center;max-width:551px;margin-top:calc( 0.0135440181 * 100vw + 14.3927765237px )}@media(min-width: 1300px){.vc-auth__text{margin-top:32px}}@media(max-width: 414px){.vc-auth__text{margin-top:20px}}.vc-auth__form,.vc-auth__phone-form{max-width:551px;width:100%;margin-top:calc( 0.0180586907 * 100vw + 64.5237020316px )}@media(min-width: 1300px){.vc-auth__form,.vc-auth__phone-form{margin-top:88px}}@media(max-width: 414px){.vc-auth__form,.vc-auth__phone-form{margin-top:72px}}.vc-auth__phone-form{margin-top:calc( 0.0180586907 * 100vw + 48.5237020316px )}@media(min-width: 1300px){.vc-auth__phone-form{margin-top:72px}}@media(max-width: 414px){.vc-auth__phone-form{margin-top:56px}}.vc-auth__btns{margin-top:calc( 0.0248306998 * 100vw + 45.7200902935px );max-width:320px;width:100%;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:calc( 0.0022573363 * 100vw + 9.065462754px );gap:calc( 0.0022573363 * 100vw + 9.065462754px )}@media(min-width: 1300px){.vc-auth__btns{margin-top:78px}}@media(max-width: 414px){.vc-auth__btns{margin-top:56px}}@media(min-width: 1300px){.vc-auth__btns{grid-gap:12px;gap:12px}}@media(max-width: 414px){.vc-auth__btns{grid-gap:10px;gap:10px}}.vc-change-account{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-bottom:calc( 0.0282167043 * 100vw + 98.3182844244px )}@media(min-width: 1300px){.vc-change-account{padding-bottom:135px}}@media(max-width: 414px){.vc-change-account{padding-bottom:110px}}.vc-change-account__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vc-change-account__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vc-change-account__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vc-change-account__title{margin-top:calc( -0.0180586907 * 100vw + 171.4762979684px )}@media(min-width: 1300px){.vc-change-account__title{margin-top:148px}}@media(max-width: 414px){.vc-change-account__title{margin-top:164px}}.vc-change-account__list{margin-top:calc( 0.0180586907 * 100vw + 48.5237020316px );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:calc( 0.0090293454 * 100vw + 4.2618510158px );gap:calc( 0.0090293454 * 100vw + 4.2618510158px );max-width:618px;width:100%}@media(min-width: 1300px){.vc-change-account__list{margin-top:72px}}@media(max-width: 414px){.vc-change-account__list{margin-top:56px}}@media(min-width: 1300px){.vc-change-account__list{grid-gap:16px;gap:16px}}@media(max-width: 414px){.vc-change-account__list{grid-gap:8px;gap:8px}}.vc-change-account__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px;width:100%;padding:8px 16px;border-radius:8px;background-color:#fff;border:1px solid #009aff;-webkit-transition:.3s;transition:.3s}.vc-change-account__item:visited{background-color:#fff;border:1px solid #009aff}.vc-change-account__item:hover{background-color:rgba(0,152,209,.1);border-color:rgba(0,152,209,.1)}.vc-change-account__item:focus{background-color:rgba(0,152,209,.1);border-color:rgba(0,152,209,.1)}.vc-change-account__item:active{background-color:#fff;border:1px solid #009aff}.vc-change-account__item-image{width:48px;height:48px;border-radius:50%;overflow:hidden}.vc-change-account__item-image-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vc-code{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px}.vc-code__input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vc-code__item{border-radius:8px;background-color:#f5f6fa;width:calc( 0.0496613995 * 100vw + 30.4401805869px );height:calc( 0.0180586907 * 100vw + 56.5237020316px );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-size:24px;font-style:normal;font-weight:400;line-height:1;color:#000}@media(min-width: 1300px){.vc-code__item{width:95px}}@media(max-width: 414px){.vc-code__item{width:51px}}@media(min-width: 1300px){.vc-code__item{height:80px}}@media(max-width: 414px){.vc-code__item{height:64px}}.vc-dash__graph-wrapper{display:grid;grid-template-columns:65% auto;grid-gap:24px}@media(max-width: 1279px){.vc-dash__graph-wrapper{grid-template-columns:1fr}}@media(max-width: 1023px){.vc-dash__graph-wrapper{grid-template-columns:65% auto}}@media(max-width: 900px){.vc-dash__graph-wrapper{grid-template-columns:1fr}}.vc-dash__info-wrapper{display:grid;grid-template-columns:1fr;grid-gap:calc( 0.0180586907 * 100vw + 0.5237020316px )}@media(min-width: 1300px){.vc-dash__info-wrapper{grid-gap:24px}}@media(max-width: 414px){.vc-dash__info-wrapper{grid-gap:8px}}@media(max-width: 1279px){.vc-dash__info-wrapper{grid-template-columns:1fr 1fr}}@media(max-width: 1023px){.vc-dash__info-wrapper{grid-template-columns:1fr;grid-template-rows:auto}}@media(max-width: 900px){.vc-dash__info-wrapper{grid-template-columns:1fr 1fr}}@media(max-width: 600px){.vc-dash__info-wrapper{grid-template-columns:1fr;grid-template-rows:auto}}.vc-dash__info{border-radius:12px;background:#f8f9ff;padding:16px}.vc-dash__info-title{font-size:12px;font-style:normal;font-weight:400;line-height:1.5;color:#000;opacity:.3}.vc-dash__info-content{margin-top:12px}.vc-dash__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-gap:12px;gap:12px}.vc-dash__total-title{font-size:calc( -0.0022573363 * 100vw + 26.934537246px );font-style:normal;font-weight:500;line-height:1.08;color:#000}@media(min-width: 1300px){.vc-dash__total-title{font-size:24px}}@media(max-width: 414px){.vc-dash__total-title{font-size:26px}}.vc-dash__total-subtitle{font-size:14px;font-style:normal;font-weight:400;line-height:1.42;color:#000}.vc-dash__total-price{padding:6px 24px;border-radius:20px;background-color:#f0f2f9}@media(max-width: 1279px){.vc-dash__info-doughnut-wrapper{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;grid-gap:24px;gap:24px}}@media(max-width: 1023px){.vc-dash__info-doughnut-wrapper{display:block}}@media(max-width: 900px){.vc-dash__info-doughnut-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}.vc-dash__info-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px}.vc-dash__info-section-title{font-size:calc( -0.0022573363 * 100vw + 26.934537246px );font-style:normal;font-weight:500;line-height:1.33;color:#009aff}@media(min-width: 1300px){.vc-dash__info-section-title{font-size:24px}}@media(max-width: 414px){.vc-dash__info-section-title{font-size:26px}}.vc-dash__info-section--pink .vc-dash__info-section-title{color:#d887b6}.vc-dash__info-section--green .vc-dash__info-section-title{color:#64e1ba}.vc-dash__info-doughnut{margin:3px auto 0;width:174px;-webkit-transform:translateY(16px);-ms-transform:translateY(16px);transform:translateY(16px)}@media(max-width: 1279px){.vc-dash__info-doughnut{margin:0;-webkit-transform:none;-ms-transform:none;transform:none;width:80px;-ms-flex-negative:0;flex-shrink:0}}@media(max-width: 1023px){.vc-dash__info-doughnut{margin:3px auto 0;-webkit-transform:translateY(16px);-ms-transform:translateY(16px);transform:translateY(16px);width:174px}}@media(max-width: 900px){.vc-dash__info-doughnut{margin:0;-webkit-transform:none;-ms-transform:none;transform:none;width:80px;-ms-flex-negative:0;flex-shrink:0}}.vc-dash__stats-wrapper{margin-top:calc( 0.0090293454 * 100vw + 20.2618510158px )}@media(min-width: 1300px){.vc-dash__stats-wrapper{margin-top:32px}}@media(max-width: 414px){.vc-dash__stats-wrapper{margin-top:24px}}.vc-dash__stats{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:calc( 0.0180586907 * 100vw + 0.5237020316px )}@media(min-width: 1300px){.vc-dash__stats{grid-gap:24px}}@media(max-width: 414px){.vc-dash__stats{grid-gap:8px}}@media(max-width: 1279px){.vc-dash__stats{grid-template-columns:1fr 1fr}}@media(max-width: 1023px){.vc-dash__stats{grid-template-columns:1fr 1fr 1fr 1fr}}@media(max-width: 900px){.vc-dash__stats{grid-template-columns:1fr 1fr}}@media(max-width: 600px){.vc-dash__stats{grid-template-columns:1fr}}.vc-dash__stats-item{background-color:#f8f9ff;border-radius:12px;padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.vc-dash__stats-item[data-url]{cursor:pointer}.vc-dash__stats-item-title{font-size:16px;font-style:normal;font-weight:500;line-height:1.5;color:#000;margin-bottom:24px}.vc-dash__stats-item-info{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px}.vc-dash__stats-item-chart{width:48px}.vc-dash__stats-item-text{font-size:14px;font-style:normal;font-weight:400;line-height:1.42;color:#000}.vc-dash__stats-item-total{border-radius:24px;background-color:#f0f2f9;padding:6px 16px;font-size:14px;font-style:normal;font-weight:400;line-height:1.14;color:#000;margin-top:24px}.vc-dash__content{margin-top:calc( 0.0270880361 * 100vw + 20.7855530474px )}@media(min-width: 1300px){.vc-dash__content{margin-top:56px}}@media(max-width: 414px){.vc-dash__content{margin-top:32px}}.vc-dash__small-title{font-size:14px;font-style:normal;font-weight:400;line-height:1.42;color:#a5adbd}.vc-dash__stats-wrapper{margin-top:48px}.vc-dash__patients-total{margin-top:32px;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-bottom:16px;border-bottom:1px solid #f0f2f9}.vc-dash__patients-total-text{font-size:16px;font-style:normal;font-weight:400;line-height:1.25;color:#000}.vc-dash__patients-total-text--gray{color:rgba(0,0,0,.3)}.vc-graph[data-type=line]{position:relative;border-radius:12px;-webkit-box-shadow:0px 3px 6px 0px rgba(0,0,0,.12);box-shadow:0px 3px 6px 0px rgba(0,0,0,.12);width:100%}.vc-graph__tooltip{position:absolute;border-radius:8px;background-color:#fff;-webkit-box-shadow:0px 3px 6px 0px rgba(0,0,0,.12);box-shadow:0px 3px 6px 0px rgba(0,0,0,.12);padding:16px;pointer-events:none;min-width:249px;opacity:0}.vc-graph__tooltip.right{border-bottom-right-radius:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vc-graph__tooltip.right .vc-graph__tooltip-tip{left:auto;right:0;display:block;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.vc-graph__tooltip.left{border-bottom-left-radius:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vc-graph__tooltip.no-transform{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}@media(max-width: 1023px){.vc-graph__tooltip{min-width:unset}}.vc-graph__tooltip-tip{position:absolute;top:100%;left:0;right:auto;display:block}.vc-graph__tooltip-title{font-size:calc( -0.0022573363 * 100vw + 14.934537246px );font-style:normal;font-weight:400;line-height:1.42;color:#000;white-space:nowrap;opacity:.3}@media(min-width: 1300px){.vc-graph__tooltip-title{font-size:12px}}@media(max-width: 414px){.vc-graph__tooltip-title{font-size:14px}}.vc-graph__tooltip-text{font-size:calc( 0.0090293454 * 100vw + 12.2618510158px );font-style:normal;font-weight:500;line-height:1.16;color:#000;margin-top:16px}@media(min-width: 1300px){.vc-graph__tooltip-text{font-size:24px}}@media(max-width: 414px){.vc-graph__tooltip-text{font-size:16px}}.vc-doughnut{position:relative;width:100%;overflow:hidden;padding-top:100%}.vc-doughnut--half{padding-top:50%}.vc-doughnut--desk{display:block}@media(max-width: 1279px){.vc-doughnut--desk{display:none}}@media(max-width: 1023px){.vc-doughnut--desk{display:block}}@media(max-width: 900px){.vc-doughnut--desk{display:none}}.vc-doughnut--mob{display:none}@media(max-width: 1279px){.vc-doughnut--mob{display:block}}@media(max-width: 1023px){.vc-doughnut--mob{display:none}}@media(max-width: 900px){.vc-doughnut--mob{display:block}}.vc-doughnut svg{position:absolute;top:0;left:0;display:block;width:100%;-webkit-transform:rotateZ(-90deg);-ms-transform:rotate(-90deg);transform:rotateZ(-90deg)}.vc-doughnut svg path{fill:none;stroke-width:12px;stroke-dasharray:100,100}.vc-doughnut svg path:nth-child(1){stroke:#64e1ba}.vc-doughnut svg path:nth-child(2){stroke:#009aff}.vc-doughnut.vc-doughnut--blue svg path{stroke:#4254a7}.vc-doughnut.vc-doughnut--blue svg path:nth-child(1){opacity:.2}.vc-doughnut.vc-doughnut--pink svg path{stroke:#f081c2}.vc-doughnut.vc-doughnut--pink svg path:nth-child(1){opacity:.2}.vc-doughnut.vc-doughnut--orange svg path{stroke:#f90}.vc-doughnut.vc-doughnut--orange svg path:nth-child(1){opacity:.2}.vc-doughnut.vc-doughnut--blue-light svg path{stroke:#0098d1}.vc-doughnut.vc-doughnut--blue-light svg path:nth-child(1){opacity:.2}.vc-appointments{margin-top:48px}.vc-appointments__row,.vc-appointments__header{padding-top:calc( 0.006772009 * 100vw + 7.1963882619px );padding-bottom:calc( 0.006772009 * 100vw + 7.1963882619px );display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:calc( 0.0158013544 * 100vw + 3.4582392777px );cursor:pointer;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-appointments__row,.vc-appointments__header{padding-top:16px}}@media(max-width: 414px){.vc-appointments__row,.vc-appointments__header{padding-top:10px}}@media(min-width: 1300px){.vc-appointments__row,.vc-appointments__header{padding-bottom:16px}}@media(max-width: 414px){.vc-appointments__row,.vc-appointments__header{padding-bottom:10px}}@media(min-width: 1300px){.vc-appointments__row,.vc-appointments__header{grid-gap:24px}}@media(max-width: 414px){.vc-appointments__row,.vc-appointments__header{grid-gap:10px}}.vc-appointments__row:hover,.vc-appointments__header:hover{background-color:#f0f2f9}@media(max-width: 767px){.vc-appointments__row,.vc-appointments__header{grid-template-columns:27.93% auto 27.93% 2.23%}}.vc-appointments__header{padding-top:calc( 0.0090293454 * 100vw + 4.2618510158px );padding-bottom:calc( 0.0090293454 * 100vw + 4.2618510158px );margin-bottom:calc( 0.0045146727 * 100vw + 10.1309255079px );border-bottom:1px solid #f0f2f9;cursor:auto;cursor:initial}@media(min-width: 1300px){.vc-appointments__header{padding-top:16px}}@media(max-width: 414px){.vc-appointments__header{padding-top:8px}}@media(min-width: 1300px){.vc-appointments__header{padding-bottom:16px}}@media(max-width: 414px){.vc-appointments__header{padding-bottom:8px}}@media(min-width: 1300px){.vc-appointments__header{margin-bottom:16px}}@media(max-width: 414px){.vc-appointments__header{margin-bottom:12px}}.vc-appointments__header:hover{background-color:transparent;background-color:initial}.vc-appointments__title{font-size:14px;font-style:normal;font-weight:400;line-height:1.42;color:#000;opacity:.3}@media(max-width: 767px){.vc-appointments__title:nth-child(3){text-align:right}}@media(max-width: 767px){.vc-appointments__title:nth-child(4){display:none}}.vc-appointments__data{font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-style:normal;font-weight:600;line-height:1.55;color:#000}@media(min-width: 1300px){.vc-appointments__data{font-size:18px}}@media(max-width: 414px){.vc-appointments__data{font-size:16px}}@media(max-width: 767px){.vc-appointments__data:nth-child(3){text-align:right}}@media(max-width: 767px){.vc-appointments__data:nth-child(4){display:none}}.vc-appointments__month{font-size:16px;font-weight:400}.vc-appointments__delta-wrapper{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;width:100%;max-width:130px}.vc-appointments__delta{border-radius:24px;background-color:#ff8f8f;padding-top:6px;padding-right:calc( 0.0045146727 * 100vw + 6.1309255079px );padding-bottom:6px;padding-left:calc( 0.0045146727 * 100vw + 6.1309255079px );display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:calc( 0.0045146727 * 100vw + 4.1309255079px );gap:calc( 0.0045146727 * 100vw + 4.1309255079px );font-size:12px;font-weight:400;line-height:1}@media(min-width: 1300px){.vc-appointments__delta{padding-right:12px}}@media(max-width: 414px){.vc-appointments__delta{padding-right:8px}}@media(min-width: 1300px){.vc-appointments__delta{padding-left:12px}}@media(max-width: 414px){.vc-appointments__delta{padding-left:8px}}@media(min-width: 1300px){.vc-appointments__delta{grid-gap:10px;gap:10px}}@media(max-width: 414px){.vc-appointments__delta{grid-gap:6px;gap:6px}}.vc-appointments__delta--up{background-color:#c2ff9c}.vc-appointments__delta-arrow{display:block;-ms-flex-negative:0;flex-shrink:0;width:6px}.vc-appointments__delta--up .vc-appointments__delta-arrow{-webkit-transform:rotateZ(-180deg);-ms-transform:rotate(-180deg);transform:rotateZ(-180deg)}.vc-appointments__info{font-size:16px;font-style:normal;font-weight:400;line-height:1.25;color:#000;max-height:0;overflow:hidden;-webkit-transition:.3s;transition:.3s}.vc-appointments__row--open .vc-appointments__info{max-height:80px}.vc-appointments__info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:8px;gap:8px;padding-top:8px}.vc-appointments__info-item:nth-child(1){padding-top:16px}.vc-appointments__info-item-primary{font-weight:500;color:#0079e9}.vc-appointments__info-item-primary{font-weight:500;color:#d887b6}.vc-appointments__info-item-text{font-size:12px;opacity:.3}.vc-appointments__primary{font-weight:500;color:#0079e9}.vc-appointments__repeated{font-weight:500;color:#d887b6}.vc-appointments__sum{font-weight:400}.vc-appointments__open{display:none}.vc-stats{width:100%}.vc-stats__header .vc-stats__row{border-bottom:1px solid #f0f2f9;cursor:auto;cursor:initial}.vc-stats__header .vc-stats__row:hover{background-color:transparent;background-color:initial}.vc-stats__title{font-size:14px;font-style:normal;font-weight:400;line-height:1.42;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;opacity:.3}@media(max-width: 767px){.vc-stats__title:nth-child(3),.vc-stats__title:nth-child(4),.vc-stats__title:nth-child(5),.vc-stats__title:nth-child(6){display:none}}.vc-stats__main .vc-stats__row:first-child{margin-top:calc( 0.0045146727 * 100vw + 10.1309255079px )}@media(min-width: 1300px){.vc-stats__main .vc-stats__row:first-child{margin-top:16px}}@media(max-width: 414px){.vc-stats__main .vc-stats__row:first-child{margin-top:12px}}.vc-stats__row{display:grid;grid-template-columns:repeat(6, 1fr);grid-gap:calc( 0.0158013544 * 100vw + 3.4582392777px );padding-top:calc( 0.006772009 * 100vw + 7.1963882619px );padding-bottom:calc( 0.006772009 * 100vw + 7.1963882619px );cursor:pointer;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-stats__row{grid-gap:24px}}@media(max-width: 414px){.vc-stats__row{grid-gap:10px}}@media(min-width: 1300px){.vc-stats__row{padding-top:16px}}@media(max-width: 414px){.vc-stats__row{padding-top:10px}}@media(min-width: 1300px){.vc-stats__row{padding-bottom:16px}}@media(max-width: 414px){.vc-stats__row{padding-bottom:10px}}.vc-stats__row:hover{background-color:#f0f2f9}@media(max-width: 767px){.vc-stats__row{grid-template-columns:150px auto 24px}}.vc-stats__data{font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-style:normal;font-weight:600;line-height:1.55;color:#000;text-align:left}@media(min-width: 1300px){.vc-stats__data{font-size:18px}}@media(max-width: 414px){.vc-stats__data{font-size:16px}}.vc-stats__data:first-child{font-size:16px;font-weight:400}@media(max-width: 767px){.vc-stats__data:nth-child(3),.vc-stats__data:nth-child(4),.vc-stats__data:nth-child(5),.vc-stats__data:nth-child(6){display:none}}@media(max-width: 767px){.vc-stats__data-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.vc-stats__data-title{font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-style:normal;font-weight:500;line-height:1.55;color:#000}@media(min-width: 1300px){.vc-stats__data-title{font-size:18px}}@media(max-width: 414px){.vc-stats__data-title{font-size:16px}}.vc-stats__data:nth-child(3) .vc-stats__data-title{color:#4254a7}.vc-stats__data:nth-child(4) .vc-stats__data-title{color:#f081c1}.vc-stats__data:nth-child(5) .vc-stats__data-title{color:#f90}.vc-stats__data:nth-child(6) .vc-stats__data-title{color:#0098d1}.vc-stats__data-subtitle{font-size:calc( 0.0045146727 * 100vw + 10.1309255079px );font-style:normal;font-weight:400;line-height:1.75;color:#000;opacity:.3}@media(min-width: 1300px){.vc-stats__data-subtitle{font-size:16px}}@media(max-width: 414px){.vc-stats__data-subtitle{font-size:12px}}@media(max-width: 767px){.vc-stats__data-subtitle{opacity:1;line-height:1.66;margin-left:8px}}.vc-stats__info{max-height:0;overflow:hidden;-webkit-transition:.3s;transition:.3s}.vc-stats__row--open .vc-stats__info{max-height:400px}.vc-stats__info-item{margin-top:24px}.vc-stats__info-number{font-size:16px;font-style:normal;font-weight:500;line-height:1.25;color:#000}.vc-stats__info-item:nth-child(1) .vc-stats__info-number{color:#4254a7}.vc-stats__info-item:nth-child(2) .vc-stats__info-number{color:#d887b6}.vc-stats__info-item:nth-child(3) .vc-stats__info-number{color:#f90}.vc-stats__info-item:nth-child(4) .vc-stats__info-number{color:#0098d1}.vc-stats__info-sum{font-size:12px;font-style:normal;font-weight:400;line-height:1.66;color:#000;padding-left:4px}.vc-stats__info-text{font-size:12px;font-style:normal;font-weight:400;line-height:1.33;color:#000;opacity:.3}.vc-stats__open{display:none}@media(max-width: 767px){.vc-stats__open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:8px}.vc-stats__open svg{display:block;-webkit-transition:.3s;transition:.3s}.vc-stats__row--open .vc-stats__open svg{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}}.vc-switcher{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:16px;gap:16px}.vc-switcher__text{font-size:16px;font-style:normal;font-weight:400;line-height:1;color:#000}.vc-switcher__switch{border-radius:34px;background:rgba(0,152,209,.1);width:42px;height:24px;padding:4px;display:-webkit-box;display:-ms-flexbox;display:flex}.vc-switcher__switch::after{content:"";display:block;width:16px;height:16px;border-radius:50%;background-color:#009aff;margin-left:0;-webkit-transition:.3s;transition:.3s}.vc-switcher--right .vc-switcher__switch::after{margin-left:18px}.vc-not-found{position:relative;padding-top:calc( -0.0112866817 * 100vw + 34.6726862302px )}@media(min-width: 1300px){.vc-not-found{padding-top:20px}}@media(max-width: 414px){.vc-not-found{padding-top:30px}}.vc-not-found__bg{position:absolute;z-index:-1;top:calc( -0.2415349887 * 100vw + 501.9954853273px );left:calc( 0.6546275395 * 100vw + -242.0158013544px );width:calc( 0.4706546275 * 100vw + 353.1489841986px )}@media(min-width: 1300px){.vc-not-found__bg{top:188px}}@media(max-width: 414px){.vc-not-found__bg{top:402px}}@media(min-width: 1300px){.vc-not-found__bg{left:609px}}@media(max-width: 414px){.vc-not-found__bg{left:29px}}@media(min-width: 1300px){.vc-not-found__bg{width:965px}}@media(max-width: 414px){.vc-not-found__bg{width:548px}}.vc-not-found__bg-img{display:block;width:100%}.vc-not-found__logo{with:calc( 0.0338600451 * 100vw + 120.9819413093px );display:block}@media(min-width: 1300px){.vc-not-found__logo{with:165px}}@media(max-width: 414px){.vc-not-found__logo{with:135px}}.vc-not-found__logo svg{display:block;width:100%}.vc-not-found__title{font-size:calc( 0.0270880361 * 100vw + 20.7855530474px );font-weight:400;font-style:normal;line-height:1.14;color:#009aff;margin-top:calc( 0.1817155756 * 100vw + 22.769751693px );text-align:center}@media(min-width: 1300px){.vc-not-found__title{font-size:56px}}@media(max-width: 414px){.vc-not-found__title{font-size:32px}}@media(min-width: 1300px){.vc-not-found__title{margin-top:259px}}@media(max-width: 414px){.vc-not-found__title{margin-top:98px}}.vc-body--bow .vc-not-found__title{color:#000}.vc-body--wob .vc-not-found__title{color:#fff}.vc-body--yob .vc-not-found__title{color:#ffdf60}.vc-not-found__text{font-size:calc( 0.0045146727 * 100vw + 12.1309255079px );font-weight:400;font-style:normal;line-height:1.57;color:#000;text-align:center}@media(min-width: 1300px){.vc-not-found__text{font-size:18px}}@media(max-width: 414px){.vc-not-found__text{font-size:14px}}.vc-body--wob .vc-not-found__text{color:#fff}.vc-body--yob .vc-not-found__text{color:#ffdf60}.vc-not-found__text a{color:#009aff;text-decoration:none}.vc-body--bow .vc-not-found__text a{color:#000}.vc-body--wob .vc-not-found__text a{color:#fff}.vc-body--yob .vc-not-found__text a{color:#ffdf60}.vc-not-found__text a:visited{color:#009aff;text-decoration:none}.vc-body--bow .vc-not-found__text a:visited{color:#000}.vc-body--wob .vc-not-found__text a:visited{color:#fff}.vc-body--yob .vc-not-found__text a:visited{color:#ffdf60}.vc-not-found__text a:hover{color:#009aff;text-decoration:underline}.vc-body--bow .vc-not-found__text a:hover{color:#000}.vc-body--wob .vc-not-found__text a:hover{color:#fff}.vc-body--yob .vc-not-found__text a:hover{color:#ffdf60}.vc-not-found__text a:focus{color:#009aff;text-decoration:underline}.vc-body--bow .vc-not-found__text a:focus{color:#000}.vc-body--wob .vc-not-found__text a:focus{color:#fff}.vc-body--yob .vc-not-found__text a:focus{color:#ffdf60}.vc-not-found__text a:active{color:#009aff;text-decoration:none}.vc-body--bow .vc-not-found__text a:active{color:#000}.vc-body--wob .vc-not-found__text a:active{color:#fff}.vc-body--yob .vc-not-found__text a:active{color:#ffdf60}.vc-not-found__btn{margin-top:calc( 0.0158013544 * 100vw + 43.4582392777px );display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 1300px){.vc-not-found__btn{margin-top:64px}}@media(max-width: 414px){.vc-not-found__btn{margin-top:50px}}.vc-orders{margin-top:calc( 0.0045146727 * 100vw + 30.1309255079px )}@media(min-width: 1300px){.vc-orders{margin-top:36px}}@media(max-width: 414px){.vc-orders{margin-top:32px}}.vc-orders__list{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:16px;gap:16px;margin-top:32px}.vc-orders__item{padding-top:15px;padding-right:calc( 0.0033860045 * 100vw + 10.5981941309px );padding-left:calc( 0.0033860045 * 100vw + 10.5981941309px );border-radius:12px;border:1px solid #dbdee5;background-color:#fff}@media(min-width: 1300px){.vc-orders__item{padding-right:15px}}@media(max-width: 414px){.vc-orders__item{padding-right:12px}}@media(min-width: 1300px){.vc-orders__item{padding-left:15px}}@media(max-width: 414px){.vc-orders__item{padding-left:12px}}.vc-orders__item-header{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;width:100%;height:50px;border-radius:8px;background-color:#f7f8fb;padding-top:calc( 0.006772009 * 100vw + 6.1963882619px );padding-right:calc( 0.0033860045 * 100vw + 10.5981941309px );padding-bottom:calc( 0.006772009 * 100vw + 6.1963882619px );padding-left:calc( 0.0033860045 * 100vw + 10.5981941309px )}@media(min-width: 1300px){.vc-orders__item-header{padding-top:15px}}@media(max-width: 414px){.vc-orders__item-header{padding-top:9px}}@media(min-width: 1300px){.vc-orders__item-header{padding-right:15px}}@media(max-width: 414px){.vc-orders__item-header{padding-right:12px}}@media(min-width: 1300px){.vc-orders__item-header{padding-bottom:15px}}@media(max-width: 414px){.vc-orders__item-header{padding-bottom:9px}}@media(min-width: 1300px){.vc-orders__item-header{padding-left:15px}}@media(max-width: 414px){.vc-orders__item-header{padding-left:12px}}.vc-orders__item-title{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-style:normal;font-weight:500;line-height:1.2;color:#3c3c3b;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-orders__item-title{font-size:16px}}@media(max-width: 414px){.vc-orders__item-title{font-size:14px}}.vc-orders__item-title:hover{color:#009aff}.vc-orders__item-price{font-size:16px;font-style:normal;font-weight:500;line-height:1;color:#3c3c3b;white-space:nowrap}.vc-orders__item-main{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;width:100%;margin-top:calc( 0.0045146727 * 100vw + 14.1309255079px );padding-top:calc( 0.0112866817 * 100vw + -4.6726862302px );padding-bottom:calc( 0.0112866817 * 100vw + -4.6726862302px )}@media(min-width: 1300px){.vc-orders__item-main{margin-top:20px}}@media(max-width: 414px){.vc-orders__item-main{margin-top:16px}}@media(min-width: 1300px){.vc-orders__item-main{padding-top:10px}}@media(max-width: 414px){.vc-orders__item-main{padding-top:0px}}@media(min-width: 1300px){.vc-orders__item-main{padding-bottom:10px}}@media(max-width: 414px){.vc-orders__item-main{padding-bottom:0px}}@media(max-width: 767px){.vc-orders__item-main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.vc-orders__item-status-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.vc-orders__item-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:8px;background-color:#d6f4eb;padding:0 14px;height:32px}.vc-orders__item-status--canceled{background-color:#ffe3e3}.vc-orders__item-status--unpaid{background-color:#cceafd}.vc-orders__item-status-icon{margin-right:10px}.vc-orders__item-status-icon svg{display:block;width:12px;height:auto}.vc-orders__item-status-text{font-size:calc( 0.0008628128 * 100vw + 12.8783433995px );font-style:normal;font-weight:500;line-height:normal;color:#32c89a}@media(min-width: 1300px){.vc-orders__item-status-text{font-size:14px}}@media(max-width: 141px){.vc-orders__item-status-text{font-size:13px}}.vc-orders__item-status--canceled .vc-orders__item-status-text{color:#ff7373}.vc-orders__item-status--unpaid .vc-orders__item-status-text{color:#0094f5}.vc-orders__item-info{margin-top:16px}.vc-orders__item-info-title{font-size:14px;font-style:normal;font-weight:500;line-height:1.71;color:#3c3c3b}.vc-orders__item-service{font-size:14px;font-style:normal;font-weight:400;line-height:1.71;color:#3c3c3b}.vc-orders__item-pay-btn{padding:0 0 0 16px}@media(max-width: 767px){.vc-orders__item-pay-btn{padding:16px 0 0}}.vc-orders__item-footer{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:calc( 0.006772009 * 100vw + 7.1963882619px );padding-bottom:calc( 0.006772009 * 100vw + 7.1963882619px );border-top:1px solid rgba(0,0,0,.05)}@media(min-width: 1300px){.vc-orders__item-footer{padding-top:16px}}@media(max-width: 414px){.vc-orders__item-footer{padding-top:10px}}@media(min-width: 1300px){.vc-orders__item-footer{padding-bottom:16px}}@media(max-width: 414px){.vc-orders__item-footer{padding-bottom:10px}}.vc-orders__item-cancel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:5px;font-size:13px;font-style:normal;font-weight:400;line-height:1.84;color:#9aa2b3;cursor:pointer;-webkit-transition:.3s;transition:.3s}.vc-orders__item-cancel svg{display:block;width:18px;height:auto;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.vc-orders__item-cancel svg path{-webkit-transition:.3s;transition:.3s}.vc-orders__item-cancel:hover{color:#ff7373}.vc-orders__item-cancel:hover svg path{stroke:#ff7373}.vc-orders-detail__title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vc-orders-detail__title{font-size:calc( 0.0180586907 * 100vw + 18.5237020316px );font-style:normal;font-weight:400;line-height:1.33;color:#3c3c3b;margin:0;margin-right:calc( 0.0045146727 * 100vw + 14.1309255079px )}@media(min-width: 1300px){.vc-orders-detail__title{font-size:42px}}@media(max-width: 414px){.vc-orders-detail__title{font-size:26px}}@media(min-width: 1300px){.vc-orders-detail__title{margin-right:20px}}@media(max-width: 414px){.vc-orders-detail__title{margin-right:16px}}.vc-orders-detail__status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:8px;background-color:#d6f4eb;padding:0 14px;height:32px}.vc-orders-detail__status--canceled{background-color:#ffe3e3}.vc-orders-detail__status--unpaid{background-color:#cceafd}.vc-orders-detail__status-icon{margin-right:10px}.vc-orders-detail__status-icon svg{display:block;width:12px;height:auto}.vc-orders-detail__status-text{font-size:calc( 0.0008628128 * 100vw + 12.8783433995px );font-style:normal;font-weight:500;line-height:normal;color:#32c89a}@media(min-width: 1300px){.vc-orders-detail__status-text{font-size:14px}}@media(max-width: 141px){.vc-orders-detail__status-text{font-size:13px}}.vc-orders-detail__status--canceled .vc-orders-detail__status-text{color:#ff7373}.vc-orders-detail__status--unpaid .vc-orders-detail__status-text{color:#0094f5}.vc-orders-detail__date{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-style:normal;font-weight:400;line-height:1.2;color:#3c3c3b}@media(min-width: 1300px){.vc-orders-detail__date{font-size:16px}}@media(max-width: 414px){.vc-orders-detail__date{font-size:14px}}.vc-orders-detail__main{margin-top:30px}.vc-orders-detail__pay-wrapper{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:10px;border-radius:8px;border:1px solid #dbdee5}@media(max-width: 767px){.vc-orders-detail__pay-wrapper{padding:0;border:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.vc-orders-detail__cancel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.vc-orders-detail__cancel:hover .vc-orders-detail__cancel-text{color:#ff7373}.vc-orders-detail__cancel:hover .vc-orders-detail__cancel-icon svg path{stroke:#ff7373}@media(max-width: 767px){.vc-orders-detail__cancel{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;border:1px solid #dbdee5;height:40px;margin-top:24px}}.vc-orders-detail__cancel-icon{margin-right:5px}.vc-orders-detail__cancel-icon svg{display:block;width:18px;height:auto;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.vc-orders-detail__cancel-icon svg path{-webkit-transition:.3s;transition:.3s}.vc-orders-detail__cancel-text{font-size:13px;font-style:normal;font-weight:400;line-height:1.84;color:#9aa2b3}.vc-orders-detail__items{margin-top:calc( 0.0045146727 * 100vw + 34.1309255079px )}@media(min-width: 1300px){.vc-orders-detail__items{margin-top:40px}}@media(max-width: 414px){.vc-orders-detail__items{margin-top:36px}}.vc-orders-detail__items-title{font-size:14px;font-style:normal;font-weight:700;line-height:1.85;color:#3c3c3b}.vc-orders-detail__list{margin-top:calc( 0.0033860045 * 100vw + 10.5981941309px )}@media(min-width: 1300px){.vc-orders-detail__list{margin-top:15px}}@media(max-width: 414px){.vc-orders-detail__list{margin-top:12px}}.vc-orders-detail__item{border-radius:8px;border:1px solid #f8f9ff;background-color:#f7f8fb;padding:12px 16px;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-orders-detail__item:not(:first-child){margin-top:10px}.vc-orders-detail__item-title{font-size:calc( 0.0011286682 * 100vw + 12.532731377px );font-style:normal;font-weight:400;line-height:1.42;letter-spacing:-0.017em;color:#3c3c3b}@media(min-width: 1300px){.vc-orders-detail__item-title{font-size:14px}}@media(max-width: 414px){.vc-orders-detail__item-title{font-size:13px}}.vc-orders-detail__item-price{font-size:14px;font-style:normal;font-weight:500;line-height:1.85;color:#3c3c3b}.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,.5);opacity:0;-webkit-transition:.3s;transition:.3s}.vc-preloader::after{content:"";width:32px;height:32px;border-radius:50%;border-top:4px solid #64e1ba;-webkit-transition:.3s;transition:.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-details{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:700px;z-index:1000;background-color:#fff;padding:0 20px;border-left:1px solid rgba(0,0,0,.1);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:.3s;transition:.3s}.vc-details--show{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vc-details__close{position:absolute;top:19px;right:calc( 0.0045146727 * 100vw + 14.1309255079px );cursor:pointer}@media(min-width: 1300px){.vc-details__close{right:20px}}@media(max-width: 414px){.vc-details__close{right:16px}}.vc-details__close svg{display:block}.vc-details__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:19px 0}.vc-details__title{font-size:18px;font-style:normal;font-weight:500;line-height:1.77;color:#212121}.vc-details__content{max-height:100%;overflow-y:auto}.vc-stats-detail__header{border-bottom:1px solid #f5f6fa;background-color:#f5f6fa;padding:11px 0 11px 10px;padding-right:calc( 0.0090293454 * 100vw + -3.7381489842px )}@media(min-width: 1300px){.vc-stats-detail__header{padding-right:8px}}@media(max-width: 414px){.vc-stats-detail__header{padding-right:0px}}.vc-stats-detail__header .vc-stats-detail__row{font-size:13px;font-style:normal;font-weight:400;line-height:1.4;color:#788d98}.vc-stats-detail__row{display:grid;grid-template-columns:auto 100px 100px 32px;grid-gap:10px}@media(max-width: 767px){.vc-stats-detail__row{grid-template-columns:auto 80px 24px}}.vc-stats-detail__section{padding-top:calc( 0.0033860045 * 100vw + 10.5981941309px );padding-right:calc( 0.0090293454 * 100vw + -3.7381489842px );padding-bottom:calc( 0.0033860045 * 100vw + 10.5981941309px );padding-left:calc( 0.0112866817 * 100vw + -4.6726862302px );border-bottom:1px solid rgba(0,0,0,.1)}@media(min-width: 1300px){.vc-stats-detail__section{padding-top:15px}}@media(max-width: 414px){.vc-stats-detail__section{padding-top:12px}}@media(min-width: 1300px){.vc-stats-detail__section{padding-right:8px}}@media(max-width: 414px){.vc-stats-detail__section{padding-right:0px}}@media(min-width: 1300px){.vc-stats-detail__section{padding-bottom:15px}}@media(max-width: 414px){.vc-stats-detail__section{padding-bottom:12px}}@media(min-width: 1300px){.vc-stats-detail__section{padding-left:10px}}@media(max-width: 414px){.vc-stats-detail__section{padding-left:0px}}.vc-stats-detail__section-title{font-size:14px;font-style:normal;font-weight:500;line-height:1.4;color:#212121;margin-bottom:14px}.vc-stats-detail__info-title{font-size:13px;font-style:normal;font-weight:500;line-height:normal;margin-top:14px}.vc-stats-detail__info-title--pink{color:#f081c1}.vc-stats-detail__info-title--orange{color:#f90}.vc-stats-detail__info-title--blue{color:#0098d1}.vc-stats-detail__info-title--blue-dark{color:#4254a7}.vc-stats-detail__info-title+.vc-stats-detail__row{margin-top:calc( -0.0022573363 * 100vw + 16.934537246px );padding-bottom:calc( 0.0056433409 * 100vw + 2.6636568849px )}@media(min-width: 1300px){.vc-stats-detail__info-title+.vc-stats-detail__row{margin-top:14px}}@media(max-width: 414px){.vc-stats-detail__info-title+.vc-stats-detail__row{margin-top:16px}}@media(min-width: 1300px){.vc-stats-detail__info-title+.vc-stats-detail__row{padding-bottom:10px}}@media(max-width: 414px){.vc-stats-detail__info-title+.vc-stats-detail__row{padding-bottom:5px}}.vc-stats-detail__data{font-size:12px;font-style:normal;font-weight:400;line-height:1.2;color:#3c3c3b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vc-stats-detail__data:nth-child(2),.vc-stats-detail__data:nth-child(3){color:#9aa2b3}.vc-stats-detail__data:nth-child(4)[\:has\(svg\)]{cursor:pointer}.vc-stats-detail__data:nth-child(4):has(svg){cursor:pointer}.vc-stats-detail__data:nth-child(4)[\:has\(svg\)] svg{display:block}.vc-stats-detail__data:nth-child(4):has(svg) svg{display:block}@media(max-width: 767px){.vc-stats-detail__data:nth-child(2){display:none}}.vc-stats-detail__documents-container{border-radius:6px;background-color:#f7f8fb;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-top:calc( -0.0056433409 * 100vw + 15.3363431151px );padding-bottom:calc( -0.0056433409 * 100vw + 15.3363431151px );font-size:12px;font-style:normal;font-weight:400;line-height:1.2;color:#3c3c3b;margin:10px}@media(min-width: 1300px){.vc-stats-detail__documents-container{padding-top:8px}}@media(max-width: 414px){.vc-stats-detail__documents-container{padding-top:13px}}@media(min-width: 1300px){.vc-stats-detail__documents-container{padding-bottom:8px}}@media(max-width: 414px){.vc-stats-detail__documents-container{padding-bottom:13px}}.vc-stats-detail__documents-container--loaded{background-color:#fff;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:10px;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.vc-stats-detail__documents-container--empty{padding:14px}.vc-stats-detail__loader{width:24px;height:24px;border-radius:50%;border-left:2px solid #0094f5;border-top:2px solid #0094f5;margin-right:14px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.vc-stats-detail__document{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:6px;background-color:rgba(0,148,245,.1);padding:8px 15px;font-size:12px;font-style:normal;font-weight:400;line-height:1.2;color:#0094f5}@media(max-width: 500px){.vc-stats-detail__document{width:100%}}.vc-stats-detail__document-icon{margin-right:10px}.vc-stats-detail__document-icon svg{display:block}.vc-schedule{margin-top:30px;padding-bottom:18px;border-bottom:1px solid #dbdee5}@media(max-width: 767px){.vc-schedule{display:none}}.vc-schedule__header{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:20px}.vc-schedule__title{font-size:16px;font-style:normal;font-weight:500;line-height:1.25;color:#000;text-align:center}.vc-schedule__week-wrapper:first-child .vc-schedule__week{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.vc-schedule__week-wrapper:last-child .vc-schedule__week{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.vc-schedule__week{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:12px;gap:12px;font-size:16px;font-style:normal;font-weight:400;line-height:1.25;color:#9aa2b3;cursor:pointer;-webkit-transition:.3s;transition:.3s}.vc-schedule__week svg{display:block}.vc-schedule__week svg path{-webkit-transition:.3s;transition:.3s}.vc-schedule__week:hover{color:#000}.vc-schedule__week:hover svg path{stroke:#000}.vc-schedule__main{margin-top:18px;display:grid;grid-template-columns:repeat(7, 1fr)}.vc-schedule__day{padding:14px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:16px;border:1px solid rgba(0,0,0,0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.vc-schedule__day--active{border-color:#0094f5}.vc-schedule__day:nth-child(6) .vc-schedule__slot-info,.vc-schedule__day:nth-child(7) .vc-schedule__slot-info{left:auto;right:50%}.vc-schedule__day-title{font-size:14px;font-style:normal;font-weight:500;line-height:1.28;text-align:center;color:#000}.vc-schedule__day--active .vc-schedule__day-title{color:#009aff}.vc-schedule__slots{margin-top:16px;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:8px;gap:8px}.vc-schedule__slot{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:12px;font-size:16px;font-style:normal;font-weight:400;line-height:1.25;color:#0094f5;border:1px solid #0094f5;background-color:rgba(0,148,245,.1);padding:8px 8px 7px}.vc-schedule__slot--busy{background-color:#f5f6fa;border:1px solid #f5f6fa;color:#9aa2b3;text-decoration:line-through}.vc-schedule__slot--hide{display:none}.vc-schedule__slot:hover .vc-schedule__slot-info{opacity:1;pointer-events:all}.vc-schedule__slot-info{position:absolute;top:100%;left:0;z-index:10;width:300px;border-radius:12px;border:1px solid #dbdee5;background-color:#fff;-webkit-box-shadow:0px 6px 12px 0px rgba(0,0,0,.06);box-shadow:0px 6px 12px 0px rgba(0,0,0,.06);padding:16px;color:#3c3c3b;opacity:0;pointer-events:none}.vc-schedule__slot-info-date{font-size:13px;font-style:normal;font-weight:400;line-height:1.53}.vc-schedule__slot-info-title{font-size:14px;font-style:normal;font-weight:400;line-height:1.2;margin-top:10px}.vc-schedule__slot-info-text{font-size:12px;font-style:normal;font-weight:400;line-height:1.2;margin-top:10px}.vc-schedule__slot-info-subtext{font-size:13px;font-style:normal;font-weight:400;line-height:1.2;color:#9aa2b3;margin-top:2px}.vc-schedule__empty{text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:1.25;color:#9aa2b3}.vc-schedule__select{position:relative;height:calc( 0.0045146727 * 100vw + 42.1309255079px );min-width:288px;cursor:pointer}@media(min-width: 1300px){.vc-schedule__select{height:48px}}@media(max-width: 414px){.vc-schedule__select{height:44px}}@media(max-width: 500px){.vc-schedule__select{min-width:100%}}.vc-schedule__select--on-top{z-index:200}.vc-schedule__select-container{position:absolute;top:0;left:0;background-color:#fff;border-radius:4px;border:1px solid #ded8d2;height:auto;width:100%;overflow:hidden;-webkit-transition:.3s;transition:.3s;scrollbar-width:none;-ms-overflow-style:none}.vc-schedule__select-container::-webkit-scrollbar{width:0 !important}.error .vc-schedule__select-container{border-color:#f44c51;background-color:rgba(244,76,81,.1)}.vc-schedule__select--animating .vc-schedule__select-container{z-index:100}.vc-schedule__select--open .vc-schedule__select-container{max-height:295px;z-index:100}.vc-body--wob .vc-schedule__select-container{color:#fff;border-color:#fff;background-color:#000}.vc-body--yob .vc-schedule__select-container{color:#ffdf60;border-color:#ffdf60;background-color:#0079e9}.vc-schedule__select-header{height:calc( 0.006772009 * 100vw + 39.1963882619px );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:0 16px}@media(min-width: 1300px){.vc-schedule__select-header{height:48px}}@media(max-width: 414px){.vc-schedule__select-header{height:42px}}.vc-schedule__select-title{font-size:16px;font-weight:400;font-style:normal;line-height:1;color:rgba(0,0,0,.4);white-space:nowrap;margin-right:12px;overflow:hidden;-webkit-transition:.3s;transition:.3s}.vc-body--bow .vc-schedule__select-title{color:#000}.vc-body--wob .vc-schedule__select-title{color:#fff}.vc-body--yob .vc-schedule__select-title{color:#ffdf60}.error .vc-schedule__select-title{color:#f44c51}.vc-schedule__select--selected .vc-schedule__select-title{color:#000}.vc-body--wob .vc-schedule__select--selected .vc-schedule__select-title{color:#fff}.vc-body--yob .vc-schedule__select--selected .vc-schedule__select-title{color:#ffdf60}.vc-schedule__select-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.3s;transition:.3s}.vc-schedule__select--open .vc-schedule__select-arrow{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.vc-schedule__select-arrow svg{display:block}.vc-body--wob .vc-schedule__select-arrow svg path{stroke:#fff}.vc-body--yob .vc-schedule__select-arrow svg path{stroke:#ffdf60}.vc-schedule__select-list{position:relative;z-index:10;overflow:hidden;height:auto;max-height:0;overflow-y:auto;-webkit-transition:.3s;transition:.3s;scrollbar-width:none;-ms-overflow-style:none}.vc-schedule__select-list::-webkit-scrollbar{width:0 !important}.vc-schedule__select--open .vc-schedule__select-list{max-height:calc( -0.0045146727 * 100vw + 252.8690744921px )}@media(min-width: 1300px){.vc-schedule__select--open .vc-schedule__select-list{max-height:247px}}@media(max-width: 414px){.vc-schedule__select--open .vc-schedule__select-list{max-height:251px}}.vc-schedule__select-list .simplebar-scrollbar.simplebar-visible:before{opacity:.2}.vc-schedule__select-item{font-size:14px;font-weight:400;font-style:normal;line-height:1.14;color:#000;padding:12px 16px;-webkit-transition:.3s;transition:.3s}.vc-body--wob .vc-schedule__select-item{color:#fff}.vc-body--yob .vc-schedule__select-item{color:#ffdf60}.vc-schedule__select-item:hover{background-color:#009aff;color:#fff}.vc-body--wob .vc-schedule__select-item:hover{background-color:#000;color:#fff}.vc-body--yob .vc-schedule__select-item:hover{background-color:#0079e9;color:#ffdf60}.vc-schedule__show-more-wrapper{margin-top:28px;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vc-schedule__show-more-wrapper--active{display:-webkit-box;display:-ms-flexbox;display:flex}.vc-schedule__show-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.vc-schedule__show-more:hover .vc-schedule__show-more-text{color:#009aff}.vc-schedule__show-more:hover .vc-schedule__show-more-arrow svg path{stroke:#009aff}.vc-schedule__show-more-text{font-size:16px;font-style:normal;font-weight:400;line-height:1.25;color:#9aa2b3;white-space:nowrap;-webkit-transition:.3s;transition:.3s}.vc-schedule__show-more-arrow{margin-left:12px;-webkit-transition:.3s;transition:.3s}.vc-schedule__show-more-wrapper--open .vc-schedule__show-more-arrow{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.vc-schedule__show-more-arrow svg{display:block}.vc-schedule__show-more-arrow svg path{-webkit-transition:.3s;transition:.3s}.vc-mob-schedule{display:none;border-radius:24px;border:1px solid #dbdee5;padding:20px 16px}@media(max-width: 767px){.vc-mob-schedule{display:block}}.vc-mob-schedule__arrows{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;margin:8px 0 24px}.vc-mob-schedule__week svg{display:block}.vc-mob-schedule__week-title{font-size:16px;font-style:normal;font-weight:500;line-height:1.25;text-align:center;color:#000}.vc-mob-schedule__header{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:4px;gap:4px;background-color:#f5f6fa;border-radius:12px;overflow:hidden}.vc-mob-schedule__tab{white-space:nowrap;font-size:16px;font-style:normal;font-weight:400;line-height:1.25;color:#3c3c3b;padding:8px 12px;border-radius:8px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-transition:.3s;transition:.3s}.vc-mob-schedule__tab--active{background-color:#ccebff;color:#0094f5}.vc-mob-schedule__day{margin-top:16px;display:none;grid-template-columns:repeat(4, 1fr);grid-gap:4px}.vc-mob-schedule__day--active{display:grid}.vc-mob-schedule__day[\:has\(.vc-mob-schedule__empty\)]{grid-template-columns:1fr}.vc-mob-schedule__day:has(.vc-mob-schedule__empty){grid-template-columns:1fr}.vc-mob-schedule__slot{border-radius:12px;border:1px solid #0094f5;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:7px 12px;font-size:16px;font-style:normal;font-weight:400;line-height:1.25;color:#0094f5;background-color:rgba(0,148,245,.1);cursor:pointer;-webkit-transition:.3s;transition:.3s}.vc-mob-schedule__slot--busy{background-color:#f5f6fa;border:1px solid #f5f6fa;color:#9aa2b3;text-decoration:line-through}.vc-mob-schedule__slot-info{position:absolute;left:0;z-index:-10;width:300px;border-radius:12px;border:1px solid #dbdee5;background-color:#fff;-webkit-box-shadow:0px 6px 12px 0px rgba(0,0,0,.06);box-shadow:0px 6px 12px 0px rgba(0,0,0,.06);padding:16px;color:#3c3c3b;opacity:0;pointer-events:none}.vc-mob-schedule__slot-info--active{z-index:10;opacity:1;pointer-events:all}.vc-mob-schedule__slot-info-date{font-size:13px;font-style:normal;font-weight:400;line-height:1.53}.vc-mob-schedule__slot-info-title{font-size:14px;font-style:normal;font-weight:400;line-height:1.2;margin-top:10px}.vc-mob-schedule__slot-info-text{font-size:12px;font-style:normal;font-weight:400;line-height:1.2;margin-top:10px}.vc-mob-schedule__slot-info-subtext{font-size:13px;font-style:normal;font-weight:400;line-height:1.2;color:#9aa2b3;margin-top:2px}.vc-mob-schedule__empty{text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:1.25;color:#9aa2b3}.vc-date-slider__header{position:relative;border-radius:8px 100px 100px 8px;background-color:#f5f6fa;padding-right:34px}.vc-date-slider__header--no-scroll{padding-right:0;border-radius:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.vc-date-slider__header-arrow{position:absolute;top:50%;right:2px;width:28px;height:28px;border-radius:50%;border:1px solid #eff0f1;background-color:#fff;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:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}.vc-date-slider__header-arrow svg{display:block}.vc-date-slider--no-scroll .vc-date-slider__header-arrow{display:none}.vc-date-slider__header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:4px;gap:4px;overflow:hidden}.vc-date-slider__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;-ms-flex-negative:0;flex-shrink:0;width:66px;height:32px;border-radius:8px;font-size:14px;font-style:normal;font-weight:400;line-height:1.42;color:#3c3c3b;cursor:pointer;-webkit-transition:.3s;transition:.3s}.vc-date-slider__item--active,.vc-date-slider__item:hover{background-color:#ccebff;color:#0094f5}.vc-date-slider__content{display:none}.vc-date-slider__content--active{display:block}.vc-tabs__header{border-bottom:1px solid rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:calc( 0.0045146727 * 100vw + 18.1309255079px );gap:calc( 0.0045146727 * 100vw + 18.1309255079px )}@media(min-width: 1300px){.vc-tabs__header{grid-gap:24px;gap:24px}}@media(max-width: 414px){.vc-tabs__header{grid-gap:20px;gap:20px}}.vc-body--bow .vc-tabs__header{border-color:#000}.vc-body--wob .vc-tabs__header{border-color:#fff}.vc-body--yob .vc-tabs__header{border-color:#ffdf60}@media(max-width: 767px){.vc-tabs__header{overflow-y:auto;border-bottom-color:rgba(0,0,0,0)}.vc-body--bow .vc-tabs__header{border-bottom-color:rgba(0,0,0,0)}.vc-body--wob .vc-tabs__header{border-bottom-color:rgba(0,0,0,0)}.vc-body--yob .vc-tabs__header{border-bottom-color:rgba(0,0,0,0)}}.vc-tabs__tab{position:relative;padding-top:8px;padding-bottom:8px;min-width:300px;font-size:16px;font-weight:500;font-style:normal;line-height:1;color:rgba(0,0,0,.3);-webkit-transition:.3s;transition:.3s;cursor:pointer}.vc-body--bow .vc-tabs__tab{color:#000}.vc-body--wob .vc-tabs__tab{color:#fff}.vc-body--yob .vc-tabs__tab{color:#ffdf60}.vc-tabs__tab::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#7f5699;opacity:0;-webkit-transition:.3s;transition:.3s}.vc-body--bow .vc-tabs__tab::after{background-color:#000}.vc-body--wob .vc-tabs__tab::after{background-color:#fff}.vc-body--yob .vc-tabs__tab::after{background-color:#ffdf60}.vc-tabs__tab:hover{color:#7f5699}.vc-body--bow .vc-tabs__tab:hover{color:#000}.vc-body--wob .vc-tabs__tab:hover{color:#fff}.vc-body--yob .vc-tabs__tab:hover{color:#ffdf60}.vc-tabs__tab--active{color:#7f5699}.vc-body--bow .vc-tabs__tab--active{color:#000}.vc-body--wob .vc-tabs__tab--active{color:#fff}.vc-body--yob .vc-tabs__tab--active{color:#ffdf60}.vc-tabs__tab--active::after{opacity:1}@media(max-width: 767px){.vc-tabs__tab{min-width:unset}}.vc-tabs__content{display:none}.vc-tabs__content--active{display:block}.vc-confirm-phone{margin-top:calc( 0.0090293454 * 100vw + 12.2618510158px );margin-bottom:calc( 0.0090293454 * 100vw + 12.2618510158px );display:block}@media(min-width: 1300px){.vc-confirm-phone{margin-top:24px}}@media(max-width: 414px){.vc-confirm-phone{margin-top:16px}}@media(min-width: 1300px){.vc-confirm-phone{margin-bottom:24px}}@media(max-width: 414px){.vc-confirm-phone{margin-bottom:16px}}.vc-confirm-phone__user-send-code{margin-top:16px}.vc-confirm-phone__code-title{font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-style:normal;font-weight:400;line-height:1.44;color:#9aa2b3;margin-bottom:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-confirm-phone__code-title{font-size:18px}}@media(max-width: 414px){.vc-confirm-phone__code-title{font-size:16px}}@media(min-width: 1300px){.vc-confirm-phone__code-title{margin-bottom:12px}}@media(max-width: 414px){.vc-confirm-phone__code-title{margin-bottom:8px}}.vc-confirm-phone__code-input-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:calc( 0.0045146727 * 100vw + 6.1309255079px );gap:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-confirm-phone__code-input-wrapper{grid-gap:12px;gap:12px}}@media(max-width: 414px){.vc-confirm-phone__code-input-wrapper{grid-gap:8px;gap:8px}}.vc-confirm-phone__code-input{position:absolute;z-index:-1;width:100%;height:100%;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vc-confirm-phone__code-input.error~.vc-confirm-phone__code-digit{border-color:#f44c51;background-color:rgba(244,76,81,.1)}.vc-confirm-phone__code-digit{border-radius:16px;border:1px solid #dbdee5;background-color:#fff;padding-top:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-right:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-bottom:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-left:calc( 0.0090293454 * 100vw + 12.2618510158px );-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;color:#3c3c3b;text-align:center;height:calc( 0.0090293454 * 100vw + 44.2618510158px )}@media(min-width: 1300px){.vc-confirm-phone__code-digit{padding-top:16px}}@media(max-width: 414px){.vc-confirm-phone__code-digit{padding-top:12px}}@media(min-width: 1300px){.vc-confirm-phone__code-digit{padding-right:24px}}@media(max-width: 414px){.vc-confirm-phone__code-digit{padding-right:16px}}@media(min-width: 1300px){.vc-confirm-phone__code-digit{padding-bottom:16px}}@media(max-width: 414px){.vc-confirm-phone__code-digit{padding-bottom:12px}}@media(min-width: 1300px){.vc-confirm-phone__code-digit{padding-left:24px}}@media(max-width: 414px){.vc-confirm-phone__code-digit{padding-left:16px}}@media(min-width: 1300px){.vc-confirm-phone__code-digit{height:56px}}@media(max-width: 414px){.vc-confirm-phone__code-digit{height:48px}}.vc-bonus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:12px;background-color:rgba(50,200,154,.2);padding:8px 16px;font-size:calc( 0.0011286682 * 100vw + 14.532731377px );font-style:normal;font-weight:400;line-height:1;color:#3c3c3b}@media(min-width: 1300px){.vc-bonus{font-size:16px}}@media(max-width: 414px){.vc-bonus{font-size:15px}}@media(max-width: 500px){.vc-bonus{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:24px}}.vc-bonus__icon{width:calc( 0.0090293454 * 100vw + 20.2618510158px );height:calc( 0.0090293454 * 100vw + 20.2618510158px );margin-right:10px;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 1300px){.vc-bonus__icon{width:32px}}@media(max-width: 414px){.vc-bonus__icon{width:24px}}@media(min-width: 1300px){.vc-bonus__icon{height:32px}}@media(max-width: 414px){.vc-bonus__icon{height:24px}}.vc-bonus__icon svg{display:block;width:inherit;height:inherit}@media(max-width: 1279px){.vc-bonus__text{display:none}}@media(max-width: 1023px){.vc-bonus__text{display:block}}.vc-bonus__sum{font-weight:500;margin-left:6px}.push{position:fixed;max-width:295px;right:60px;bottom:60px;z-index:100;-webkit-transition:.5s;transition:.5s;-webkit-transform:translateY(150%);-ms-transform:translateY(150%);transform:translateY(150%)}@media(max-width: 767px){.push{width:calc(100vw - 32px);right:16px;left:16px;bottom:30px;max-width:unset}}.push--active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.push__container{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:24px;gap:24px;border-radius:16px;background:#fff;-webkit-box-shadow:0px 3px 8px 0px rgba(0,0,0,.12);box-shadow:0px 3px 8px 0px rgba(0,0,0,.12)}.push__title{position:relative;padding-right:30px;color:#000;font-size:calc( 0.0045146727 * 100vw + 14.1309255079px );font-style:normal;font-weight:400;line-height:1.4}@media(min-width: 1300px){.push__title{font-size:20px}}@media(max-width: 414px){.push__title{font-size:16px}}.push__content{width:100%}.push__close{position:absolute;cursor:pointer;top:16px;right:16px;z-index:50}.push__close svg{width:calc( 0.0022573363 * 100vw + 13.065462754px );height:calc( 0.0022573363 * 100vw + 13.065462754px )}@media(min-width: 1300px){.push__close svg{width:16px}}@media(max-width: 414px){.push__close svg{width:14px}}@media(min-width: 1300px){.push__close svg{height:16px}}@media(max-width: 414px){.push__close svg{height:14px}}.vc-accounts{margin-top:calc( 0.0135440181 * 100vw + 18.3927765237px )}@media(min-width: 1300px){.vc-accounts{margin-top:36px}}@media(max-width: 414px){.vc-accounts{margin-top:24px}}.vc-accounts__header{color:#3c3c3b;font-size:15px;font-style:normal;font-weight:400;line-height:1.4}.vc-accounts__body{margin-top:calc( 0.0270880361 * 100vw + 12.7855530474px )}@media(min-width: 1300px){.vc-accounts__body{margin-top:48px}}@media(max-width: 414px){.vc-accounts__body{margin-top:24px}}.vc-accounts__item{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:8px;padding:12px 16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #dbdee5}.vc-accounts__item:not(:first-child){margin-top:16px}.vc-accounts__item-icon{margin-right:calc( 0.0045146727 * 100vw + 10.1309255079px );-ms-flex-negative:0;flex-shrink:0;width:48px;height:48px}@media(min-width: 1300px){.vc-accounts__item-icon{margin-right:16px}}@media(max-width: 414px){.vc-accounts__item-icon{margin-right:12px}}.vc-accounts__item-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vc-accounts__item-title{color:#3c3c3b;font-size:calc( 0.0011286682 * 100vw + 14.532731377px );font-style:normal;font-weight:500;line-height:1.25;letter-spacing:-0.24px;margin-bottom:calc( 0.0022573363 * 100vw + 3.065462754px )}@media(min-width: 1300px){.vc-accounts__item-title{font-size:16px}}@media(max-width: 414px){.vc-accounts__item-title{font-size:15px}}@media(min-width: 1300px){.vc-accounts__item-title{margin-bottom:6px}}@media(max-width: 414px){.vc-accounts__item-title{margin-bottom:4px}}.vc-accounts__item-subtitle{color:#3c3c3b;font-size:14px;font-style:normal;font-weight:400;line-height:1.14}.vc-accounts__item-access{color:#3c3c3b;font-size:15px;font-style:normal;font-weight:400;line-height:1.33;letter-spacing:-0.24px}@media(max-width: 767px){.vc-accounts__item-access{display:none}}.vc-accounts__item-switcher{position:relative;display:inline-block;width:38px;height:20px;margin-left:calc( 0.0022573363 * 100vw + 15.065462754px );-ms-flex-negative:0;flex-shrink:0}@media(min-width: 1300px){.vc-accounts__item-switcher{margin-left:18px}}@media(max-width: 414px){.vc-accounts__item-switcher{margin-left:16px}}.vc-accounts__item-switcher input{width:100%;height:100%;opacity:0}.vc-accounts__item-switcher[\:has\(input\:checked\)] .vc-accounts__item-switcher-slider{background-color:#2196f3}.vc-accounts__item-switcher:has(input:checked) .vc-accounts__item-switcher-slider{background-color:#2196f3}.vc-accounts__item-switcher[\:has\(input\:checked\)] .vc-accounts__item-switcher-slider::before{-webkit-transform:translateX(18px);-ms-transform:translateX(18px);transform:translateX(18px)}.vc-accounts__item-switcher:has(input:checked) .vc-accounts__item-switcher-slider::before{-webkit-transform:translateX(18px);-ms-transform:translateX(18px);transform:translateX(18px)}.vc-accounts__item-switcher-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d9dada;-webkit-transition:.4s;transition:.4s;border-radius:22px}.vc-accounts__item-switcher-slider::before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}.vc-record2{min-height:600px}.vc-record2::after{content:"";position:fixed;top:0;left:0;z-index:900;width:100%;height:100%;display:block;background-color:#0d98fc;opacity:0;pointer-events:none;-webkit-transition:.3s;transition:.3s}.vc-record2--is-overlay::after{opacity:.2;pointer-events:all}@media(max-width: 767px){.vc-record2::after{display:none}.vc-record2::after--is-overlay{display:none}}.vc-record2__header{background-color:#f5f6fa;padding-top:24px;padding-bottom:76px}.vc-record2__switcher{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:32px;gap:32px}.vc-record2__switcher-item{font-size:calc( 0.006772009 * 100vw + 15.1963882619px );font-style:normal;font-weight:400;line-height:2;cursor:pointer;color:#009aff;-webkit-text-decoration:underline dotted 5%;text-decoration:underline dotted 5%;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record2__switcher-item{font-size:24px}}@media(max-width: 414px){.vc-record2__switcher-item{font-size:18px}}.vc-record2__switcher-item:hover{color:#009aff;text-decoration:none}.vc-record2__switcher-item--active{color:#41404d;text-decoration:none;cursor:auto;cursor:initial}.vc-record2__switcher-item--active:hover{color:#41404d;text-decoration:none;cursor:auto;cursor:initial}.vc-record2__search{position:relative;border-radius:8px;overflow:hidden;width:100%;margin-top:calc( 0.0090293454 * 100vw + 12.2618510158px );border:1px solid #f5f6fa;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record2__search{margin-top:24px}}@media(max-width: 414px){.vc-record2__search{margin-top:16px}}.vc-record2__search:hover{border-color:#cfebff}.vc-record2__search[\:has\(\:focus\)]{border-color:#0d98fc}.vc-record2__search:has(:focus){border-color:#0d98fc}.vc-record2__search-input{background-color:#fff;width:100%;padding-top:calc( 0.0045146727 * 100vw + 12.1309255079px );padding-right:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-bottom:calc( 0.0045146727 * 100vw + 11.1309255079px );padding-left:calc( 0.0158013544 * 100vw + 35.4582392777px );font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-style:normal;font-weight:400;line-height:1}@media(min-width: 1300px){.vc-record2__search-input{padding-top:18px}}@media(max-width: 414px){.vc-record2__search-input{padding-top:14px}}@media(min-width: 1300px){.vc-record2__search-input{padding-right:24px}}@media(max-width: 414px){.vc-record2__search-input{padding-right:16px}}@media(min-width: 1300px){.vc-record2__search-input{padding-bottom:17px}}@media(max-width: 414px){.vc-record2__search-input{padding-bottom:13px}}@media(min-width: 1300px){.vc-record2__search-input{padding-left:56px}}@media(max-width: 414px){.vc-record2__search-input{padding-left:42px}}@media(min-width: 1300px){.vc-record2__search-input{font-size:16px}}@media(max-width: 414px){.vc-record2__search-input{font-size:14px}}.vc-record2__search-input::-webkit-input-placeholder{color:#788d98}.vc-record2__search-input::-moz-placeholder{color:#788d98}.vc-record2__search-input:-ms-input-placeholder{color:#788d98}.vc-record2__search-input::-ms-input-placeholder{color:#788d98}.vc-record2__search-input::placeholder{color:#788d98}.vc-record2__search-btn{position:absolute;top:50%;left:calc( 0.0045146727 * 100vw + 10.1309255079px );width:calc( 0.006772009 * 100vw + 15.1963882619px );height:calc( 0.006772009 * 100vw + 15.1963882619px );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;border-radius:6px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record2__search-btn{left:16px}}@media(max-width: 414px){.vc-record2__search-btn{left:12px}}@media(min-width: 1300px){.vc-record2__search-btn{width:24px}}@media(max-width: 414px){.vc-record2__search-btn{width:18px}}@media(min-width: 1300px){.vc-record2__search-btn{height:24px}}@media(max-width: 414px){.vc-record2__search-btn{height:18px}}.vc-record2__search-btn svg{display:block}.vc-record2__search-btn svg path{-webkit-transition:.3s;transition:.3s}@media(max-width: 767px){.vc-record2__search-btn svg{width:18px;height:18px}}.vc-record2__selects{position:relative;padding-top:calc( 0.0022573363 * 100vw + 7.065462754px );padding-right:8px;padding-bottom:calc( 0.0011286682 * 100vw + 7.532731377px );padding-left:8px;margin-bottom:calc( 0.0135440181 * 100vw + 6.3927765237px );border-radius:12px;background-color:#cfebff;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:calc( 0.007518797 * 100vw + 2.2255639098px );margin-top:-40px;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record2__selects{padding-top:10px}}@media(max-width: 414px){.vc-record2__selects{padding-top:8px}}@media(min-width: 1300px){.vc-record2__selects{padding-bottom:9px}}@media(max-width: 414px){.vc-record2__selects{padding-bottom:8px}}@media(min-width: 1300px){.vc-record2__selects{margin-bottom:24px}}@media(max-width: 414px){.vc-record2__selects{margin-bottom:12px}}@media(min-width: 1300px){.vc-record2__selects{grid-gap:12px}}@media(max-width: 768px){.vc-record2__selects{grid-gap:8px}}@media(max-width: 1023px){.vc-record2__selects{grid-template-columns:1fr 1fr;margin-top:-52px}}@media(max-width: 767px){.vc-record2__selects{grid-template-columns:1fr}.vc-record2__selects[\:has\(.vc-record2__select--mob-hidden\)]{grid-gap:0}.vc-record2__selects:has(.vc-record2__select--mob-hidden){grid-gap:0}}.vc-record2__selects--diagnostics{grid-template-columns:1fr 1fr 1fr}@media(max-width: 767px){.vc-record2__selects--diagnostics{grid-template-columns:1fr}.vc-record2__selects--diagnostics[\:has\(.vc-record2__select--mob-hidden\)]{grid-gap:0}.vc-record2__selects--diagnostics:has(.vc-record2__select--mob-hidden){grid-gap:0}}.vc-record2__select{position:relative;border-radius:8px;background-color:#fff;border:1px solid #fff;-webkit-box-shadow:0px 3px 12px 0px rgba(0,0,0,.05);box-shadow:0px 3px 12px 0px rgba(0,0,0,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:calc( 0.0135440181 * 100vw + 42.3927765237px );padding-right:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-left:calc( 0.0045146727 * 100vw + 10.1309255079px );overflow:hidden;cursor:pointer;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record2__select{height:60px}}@media(max-width: 414px){.vc-record2__select{height:48px}}@media(min-width: 1300px){.vc-record2__select{padding-right:16px}}@media(max-width: 414px){.vc-record2__select{padding-right:12px}}@media(min-width: 1300px){.vc-record2__select{padding-left:16px}}@media(max-width: 414px){.vc-record2__select{padding-left:12px}}.vc-record2__select:hover{border-color:#9ed6fe}.vc-record2__select--focused{border:2px solid #0d98fc}.vc-record2__select--selected{border:1px solid #788d98}@media(max-width: 767px){.vc-record2__select--mob-hidden{overflow:hidden;height:0;border-width:0px;margin:0}}.vc-record2__select-icon{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;margin-right:12px}.vc-record2__select-icon:last-child{margin-left:auto;margin-right:0}.vc-record2__select-icon svg{display:block;width:inherit;height:auto}.vc-record2__select-clear{width:16px;height:16px;-ms-flex-negative:0;flex-shrink:0;margin-right:12px;margin-left:auto;margin-right:0}.vc-record2__select-clear svg{display:block;width:16px;height:16px}.vc-record2__select-title{font-size:15px;font-style:normal;font-weight:500;line-height:1.2;color:#788d98}.vc-record2__select-counter{font-size:13px;font-style:normal;font-weight:400;line-height:1.2;color:#788d98;margin-left:auto}.vc-record2__select-selected-title{font-size:12px;font-style:normal;font-weight:400;line-height:1.2;color:#41404d}.vc-record2__select-selected-text{font-size:14px;font-style:normal;font-weight:600;line-height:1.2;color:#41404d;margin-top:4px;height:17px;overflow:hidden}.vc-record2__select-date-input{position:absolute;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vc-record2__filter-section{overflow:hidden;height:0px;-webkit-transition:.3s;transition:.3s}@media(max-width: 767px){.vc-record2__filter-section{position:fixed;top:0;left:0;z-index:1000;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vc-record2__filter-section--opened{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.vc-record2__filter-section-close{position:fixed;top:20px;right:20px;z-index:1000;display:none}.vc-record2__filter-section-close svg{display:block}@media(max-width: 767px){.vc-record2__filter-section-close{display:block}}.vc-record2__filter-section-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media(max-width: 767px){.vc-record2__filter-section-content{height:100vh;overflow-y:auto}}@media(max-width: 767px){.vc-record2__spec{min-height:100%}.vc-record2__spec .vc-center{min-height:100%;padding:0}}.vc-record2__spec-wrapper{border-radius:24px;background:-webkit-gradient(linear, left top, left bottom, from(#e7f5ff), to(#cfebff));background:linear-gradient(180deg, #e7f5ff 0%, #cfebff 100%)}@media(max-width: 767px){.vc-record2__spec-wrapper{min-height:100vh;border-radius:0;background:#fff}}.vc-record2__spec-header{padding:24px 0 0;overflow:hidden}@media(max-width: 767px){.vc-record2__spec-header{padding-top:76px}}.vc-record2__spec-slider{padding:0 24px}.vc-record2__spec-slider.swiper{padding:0 24px}.vc-record2__spec-slider .swiper-wrapper{height:auto}.vc-record2__spec-item{border-radius:16px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 24px 12px;cursor:pointer}.vc-record2__spec-item:nth-child(n) .vc-record2__spec-icon{background-color:#e3e4ff}.vc-record2__spec-item:nth-child(2n) .vc-record2__spec-icon{background-color:#cfebff}.vc-record2__spec-item:nth-child(3n) .vc-record2__spec-icon{background-color:#d4fceb}@media(max-width: 767px){.vc-record2__spec-item{min-width:140px;width:-webkit-fit-content !important;width:-moz-fit-content !important;width:fit-content !important}}.vc-record2__spec-icon{width:48px;height:48px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;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-record2__spec-icon svg{display:block;width:inherit;height:auto}.vc-record2__spec-title{font-size:14px;font-style:normal;font-weight:600;line-height:1.2;color:#4c5053;margin-top:24px}.vc-record2__spec-list{-webkit-columns:4;-moz-columns:4;columns:4;padding:24px;grid-column-gap:24px;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;width:100%}@media(max-width: 1023px){.vc-record2__spec-list{-webkit-columns:2;-moz-columns:2;columns:2}}@media(max-width: 767px){.vc-record2__spec-list{-webkit-columns:1;-moz-columns:1;columns:1;padding:76px 16px 64px}}.vc-record2__spec-link{position:relative;font-size:15px;font-style:normal;font-weight:500;line-height:1.33;color:#41404d;padding:10px 12px 10px 28px;cursor:pointer;page-break-inside:avoid;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.vc-record2__spec-link:not(:first-child){margin-top:12px}.vc-record2__spec-link::before{content:"";position:absolute;top:17px;left:12px;width:6px;height:6px;border-radius:50%;border:1px solid #41404d;opacity:.5}.vc-record2__services{background-color:#fff}.vc-record2__services-list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:calc( 0.0045146727 * 100vw + 10.1309255079px )}@media(min-width: 1300px){.vc-record2__services-list{grid-gap:16px}}@media(max-width: 414px){.vc-record2__services-list{grid-gap:12px}}@media(max-width: 1023px){.vc-record2__services-list{grid-template-columns:1fr 1fr}}@media(max-width: 767px){.vc-record2__services-list{padding:76px 0 100px;grid-template-columns:1fr}}.vc-record2__services-close{position:absolute;top:18px;right:20px;display:none}.vc-record2__services-close svg{display:block}@media(max-width: 767px){.vc-record2__services-close{display:block}}.vc-record2__service{border-radius:12px;background:-webkit-gradient(linear, left top, left bottom, from(#e7f5ff), to(#cfebff));background:linear-gradient(180deg, #e7f5ff 0%, #cfebff 100%);padding-top:calc( 0.0022573363 * 100vw + 15.065462754px );padding-right:24px;padding-bottom:calc( 0.0022573363 * 100vw + 15.065462754px );padding-left:24px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 1300px){.vc-record2__service{padding-top:18px}}@media(max-width: 414px){.vc-record2__service{padding-top:16px}}@media(min-width: 1300px){.vc-record2__service{padding-bottom:18px}}@media(max-width: 414px){.vc-record2__service{padding-bottom:16px}}.vc-record2__service-title{font-size:14px;font-style:normal;font-weight:400;line-height:1.4;color:#4c5053;margin-bottom:calc( 0.0056433409 * 100vw + 9.6636568849px )}@media(min-width: 1300px){.vc-record2__service-title{margin-bottom:17px}}@media(max-width: 414px){.vc-record2__service-title{margin-bottom:12px}}.vc-record2__service-subtitle{font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-style:normal;font-weight:500;line-height:1;color:#41404d;margin-top:auto}@media(min-width: 1300px){.vc-record2__service-subtitle{font-size:18px}}@media(max-width: 414px){.vc-record2__service-subtitle{font-size:16px}}.vc-record2__services-toggle-all{padding:24px;padding-top:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-right:24px;padding-bottom:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-left:24px;border-radius:12px;background-color:#f5f6fa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}@media(min-width: 1300px){.vc-record2__services-toggle-all{padding-top:24px}}@media(max-width: 414px){.vc-record2__services-toggle-all{padding-top:16px}}@media(min-width: 1300px){.vc-record2__services-toggle-all{padding-bottom:24px}}@media(max-width: 414px){.vc-record2__services-toggle-all{padding-bottom:16px}}.vc-record2__services-toggle-all-icon svg{display:block}.vc-record2__services-toggle-all-text{font-size:14px;font-style:normal;font-weight:500;line-height:1.4;color:#4c5053;margin-top:12px}.vc-record2__services-all{position:fixed;top:0;right:0;z-index:1000;width:100%;max-width:560px;height:100vh;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:#fff;-webkit-transition:.3s;transition:.3s;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vc-record2__services-all--active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}@media(max-width: 767px){.vc-record2__services-all{left:0;right:auto;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vc-record2__services-all--active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.vc-record2__services-all-close{position:absolute;top:20px;right:20px;cursor:pointer}.vc-record2__services-all-close svg{display:block}.vc-record2__services-search-wrapper{padding-top:60px;padding-right:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-left:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-bottom:24px}@media(min-width: 1300px){.vc-record2__services-search-wrapper{padding-right:24px}}@media(max-width: 414px){.vc-record2__services-search-wrapper{padding-right:16px}}@media(min-width: 1300px){.vc-record2__services-search-wrapper{padding-left:24px}}@media(max-width: 414px){.vc-record2__services-search-wrapper{padding-left:16px}}.vc-record2__services-wrapper{width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:auto;padding-right:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-bottom:100px;padding-left:calc( 0.0090293454 * 100vw + 12.2618510158px );overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}@media(min-width: 1300px){.vc-record2__services-wrapper{padding-right:24px}}@media(max-width: 414px){.vc-record2__services-wrapper{padding-right:16px}}@media(min-width: 1300px){.vc-record2__services-wrapper{padding-left:24px}}@media(max-width: 414px){.vc-record2__services-wrapper{padding-left:16px}}.vc-record2__services-wrapper::-webkit-scrollbar{width:0 !important}.vc-record2__services-wrapper .simplebar-track{border:none}.vc-record2__services-search{position:relative;border-radius:8px;background-color:#f5f6fa}.vc-record2__services-search-input{width:100%;font-size:16px;font-style:normal;font-weight:400;line-height:1.25;color:#788d98;padding:12px 12px 12px 48px}.vc-record2__services-search-input::-webkit-input-placeholder{opacity:.7}.vc-record2__services-search-input::-moz-placeholder{opacity:.7}.vc-record2__services-search-input:-ms-input-placeholder{opacity:.7}.vc-record2__services-search-input::-ms-input-placeholder{opacity:.7}.vc-record2__services-search-input::placeholder{opacity:.7}.vc-record2__services-search-icon{position:absolute;top:50%;left:16px;width:calc( 0.006772009 * 100vw + 15.1963882619px );-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media(min-width: 1300px){.vc-record2__services-search-icon{width:24px}}@media(max-width: 414px){.vc-record2__services-search-icon{width:18px}}.vc-record2__services-search-icon svg{display:block;width:calc( 0.006772009 * 100vw + 15.1963882619px );height:auto}@media(min-width: 1300px){.vc-record2__services-search-icon svg{width:24px}}@media(max-width: 414px){.vc-record2__services-search-icon svg{width:18px}}.vc-record2__services-section~.vc-record2__services-section{margin-top:32px}.vc-record2__services-section-title{font-size:calc( 0.0022573363 * 100vw + 15.065462754px );font-style:normal;font-weight:500;line-height:1.33;color:#41404d}@media(min-width: 1300px){.vc-record2__services-section-title{font-size:18px}}@media(max-width: 414px){.vc-record2__services-section-title{font-size:16px}}.vc-record2__services-section-list{margin-top:12px}.vc-record2__services-section-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-right:calc( 0.030075188 * 100vw + -23.0977443609px );padding-bottom:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-left:calc( 0.015037594 * 100vw + -11.5488721805px );border-bottom:1px solid #e3e9ef;cursor:pointer}@media(min-width: 1300px){.vc-record2__services-section-item{padding-top:16px}}@media(max-width: 414px){.vc-record2__services-section-item{padding-top:12px}}@media(min-width: 1300px){.vc-record2__services-section-item{padding-right:16px}}@media(max-width: 768px){.vc-record2__services-section-item{padding-right:0px}}@media(min-width: 1300px){.vc-record2__services-section-item{padding-bottom:16px}}@media(max-width: 414px){.vc-record2__services-section-item{padding-bottom:12px}}@media(min-width: 1300px){.vc-record2__services-section-item{padding-left:8px}}@media(max-width: 768px){.vc-record2__services-section-item{padding-left:0px}}.vc-record2__services-section-item:hover .vc-record2__services-section-item-icon svg path{stroke:#0d98fc}.vc-record2__services-section-item:hover .vc-record2__services-section-item-title{color:#0d98fc}.vc-record2__services-section-item:hover .vc-record2__services-section-item-price{color:#0d98fc}.vc-record2__services-section-item-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-record2__services-section-item-icon{margin-right:12px}}@media(max-width: 414px){.vc-record2__services-section-item-icon{margin-right:8px}}.vc-record2__services-section-item-icon svg{display:block}.vc-record2__services-section-item-icon svg path{-webkit-transition:.3s;transition:.3s}.vc-record2__services-section-item-title{font-size:calc( 0.0011286682 * 100vw + 12.532731377px );font-style:normal;font-weight:400;line-height:1.21;color:#4c5053;margin-right:12px;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record2__services-section-item-title{font-size:14px}}@media(max-width: 414px){.vc-record2__services-section-item-title{font-size:13px}}.vc-record2__services-section-item-price{font-size:calc( 0.0011286682 * 100vw + 11.532731377px );font-style:normal;font-weight:400;line-height:1;color:#788d98;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0;margin-left:auto;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-record2__services-section-item-price{font-size:13px}}@media(max-width: 414px){.vc-record2__services-section-item-price{font-size:12px}}.vc-record2__branches{background-color:#fff}.vc-record2__branches .swiper-wrapper{height:auto}@media(max-width: 767px){.vc-record2__branches{min-height:100vh}}.vc-record2__branches-slide{border-radius:16px;padding-bottom:22px;overflow:hidden;cursor:pointer}.vc-record2__branches-slide:hover .vc-record2__branches-image-img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.vc-record2__branches-image{aspect-ratio:260/160;width:100%;overflow:hidden}.vc-record2__branches-image-img{display:block;width:auto;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:.3s;transition:.3s}.vc-record2__branches-title{font-size:14px;font-style:normal;font-weight:500;line-height:1.85;color:#41404d;margin-top:12px}.vc-record2__branches-subtitle{font-size:13px;font-style:normal;font-weight:400;line-height:1.53;color:#788d98}.vc-record2__branches-list{padding:76px 0 100px}.vc-record2__branch{border-radius:16px;border:1px solid #e3e9ef;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px}.vc-record2__branch:not(:first-child){margin-top:12px}.vc-record2__branch-image{width:72px;height:72px;border-radius:12px;overflow:hidden;margin-right:16px}.vc-record2__branch-image-img{display:block;width:auto;height:inherit;-o-object-fit:cover;object-fit:cover}.vc-record2__branch-title{font-size:14px;font-style:normal;font-weight:500;line-height:1.2;color:#41404d}.vc-record2__branch-subtitle{font-size:12px;font-style:normal;font-weight:400;line-height:1.66;color:#788d98;margin-top:4px}.vc-record2__filters{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 767px){.vc-record2__filters{display:-webkit-box;display:-ms-flexbox;display:flex}}.vc-record2__filters-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:8px;background-color:#cfebff;padding:11px 12px}.vc-record2__filters-toggle-title{font-size:13px;font-style:normal;font-weight:500;line-height:1.4;color:#41404d;margin-right:10px}.vc-record2__filters-toggle-arrow{-ms-flex-negative:0;flex-shrink:0;-webkit-transition:.3s;transition:.3s}.vc-record2__filters-toggle--open .vc-record2__filters-toggle-arrow{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.vc-record2__filters-toggle-arrow svg{display:block}.vc-record2__filters-btn{border-radius:8px;background-color:#f5f6fa;padding:8px 12px}.vc-record2__filters-btn svg{display:block}.vc-record2__filters-clear{text-align:right;font-size:13px;font-style:normal;font-weight:400;line-height:1.53;color:#009aff}.vc-record2__mob-settings{position:fixed;top:0;left:0;z-index:1000;width:100%;height:100vh;overflow:auto;padding-top:60px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:.3s;transition:.3s}.vc-record2__mob-settings .vc-center{overflow:auto}.vc-record2__mob-settings--active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vc-record2__mob-settings-close{position:fixed;top:20px;right:20px}.vc-record2__mob-settings-close svg{display:block}.vc-record2__mob-settings-section{padding:16px 0}.vc-record2__mob-settings-section-title{font-size:15px;font-style:normal;font-weight:500;line-height:1.2;color:#41404d}.vc-record2__mob-settings-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:16px}.vc-record2__mob-settings-btn{margin-right:8px;border-radius:8px;background-color:#f5f6fa;padding:9px 12px;font-size:13px;font-style:normal;font-weight:500;line-height:1.4;color:#41404d;-webkit-transition:.3s;transition:.3s}.vc-record2__mob-settings-btn--active{background-color:#cfebff}.vc-record2__mob-settings-switch{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:16px 16px 16px 0}.vc-record2__mob-settings-switch-title{font-size:15px;font-style:normal;font-weight:500;line-height:1.2;color:#41404d}.vc-record2__mob-settings-switch-btn{width:48px;height:24px;border-radius:12px;background-color:#e3e9ef;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:2px;-webkit-transition:.3s;transition:.3s}.vc-record2__mob-settings-switch-btn::after{content:"";display:block;width:20px;height:20px;border-radius:50%;background-color:#fff;margin:0;-webkit-transition:.3s;transition:.3s}.vc-record2__mob-settings-switch-btn--active{background-color:#0d98fc}.vc-record2__mob-settings-switch-btn--active::after{margin-left:24px}.vc-record2__mob-settings-apply{margin-top:auto;padding:16px;border-top:1px solid #e3e9ef}.vc-record2__mob-settings-apply-btn{border-radius:8px;background-color:#0d98fc;padding:14px 26px;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-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#fff}.vc-record2__settings{padding:32px 0 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:10px;gap:10px}@media(max-width: 767px){.vc-record2__settings{display:none}}.vc-record2__settings-item{border-radius:8px;background-color:#f5f6fa;padding:9px 12px;font-size:13px;font-style:normal;font-weight:500;line-height:1.4;color:#41404d;cursor:pointer}@media(max-width: 1023px){.vc-record2__results{margin-top:12px}}.vc-record2__calendar-wrapper{position:absolute;right:0;top:100%;z-index:100;background-color:#fff;width:100%;max-width:412px;padding:16px;border-radius:12px;-webkit-box-shadow:0px 4px 16px 12px rgba(0,0,0,.05);box-shadow:0px 4px 16px 12px rgba(0,0,0,.05);-webkit-transition:.3s;transition:.3s}.vc-record2__doctors{background-color:#fff}@media(max-width: 767px){.vc-record2__doctors{padding-top:60px;padding-bottom:100px;height:100vh}}.vc-record2__doctors-wrapper{background:-webkit-gradient(linear, left top, left bottom, from(#e7f5ff), to(#cfebff));background:linear-gradient(180deg, #e7f5ff 0%, #cfebff 100%);border-radius:24px;padding:16px 24px}@media(max-width: 767px){.vc-record2__doctors-wrapper{padding:0;margin-top:20px;border-radius:0;background:#fff}}.vc-record2__doctors-section:not(:first-child){margin-top:16px}.vc-record2__doctors-section-title{font-size:calc( 0.006772009 * 100vw + 15.1963882619px );font-style:normal;font-weight:500;color:#009aff;line-height:1;border-radius:12px;background-color:rgba(0,148,245,.05);padding:8px 10px}@media(min-width: 1300px){.vc-record2__doctors-section-title{font-size:24px}}@media(max-width: 414px){.vc-record2__doctors-section-title{font-size:18px}}.vc-record2__doctors-list{-webkit-columns:3;-moz-columns:3;columns:3;margin-top:12px}@media(max-width: 1023px){.vc-record2__doctors-list{-webkit-columns:2;-moz-columns:2;columns:2}}@media(max-width: 767px){.vc-record2__doctors-list{-webkit-columns:1;-moz-columns:1;columns:1}}.vc-record2__doctors-item{font-size:15px;font-style:normal;font-weight:400;line-height:1.33;color:#41404d;border:1px solid rgba(0,0,0,0);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:9px 12px;cursor:pointer;-webkit-transition:.3s;transition:.3s}.vc-record2__doctors-item::before{content:"";width:6px;height:6px;border-radius:50%;border:1px solid #41404d;opacity:.5;margin-right:10px}.vc-record2__doctors-item:hover{color:#009aff;border-color:#009aff}.vc-record2__doctors-item:hover::before{border-color:#009aff}.vc-record2__doctors-search{position:relative}.vc-record2__doctors-search-icon{position:absolute;top:50%;left:12px;width:18px;height:18px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.vc-record2__doctors-search-icon svg{display:block;width:18px;height:18px}.vc-record2__doctors-search-input{font-size:14px;font-style:normal;font-weight:400;line-height:1.2;color:#41404d;padding:12px 0 12px 42px;border-radius:8px;background-color:#f5f6fa;width:100%}.vc-record2__doctors-search-input::-webkit-input-placeholder{color:#788d98}.vc-record2__doctors-search-input::-moz-placeholder{color:#788d98}.vc-record2__doctors-search-input:-ms-input-placeholder{color:#788d98}.vc-record2__doctors-search-input::-ms-input-placeholder{color:#788d98}.vc-record2__doctors-search-input::placeholder{color:#788d98}.vc-record2__clear-all-filters-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:24px;margin-top:-10px}@media(max-width: 767px){.vc-record2__clear-all-filters-wrapper{display:none}}.vc-record2__clear-all-filters{font-size:14px;font-style:normal;font-weight:400;line-height:1.42;color:#009aff;cursor:pointer}.vc-record2__empty{border-radius:16px;border:1px solid #e3e9ef;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:152px;padding:12px 24px}.vc-record2__empty-text{font-size:15px;font-style:normal;font-weight:400;line-height:1.4;text-align:center;color:#788d98}.vc-calendar{width:100%;max-width:422px}.vc-calendar__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.vc-calendar__header{display:grid;grid-template-columns:32px auto 32px;grid-gap:24px}.vc-calendar__arrow{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;border-radius:50%;background-color:#cfebff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vc-calendar__arrow svg{display:block}.vc-calendar__arrow:last-child svg{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.vc-calendar__title{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;text-align:center;font-size:15px;font-style:normal;font-weight:500;line-height:1;color:#000}.vc-calendar__main{margin-top:12px}.vc-calendar__weekdays,.vc-calendar__days{display:grid;grid-template-columns:repeat(7, 1fr);grid-gap:8px 12px}.vc-calendar__weekday{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;font-size:14px;font-style:normal;font-weight:500;line-height:1;color:#9aa2b3}.vc-calendar__day{height:40px;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-size:16px;font-style:normal;font-weight:500;line-height:1;color:rgba(120,141,152,.5);border-radius:8px;background-color:#f5f6fa;-webkit-transition:.3s;transition:.3s}.vc-calendar__day--available{background-color:#cceafd;color:#3c3c3b;cursor:pointer}.vc-calendar__day.vc-calendar__day--full{color:#3c3c3b;background-color:#f5f6fa;cursor:pointer}.vc-calendar__day--selected{background-color:#0094f5;color:#3c3c3b;color:#fff}.vc-result{border-radius:16px;border:1px solid #e3e9ef;padding-top:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-right:calc( 0.0045146727 * 100vw + 14.1309255079px );padding-bottom:calc( 0.0090293454 * 100vw + 12.2618510158px );padding-left:calc( 0.0045146727 * 100vw + 14.1309255079px );display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-gap:calc( 0.0270880361 * 100vw + -11.2144469526px );gap:calc( 0.0270880361 * 100vw + -11.2144469526px )}@media(min-width: 1300px){.vc-result{padding-top:24px}}@media(max-width: 414px){.vc-result{padding-top:16px}}@media(min-width: 1300px){.vc-result{padding-right:20px}}@media(max-width: 414px){.vc-result{padding-right:16px}}@media(min-width: 1300px){.vc-result{padding-bottom:24px}}@media(max-width: 414px){.vc-result{padding-bottom:16px}}@media(min-width: 1300px){.vc-result{padding-left:20px}}@media(max-width: 414px){.vc-result{padding-left:16px}}@media(min-width: 1300px){.vc-result{grid-gap:24px;gap:24px}}@media(max-width: 414px){.vc-result{grid-gap:0px;gap:0px}}@media(max-width: 1023px){.vc-result{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.vc-result--fav{border-color:#e9e2a1}.vc-result--loading{padding:0}.vc-result--loading svg{display:block;width:100%;height:auto}.vc-result:not(:first-child){margin-top:16px}.vc-result__doctor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}@media(max-width: 1023px){.vc-result__doctor{display:block}}.vc-result__doctor-image-wrapper{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-right:24px}@media(max-width: 1023px){.vc-result__doctor-image-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.vc-result__doctor-image{width:calc( 0.0316027088 * 100vw + 58.9164785553px );height:calc( 0.0316027088 * 100vw + 58.9164785553px );border-radius:18px;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}@media(min-width: 1300px){.vc-result__doctor-image{width:100px}}@media(max-width: 414px){.vc-result__doctor-image{width:72px}}@media(min-width: 1300px){.vc-result__doctor-image{height:100px}}@media(max-width: 414px){.vc-result__doctor-image{height:72px}}.vc-result__doctor-image--diagnostics{width:calc( 0.0993227991 * 100vw + 30.8803611738px );height:calc( 0.0993227991 * 100vw + 30.8803611738px )}@media(min-width: 1300px){.vc-result__doctor-image--diagnostics{width:160px}}@media(max-width: 414px){.vc-result__doctor-image--diagnostics{width:72px}}@media(min-width: 1300px){.vc-result__doctor-image--diagnostics{height:160px}}@media(max-width: 414px){.vc-result__doctor-image--diagnostics{height:72px}}.vc-result__doctor-image-img{display:block;width:auto;height:inherit;-o-object-fit:cover;object-fit:cover}.vc-result__stars-wrapper{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 1023px){.vc-result__stars-wrapper{display:none}}.vc-result__stars-wrapper-mob{margin-top:18px;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 1023px){.vc-result__stars-wrapper-mob{display:-webkit-box;display:-ms-flexbox;display:flex}}.vc-result__stars{display:grid;grid-template-columns:repeat(5, 1fr);grid-gap:2px;width:78px}.vc-result__stars-mob{display:none}@media(max-width: 1023px){.vc-result__stars-mob{display:grid;grid-template-columns:repeat(5, 1fr);grid-gap:2px;width:78px}}.vc-result__star svg{display:block}.vc-result__stars-text{margin-top:10px;font-size:12px;font-style:normal;font-weight:400;line-height:1.66;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-color:#0d98fc;text-decoration-color:#0d98fc;color:#788d98;-webkit-transition:.3s;transition:.3s}.vc-result__stars-text:hover{color:#0d98fc;text-decoration:none}@media(max-width: 1023px){.vc-result__stars-text{margin-left:10px;margin-top:0}}.vc-result__badge{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;border:2px solid #fffef6;background-color:#e9e2a1;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-result__badge svg{display:block}@media(max-width: 1023px){.vc-result__badge{display:none}}.vc-result__info{max-width:512px;width:100%}.vc-result__info-title{font-size:13px;font-style:normal;font-weight:400;line-height:1.38;color:#788d98}@media(max-width: 767px){.vc-result__info .vc-result__info-title{display:none}}.vc-result__info-subtitle{display:block;font-size:calc( 0.0033860045 * 100vw + 13.5981941309px );font-style:normal;font-weight:500;line-height:1.4;color:#41404d;margin-top:calc( 0.0022573363 * 100vw + 1.065462754px )}@media(min-width: 1300px){.vc-result__info-subtitle{font-size:18px}}@media(max-width: 414px){.vc-result__info-subtitle{font-size:15px}}@media(min-width: 1300px){.vc-result__info-subtitle{margin-top:4px}}@media(max-width: 414px){.vc-result__info-subtitle{margin-top:2px}}@media(max-width: 767px){.vc-result__info .vc-result__info-subtitle{display:none}}.vc-result__info-text{font-size:calc( 0.0022573363 * 100vw + 10.065462754px );font-style:normal;font-weight:400;line-height:1.3;color:#788d98;margin-top:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-result__info-text{font-size:13px}}@media(max-width: 414px){.vc-result__info-text{font-size:11px}}@media(min-width: 1300px){.vc-result__info-text{margin-top:12px}}@media(max-width: 414px){.vc-result__info-text{margin-top:8px}}@media(max-width: 767px){.vc-result__info .vc-result__info-text{display:none}}.vc-result__info-mob{display:none;margin-left:16px}@media(max-width: 767px){.vc-result__info-mob{display:block}}.vc-result__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:12px;grid-gap:calc( 0.0022573363 * 100vw + 5.065462754px );gap:calc( 0.0022573363 * 100vw + 5.065462754px )}@media(min-width: 1300px){.vc-result__tags{grid-gap:8px;gap:8px}}@media(max-width: 414px){.vc-result__tags{grid-gap:6px;gap:6px}}.vc-result__tag{height:calc( 0.0045146727 * 100vw + 22.1309255079px );border-radius:4px;padding:0 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f5f6fa}@media(min-width: 1300px){.vc-result__tag{height:28px}}@media(max-width: 414px){.vc-result__tag{height:24px}}.vc-result__tag--fav{background-color:#e9e2a1}.vc-result__tag--exp{background-color:#d4fceb}.vc-result__tag--dms{background-color:#e3e4ff}.vc-result__tag-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:6px;width:16px;height:16px;overflow:hidden}.vc-result__tag-icon svg{display:block;width:16px}.vc-result__tag-icon-img{display:block;height:16px;-o-object-fit:cover;object-fit:cover}.vc-result__tag-title{font-size:calc( 0.0011286682 * 100vw + 10.532731377px );font-style:normal;font-weight:500;line-height:1;color:#41404d;white-space:nowrap}@media(min-width: 1300px){.vc-result__tag-title{font-size:12px}}@media(max-width: 414px){.vc-result__tag-title{font-size:11px}}.vc-result__services{margin-top:calc( 0.0112866817 * 100vw + 17.3273137698px );display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:calc( 0.0090293454 * 100vw + 4.2618510158px )}@media(min-width: 1300px){.vc-result__services{margin-top:32px}}@media(max-width: 414px){.vc-result__services{margin-top:22px}}@media(min-width: 1300px){.vc-result__services{grid-gap:16px}}@media(max-width: 414px){.vc-result__services{grid-gap:8px}}@media(max-width: 1023px){.vc-result__services{display:block}}.vc-result__services .vc-result__service{border-radius:8px;border:1px solid #f5f6fa;background-color:#f5f6fa;height:calc( 0.006772009 * 100vw + 61.1963882619px );display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:12px;cursor:pointer;-webkit-transition:.3s;transition:.3s}@media(min-width: 1300px){.vc-result__services .vc-result__service{height:70px}}@media(max-width: 414px){.vc-result__services .vc-result__service{height:64px}}.vc-result__services .vc-result__service--active,.vc-result__services .vc-result__service:hover{border-color:#0d98fc;background-color:#fff}@media(max-width: 1023px){.vc-result__services .vc-result__service{width:auto !important}}.vc-result__services .vc-result__service-title{font-size:12px;font-style:normal;font-weight:400;line-height:1.2;color:#41404d;white-space:nowrap}.vc-result__services .vc-result__service-price{font-size:14px;font-style:normal;font-weight:600;line-height:1;color:#41404d;margin-top:auto}.vc-result__options{margin-top:calc( 0.0112866817 * 100vw + 17.3273137698px );display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:calc( 0.0090293454 * 100vw + 4.2618510158px )}@media(min-width: 1300px){.vc-result__options{margin-top:32px}}@media(max-width: 414px){.vc-result__options{margin-top:22px}}@media(min-width: 1300px){.vc-result__options{grid-gap:16px}}@media(max-width: 414px){.vc-result__options{grid-gap:8px}}@media(max-width: 1023px){.vc-result__options{display:block}}.vc-result__options .vc-result__option{border-radius:8px;border:1px solid #e3e9ef;height:calc( 0.006772009 * 100vw + 61.1963882619px );display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:12px}@media(min-width: 1300px){.vc-result__options .vc-result__option{height:70px}}@media(max-width: 414px){.vc-result__options .vc-result__option{height:64px}}@media(max-width: 1023px){.vc-result__options .vc-result__option{width:auto !important}}.vc-result__options .vc-result__option-title{font-size:12px;font-style:normal;font-weight:400;line-height:1.2;color:#41404d;white-space:nowrap}.vc-result__options .vc-result__option-desc{font-size:calc( 0.0011286682 * 100vw + 12.532731377px );font-style:normal;font-weight:500;line-height:1;color:#41404d;margin-top:auto}@media(min-width: 1300px){.vc-result__options .vc-result__option-desc{font-size:14px}}@media(max-width: 414px){.vc-result__options .vc-result__option-desc{font-size:13px}}.vc-result__select{border-radius:6px;border:1px solid #c6d3de;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:calc( 0.0045146727 * 100vw + 14.1309255079px );padding:0 16px 0 12px;cursor:pointer}@media(min-width: 1300px){.vc-result__select{margin-top:20px}}@media(max-width: 414px){.vc-result__select{margin-top:16px}}.vc-result__select-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:8px}.vc-result__select-icon svg{display:block}.vc-result__select-title-wrapper{font-size:calc( 0.0011286682 * 100vw + 12.532731377px );font-style:normal;font-weight:400;line-height:1;color:#4c5053;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}@media(min-width: 1300px){.vc-result__select-title-wrapper{font-size:14px}}@media(max-width: 414px){.vc-result__select-title-wrapper{font-size:13px}}.vc-result__select-title{overflow:hidden;height:calc( 0.0011286682 * 100vw + 12.532731377px )}@media(min-width: 1300px){.vc-result__select-title{height:14px}}@media(max-width: 414px){.vc-result__select-title{height:13px}}.vc-result__select-price{margin-left:8px;margin-right:8px;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.vc-result__select-arrow{-ms-flex-negative:0;flex-shrink:0;margin-left:auto}.vc-result__select-arrow svg{display:block}.vc-schedule2{width:400px}@media(max-width: 1023px){.vc-schedule2{width:100%;padding-top:24px;margin-top:24px;border-top:1px solid #e3e9ef}}.vc-schedule2__select{position:relative;border-radius:6px;border:1px solid #c6d3de;height:40px;padding:0 16px 0 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:.3s;transition:.3s}.vc-schedule2__select--open{border-color:#0d98fc}.vc-schedule2__select-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:8px}.vc-schedule2__select-icon svg{display:block}.vc-schedule2__select-title{font-size:calc( 0.0011286682 * 100vw + 12.532731377px );font-style:normal;font-weight:500;line-height:1;overflow:hidden;color:#4c5053}@media(min-width: 1300px){.vc-schedule2__select-title{font-size:14px}}@media(max-width: 414px){.vc-schedule2__select-title{font-size:13px}}.vc-schedule2__select-arrow{-ms-flex-negative:0;flex-shrink:0;margin-left:auto}.vc-schedule2__select-arrow svg{display:block}.vc-schedule2__select-list{position:absolute;top:44px;left:-1px;z-index:100;width:calc(100% + 2px);border-radius:6px;border:1px solid #e3e9ef;-webkit-box-shadow:0px 4px 20px 0px rgba(0,0,0,.05);box-shadow:0px 4px 20px 0px rgba(0,0,0,.05);background-color:#fff;opacity:0;pointer-events:none}.vc-schedule2__select--open .vc-schedule2__select-list{opacity:1;pointer-events:all}.vc-schedule2__select-item{font-size:14px;font-style:normal;font-weight:500;line-height:1;color:#4c5053;padding:15px 16px;overflow:hidden;-webkit-transition:.3s;transition:.3s}.vc-schedule2__select-item--selected{color:#0d98fc}.vc-schedule2__select-item:hover{background-color:#e7f5ff}.vc-schedule2__branches{margin-top:24px;margin-top:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-schedule2__branches{margin-top:24px}}@media(max-width: 414px){.vc-schedule2__branches{margin-top:16px}}.vc-schedule2__branch{width:auto !important;border-radius:6px;background-color:#f5f6fa;border:1px solid #f5f6fa;height:40px;padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;font-style:normal;font-weight:500;line-height:1;color:#4c5053;cursor:pointer}.vc-schedule2__branch--active{background-color:#fff;border-color:#0d98fc;cursor:auto;cursor:initial}.vc-schedule2__date{width:auto !important;border-radius:8px;border:1px solid #cfebff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:6px 12px;cursor:pointer;-webkit-transition:.3s;transition:.3s}.vc-schedule2__date--active{border-color:#0d98fc}.vc-schedule2__date--empty{border-color:#dbdee5}.vc-schedule2__date--empty.vc-schedule2__date--active{border-color:#0d98fc}@media(max-width: 1023px){.vc-schedule2__date{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:8px 12px}}.vc-schedule2__date-title{font-size:13px;font-style:normal;font-weight:400;line-height:1.53;color:#41404d}.vc-schedule2__date--empty .vc-schedule2__date-title{color:#9aa2b3}.vc-schedule2__date--active .vc-schedule2__date-title{color:#41404d}.vc-schedule2__date-subtitle{font-size:13px;font-style:normal;font-weight:500;line-height:1.53;color:#41404d}.vc-schedule2__date--empty .vc-schedule2__date-subtitle{color:#9aa2b3}.vc-schedule2__date--active .vc-schedule2__date-subtitle{color:#41404d}@media(max-width: 1023px){.vc-schedule2__date-subtitle{margin-left:6px}}.vc-schedule2__slots{margin-top:16px;display:grid;grid-template-columns:repeat(5, 1fr);grid-gap:8px}.vc-schedule2__slot{border-radius:8px;background-color:#cfebff;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;font-size:13px;font-style:normal;font-weight:500;line-height:1.4;color:#41404d;cursor:pointer;-webkit-transition:.3s;transition:.3s}.vc-schedule2__slot:hover{background-color:#9ed6fe}.vc-schedule2__slot:nth-child(9)~.vc-schedule2__slot{display:none}.vc-schedule2__slots--open .vc-schedule2__slot:nth-child(9)~.vc-schedule2__slot{display:-webkit-box;display:-ms-flexbox;display:flex}.vc-schedule2__open{border-radius:8px;background-color:#f5f6fa;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;cursor:pointer;-webkit-transition:.3s;transition:.3s}.vc-schedule2__open svg{display:block;-webkit-transition:.3s;transition:.3s}.vc-schedule2__slots--open .vc-schedule2__open svg{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.vc-schedule2__open:hover{background-color:#cfebff}.vc-schedule2__empty{border-radius:8px;background-color:#f5f6fa;padding:17px;font-size:14px;font-style:normal;font-weight:400;line-height:1.4;color:#9aa2b3;text-align:center}.vc-schedule2__empty-link{color:#0094f5;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:6%;text-underline-offset:25%;text-underline-position:from-font;cursor:pointer}.vc-confirmation__header{padding-top:calc( 0.0270880361 * 100vw + 12.7855530474px );padding-bottom:calc( 0.0270880361 * 100vw + 12.7855530474px );background-color:#f5f6fa}@media(min-width: 1300px){.vc-confirmation__header{padding-top:48px}}@media(max-width: 414px){.vc-confirmation__header{padding-top:24px}}@media(min-width: 1300px){.vc-confirmation__header{padding-bottom:48px}}@media(max-width: 414px){.vc-confirmation__header{padding-bottom:24px}}@media(max-width: 767px){.vc-confirmation__header{background-color:unset}}.vc-confirmation__title{font-size:calc( 0.0203160271 * 100vw + 9.5891647856px );font-style:normal;font-weight:400;line-height:1.33;color:#41404d;text-align:center}@media(min-width: 1300px){.vc-confirmation__title{font-size:36px}}@media(max-width: 414px){.vc-confirmation__title{font-size:18px}}.vc-confirmation__main{max-width:752px;padding:0 16px;margin:0 auto;margin-top:32px}@media(max-width: 767px){.vc-confirmation__main{margin-top:0}}.vc-confirmation__info{border-radius:16px;border:1px solid #e3e9ef;-webkit-box-shadow:0px 4px 12px 6px rgba(0,0,0,.05);box-shadow:0px 4px 12px 6px rgba(0,0,0,.05);padding-top:16px;padding-right:calc( 0.0045146727 * 100vw + 14.1309255079px );padding-bottom:16px;padding-left:calc( 0.0045146727 * 100vw + 14.1309255079px )}@media(min-width: 1300px){.vc-confirmation__info{padding-right:20px}}@media(max-width: 414px){.vc-confirmation__info{padding-right:16px}}@media(min-width: 1300px){.vc-confirmation__info{padding-left:20px}}@media(max-width: 414px){.vc-confirmation__info{padding-left:16px}}.vc-confirmation__doctor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.vc-confirmation__doctor-image{width:calc( 0.0225733634 * 100vw + 70.6546275395px );height:calc( 0.0225733634 * 100vw + 70.6546275395px );overflow:hidden;border-radius:18px;-ms-flex-negative:0;flex-shrink:0;margin-right:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-confirmation__doctor-image{width:100px}}@media(max-width: 414px){.vc-confirmation__doctor-image{width:80px}}@media(min-width: 1300px){.vc-confirmation__doctor-image{height:100px}}@media(max-width: 414px){.vc-confirmation__doctor-image{height:80px}}@media(min-width: 1300px){.vc-confirmation__doctor-image{margin-right:24px}}@media(max-width: 414px){.vc-confirmation__doctor-image{margin-right:16px}}.vc-confirmation__doctor-image-img{display:block;width:inherit;height:auto;-o-object-fit:cover;object-fit:cover}.vc-confirmation__doctor-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vc-confirmation__doctor-title{font-size:calc( 0.0011286682 * 100vw + 11.532731377px );font-style:normal;font-weight:400;line-height:1.38;color:#788d98}@media(min-width: 1300px){.vc-confirmation__doctor-title{font-size:13px}}@media(max-width: 414px){.vc-confirmation__doctor-title{font-size:12px}}.vc-confirmation__doctor-subtitle{font-size:calc( 0.0033860045 * 100vw + 13.5981941309px );font-style:normal;font-weight:500;line-height:1.4;color:#41404d;margin-top:4px}@media(min-width: 1300px){.vc-confirmation__doctor-subtitle{font-size:18px}}@media(max-width: 414px){.vc-confirmation__doctor-subtitle{font-size:15px}}.vc-confirmation__doctor-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:8px;gap:8px;margin-top:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-confirmation__doctor-tags{margin-top:12px}}@media(max-width: 414px){.vc-confirmation__doctor-tags{margin-top:8px}}.vc-confirmation__doctor-tag{border-radius:4px;background-color:#d4fceb;padding-top:calc( 0.0022573363 * 100vw + 3.065462754px );padding-right:6px;padding-bottom:calc( 0.0022573363 * 100vw + 3.065462754px );padding-left:6px;font-size:calc( 0.0011286682 * 100vw + 10.532731377px );font-style:normal;font-weight:500;line-height:1.4;color:#41404d}@media(min-width: 1300px){.vc-confirmation__doctor-tag{padding-top:6px}}@media(max-width: 414px){.vc-confirmation__doctor-tag{padding-top:4px}}@media(min-width: 1300px){.vc-confirmation__doctor-tag{padding-bottom:6px}}@media(max-width: 414px){.vc-confirmation__doctor-tag{padding-bottom:4px}}@media(min-width: 1300px){.vc-confirmation__doctor-tag{font-size:12px}}@media(max-width: 414px){.vc-confirmation__doctor-tag{font-size:11px}}.vc-confirmation__doctor-text{font-size:calc( 0.0011286682 * 100vw + 11.532731377px );font-style:normal;font-weight:400;line-height:1.4;color:#788d98;margin-top:calc( 0.0045146727 * 100vw + 6.1309255079px )}@media(min-width: 1300px){.vc-confirmation__doctor-text{font-size:13px}}@media(max-width: 414px){.vc-confirmation__doctor-text{font-size:12px}}@media(min-width: 1300px){.vc-confirmation__doctor-text{margin-top:12px}}@media(max-width: 414px){.vc-confirmation__doctor-text{margin-top:8px}}.vc-confirmation__service{margin-top:24px}@media(max-width: 767px){.vc-confirmation__service{margin-top:16px;border-top:1px solid #e3e9ef;padding-top:16px}}.vc-confirmation__service-title{font-size:13px;font-style:normal;font-weight:400;line-height:1.2;color:#788d98}.vc-confirmation__service-text{font-size:14px;font-style:normal;font-weight:500;line-height:1.2;color:#3c3c3b;margin-top:calc( 0.0022573363 * 100vw + 5.065462754px )}@media(min-width: 1300px){.vc-confirmation__service-text{margin-top:8px}}@media(max-width: 414px){.vc-confirmation__service-text{margin-top:6px}}.vc-confirmation__visit{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;margin-top:16px;padding-top:16px;border-top:1px solid #e3e9ef}@media(max-width: 767px){.vc-confirmation__visit{grid-template-columns:1fr;border:none;margin-top:15px;padding-top:0}}.vc-confirmation__visit-info{display:block}@media(max-width: 767px){.vc-confirmation__visit-info{display:none}}.vc-confirmation__visit-info.vc-confirmation__visit-info--mob{display:none}@media(max-width: 767px){.vc-confirmation__visit-info.vc-confirmation__visit-info--mob{display:block}}.vc-confirmation__visit-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vc-confirmation__visit-item-title{font-size:13px;font-style:normal;font-weight:400;line-height:1.2;color:#788d98}.vc-confirmation__visit-item-text{font-size:14px;font-style:normal;font-weight:500;line-height:1.2;color:#41404d;margin-top:8px}@media(max-width: 767px){.vc-confirmation__visit-item-text{margin-top:6px}}.vc-confirmation__section{margin-top:calc( 0.0045146727 * 100vw + 30.1309255079px )}@media(min-width: 1300px){.vc-confirmation__section{margin-top:36px}}@media(max-width: 414px){.vc-confirmation__section{margin-top:32px}}.vc-confirmation__section-title{font-size:16px;font-style:normal;font-weight:500;line-height:1.4;color:#41404d}.vc-confirmation__section-subtitle{font-size:13px;font-style:normal;font-weight:400;line-height:1.4;color:#788d98;margin-top:6px}.vc-confirmation__section-content{margin-top:16px}.vc-confirmation__payments{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:32px;gap:32px}.vc-confirmation__radio-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.vc-confirmation__radio{position:relative;width:20px;height:20px;border-radius:50%;border:2px solid #788d98;margin-right:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s}.vc-confirmation__radio::after{content:"";width:8px;height:8px;border-radius:50%;background-color:#41404d;opacity:0;-webkit-transition:.3s;transition:.3s}.vc-confirmation__radio[\:has\(\:checked\)]{border-color:#009aff}.vc-confirmation__radio:has(:checked){border-color:#009aff}.vc-confirmation__radio[\:has\(\:checked\)]::after{opacity:1}.vc-confirmation__radio:has(:checked)::after{opacity:1}.vc-confirmation__radio-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vc-confirmation__radio-title{font-size:14px;font-style:normal;font-weight:400;line-height:1.28;color:#41404d}.vc-confirmation__inputs{display:grid;grid-template-columns:1fr 1fr;grid-gap:calc( 0.0045146727 * 100vw + 10.1309255079px )}@media(min-width: 1300px){.vc-confirmation__inputs{grid-gap:16px}}@media(max-width: 414px){.vc-confirmation__inputs{grid-gap:12px}}@media(max-width: 767px){.vc-confirmation__inputs{grid-template-columns:1fr}}.vc-confirmation__input-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.vc-confirmation__input-wrapper{position:relative}.vc-confirmation__input{border-radius:6px;border:1px solid #f5f6fa;background-color:#f5f6fa;padding:18px 16px 0;width:100%;height:50px;font-size:15px;font-style:normal;font-weight:400;line-height:1;color:#41404d;-webkit-transition:.3s;transition:.3s}.vc-confirmation__input::-webkit-input-placeholder{opacity:0}.vc-confirmation__input::-moz-placeholder{opacity:0}.vc-confirmation__input:-ms-input-placeholder{opacity:0}.vc-confirmation__input::-ms-input-placeholder{opacity:0}.vc-confirmation__input::placeholder{opacity:0}.vc-confirmation__input:not(:-moz-placeholder-shown){background-color:#fff;border-color:#c6d3de}.vc-confirmation__input:not(:-ms-input-placeholder){background-color:#fff;border-color:#c6d3de}.vc-confirmation__input:not(:placeholder-shown){background-color:#fff;border-color:#c6d3de}.vc-confirmation__input:not(:-moz-placeholder-shown)+.vc-confirmation__input-ph{top:15px;font-size:12px}.vc-confirmation__input:not(:-ms-input-placeholder)+.vc-confirmation__input-ph{top:15px;font-size:12px}.vc-confirmation__input:not(:placeholder-shown)+.vc-confirmation__input-ph{top:15px;font-size:12px}.vc-confirmation__input:focus{background-color:#fff;border-color:#009aff}.vc-confirmation__input:focus+.vc-confirmation__input-ph{top:15px;font-size:12px}.vc-confirmation__input.vc-error{color:#ed6c6c;border-color:#ed6c6c}.vc-confirmation__input-ph{position:absolute;top:50%;left:16px;overflow:hidden;font-size:15px;font-style:normal;font-weight:400;line-height:1;color:#788d98;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s;pointer-events:none}.vc-confirmation__input-subtitle{font-size:14px;font-style:normal;font-weight:400;line-height:1.4;color:#9aa2b3;margin-top:16px}.vc-confirmation__input-link{font-size:13px;font-style:normal;font-weight:400;line-height:1.4;color:#0094f5;cursor:pointer}.vc-confirmation__agreement{margin-top:calc( 0.0045146727 * 100vw + 30.1309255079px )}@media(min-width: 1300px){.vc-confirmation__agreement{margin-top:36px}}@media(max-width: 414px){.vc-confirmation__agreement{margin-top:32px}}.vc-confirmation__checkbox-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vc-confirmation__checkbox-wrapper:not(:first-child){margin-top:16px}@media(max-width: 500px){.vc-confirmation__checkbox-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.vc-confirmation__checkbox{position:relative;width:20px;height:20px;border-radius:4px;border:1px solid #788d98;-ms-flex-negative:0;flex-shrink:0;margin-right:8px;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:pointer}.vc-confirmation__checkbox svg{display:block;opacity:0;-webkit-transition:.3s;transition:.3s}.vc-confirmation__checkbox[\:has\(\:checked\)]{border-color:#009aff;background-color:#009aff}.vc-confirmation__checkbox:has(:checked){border-color:#009aff;background-color:#009aff}.vc-confirmation__checkbox[\:has\(\:checked\)] svg{opacity:1}.vc-confirmation__checkbox:has(:checked) svg{opacity:1}.vc-confirmation__checkbox.vc-error{border-color:#ed6c6c}.vc-confirmation__checkbox-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vc-confirmation__checkbox-text{font-size:13px;font-style:normal;font-weight:400;line-height:1.38;color:#41404d}.vc-confirmation__checkbox-text a{color:#009aff}.vc-confirmation__submit{margin-top:36px;display:-webkit-box;display:-ms-flexbox;display:flex}.vc-confirmation__submit .vc-btn{border-radius:8px;text-transform:none;text-transform:initial;height:48px}@media(max-width: 767px){.vc-confirmation__submit .vc-btn{width:100%}}.vc-confirmation__auth{border-radius:8px;background-color:rgba(0,148,245,.05);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:16px;padding-top:16px;padding-right:calc( 0.0045146727 * 100vw + 10.1309255079px );padding-bottom:16px;padding-left:calc( 0.0045146727 * 100vw + 10.1309255079px );margin-top:calc( 0.0045146727 * 100vw + 30.1309255079px );font-size:13px;font-style:normal;font-weight:400;line-height:1.4;color:#788d98}@media(min-width: 1300px){.vc-confirmation__auth{padding-right:16px}}@media(max-width: 414px){.vc-confirmation__auth{padding-right:12px}}@media(min-width: 1300px){.vc-confirmation__auth{padding-left:16px}}@media(max-width: 414px){.vc-confirmation__auth{padding-left:12px}}@media(min-width: 1300px){.vc-confirmation__auth{margin-top:36px}}@media(max-width: 414px){.vc-confirmation__auth{margin-top:32px}}.vc-confirmation__auth-link{color:#0094f5;font-style:normal;font-weight:500;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:2%;text-underline-offset:auto;text-underline-position:from-font}.vc-confirmation__send-code{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-style:normal;font-weight:500;line-height:1.4;color:#0094f5;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:2%;text-underline-offset:auto;text-underline-position:from-font;cursor:pointer}.vc-confirmation__code-verified{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vc-confirmation__code-verified-icon{display:block}.vc-confirmation__code-verified-text{font-size:14px;font-style:normal;font-weight:400;line-height:1.4;color:#9aa2b3;margin-left:8px}.vc-confirmation__reminder{margin-top:calc( 0.0045146727 * 100vw + 30.1309255079px );margin-bottom:12px}@media(min-width: 1300px){.vc-confirmation__reminder{margin-top:36px}}@media(max-width: 414px){.vc-confirmation__reminder{margin-top:32px}}.vc-confirmation__reminder-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:6px}.vc-confirmation__reminder-icon{margin-right:10px}.vc-confirmation__reminder-icon svg{display:block}.vc-confirmation__reminder-text{font-size:13px;font-style:normal;font-weight:400;line-height:1.4;color:#788d98}.vc-success{margin:0 auto;max-width:532px;padding:0 16px}.vc-modal .vc-success{padding-bottom:24px;margin:0}@media(max-width: 1023px){.vc-modal .vc-success{margin:0}}.vc-success__header{padding-top:calc( 0.0180586907 * 100vw + 24.5237020316px );padding-bottom:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 1300px){.vc-success__header{padding-top:48px}}@media(max-width: 414px){.vc-success__header{padding-top:32px}}.vc-success__icon{width:64px;height:64px;border-radius:50%;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:#2af399}.vc-success__icon svg{display:block}.vc-success__title{font-size:calc( 0.0090293454 * 100vw + 20.2618510158px );font-style:normal;font-weight:500;line-height:1;color:#41404d;margin-top:24px}@media(min-width: 1300px){.vc-success__title{font-size:32px}}@media(max-width: 414px){.vc-success__title{font-size:24px}}.vc-success__subtitle{font-size:calc( 0.0022573363 * 100vw + 13.065462754px );font-style:normal;font-weight:400;line-height:1.2;color:#41404d;margin-top:12px}@media(min-width: 1300px){.vc-success__subtitle{font-size:16px}}@media(max-width: 414px){.vc-success__subtitle{font-size:14px}}.vc-success__info{border-radius:16px;border:1px solid #9ed6fe;overflow:hidden}.vc-success__info-header{background-color:#cfebff;padding:24px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vc-success__info-title{font-size:13px;font-style:normal;font-weight:400;line-height:1.2;color:#788d98}.vc-success__info-subtitle{font-size:calc( 0.0045146727 * 100vw + 18.1309255079px );font-style:normal;font-weight:500;line-height:1.2;color:#41404d;margin-top:8px}@media(min-width: 1300px){.vc-success__info-subtitle{font-size:24px}}@media(max-width: 414px){.vc-success__info-subtitle{font-size:20px}}.vc-success__info-main{margin-top:calc( 0.0112866817 * 100vw + 1.3273137698px );padding:0 24px}@media(min-width: 1300px){.vc-success__info-main{margin-top:16px}}@media(max-width: 414px){.vc-success__info-main{margin-top:6px}}.vc-success__section{padding-top:calc( 0.006772009 * 100vw + 9.1963882619px );padding-bottom:calc( 0.006772009 * 100vw + 9.1963882619px )}@media(min-width: 1300px){.vc-success__section{padding-top:18px}}@media(max-width: 414px){.vc-success__section{padding-top:12px}}@media(min-width: 1300px){.vc-success__section{padding-bottom:18px}}@media(max-width: 414px){.vc-success__section{padding-bottom:12px}}.vc-success__section-title{font-size:13px;font-style:normal;font-weight:400;line-height:1.2;color:#788d98}.vc-success__section-subtitle{font-size:14px;font-style:normal;font-weight:400;line-height:1.2;color:#41404d;margin-top:8px}.vc-success__section-text{font-size:15px;font-style:normal;font-weight:500;line-height:1.2;color:#41404d;margin-top:8px}.vc-success__date-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px}.vc-success__date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.vc-success__date-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:8px}.vc-success__date-icon svg{display:block}.vc-success__date-text{font-size:13px;font-style:normal;font-weight:500;line-height:1.2;color:#009aff}.vc-success__map-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:8px}.vc-success__map{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.vc-success__map-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:8px}.vc-success__map-icon svg{display:block}.vc-success__map-text{font-size:13px;font-style:normal;font-weight:500;line-height:1.2;color:#009aff}.vc-success__btns{margin-top:calc( 0.0135440181 * 100vw + 18.3927765237px );display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:calc( 0.0090293454 * 100vw + 12.2618510158px );gap:calc( 0.0090293454 * 100vw + 12.2618510158px )}@media(min-width: 1300px){.vc-success__btns{margin-top:36px}}@media(max-width: 414px){.vc-success__btns{margin-top:24px}}@media(min-width: 1300px){.vc-success__btns{grid-gap:24px;gap:24px}}@media(max-width: 414px){.vc-success__btns{grid-gap:16px;gap:16px}}@media(max-width: 767px){.vc-success__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.vc-success__btns .vc-btn{border-radius:8px;text-transform:none;text-transform:initial;height:44px;width:200px}.vc-success__btns .vc-btn svg{display:block;margin:0 0 0 4px;-webkit-transform:unset;-ms-transform:unset;transform:unset}@media(max-width: 767px){.vc-success__btns .vc-btn{width:100%}}.vc-success__message{margin-top:32px}.vc-success__message-text{font-size:13px;font-style:normal;font-weight:400;line-height:1.4;color:#788d98;margin-top:10px}.vc-success__payment-form *{margin:0}

/* End */
/* /local/templates/vc-personal/assets/css/app.css?1754497155388671 */
