@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap);.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 {
  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);
  }
}
.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: #3f4458;
  -webkit-box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c, 0 -1px 0 #20222c, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c, 0 -1px 0 #20222c, 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 #20222c;
}
.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: #20222c;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #3f4458;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #20222c;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #3f4458;
}
.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: #3f4458;
  color: #fff;
  fill: #fff;
  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 {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}
.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: #eee;
}
.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(255,255,255,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(192,187,167,0.1);
}
.numInputWrapper span:active {
  background: rgba(192,187,167,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(255,255,255,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(255,255,255,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(255,255,255,0.5);
}
.numInputWrapper:hover {
  background: rgba(192,187,167,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(192,187,167,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.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(255,255,255,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #3f4458;
  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(192,187,167,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #3f4458;
  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: #3f4458;
  color: #fff;
  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 #20222c;
          box-shadow: -1px 0 0 #20222c;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(255,255,255,0.95);
  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: #646c8c;
  border-color: #646c8c;
}
.flatpickr-day.today {
  border-color: #eee;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #eee;
  background: #eee;
  color: #3f4458;
}
.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: #80cbc4;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #80cbc4;
}
.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 #80cbc4;
          box-shadow: -10px 0 0 #80cbc4;
}
.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 #646c8c, 5px 0 0 #646c8c;
          box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c;
}
.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(255,255,255,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(255,255,255,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
          box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4;
}
.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 #20222c;
          box-shadow: 1px 0 0 #20222c;
}
.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(255,255,255,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: rgba(255,255,255,0.95);
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255,255,255,0.95);
}
.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: rgba(255,255,255,0.95);
  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: rgba(255,255,255,0.95);
  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: #6a7395;
}
.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);
  }
}
@charset "UTF-8";
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
          animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
          animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
          animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
          animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
          animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-container.swal2-center {
  background-color: #0e1117 !important;
}

.swal2-title {
  color: #fff !important;
}

.swal2-html-container {
  font-size: 18px !important;
  font-weight: 400 !important;
  opacity: 0.6 !important;
  color: #fff !important;
}

.swal2-confirm {
  border-left-color: #86cca5 !important;
  border-right-color: #86cca5 !important;
  background-color: #86cca5 !important;
}

.swal2-popup {
  background: transparent !important;
}

.swal2-styled.swal2-confirm {
  border-radius: 40px !important;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}

.sweet-alert .sa-icon.sa-success .sa-line {
  background-color: #86cca5 !important;
}

.swal2-icon.swal2-success {
  border-color: #4d684c !important;
  color: #4d684c !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #86cca5 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #212730;
  font-family: "Lato", sans-serif;
  color: #818da0;
}

@font-face {
  font-family: Bauer;
  src: url("../../fonts/BauerBodoniStd-Bold.otf");
}
a,
a:hover,
a:visited,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

button {
  cursor: pointer;
  outline: none !important;
}

ul {
  padding: 0;
  list-style-type: none;
}

.serif {
  font-family: "Bauer", "serif";
}

.text {
  color: #818da0;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 1050px) {
  .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 14px;
  }
}

.btn {
  height: 46px;
  min-width: 160px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  border-radius: 10px;
  outline: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  font-family: "Lato", sans-serif;
  padding: 0 15px;
}
.btn span {
  transition: 0.3s ease;
}
.btn .arrow {
  margin-left: 10px;
  margin-bottom: -2px;
}
.btn .arrow_flip {
  margin-left: 0;
  margin-right: 10px;
}
@media (hover: hover) {
  .btn:hover span {
    transform: translateX(12px);
  }
  .btn:hover span.flip {
    transform: translateX(-12px);
  }
  .btn:hover .arrow {
    transform: translateX(15px);
    opacity: 0;
  }
  .btn:hover .arrow_flip {
    transform: translateX(-15px) scaleX(-1);
  }
}
.btn_lg {
  display: none;
}
@media screen and (min-width: 992px) {
  .btn_lg {
    display: inline-flex;
  }
}
.btn_md {
  display: none;
}
@media screen and (max-width: 992px) {
  .btn_md {
    display: inline-flex;
  }
}
.btn_small {
  min-width: 105px;
  height: 30px;
  font-size: 10px;
}
.btn_empty {
  color: #fff;
  box-shadow: none !important;
  border: 2px solid rgba(83, 90, 113, 0.2) !important;
  background: none;
}
@media (max-width: 780px) {
  .btn_empty {
    min-width: 135px !important;
    padding: 0 20px !important;
    margin-left: 10px !important;
  }
}
.btn_empty .btn__icon {
  opacity: 0.6;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .btn_empty:hover {
    background: #867db1;
    color: #fff;
    border: 2px solid #867db1 !important;
  }
  .btn_empty:hover .btn__icon {
    fill: #fff;
  }
}
.btn_empty.active {
  background: #827894;
  color: #fff;
  border: 2px solid #827894 !important;
}
.btn_empty.active i {
  filter: brightness(100);
}
.btn_colored {
  background: #86cca5;
  border: 1px solid #86cca5;
  color: #fff;
}
.btn_full {
  width: 100%;
}
.btn_disabled {
  pointer-events: none;
  background: none;
  color: #505767;
  box-shadow: none !important;
  border-color: rgba(83, 90, 113, 0.5);
  border-width: 2px;
  cursor: not-allowed;
}
.btn_disabled .arrow,
.btn_disabled .arrow:before,
.btn_disabled .arrow:after {
  background: #343b4a;
}
.btn__icon {
  width: 14px;
  margin-right: 7px;
  margin-top: -2px;
}

.navbar-laravel {
  display: none;
}

.heading {
  font-size: 35px;
  line-height: 45px;
  color: #fff;
}
.heading span {
  display: block;
}
.heading_large {
  font-size: 50px;
  line-height: 55px;
}

.file-uploads.file-uploads-html5 label {
  cursor: pointer;
}

.final-upload {
  width: 100%;
  height: 50px;
  line-height: 47px;
  min-width: auto;
  font-size: 11px;
  background: transparent;
  box-shadow: none !important;
  border: 2px dashed #bdbdbd;
  color: #171717;
  cursor: pointer;
}
.final-upload img {
  width: 37px;
  filter: brightness(0);
  margin-right: 11px;
  vertical-align: middle;
  display: inline-block;
  opacity: 0.5;
  margin-top: -4px;
}

.top-upload-message {
  margin: 0 auto;
  color: #eab168;
  font-size: 19px;
  font-weight: 600;
}

.totest {
  color: #fff !important;
  font-size: 15px;
  margin: 10px auto 0 auto;
  padding: 0 30px;
}

.top-upload-message + .btn {
  color: #fff !important;
}

.bottom-upload-message {
  max-width: 330px;
  text-align: center;
  margin: 10px auto 0 auto;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.arrow {
  width: 18px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.arrow:before, .arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 8px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s ease;
}
.arrow:before {
  transform-origin: top right;
  transform: rotate(30deg);
}
.arrow:after {
  transform-origin: bottom right;
  transform: rotate(-30deg);
}
.arrow_flip {
  transform: scaleX(-1);
}

.drop:before {
  content: "";
  display: inline-block;
  display: none;
  border-radius: 50% 0 50% 50%;
  background: #86cca5;
  transform-origin: bottom center;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  margin-left: 7px;
  margin-right: 5px;
  margin-bottom: 1px;
}

.message {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 20px;
  font-weight: 400;
  font-size: 20px;
  background: #937fc3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.message p:before {
  content: "";
  background: url("../../imgs/info-icon.png") top left no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 7px;
}
.message a {
  font-size: 14px;
  padding: 7px 20px;
  border: 2px solid #fff;
  border-radius: 100px;
  font-weight: 600;
  margin-left: 20px;
  flex: 1 0 auto;
  max-width: 80px;
  background: #fff;
  color: #937fc3;
}
.message a:hover {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}
@media (max-width: 600px) {
  .message {
    flex-direction: column;
    text-align: center;
    font-size: 18px;
  }
  .message p:before {
    display: block;
    margin: 0 auto 15px auto;
  }
  .message a {
    margin-left: 0;
    margin-top: 20px;
  }
}

.form-widget:after {
  content: "";
  display: block;
  position: absolute;
  background: #212730;
  bottom: 30px;
  width: 180px;
  height: 53px;
  right: 125px;
}
@media (max-width: 1200px) {
  .form-widget:after {
    bottom: 3px;
    right: 109px;
  }
}
@media (max-width: 650px) {
  .form-widget:after {
    bottom: -17px;
    right: 88px;
    display: none;
  }
}

::-webkit-scrollbar-track {
  background: transparent !important;
}

.st0 {
  fill: #ffffff !important;
}

.crisp-client .cc-kv6t .cc-1xry .cc-ge4v,
.crisp-client .cc-kv6t .cc-1xry a.cc-unoo {
  right: 9px !important;
}

.notification-alert-box {
  background: rgba(33, 39, 48, 0.91);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #a2aab7;
  padding: 22px 35px 17px 15px;
  border-radius: 14px;
  margin-bottom: 10px;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 200;
  max-width: 400px;
  width: 90%;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(100px);
  box-shadow: 0 0 90px -5px #12171f;
}
.notification-alert-box:after {
  top: auto !important;
  bottom: 10px;
}
.notification-alert-box .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.notification-alert-box .close:before, .notification-alert-box .close:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #535963;
  position: absolute;
  top: 50%;
  left: 50%;
}
.notification-alert-box .close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.notification-alert-box .close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (hover: hover) {
  .notification-alert-box .close:hover:before, .notification-alert-box .close:hover:after {
    background: #696f7a;
  }
}
.notification-alert-box h3 {
  font-size: 13px;
  margin-bottom: 10px;
  color: white;
  margin-left: 3px;
  margin-top: -8px;
}
.notification-alert-box > span {
  font-size: 13px;
  color: #eaac73;
  font-weight: 600;
  margin-left: 73px;
}
.notification-alert-box > div > div > span {
  color: #fff !important;
}
.notification-alert-box:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #d89f6c;
  position: absolute;
  top: 10px;
  right: 10px;
}
.notification-alert-box > img {
  width: calc(100% + 19px);
  margin-top: 15px;
  border-radius: 7px;
}
.notification-alert-box > div {
  display: flex;
  align-items: center;
}
.notification-alert-box > div img {
  width: 60px;
}
.notification-alert-box > div > div {
  margin-left: 15px;
  font-size: 14px;
  line-height: 1.4em;
}
.notification-alert-box > div > div span {
  font-weight: 600;
  color: #6e7988;
}
.notification-alert-box.active {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1400px) {
  .notification-alert-box {
    max-width: 380px;
  }
}

.notification-feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 87px);
}
.notification-feed .vuebar-element {
  height: calc(100vh - 100px);
}
.notification-feed .vb {
  padding: 0px 0px 25px 25px;
  flex-basis: 100%;
}
@media (max-width: 400px) {
  .notification-feed .vb {
    padding: 0px 0px 25px 18px;
  }
}
.notification-feed .vb > .vb-dragger .vb-dragger-styler {
  background-color: rgba(43, 50, 62, 0.61) !important;
  margin: 30px 5px 5px 0;
}
.notification-feed .vb:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
  top: 20px;
  background: linear-gradient(#212730, rgba(33, 39, 48, 0));
  z-index: 2;
}
@media (max-width: 400px) {
  .notification-feed .vb:before {
    height: 40px;
    top: 0;
  }
}
.notification-feed .vb:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(rgba(33, 39, 48, 0), #212730);
  z-index: 2;
}
.notification-feed .notification-title {
  text-align: center;
  color: #fff;
  font-size: 23px;
  margin-top: 30px;
  margin-bottom: -20px;
  position: relative;
  z-index: 21;
}
.notification-feed .notification-title:after {
  content: attr(data-number);
  font-size: 12px;
  background: rgba(213, 94, 97, 0.1);
  color: #f17b7e;
  padding: 6px 10px;
  border-radius: 7px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -1px;
  display: inline-block;
}
.notification-feed .notification-title svg {
  fill: #585e6b;
  width: 25px;
  height: 25px;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -2px;
}
.notification-feed .notification-title.no-number:after {
  display: none;
}
.notification-feed .feed {
  margin-top: 20px;
  padding-right: 30px;
  padding-top: 30px;
}
@media (max-width: 400px) {
  .notification-feed .feed {
    padding-right: 18px;
    margin-top: 0;
  }
}
.notification-feed .feed li {
  background: rgba(22, 28, 37, 0.5);
  color: rgba(123, 136, 155, 0.55);
  padding: 15px 35px 15px 15px;
  border-radius: 14px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.1s ease, transform 0.3s ease;
  position: relative;
}
.notification-feed .feed li.unread {
  color: #95a3b9;
  background: rgba(22, 28, 37, 0.84);
}
.notification-feed .feed li.unread:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #d89f6c;
  position: absolute;
  top: 10px;
  right: 10px;
}
.notification-feed .feed li.unread > div > div > span {
  color: #fff;
}
.notification-feed .feed li > img {
  width: calc(100% + 19px);
  margin-top: 15px;
  border-radius: 7px;
  margin-bottom: -3px;
}
.notification-feed .feed li > div {
  display: flex;
  align-items: center;
}
.notification-feed .feed li > div img {
  width: 60px;
}
.notification-feed .feed li > div > div {
  margin-left: 15px;
  font-size: 14px;
  line-height: 1.4em;
}
.notification-feed .feed li > div > div span {
  font-weight: 600;
  color: #6e7988;
}
@media (hover: hover) {
  .notification-feed .feed li:hover {
    transform: scale(0.97);
  }
}
.notification-feed .feed li:last-of-type {
  margin-bottom: 200px;
}
.notification-feed .feed li.show {
  background: none;
  text-align: center;
  margin-top: -15px;
  transition: color 0.2s ease;
  transform: none !important;
}
@media (hover: hover) {
  .notification-feed .feed li.show:hover {
    color: rgba(109, 120, 136, 0.8);
    box-shadow: none !important;
  }
}
.notification-feed .feed li.mark-reed {
  padding: 0;
  background: none;
  font-size: 14px;
  text-align: center;
  color: #4d5665;
  position: relative;
  z-index: 10;
  transform: none !important;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification-feed .feed li.mark-reed img {
  max-width: 16px;
  margin: 0;
  margin-right: 3px;
}
@media (hover: hover) {
  .notification-feed .feed li.mark-reed:hover {
    color: #606877;
  }
}
@media (max-width: 1200px) {
  .notification-feed {
    height: 100vh;
  }
  .notification-feed .notification-title {
    padding-bottom: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 650px) {
  .notification-feed {
    margin-top: -40px;
  }
  .notification-feed .vuebar-element {
    height: calc(100vh - 40px);
  }
}

.notification-feed-icon {
  position: fixed;
  right: 95px;
  bottom: 18px;
  width: 60px;
  height: 60px;
  border-radius: 200px;
  background: rgba(221, 153, 100, 0.07);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 110;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.notification-feed-icon:before {
  content: "Notifications";
  display: block;
  position: absolute;
  left: -130px;
  padding: 12px 20px;
  color: #818da0;
  border-radius: 10px;
  background: rgba(22, 28, 37, 0.95);
  font-size: 14px;
  transition: opacity 0.3s ease;
  pointer-events: none;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  pointer-events: none;
}
.notification-feed-icon:after {
  content: attr(data-number);
  width: auto;
  min-width: 12px;
  padding: 0 5px;
  height: 22px;
  background: #d55e61;
  position: absolute;
  top: -2px;
  right: -5%;
  border-radius: 100px;
  line-height: 22px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  box-shadow: 0px 6px 16px -5px rgba(0, 0, 0, 0.5);
}
.notification-feed-icon svg {
  width: 25px;
  height: 25px;
  fill: #dd9964;
  margin-left: 4px;
}
.notification-feed-icon .notification-drawer {
  width: 300px;
  position: absolute;
  background: #171c25;
  top: -210px;
  right: 0px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(17, 23, 33, 0.7);
  padding: 10px;
}
.notification-feed-icon .notification-drawer li {
  height: 60px;
  border-radius: 4px;
  background: red;
  margin-bottom: 10px;
}
.notification-feed-icon .notification-drawer li:last-of-type {
  margin-bottom: 0;
}
.notification-feed-icon.no-number:after {
  display: none;
}
@media (hover: hover) {
  .notification-feed-icon:hover:before {
    opacity: 1;
  }
}
.notification-feed-icon.open {
  background: rgba(221, 153, 100, 0.1);
}
.notification-feed-icon.open:before {
  content: "Close";
  left: -86px;
}
.notification-feed-icon.open svg {
  fill: #f7ac71;
  filter: drop-shadow(0px 0px 11px rgba(221, 153, 100, 0.7));
}

@media (max-width: 1200px) {
  .notification-feed-icon {
    right: 95px;
  }
}
@media (max-width: 560px) {
  .notification-feed-icon {
    right: 81px;
    width: 54px;
    height: 54px;
    bottom: 14px;
  }
}
.crisp-client .cc-kv6t [role=button] span.cc-1ada {
  background-color: #b09fff47 !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.backtomodules {
  color: #676e7d;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background: none;
  margin-right: 24px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
.backtomodules b {
  font-weight: 700;
  margin-right: 7px;
}
.backtomodules i {
  margin-right: 10px;
  opacity: 0.6;
  min-width: 18px;
  background: #7b8395;
  transition: none;
}
.backtomodules i:before, .backtomodules i:after {
  background: #7b8395;
}
@media (max-width: 650px) {
  .backtomodules {
    padding: 0 20px;
  }
}

.showTimeInput.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.showTimeInput.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  top: 2px;
}

.showTimeInput.flatpickr-calendar {
  margin-left: -20px;
}

.flatpickr-calendar {
  padding: 10px 20px 20px 20px;
  background: #10141b;
  box-shadow: none;
  border-radius: 10px;
  margin-top: -5px;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  display: none;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  color: #545c69;
  fill: #545c69;
  top: 21px;
  height: 54px;
  line-height: 54px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 20px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 20px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #86cca5;
}
.flatpickr-calendar .flatpickr-day.prevMonthDay:hover,
.flatpickr-calendar .flatpickr-day.nextMonthDay:hover {
  color: #fff;
}
.flatpickr-calendar .flatpickr-calendar .flatpickr-day.today {
  border-color: #86cca5;
}
.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange,
.flatpickr-calendar .flatpickr-day.selected.inRange,
.flatpickr-calendar .flatpickr-day.startRange.inRange,
.flatpickr-calendar .flatpickr-day.endRange.inRange,
.flatpickr-calendar .flatpickr-day.selected:focus,
.flatpickr-calendar .flatpickr-day.startRange:focus,
.flatpickr-calendar .flatpickr-day.endRange:focus,
.flatpickr-calendar .flatpickr-day.selected:hover,
.flatpickr-calendar .flatpickr-day.startRange:hover,
.flatpickr-calendar .flatpickr-day.endRange:hover,
.flatpickr-calendar .flatpickr-day.selected.prevMonthDay,
.flatpickr-calendar .flatpickr-day.startRange.prevMonthDay,
.flatpickr-calendar .flatpickr-day.endRange.prevMonthDay,
.flatpickr-calendar .flatpickr-day.selected.nextMonthDay,
.flatpickr-calendar .flatpickr-day.startRange.nextMonthDay,
.flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
  background: #86cca5;
}
.flatpickr-calendar .flatpickr-current-month {
  height: 54px;
}
.flatpickr-calendar .flatpickr-current-month:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #1c212b;
  top: 19px;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 17px;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  line-height: 54px;
  height: 40px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month,
.flatpickr-calendar span.flatpickr-weekday,
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #10141b;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  height: 54px;
}
.flatpickr-calendar .numInputWrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #10141b;
  left: -14px;
  top: 7px;
}
.flatpickr-calendar .flatpickr-weekdays {
  height: 48px;
}
.flatpickr-calendar span.flatpickr-weekday {
  color: #9389b1;
}
.flatpickr-calendar .flatpickr-day.today {
  border-color: #424c5a82;
}
.flatpickr-calendar .flatpickr-day.today:hover,
.flatpickr-calendar .flatpickr-day.today:focus {
  border-color: #86cca5;
  background: #86cca5;
  color: #ffffff;
}
.flatpickr-calendar .flatpickr-day {
  border: 2px solid transparent;
  line-height: 34px;
}

form .btn .arrow {
  margin-top: 3px;
}

@media (min-width: 1200px) {
  .fullscreen-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99999;
    opacity: 0;
    height: 160px;
    width: 78px;
  }

  .fullscreen-icon {
    position: absolute;
    bottom: 22px;
    right: 23px;
    z-index: 99999;
    width: 32px;
    height: 32px;
    border: 0 none;
    background: url("../../imgs/fullscreen-icon.svg") top left no-repeat;
    background-size: 100%;
    pointer-events: none;
  }

  body.fullscreen .fullscreen-icon {
    background: url("../../imgs/fullscreen-icon.svg") bottom left no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1200px) {
  .fullscreen-toggle,
.fullscreen-icon {
    display: none;
  }
}
.welcome .fullscreen-icon {
  display: none;
}

.swal2-container.swal2-center {
  background-color: #0e1117;
}

.swal2-title {
  color: #fff;
}

.swal2-html-container {
  font-size: 18px;
  font-weight: 400;
  opacity: 0.6;
  color: #fff;
}

.swal2-confirm {
  border-left-color: #86cca5 !important;
  border-right-color: #86cca5 !important;
  background-color: #86cca5 !important;
}

.swal2-popup {
  background: transparent;
}

.swal2-styled.swal2-confirm {
  border-radius: 40px;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: none;
}

.sweet-alert .sa-icon.sa-success .sa-line {
  background-color: #86cca5;
}

.sm--status .swal2-html-container {
  font-size: 18px;
  font-weight: 400;
  color: #969696;
  line-height: 1.5em;
  opacity: 1 !important;
}
.sm--status .swal2-html-container .subtitle {
  display: block;
  font-size: 28px;
  color: #b1a3de;
  margin: -5px 0 10px 0;
}
@media (max-width: 600px) {
  .sm--status .swal2-html-container .subtitle {
    font-size: 24px;
  }
}
.sm--status .swal2-html-container p {
  opacity: 0.6;
}

.swal2-icon.swal2-success {
  border-color: #4d684c;
  color: #4d684c;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #86cca5;
}

.input input:-webkit-autofill,
.input input:-webkit-autofill:focus,
.input input:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #12171f inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.hide_disqus iframe {
  display: none !important;
}

.crisp-client .crisp-1rjpbb7 .crisp-kquevr .crisp-ws3gf1,
.crisp-client .crisp-1rjpbb7 .crisp-kquevr .crisp-13h0akn:before,
.crisp-client .crisp-1rjpbb7 .crisp-1aiychk.crisp-13h0akn:after {
  background-color: #9882bb !important;
}

.crisp-client .crisp-1rjpbb7 .crisp-1v3kwn:hover .crisp-1bkorcf.crisp-oc2kqi {
  background-color: #0b0f14 !important;
}

.crisp-client .crisp-1rjpbb7 .crisp-1aiychk.crisp-ws3gf1,
.crisp-client .crisp-1rjpbb7 .crisp-13h0akn:before,
.crisp-client .crisp-1rjpbb7 .crisp-13h0akn:after {
  background-color: #9882bb !important;
}

.crisp-client .crisp-1rjpbb7 .crisp-ewasyx .crisp-17f70m7 {
  background-image: linear-gradient(125deg, #212730 -10%, #161c26 100%) !important;
}

.crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-ws3gf1.crisp-1xmtdlg[data-tile=shapes]:before {
  opacity: 0.5 !important;
}

.crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 .crisp-1xmtdlg .crisp-172kolj .crisp-1hyr9km .crisp-djkbfv {
  box-shadow: inset 0 0 0px 1px #171d27 !important;
}

.crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh div.crisp-ewasyx {
  border-radius: 10px !important;
  background: transparent !important;
}

.crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh.crisp-k5ll1j .crisp-ewasyx .crisp-zyxrmn .crisp-1bu0ive .crisp-ytjf1x .crisp-s842tw[data-type=warn_reply] .crisp-1xwd1d8 {
  background: #d8e0ec !important;
}

.crisp-client .crisp-1rjpbb7 .crisp-1dgibgx.crisp-cd87a7,
.crisp-client .crisp-1rjpbb7 .crisp-1r2x6vr:hover {
  background: #715d90 !important;
}

.crisp-client .crisp-1rjpbb7 .crisp-fa9drr .crisp-1dgibgx:hover {
  background: #715d90 !important;
}

.crisp-client .crisp-1rjpbb7 span.crisp-ox3dbf,
.crisp-client .crisp-1rjpbb7 a.crisp-gjhthi,
.crisp-client .crisp-1rjpbb7 .crisp-gjhthi a,
.crisp-client .crisp-1rjpbb7 .crisp-1t1dtpc:hover,
.crisp-client .crisp-1rjpbb7 .crisp-gjhthi:hover,
.crisp-client .crisp-1rjpbb7 .crisp-1t1dtpc:active,
.crisp-client .crisp-1rjpbb7 .crisp-gjhthi:active,
.crisp-client .crisp-1rjpbb7 .crisp-1v3kwn:hover .crisp-oc2kqi,
.crisp-client .crisp-1rjpbb7 .crisp-1v3kwn .crisp-oc2kqi:active {
  background: #9882bb !important;
}

.crisp-client .crisp-1rjpbb7 span.crisp-ox3dbf:hover,
.crisp-client .crisp-1rjpbb7 a.crisp-1dgibgx,
.crisp-client .crisp-1rjpbb7 span.crisp-ox3dbf,
.crisp-client .crisp-1rjpbb7 a.crisp-gjhthi:hover {
  background: #6a5985 !important;
}

.crisp-client .crisp-1rjpbb7 span.crisp-4oo1n4,
.crisp-client .crisp-1rjpbb7 .crisp-ayhqzl.crisp-4oo1n4 {
  background-color: #131820 !important;
}

.crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh a.crisp-kquevr {
  bottom: 70px !important;
}

.crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx,
.crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh a.crisp-kquevr {
  right: 9px !important;
}

.crisp-client .crisp-1rjpbb7 div.crisp-14u434g {
  border-color: transparent !important;
}

.sm--no-vue .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh a.crisp-kquevr,
.sm--dashboard .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh a.crisp-kquevr {
  bottom: 20px !important;
}
.sm--no-vue .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx,
.sm--no-vue .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh a.crisp-kquevr,
.sm--dashboard .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx,
.sm--dashboard .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh a.crisp-kquevr {
  right: 20px !important;
}

.sm--dashboard .fullscreen-toggle,
.sm--dashboard .fullscreen-icon {
  display: none;
}

.crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx .crisp-1784wh6 div.crisp-1xmtdlg[data-tile=shapes]:before {
  background: url("../../imgs/chat-bg.png") no-repeat center center !important;
}

.crisp-client .crisp-1rjpbb7 span.crisp-ws3gf1,
.crisp-client .crisp-1rjpbb7 .crisp-13h0akn:before,
.crisp-client .crisp-1rjpbb7 .crisp-13h0akn:after {
  background-color: #9882bb !important;
}

.mCSB_scrollTools {
  margin: 20px 5px 20px 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2a323e !important;
  z-index: 200;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #2a323e !important;
}

.mCSB_draggerRail {
  display: none;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

.register .select-style.filed .selected-label.left {
  transform: translateY(calc(-50% - 22px)) scale(0.7222) translateX(-24px);
}
.register .input.small .select-style.filed .selected-label.left {
  transform: translateY(calc(-50% - 22px)) scale(0.7222) translateX(-18px);
}
.register .login__mesh_3 {
  top: calc(50% - 458px);
}
.register .form__controls {
  margin-bottom: 20px;
}

.btn.btn-buy {
  background: rgba(182, 128, 87, 0.11);
  color: #e49e66;
  border: 2px solid transparent;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  height: 50px;
  line-height: 50px;
}
.btn.btn-buy .arrow {
  background: #e49e66;
}
.btn.btn-buy .arrow:before, .btn.btn-buy .arrow:after {
  background: #e49e66;
}
@media (min-width: 600px) {
  .btn.btn-buy:hover {
    padding: 0px 22px 0px 40px;
  }
  .btn.btn-buy:hover i {
    transform: translateX(10px);
    opacity: 0;
  }
  .btn.btn-buy:hover:active {
    transform: scale(0.97);
  }
}

.videos__controls .btn.btn-buy:hover {
  padding: 0 15px;
}

.notify-wrapper .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notify-wrapper .btn-buy {
  margin-left: 10px;
  height: 46px;
}

.hide_disqus {
  display: flex;
  flex-direction: column;
}
.hide_disqus .notify-wrapper {
  flex: 1;
}
@media screen and (min-width: 650px) and (max-width: 1200px) {
  .hide_disqus .notify-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 650px) {
  .hide_disqus .notify-wrapper {
    flex: 1 0 auto;
    max-height: 550px;
  }
  .hide_disqus .notify-wrapper .buttons {
    flex-direction: column-reverse;
  }
  .hide_disqus .notify-wrapper .buttons .btn_empty {
    margin-top: 15px;
  }
}
.hide_disqus .notify-wrapper.upgrade-wrapper p.text {
  max-width: 590px;
  font-size: 15px;
}

.upgrade-message {
  background: url("../../imgs/upgrade-bg-big.png") top center no-repeat rgba(22, 28, 37, 0.95);
  background-size: cover;
  padding: 30px 40px;
  border-radius: 13px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .upgrade-message {
    position: -webkit-sticky;
    position: sticky;
    top: -34px;
    z-index: 20;
  }
}
.upgrade-message a {
  padding: 10px 25px;
  border: 2px solid #d89157;
  border-radius: 100px;
  font-size: 15px;
  margin-left: 20px;
  background: #d89257;
  color: #fff;
  display: inline-block;
  transition: all 0.3s ease;
  min-width: 175px;
}
.upgrade-message a i {
  opacity: 1;
}
@media (min-width: 600px) {
  .upgrade-message a:hover {
    padding: 10px 15px 10px 35px;
  }
  .upgrade-message a:hover i {
    transform: translateX(10px);
    opacity: 0;
  }
  .upgrade-message a:hover:active {
    transform: scale(0.97);
  }
}
@media (min-width: 855px) {
  .upgrade-message > div {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media (max-width: 450px) {
  .upgrade-message > div {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .upgrade-message > div {
    display: block;
  }
}
.upgrade-message > div h3 {
  color: transparent !important;
  font-size: 24px;
  background: -webkit-linear-gradient(45deg, #bbaee2 28%, #ecb585 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.upgrade-message > div h3 br {
  display: none;
}
@media (max-width: 450px) {
  .upgrade-message > div h3 br {
    display: block;
  }
}
.upgrade-message > div h3 b {
  font-weight: 900;
}
@media (max-width: 450px) {
  .upgrade-message > div h3 b {
    display: inline !important;
  }
}
@media (max-width: 540px) {
  .upgrade-message > div h3 {
    font-size: 25px;
    text-align: center;
  }
  .upgrade-message > div h3 b {
    display: block;
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1345px) {
  .upgrade-message > div h3 b {
    display: block;
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  .upgrade-message > div h3.two-days {
    max-width: 400px;
  }
}
@media (max-width: 540px) {
  .upgrade-message > div h3.two-days {
    font-size: 22px;
  }
  .upgrade-message > div h3.two-days br {
    display: none;
  }
}
.upgrade-message > div .timer {
  margin-left: 15px;
  font-size: 19px;
  padding: 10px 16px;
  background: rgba(216, 146, 87, 0.1);
  border-radius: 7px;
  color: #f5af75;
  min-width: 125px;
  font-weight: 900;
}
@media (max-width: 855px) {
  .upgrade-message > div .timer {
    margin-left: 0;
    margin-top: 15px;
    min-width: 180px;
    text-align: center;
    display: inline-block;
  }
}
.upgrade-message .price-box {
  display: flex;
  align-items: center;
  max-height: 30px;
}
@media (min-width: 855px) {
  .upgrade-message .price-box {
    margin-left: 30px;
  }
}
@media (max-width: 855px) {
  .upgrade-message .price-box {
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  .upgrade-message .price-box {
    margin-left: 0;
    margin-top: 20px;
  }
}
.upgrade-message .price-box .new-price {
  display: flex;
  align-items: center;
  font-size: 34px;
  color: #fff;
  font-weight: 900;
  margin-top: -3px;
}
.upgrade-message .price-box .new-price i {
  font-size: 20px;
  font-style: normal;
  color: #aeaeae;
  vertical-align: super;
  transform: translateY(-4px);
  font-weight: 600;
  margin-right: 4px;
}
.upgrade-message .price-box .old-price {
  font-size: 20px;
  font-weight: 600;
  color: #656f7d;
  margin-left: 15px;
  position: relative;
}
.upgrade-message .price-box .old-price:after {
  content: "";
  height: 2px;
  background: #656f7d;
  left: -5px;
  right: -5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 855px) {
  .upgrade-message {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    background-size: cover;
  }
  .upgrade-message a {
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 650px) {
  .upgrade-message {
    font-size: 17px;
  }
}
@media (max-width: 855px) {
  .upgrade-message {
    background: url("../../imgs/upgrade-bg.png") top center no-repeat rgba(22, 28, 37, 0.95);
    background-size: cover;
    background-position: -190px top;
  }
  .upgrade-message p {
    max-width: 240px;
  }
}

.welcome .upgrade-message {
  background: url("../../imgs/upgrade-bg.png") top center no-repeat #1f252d;
  margin-top: 20px;
  margin-bottom: 20px;
  position: static;
  justify-content: center;
  background-size: cover;
}
@media (max-width: 1250px) {
  .welcome .upgrade-message {
    max-width: 705px;
    width: 96%;
  }
}

.profile-status-bar {
  display: block;
  background: #12171f;
  margin: 0 22px;
  border-radius: 10px;
  padding: 0 15px 15px 15px;
}
@media (min-width: 1200px) {
  .profile-status-bar {
    margin-top: 15px;
  }
}
.profile-status-bar .profile-status {
  margin-left: 0;
}
.profile-status-bar .label-btn {
  background: none;
  border: 0 none;
  color: #fff;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.profile-status-bar .label-btn span {
  background: -webkit-linear-gradient(45deg, #bbaee2 7%, #ecb585 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.profile-status-bar .label-btn i {
  transform: scale(0.9);
  transform-origin: center center;
  margin-left: 2px;
  opacity: 1;
  background: #dbb2a6;
}
.profile-status-bar .label-btn i:before, .profile-status-bar .label-btn i:after {
  background: #dbb2a6;
}
@media (min-width: 600px) {
  .profile-status-bar .label-btn:hover {
    transform: translateX(10px);
  }
  .profile-status-bar .label-btn:hover i {
    transform: scale(0.9) translateX(10px);
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .profile-status-bar {
    margin: 0;
    padding: 0 15px 15px 25px;
    border-radius: 0;
  }
}

.profile-status {
  padding: 8px 15px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-left: 28px;
  margin-top: 15px;
  display: inline-block;
}
.profile-status.limited {
  color: #86cca5;
  background: rgba(134, 204, 165, 0.2);
  text-shadow: 0 0 15px #9fdebb;
}
.profile-status.full {
  color: #d1bdf7;
  background: rgba(137, 115, 173, 0.3);
  text-shadow: 0 0 11px rgba(179, 174, 234, 0.6);
}

.profile__head .profile-status {
  margin-top: 0;
  margin-left: 15px;
}

.maintenance {
  background: url("../../imgs/maintenance-bg.png") center center no-repeat #171b22;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .maintenance {
    background-position: center right;
  }
}
.maintenance h1 {
  color: #8992a1;
  font-size: 70px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}
.maintenance h1 b {
  color: #fff;
  font-weight: 600;
  font-size: 90px;
  display: block;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.22);
  margin-top: -20px;
}
@media (max-width: 850px) {
  .maintenance h1 {
    font-size: 60px;
  }
  .maintenance h1 b {
    font-size: 70px;
    margin-top: -10px;
  }
}
@media (max-width: 600px) {
  .maintenance h1 {
    font-size: 40px;
  }
  .maintenance h1 b {
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  .maintenance h1 b {
    font-size: 40px;
  }
}
.maintenance p {
  max-width: 650px;
  text-align: center;
  line-height: 1.5em;
  color: #8993a4;
  font-size: 20px;
}
@media (max-width: 600px) {
  .maintenance p {
    max-width: 440px;
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .maintenance p {
    font-size: 15px;
  }
}
.maintenance img.logo-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  max-width: 550px;
}
@media (max-width: 600px) {
  .maintenance img.logo-left {
    width: 100%;
  }
}
.maintenance img.icon {
  margin-bottom: 20px;
  margin-top: -150px;
  max-width: 200px;
}
@media (max-width: 600px) {
  .maintenance img.icon {
    max-width: 150px;
  }
}
@media (max-width: 320px) {
  .maintenance img.icon {
    max-width: 100px;
    margin-bottom: 10px;
  }
}
.maintenance .login__mesh_2 {
  bottom: 140px;
  left: calc(50% - 79px);
}
@media (max-width: 980px) {
  .maintenance .login__mesh_2 {
    display: none;
  }
}
@media (max-height: 850px) {
  .maintenance .login__mesh_2 {
    bottom: 100px;
  }
}
@media (max-height: 650px) {
  .maintenance .login__mesh_2 {
    bottom: 50px;
  }
}
.maintenance .login__mesh_3 {
  top: calc(50% - 138px);
  left: calc(50% + 203px);
}
@media (max-width: 850px) {
  .maintenance .login__mesh_3 {
    top: calc(50% - 118px);
    left: calc(50% + 133px);
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 500px) {
  .maintenance .login__mesh_3 {
    top: calc(50% - -142px);
    left: calc(50% + -47px);
  }
}
@media (max-width: 320px) {
  .maintenance .login__mesh_3 {
    display: none;
  }
}
.maintenance .login__mesh_1 {
  top: 290px;
  left: calc(50% - 373px);
  width: 170px;
  height: 160px;
  transform: rotate(-155deg);
}
@media (max-width: 850px) {
  .maintenance .login__mesh_1 {
    left: calc(50% - 273px);
    width: 140px;
    height: 120px;
  }
}
@media (max-width: 500px) {
  .maintenance .login__mesh_1 {
    display: none;
  }
}
@media (max-height: 850px) {
  .maintenance .login__mesh_1 {
    top: 170px;
  }
}

.welcome .btn-buy:hover {
  padding: 0 35px;
}

.flatpickr-rContainer {
  width: 100%;
}

.flatpickr-days {
  width: 100%;
}

.dayContainer {
  min-width: 0;
}

.swal2-content {
  max-width: 450px;
  margin: 0 auto;
}

.swal2-icon.swal2-error {
  border-color: rgba(242, 116, 116, 0.2) !important;
  color: #f27474;
}

.swal2-icon.swal2-success {
  border: 0.25em solid #86cca53d !important;
}

.swal2-success-ring {
  border: 0 none !important;
}

.css-e3yrdd.e1o3ysfi1 {
  background: none;
}
.css-e3yrdd.e1o3ysfi1 .css-1dz0j3u.e1o3ysfi2 {
  position: fixed;
  max-width: 100%;
  z-index: 10001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.css-e3yrdd.e1o3ysfi1 .css-1dz0j3u.e1o3ysfi2 .css-c3b2z2 {
  position: absolute;
  padding: 8px;
  cursor: pointer;
  width: initial;
  max-width: initial;
  top: 16px;
  right: 16px;
  z-index: 10;
  transition: all 0.3s ease;
}
@media (min-width: 650px) {
  .css-e3yrdd.e1o3ysfi1 .css-1dz0j3u.e1o3ysfi2 .css-c3b2z2:hover {
    transform: rotate(90deg);
  }
}

body.taking-test .fullscreen-toggle,
body.taking-test .fullscreen-icon {
  display: none;
}

.btn.paid-access {
  background: transparent;
  border: 2px solid rgba(83, 90, 113, 0.4);
  pointer-events: none;
  color: #3c4350 !important;
  padding: 0 22px !important;
  min-width: 195px !important;
}
.btn.paid-access b {
  font-weight: 900 !important;
}
.btn.paid-access b:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  margin-bottom: -2px;
  width: 11px;
  height: 16px;
  background: url("../../imgs/icons/lock-icon-grey2.svg") no-repeat;
}

.input-tel.lg[data-v-e59be3b4] {
  height: 58px !important;
  min-height: 58px !important;
}
.input-tel.lg[data-v-e59be3b4].has-value {
  height: 48px !important;
  min-height: 48px !important;
}

.input-tel .input-tel__input[data-v-e59be3b4],
.input-tel.is-valid .input-tel__input[data-v-e59be3b4],
.input-tel.is-valid .input-tel__input[data-v-e59be3b4]:hover,
.input-tel.has-error:not(.is-valid) .input-tel__input[data-v-e59be3b4] {
  border: 0 none !important;
  padding: 0 !important;
  box-shadow: none !important;
  font-size: 18px !important;
  color: #fff !important;
  caret-color: #fff !important;
  cursor: text;
}
.input-tel .input-tel__input[data-v-e59be3b4]::-moz-placeholder, .input-tel.is-valid .input-tel__input[data-v-e59be3b4]::-moz-placeholder, .input-tel.is-valid .input-tel__input[data-v-e59be3b4]:hover::-moz-placeholder, .input-tel.has-error:not(.is-valid) .input-tel__input[data-v-e59be3b4]::-moz-placeholder {
  color: rgba(191, 195, 226, 0.37) !important;
  font-weight: 400;
}
.input-tel .input-tel__input[data-v-e59be3b4]:-ms-input-placeholder, .input-tel.is-valid .input-tel__input[data-v-e59be3b4]:-ms-input-placeholder, .input-tel.is-valid .input-tel__input[data-v-e59be3b4]:hover:-ms-input-placeholder, .input-tel.has-error:not(.is-valid) .input-tel__input[data-v-e59be3b4]:-ms-input-placeholder {
  color: rgba(191, 195, 226, 0.37) !important;
  font-weight: 400;
}
.input-tel .input-tel__input[data-v-e59be3b4]::placeholder,
.input-tel.is-valid .input-tel__input[data-v-e59be3b4]::placeholder,
.input-tel.is-valid .input-tel__input[data-v-e59be3b4]:hover::placeholder,
.input-tel.has-error:not(.is-valid) .input-tel__input[data-v-e59be3b4]::placeholder {
  color: rgba(191, 195, 226, 0.37) !important;
  font-weight: 400;
}

.input-tel__label[data-v-e59be3b4] {
  top: -6px !important;
  left: -1px !important;
}

.input-tel.has-error:not(.is-valid) .input-tel__label[data-v-e59be3b4] {
  color: #d26471 !important;
}

.input-tel.is-valid .input-tel__label[data-v-e59be3b4] {
  color: #86cca5 !important;
}

.input-tel[data-v-e59be3b4] {
  font-family: "Lato", sans-serif !important;
}

label.phone-check {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  color: #546173;
  margin-top: -10px;
}
@media (max-width: 550px) {
  label.phone-check {
    margin-top: 5px;
    max-width: 280px;
    padding-left: 35px;
  }
}
label.phone-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.phone-check .checkmark {
  position: absolute;
  top: 0;
  left: 4px;
  height: 19px;
  width: 19px;
  border-radius: 100px;
  background: #546173;
}
@media (max-width: 550px) {
  label.phone-check .checkmark {
    top: 10px;
  }
}
label.phone-check input:checked + .checkmark:after {
  content: "";
  left: 7px;
  top: 4px;
  width: 3px;
  height: 7px;
  border: solid #161c25;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: block;
  position: absolute;
}

.box-check {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
@media (max-width: 550px) {
  .box-check {
    text-align: left;
    margin-top: 20px;
  }
}

#additional-information .input-tel .input-tel__input[data-v-e59be3b4],
#additional-information .input-tel.is-valid .input-tel__input[data-v-e59be3b4],
#additional-information .input-tel.is-valid .input-tel__input[data-v-e59be3b4]:hover,
#additional-information .input-tel.has-error:not(.is-valid) .input-tel__input[data-v-e59be3b4] {
  background: transparent !important;
}

.search {
  position: relative;
}

.results {
  margin-top: 20px;
}
.results .label {
  padding-left: 20px;
  color: #5c6879;
  font-weight: 600;
}
.results .profile__card {
  margin-top: 10px;
  overflow: visible !important;
  max-height: none !important;
}
@media (max-width: 650px) {
  .results .profile__card-heading h3 {
    max-width: 97%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .results .profile__card-heading h3:after {
    display: none;
  }
}
.results .profile__card-body {
  margin: 0 -25px;
}
@media (max-width: 1580px) {
  .results .profile__card-body {
    margin: 0 -20px;
  }
}
.results .profile__card-body ul {
  width: 100%;
}
.results .profile__card-body ul li > span:before {
  content: "";
  background: url("../../imgs/search-play.png") no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}
.results .profile__card-body ul li > span.material:before {
  display: none;
}
.results .profile__card-body ul li > span .time {
  margin-left: 10px;
  background: #212730;
  border-radius: 7px;
  color: #56606d;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 800;
}
@media (max-width: 650px) {
  .results .profile__card-body ul li > span .time {
    display: none;
  }
}
.results .profile__card-body ul li.label {
  margin-bottom: 10px;
  color: #b2a4f3;
  font-size: 13px;
  font-weight: 900;
  margin-top: 10px;
  border-top: 1px solid #23282f;
  padding-top: 20px;
  text-transform: uppercase;
}
.results .profile__card-body ul li.label:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border: 0 none;
}
@media (max-width: 650px) {
  .results .profile__card-body {
    padding-top: 15px;
  }
  .results .profile__card-body ul li {
    padding: 6px 19px;
  }
  .results .profile__card-body ul li > span {
    font-size: 16px;
    max-width: 97%;
  }
}

.noteLibrary ul li > span:before {
  content: "";
  background: url("../../imgs/search-play.png") no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}
.noteLibrary ul li > span .time {
  margin-left: 10px;
  background: #212730;
  border-radius: 7px;
  color: #56606d;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 800;
}
@media (max-width: 650px) {
  .noteLibrary ul li > span .time {
    display: none;
  }
}

.profile__card.message-result {
  padding-top: 25px;
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 650px) {
  .profile__card.message-result {
    padding-top: 20px;
    font-size: 15px;
  }
}

.searchbar {
  background: url("../../imgs/searchbar-icon.svg") 20px center no-repeat rgba(17, 23, 33, 0.7);
  background-size: 18px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.searchbar input {
  padding: 0 20px 0 45px;
  line-height: 70px;
  background: transparent;
  border: 0 none;
  outline: none;
  flex: 1;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.searchbar input::-moz-placeholder {
  color: rgba(134, 146, 163, 0.65);
  font-weight: 400;
  font-size: 16px;
}
.searchbar input:-ms-input-placeholder {
  color: rgba(134, 146, 163, 0.65);
  font-weight: 400;
  font-size: 16px;
}
.searchbar input::placeholder {
  color: rgba(134, 146, 163, 0.65);
  font-weight: 400;
  font-size: 16px;
}
.searchbar .clear {
  margin-right: 20px;
  cursor: pointer;
  color: #4a5566;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0;
  font-weight: 700;
}
.searchbar .clear i {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
.searchbar .clear i:before, .searchbar .clear i:after {
  content: "";
  width: 2px;
  height: 100%;
  border-radius: 10px;
  background: #4a5566;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.searchbar .clear i:before {
  transform: rotate(45deg);
}
.searchbar .clear i:after {
  transform: rotate(-45deg);
}
.searchbar .clear.active {
  opacity: 1;
}
@media (max-width: 500px) {
  .searchbar .clear {
    max-width: 15px;
    overflow: hidden;
    max-height: 15px;
  }
}

.player .searchbar {
  margin-top: 0;
  margin-bottom: 20px;
}

body.active-search:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 33, 43, 0.9);
  z-index: 50;
  pointer-events: none;
}
@media (max-width: 650px) {
  body.active-search:after {
    pointer-events: none;
  }
}
body.active-search .search {
  z-index: 55;
}

.crisp-client .cc-kv6t .cc-1xry .cc-ge4v .cc-bdff .cc-x32x .cc-1j74 .cc-furf .cc-1do6,
.crisp-client .cc-kv6t .cc-1xry .cc-unoo .cc-7doi .cc-1iv2 .cc-15mo .cc-10ml,
.crisp-client .cc-kv6t .cc-1xry .cc-unoo .cc-7doi .cc-1iv2 .cc-15mo .cc-10ml .cc-1dx3 {
  box-shadow: inset 0 0 0px 1px #171d27 !important;
  background-color: transparent !important;
}

@media (max-width: 450px) {
  .page.side-open .top-controls .top-controls__logo {
    opacity: 0;
  }
  .page.side-open .row_no-space {
    max-height: 300px;
    overflow: hidden;
  }
}
.crisp-client .cc-kv6t .cc-1xry .cc-ge4v[data-visible=true] {
  border-radius: 10px !important;
  background: #fff !important;
}

.page__logo {
  cursor: pointer;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #e2a06b;
}

::selection {
  color: #fff;
  background: #e2a06b;
}

.crisp-client .cc-kv6t .cc-1xry .cc-ge4v .cc-bdff .cc-x32x {
  margin: 5px !important;
  border-radius: 10px !important;
}

.crisp-client span.cc-furf.cc-he6y.cc-1xll span {
  background-size: cover !important;
}

.row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.row_no-space {
  margin: 0;
}
.row_center-y {
  align-items: center;
}
.row_center-x {
  justify-content: center;
}
.row_between {
  justify-content: space-between;
}
.row_vertical {
  flex-direction: column;
}

.md-6,
.sm-6 {
  flex: 1 1 50%;
  padding: 0 15px;
  max-width: 50%;
}

@media screen and (max-width: 992px) {
  .md-6 {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .sm-6 {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.login {
  max-width: 1120px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  background: url("../../imgs/logos/SM-logo-BG.svg") calc(50% - 15px) calc(50% + 5px) no-repeat;
  background-size: 700px auto;
}
@media (max-width: 992px) {
  .login {
    background: url("../../imgs/logos/SM-logo-BG.svg") calc(50% - 35px) calc(50% + -325px) no-repeat;
  }
}
@media (max-width: 650px) {
  .login {
    padding: 0 15px;
  }
}
@media (max-width: 1250px) {
  .login .row {
    padding: 50px 0;
  }
}
.login__decorations {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  background: url("../../imgs/login-bg.png") no-repeat center center;
}
.login__mesh {
  position: absolute;
}
.login__mesh_1 {
  top: 140px;
  left: calc(50% - 623px);
  width: 190px;
  height: 190px;
  background: url("../../imgs/mesh-2.png") top left no-repeat;
  background-size: cover;
  transform: rotate(-105deg);
}
.login__mesh_2 {
  bottom: 210px;
  left: calc(50% - 259px);
  width: 100px;
  height: 100px;
  background: url("../../imgs/mesh-2.png") top left no-repeat;
  background-size: cover;
  transform: rotate(110deg);
}
.login__mesh_3 {
  top: calc(50% - 388px);
  left: calc(50% + 323px);
  width: 120px;
  height: 120px;
  background: url("../../imgs/mesh-2.png") top left no-repeat;
  background-size: cover;
  transform: rotate(110deg);
}
.login__mesh_3.personal-mesh {
  top: calc(50% - 258px);
  left: calc(50% + 573px);
}
.login__logo {
  text-align: center;
  margin-bottom: 100px;
  margin-top: -150px;
}
.login__logo img {
  max-width: 119px;
}
.login__text {
  margin: 20px 0 30px;
  max-width: 480px;
  font-weight: 700;
}
@media (max-width: 650px) {
  .login__text {
    display: none;
  }
}
.login a.btn {
  font-size: 17px;
  height: 51px;
  padding: 0 35px;
  color: #fff;
}
.login a.btn b {
  margin-right: 5px;
  font-weight: 400;
}
.login h1 span:nth-of-type(1) {
  text-transform: uppercase;
  color: #cab9eb;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 650px) {
  .login h1 span:nth-of-type(1) {
    font-size: 16px;
  }
}
.login h1 span:nth-of-type(2) {
  font-weight: 300;
}
.login.christmas form {
  position: relative;
  padding-top: 120px;
}
.login.christmas form .christmas-img {
  width: 100%;
  position: absolute;
  max-width: none;
  left: 0;
  top: -6px;
}
@media (max-width: 450px) {
  .login.christmas form {
    padding-top: 100px;
  }
}
.login.christmas h1 span:nth-of-type(2) {
  font-size: 39px;
}
@media (max-width: 992px) {
  .login.christmas h1 span:nth-of-type(2) {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .login.christmas h1 span:nth-of-type(2) {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  .login {
    text-align: center;
  }
  .login__logo {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .login__logo img {
    width: 190px;
  }
  .login__block {
    margin: 0 auto;
    max-width: 640px;
  }
  .login__block .heading {
    font-size: 40px;
    line-height: 50px;
  }
  .login__block .btn {
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) and (max-width: 650px) {
  .login__block .btn {
    margin-top: 20px;
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 992px) {
  .login__text {
    max-width: none;
    margin: 15px 0 33px;
  }
}
@media screen and (max-width: 700px) {
  .login__logo {
    margin-bottom: 14px;
    margin-top: -15px;
  }
  .login__logo img {
    width: 115px;
  }
  .login__block .heading {
    font-size: 35px;
    line-height: 35px;
  }
  .login__block .heading span {
    display: block !important;
  }
  .login__text {
    margin: 15px auto 35px auto;
    line-height: 22px;
  }

  .form__heading {
    margin-bottom: 30px !important;
  }
}
.attention-message {
  color: #eab168;
  max-width: 350px;
  text-align: center;
  font-weight: 700;
  align-self: center;
  margin: 20px auto 0 auto;
  font-size: 14px;
}
@media (max-width: 700px) {
  .attention-message {
    font-size: 12px;
    line-height: 17px;
    max-width: 300px;
  }
}

@media (max-height: 760px) {
  .login__logo {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.sm--errors {
  margin-bottom: 10px;
  color: #d26471;
}

@media (max-width: 650px) {
  .login__block {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .login {
    background-size: 420px auto;
    background-position: -40px -150px;
  }
}
.personal-info .text {
  font-size: 18px;
  line-height: 1.7em;
  display: block !important;
}

form.personal {
  padding: 40px 50px;
}
form.personal img {
  margin-bottom: 0;
}
form.personal .input {
  height: 70px;
}
form.personal .form__controls {
  margin-top: 30px;
}
form.personal .select-style.filed .selected-label.left {
  transform: translateY(calc(-50% - 15px)) scale(0.7222) translateX(-36px);
}
form.personal .select-style.filed .selected-label.left.goal {
  transform: translateY(calc(-50% - 15px)) scale(0.7222) translateX(-27px);
}
form.personal .select-style ul.type {
  max-height: 300px;
}
form.personal .select-style ul.goal {
  max-height: 250px;
}
form.personal .select-style ul li:hover {
  z-index: unset;
}
@media screen and (max-width: 700px) {
  form.personal {
    padding: 35px 35px 40px !important;
  }
}

.form {
  box-shadow: -5.198px 24.454px 50px 0px #262d38;
  background: #161c25;
  padding: 50px 60px 30px;
  border-radius: 8px;
  text-align: center;
}
.form img {
  max-width: 65px;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .form img {
    max-width: 55px;
    margin-bottom: 10px;
  }
}
.form__heading {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
}
.form__heading:before {
  margin-right: 5px;
  display: none;
}
.form__controls {
  margin-top: 50px;
  text-align: center;
}
.form__controls_spaced {
  margin-top: 40px;
}
.form__controls .btn {
  width: 100%;
  max-width: 250px;
}
.form__controls .btn.btn_colored {
  font-size: 16px;
}
.form__link {
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
  transition: 0.3s ease;
}
.form__link:visited, .form__link:hover {
  opacity: 0.6;
}

.input {
  height: 80px;
  border-bottom: 1px solid rgba(36, 43, 53, 0.65);
  position: relative;
  display: flex;
  align-items: flex-end;
}
.input input {
  background: none;
  border: none;
  width: 100%;
  height: 75%;
  outline: none !important;
  color: #fff;
  font-size: 18px;
}
.input input:-webkit-autofill,
.input input:-webkit-autofill:hover,
.input input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #161c25 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.input__label {
  font-size: 18px;
  color: rgba(191, 195, 226, 0.35);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s ease;
  transform-origin: center left;
  pointer-events: none;
}
.input input:focus + .input__label {
  transform: translateY(calc(-50% - 15px)) scale(0.7222);
  font-weight: 700;
}
.input_active input + .input__label {
  transform: translateY(calc(-50% - 15px)) scale(0.7222);
  font-weight: 700;
}
.input_err {
  border-bottom-color: #d26471;
}
.input_err .input__label {
  color: #d26471;
}

@media screen and (max-width: 992px) {
  .form {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .form {
    padding: 35px 35px 20px;
  }
  .form__heading {
    margin-bottom: 58px;
  }

  .input__label {
    font-size: 16px;
  }
  .input input:focus + .input__label {
    transform: translateY(calc(-50% - 20px)) scale(0.8125);
  }
  .input_active input + .input__label {
    transform: translateY(calc(-50% - 20px)) scale(0.8125);
  }

  .profile .input.input_active .input__label, .profile input:focus + .input__label {
    transform: translateY(calc(-50% - 14px)) scale(0.8125) !important;
  }
}
select {
  height: 48px;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: rgba(191, 195, 226, 0.35);
  font-size: 18px;
}

option {
  background: #161c25;
  border: none;
  color: #fff;
  outline: none;
}

.select-style {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.select-style .selected-label {
  font-size: 18px;
  color: rgba(191, 195, 226, 0.35);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s ease;
  -webkit-transform-origin: center;
}
.select-style .selected-value {
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #fff;
  line-height: 85px;
  display: block;
}
.select-style .selected-value:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 9px;
  /* background: red; */
  border-right: 2px solid #313a46;
  border-bottom: 2px solid #313a46;
}
.select-style ul, .select-style .ul {
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  width: 100%;
  display: block;
  position: absolute;
  text-align: left;
  top: 60px;
  left: 0;
  background: #12171f;
  z-index: 10;
  border-radius: 10px;
  max-height: 300px;
  overflow: hidden;
}
.select-style ul li, .select-style .ul li {
  line-height: 55px;
  font-size: 18px;
  padding: 0 20px;
  cursor: pointer;
}
.select-style ul li:hover, .select-style ul li.search, .select-style .ul li:hover, .select-style .ul li.search {
  background: #0f141b;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 10;
}
.select-style ul li.search:before, .select-style .ul li.search:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  width: 15px;
  height: 15px;
  background: url("../../imgs/search-icon.svg") center center no-repeat;
  top: 21px;
}
.select-style .ul {
  height: 300px !important;
  position: absolute !important;
  max-height: 300px !important;
  max-width: none !important;
  top: 80px;
}
.select-style .ul .vb-dragger {
  width: 4px;
  border-radius: 10px;
  right: 10px;
  background: rgba(128, 141, 160, 0.15);
  margin-top: 10px;
  z-index: 100;
}
.select-style .ul ul {
  top: 0;
}
.select-style.filed .selected-label {
  transform: translateY(calc(-50% - 15px)) scale(0.7222) translateX(-13px);
  font-weight: 700;
}
.select-style.filed .selected-label.left {
  transform: translateY(calc(-50% - 15px)) scale(0.7222) translateX(-19px);
}
.select-style.active ul, .select-style.active .ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

@media (max-height: 850px) {
  .login__mesh.login__mesh_1 {
    top: 0;
  }

  .login__mesh.login__mesh_2 {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .appsumo h1 span:nth-of-type(2) {
    font-size: 46px;
  }
}
.appsumo .login__mesh.login__mesh_3 {
  top: calc(50% - 448px);
}
.appsumo .login__decorations {
  background: url("../../imgs/login-bg.png") no-repeat center -55%;
}
.appsumo form .appsumo-box {
  margin-bottom: 10px;
}
.appsumo form .appsumo-box img {
  margin-top: 10px;
  max-width: 200px;
  width: 100%;
  margin-bottom: 5px;
  filter: drop-shadow(0px 0px 13px rgba(255, 255, 255, 0.17));
  -webkit-filter: drop-shadow(0px 0px 13px rgba(255, 255, 255, 0.17));
}
.appsumo form .appsumo-box div {
  font-size: 15px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(45deg, #bbaee2 40%, #ecb585 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
@media (max-width: 500px) {
  .appsumo form .appsumo-box {
    zoom: 0.85;
  }
}
.appsumo form .form__controls {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.appsumo form .form__controls .form__link {
  line-height: 40px;
}
@media (min-width: 700px) {
  .appsumo form .form__controls .form__link {
    margin-bottom: -10px;
  }
}
.appsumo form .form__controls > button {
  width: auto;
  min-width: 170px;
}
.appsumo form .form__controls .has-account-button, .appsumo form .form__controls .no-account-button {
  height: 46px;
  max-width: 250px;
  min-width: 160px;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 0 25px;
  margin: 0px 20px 0 0px;
  background: rgba(227, 160, 103, 0.12);
  color: #e0a86f;
  transition: none;
  order: -1;
  opacity: 1 !important;
}
@media (hover: hover) {
  .appsumo form .form__controls .has-account-button:hover, .appsumo form .form__controls .no-account-button:hover {
    border-color: #1f2630;
    background: transparent;
  }
}
@media (max-width: 470px) {
  .appsumo form .form__controls {
    flex-direction: column;
  }
  .appsumo form .form__controls .has-account-button, .appsumo form .form__controls .no-account-button {
    margin: 20px 0 0 0;
    width: 100%;
    max-width: none;
    order: unset;
  }
  .appsumo form .form__controls > button {
    width: 100%;
    max-width: none;
  }
}
.appsumo form .form__controls.main-course-controls {
  display: block;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .welcome .module-list {
    width: calc(100% + 20px) !important;
  }
}
.welcome {
  padding: 0 15px;
}
@media (max-width: 650px) {
  .welcome:after {
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, #161c25 20%, #161c2500);
    z-index: 10;
    height: 130px;
  }
}
.welcome .welcome-bg {
  background: url("/images/SM-logo-BG.svg") no-repeat -480px calc( 				50% - 30px 			) #161c25;
  background-size: 890px;
}
@media (max-width: 1300px) {
  .welcome .welcome-bg {
    background-position: -500px -130px;
  }
}
@media (max-width: 650px) {
  .welcome .welcome-bg {
    background-attachment: fixed;
    -webkit-overflow-scrolling: touch;
  }
}
.welcome .profile-nav {
  max-width: 1100px;
  width: 100%;
}
@media (max-width: 650px) {
  .welcome .profile-nav {
    max-width: 95.5% !important;
  }
  .welcome .profile-nav .profile-nav__btn {
    display: none;
  }
}
.welcome__left {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  background: url("/images/welcome-stars.png") no-repeat center center;
}
.welcome__left .label {
  position: absolute;
  bottom: 20px;
  font-weight: 700;
  font-size: 17px;
  color: #666d84;
}
.welcome__left .label span {
  font-weight: 400;
}
@media (max-width: 1250px) {
  .welcome__left .label {
    display: none;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1030px) {
  .welcome__left {
    padding: 0 0 0 15px;
  }
}
.welcome__mesh {
  position: absolute;
}
.welcome__mesh_1 {
  top: 150px;
  left: calc(50% - 267px);
  width: 120px;
  height: 130px;
  background: url("../../imgs/mesh-2.png") top left no-repeat;
  background-size: cover;
  transform: rotate(-137deg);
}
@media (max-width: 1250px) {
  .welcome__mesh_1 {
    top: 60px;
    left: calc(50% - 337px);
  }
}
@media (max-width: 750px) {
  .welcome__mesh_1 {
    display: none;
  }
}
.welcome__mesh_2 {
  bottom: 150px;
  left: calc(50% - 209px);
  width: 70px;
  height: 70px;
  background: url("../../imgs/mesh-2.png") top left no-repeat;
  background-size: cover;
  transform: rotate(-63deg);
}
@media (max-width: 1250px) {
  .welcome__mesh_2 {
    bottom: 50px;
    left: calc(50% - 269px);
  }
}
@media (max-width: 750px) {
  .welcome__mesh_2 {
    display: none;
  }
}
.welcome__mesh_3 {
  top: 280px;
  left: calc(50% + 215px);
  width: 85px;
  height: 85px;
  background: url("../../imgs/mesh-2.png") top left no-repeat;
  background-size: cover;
  transform: rotate(110deg);
}
@media (max-width: 1250px) {
  .welcome__mesh_3 {
    top: 130px;
    left: calc(50% + 255px);
  }
}
@media (max-width: 750px) {
  .welcome__mesh_3 {
    display: none;
  }
}
.welcome__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 50px;
}
.welcome__right .vuebar-element {
  width: calc(100% + 20px);
  max-width: none;
}
@media (max-width: 650px) {
  .welcome__right .vuebar-element {
    max-width: 100%;
  }
}
.welcome__right .vuebar-element:after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(to top, #161c25, rgba(22, 28, 37, 0));
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
}
.welcome__right .vb > .vb-dragger {
  right: 0;
  padding-top: 20px;
}
@media (max-width: 650px) {
  .welcome__right .vb > .vb-dragger {
    display: none;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1030px) {
  .welcome__right {
    padding-right: 20px;
  }
}
.welcome__logo {
  margin-bottom: 20px;
}
.welcome__logo img {
  width: 95px;
}
@media (max-width: 650px) {
  .welcome__logo {
    margin-bottom: 10px !important;
  }
  .welcome__logo img {
    width: 60px;
  }
}
@media (max-width: 500px) {
  .welcome__logo img {
    width: 45px;
  }
}
.welcome__img {
  margin-bottom: 25px;
}
.welcome__img img {
  width: 606px;
}
.welcome__block {
  max-width: 770px;
  margin: 0 auto;
}
.welcome__block .heading {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
}
.welcome__block .heading b {
  font-weight: 700;
}
.welcome__block .heading:before {
  width: 26px;
  height: 26px;
  transform: rotate(-45deg) translateY(-3px);
  margin-right: 0;
}
.welcome__block .small-label {
  display: none;
}
.welcome__block .text {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 630px;
  color: #818da0;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 500px) {
  .welcome__block h2.heading {
    font-size: 20px !important;
    line-height: 1.2em !important;
    margin-bottom: 0 !important;
  }
  .welcome__block h2.heading b {
    display: inline-block !important;
    font-size: 20px !important;
  }
  .welcome__block .text {
    display: none;
  }
  .welcome__block .small-label {
    display: block;
  }
}
@media (max-width: 650px) {
  .welcome__block {
    max-width: 650px;
  }
  .welcome__block .heading:before {
    width: 21px;
    height: 21px;
  }
  .welcome__block .text {
    font-size: 16px;
  }
}
.welcome__controls {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 422px;
  justify-content: center;
  margin-top: 20px;
}
.welcome__controls button {
  font-size: 16px;
  padding: 0 35px;
}
.welcome__controls button .arrow {
  margin-top: 2px;
}
.welcome__modules {
  margin-top: 40px;
  text-align: left;
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 650px) {
  .welcome__modules {
    overflow: hidden;
  }
}
.welcome__modules h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.welcome__modules h3 span {
  font-weight: 700;
}
.welcome .module-card_completed {
  background: #212730 !important;
}
.welcome .module-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  padding-top: 20px;
  padding-right: 40px !important;
  box-sizing: border-box !important;
}
.welcome .module-list .module-card {
  align-self: start;
}
.welcome .module-list .module-card.included {
  transform: none !important;
  background: linear-gradient(90deg, rgba(211, 147, 94, 0.05), rgba(226, 156, 100, 0));
  border: 2px solid #2e2c2d;
}
@media (max-width: 650px) {
  .welcome .module-list .module-card.included {
    background: linear-gradient(90deg, #27282d, #171c25);
  }
}
.welcome .module-list .module-card.included i:before {
  color: #e29c64;
}
.welcome .module-list .module-card.included .module-card__status:before {
  content: "Unlocked";
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #e29c64;
  background: rgba(226, 156, 100, 0.08);
  padding: 7px 10px;
  border-radius: 7px;
  font-weight: 600;
  margin-left: -1px;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-bottom: -2px;
  -webkit-mask: none;
          mask: none;
}
@media (max-width: 1030px) {
  .welcome .module-list {
    padding-right: 20px !important;
  }
}
@media (max-width: 650px) {
  .welcome .module-list {
    grid-template-columns: 1fr;
    padding-right: 0 !important;
  }
}
.welcome .module-list .label {
  grid-column: 1/-1;
}

@media screen and (max-width: 650px) {
  .welcome__modules {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1250px) {
  .welcome > .row {
    flex-wrap: wrap;
  }
  .welcome__left, .welcome__right {
    flex: 1 1 100%;
    min-width: 100%;
    align-items: center;
    min-height: 0;
  }
  .welcome__left {
    padding-top: 41px;
    padding-bottom: 35px;
  }
  .welcome__right {
    padding: 0px 30px 70px;
  }
  .welcome__logo {
    margin-bottom: 10px;
  }
  .welcome__img {
    max-width: 571px;
  }
  .welcome__block {
    max-width: 650px;
  }
  .welcome__block .heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 645px) {
  .welcome__right {
    padding: 10px 13px 65px;
  }
  .welcome__left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .welcome__modules h3 {
    line-height: 83px;
  }
  .welcome__block .text {
    padding: 0;
  }
  .welcome .module-list {
    grid-gap: 17px;
    padding-top: 0;
  }
  .welcome .shadow:last-of-type {
    margin-bottom: 70px;
  }
  .welcome .module-card {
    position: relative;
  }
  .welcome .module-card__name {
    font-size: 17px;
  }
  .welcome .module-card__name img,
.welcome .module-card__name .icon-chevron-right {
    position: absolute;
    right: 13px;
    top: 18px;
  }
  .welcome .module-card__name span {
    font-size: 17px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 500px) {
  .welcome__left {
    padding-top: 34px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .welcome__left .welcome__block {
    text-align: left;
    margin-right: 0;
    margin-left: 15px;
  }
  .welcome__left .welcome__block h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .welcome__left .welcome__block h2:before {
    display: none;
  }
  .welcome__left .welcome__block h2 b {
    display: block;
    font-size: 27px;
    margin-bottom: -8px;
  }
  .welcome__left .welcome__block .text {
    display: none;
  }
  .welcome__logo {
    margin-bottom: 0 !important;
  }
  .welcome__img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -20px;
  }
  .welcome__img img {
    width: 435px;
  }
  .welcome__controls {
    max-width: 335px;
  }
  .welcome__controls .btn {
    min-width: 160px;
    width: 100%;
    line-height: 50px;
    height: 52px;
  }
}
.welcome .module-card {
  overflow: hidden;
}

.welcome .demo-message {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  max-width: none;
  background: rgba(33, 39, 48, 0.38);
}
@media (min-width: 1250px) {
  .welcome .profile-nav {
    margin-top: 50px;
  }
}
@media (max-width: 1250px) {
  .welcome .welcome__left {
    margin-top: 50px;
  }
}
@media (max-width: 850px) {
  .welcome .welcome__left {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .welcome .demo-message {
    line-height: 1.5em;
    font-size: 14px;
  }
}

.profile-nav {
  display: grid;
  grid-template-columns: minmax(200px, 220px) minmax(auto, calc(260px + 2.6vw)) minmax(auto, 250px);
  grid-column-gap: 1.3em;
  align-items: center;
  justify-content: space-between;
  background: #212730;
  padding: 20px 30px 20px 20px;
  border-radius: 10px;
  max-width: 860px;
}
.profile-nav__person {
  display: flex;
  align-items: center;
}
.profile-nav__person h4 {
  font-size: 18px;
  white-space: nowrap;
  font-weight: 700;
  color: #fff;
}
.profile-nav__person span {
  font-size: 16px;
  color: rgba(191, 195, 226, 0.3);
  font-weight: 500;
}
.profile-nav__logo {
  background: url("../../imgs/icons/SM-circle-bg.svg") center center no-repeat #151c25;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  margin-right: 12px;
}
.profile-nav__logo img {
  width: 26px;
}
.profile-nav__progress {
  border-left: 1px solid #212a36;
  border-right: 1px solid #212a36;
  padding: 0 20px;
}
.profile-nav__progress_mobile {
  display: none;
}
.profile-nav__progress h4 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #cab9eb;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-nav__progress h4 span {
  color: #fff;
  font-size: 16px;
}
.profile-nav__bar {
  border-radius: 13px;
  background-color: #161c25;
  height: 13px;
  margin-top: 10px;
  position: relative;
}
.profile-nav__inner {
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #86cca5 0%, #4fe4c9 100%);
  border-radius: 13px;
}
.profile-nav__grade h4 {
  font-size: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  color: #cab9eb;
}
.profile-nav__grade h4 span {
  color: #fff;
  font-size: 16px;
}
.profile-nav__grade > span {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(191, 195, 226, 0.5);
  display: block;
}
.profile-nav__btn {
  font-size: 14px;
  color: rgba(191, 195, 226, 0.45);
  background: none;
  border: none;
  outline: none !important;
}
.profile-nav__btn i {
  margin-left: 1px;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 5px;
}
.profile-nav__btn:hover {
  color: #e29c64;
}
.profile-nav__btn:hover i {
  color: #e29c64;
}
.profile-nav_done {
  box-shadow: none;
}
.profile-nav_done .profile-nav__progress {
  line-height: 38px;
  color: #86cca5;
}
.profile-nav__completed {
  align-items: center;
  justify-content: center !important;
  color: #fff !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
}
.profile-nav__completed:before {
  content: "";
  display: inline-block;
  width: 21px;
  min-width: 21px;
  height: 21px;
  background: #a592d2 url("../../imgs/icons/check-icon-white.svg") center center/11px auto no-repeat;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 1600px) {
  .profile-nav {
    padding: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .profile-nav {
    max-width: 705px !important;
    grid-column-gap: 25px;
    grid-template-columns: 203px minmax(auto, 230px) minmax(auto, 175px);
  }
  .profile-nav__progress {
    padding: 0 15px;
  }
  .profile-nav__progress h4 {
    line-height: 16px;
  }
  .profile-nav__grade h4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 730px) {
  .profile-nav {
    padding: 18px 20px;
    grid-column-gap: 15px;
  }
  .profile-nav__progress h4 {
    font-size: 12px;
  }
  .profile-nav__grade h4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .profile-nav {
    display: block;
    width: 100%;
  }
  .profile-nav__logo {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
  .profile-nav__logo + div {
    flex: 1;
  }
  .profile-nav__person h4 {
    font-size: 16px;
  }
  .profile-nav__person span {
    display: none;
  }
  .profile-nav__completed {
    justify-content: flex-start !important;
    text-transform: none !important;
    line-height: 25px;
  }
  .profile-nav__completed:before {
    display: none;
  }
  .profile-nav__progress {
    display: none;
  }
  .profile-nav__progress h4 {
    font-size: 15px !important;
    margin-top: 4px;
    color: #cab9eb !important;
  }
  .profile-nav__progress_mobile {
    display: block;
    padding: 0;
    border: none;
    width: 99%;
  }
  .profile-nav__progress_mobile span {
    display: block;
  }
  .profile-nav__grade {
    display: none;
  }
  .profile-nav__bar {
    margin: 13px 0;
  }
}
@media (min-width: 650px) {
  .welcome .profile-nav__progress {
    border-left: 1px solid #2c3644;
    border-right: 1px solid #2c3644;
  }
}
.module-card {
  border-radius: 10px;
  padding: 0 15px;
  min-height: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s ease;
  background: #212730;
}
.module-card__name {
  font-size: 18px;
  font-weight: 600;
  color: rgba(191, 195, 226, 0.6);
  margin-top: -2px;
  display: flex;
  align-items: center;
}
.module-card__name span {
  color: rgba(191, 195, 226, 0.3);
  font-size: 18px;
  margin-right: 7px;
  font-weight: 700;
}
.module-card__name .dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  max-width: 80%;
}
.module-card__name .icon-chevron-right {
  margin-left: auto;
  display: none;
  color: rgba(191, 195, 226, 0.3);
}
.module-card__name > img {
  width: 14px;
  margin-left: auto;
}
.module-card__icon {
  margin: 0 10px 0 0 !important;
  width: 20px !important;
}
.module-card__status {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.module-card__status:before {
  content: "";
  display: inline-block;
  width: 18px;
  min-width: 19px;
  height: 18px;
  border: 2px solid rgba(191, 195, 226, 0.3);
  border-radius: 50%;
  margin-right: 7px;
  background-size: 10px !important;
}
.module-card__status span {
  font-size: 17px;
  color: rgba(191, 195, 226, 0.3);
  font-weight: 600;
}
.module-card__status span:last-of-type {
  margin-left: auto;
  white-space: nowrap;
}
.module-card__status span:first-of-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  max-width: 80%;
}
.module-card__status_progress:before {
  border: none;
  -webkit-mask: url("../../imgs/icons/0731-sync.svg") center center no-repeat;
          mask: url("../../imgs/icons/0731-sync.svg") center center no-repeat;
  background: #e29c64;
  background-size: 22px !important;
}
.module-card__status_progress span {
  color: #e29c64;
}
.module-card__status_completed:before {
  background: url("../imgs/icons/check-icon-white.svg") center center/11px auto no-repeat;
  border: 2px solid #86cca5;
}
.module-card__status_completed span {
  color: #86cca5;
}
.module-card__status_certified:before {
  background: url("../imgs/icons/check-icon-white.svg") center center/11px auto no-repeat;
  border: 2px solid #cab9eb;
}
.module-card__status_certified span {
  color: #cab9eb;
}
.module-card__status_certified .module-card__grade b {
  color: #cab9eb;
}
.module-card__grade {
  font-size: 14px;
  font-weight: 700;
}
.module-card__grade b {
  font-weight: 900;
  color: #86cca5;
  margin-left: 3px;
}
.module-card__grade_empty {
  font-size: 0 !important;
}
.module-card_unlocked {
  cursor: pointer;
}
@media (hover: hover) {
  .module-card_unlocked:hover {
    transform: translateY(-5px);
  }
}
.module-card_unlocked .module-card__name {
  color: #fff;
}
.module-card_unlocked .module-card__name .icon-chevron-right {
  display: inline-block;
  font-weight: 900;
  color: #fff;
}
.module-card_unlocked .module-card__name span {
  color: #fff;
}
.module-card_unlocked .module-card__name > img {
  display: none;
}
.module-card_not_available .module-card__name {
  color: #fff;
}
.module-card_completed:not(.module-card_inner) {
  box-shadow: none;
}
.module-card_completed .module-card__name .icon-chevron-right {
  color: #818da0;
}
.module-card_last .module-card__status {
  margin-top: -3px;
}
.module-card_last .module-card__status:before {
  height: 0;
  border: none;
  width: 43px;
}
.module-card_last .module-card__icon-wrapper {
  max-height: 30px;
}
.module-card_last .module-card__icon {
  width: 40px !important;
}
.module-card_last .module-card__name img {
  margin-bottom: -18px;
}
.module-card_last .module-card__name .icon-chevron-right {
  margin-bottom: -23px;
}
.module-card_certified {
  background: transparent;
  border: 2px solid #232830;
  padding: 0;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  cursor: pointer;
}
.module-card_certified .module-card__status {
  display: none;
}
.module-card_certified .module-card__name {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}
.module-card_certified .module-card__name:before {
  content: "";
  display: inline-block;
  width: 21px;
  min-width: 21px;
  height: 21px;
  background: #a592d2 url("../../imgs/icons/check-icon-white.svg") center center/11px auto no-repeat;
  border-radius: 50%;
  margin-right: 10px;
}
.module-card_certified .module-card__name img {
  display: none;
}
.module-card_certified .module-card__name svg {
  filter: brightness(0) invert(1);
  opacity: 0.75;
}
.module-card_certified .module-card__name i {
  display: none !important;
}
.module-card .module-card__status_not_available:before {
  display: none;
}
.module-card.selected {
  background: rgba(22, 28, 37, 0.32) !important;
  border: 2px solid #212730;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.module-card.selected .module-card__status span:first-of-type {
  vertical-align: middle;
  margin-bottom: -4px;
}
.module-card.selected .module-card__status span:first-of-type:after {
  content: "Active";
  display: inline-block;
  font-size: 11px;
  margin-left: 10px;
  background: rgba(134, 204, 165, 0.18);
  color: #86cca5;
  padding: 5px 10px;
  border-radius: 20px;
  vertical-align: middle;
  margin-top: -3px;
}

@media (min-width: 650px) {
  .welcome__modules .module-card:last-of-type {
    margin-bottom: 100px;
  }

  ul.with-shadow {
    transform: translateY(-50px);
    height: 110% !important;
  }
  ul.with-shadow li.shadow {
    height: 70px;
    grid-column: 1/-1;
    background-image: linear-gradient(to bottom, #161c25, rgba(22, 28, 37, 0));
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    z-index: 20;
  }
}
@media (min-width: 650px) and (max-width: 650px) {
  ul.with-shadow li.shadow {
    z-index: 1;
    background-image: linear-gradient(to bottom, #161c25 50%, rgba(22, 28, 37, 0));
  }
}
@media (max-width: 650px) {
  .welcome .vuebar-element {
    height: auto !important;
  }
  .welcome .vuebar-element:after {
    display: none;
  }
}
@font-face {
  font-family: "Linearicons";
  src: url("../fonts/Linearicons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  display: inline-block;
  font-family: "Linearicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "\E93C";
}

.icon-chevron-left:before {
  content: "\E93B";
}

.icon-document:before {
  content: "\E6D8";
}

.icon-download:before {
  content: "\E64C";
}

.icon-cross:before {
  content: "\E935";
}

.icon-video:before {
  content: "\E6F6";
}

.page__left {
  width: 455px;
  padding: 20px 0 40px 0;
  height: 100vh;
  overflow: hidden;
  background: #161c25 url("../../imgs/dots-bg-modules.png") calc(100% - 32px) top no-repeat;
}
.page__left .vuebar-element {
  position: relative;
}
.page__left .vuebar-element:after, .page__left .vuebar-element:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
}
.page__left .vuebar-element:after {
  height: 75px;
}
.page__left .vuebar-element:before {
  top: -1px;
  background: linear-gradient(#161c25, rgba(22, 28, 37, 0.8), rgba(22, 28, 37, 0));
  z-index: 2;
}
.page__left .vuebar-element:after {
  bottom: 0;
  background: linear-gradient(to top, #161c25, rgba(22, 28, 37, 0.8), rgba(22, 28, 37, 0));
  z-index: 2;
}
.page__right {
  width: calc(100% - 455px);
  height: 100vh;
  overflow: hidden;
  display: flex;
}
@media (max-height: 760px) {
  .page__right {
    overflow: auto;
  }
}
.page__central-bar {
  transition: 0.3s ease;
}
.page__central-bar.vuebar-element {
  height: 100%;
  width: calc(100% - 82px);
  max-width: none;
}
.page__central-bar.vuebar-element > .vb-dragger {
  margin-top: 35px;
  right: 4px !important;
  width: 12px !important;
}
@media (max-width: 1400px) {
  .page__central-bar.vuebar-element > .vb-dragger {
    right: -8px !important;
  }
}
.page__central-bar.vuebar-element > .vb-dragger > .vb-dragger-styler {
  background: rgba(23, 29, 38, 0.42) !important;
  width: 4px;
  height: 100%;
}
.page__central-bar_open.vuebar-element {
  width: calc(100% - 420px);
}
.page__central-bar_open .vb-dragger {
  opacity: 0;
}
.page__central-bar_open .vb-dragger > .vb-dragger-styler {
  opacity: 0;
}
.page__central-bar_open .upgrade-message h3 br {
  display: block;
}
.page__central-bar_open .upgrade-message .price-box {
  margin-left: auto;
}
.page__right-block {
  background: url("/images/SM-logo-BG.svg") no-repeat 35% center;
  padding: 33px 37px;
  height: 100%;
  position: relative;
  transition: 0.3s ease;
}
.page__right-block .profile-nav {
  max-width: none !important;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: rgba(17, 23, 33, 0.7);
}
.page__right-block .profile-nav__logo {
  background-image: url("../../imgs/icons/SM-circle-bg-lighter.svg");
  background-color: #212730;
}
.page__right-block .profile-nav__bar {
  background: #212730;
}
.page__right-side {
  padding-top: 37px;
  flex: 1;
  border-left: 1px solid #2a2e3a;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  background: #212730;
  transition: 0.3s ease;
  width: 400px;
  z-index: 50;
}
.page__right-side_open {
  transform: translateX(0);
}
.page__right-side_open .page__switches_mid {
  transform: translateX(0);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1580px) {
  .page__right-side {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(33, 39, 48, 0.95);
  }
  .page__right-side.page__right-side_open {
    box-shadow: 0 0 100px -10px #12171f;
  }
}
.page__controls {
  padding: 0 35px;
}
.page__controls > button {
  font-size: 14px;
  height: 50px;
}
.page__controls > button b {
  font-weight: 700;
  margin-right: 3px;
}
.page__controls > button .arrow {
  background: #8d9196;
}
.page__controls > button .arrow:before, .page__controls > button .arrow:after {
  background: #8d9196;
}
.page__controls > button:hover .arrow {
  background: #fff;
}
.page__controls > button:hover .arrow:before, .page__controls > button:hover .arrow:after {
  background: #fff;
}
.page__controls_mobile {
  display: none;
}
.page__controls a {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  letter-spacing: normal;
}
.page__controls a b {
  font-weight: 700;
  margin-left: 4px;
}
.page__controls a i {
  background: #8d9196;
  transition: 0.3s ease;
}
.page__controls a i:after, .page__controls a i:before {
  background: #8d9196;
  transition: 0.3s ease;
}
.page__controls a:hover i {
  background: #fff;
}
.page__controls a:hover i:after, .page__controls a:hover i:before {
  background: #fff;
}
.page__switches_mid {
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  opacity: 1;
  width: 82px;
  height: 100%;
  position: absolute;
  top: 0;
  border-left: 1px solid #2a2e3a;
  padding: 0 9px;
  transition: 0.3s ease;
}
.page__switches_mid > button {
  height: 133px;
  width: 100%;
  background: #212730;
  border: none;
  border-bottom: 1px solid #2a2e3a;
}
.page__switches_mid div {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #3a4151;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.page__switches_mid div:hover {
  background: #867db1;
  color: #fff;
  border: 2px solid #867db1;
}
.page__switches_mid i {
  display: inline-block;
}
.page__switches_mid h4 {
  color: #fff;
  font-size: 25px;
  width: 150px;
  transform-origin: top right;
  position: absolute;
  right: 50%;
  top: 160px;
  width: 150px;
  text-align: right;
  transform: rotate(-90deg) translateY(calc(-50% - 5px));
  cursor: pointer;
}
.page__switches_mid h4:before {
  content: "";
  display: inline-block;
  margin-bottom: 3px;
  background: url("/images/files.svg") left center/auto 100%;
  position: absolute;
  left: -10px;
  width: 25px;
  height: 25px;
  margin-left: 9px;
  border-radius: 0;
  top: 3px;
  transform: none;
}
.page__switches-shop {
  width: 100%;
  background: none;
  border: 0;
  height: 58px;
  border-bottom: 1px solid #2a2e3a;
  display: flex;
  justify-content: center;
}
.page__switches-shop svg {
  width: 19px;
  fill: rgba(255, 255, 255, 0.3);
}
.page__switches-tel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #2a2e3a;
  height: 50px;
  margin-top: auto;
}
.page__switches-tel img {
  width: 20px;
}
.page__logo {
  display: flex;
  align-items: center;
  padding: 0 28px;
}
.page__logo img {
  width: 62px;
  margin-right: 13px;
}
.page__logo h1 {
  font-size: 33px;
  line-height: 28px;
}
.page__logo h1 b {
  font-weight: 700;
  margin-left: -1px;
}
.page__logo h1 span {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 3px;
  color: #5a6473;
}
.page .over-modules {
  margin: 0 30px;
  padding-bottom: 0;
}
.page .over-modules > span {
  display: inline-block;
  background: url("/images/0731-sync.svg") left center/auto 100% no-repeat;
  font-size: 14px;
  padding-left: 25px;
  line-height: 20px;
  font-weight: 700;
  color: #eab168;
}
.page__breadcrumb {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page__breadcrumb span {
  cursor: pointer;
  color: #676e7d;
}
.page__breadcrumb span b {
  font-weight: 700;
}
.page__breadcrumb span:not(:first-of-type) {
  color: #fff;
}
.page__breadcrumb .icon-chevron-right {
  font-size: 10px;
  color: rgba(202, 185, 235, 0.4);
  font-weight: 900;
  margin: 0 7px -2px;
}
.page__contacts_mobile {
  display: none;
}
.page .module-list {
  padding: 25px 32px 35px 30px;
  box-sizing: border-box !important;
}
.page .module-list .label {
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .page .module-list .label {
    margin-left: 25px;
  }
}
.page .module-list .module-card {
  margin-bottom: 16px;
}
.page .module-list .module-card:last-of-type {
  margin-bottom: 150px;
}
.page .module-list .module-card.included {
  transform: none !important;
  background: linear-gradient(90deg, rgba(211, 147, 94, 0.05), rgba(226, 156, 100, 0));
  border: 2px solid #2e2c2d;
}
.page .module-list .module-card.included i:before {
  color: #e29c64;
}
.page .module-list .module-card.included .module-card__status:before {
  content: "Unlocked";
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #e29c64;
  background: rgba(226, 156, 100, 0.08);
  padding: 7px 10px;
  border-radius: 7px;
  font-weight: 600;
  margin-left: -1px;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-bottom: -2px;
  -webkit-mask: none;
          mask: none;
}
.page .module-list .upgrade-message {
  margin-bottom: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #212730;
  background: url("../../imgs/upgrade-bg.png") top no-repeat #212730;
  background-size: cover;
  background-position: -180px top;
}
.page .module-list .upgrade-message h3 {
  font-size: 22px;
  text-align: center;
}
.page .module-list .upgrade-message h3 b {
  font-size: 28px;
}
.page .module-list .upgrade-message br {
  display: block;
}
.page .module-list .upgrade-message a {
  margin: 15px auto 0 auto;
}
@media (max-width: 650px) {
  .page .module-list .upgrade-message {
    width: calc(100% - 46px);
    margin: 0 auto 70px auto;
  }
}
.page .module-list .upgrade-message.two-days .price-box {
  margin-left: 0;
  margin-top: 20px;
}
.page .module-list .upgrade-message.with-timer > div {
  flex-direction: column;
}
.page .module-list .upgrade-message.with-timer > div .timer {
  margin-left: 0;
  margin-top: 15px;
  min-width: 180px;
  text-align: center;
}
.page .module-list .upgrade-message.with-timer .price-box {
  margin-left: 0;
  margin-top: 25px;
}
.page .vuebar-element .vb-dragger {
  margin-top: 20px;
}

@media screen and (max-width: 1580px) {
  .page__left {
    width: 438px;
    padding: 20px 0 33px 0;
  }
  .page__left .vuebar-element {
    height: calc(100vh - 200px);
  }
  .page__left .vb > .vb-dragger {
    width: 9px;
  }
  .page__right {
    width: calc(100% - 438px);
  }
  .page__central-bar_open.vuebar-element {
    width: calc(100% - 235px);
  }
  .page__right-block {
    min-width: 0;
    box-sizing: border-box !important;
  }
  .page__right-block .profile-nav {
    grid-column-gap: 20px;
  }
  .page__right-block .profile-nav__person h4 {
    font-size: 16px;
  }
  .page__right-side {
    width: 420px;
  }
  .page__controls {
    padding: 0 23px;
    text-align: center;
  }
  .page__controls .btn {
    min-width: 185px;
  }
  .page .module-list {
    padding: 25px 23px 35px 23px;
  }
}
@media screen and (max-width: 1400px) {
  .page__left {
    width: 420px;
  }
  .page__central-bar_open.vuebar-element {
    width: calc(100% - 82px);
  }
  .page__right-block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page__right-block .profile-nav {
    grid-column-gap: 15px;
  }
}
@media screen and (max-width: 1190px) {
  .page__right {
    position: relative;
  }
}
@media screen and (max-width: 1190px) and (hover: none) {
  .page .vb-content {
    box-sizing: border-box !important;
  }
}
@media screen and (max-width: 1200px) {
  .page {
    overflow: hidden;
  }
  .page__left {
    position: fixed;
    z-index: 30;
    transform: translateX(-100%);
    top: 0;
    transition: 0.3s ease;
    width: 50vw;
    padding: 0;
  }
  .page__left_open {
    transform: translateX(0);
    box-shadow: 0 0 100px -10px rgba(22, 28, 37, 0.5);
  }
  .page__left .vb-dragger {
    right: -1px;
  }
}
@media screen and (max-width: 1200px) and (hover: none) {
  .page__left .vb-content {
    box-sizing: border-box !important;
    width: calc(100% + 7px) !important;
    padding-right: 27px !important;
  }
}
@media screen and (max-width: 1200px) {
  .page__left .vuebar-element:before {
    height: 20px;
  }
  .page__left .vuebar-element:after {
    height: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .page__central-bar.vuebar-element {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .page__right {
    width: 100%;
    height: 100vh;
    overflow: visible;
  }
  .page__right_profile {
    top: -56px;
    height: 100vh;
  }
  .page__right_form {
    height: calc(100vh - 130px);
  }
}
@media screen and (max-width: 1200px) {
  .page__right-block {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .page__right-side {
    right: 100%;
    transform: translateX(0);
    width: 50vw;
    padding: 0;
    z-index: 30;
  }
  .page__right-side_open {
    transform: translateX(100%);
    box-shadow: 0 0 100px -10px rgba(22, 28, 37, 0.5);
  }
}
@media screen and (max-width: 1200px) {
  .page__switches_mid {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .page__controls {
    display: none;
  }
  .page__controls_mobile {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 66px;
    padding: 0 27px;
  }
  .page__controls_mobile h3 {
    line-height: 65px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
  }
  .page__controls_mobile button {
    background: none;
    color: #8b9ab1;
    height: 65px;
    border: none;
  }
  .page__controls_mobile .icon-cross {
    font-size: 15px;
  }
  .page__controls_mobile .icon-video,
.page__controls_mobile .icon-document {
    font-size: 19px;
    position: relative;
    bottom: -3px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .page__logo {
    display: none;
  }
  .page__logo + .row {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .page__contacts_mobile {
    display: block;
    position: fixed;
    z-index: 9;
    width: 100%;
    bottom: 0;
    line-height: 40px;
    background: #161c25;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #818da0;
    font-weight: 900;
    height: 115px;
    padding: 15px 15px 0;
  }
  .page__contacts_mobile.page__contacts_small {
    height: 40px;
    padding: 0;
  }
  .page__contacts_mobile .btn_full {
    margin-left: 0;
    margin-bottom: 4px;
    color: #fff;
    max-width: 400px;
  }
  .page__contacts_mobile a {
    color: #86cca5;
    margin-left: 7px;
  }
  .page__contacts_mobile > div:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../../imgs/icons/headphones-green.svg") no-repeat center center/100% auto;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
  }
}
::-webkit-scrollbar,
::-webkit-scrollbar-track {
  background: rgba(23, 28, 38, 0.17) !important;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #1a1e25;
}

@media screen and (max-width: 650px) {
  .page {
    overflow: initial;
    padding-bottom: 40px;
  }
  .page .module-list .module-card:last-of-type {
    margin-bottom: 50px;
  }
  .page .page__right-block.vb-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
    overflow: auto !important;
    height: auto !important;
  }
  .page .module-list.vb-content,
.page .videos.vb-content {
    padding-left: 0;
    padding-right: 15px !important;
    width: calc(100% + 23px) !important;
  }
  .page .module-list .module-card {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 46px);
  }
  .page .videos__foot {
    margin-bottom: 50px;
  }
  .page .videos__foot,
.page .videos__item,
.page .vb-content.videos .module-card {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 46px);
  }
  .page .vb-dragger {
    display: none !important;
  }
  .page__right-block {
    padding: 0 12px;
  }
  .page__right-block .profile-nav {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 15px 15px;
  }
  .page__right-block .profile-nav__btn {
    font-size: 0;
    position: absolute;
    top: 26px;
    right: 4px;
    transform: translateY(-50%);
    padding: 15px;
  }
  .page__right-block .profile-nav__btn i {
    font-size: 14px;
    color: #c7c7c7;
  }
  .page__right-side {
    width: 100vw;
    max-width: 411px;
    z-index: 101;
  }
  .page__left {
    width: 100vw;
    max-width: 411px;
    z-index: 101;
  }
  .page__right {
    min-height: calc(100vh - 220px);
    height: auto;
  }
  .page__right_profile {
    top: 0;
    padding-bottom: 19px;
  }
  .page__right_profile .profile-nav__btn {
    display: none;
  }
  .page__controls_mobile {
    height: 60px;
  }
}
.alert-box {
  position: fixed;
  bottom: 100px;
  right: 24px;
  z-index: 1000;
  transition: all 0.35s ease;
}
.alert-box.hide {
  opacity: 0;
}
.alert-box .clear-all {
  margin-left: auto;
  margin-right: 0;
  font-size: 10px;
  padding: 8px 15px 8px 12px;
  background: rgba(22, 28, 38, 0.76);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-weight: 700;
  margin-bottom: -2px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
}
.alert-box .clear-all.active {
  opacity: 1;
}
.alert-box .clear-all i {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}
.alert-box .clear-all i:before, .alert-box .clear-all i:after {
  content: "";
  width: 9px;
  height: 1px;
  background: #818da0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.alert-box .clear-all i:before {
  transform: translateY(-50%) rotate(45deg);
}
.alert-box .clear-all i:after {
  transform: translateY(-50%) rotate(-45deg);
}
.alert-box .clear-all:hover {
  background: rgba(22, 28, 38, 0.65);
}
.alert-box .clear-all.dont-show {
  margin-left: 5px;
}
@media (max-width: 500px) {
  .alert-box .clear-all {
    align-self: flex-start;
    margin-bottom: -28px;
    margin-left: 0;
  }
  .alert-box .clear-all.dont-show {
    margin-left: 90px;
    margin-bottom: -3px;
  }
}
.alert-box .alert-notification {
  background: rgba(22, 28, 38, 0.8);
  padding: 17px 35px 17px 17px;
  border-radius: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-top: 10px;
  opacity: 0;
  transform: translateX(400px);
  transition: 0.35s cubic-bezier(0.77, 0, 0.2, 1.25);
  cursor: pointer;
}
.alert-box .alert-notification img {
  max-width: 60px;
  margin-right: 15px;
}
.alert-box .alert-notification div {
  max-width: 290px;
  line-height: 1.5em;
  font-size: 14px;
  font-weight: 600;
}
.alert-box .alert-notification .cross {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}
.alert-box .alert-notification .cross:before, .alert-box .alert-notification .cross:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #474752;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.alert-box .alert-notification .cross:before {
  transform: translateY(-50%) rotate(45deg);
}
.alert-box .alert-notification .cross:after {
  transform: translateY(-50%) rotate(-45deg);
}
.alert-box .alert-notification .cross:hover:before, .alert-box .alert-notification .cross:hover:after {
  background: #63636e;
}
.alert-box .alert-notification.active {
  transform: translateX(0);
  opacity: 1;
}
.alert-box .alert-notification.hide {
  opacity: 0;
}
@media (max-width: 500px) {
  .alert-box {
    max-width: 93%;
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(33, 39, 48, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 90px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    opacity: 0;
    transition: all 0.3s ease;
  }
  .alert-box.active {
    opacity: 1;
  }
  .alert-box .alert-notification img {
    max-width: 50px;
  }
  .alert-box .alert-notification div {
    font-size: 13px;
  }
}

.test {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  flex-wrap: wrap;
}
.test:before {
  content: "";
  display: block;
  background-color: #161c25;
  background-image: url("/images/SM-logo-BG.svg"), url("/images/test-bg-stars.png");
  background-repeat: no-repeat;
  background-position: calc(100% + 499px) calc(100% + 80px), 50% 50%;
  background-size: 1090px, 1470px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1500px) and (min-height: 680px) {
  .test:before {
    background-image: url("/images/SM-logo-BG.svg"), url("/images/SM-logo-BG.svg"), url("/images/test-bg-stars.png");
    background-repeat: no-repeat;
    background-position: calc(100% + 499px) calc(100% + 80px), -590px calc(100% - -80px), 50% 50%;
    background-size: 1090px, 1090px, 1470px;
  }
}
.test:after {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-image: linear-gradient(to top, #151a23, #ffffff00 100%);
  z-index: 1;
  pointer-events: none;
}
.test .status-header {
  position: relative;
  flex-basis: 100%;
  text-align: center;
  height: 75vh;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.test .status-header .status-screen__logo {
  margin-bottom: 10px;
  position: relative;
}
.test .status-header .status-screen__grade {
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 450px;
  border: 0 none;
  background: rgba(31, 37, 47, 0.62);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.test .status-header .status-screen__grade span:first-of-type {
  color: #455167;
}
.test .status-header .status-screen__grade b {
  margin-left: 5px;
}
.test .status-header .status-screen__controls {
  max-width: 370px;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}
.test .status-header .status-screen__controls .btn .arrow {
  margin-bottom: -2px;
}
.test .status-header .status-screen__controls .retake {
  background: rgba(134, 204, 165, 0.08);
  border-color: transparent;
  color: #86cca5;
}
.test .status-header .status-screen__controls .retake .arrow,
.test .status-header .status-screen__controls .retake .arrow:before,
.test .status-header .status-screen__controls .retake .arrow:after {
  background: #86cca5;
}
.test .status-header .status-screen__controls .disabled {
  background: rgba(35, 41, 51, 0.63);
  border: 0 none;
  color: #2e3542;
  pointer-events: none;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.test .status-header .status-screen__controls .disabled .arrow,
.test .status-header .status-screen__controls .disabled .arrow:before,
.test .status-header .status-screen__controls .disabled .arrow:after {
  background: #2c3441;
}
.test .status-header .status-screen__controls .btn_empty:hover span {
  transform: translateX(-12px);
}
.test .status-header .status-screen__controls .view-result {
  max-width: 270px;
  margin: 20px auto 0 auto;
}
.test .status-header .status-screen__controls .view-result:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 100px;
  background: rgba(35, 44, 56, 0.66);
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
}
.test .status-header .status-screen__controls .view-result .arrow {
  display: block;
  margin: 40px auto 0 auto;
  transform: rotate(90deg);
  background: #717f98;
}
.test .status-header .status-screen__controls .view-result .arrow:before, .test .status-header .status-screen__controls .view-result .arrow:after {
  background: #717f98;
}
.test .status-header.perfect {
  height: 95vh;
}
.test .test-header {
  position: relative;
  flex-basis: 100%;
  height: auto;
  display: flex;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 50px;
}
.test .test-header .header-container {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: block;
}
.test .test-header .header-container .title {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
}
.test .test-header .header-container .title b {
  display: block;
  font-size: 80px;
  font-weight: 900;
  margin-top: -15px;
}
.test .test-header .header-container .title.MA-Social-Marketing b {
  font-size: 90px;
}
.test .test-header .header-container .title.MA-Business {
  font-size: 60px;
}
.test .test-header .header-container .title.MA-Copywriting b {
  font-size: 65px;
  margin-top: -3px;
}
.test .test-header .header-container .title.MA-Digital b {
  font-size: 95px;
}
.test .test-header .header-container .label {
  color: #cab3f7;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  margin-top: 15px;
}
.test .test-header .header-container .label span {
  background: #86cca51a;
  padding: 10px 17px;
  border-radius: 10px;
  color: #86cca5;
  margin-left: 10px;
  font-size: 15px;
  margin-top: -6px;
  vertical-align: middle;
  display: inline-block;
}
.test .test-header .header-container .label span:after {
  content: "new test";
}
.test .test-mesh-1 {
  background: url("../../imgs/mesh-2.png") 0 0 no-repeat;
  background-size: cover;
  transform: rotate(110deg);
  top: calc(50% - -92px);
  left: calc(50% + 463px);
  width: 120px;
  height: 120px;
  position: fixed;
}
.test .test-mesh-2 {
  background: url("../../imgs/mesh-2.png") 0 0 no-repeat;
  background-size: cover;
  transform: rotate(-90deg);
  top: calc(50% - 358px);
  right: calc(50% + 463px);
  width: 150px;
  height: 150px;
  position: fixed;
}
.test .close {
  position: fixed;
  right: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100;
}
.test .close i {
  width: 17px;
  height: 17px;
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
}
.test .close i:before, .test .close i:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #4b5361;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.test .close i:before {
  transform: translateY(-50%) rotate(45deg);
}
.test .close i:after {
  transform: translateY(-50%) rotate(-45deg);
}
.test .close span {
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 7px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-weight: 900;
}
.test .close:hover i {
  transform: rotate(90deg) scale(0.8);
}
.test .close:hover span {
  opacity: 0.7;
  margin-left: 4px;
}
.test .counter {
  position: fixed;
  color: #535e71;
  bottom: 20px;
  background: rgba(16, 21, 27, 0.68);
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 900;
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.test .counter span:first-of-type {
  margin-right: 4px;
}
.test .counter span:last-of-type {
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  vertical-align: middle;
  margin-top: -4px;
  display: inline-block;
  margin-left: 6px;
}
.test .question-box {
  max-width: 740px;
  position: relative;
  z-index: 1;
  flex-basis: 100%;
}
.test .question-box .bottom-margin {
  margin-bottom: 300px;
}
.test .question-box .question {
  height: 100vh;
  min-height: 1080px;
}
.test .question-box .question:first-of-type {
  margin-top: 150px;
}
.test .question-box .question .question-title {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.5em;
  color: #fff;
  position: relative;
  text-align: left;
}
.test .question-box .question .question-title:before {
  display: inline-block;
  font-size: 130px;
  color: #222935;
  position: absolute;
  left: -10px;
  top: -85px;
  font-weight: 900;
  z-index: 1;
}
.test .question-box .question .question-title.short {
  font-size: 37px;
  line-height: 1.2em;
}
.test .question-box .question .question-label {
  margin-top: 50px;
  font-size: 19px;
  text-align: left;
}
.test .question-box .question .answers {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.test .question-box .question .answers .answer {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
  background: #1c222c;
  border-radius: 10px;
  padding: 20px 65px 20px 60px;
  text-align: left;
  min-width: 280px;
}
.test .question-box .question .answers .answer:before {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 3px solid #86cca5;
  border-bottom: 3px solid #86cca5;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 45%;
  transform: rotate(-45deg) translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.test .question-box .question .answers .answer:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  text-transform: uppercase;
  color: #353f50;
  font-weight: 900;
  font-size: 17px;
  transition: all 0.3s ease;
  background: #161c25;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  transform: translateY(-50%);
  line-height: 30px;
}
.test .question-box .question .answers .answer:nth-child(1):after {
  content: "a";
}
.test .question-box .question .answers .answer:nth-child(2):after {
  content: "b";
}
.test .question-box .question .answers .answer:nth-child(3):after {
  content: "c";
}
.test .question-box .question .answers .answer:nth-child(4):after {
  content: "d";
}
.test .question-box .question .answers .answer:nth-child(5):after {
  content: "e";
}
.test .question-box .question .answers .answer:nth-child(6):after {
  content: "f";
}
.test .question-box .question .answers .answer:hover, .test .question-box .question .answers .answer.selected {
  color: #fff;
}
.test .question-box .question .answers .answer:hover:before, .test .question-box .question .answers .answer.selected:before {
  opacity: 1;
}
.test .question-box .question .answers .answer:hover:after, .test .question-box .question .answers .answer.selected:after {
  color: #86cca5;
  background: rgba(134, 204, 165, 0.09);
  text-shadow: 0 0 15px rgba(134, 204, 165, 0.42);
}
.test .question-box .question .answers .answer.wrong {
  color: #ff7070;
}
.test .question-box .question .answers .answer.wrong:before {
  border-left: 3px solid #ff7070;
  border-bottom: 3px solid #ff7070;
  display: none;
}
.test .question-box .question .answers .answer.wrong:after {
  color: #ff7070;
  background: rgba(255, 112, 112, 0.09);
  text-shadow: 0 0 15px rgba(255, 112, 112, 0.16);
}
.test .question-box .question .answers.hovering .answer {
  opacity: 0.5;
}
.test .question-box .question .answers.hovering .answer:hover {
  opacity: 1;
}
.test .question-box .question:nth-child(1) .question-title:before {
  content: "#1";
}
.test .question-box .question:nth-child(2) .question-title:before {
  content: "#2";
}
.test .question-box .question:nth-child(3) .question-title:before {
  content: "#3";
}
.test .question-box .question:nth-child(4) .question-title:before {
  content: "#4";
}
.test .question-box .question:nth-child(5) .question-title:before {
  content: "#5";
}
.test .question-box .question:nth-child(6) .question-title:before {
  content: "#6";
}
.test .question-box .question:nth-child(7) .question-title:before {
  content: "#7";
}
.test .question-box .question:nth-child(8) .question-title:before {
  content: "#8";
}
.test .question-box .question:nth-child(9) .question-title:before {
  content: "#9";
}
.test .question-box .question:nth-child(10) .question-title:before {
  content: "#10";
}
.test .question-box .question:nth-child(11) .question-title:before {
  content: "#11";
}
.test .question-box .question:nth-child(12) .question-title:before {
  content: "#12";
}
.test .question-box .question:nth-child(13) .question-title:before {
  content: "#13";
}
.test .question-box .question:nth-child(14) .question-title:before {
  content: "#14";
}
.test .question-box .question:nth-child(15) .question-title:before {
  content: "#15";
}
.test .question-box .question:nth-child(16) .question-title:before {
  content: "#16";
}
.test .question-box .question:nth-child(17) .question-title:before {
  content: "#17";
}
.test .question-box .question:nth-child(18) .question-title:before {
  content: "#18";
}
.test .question-box .question:nth-child(19) .question-title:before {
  content: "#19";
}
.test .question-box .question:nth-child(20) .question-title:before {
  content: "#20";
}
.test .question-box .question:nth-child(21) .question-title:before {
  content: "#21";
}
.test .question-box .question:nth-child(22) .question-title:before {
  content: "#22";
}
.test .question-box .question:nth-child(23) .question-title:before {
  content: "#23";
}
.test .question-box .question:nth-child(24) .question-title:before {
  content: "#24";
}
.test .question-box .question:nth-child(25) .question-title:before {
  content: "#25";
}
.test .question-box .question:nth-child(26) .question-title:before {
  content: "#26";
}
.test .question-box .question:nth-child(27) .question-title:before {
  content: "#27";
}
.test .question-box .question:nth-child(28) .question-title:before {
  content: "#28";
}
.test .question-box .question:nth-child(29) .question-title:before {
  content: "#29";
}
.test .question-box .question:nth-child(30) .question-title:before {
  content: "#30";
}
.test .question-box .question:nth-child(31) .question-title:before {
  content: "#31";
}
.test .question-box .question:nth-child(32) .question-title:before {
  content: "#32";
}
.test .question-box .question:nth-child(33) .question-title:before {
  content: "#33";
}
.test .question-box .question:nth-child(34) .question-title:before {
  content: "#34";
}
.test .question-box .question:nth-child(35) .question-title:before {
  content: "#35";
}
.test .question-box .question:nth-child(36) .question-title:before {
  content: "#36";
}
.test .question-box .question:nth-child(37) .question-title:before {
  content: "#37";
}
.test .question-box .question:nth-child(38) .question-title:before {
  content: "#38";
}
.test .question-box .question:nth-child(39) .question-title:before {
  content: "#39";
}
.test .question-box .question:nth-child(40) .question-title:before {
  content: "#40";
}
.test .question-box .question:nth-child(41) .question-title:before {
  content: "#41";
}
.test .question-box .question:nth-child(42) .question-title:before {
  content: "#42";
}
.test .question-box .question:nth-child(43) .question-title:before {
  content: "#43";
}
.test .question-box .question:nth-child(44) .question-title:before {
  content: "#44";
}
.test .question-box .question:nth-child(45) .question-title:before {
  content: "#45";
}
.test .question-box .question:nth-child(46) .question-title:before {
  content: "#46";
}
.test .question-box .question:nth-child(47) .question-title:before {
  content: "#47";
}
.test .question-box .question:nth-child(48) .question-title:before {
  content: "#48";
}
.test .question-box .question:nth-child(49) .question-title:before {
  content: "#49";
}
.test .question-box .question:nth-child(50) .question-title:before {
  content: "#50";
}
.test .question-box .question:nth-child(51) .question-title:before {
  content: "#51";
}
.test .question-box .question:nth-child(52) .question-title:before {
  content: "#52";
}
.test .question-box .question:nth-child(53) .question-title:before {
  content: "#53";
}
.test .question-box .question:nth-child(54) .question-title:before {
  content: "#54";
}
.test .question-box .question:nth-child(55) .question-title:before {
  content: "#55";
}
.test .question-box .question:nth-child(56) .question-title:before {
  content: "#56";
}
.test .question-box .question:nth-child(57) .question-title:before {
  content: "#57";
}
.test .question-box .question:nth-child(58) .question-title:before {
  content: "#58";
}
.test .question-box .question:nth-child(59) .question-title:before {
  content: "#59";
}
.test .question-box .question:nth-child(60) .question-title:before {
  content: "#60";
}
.test .question-box .question:nth-child(61) .question-title:before {
  content: "#61";
}
.test .question-box .question:nth-child(62) .question-title:before {
  content: "#62";
}
.test .question-box .question:nth-child(63) .question-title:before {
  content: "#63";
}
.test .question-box .question:nth-child(64) .question-title:before {
  content: "#64";
}
.test .question-box .question:nth-child(65) .question-title:before {
  content: "#65";
}
.test .question-box .question:nth-child(66) .question-title:before {
  content: "#66";
}
.test .question-box .question:nth-child(67) .question-title:before {
  content: "#67";
}
.test .question-box .question:nth-child(68) .question-title:before {
  content: "#68";
}
.test .question-box .question:nth-child(69) .question-title:before {
  content: "#69";
}
.test .question-box .question:nth-child(70) .question-title:before {
  content: "#70";
}
.test .question-box .question:nth-child(71) .question-title:before {
  content: "#71";
}
.test .question-box .question:nth-child(72) .question-title:before {
  content: "#72";
}
.test .question-box .question:nth-child(73) .question-title:before {
  content: "#73";
}
.test .question-box .question:nth-child(74) .question-title:before {
  content: "#74";
}
.test .question-box .question:nth-child(75) .question-title:before {
  content: "#75";
}
.test .question-box .question:nth-child(76) .question-title:before {
  content: "#76";
}
.test .question-box .question:nth-child(77) .question-title:before {
  content: "#77";
}
.test .question-box .question:nth-child(78) .question-title:before {
  content: "#78";
}
.test .question-box .question:nth-child(79) .question-title:before {
  content: "#79";
}
.test .question-box .question:nth-child(80) .question-title:before {
  content: "#80";
}
.test .question-box .question:nth-child(81) .question-title:before {
  content: "#81";
}
.test .question-box .question:nth-child(82) .question-title:before {
  content: "#82";
}
.test .question-box .question:nth-child(83) .question-title:before {
  content: "#83";
}
.test .question-box .question:nth-child(84) .question-title:before {
  content: "#84";
}
.test .question-box .question:nth-child(85) .question-title:before {
  content: "#85";
}
.test .question-box .question:nth-child(86) .question-title:before {
  content: "#86";
}
.test .question-box .question:nth-child(87) .question-title:before {
  content: "#87";
}
.test .question-box .question:nth-child(88) .question-title:before {
  content: "#88";
}
.test .question-box .question:nth-child(89) .question-title:before {
  content: "#89";
}
.test .question-box .question:nth-child(90) .question-title:before {
  content: "#90";
}
.test .question-box .question:nth-child(91) .question-title:before {
  content: "#91";
}
.test .question-box .question:nth-child(92) .question-title:before {
  content: "#92";
}
.test .question-box .question:nth-child(93) .question-title:before {
  content: "#93";
}
.test .question-box .question:nth-child(94) .question-title:before {
  content: "#94";
}
.test .question-box .question:nth-child(95) .question-title:before {
  content: "#95";
}
.test .question-box .question:nth-child(96) .question-title:before {
  content: "#96";
}
.test .question-box .question:nth-child(97) .question-title:before {
  content: "#97";
}
.test .question-box .question:nth-child(98) .question-title:before {
  content: "#98";
}
.test .question-box .question:nth-child(99) .question-title:before {
  content: "#99";
}
.test .question-box .question:nth-child(100) .question-title:before {
  content: "#100";
}
.test .question-box .question.last {
  height: auto;
  min-height: unset;
}
.test .question-box .submit-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  align-items: center;
}
.test .question-box .submit-form .title {
  font-size: 65px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  font-weight: 900;
}
.test .question-box .submit-form p {
  max-width: 530px;
  text-align: center;
  line-height: 1.5em;
  font-size: 20px;
}
.test .question-box .submit-form p span {
  color: #ff7070;
  font-weight: 700;
  cursor: pointer;
  margin-right: 5px;
}
.test .question-box .submit-form p span:before {
  content: "#";
  margin-right: -4px;
}
.test .question-box .submit-form p span:after {
  content: ",";
}
.test .question-box .submit-form p span:last-of-type:after {
  display: none;
}
.test .question-box .submit-form p span:hover {
  color: #fff;
}
.test .question-box .submit-form p span:hover:before {
  color: #fff;
}
.test .question-box .submit-form p span:hover:after {
  color: #ff7070;
}
.test .question-box .submit-form .btn {
  margin-top: 30px;
  font-size: 17px;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  padding: 0 50px;
}
.test .question-box .submit-form .btn .arrow {
  margin-top: -1px;
}
.test .question-box .submit-form .btn span.loading {
  display: none;
}
.test .question-box .submit-form .btn.disabled {
  background: rgba(35, 41, 51, 0.63);
  border: 0 none;
  color: #2e3542;
  pointer-events: none;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.test .question-box .submit-form .btn.disabled .arrow,
.test .question-box .submit-form .btn.disabled .arrow:before,
.test .question-box .submit-form .btn.disabled .arrow:after {
  background: #2c3441;
}
.test .question-box .submit-form .btn.retake {
  background: rgba(134, 204, 165, 0.08);
  border-color: transparent;
  color: #86cca5;
}
.test .question-box .submit-form .btn.retake .arrow,
.test .question-box .submit-form .btn.retake .arrow:before,
.test .question-box .submit-form .btn.retake .arrow:after {
  background: #86cca5;
}
.test .question-box .submit-form .btn.loading {
  transform: none !important;
  cursor: default;
  pointer-events: none;
}
.test .question-box .submit-form .btn.loading:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  width: 20px;
  height: 20px;
  -webkit-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
  background: url("/imgs/icons/loading-icon.svg") no-repeat;
}
.test .question-box .submit-form .btn.loading span.default {
  display: none;
}
.test .question-box .submit-form .btn.loading span.loading {
  display: block;
}
.test .question-box .submit-form .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.test .question-box .submit-form .btn-box .btn_empty:hover span {
  transform: translateX(-12px);
}
.test .question-box .submit-form.congrats .btn-box .btn:first-of-type, .test .question-box .submit-form.failed .btn-box .btn:first-of-type {
  margin-right: 10px;
}
.test .question-box .submit-form.congrats .btn-box .btn:last-of-type, .test .question-box .submit-form.failed .btn-box .btn:last-of-type {
  margin-left: 10px;
}
@media (max-width: 900px) {
  .test .close {
    padding: 7px 12px 7px 12px;
    border-radius: 60px;
    background: rgba(16, 21, 27, 0.68);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    font-size: 10px;
    height: 27px;
    top: 10px;
    right: 10px;
  }
  .test .close i {
    width: 11px;
    height: 11px;
    margin-top: -2px;
  }
  .test .close span {
    font-size: 10px;
    margin-left: 4px;
  }
}
@media (max-width: 650px) {
  .test .test-header .header-container .title {
    font-size: 40px;
  }
  .test .test-header .header-container .title b {
    font-size: 60px;
    margin-top: -7px;
  }
  .test .test-header .header-container .title.MA-Social-Marketing b {
    font-size: 60px;
  }
  .test .test-header .header-container .title.MA-Business {
    font-size: 45px;
  }
  .test .test-header .header-container .title.MA-Copywriting b {
    font-size: 38px;
    margin-top: -3px;
  }
  .test .test-header .header-container .title.MA-Digital {
    font-size: 36px;
  }
  .test .test-header .header-container .title.MA-Digital b {
    font-size: 75px;
  }
  .test .test-header .header-container .label {
    font-size: 20px;
  }
  .test .test-header .header-container .label span {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .test .test-header {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .test .test-header .header-container .title {
    font-size: 35px;
  }
  .test .test-header .header-container .title b {
    font-size: 47px;
    margin-top: -7px;
  }
  .test .test-header .header-container .title.MA-Digital {
    font-size: 30px;
  }
  .test .test-header .header-container .title.MA-Digital b {
    font-size: 57px;
  }
  .test .test-header .header-container .label {
    font-size: 19px;
    margin-top: 10px;
  }
  .test .test-header .header-container .label span {
    padding: 7px 13px;
    border-radius: 7px;
    margin-left: 7px;
    font-size: 14px;
    margin-top: -2px;
  }
}
@media (max-width: 550px) {
  .test:before {
    background-image: url("/images/SM-logo-BG.svg"), url("/images/test-bg-stars.png");
    background-repeat: no-repeat;
    background-position: calc(100% + 269px) 50%, 60% 30%;
    background-size: 580px, 1130px;
  }
  .test:after {
    height: 130px;
    background-image: linear-gradient(to top, #151a23, rgba(21, 26, 35, 0) 100%);
  }
  .test .status-screen__logo {
    margin-bottom: 2px !important;
  }
  .test .status-screen__logo img {
    width: 40px;
  }
  .test .status-screen__controls .btn .arrow {
    zoom: 0.7;
  }
  .test .submit-form .btn-box .btn {
    font-size: 13px;
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    min-width: unset;
  }
  .test .submit-form .btn-box .btn .arrow {
    zoom: 0.7;
  }
  .test .submit-form .btn-box .btn:first-of-type {
    margin-right: 5px !important;
  }
  .test .submit-form .btn-box .btn:last-of-type {
    margin-left: 5px !important;
  }
  .test .submit-form.congrats .title, .test .submit-form.failed .title {
    font-size: 40px !important;
    margin-bottom: 10px;
  }
  .test .submit-form.congrats p, .test .submit-form.failed p {
    font-size: 15px;
  }
  .test .status-header {
    height: auto;
    min-height: 80vh;
  }
  .test .status-header .status-screen__controls {
    justify-content: center;
  }
  .test .status-header .status-screen__controls button {
    font-size: 13px;
    height: 40px;
    padding: 0 20px;
  }
  .test .status-header .status-screen__controls button:first-of-type {
    margin-right: 5px;
  }
  .test .status-header .status-screen__controls button:last-of-type {
    margin-left: 5px;
  }
  .test .question-box .question {
    height: auto;
    min-height: unset;
    margin-top: 160px;
  }
  .test .question-box .question .question-title {
    font-size: 17px;
  }
  .test .question-box .question .question-title:before {
    top: -65px;
    font-size: 100px;
  }
  .test .question-box .question .question-title.short {
    font-size: 21px;
    line-height: 1.4em;
  }
  .test .question-box .question .question-label {
    font-size: 17px;
  }
  .test .question-box .question .answers .answer {
    padding: 15px 60px 15px 60px;
    font-size: 15px;
  }
  .test .question-box .submit-form .title {
    font-size: 50px;
  }
  .test .question-box .submit-form p {
    max-width: 300px;
    font-size: 16px;
  }
}
@media (max-width: 330px) {
  .test .status-header .status-screen__controls button {
    font-size: 12px;
    padding: 0 15px;
  }
  .test .status-header .status-screen__logo img {
    width: 50px;
  }
}
.test.check .test-header .header-container .label span {
  background: rgba(234, 177, 104, 0.12);
  color: #eab168;
}
.test.check .test-header .header-container .label span:after {
  content: "test results";
}
.test.check .question-box .question {
  pointer-events: none;
}
.test.check .counter {
  display: none;
}
.test.continue .test-header .header-container .label span:after {
  content: "continue test";
}

.player {
  padding-top: 20px;
}
@media (max-width: 600px) {
  .player {
    padding-top: 20px;
  }
}
.player__wrapper {
  padding-bottom: calc(56.25% - 15px);
  position: relative;
  border: 20px solid #161c25;
  border-radius: 20px;
  box-shadow: inset 0px 3px 204px 0px rgba(14, 13, 24, 0.38);
}
@media (max-width: 600px) {
  .player__wrapper {
    border: 10px solid #161c25;
    border-radius: 10px;
  }
}
.player__wrapper .review-message {
  position: absolute;
  top: 0;
  left: -2px;
  background: rgba(22, 28, 37, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  right: -4px;
  bottom: -5px;
  flex-direction: column;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 9px;
  padding: 0 20px;
}
.player__wrapper .review-message > img {
  max-width: 50px;
  margin-bottom: 20px;
  margin-left: -20px;
}
.player__wrapper .review-message .main-title {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.player__wrapper .review-message p {
  max-width: 550px;
  text-align: center;
  line-height: 1.5em;
  font-size: 18px;
  color: #adadad;
}
.player__wrapper .review-message .actions {
  margin-top: 20px;
}
.player__wrapper .review-message .actions button {
  height: 40px;
  min-width: 90px;
}
.player__wrapper .review-message .actions button span {
  transform: none;
}
.player__wrapper .review-message .actions button.btn_empty {
  margin-right: 10px;
  padding: 0 25px !important;
}
.player__wrapper .review-message .actions button.btn_colored {
  padding: 0 30px !important;
  background: #ca9b60;
  border: 1px solid #ca9c5f;
}
.player__wrapper .review-message .actions button.btn_colored:hover {
  background: #bf905f;
  border: 1px solid #bf905f;
}
.player__wrapper .review-message .actions .reject {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
@media (max-width: 700px) {
  .player__wrapper .review-message {
    position: fixed;
    z-index: 100;
  }
  .player__wrapper .review-message .main-title {
    font-size: 24px;
  }
  .player__wrapper .review-message p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .player__wrapper .review-message p {
    font-size: 14px;
    max-width: 300px;
  }
}
.player__wrapper .player-note {
  background: rgba(22, 28, 37, 0.95);
  position: absolute;
  bottom: 50px;
  left: 7px;
  border-radius: 7px;
  padding: 20px 50px 13px 20px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  max-width: 98.4%;
  min-width: 200px;
}
.player__wrapper .player-note .note-message {
  color: #818898;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 1000px;
}
.player__wrapper .player-note .switch {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 9px;
  transform: translateX(75px);
}
.player__wrapper .player-note .switch .title {
  display: inline-block;
  transform: translate(-75px, -8px);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  color: #4f5966;
}
.player__wrapper .player-note .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
.player__wrapper .player-note .switch input:checked + .slider:before {
  background: #87cca6;
  transform: translateX(10px);
}
.player__wrapper .player-note .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #38414c;
  transition: 0.4s;
  border-radius: 50px;
}
.player__wrapper .player-note .switch .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50px;
  left: 0;
  bottom: -2px;
  background-color: #53606f;
  transition: 0.4s;
}
.player__wrapper .player-note .close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.player__wrapper .player-note .close:before, .player__wrapper .player-note .close:after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background: #5d6b82;
  opacity: 0.6;
}
.player__wrapper .player-note .close:before {
  transform: rotate(45deg);
}
.player__wrapper .player-note .close:after {
  transform: rotate(-45deg);
}
.player__wrapper .player-note .close:hover:before, .player__wrapper .player-note .close:hover:after {
  opacity: 1;
}
.player__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.player__video iframe {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 10px;
  margin-left: -2px;
  margin-bottom: -2px;
}
@media (max-width: 600px) {
  .player__video iframe {
    border-radius: 3px;
  }
}
.player__foot {
  display: flex;
  padding: 15px 0;
  align-items: center;
}
.player__foot h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.player__foot h3 span {
  font-weight: 300;
  text-transform: none;
}
.player__foot p {
  font-size: 16px;
  color: rgba(191, 195, 226, 0.3);
  display: flex;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 12px;
}
.player__foot p:before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid rgba(191, 195, 226, 0.3);
  width: 18px;
  height: 18px;
  margin-left: 11px;
  margin-right: 7px;
  margin-bottom: 1px;
}
.player__foot-text_completed {
  color: #86cca5 !important;
}
.player__foot-text_completed:before {
  background: url("../../imgs/icons/check-icon-white.svg") center calc(50% + 1px)/10px auto no-repeat !important;
  border: 2px solid #86cca5 !important;
}
.player__controls {
  margin-left: auto;
  display: flex;
}
.player__controls .btn {
  font-size: 14px;
  height: 41px;
}
.player__controls .btn:not(.btn_colored) {
  min-width: 130px;
}
.player__controls .btn:not(.btn_colored) .arrow {
  width: 15px;
  background: #93969b;
}
.player__controls .btn:not(.btn_colored) .arrow:before, .player__controls .btn:not(.btn_colored) .arrow:after {
  width: 7px;
  background: #93969b;
}
.player__controls .btn:not(.btn_colored):hover .arrow {
  background: #fff;
}
.player__controls .btn:not(.btn_colored):hover .arrow:before, .player__controls .btn:not(.btn_colored):hover .arrow:after {
  background: #fff;
}
.player__controls .btn:first-of-type {
  margin-right: 16px;
}
.player__controls .btn:last-of-type {
  margin-right: 0;
}
.player__note {
  line-height: 23px;
  border-top: 1px solid #2a2e3a;
  padding-top: 15px;
  padding-bottom: 50px;
  font-size: 14px;
}
.player__note h3 {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
}
.player__note h3 span {
  font-weight: 300;
}
.player__note p {
  font-size: 17px;
  line-height: 1.8em;
}
.player__note a {
  color: #d3b2ff;
  font-size: 16px;
}
.player__note ul li {
  margin-bottom: 10px;
  font-size: 15px;
}
.player .player-hidden-load {
  display: none;
}
.player .player-hidden-show {
  display: block;
}

@media screen and (max-width: 1580px) {
  .player__foot h3 {
    font-size: 18px;
  }
  .player__foot p {
    font-size: 15px;
  }
}
@media screen and (max-width: 650px) {
  .player__foot {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .player__foot h3 {
    margin-bottom: 15px;
  }
  .player__foot h3 span {
    display: block;
  }
  .player__foot h3 .module-video-separator {
    display: none;
  }
  .player__foot p:before {
    margin-left: 0;
  }
  .player__controls {
    width: 100%;
    padding-top: 15px;
    display: flex;
    justify-content: center;
  }
  .player__controls .btn {
    flex: 1;
    max-width: 375px;
  }
  .player__controls .btn:first-of-type:not(:last-of-type) {
    margin-right: 10px;
  }
}
.notify-wrapper {
  background-color: rgba(17, 23, 33, 0.7);
  padding: 20px;
  border-radius: 7px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
@media (max-width: 650px) {
  .notify-wrapper {
    margin-top: 20px;
  }
}
.notify-wrapper > .label {
  color: #cab9eb;
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: -20px;
}
.notify-wrapper .module-name {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}
.notify-wrapper .text {
  color: #818da0;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  max-width: 600px;
  font-weight: 600;
  margin-top: 10px;
}
.notify-wrapper .date {
  margin-top: 20px;
}
.notify-wrapper .date .label {
  font-weight: 600;
}
.notify-wrapper .date .value {
  color: #fff;
  margin-left: 15px;
  font-weight: 600;
}
.notify-wrapper button {
  margin-top: 30px;
  font-size: 15px;
  padding: 0 32px 0 30px;
  height: 51px;
}
.notify-wrapper button i.notify-bell {
  width: 19px;
  height: 21px;
  background: url("../../imgs/icons/bell.svg") no-repeat center center;
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  vertical-align: middle;
}
.notify-wrapper button:hover i.notify-bell {
  filter: brightness(100);
}
.notify-wrapper button.btn-buy i {
  margin-top: 0;
}
@media (max-width: 650px) {
  .notify-wrapper > .label {
    font-size: 20px;
  }
  .notify-wrapper .module-name {
    font-size: 25px;
  }
  .notify-wrapper .text {
    font-size: 14px !important;
    line-height: 1.6em;
  }
}
@media (max-width: 1250px) {
  .notify-wrapper {
    max-height: 620px;
  }
}
.notify-wrapper .upgrade-wrapper p {
  max-width: 640px;
}
.notify-wrapper.notes-empty {
  height: 70vh;
}
.notify-wrapper.notes-empty .no-materials > div {
  align-items: center;
}
.notify-wrapper.notes-empty .no-materials > div:before {
  width: 34px;
  height: 64px;
}

.restricted-message {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #13181f;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px;
  position: absolute;
  font-size: 18px;
}
.restricted-message h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}
.restricted-message h2 span {
  font-weight: 700;
}
.restricted-message h2:before {
  content: "";
  width: 63px;
  height: 58px;
  background: url("../../imgs/restricted-icon.png") no-repeat center center;
  display: block;
  margin: 0 auto 20px auto;
}
.restricted-message p {
  max-width: 590px;
  line-height: 1.4em;
}
.restricted-message p a {
  color: #bda0f5;
}

@media (max-width: 600px) {
  .restricted {
    min-height: 500px;
    padding: 0;
  }
  .restricted .restricted-message {
    font-size: 16px;
    padding: 20px;
  }
  .restricted .restricted-message h2 {
    font-size: 28px;
  }
  .restricted .restricted-message h2:before {
    width: 53px;
    height: 48px;
    background-size: cover;
  }
}

.videos {
  padding: 35px 30px;
  box-sizing: border-box !important;
}
.videos__list {
  padding-top: 10px;
}
.videos__list .label {
  margin-bottom: 10px;
}
.videos__list .label.last {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #e49e66;
  font-weight: 700;
}
@media (max-width: 650px) {
  .videos__list .label {
    margin-left: 20px;
  }
}
.videos__item {
  display: flex;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid #19232c;
  cursor: pointer;
  position: relative;
}
.videos__item:after {
  content: "";
  display: block;
  width: calc(100% + 90px);
  height: calc(100% + 4px);
  background: #1b212a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  opacity: 0;
}
.videos__item.videos__item_not_available.premium-access {
  position: relative;
}
.videos__item.videos__item_not_available.premium-access h4 {
  color: #626a76;
}
.videos__item.videos__item_not_available.premium-access h4:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  margin-bottom: -3px;
  width: 13px;
  height: 17px;
  filter: brightness(1.5) saturate(0.7);
  background: url("/imgs/icons/lock-icon-grey2.svg") no-repeat;
  margin-right: 7px;
  opacity: 0.5;
}
@media (max-width: 800px) {
  .videos__item.videos__item_not_available.premium-access h4:before {
    margin-right: 4px;
    width: 11px;
    height: 15px;
  }
}
.videos__item.videos__item_not_available.premium-access h4 span {
  color: #626a76;
}
.videos__item.videos__item_not_available.premium-access:hover:after {
  opacity: 0;
}
.videos__item.videos__item_not_available .videos__item-text_progress:before {
  display: none;
}
.videos__item img {
  width: 100px;
  border-radius: 4px;
}
@media (max-width: 800px) {
  .videos__item img {
    width: 80px;
  }
}
.videos__item h4 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-top: -3px;
}
@media (max-width: 800px) {
  .videos__item h4 {
    font-size: 15px;
  }
}
.videos__item .video-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.videos__item .video-info span {
  font-weight: 800;
  margin-right: 10px;
  margin-top: 7px;
  background: #212730;
  padding: 5px 10px;
  border-radius: 7px;
  color: #707d90;
}
@media (max-width: 800px) {
  .videos__item .video-info span {
    font-size: 14px;
    padding: 5px 8px;
  }
}
.videos__item p {
  font-size: 17px;
  font-weight: 600;
  color: rgba(191, 195, 226, 0.25);
  display: flex;
  align-items: center;
  margin-top: 9px;
}
@media (max-width: 800px) {
  .videos__item p {
    font-size: 15px;
  }
}
.videos__item p:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  min-width: 19px;
  margin-right: 7px;
  margin-bottom: 0;
  transition: 0.3s ease;
  border: 2px solid #343b4a;
}
.videos__item > div {
  position: relative;
  z-index: 1;
}
.videos__item:hover:after {
  opacity: 1;
}
.videos__item:hover p:before {
  background: rgba(31, 31, 31, 0.1);
}
.videos__item_mobile .videos__thumbnail:before {
  background: rgba(22, 28, 37, 0.65) url("../../imgs/icons/pause-icon.svg") center center/27px auto no-repeat;
  opacity: 0;
}
.videos__item_mobile .videos__thumbnail:after {
  background: rgba(22, 28, 37, 0.65) url("../../imgs/icons/play-icon.svg") center center/27px auto no-repeat;
  opacity: 1;
}
.videos__item_active .videos__thumbnail:before {
  background: rgba(22, 28, 37, 0.65) url("../../imgs/icons/pause-icon.svg") center center/27px auto no-repeat;
  opacity: 1;
}
@media (max-width: 800px) {
  .videos__item_active .videos__thumbnail:before {
    width: 80px;
  }
}
.videos__item_active .videos__thumbnail:after {
  background: rgba(22, 28, 37, 0.65) url("../../imgs/icons/play-icon.svg") center center/27px auto no-repeat;
  opacity: 0;
}
@media (max-width: 800px) {
  .videos__item_active .videos__thumbnail:after {
    width: 80px;
  }
}
.videos__item_active .videos__item-text_progress:before {
  background: rgba(31, 31, 31, 0.1);
}
.videos__item_active:after {
  opacity: 1;
}
.videos__item_paused .videos__thumbnail:before {
  opacity: 0;
}
.videos__item_paused .videos__thumbnail:after {
  opacity: 1;
}
.videos__thumbnail {
  margin-right: 16px;
}
.videos__thumbnail:after, .videos__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 56.38%;
  width: 100px;
  border-radius: 4px;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.videos__thumbnail:before {
  opacity: 1;
}
.videos__item-text_completed {
  color: #86cca5 !important;
}
.videos__item-text_completed:before {
  background: url("../../imgs/icons/check-icon-white.svg") center calc(50% + 1px)/10px auto no-repeat !important;
  border-color: #86cca5 !important;
}
.videos__foot {
  padding-top: 35px;
  margin-bottom: 80px;
}
.videos__foot .text {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  max-width: 315px;
  margin: 20px auto 0;
}
.videos__foot button .arrow {
  margin-bottom: -5px;
}
.videos__controls {
  display: flex;
  justify-content: center;
}
.videos__controls .btn {
  width: 100%;
  max-width: 290px;
  font-size: 16px;
}
.videos__controls .btn_colored {
  height: 54px;
}
.videos__controls .btn_colored .arrow {
  width: 23px;
  zoom: 0.8;
  height: 2.5px;
}
.videos__controls .btn_colored .arrow:before, .videos__controls .btn_colored .arrow:after {
  width: 10px;
}
.videos__controls .btn b {
  margin-right: 3px;
  font-weight: 900;
}
.videos .video-number {
  color: #8a93a2;
  margin-right: 2px;
}

@media screen and (max-width: 1580px) {
  .videos {
    padding: 35px 23px;
  }
}
@media screen and (max-width: 992px) {
  .videos__items h4 {
    font-size: 14px;
  }
  .videos__items p {
    font-size: 13px;
  }
}
.form-widget {
  height: calc(100% - 200px);
  padding-top: 40px;
}
.form-widget__inner {
  height: 100%;
}

body.paid .form-widget {
  height: calc(100% - 80px);
  padding-top: 40px;
}
body.paid .form-widget__inner {
  height: 100%;
}

@media (max-width: 1345px) {
  .form-widget {
    height: calc(100% - 220px);
    padding-top: 0;
  }
  .form-widget__inner {
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .form-widget {
    height: calc(100% - 400px);
    padding-top: 0;
  }
  .form-widget__inner {
    height: 100%;
  }
}
@media (max-width: 852px) {
  .form-widget {
    height: calc(100% - 460px);
    padding-top: 0;
  }
  .form-widget__inner {
    height: 100%;
  }
}
.materials {
  height: calc(100vh - 87px);
  padding-bottom: 37px;
  display: flex;
  flex-direction: column;
  background: url("../../imgs/dots-bg-materials.png") center -85px no-repeat;
}
.materials:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 180px;
  background-image: linear-gradient(to top, #212730 20%, #21273000);
  pointer-events: none;
}
.materials__heading {
  text-align: center;
  color: #fff;
  font-size: 23px;
  margin-top: 33px;
}
.materials__heading b {
  font-weight: 700;
}
.materials__heading b:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("/images/files.svg") left center/auto 100%;
  width: 25px;
  height: 25px;
  margin-bottom: -5px;
}
.materials__tabs {
  margin-top: 15px;
  display: flex;
  line-height: 52px;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(129, 141, 160, 0.6);
  cursor: pointer;
  border-bottom: 1px solid #2a2e3a;
  transition: 0.3s ease;
}
.materials__tabs div {
  position: relative;
  font-weight: 900;
}
.materials__tabs div:last-of-type {
  margin-right: 20px !important;
}
.materials__tabs div:hover {
  color: #e29c65;
}
.materials__tabs div:before {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 3px;
  background: #e29c65;
  border-radius: 1px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
}
.materials__tabs div.active {
  color: #e29c65;
}
.materials__tabs div.active:before {
  opacity: 1;
}
.materials__tabs div:nth-of-type(odd) {
  margin: 0 43px;
}
.materials .module-name {
  padding: 20px 20px 0 20px;
  color: white;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: -10px;
}
.materials .module-name .label {
  color: #bcaee2;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .materials .module-name {
    font-size: 17px;
  }
  .materials .module-name .label {
    font-size: 13px;
  }
}
.materials .vuebar-element:after,
.materials .vuebar-element:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
  pointer-events: none;
}
.materials .vuebar-element:after {
  background: linear-gradient(to top, #212730, rgba(33, 39, 48, 0.8), rgba(33, 39, 48, 0));
}
.materials .vb > .vb-dragger > .vb-dragger-styler {
  background: #2d3540 !important;
  margin-top: 35px;
}
.materials .materials__tab {
  padding-top: 20px;
  height: calc(90vh - 225px);
}
.materials .materials__tab .vb-dragger {
  right: -2px;
}
.materials__item {
  line-height: 43px;
  font-size: 14px;
  color: #818da0;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.materials__item .icon-document {
  margin-right: 10px;
  opacity: 0.3;
  font-size: 19px;
}
.materials__item .icon-download {
  font-size: 22px;
  color: #86cca5;
  margin-left: auto;
  opacity: 0;
  transition: 0.3s ease;
}
.materials__item img {
  width: 22px;
  margin-left: auto;
  opacity: 0;
  transition: 0.3s ease;
}
.materials__item a,
.materials__item button {
  text-transform: uppercase;
  color: #86cca5;
  transition: 0.3s ease;
  background: rgba(134, 204, 165, 0);
  min-width: 90px;
  height: 25px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 900;
  border: none;
  display: inline-block;
  margin-left: auto;
}
@media (max-width: 500px) {
  .materials__item a,
.materials__item button {
    display: none;
  }
}
.materials__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  font-size: 19px;
  font-weight: 700;
}
.materials__item span b {
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .materials__item span {
    max-width: 98%;
    font-size: 18px;
  }
}
.materials__item span.search_name {
  vertical-align: middle;
}
.materials__item:hover {
  background: #161c25;
  color: #fff;
}
.materials__item:hover img,
.materials__item:hover .icon-download {
  opacity: 1;
}
.materials__item:hover a,
.materials__item:hover button {
  background: #86cca5;
  color: #fff;
}
.materials__item.drop:not(:hover):before {
  background: #818da0;
}
.materials__item.drop:before {
  width: 12px;
  height: 12px;
  min-width: 12px;
  margin-right: 5px;
}
.materials__item.inactive {
  opacity: 0.3;
  pointer-events: none;
}
.materials__not-certified {
  padding-top: 100px;
  color: rgba(129, 141, 160, 0.6);
}
.materials__not-certified p {
  font-size: 18px;
  color: rgba(129, 141, 160, 0.6);
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  max-width: 287px;
  margin: 0 auto;
}
.materials__not-certified p span {
  color: #818da0;
  font-size: 30px;
  display: block;
  margin-bottom: 15px;
}
.materials__certified > img {
  width: calc(100% - 30px);
  display: block;
  margin: 35px auto 25px;
}
.materials > p {
  margin-top: auto;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  color: #1f1f1f;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.materials > p:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../../imgs/icons/headphones-green.svg") no-repeat center center/100% auto;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
}
.materials > p span {
  color: #86cca5;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 1190px) {
  .materials > p {
    text-align: center;
  }
  .materials__tabs > div {
    font-weight: 600;
  }
  .materials__tabs > div:nth-of-type(odd) {
    margin: 0 30px;
  }
  .materials__not-certified p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 992px) {
  .materials {
    height: calc(100vh - 60px);
  }
  .materials__tabs {
    line-height: 53px;
  }
  .materials__tabs > div {
    font-size: 12px;
  }
  .materials__tabs > div:nth-of-type(odd) {
    margin: 0 30px 0 27px;
  }
  .materials__tabs div:before {
    width: 25px;
    height: 4px;
  }
}
@media screen and (max-width: 992px) and (hover: none) {
  .materials__item img {
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  .materials > p {
    display: none;
  }
}
.materials .materials__item:last-of-type {
  margin-bottom: 100px;
}

.no-materials {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #676e7b;
  font-size: 20px;
}
.no-materials div {
  display: flex;
}
.no-materials div:before {
  content: "";
  width: 39px;
  height: 54px;
  margin-right: 12px;
  display: inline-block;
  background: url("../../imgs/icons/files.svg") no-repeat center center;
}
.no-materials div span {
  font-weight: 400;
}
.no-materials div span b {
  display: block;
  font-size: 25px;
}
.no-materials div.paid-access:before {
  background: url("../../imgs/icons/lock-icon-grey2.svg") no-repeat center center;
  filter: brightness(1.2) saturate(0.7);
}
.no-materials.no-notes div:before {
  background: url("../../imgs/select-note-icon.svg") no-repeat center center;
  width: 54px;
}

.library-button {
  text-align: center;
  color: #bcaee2;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  z-index: 20;
  margin: 10px auto 0 auto;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
}
.library-button .arrow,
.library-button .arrow:before,
.library-button .arrow:after {
  background: #bcaee2;
}
@media (min-width: 1200px) {
  .library-button:hover {
    transform: translateX(15px);
  }
  .library-button:hover .arrow {
    transform: translateX(10px);
    opacity: 0;
  }
}

.materials__tab .add-note {
  text-align: center;
  border: 2px dashed #353a48;
  padding: 20px;
  cursor: pointer;
  display: block;
  margin: 10px 20px 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
}
.materials__tab .add-note:hover {
  border: 2px dashed rgba(53, 58, 72, 0.8);
}
.materials__tab .add-form {
  padding: 10px 20px 20px 20px;
  border-bottom: 1px solid #2a2e3a;
  position: relative;
}
.materials__tab .add-form textarea {
  padding: 15px;
  background: #1c222b;
  min-height: 190px;
  max-height: 190px;
  margin-bottom: 10px;
  border-radius: 9px;
  border: 0 none;
  outline: 0 none;
  color: #818da0;
  font-size: 14px;
  width: 100%;
  line-height: 1.6em;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  resize: none;
}
.materials__tab .add-form textarea::-moz-placeholder {
  line-height: 1.6em;
  font-weight: 700;
  color: #3e4a5d;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.materials__tab .add-form textarea:-ms-input-placeholder {
  line-height: 1.6em;
  font-weight: 700;
  color: #3e4a5d;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.materials__tab .add-form textarea::placeholder {
  line-height: 1.6em;
  font-weight: 700;
  color: #3e4a5d;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.materials__tab .add-form .time {
  font-weight: 800;
  margin-right: 15px;
  background: #2a323e;
  padding: 7px 13px;
  border-radius: 7px;
  color: #707d90;
  display: inline-block;
}
.materials__tab .add-form .cancel {
  font-size: 13px;
  font-weight: 700;
  padding: 7px 18px;
  border: 2px solid #2f3640;
  border-radius: 9px;
  margin-right: 10px;
  cursor: pointer;
  margin-left: auto;
  display: inline-block;
  line-height: 1.3em;
}
.materials__tab .add-form .cancel:hover {
  background: #2f3640;
}
.materials__tab .add-form .add {
  background: rgba(134, 204, 165, 0.1);
  color: #86cca5;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 9px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3em;
}
.materials__tab .add-form .add:hover {
  background: rgba(134, 204, 165, 0.05);
}
.materials__tab .add-form .size {
  position: absolute;
  bottom: 80px;
  right: 34px;
  color: #404e61;
  font-weight: 600;
  font-size: 13px;
}
.materials__tab .materials__notes li {
  padding: 20px;
  border-bottom: 1px solid #2a2e3a;
  position: relative;
}
.materials__tab .materials__notes li .remove-message {
  position: absolute;
  background: rgba(33, 39, 48, 0.65);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 23;
  padding: 0 20px;
}
.materials__tab .materials__notes li .remove-message .title {
  margin-bottom: 15px;
  font-weight: 700;
  color: #c5d5ef;
  font-size: 17px;
  display: block;
  text-align: center;
  margin-top: -8px;
}
.materials__tab .materials__notes li .remove-message .controls {
  display: block;
}
.materials__tab .materials__notes li .remove-message .controls span {
  margin-right: 5px;
  padding: 4px 15px;
  border: 2px solid #3a4250;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  color: #9bacca;
}
.materials__tab .materials__notes li .remove-message .controls span:hover {
  background: #3a4250;
  color: #c5d5ef;
}
.materials__tab .materials__notes li .name {
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.materials__tab .materials__notes li .name .time {
  font-weight: 800;
  margin-right: 10px;
  background: #2a323e;
  padding: 7px 13px;
  border-radius: 7px;
  color: #707d90;
}
.materials__tab .materials__notes li .name .text {
  color: #818d9f;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  transition: all 0.2s ease;
  max-width: 75%;
}
.materials__tab .materials__notes li .name:hover .text, .materials__tab .materials__notes li .name.active .text {
  color: #f3f8ff;
}
.materials__tab .materials__notes li .controls {
  color: #4b5463;
  padding-left: 3px;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.materials__tab .materials__notes li .controls span {
  margin-right: 15px;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.1s ease;
}
.materials__tab .materials__notes li .controls span .arrow-icon {
  width: 13px;
  height: 15px;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  transition: all 0.1s ease;
  margin-bottom: -2px;
}
.materials__tab .materials__notes li .controls span .arrow-icon:before, .materials__tab .materials__notes li .controls span .arrow-icon:after {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #4b5463;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  transition: transform 0.3s ease, background 0.1s ease;
}
.materials__tab .materials__notes li .controls span .arrow-icon:before {
  transform: translateY(-50%) rotate(45deg);
  left: 0;
}
.materials__tab .materials__notes li .controls span .arrow-icon:after {
  transform: translateY(-50%) rotate(-45deg);
  right: 0;
}
.materials__tab .materials__notes li .controls span:last-of-type {
  margin-right: 0;
}
.materials__tab .materials__notes li .controls span:hover {
  color: #6c788c;
}
.materials__tab .materials__notes li .controls span.view:hover {
  color: #adaee1;
}
.materials__tab .materials__notes li .controls span.view:hover .arrow-icon:before,
.materials__tab .materials__notes li .controls span.view:hover .arrow-icon:after {
  background-color: #adaee1;
}
.materials__tab .materials__notes li .controls span.remove:hover {
  color: #c77373;
}
.materials__tab .materials__notes li .note-content {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
  overflow: hidden;
  max-width: 100%;
  transition: max-height 0.7s cubic-bezier(0, 1, 0, 1);
}
.materials__tab .materials__notes li .note-content textarea {
  padding: 15px;
  background: #1c222b;
  margin-bottom: 10px;
  border-radius: 9px;
  border: 0 none;
  outline: 0 none;
  color: #818da0;
  font-size: 14px;
  width: 100%;
  line-height: 1.6em;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  resize: none;
  height: 190px;
  max-height: unset;
}
.materials__tab .materials__notes li .slide-enter-active {
  transition: max-height 0.5s linear, opacity 0.3s ease 0s, margin 0.3s ease 0s;
}
.materials__tab .materials__notes li .slide-leave-active {
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.3s ease 0.3s, margin 0.3s ease 0.4s;
}
.materials__tab .materials__notes li .slide-enter-to,
.materials__tab .materials__notes li .slide-leave {
  max-height: 500px;
  overflow: hidden;
  opacity: 1;
}
.materials__tab .materials__notes li .slide-enter,
.materials__tab .materials__notes li .slide-leave-to {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.materials__tab .materials__notes li.active .note-content .add-form {
  padding: 0;
  border-bottom: 0;
}
.materials__tab .materials__notes li.active .note-content .add-form textarea {
  padding: 15px;
  background: #1c222b;
  margin-bottom: 10px;
  border-radius: 9px;
  border: 0 none;
  outline: 0 none;
  color: #818da0;
  font-size: 14px;
  width: 100%;
  line-height: 1.6em;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  resize: none;
  height: auto;
  min-height: 190px;
  max-height: unset;
}
.materials__tab .materials__notes li.active .note-content .add-form .size {
  right: 10px;
  bottom: 55px;
}
.materials__tab .materials__notes li.active .controls {
  margin-bottom: 10px;
}
.materials__tab .materials__notes li.active .controls .view {
  color: #adaee1;
}
.materials__tab .materials__notes li.active .controls .view .arrow-icon:before {
  content: "";
  background-color: #adaee1;
  transform: translateY(-50%) rotate(-45deg);
}
.materials__tab .materials__notes li.active .controls .view .arrow-icon:after {
  content: "";
  background-color: #adaee1;
  transform: translateY(-50%) rotate(45deg);
}
.materials__tab .materials__notes li .note-content .add-form {
  padding: 10px 0 20px 0;
}
.materials__tab .materials__notes li.edit .note-content .add-form {
  padding: 0;
  border-bottom: 0;
}
.materials__tab .materials__notes li.edit .note-content .size {
  bottom: 60px;
  right: 14px;
}
.materials__tab .materials__notes li.edit .controls {
  margin-bottom: 10px;
}
.materials__tab .materials__notes li.edit .controls .edit {
  color: #f3f8ff;
}
.materials__tab .materials__notes li.edit .view {
  pointer-events: none;
}
.materials__tab .materials__notes li:last-of-type {
  margin-bottom: 150px !important;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=tel],
input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=tel],
input[type=url] {
    font-size: 16px;
  }
}
.page__left .vuebar-element {
  height: calc(100vh - 80px - 0px - 60px);
}

.vuebar-element {
  height: calc(100vh - 80px - 30px - 141px);
  width: 100%;
}

.vb > .vb-dragger {
  z-index: 5;
  width: 12px;
  right: 4px;
}

.vb > .vb-dragger > .vb-dragger-styler {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotate3d(0, 0, 0, 0);
  transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
  background-color: #212730;
  margin: 5px 5px 5px 0;
  border-radius: 20px;
  height: calc(100% - 10px);
  display: block;
  width: 4px !important;
}

.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
  background-color: #212730;
}

.vb > .vb-dragger:hover > .vb-dragger-styler {
  background-color: #212730;
  margin: 0px;
  height: 100%;
}

.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
  background-color: #212730;
  margin: 0px;
  height: 100%;
}

.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
  background-color: #212730;
}

.profile {
  max-width: 1100px;
  margin: 0 auto;
}
.profile__head {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.profile__head h2 {
  font-size: 30px;
}
.profile__head h2 b {
  font-weight: 700;
}
.profile__head h2:before {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.profile__controls {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.profile__controls button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background: none;
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.profile__controls button i {
  margin-right: 10px;
  opacity: 0.6;
  min-width: 18px;
  background: #949caf;
  transition: none;
  margin-bottom: -2px;
  margin-top: 1px !important;
}
.profile__controls button i:before, .profile__controls button i:after {
  background: #949caf;
}
.profile__controls button b {
  font-weight: 300;
  margin-right: 3px;
}
.profile__controls button:hover {
  color: white;
}
.profile__controls button:hover i {
  opacity: 1;
}
.profile__controls .btn {
  min-width: 100px;
  height: 35px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  min-width: 80px;
}
.profile__card {
  border-radius: 13px;
  background-color: rgba(17, 23, 33, 0.7);
  padding: 0 28px 28px;
  margin-top: 25px;
}
.profile__card-heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #232830;
  min-height: 70px;
  margin: 0 -28px;
  padding: 0 25px;
}
@media (max-width: 1580px) {
  .profile__card-heading {
    margin: 0 -22px;
  }
}
.profile__card-heading h3 {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 650px) {
  .profile__card-heading h3 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
  }
}
.profile__card-heading h3 b {
  font-weight: 700;
}
.profile__card-heading h3 .number {
  margin-left: 10px;
  font-size: 15px;
  color: #535c71;
  font-weight: 900;
  background: #12171e;
  padding: 5px 15px;
  border-radius: 100px;
}
.profile__card-heading .info-completeness {
  margin-left: 15px;
  padding: 7px 15px;
  background: rgba(213, 94, 97, 0.28);
  border-radius: 8px;
  color: #ff797d;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: -3px;
}
.profile__card-heading .info-completeness:after {
  content: "incomplete";
}
.profile__card-heading .info-completeness.complete {
  background: rgba(151, 202, 170, 0.14);
  color: #97caaa;
}
.profile__card-heading .info-completeness.complete:after {
  content: "complete";
}
@media (max-width: 650px) {
  .profile__card-heading .info-completeness {
    right: 55px;
    top: 17px;
    font-size: 10px;
    padding: 7px 12px;
    position: absolute;
  }
}
.profile__card-heading > div {
  margin-left: auto;
}
.profile__card-heading .materials__tabs {
  border-bottom: none;
}
.profile__card-heading > .btn {
  min-width: 150px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  margin-left: 20px;
  padding: 0 25px;
}
.profile__card-heading > .btn b {
  font-weight: 400;
  margin-right: 3px;
}
.profile__card-heading > .btn:hover {
  color: #fff;
}
.profile__card-heading > .btn.lifetime {
  margin-left: auto;
}
@media (max-width: 500px) {
  .profile__card-heading.certificates-head h3 span b {
    display: none;
  }
}
.profile__card-heading .manage {
  margin-left: auto;
  font-size: 15px;
  margin-top: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.profile__card-heading .manage:hover {
  opacity: 0.7;
}
@media (max-width: 650px) {
  .profile__card-heading .manage {
    order: 2;
    margin-left: 15px;
    margin-top: -19px;
  }
}
@media (max-width: 330px) {
  .profile__card-heading .manage {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: -5px;
  }
}
.profile__card-body {
  padding: 22px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.profile__card-body .materials__tab {
  width: calc(100% + 56px);
  margin-top: -15px;
  margin-left: -28px;
  margin-right: -28px;
}
.profile__card-body .vb-dragger {
  padding-top: 20px;
}
.profile__card-body .vuebar-element {
  max-height: 280px;
  max-width: 100%;
}
.profile__card-body .vuebar-element:before {
  background: linear-gradient(#161c25, rgba(22, 28, 37, 0.8), rgba(22, 28, 37, 0));
  pointer-events: none;
}
.profile__card-body .vuebar-element:after {
  background: linear-gradient(to top, #161c25, rgba(22, 28, 37, 0.8), rgba(22, 28, 37, 0));
  pointer-events: none;
}
.profile__card-body .materials__item {
  padding: 10px 25px;
}
.profile__card-body .materials__item:before {
  transform: rotate(-45deg);
}
.profile__card-body .materials__item span b {
  display: inline-block;
  margin-right: 3px;
}
.profile__card-body .materials__item button {
  color: #e29c64;
  opacity: 0;
  font-size: 11px;
  font-weight: 400;
}
.profile__card-body .materials__item button.retake {
  background: rgba(134, 204, 165, 0.09) !important;
  text-transform: none;
  font-weight: 700;
  border-radius: 5px;
  min-width: unset;
  padding: 0 15px;
}
.profile__card-body .materials__item button.retake:hover {
  background: rgba(134, 204, 165, 0.06) !important;
}
.profile__card-body .materials__item button.retake.disabled {
  background: #171d27 !important;
  color: #38404e;
  border: 0 none;
  pointer-events: none;
  cursor: none;
}
.profile__card-body .materials__item button.view {
  margin-left: -10px;
}
.profile__card-body .materials__item:hover {
  background: #111720;
}
.profile__card-body .materials__item:hover button {
  opacity: 1;
  color: #e29c64;
  background: none;
}
.profile__card-body_small .vuebar-element {
  max-height: 155px;
}
.profile__info li {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 650px) {
  .profile__info li {
    white-space: nowrap;
  }
}
.profile__info li span {
  color: #616d7d;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  width: 110px;
  display: inline-block;
}
.profile__info li div {
  font-weight: 600;
  font-size: 17px;
  margin-top: 5px;
  display: inline-block;
}
@media (max-width: 500px) {
  .profile__info li div {
    display: block;
  }
}
.profile__info li div.bio {
  font-size: 15px;
  line-height: 1.7em;
}
.profile__info li:last-of-type {
  margin-bottom: 0;
}
.profile__info li.full {
  flex-basis: 100%;
}
.profile__not-certified {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile__not-certified p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-weight: 700;
  line-height: 30px;
}
.profile__not-certified p span {
  color: #fff;
  font-size: 30px;
  display: block;
  margin-bottom: 15px;
}
.profile__status {
  color: #818da0;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 600;
  min-width: 150px;
}
.profile__status:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid rgba(129, 141, 160, 0.3);
  margin-right: 7px;
}
.profile__status > div {
  display: none;
}
.profile__status_certified {
  color: #c9baea;
}
.profile__status_certified:before {
  background: #a591d2 url("/images/check-icon-white.svg") center center/11px auto no-repeat;
}
.profile__certified {
  width: calc(100% + 56px);
  margin: 0 -28px;
}
.profile__certificate {
  height: 200px;
  border-bottom: 1px solid #e4e4e4;
  width: calc(100% - 90px);
  margin-left: 45px;
  background: url("../../imgs/certificate-img.png") center center no-repeat;
}
.profile__form {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 20px;
}
@media (max-width: 700px) {
  .profile__form {
    grid-gap: 0 30px;
  }
}
@media (max-width: 550px) {
  .profile__form {
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
}
.profile__form .btn {
  height: 45px;
  min-width: 100px;
  font-size: 14px;
  padding: 0 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  .profile__form .btn {
    max-width: 170px;
  }
}
.profile__form .btn.pass {
  margin-top: 12px;
}
.profile__form .edit-title {
  grid-column: 1/-1;
  color: #fff;
  padding: 25px 30px 0 30px;
  margin: 0 -27px;
  font-size: 22px;
}
.profile__form .edit-title b {
  font-weight: 700;
}
.profile__form .edit-title:last-of-type {
  margin-bottom: 30px;
  border-top: 1px solid #232830;
  margin-top: 10px;
}
.profile__form .edit-title:first-of-type {
  margin-top: -24px;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .profile__form .edit-title {
    margin: 0 -21px;
  }
  .profile__form .edit-title:first-of-type {
    margin-top: -11px;
  }
}
.profile__form .edit-title .info-sccess {
  color: #86cca5;
  font-weight: 600;
  float: right;
  font-size: 17px;
}
.profile__form .edit-title .info-sccess:before {
  content: "";
  background: url("../imgs/icons/check-icon-white.svg") center center/11px auto no-repeat #86cca5;
  border: 2px solid #86cca5;
  display: inline-block;
  width: 18px;
  min-width: 19px;
  height: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background-size: 11px !important;
  vertical-align: middle;
  margin-top: -4px;
}
@media (max-width: 550px) {
  .profile__form .edit-title .info-sccess {
    display: block;
    float: none;
    margin-top: 10px;
    margin-left: -5px;
  }
}
.profile__form .password-box {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 20px;
  margin: 10px 0 0px 0;
}
@media (max-width: 550px) {
  .profile__form .password-box {
    grid-template-columns: 1fr;
    margin: 20px 0;
  }
}
.profile__form .select-style .selected-value {
  width: auto;
}
.profile__form-controls {
  margin: 22px 0 0 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px;
}
.profile .profile__card.library {
  padding: 35px;
  max-height: none;
}
@media (max-width: 500px) {
  .profile .profile__card.library {
    padding: 25px;
  }
}
.profile .profile__card.library .profile__card-heading {
  align-items: center;
  justify-content: flex-start;
  border: 0 none;
}
.profile .profile__card.library .profile__card-heading .logo {
  width: 90px;
  margin-left: 0;
}
.profile .profile__card.library .profile__card-heading .logo img {
  max-width: 90px;
  min-width: 90px;
}
.profile .profile__card.library .profile__card-heading .info {
  margin-left: 25px;
}
.profile .profile__card.library .profile__card-heading .info h3 {
  font-size: 25px;
  margin-bottom: 5px;
}
.profile .profile__card.library .profile__card-heading .info h3:after {
  display: none;
}
.profile .profile__card.library .profile__card-heading .info p {
  text-align: left;
  font-size: 16px;
  margin: 0 auto;
  max-width: 490px;
  line-height: 1.4em;
  margin-right: 10px;
}
.profile .profile__card.library .profile__card-heading .info a {
  font-size: 25px;
  font-weight: 900;
  color: #9cabe0;
  margin-top: -5px;
  display: block;
}
@media (max-width: 420px) {
  .profile .profile__card.library .profile__card-heading .info a {
    font-size: 20px;
  }
}
.profile .profile__card.library .profile__card-heading button {
  font-size: 16px;
  height: 47px;
  padding: 0 30px;
  line-height: 42px;
}
@media (max-width: 550px) {
  .profile .profile__card.library .profile__card-heading {
    flex-direction: column;
  }
  .profile .profile__card.library .profile__card-heading .logo {
    width: 60px !important;
    margin-bottom: 7px;
  }
  .profile .profile__card.library .profile__card-heading .logo img {
    max-width: 60px !important;
    min-width: 60px !important;
  }
  .profile .profile__card.library .profile__card-heading .info {
    margin: 0;
  }
  .profile .profile__card.library .profile__card-heading .info h3 {
    line-height: unset;
    text-align: center;
    justify-content: center;
  }
  .profile .profile__card.library .profile__card-heading .info p {
    text-align: center;
    margin: 0;
  }
}
.profile .profile__card.library .premium-access {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 70px;
  max-height: 70px;
  font-weight: 700;
  border-radius: 0 0 13px 13px;
  text-align: center;
  color: #dd9964;
  font-size: 17px !important;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .profile .profile__card.library .premium-access {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: rgba(22, 28, 36, 0.49);
  }
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .profile .profile__card.library .premium-access {
    background: rgba(22, 28, 36, 0.98);
  }
}
.profile .profile__card.library .premium-access:after {
  content: "";
  left: 0;
  right: 0;
  height: 70px;
  display: block;
  top: -70px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  position: absolute;
}
@media (max-width: 550px) {
  .profile .profile__card.library .premium-access {
    line-height: 80px;
    max-height: 80px;
  }
  .profile .profile__card.library .premium-access:after {
    height: 120px;
    top: -120px;
  }
}

@media screen and (max-width: 1580px) {
  .profile .heading {
    font-size: 30px;
    line-height: 1.1em;
  }
  .profile__head {
    margin-bottom: 28px;
  }
  .profile__card {
    margin-top: 24px;
    padding: 0 22px 28px;
  }
  .profile__card-body {
    padding: 22px 0 0;
  }
  .profile__card-body .materials__tab {
    width: calc(100% + 44px);
    margin-left: -22px;
    margin-right: -22px;
  }
  .profile__card-body .vuebar-element {
    max-height: 220px;
  }
  .profile__card-body .profile__info {
    flex: 1;
  }
  .profile__card-heading h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1580px) and (max-width: 750px) {
  .profile__card-heading h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1580px) {
  .profile .materials__tabs {
    line-height: 54px;
  }
}
@media screen and (max-width: 1580px) {
  .profile_has-form .profile__card {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .profile_has-form .profile__card-body {
    padding: 10px 0 0;
  }
  .profile_has-form .profile__card-body .vuebar-element {
    height: calc(100vh - 635px);
    margin-top: 7px;
  }
  .profile_has-form .profile__not-certified {
    height: calc(100vh - 640px);
  }
}
@media screen and (max-width: 1200px) {
  .profile {
    margin-top: 70px;
  }
}
@media screen and (max-width: 992px) {
  .profile {
    margin-top: 70px;
  }
  .profile .profile-nav {
    margin-top: 0;
  }
  .profile_has-form .profile__card-body .vuebar-element {
    max-height: 375px;
    height: calc(100vh - 765px);
  }
}
@media screen and (max-width: 650px) {
  .profile {
    font-size: 25px;
    margin-top: 0;
  }
  .profile .heading {
    font-size: 25px;
  }
  .profile .materials__tabs {
    line-height: 44px;
  }
  .profile .materials__tabs > div {
    font-size: 11px;
    margin: 0 20px 0 0;
  }
  .profile .materials__tabs > div:nth-of-type(odd) {
    margin-left: 0;
  }
  .profile .materials__item {
    line-height: 36px;
  }
  .profile__head {
    margin-bottom: 22px;
  }
  .profile__controls button {
    max-width: 68px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
    transition: 0.3s ease;
  }
  .profile__status {
    padding-bottom: 18px;
    width: 100%;
    font-size: 13px;
  }
  .profile__status > div {
    display: block;
    margin-left: auto;
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 900;
  }
  .profile__status > div span {
    margin-left: 10px;
  }
  .profile__status:before {
    width: 20px;
    height: 20px;
  }
  .profile__card {
    margin-top: 19px;
    padding: 0 19px 21px;
    max-height: 60px;
    overflow: hidden;
    transition: 0.3s ease;
  }
  .profile__card_active {
    max-height: 1700px;
  }
  .profile__card_active .profile__card-heading h3:after {
    transform: rotate(-180deg);
  }
  .profile__card-heading {
    flex-wrap: wrap;
  }
  .profile__card-heading h3 {
    width: 100%;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
  }
  .profile__card-heading h3 b {
    margin-right: 3px;
  }
  .profile__card-heading h3:after {
    display: inline-block;
    font-family: "Linearicons";
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #39414c;
    content: "\E93A";
    font-size: 15px;
    transition: 0.3s ease;
    margin-left: auto;
  }
  .profile__card-heading > div {
    margin-left: 0;
  }
  .profile__card-heading > .btn {
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  .profile__card-body {
    flex-wrap: wrap;
  }
  .profile__card-body .materials__item {
    padding: 7px 19px;
  }
  .profile__info {
    margin-bottom: 28px;
  }
  .profile__info li {
    font-size: 15px;
  }
  .profile__certificate {
    height: 175px;
  }
}
.profile__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px 60px;
  max-width: 800px;
}
@media (max-width: 1325px) {
  .profile__info {
    grid-gap: 5px 20px;
  }
  .profile__info .profile__info li span {
    width: 90px;
  }
}
@media (max-width: 750px) {
  .profile__info li div {
    display: block;
  }
}
@media (max-width: 650px) {
  .profile__info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 490px) {
  .profile__head {
    padding-top: 50px;
  }
  .profile__head .profile__heading {
    position: absolute;
    top: 10px;
  }
  .profile__head .profile-status {
    margin-left: 0;
  }
}
.app-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.app-holder .profile__card {
  flex-basis: 48.7%;
  max-width: 48.7%;
  padding: 25px !important;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.app-holder .profile__card .profile__card-heading .logo {
  width: 80px !important;
  margin-left: 0;
}
.app-holder .profile__card .profile__card-heading .logo img {
  max-width: 80px !important;
  min-width: 80px !important;
}
.app-holder .profile__card .profile__card-heading .info h3 {
  font-size: 21px !important;
  line-height: normal !important;
}
.app-holder .profile__card .profile__card-heading .info p {
  font-size: 13px !important;
  margin-right: 0 !important;
  max-width: 300px !important;
}
.app-holder .profile__card .profile__card-heading .info a {
  font-size: 19px !important;
  margin-top: 0px !important;
}
.app-holder .profile__card .profile__card-heading .btn {
  position: absolute;
  border: 0 none !important;
  height: auto !important;
  min-width: auto !important;
  font-size: 13px !important;
  line-height: normal !important;
  padding: 0 !important;
  top: 16px;
  right: 22px;
  font-weight: 700 !important;
  background: none !important;
  color: #515b6b;
  transition: all 0.3s ease !important;
}
.app-holder .profile__card .profile__card-heading .btn b {
  font-weight: 700 !important;
}
.app-holder .profile__card:hover .btn {
  color: #e49e66;
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .app-holder .profile__card {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 950px) {
  .app-holder .profile__card {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .app-holder .profile__card {
    justify-content: center;
  }
  .app-holder .profile__card .profile__card-heading button.btn {
    position: static;
    margin-top: 20px;
    margin-bottom: 0;
    color: #a59dca;
  }
  .app-holder .profile__card .profile__card-heading .info a {
    font-size: 16px !important;
  }
}

.profile__card.profile-info .profile__card-heading {
  position: relative;
}

@media (max-width: 500px) {
  .mobile-hide {
    display: none;
  }
}
.sm-input {
  height: 70px;
  border-bottom: 1px solid rgba(36, 43, 53, 0.65);
  position: relative;
  display: flex;
  align-items: flex-end;
}
.sm-input_dropdown:before {
  content: "";
  position: absolute;
  background: url("../../imgs/icons/0826-chevron-up.svg") center center/100% auto no-repeat;
  width: 12px;
  height: 7px;
  bottom: 15px;
  right: 20px;
  transform: translateY(50%);
  pointer-events: none;
  transition: 0.3s ease;
}
.sm-input_dropdown input {
  cursor: pointer;
}
.sm-input_open:before {
  transform: translateY(50%) rotate(180deg);
}
.sm-input_open li {
  pointer-events: all !important;
}
.sm-input_open .sm-input__dropdown, .sm-input_open .ul {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.sm-input_open .sm-input__dropdown li, .sm-input_open .ul li {
  pointer-events: all;
}
.sm-input input {
  background: none;
  border: none;
  width: 100%;
  height: 75% !important;
  outline: none !important;
  color: #fff;
  font-size: 18px;
}
.sm-input input[type=password] {
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-left: 13px;
}
.sm-input__label {
  font-size: 18px;
  color: rgba(191, 195, 226, 0.35);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s ease;
  transform-origin: center left;
}
.sm-input__err {
  color: #f73e61;
  font-weight: 900;
  font-size: 11px;
  text-transform: none;
}
.sm-input__success {
  color: #00c775;
  font-weight: 900;
  font-size: 11px;
  text-transform: none;
}
.sm-input__dropdown {
  opacity: 0;
  pointer-events: none;
}
.sm-input__dropdown li {
  font-size: 13px;
  line-height: 25px;
  color: #818da0;
  max-height: 150px;
  cursor: pointer;
  pointer-events: none;
}
.sm-input__dropdown input {
  padding: 0 0 0 25px;
}
.sm-input__dropdown input::-moz-placeholder {
  color: #818da0;
}
.sm-input__dropdown input:-ms-input-placeholder {
  color: #818da0;
}
.sm-input__dropdown input::placeholder {
  color: #818da0;
}

.profile__form .input {
  height: 70px;
  background: #12171f;
  border-radius: 8px;
  padding: 0 20px;
  margin-bottom: 20px;
  border: 0 none;
}
.profile__form .input .input__label {
  left: 20px;
}

.popup {
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0px 3px 50px 0px rgba(134, 40, 89, 0.2);
  width: 793px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popup__heading {
  font-size: 25px;
}
.popup__text {
  font-size: 14px;
  font-weight: 700;
  color: rgba(31, 31, 31, 0.65);
  margin-top: 15px;
}
.popup__controls {
  margin-top: 50px;
}
.popup__controls .btn {
  min-width: 125px;
  height: 40px;
  font-size: 10px;
}
.popup__controls .btn:nth-of-type(1) {
  margin-right: 14px;
}
.popup__close {
  position: absolute;
  top: 32px;
  right: 32px;
  font-size: 18px;
}

.final-form {
  max-width: 860px;
  margin: 0 auto;
}
.final-form .heading {
  font-size: 25px;
}
.final-form .heading span {
  display: inline;
}
.final-form__heading {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.final-form__count {
  display: flex;
  margin-left: auto;
}
.final-form__count > div {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(1, 28, 69, 0.15);
  border-radius: 50%;
  color: rgba(31, 31, 31, 0.5);
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  transition: 0.3s ease;
}
.final-form__count > div:nth-of-type(even) {
  border: none;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: none !important;
}
.final-form__count > div:nth-of-type(even) b {
  width: 2px;
  height: 2px;
  background: rgba(1, 28, 69, 0.2);
}
.final-form__count > div.reached {
  background: rgba(134, 204, 165, 0.5);
  color: #fff;
  border-color: rgba(134, 204, 165, 0);
}
.final-form__count > div.reached b {
  background: #e58baa;
}
.final-form__count > div.active {
  transform: scale(1.125);
  background: #86cca5;
  color: #fff;
  border-color: rgba(134, 204, 165, 0);
}
.final-form__card {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 3px 50px -15px rgba(95, 59, 76, 0.15);
  max-height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 40px;
  position: relative;
}
.final-form__card > .btn {
  height: 35px;
  min-width: 100px;
  font-size: 10px;
}
.final-form__form {
  max-width: 630px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.final-form__form h3 {
  font-size: 20px;
}
.final-form__form h3:not(:first-of-type) {
  margin-top: 40px;
}
.final-form__form .sm-input__label {
  padding: 10px 0 5px;
}
.final-form__steps {
  justify-content: center;
  display: flex;
  margin-top: auto;
  margin-top: 35px;
  padding: 0 25px;
}
.final-form__steps > .btn {
  height: 35px;
  min-width: 100px;
  font-size: 10px;
  display: block;
}
.final-form__steps > .btn i {
  margin-bottom: -1px;
  vertical-align: middle;
}
.final-form__steps > .btn:nth-of-type(even) {
  margin-left: 15px;
}
.final-form__controls {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px;
}
.final-form__controls .btn {
  min-width: 0;
  height: 42px;
  font-size: 14px;
  text-transform: none;
  font-weight: 700;
  pointer-events: all;
}
.final-form__boxes {
  margin-top: 23px;
  position: relative;
}
.final-form__boxes .sm-input__err {
  position: absolute;
  top: -8px;
  right: 0;
}
.final-form__boxes p {
  font-size: 14px;
  color: rgba(31, 31, 31, 0.65);
  line-height: 20px;
  font-weight: 700;
  margin-top: 17px;
}
.final-form__uploaders {
  width: 100%;
}
.final-form__uploaders > .btn {
  height: 35px;
  min-width: 100px;
  font-size: 10px;
  display: block;
  margin: 35px auto 0;
}
.final-form__uploaders.loading .final-form__loader,
.final-form__uploaders + .loading .final-form__loader {
  opacity: 1;
  pointer-events: inherit;
}
.final-form__loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 3px 20px 0px rgba(87, 61, 77, 0.15);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.final-form__loader h4 {
  font-size: 24px;
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 13px;
}
.final-form__loader h4:before {
  content: "";
  display: block;
  background: url("../../imgs/icons/0731-sync.svg") center center/cover no-repeat;
  width: 60px;
  height: 60px;
  margin: 0 auto 6px;
  -webkit-animation: rotate 1s ease-in-out infinite;
          animation: rotate 1s ease-in-out infinite;
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.final-form__loader p {
  color: rgba(31, 31, 31, 0.65);
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  max-width: 420px;
}
.final-form__uploader {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  padding: 0 50px;
}
.final-form__uploader h3 {
  font-size: 20px;
}
.final-form__uploader .file-uploads-drop {
  width: 100%;
  min-height: 180px;
  text-align: right;
  color: #c66e92;
  text-transform: none;
  display: flex;
  align-items: flex-start;
  font-size: 11px;
  margin-top: 30px;
}
.final-form__uploader .file-uploads-drop > span {
  margin-right: auto;
  text-transform: uppercase;
  color: #1f1f1f;
}
.final-form__uploader .btn-uploader {
  width: 0;
  height: 0;
  border: none;
  overflow: hidden;
  position: absolute;
}
.final-form__uploader:not(:first-of-type) {
  margin-top: 35px;
}
.final-form__img-list {
  position: absolute;
  bottom: 40px;
}
.final-form__img-list li {
  width: 110px;
  height: 110px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  z-index: 9;
}
.final-form__img-list li .icon-cross {
  background: #eb6076;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  font-size: 8px;
  text-align: center;
  line-height: 20px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: -9px;
  right: -9px;
}
.final-form__img-list li:not(:last-of-type) {
  margin-right: 15px;
}
.final-form__foot {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #86cca5;
  margin-top: 20px;
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  max-width: 760px;
}

@media screen and (max-width: 1580px) {
  .final-form__heading {
    margin-bottom: 25px;
  }
  .final-form__card {
    padding: 30px 0 30px;
  }
  .final-form__form h3 {
    font-size: 18px;
  }
  .final-form__form h3:not(:first-of-type) {
    margin-top: 20px;
  }
  .final-form__form .sm-input__label {
    padding: 8px 0 2px;
  }
  .final-form__uploader .file-uploads-drop {
    min-height: 150px;
  }
}
@media screen and (max-width: 992px) {
  .final-form__card {
    padding: 20px 0 20px;
  }
  .final-form__uploader {
    padding: 0 25px;
  }
}
@media screen and (max-width: 710px) {
  .final-form__img-list {
    padding-right: 15px;
    margin-bottom: -15px;
  }
  .final-form__img-list li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 550px) {
  .final-form .heading {
    font-size: 23px;
  }
  .final-form__heading {
    flex-wrap: wrap;
    justify-content: center;
  }
  .final-form__count {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .final-form__card {
    max-height: none;
    margin-bottom: 15px;
  }
  .final-form__steps > .btn {
    width: 100%;
    max-width: 333px;
  }
}
.uploader__inner {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 35px;
  left: 0;
  padding-top: 100px;
  background: url("../../imgs/icons/img-icon.svg") top center/132px auto no-repeat;
}
.uploader__inner span:not(.sm-input__err) {
  display: block;
  font-weight: 900;
  font-size: 14px;
  color: rgba(31, 31, 31, 0.35);
}
.uploader__inner .sm-input__err {
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 550px) {
  .uploader__inner {
    bottom: 15px;
    background-position: center 18px;
    background-size: 112px auto;
  }
}
.status-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/images/login-bg.png") no-repeat center center #212730;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.status-screen__logo {
  margin-bottom: 25px;
  position: relative;
}
.status-screen__logo img {
  width: 75px;
}
@media (max-width: 650px) {
  .status-screen__logo {
    margin-bottom: 10px;
  }
  .status-screen__logo img {
    width: 60px;
  }
}
.status-screen__heading {
  font-size: 45px;
  color: #fff;
  position: relative;
}
@media (max-width: 650px) {
  .status-screen__heading {
    font-size: 37px;
  }
}
.status-screen__heading b {
  font-weight: 300;
}
.status-screen__text {
  max-width: 560px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 30px;
  color: #7e8ea5;
  padding-left: 20px;
  position: relative;
  padding-right: 20px;
  font-size: 19px;
}
@media (max-width: 650px) {
  .status-screen__text {
    font-size: 17px;
    max-width: 340px;
  }
}
.status-screen__status {
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
  display: flex;
  align-items: center;
}
.status-screen__status span {
  display: inline;
  font-weight: 700;
  margin-right: 7px;
}
.status-screen__status:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 7px;
}
.status-screen__status_pass:before {
  background: #86cca5 url("/images/check-icon-white.svg") center calc(50% + 1px)/15px auto no-repeat !important;
}
.status-screen__status_fail:before {
  background: #bf6565 url("/images/x-icon-white.svg") center calc(50%)/10px auto no-repeat !important;
}
@media (max-width: 500px) {
  .status-screen__status {
    flex-direction: column;
  }
  .status-screen__status span {
    margin-right: 0;
    margin-bottom: 7px;
  }
  .status-screen__status:before {
    margin-right: 0;
    margin-bottom: 7px;
  }
}
.status-screen__grade {
  width: 267px;
  display: flex;
  justify-content: space-between;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 25px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(62, 74, 90, 0.4);
  border-bottom: 1px solid rgba(62, 74, 90, 0.4);
  padding-bottom: 20px;
}
.status-screen__grade b {
  color: #9791ca;
  font-weight: 900;
}
.status-screen__controls {
  width: 310px;
  display: flex;
  justify-content: center;
}
.status-screen__controls .btn {
  min-width: 125px;
  font-size: 15px;
  height: 46px;
  padding: 0 30px;
  text-transform: capitalize;
}
.status-screen__controls .btn:only-of-type {
  margin: 0 auto;
}
.status-screen__controls .btn:first-of-type {
  margin-right: 10px;
}
.status-screen__controls .btn:last-of-type {
  margin-left: 10px;
}
.status-screen__close {
  position: absolute;
  top: 27px;
  right: 24px;
  background: none;
  transition: 0.3s ease;
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  width: 45px;
  height: 45px;
  border-radius: 100px;
}
.status-screen__close:hover {
  transform: rotate(90deg);
}
.status-screen__close i {
  font-size: 14px;
  color: #86cca5;
  font-weight: 900;
}

.top-controls {
  height: 186px;
  display: none;
}
.top-controls__list {
  height: 66px;
  background: #212730;
  border-bottom: 1px solid #2a2e3a;
  display: flex;
}
.top-controls__item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.top-controls__item:not(:last-of-type) {
  border-right: 1px solid #2a2e3a;
}
.top-controls__item i {
  margin-right: 10px;
  font-size: 19px;
}
.top-controls__item svg {
  height: 19px;
  margin-right: 10px;
  fill: #818da0;
}
.top-controls__item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-controls__item_disabled {
  opacity: 0.5;
}
.top-controls__item_active {
  color: #fff;
  background: #86cca5;
}
.top-controls__item_active svg {
  fill: #fff;
}
.top-controls__logo {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .top-controls__logo {
    background: #212730;
    z-index: 20;
  }
}
.top-controls__logo img {
  height: 70px;
  margin-right: 15px;
}
.top-controls__logo h2 {
  font-size: 28px;
  font-weight: 100;
  color: #fff;
  font-weight: 700;
}
.top-controls__logo h2 span {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #5a6473;
  display: block;
}
.top-controls__decoration {
  position: absolute;
}
.top-controls__decoration:nth-of-type(odd) {
  background: url("../../imgs/dots-header-bg-tablet.png") bottom right/90px 83px no-repeat;
  width: 83px;
  height: 83px;
}
.top-controls__decoration:nth-of-type(even) {
  background: url("../../imgs/mesh-2.png") top right/cover no-repeat;
}
.top-controls__decoration:nth-of-type(1) {
  top: -6px;
  left: calc(50% + 138px);
}
.top-controls__decoration:nth-of-type(2) {
  width: 60px;
  height: 60px;
  top: 40px;
  left: calc(50% - 320px);
  transform: rotate(-110deg);
}
.top-controls__decoration:nth-of-type(3) {
  transform: rotate(137deg);
  top: 18px;
  left: calc(50% - 366px);
}
.top-controls__decoration:nth-of-type(4) {
  top: 0;
  left: calc(50% + 245px);
  width: 90px;
  height: 90px;
  transform: rotate(-83deg);
}
.top-controls_form {
  height: 219px;
}

@media screen and (max-width: 1200px) {
  .top-controls {
    display: block;
    padding-top: 66px;
  }
  .top-controls__list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s ease;
  }
  .top-controls__list.down {
    top: -66px;
  }
  .top-controls_profile + .row {
    height: 100vh;
  }
  .top-controls_form + .row .page__right-block {
    padding: 30px 15px 0 15px;
  }
}
@media screen and (max-width: 650px) {
  .top-controls {
    height: 180px;
    padding-top: 60px;
  }
  .top-controls_form {
    height: 143px;
  }
  .top-controls__list {
    height: 60px;
    z-index: 99;
    background: rgba(33, 39, 48, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .top-controls__list.down {
    top: -60px;
  }
  .top-controls__logo {
    height: 115px;
  }
  .top-controls__logo h2 {
    font-size: 24px;
  }
  .top-controls__logo h2 span {
    font-size: 14px;
  }
  .top-controls__logo h2 span:after {
    width: 50px;
    height: 50px;
    background-size: auto 50px;
  }
  .top-controls__logo img {
    height: 60px;
    margin-right: 10px;
  }
  .top-controls_profile + .row {
    height: calc(100vh - 180px);
    height: auto;
  }
}
body.sm--checkout-page {
  position: static !important;
}

.sm--checkout-page .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh a.crisp-kquevr {
  bottom: 20px !important;
  right: 20px !important;
}

.sm--checkout-page:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #161a23;
  z-index: 99999;
  transition: all 0.3s ease;
}

.sm--checkout-page.ready:after {
  background: rgba(22, 26, 35, 0);
  pointer-events: none;
}

.checkout-container {
  background: #222730;
  background-size: 1920px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
@media (max-height: 850px) {
  .checkout-container {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1020px) {
  .checkout-container {
    display: block;
  }
}
@media (max-width: 1200px) {
  .checkout-container {
    margin-top: 40px !important;
  }
}
.checkout-container:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/imgs/icons/checkout-logo-bg.svg") no-repeat 57% -180px;
  background-size: 1920px;
  z-index: 1;
  filter: saturate(1) hue-rotate(32deg);
  pointer-events: none;
}
.checkout-container:after {
  content: "";
  background: url("/imgs/icons/form-stars.png") no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 40px;
  width: 51px;
  height: 31px;
  transform: rotate(-55deg);
}
.checkout-container .input input:-webkit-autofill, .checkout-container .input input:-webkit-autofill:hover, .checkout-container .input input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #1e242e inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.checkout-container .left-side {
  flex-basis: 58%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 20;
  margin-right: 42%;
}
@media (max-width: 1020px) {
  .checkout-container .left-side {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .checkout-container .left-side {
    padding: 0 15px 25px 15px;
  }
}
.checkout-container .left-side .box {
  background: #171c25;
  border-radius: 12px;
  margin: 0 auto 20px auto;
  max-width: 730px;
  width: 100%;
  padding: 20px 40px;
}
@media (max-width: 1200px) {
  .checkout-container .left-side .box {
    padding: 30px;
  }
}
@media (max-width: 550px) {
  .checkout-container .left-side .box {
    padding: 20px;
  }
}
.checkout-container .left-side .payment-box {
  position: relative;
}
.checkout-container .left-side .payment-box:before {
  content: "";
  background: url("/imgs/icons/form-stars.png") no-repeat;
  position: absolute;
  left: -140px;
  top: 260px;
  width: 51px;
  height: 31px;
}
.checkout-container .left-side .payment-box:after {
  content: "";
  background: url("/imgs/icons/small-mesh.png") no-repeat;
  position: absolute;
  left: -130px;
  top: 140px;
  width: 90px;
  height: 89px;
}
.checkout-container .left-side .payment-box .header .company-info {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #222730;
  margin: 0 -40px 25px -40px;
  padding-left: 40px;
  padding-right: 40px;
}
.checkout-container .left-side .payment-box .header .company-info > img {
  max-height: 60px;
  margin-right: 15px;
}
.checkout-container .left-side .payment-box .header .company-info .company-name {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}
.checkout-container .left-side .payment-box .header .company-info .company-name span {
  font-weight: 700;
}
.checkout-container .left-side .payment-box .header .company-info .tax {
  color: #626b7e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-top: 3px;
}
.checkout-container .left-side .payment-box .header .company-info .secured {
  margin-left: auto;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.checkout-container .left-side .payment-box .header .company-info .secured span {
  color: #535b6b;
  font-weight: 600;
  font-size: 18px;
}
.checkout-container .left-side .payment-box .header .company-info .secured span:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  margin-bottom: -2px;
  width: 13px;
  height: 17px;
  filter: brightness(1.5) saturate(0.7);
  background: url("/imgs/icons/lock-icon-grey2.svg") no-repeat;
}
.checkout-container .left-side .payment-box .header .company-info .secured img {
  max-width: 64px;
  margin-left: 10px;
}
@media (max-width: 600px) {
  .checkout-container .left-side .payment-box .header .company-info .secured {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 550px) {
  .checkout-container .left-side .payment-box .header .company-info .secured {
    border-top: 1px solid #222730;
    padding-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 550px) {
  .checkout-container .left-side .payment-box .header .company-info {
    padding-bottom: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -30px 15px -30px;
    padding-top: 15px;
  }
  .checkout-container .left-side .payment-box .header .company-info img {
    max-height: 53px;
    margin-right: 10px;
  }
  .checkout-container .left-side .payment-box .header .company-info .header .company-info {
    font-size: 21px;
  }
  .checkout-container .left-side .payment-box .header .company-info .secured {
    flex-basis: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    flex-direction: row;
  }
}
.checkout-container .left-side .payment-box .header .company-contacts {
  margin: 0 -40px 35px -40px;
  border-bottom: 1px solid #222730;
  padding: 0 40px 25px 40px;
  display: flex;
  justify-content: space-between;
}
.checkout-container .left-side .payment-box .header .company-contacts .contacts > span {
  color: #535b6b;
  font-size: 19px;
  font-weight: 700;
}
.checkout-container .left-side .payment-box .header .company-contacts .contacts > span span {
  color: #d6dae2;
  margin-left: 5px;
}
.checkout-container .left-side .payment-box .header .company-contacts .contacts > span:last-of-type {
  margin-left: 15px;
}
.checkout-container .left-side .payment-box .header .company-contacts .back {
  color: #616979;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
}
.checkout-container .left-side .payment-box .header .company-contacts .back .arrow {
  transform: rotate(-180deg);
  margin-right: 10px;
  background: #616979;
  margin-top: -4px;
}
.checkout-container .left-side .payment-box .header .company-contacts .back .arrow:before, .checkout-container .left-side .payment-box .header .company-contacts .back .arrow:after {
  background: #616979;
}
@media (max-width: 1200px) {
  .checkout-container .left-side .payment-box .header .company-contacts .back {
    position: absolute;
    top: -31px;
  }
}
@media (max-width: 1020px) {
  .checkout-container .left-side .payment-box .header .company-contacts {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 550px) {
  .checkout-container .left-side .payment-box .header .company-contacts {
    padding: 0 20px 15px 20px;
    margin: 0 -20px 25px -20px;
  }
  .checkout-container .left-side .payment-box .header .company-contacts .contacts span {
    font-size: 17px;
  }
}
@media (max-width: 650px) {
  .checkout-container .left-side .payment-box .header .company-contacts .contacts .phone {
    display: block;
    margin-left: 0 !important;
    margin-top: 8px;
  }
}
.checkout-container .left-side .payment-box .input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  padding: 0 20px;
  background: #1e242e;
  border-radius: 12px;
  border-bottom: 0 none;
  box-shadow: 0 0 50px -5px rgba(18, 22, 29, 0.6);
}
.checkout-container .left-side .payment-box .input label {
  position: static;
  transform: none;
  font-weight: 600;
  order: -1;
}
.checkout-container .left-side .payment-box .input input {
  flex: 1;
  margin-left: 20px;
  height: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 550px) {
  .checkout-container .left-side .payment-box .input {
    flex-direction: column;
    align-items: flex-start;
  }
  .checkout-container .left-side .payment-box .input input {
    display: block;
    margin-left: 0;
    line-height: 50px;
    margin-top: 5px;
  }
  .checkout-container .left-side .payment-box .input label {
    transform: translateY(12px);
  }
}
.checkout-container .left-side .payment-box .card-label {
  color: #788395;
  font-weight: 600;
  font-size: 19px;
  margin-top: 20px;
}
.checkout-container .left-side .payment-box #card-element {
  background: #1e242e;
  border-radius: 12px;
  border-bottom: 0 none;
  box-shadow: 0 0 50px -5px rgba(18, 22, 29, 0.6);
  padding: 0 20px;
  margin-top: 15px;
}
.checkout-container .left-side .payment-box .invoice-toggle {
  margin: 27px -40px 25px -40px;
  border-bottom: 1px solid #222730;
  padding: 0 40px 26px 40px;
}
.checkout-container .left-side .payment-box .invoice-toggle span {
  font-size: 19px;
  color: #535b6b;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.checkout-container .left-side .payment-box .invoice-toggle span:before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 100px;
  background: #202631;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.checkout-container .left-side .payment-box .invoice-toggle span:after {
  transform: scale(0.2);
  opacity: 0;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  border-radius: 100px;
  background: #bbaee2;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  left: 5px;
  top: 10px;
  transition: all 0.3s ease;
}
.checkout-container .left-side .payment-box .invoice-toggle span.invoice-open:after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}
@media (max-width: 550px) {
  .checkout-container .left-side .payment-box .invoice-toggle {
    margin: 27px -30px 15px -30px;
  }
}
.checkout-container .left-side .payment-box .invoice-toggle .invoice-form {
  transition: all 0.3s ease;
}
.checkout-container .left-side .payment-box .invoice-toggle .invoice-form .input {
  margin-top: 15px;
}
.checkout-container .left-side .payment-box .invoice-toggle .invoice-form .input.optional:before {
  content: "Optional";
  display: block;
  margin-left: 7px;
  font-size: 14px;
  color: #4a5361;
  font-weight: 600;
  position: absolute;
  right: 20px;
}
@media (max-width: 550px) {
  .checkout-container .left-side .payment-box .invoice-toggle .invoice-form .input.optional:before {
    top: 15px;
    font-size: 13px;
  }
}
@media (max-width: 550px) {
  .checkout-container .left-side .payment-box .invoice-toggle .invoice-form .input input {
    line-height: 45px;
  }
}
.checkout-container .left-side .payment-box .invoice-toggle .invoice-form label {
  pointer-events: auto;
}
.checkout-container .left-side .payment-box .invoice-toggle .invoice-form label > span {
  display: none;
}
.checkout-container .left-side .payment-box .invoice-toggle .slide-enter-active {
  transition: all 0.5s ease;
}
.checkout-container .left-side .payment-box .invoice-toggle .slide-leave-active {
  transition: all 0.5s ease;
}
.checkout-container .left-side .payment-box .invoice-toggle .slide-enter-to,
.checkout-container .left-side .payment-box .invoice-toggle .slide-leave {
  max-height: 600px;
  overflow: hidden;
  opacity: 1;
}
.checkout-container .left-side .payment-box .invoice-toggle .slide-enter,
.checkout-container .left-side .payment-box .invoice-toggle .slide-leave-to {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
@media (max-width: 550px) {
  .checkout-container .left-side .payment-box .invoice-toggle {
    margin: 27px -35px 15px -35px;
  }
}
.checkout-container .left-side .payment-box .ssl {
  color: #535b6b;
  font-size: 19px;
  font-weight: 600;
}
.checkout-container .left-side .payment-box .ssl:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  margin-bottom: -2px;
  width: 15px;
  height: 19px;
  filter: brightness(1.5) saturate(0.7);
  background: url("/imgs/icons/lock-icon-grey2.svg") no-repeat;
}
@media (max-width: 550px) {
  .checkout-container .left-side .payment-box .ssl {
    padding-left: 24px;
    position: relative;
    font-size: 18px;
  }
  .checkout-container .left-side .payment-box .ssl:before {
    position: absolute;
    left: 0;
    top: 4px;
  }
}
.checkout-container .left-side .payment-box .logos {
  display: flex;
  padding: 25px 40px;
  background: #141820;
  margin: 25px -40px -25px -40px;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 1200px) {
  .checkout-container .left-side .payment-box .logos {
    margin: 25px -30px -30px -30px;
  }
}
.checkout-container .left-side .payment-box .logos li {
  margin-right: 30px;
}
.checkout-container .left-side .payment-box .logos li img {
  height: 25px;
}
@media (max-width: 550px) {
  .checkout-container .left-side .payment-box .logos {
    margin: 15px -20px -25px -20px;
    padding: 20px 20px;
    justify-content: center;
  }
  .checkout-container .left-side .payment-box .logos li {
    margin-right: 15px;
  }
  .checkout-container .left-side .payment-box .logos li img {
    height: 25px;
  }
  .checkout-container .left-side .payment-box .logos li:last-of-type {
    max-width: 40px;
    overflow: hidden;
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .checkout-container .left-side .payment-box .logos li {
    margin-right: 10px;
  }
  .checkout-container .left-side .payment-box .logos li img {
    height: 22px;
  }
  .checkout-container .left-side .payment-box .logos li:last-of-type {
    max-width: 36px;
    overflow: hidden;
    margin-right: 0;
  }
}
.checkout-container .left-side .money-back {
  text-align: center;
  padding: 40px 40px;
  position: relative;
  background: #161a23;
}
.checkout-container .left-side .money-back img {
  max-width: 220px;
}
.checkout-container .left-side .money-back:before {
  content: "";
  background: url("/imgs/icons/moneyback-stars.png") no-repeat;
  position: absolute;
  left: -80px;
  bottom: -10px;
  width: 32px;
  height: 56px;
}
.checkout-container .left-side .money-back:after {
  content: "";
  background: url("/imgs/icons/middle-mesh.png") no-repeat;
  position: absolute;
  left: 10%;
  bottom: -50px;
  width: 111px;
  height: 111px;
}
@media (max-width: 550px) {
  .checkout-container .left-side .money-back:after {
    left: 4%;
    bottom: -45px;
    width: 61px;
    height: 81px;
    background-size: cover;
  }
}
@media (max-width: 600px) {
  .checkout-container .left-side .money-back {
    padding: 30px 40px;
  }
  .checkout-container .left-side .money-back img {
    max-height: 55px;
  }
}
.checkout-container .right-side {
  flex-basis: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  padding: 0 40px;
  background: rgba(20, 24, 33, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 20;
}
@media (max-width: 1200px) {
  .checkout-container .right-side {
    padding: 0 30px;
  }
}
@media (max-width: 1020px) {
  .checkout-container .right-side {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .checkout-container .right-side {
    padding: 50px 20px 20px 20px;
  }
}
.checkout-container .right-side .summary-box {
  width: 100%;
  max-width: 470px;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 1020px) and (min-height: 850px) {
  .checkout-container .right-side .summary-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 560px;
  }
}
@media (max-width: 1020px) {
  .checkout-container .right-side .summary-box {
    max-width: 730px;
  }
}
.checkout-container .right-side .summary-box:before {
  content: "";
  background: url("/imgs/icons/summary-stars.png") no-repeat;
  position: absolute;
  right: 140px;
  top: -40px;
  width: 32px;
  height: 56px;
}
@media (max-width: 550px) {
  .checkout-container .right-side .summary-box:before {
    transform: rotate(-45deg);
    top: -30px;
  }
}
.checkout-container .right-side .summary-box:after {
  content: "";
  background: url("/imgs/icons/middle-mesh.png") no-repeat;
  position: absolute;
  right: -70px;
  top: -110px;
  width: 111px;
  height: 111px;
}
@media (max-width: 1460px) {
  .checkout-container .right-side .summary-box:after {
    right: 30px;
  }
}
@media (max-height: 800px) {
  .checkout-container .right-side .summary-box:after {
    right: -10px;
    top: -47px;
    width: 90px;
    height: 90px;
    background-size: cover;
  }
}
@media (max-width: 550px) {
  .checkout-container .right-side .summary-box:after {
    top: -90px;
    right: 0px;
    width: 101px;
    height: 101px;
    background-size: cover;
  }
}
.checkout-container .right-side .summary-box .heading {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 24px;
  border-bottom: 1px solid #222730;
}
@media (max-width: 550px) {
  .checkout-container .right-side .summary-box .heading {
    font-size: 21px;
  }
}
@media (max-height: 800px) {
  .checkout-container .right-side .summary-box .heading {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
.checkout-container .right-side .summary-box .product {
  padding: 15px;
  background: #212833;
  border-radius: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.checkout-container .right-side .summary-box .product .product-img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background: url("/imgs/logos/SM-logo-sign.svg") no-repeat center center #171c25;
  margin-right: 20px;
  background-size: 37px;
}
.checkout-container .right-side .summary-box .product .product-name .name {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.checkout-container .right-side .summary-box .product .product-name .name span {
  font-weight: 600;
}
.checkout-container .right-side .summary-box .product .product-name .label {
  text-transform: uppercase;
  color: #a891f3;
  font-size: 17px;
  font-weight: 600;
  margin-top: 2px;
}
@media (max-width: 550px) {
  .checkout-container .right-side .summary-box .product .product-img {
    margin-right: 14px;
  }
  .checkout-container .right-side .summary-box .product .product-name .name {
    font-size: 22px;
  }
  .checkout-container .right-side .summary-box .product .product-name .label {
    font-size: 16px;
  }
}
@-webkit-keyframes pulse {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
.checkout-container .right-side .summary-box .switch {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e242e;
  height: 60px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 0 55px -10px rgba(15, 19, 25, 0.7);
}
.checkout-container .right-side .summary-box .switch > span {
  flex: 1;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 12px;
  font-weight: 700;
  z-index: 2;
  transition: all 0.3s ease;
}
.checkout-container .right-side .summary-box .switch > span.active {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}
.checkout-container .right-side .summary-box .switch > span.annual span:last-of-type, .checkout-container .right-side .summary-box .switch > span.lifetime span:last-of-type {
  background: rgba(182, 128, 87, 0.11);
  color: #e49e66;
  display: block;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.3s ease;
  padding: 6px 15px;
  border-radius: 18px;
  position: absolute;
  top: -12px;
  right: -10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-animation: pulse linear 1s infinite;
          animation: pulse linear 1s infinite;
}
.checkout-container .right-side .summary-box .switch:after {
  content: "";
  width: 50%;
  border-radius: 8px;
  background-color: #171c25;
  position: absolute;
  height: 50px;
  top: 5px;
  transition: all 0.3s ease;
  box-shadow: 0 0 35px -5px rgba(46, 54, 68, 0.4);
}
.checkout-container .right-side .summary-box .switch.monthly:after {
  left: 5px;
}
.checkout-container .right-side .summary-box .switch.annual:after, .checkout-container .right-side .summary-box .switch.lifetime:after {
  left: calc(50% - 5px);
}
.checkout-container .right-side .summary-box .total-list.hide {
  display: none;
}
.checkout-container .right-side .summary-box .total-list {
  line-height: 85px;
  font-size: 22px;
  color: #535b6b;
  font-weight: 700;
  margin-bottom: 10px;
}
.checkout-container .right-side .summary-box .total-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #222730;
  align-items: center;
}
.checkout-container .right-side .summary-box .total-list li .label {
  color: #9099ad;
}
.checkout-container .right-side .summary-box .total-list li .number {
  font-weight: 900;
}
.checkout-container .right-side .summary-box .total-list li .number span:first-of-type {
  font-size: 15px;
  vertical-align: super;
  transform: translateY(3px);
  display: inline-block;
}
.checkout-container .right-side .summary-box .total-list li .number span:last-of-type {
  font-size: 17px;
}
.checkout-container .right-side .summary-box .total-list li:last-of-type {
  border-bottom: 0 none;
}
.checkout-container .right-side .summary-box .total-list li.total .number {
  font-size: 30px;
  color: #fff;
}
.checkout-container .right-side .summary-box .total-list li.total .number span:first-of-type {
  font-size: 20px;
  color: #586171;
  transform: translateY(5px);
}
.checkout-container .right-side .summary-box .total-list li.total .number span:last-of-type {
  font-size: 19px;
}
.checkout-container .right-side .summary-box .total-list li.discount.hide {
  display: none;
}
.checkout-container .right-side .summary-box .total-list li.discount .discount-code {
  color: #86cca5;
  background: rgba(134, 204, 165, 0.07);
  border-radius: 7px;
  padding: 0 15px;
  font-size: 19px;
  line-height: 45px;
  max-height: 45px;
  text-shadow: 0 0 20px rgba(134, 204, 149, 0.4);
}
@media (max-width: 550px) {
  .checkout-container .right-side .summary-box .total-list li.discount .discount-code {
    font-size: 15px;
    line-height: 35px;
  }
}
.checkout-container .right-side .summary-box .total-list li.discount .number {
  color: #86cca5;
}
.checkout-container .right-side .summary-box .total-list li.discount .remove {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: auto;
  cursor: pointer;
  position: relative;
}
.checkout-container .right-side .summary-box .total-list li.discount .remove:before, .checkout-container .right-side .summary-box .total-list li.discount .remove:after {
  content: "";
  width: 3px;
  height: 100%;
  background: #383e48;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.checkout-container .right-side .summary-box .total-list li.discount .remove:before {
  transform: rotate(-45deg);
}
.checkout-container .right-side .summary-box .total-list li.discount .remove:after {
  transform: rotate(45deg);
}
.checkout-container .right-side .summary-box .total-list li.monthly .label {
  display: flex;
  flex-direction: column;
  line-height: normal;
}
.checkout-container .right-side .summary-box .total-list li.monthly .label span:first-of-type {
  color: #9099ad;
}
.checkout-container .right-side .summary-box .total-list li.monthly .label .explain {
  font-size: 13px;
  margin-top: 2px;
  color: #575f6d;
}
@media (max-width: 550px) {
  .checkout-container .right-side .summary-box .total-list {
    font-size: 20px;
    line-height: 65px;
  }
}
@media (max-height: 750px) {
  .checkout-container .right-side .summary-box .total-list {
    line-height: 70px;
  }
}
.checkout-container .right-side .summary-box .total-list.no_first_month {
  margin-top: 30px;
}
.checkout-container .right-side .summary-box .controls.hide {
  display: none;
}
.checkout-container .right-side .stripe-label {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  width: auto;
  flex: 1;
  min-width: 170px;
  justify-content: center;
  align-items: center;
  color: #3f4652;
  font-size: 19px;
  font-weight: 600;
  z-index: 10;
}
.checkout-container .right-side .stripe-label img {
  max-height: 33px;
  margin-left: 10px;
  opacity: 0.7;
}
@media (max-height: 800px) {
  .checkout-container .right-side .stripe-label {
    bottom: 20px;
    margin-top: 20px !important;
  }
}
@media (max-width: 1020px) {
  .checkout-container .right-side .stripe-label {
    margin-top: 40px;
    width: 100%;
    position: static;
  }
}
@media (max-height: 850px) {
  .checkout-container .right-side .stripe-label {
    margin-top: 40px;
    width: 100%;
    height: 35px;
    position: static;
    flex: 0;
    margin-bottom: 0;
  }
}
.checkout-container .right-side:after {
  content: "";
  background: url("/imgs/icons/big-mesh.png") no-repeat;
  position: absolute;
  left: -70px;
  top: 53%;
  width: 148px;
  height: 148px;
  z-index: 100;
}
@media (max-width: 1400px) {
  .checkout-container .right-side:after {
    display: none;
  }
}
.checkout-container.invoice-open {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout-container.invoice-open .selected-value {
  display: none;
}
@media (max-width: 1020px) {
  .checkout-container.has-message {
    margin-top: 80px !important;
  }
}
@media (max-width: 720px) {
  .checkout-container.has-message {
    margin-top: 120px !important;
  }
}
@media (max-width: 390px) {
  .checkout-container.has-message {
    margin-top: 140px !important;
  }
}

.global-error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 25px 30px;
  background: rgba(230, 95, 95, 0.7);
  z-index: 99999;
  color: white;
  font-size: 17px;
  font-weight: 600;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  line-height: 1.4em;
  cursor: pointer;
}
.global-error.trial {
  background: #d49257;
}
@media (max-width: 700px) {
  .global-error {
    padding: 15px 20px;
    text-align: left;
  }
}
@media (max-width: 500px) {
  .global-error {
    font-size: 15px;
  }
}

.controls button {
  width: 100%;
  background: #756ed2;
  border-radius: 12px;
  border: 0 none;
  color: #fff;
  line-height: 60px;
  min-height: 70px;
  font-size: 25px;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  transition: all 0.3s ease !important;
}
@media (min-width: 700px) {
  .controls button:hover {
    transform: scale(0.98);
  }
}
@media (max-width: 550px) {
  .controls button {
    line-height: 50px;
    min-height: 60px;
    font-size: 20px;
  }
  .controls button > span:before {
    margin-right: 7px !important;
    margin-bottom: -2px !important;
    width: 15px !important;
    height: 19px !important;
  }
  .controls button img {
    max-width: 110px !important;
    margin-bottom: -4px;
  }
}
@media (max-height: 800px) {
  .controls button {
    line-height: 60px;
    min-height: 70px;
  }
}
.controls button .processing {
  display: none;
  transform: none;
  font-weight: 700;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.controls button .processing:before {
  margin-bottom: -4px;
  width: 25px;
  height: 25px;
  -webkit-animation: rotating 1s linear infinite;
          animation: rotating 1s linear infinite;
  background: url("/imgs/icons/loading-icon.svg") no-repeat;
}
@media (max-width: 600px) {
  .controls button .processing {
    font-size: 22px;
  }
  .controls button .processing:before {
    width: 22px;
    height: 22px;
  }
}
.controls button > span {
  transform: translateY(-6px);
  display: inline-block;
}
.controls button > span:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -2px;
  width: 20px;
  height: 24px;
  background: url("/imgs/icons/lock-icon-grey-purple.svg") no-repeat;
}
.controls button > span .price {
  font-weight: 900;
  font-size: 30px;
  margin-left: 5px;
  transform: translateY(3px);
  display: inline-block;
}
.controls button > span .price span:first-of-type {
  font-size: 20px;
  vertical-align: super;
  transform: translateY(5px);
  display: inline-block;
  font-weight: 400;
  margin-right: -2px;
}
.controls button > span .price span:last-of-type {
  font-size: 20px;
  font-weight: 700;
  transform: none;
  margin-left: -4px;
}
.controls button.loading {
  transform: none !important;
  cursor: default;
}
.controls button.loading > span {
  display: none;
}
.controls button.loading .processing {
  display: block;
}
.controls button#paypal-button {
  background: #fff;
}
.controls button#paypal-button > span:before {
  display: none;
}
.controls button#paypal-button span img {
  max-width: 130px;
  vertical-align: middle;
}
.controls button#paypal-button.loading {
  color: #179bd7;
}
.controls .discount-toggle {
  text-align: center;
  font-size: 17px;
  color: rgba(82, 90, 105, 0.6);
  cursor: pointer;
  font-weight: 600;
}
.controls .input {
  border-bottom: 0;
  background: #161a23;
  height: 60px;
  position: relative;
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 100;
}
.controls .input input {
  height: 100%;
  padding: 0 20px;
}
.controls .input input::-moz-placeholder {
  color: #434a5a;
}
.controls .input input:-ms-input-placeholder {
  color: #434a5a;
}
.controls .input input::placeholder {
  color: #434a5a;
}
.controls .input .discount-btn {
  height: 100%;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 0 10px 10px 0;
  color: #707b8e;
  font-weight: 700;
  cursor: pointer;
}
.controls .input .error {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
  text-align: center;
  font-size: 13px;
  color: #cc5e64;
}
.controls.desktop-controls {
  display: block;
}
.controls.mobile-controls {
  width: 100%;
  display: none;
}

.checkout-container .right-side .summary-box > div > .price {
  display: none;
}

@media (max-width: 1020px) {
  .checkout-container .left-side .money-back:after,
.checkout-container .right-side .summary-box:after,
.checkout-container .right-side .summary-box:before,
.checkout-container:after {
    display: none;
  }

  .controls.desktop-controls {
    display: none;
  }

  .controls.mobile-controls {
    display: block;
    max-width: 730px;
  }

  .checkout-container {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0px !important;
  }
  .checkout-container .left-side {
    width: 100%;
    margin-top: 27px;
  }
  .checkout-container .right-side {
    padding: 10px 25px 15px 25px;
    position: static;
    display: block;
    bottom: auto;
    cursor: pointer;
    background: rgba(24, 28, 38, 0.79);
    top: 20px;
    left: 20px;
    right: 20px;
    width: 93%;
    margin: 15px auto;
    border-radius: 12px;
    max-width: 730px;
  }
  .checkout-container .right-side .stripe-label {
    display: none;
  }
  .checkout-container .right-side .summary-box {
    overflow: hidden;
    max-height: 40px;
    transition: max-height 0.3s linear;
    margin: 0 auto;
  }
  .checkout-container .right-side .summary-box > div > .price {
    display: block;
    pointer-events: none;
  }
  .checkout-container .right-side .summary-box .product {
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
  }
  .checkout-container .right-side .summary-box .product .product-img {
    width: 50px;
    height: 50px;
    background-size: 24px;
  }
  .checkout-container .right-side .summary-box .product .product-name .name {
    font-size: 19px;
  }
  .checkout-container .right-side .summary-box .product .product-name .label {
    font-size: 14px;
  }
  .checkout-container .right-side .summary-box .switch .annual span:last-of-type, .checkout-container .right-side .summary-box .switch .lifetime span:last-of-type {
    right: 5px !important;
  }
  .checkout-container .right-side .summary-box .product,
.checkout-container .right-side .summary-box .switch,
.checkout-container .right-side .summary-box .total-list {
    opacity: 0;
    transition: opacity 0.3s linear 0s;
  }
  .checkout-container .right-side .summary-box .heading {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 19px;
  }
  .checkout-container .right-side .summary-box .heading i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    zoom: 0.8;
  }
  .checkout-container .right-side .summary-box .heading i:before, .checkout-container .right-side .summary-box .heading i:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #303640;
    display: block;
    position: absolute;
    top: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  .checkout-container .right-side .summary-box .heading i:before {
    transform: rotate(45deg);
    left: 0;
  }
  .checkout-container .right-side .summary-box .heading i:after {
    transform: rotate(-45deg);
    right: 0;
  }
  .checkout-container .right-side .summary-box .price {
    position: absolute;
    top: 0px;
    right: 5px;
    font-weight: 900;
    font-size: 30px;
    margin-left: 5px;
    transform: translateY(3px);
    display: inline-block;
    color: #fff;
    display: block;
  }
  .checkout-container .right-side .summary-box .price span:first-of-type {
    font-size: 20px;
    vertical-align: super;
    transform: translateY(5px);
    display: inline-block;
    font-weight: 400;
    margin-right: -2px;
    color: #677182;
  }
  .checkout-container .right-side .summary-box .price span:last-of-type {
    font-size: 20px;
    font-weight: 700;
    transform: none;
    margin-left: -4px;
  }
  .checkout-container .right-side.active .summary-box {
    max-height: 600px;
    margin: 0 auto;
    overflow: visible;
  }
}
@media (max-width: 1020px) and (max-width: 550px) {
  .checkout-container .right-side.active .summary-box {
    max-height: 530px;
  }
}
@media (max-width: 1020px) {
  .checkout-container .right-side.active .summary-box .heading i:before {
    transform: rotate(-45deg);
    left: 0;
  }
  .checkout-container .right-side.active .summary-box .heading i:after {
    transform: rotate(45deg);
    right: 0;
  }
}
@media (max-width: 1020px) {
  .checkout-container .right-side.active .summary-box .product,
.checkout-container .right-side.active .summary-box .switch,
.checkout-container .right-side.active .summary-box .total-list {
    opacity: 1;
    transition: opacity 0.3s linear 0.2s;
  }
}
@media (max-width: 1020px) {
  .checkout-container .right-side.active .summary-box .total-list {
    margin-bottom: 0;
  }
}
body.sm--tools-page {
  background: url("/imgs/tools-bg2.png") no-repeat calc(100% + 750px) -380px #1c2028;
  background-attachment: fixed;
  background-size: 1700px, 1700px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}

.video-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(7, 12, 19, 0.95);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: saturate(100%) blur(3px);
          backdrop-filter: saturate(100%) blur(3px);
}
.video-popup .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: 700;
  cursor: pointer;
}
.video-popup .container {
  width: 100%;
  max-width: 1140px;
  min-height: 640px;
  border-radius: 17px;
  overflow: hidden;
}
.video-popup .container iframe {
  width: 100%;
  min-height: 640px;
  height: 100%;
}

button {
  transition: padding 0.3s ease, opacity 0.3s ease, transform 0.3s ease !important;
}
button .arrow, button .arrow:before, button .arrow:after {
  transition: padding 0.3s ease, opacity 0.3s ease, transform 0.3s ease !important;
}
button.disabled {
  background: none;
  border: 2px solid #2f3542;
  color: #4a5263;
  pointer-events: none;
}
button.disabled .arrow, button.disabled .arrow:before, button.disabled .arrow:after {
  background: #4a5263;
}
button span {
  transition: padding 0.3s ease, opacity 0.3s ease, transform 0.3s ease !important;
}

.free-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 15px 20px;
  background: rgba(22, 28, 37, 0.8);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  -webkit-backdrop-filter: saturate(100%) blur(10px);
          backdrop-filter: saturate(100%) blur(10px);
}
.free-message a {
  display: block;
  background: -webkit-linear-gradient(45deg, #bbaee2 38%, #ecb585 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.free-message a .arrow, .free-message a .arrow:before, .free-message a .arrow:after {
  background: #edc19d;
}

.tools-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sm--tools.hide {
  display: none;
}

.sm--tools {
  min-height: 1100px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 40px 20px 20px 20px;
  flex-direction: column;
  min-width: 1300px;
}
@media (max-width: 1920px) {
  .sm--tools {
    zoom: 0.88;
  }
}
.sm--tools h1 {
  margin-bottom: 50px;
  color: #fff;
  font-weight: 300;
  font-size: 40px;
}
.sm--tools h1 span {
  font-weight: 700;
}
.sm--tools h1:before {
  width: 27px;
  height: 27px;
}
.sm--tools .formula-container {
  width: 1400px;
  margin: 0 auto;
  display: flex;
}
.sm--tools .formula-container .left-sidebar {
  width: 100%;
  max-width: 320px;
  border-radius: 16px;
  padding: 25px;
  background: #181b23;
  text-align: center;
  position: relative;
}
.sm--tools .formula-container .left-sidebar:before {
  content: "";
  position: absolute;
  left: -120px;
  right: auto;
  bottom: -90px;
  margin: auto;
  width: 177px;
  height: 195px;
  background: url("/imgs/left-bottom-mesh.png") no-repeat;
}
.sm--tools .formula-container .left-sidebar:after {
  content: "";
  position: absolute;
  left: -80px;
  right: auto;
  top: 70px;
  margin: auto;
  width: 20px;
  height: 471px;
  background: url("/imgs/left-stars.png") no-repeat;
}
.sm--tools .formula-container .left-sidebar > img {
  max-width: 60px;
  margin: 15px auto 30px auto;
}
.sm--tools .formula-container .left-sidebar .video-play {
  background: #14181f;
  color: #c8bdd8;
  font-size: 18px;
  line-height: 70px;
  margin: 0 -25px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sm--tools .formula-container .left-sidebar .video-play span:last-of-type {
  background: -webkit-linear-gradient(45deg, #bbaee2 7%, #ecb585 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  transition: all 0.3s ease;
}
.sm--tools .formula-container .left-sidebar .video-play .play-icon {
  width: 30px;
  height: 30px;
  background: #9988b0;
  display: inline-block;
  border-radius: 100px;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 2.25);
}
.sm--tools .formula-container .left-sidebar .video-play .play-icon:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.sm--tools .formula-container .left-sidebar .video-play:hover .play-icon {
  transform: scale(1.1);
}
.sm--tools .formula-container .left-sidebar .tool-input {
  background: #14171f;
  margin-bottom: 15px;
  border-radius: 7px;
  padding: 0 20px;
  border-bottom: 0 none;
  height: 68px;
}
.sm--tools .formula-container .left-sidebar .tool-input:last-of-type {
  margin-bottom: 0;
}
.sm--tools .formula-container .left-sidebar .tool-input input {
  font-size: 20px;
  font-weight: 700;
  height: 70%;
  padding-left: 17px;
}
.sm--tools .formula-container .left-sidebar .tool-input label {
  color: #697488;
  font-size: 20px;
  left: 20px;
  font-weight: 900;
}
.sm--tools .formula-container .left-sidebar .tool-input label .symbol {
  position: absolute;
  top: 27px;
  font-size: 29px;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.1s ease 0s;
}
.sm--tools .formula-container .left-sidebar .tool-input.input_active label .symbol, .sm--tools .formula-container .left-sidebar .tool-input input:focus + label .symbol {
  opacity: 1;
  transition: opacity 0.2s ease 0.2s;
}
.sm--tools .formula-container .left-sidebar .tool-input.no_symbol input {
  padding-left: 0;
}
.sm--tools .formula-container .left-sidebar .tool-input.percent_symbol input {
  padding-left: 23px;
}
.sm--tools .formula-container .left-sidebar .tool-input.percent_symbol label .symbol {
  font-weight: 900;
}
.sm--tools .formula-container .right-side {
  flex: 1;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
}
.sm--tools .formula-container .right-side > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sm--tools .formula-container .right-side > ul li {
  background: rgba(38, 43, 53, 0.75);
  padding: 15px 0;
  border-radius: 15px;
  width: 23%;
  position: relative;
  box-shadow: 0 0 70px -10px #1a1d25;
}
.sm--tools .formula-container .right-side > ul li .values-row {
  padding: 0 25px;
  height: 75px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #292f3a;
  justify-content: center;
}
.sm--tools .formula-container .right-side > ul li .values-row:last-of-type {
  border-bottom: 0;
}
.sm--tools .formula-container .right-side > ul li .values-row .label {
  color: #6a7791;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}
.sm--tools .formula-container .right-side > ul li .values-row .value {
  font-size: 22px;
  color: #fff;
  font-weight: 900;
  display: flex;
  position: relative;
  align-items: flex-start;
}
.sm--tools .formula-container .right-side > ul li .values-row .value span {
  color: #818999;
  margin-right: 6px;
}
.sm--tools .formula-container .right-side > ul li .values-row .value .small {
  font-size: 14px;
  margin: 2px 0 0 5px;
  color: #fff;
}
.sm--tools .formula-container .right-side > ul li .values-row .value .arrow {
  transform: rotate(-90deg) translateY(-50%);
  position: absolute;
  top: 50%;
  width: 13px;
  right: 0;
}
.sm--tools .formula-container .right-side > ul li .values-row .value .arrow:before, .sm--tools .formula-container .right-side > ul li .values-row .value .arrow:after {
  width: 7px;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.up {
  color: #86cca5;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.up:before {
  content: "";
  width: 26px;
  height: 25px;
  display: block;
  position: absolute;
  right: -7px;
  top: -2px;
  border: 2px solid rgba(69, 76, 90, 0.63);
  border-radius: 100px;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.up span {
  color: #86cca5;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.up span:first-of-type {
  opacity: 0.6;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.up .arrow {
  background: #86cca5;
  right: 1px;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.up .arrow:before, .sm--tools .formula-container .right-side > ul li .values-row .value.up .arrow:after {
  background: #86cca5;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.middle {
  color: #e8b07f;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.middle:before {
  content: "";
  width: 26px;
  height: 25px;
  display: block;
  position: absolute;
  right: -7px;
  top: -2px;
  border: 2px solid rgba(69, 76, 90, 0.63);
  border-radius: 100px;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.middle span {
  color: #e8b07f;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.middle span:first-of-type {
  opacity: 0.6;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.middle .arrow {
  background: #e8b07f;
  width: 11px;
  right: 2px;
  top: 55%;
  transform: rotate(0deg) translateY(-50%);
}
.sm--tools .formula-container .right-side > ul li .values-row .value.middle .arrow:before, .sm--tools .formula-container .right-side > ul li .values-row .value.middle .arrow:after {
  display: none;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.down {
  color: #f37070;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.down:before {
  content: "";
  width: 26px;
  height: 25px;
  display: block;
  position: absolute;
  right: -9px;
  top: -2px;
  border: 2px solid rgba(69, 76, 90, 0.63);
  border-radius: 100px;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.down span {
  color: #f37070;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.down span:first-of-type {
  opacity: 0.6;
}
.sm--tools .formula-container .right-side > ul li .values-row .value.down .arrow {
  background: #f37070;
  transform: rotate(90deg) translateY(-50%);
}
.sm--tools .formula-container .right-side > ul li .values-row .value.down .arrow:before, .sm--tools .formula-container .right-side > ul li .values-row .value.down .arrow:after {
  background: #f37070;
}
.sm--tools .formula-container .right-side > ul li:first-of-type {
  position: relative;
  z-index: 30;
}
.sm--tools .formula-container .right-side > ul li:first-of-type:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 172px;
  height: 156px;
  background: url("/imgs/first-column-mesh.png") no-repeat;
}
.sm--tools .formula-container .right-side > ul li:last-of-type:after {
  content: "";
  position: absolute;
  right: 50px;
  margin: auto;
  width: 331px;
  height: 143px;
  background: url("/imgs/last-column-mesh.png") no-repeat;
}
.sm--tools .formula-container .right-side > ul li:last-of-type:before {
  content: "";
  position: absolute;
  right: -80px;
  top: 270px;
  margin: auto;
  width: 20px;
  height: 471px;
  background: url("/imgs/left-stars.png") no-repeat;
}
.sm--tools .formula-container .right-side > ul li.colored {
  width: 25%;
}
.sm--tools .formula-container .right-side .crazy-checks {
  margin-top: 80px;
}
.sm--tools .formula-container .right-side .crazy-checks h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}
.sm--tools .formula-container .right-side .crazy-checks h3 span {
  font-weight: 600;
}
.sm--tools .formula-container .right-side .crazy-checks ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sm--tools .formula-container .right-side .crazy-checks ul li {
  flex-basis: 49%;
  color: #fff;
  border-radius: 8px;
  padding: 25px;
  position: relative;
  background: rgba(38, 43, 53, 0.75);
  margin-bottom: 20px;
  box-shadow: 0 0 70px -10px #1a1d25;
}
.sm--tools .formula-container .right-side .crazy-checks ul li:nth-child(3), .sm--tools .formula-container .right-side .crazy-checks ul li:nth-child(4) {
  margin-bottom: 0;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .value {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 5px;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .value span {
  color: #818999;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .value.up {
  color: #7cb58c;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .value.up span {
  color: #7cb58c;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .value.up span:first-of-type {
  opacity: 0.6;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .value.middle {
  color: #e8b07f;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .value.middle span {
  color: #e8b07f;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .value.middle span:first-of-type {
  opacity: 0.6;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .value.down {
  color: #f37070;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .value.down span {
  color: #f37070;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .value.down span:first-of-type {
  opacity: 0.6;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .label {
  background: -webkit-linear-gradient(45deg, #bbaee2 7%, #ecb585 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 17px;
}
.sm--tools .formula-container .right-side .crazy-checks ul li .arrow {
  transform: rotate(-90deg);
  position: absolute;
  top: 43px;
  right: 33px;
  width: 15px;
}
.sm--tools .formula-container .right-side .crazy-checks ul li.up .arrow, .sm--tools .formula-container .right-side .crazy-checks ul li.up .arrow:before, .sm--tools .formula-container .right-side .crazy-checks ul li.up .arrow:after {
  background: #86cca5;
}
.sm--tools .formula-container .right-side .crazy-checks ul li.up .label {
  color: #86cca5;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.sm--tools .formula-container .right-side .crazy-checks ul li.down .arrow, .sm--tools .formula-container .right-side .crazy-checks ul li.down .arrow:before, .sm--tools .formula-container .right-side .crazy-checks ul li.down .arrow:after {
  background: #f37070;
}
.sm--tools .formula-container .right-side .crazy-checks ul li.down .arrow {
  transform: rotate(90deg);
  right: 32px;
}
.sm--tools .formula-container .right-side .crazy-checks ul li.down .label {
  color: #ce6c6c;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.sm--tools .formula-container .right-side .crazy-checks ul li.middle .arrow {
  background: #e8b07f;
  height: 3px;
  transform: rotate(0deg);
}
.sm--tools .formula-container .right-side .crazy-checks ul li.middle .arrow:before, .sm--tools .formula-container .right-side .crazy-checks ul li.middle .arrow:after {
  display: none;
}
.sm--tools .formula-container .right-side .crazy-checks ul li.middle .label {
  color: #e8b07f;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.sm--tools .formula-container .right-side .crazy-checks ul li.up:before, .sm--tools .formula-container .right-side .crazy-checks ul li.down:before, .sm--tools .formula-container .right-side .crazy-checks ul li.middle:before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  right: 21px;
  top: 23px;
  border: 2px solid rgba(69, 76, 90, 0.63);
  border-radius: 100px;
}

.by {
  margin-top: -40px;
  font-size: 21px;
  color: #9aa0b7;
  margin-bottom: 40px;
}
.by span {
  font-weight: 600;
}

body.sm--tools-page .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx, body.sm--tools-page .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh a.crisp-kquevr {
  right: 15px !important;
}
body.sm--tools-page .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh a.crisp-kquevr {
  bottom: 15px !important;
}

.access-email-container.hide {
  display: none;
}

.access-email-container {
  text-align: center;
  position: relative;
  min-width: 700px;
}
.access-email-container:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 80px;
  margin: auto;
  width: 331px;
  height: 143px;
  background: url("/imgs/last-column-mesh.png") no-repeat;
}
.access-email-container:after {
  content: "";
  position: absolute;
  left: 0;
  margin: auto;
  width: 172px;
  height: 156px;
  background: url("/imgs/first-column-mesh.png") no-repeat;
  transform: rotate(225deg);
}
.access-email-container img {
  max-width: 80px;
  margin: 0 auto 10px auto;
}
.access-email-container h1 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 35px;
  text-align: center;
}
.access-email-container h1:before {
  width: 24px;
  height: 24px;
  margin-right: -3px;
}
.access-email-container h1 span {
  font-weight: 700;
}
.access-email-container p {
  font-size: 19px;
  max-width: 700px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 auto;
}
.access-email-container .input {
  max-width: 350px;
  background: #171a21;
  margin: 25px auto 15px auto;
  border-radius: 7px;
  height: 70px;
}
.access-email-container .input input {
  text-align: center;
  font-size: 16px;
}
.access-email-container .input label {
  transform-origin: center center;
  pointer-events: none;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.access-email-container > label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  text-align: left;
  max-width: 280px;
  margin: 0 auto 30px auto;
}
.access-email-container > label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.access-email-container > label .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #2d3340;
  border-radius: 100px;
}
.access-email-container > label .checkmark:after {
  content: "";
  left: 10px;
  top: 6px;
  width: 4px;
  height: 9px;
  border: solid #1d222b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: block;
  position: absolute;
}
.access-email-container > label:hover input + .checkmark {
  border-radius: 30px;
}
.access-email-container > label:hover input + .checkmark:after {
  border-color: #757e90;
}
.access-email-container > label input:checked + .checkmark {
  background-color: #9f90bf;
  border-radius: 26px;
}
.access-email-container > label input:checked + .checkmark:after {
  border-color: #fff;
}