@font-face {
font-display:swap;
  font-family: "Roboto";
  src: url('/record/assets/css/../fonts/Roboto-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
font-display:swap;
  font-family: "Roboto";
  src: url('/record/assets/css/../fonts/Roboto-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 400;
  color: #302f2f;
}

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

i {
  color: #9E9E9E;
}

button {
  outline: none;
}

.y-wrapper {
  position: relative;
  padding-bottom: 135px;
}

.y-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px;
}

.y-header {
  height: 175px;
  background: #545454;
}

.y-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d1d1d6;
  background-color: #f6f6f5;
  z-index: 10;
}

.y-footer__wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}

.y-result {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d1d1d6;
  background-color: #f6f6f5;
  z-index: 15;
}

.y-result__wr {
  width: 100%;
  max-width: 500px;
  padding: 0 15px;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.y-result__left span {
  display: inline-block;
  font-size: 15px;
}

.y-result__chose {
  margin-right: 15px;
}

.y-result__continue {
  color: inherit;
  text-decoration: none;
  font-size: 17px;
}

.y-footer__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  margin: 0 20px;
  text-decoration: none;
  color: inherit;
}

.y-footer__item span {
  font-size: 10px;
}

.y-footer__item i {
  font-size: 34px;
}

.y-header__text {
  margin: 0;
  padding-top: 80px;
  text-align: center;
  color: #fff;
  font-size: 50px;
}

/* y-form */

.y-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.y-form__wr {
  list-style: none;
  margin: 0;
  padding: 0;
}

.y-form__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 82px;
  border-bottom: 1px solid rgba(0,0,0,.12);
  font-size: 17px;
  font-weight: 400;
  color: #302f2f;
  text-decoration: none;
  padding: 0 33px;
}

.y-form__item--hidden {
  display: none;
}

.y-form__item-desc {
  font-size: 12px;
  color: grey;
}

.y-form__time-choosed-item,
.y-form__master-choosed-item,
.y-form__services-choosed-item{
  position: relative;
  padding: 1px 0px;
}

.y-form__item-delete {
  position: absolute;
  padding: 0;
  right: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
}

.y-form__item .y-form__item-delete i {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  position: static;
}

.y-form__item:last-child {
  border-bottom: none;
}

.y-form__item i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 21px;
}

.y-add-record {
  display: block;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  border: 0;
  padding: 0;
  line-height: 44px;
  height: 44px;
  margin-bottom: 16px;
  color: #9E9E9E;
  font-size: 17px;
  text-decoration: none;
}

.y-add-record span,
.y-add-record i {
  display: inline-block;
}

.y-add-record span {
  margin-left: 10px;
}

.y-add-record i {
  font-size: 16px;
}

.y-finish {
  display: block;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  border: 0;
  padding: 0;
  line-height: 44px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #9E9E9E;
  font-size: 17px;
}

.y-form__info {
  position: relative;
  padding: 12px 16px;
  padding-right: 65px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #d1d1d6;
  border-bottom: 1px solid #d1d1d6;
  background-color: rgba(0,0,0,.01);
}

.y-form__info:first-of-type {
  border-top: none;
}

.y-form__info-delete {
  width: 19px;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  font-size: 21px;
  text-align: center;
  padding: 0;
  z-index: 1;
}

.y-form__info-arrow {
  width: 19px;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  font-size: 22px;
  text-align: center;
  padding: 0px;
}

.y-form__info-arrow i {
  color: rgba(0,0,0,.87);
}

.y-form__info-title {
  font-size: 17px;
  cursor: default;
}

.y-form__info-date {
  font-size: 15px;
  color: #9E9E9E;
  cursor: default;
}

/* y-form end */

/* master */

.y-master__skip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-size: 17px;
  font-weight: 400;
  color: #302f2f;
  text-decoration: none;
  padding-left: 33px;
  font-weight: 500;
}

.y-master__skip i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 21px;
}

.hr-skip {
  height: 6px;
  margin: 0;
  border: none;
  margin-left: -15px;
  margin-right: -15px;
  background-color: rgba(128,128,128,.1);
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.y-master-card {
  border-bottom: 1px solid #d1d1d6;
}

.y-master-card--disabled {
  opacity: .4;
  pointer-events: none;
}

.y-master-card__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 15px 0;
}

.y-master-card__main-image {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}

.y-master-card__main-image img {
  width: 60px;
  height: auto;
}

.y-master-card__main-name {
  display: block;
  margin-right: 20px;
  padding-left: 10px;
  color: inherit;
  text-decoration: none;
}

.y-master-card__main-name h3 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}

.y-master-card__main-name h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #8e8e93;
}

.y-master-card__main-info {
  margin-left: auto;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.y-master-card__main-info i {
  color: #5b8593;
}

.y-master-card__near {
  font-size: 15px;
  color: #8e8e93;
  margin: 10px 0;
  margin-bottom: 4px;
}

.y-master-card__period {
  margin-left: -6px;
  margin-right: -6px;
  font-size: 0;
  padding-bottom: 12px;
}

.y-master-card__period a {
  display: inline-block;
  width: 75px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d1d1d6;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #2b454e;
  padding: 0;
  margin: 6px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

/* master end */

/* calendar */

.y-header__date {
  position: relative;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 30px;
}

.y-header__date-title {
  margin: 0;
  font-size: 20px;
}

.y-header-slider__item p {
  font-size: 40px;
  margin: 0;
}

.y-header-slider__item span {
  font-size: 20px;
}

.y-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}

.y-prev i {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  margin-top: 3px;
}

.y-next {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}

.y-next i {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  margin-top: 3px;
}

.y-calendar {
  padding: 28px 0 20px;
}

.y-calendar__top {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}

.y-calendar__top span {
  float: left;
  width: 14.285%;
  text-align: center;
  position: relative;
  font-weight: 400;
  padding-bottom: 16px;
  color: #000;
  font-size: 12px;
}

.y-calendar__top span:nth-last-child(1), 
.y-calendar__top span:nth-last-child(2) {
  opacity: .6;
}

.y-calendar__week {
  height: 55px;
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
}

.y-calendar__week p {
  margin: 0;
  border-top: 1px solid #efeff4;
  float: left;
  width: 14.285%;
  text-align: center;
  padding-bottom: 16px;
}

.y-calendar__week a {
  display: inline-block;
  width: 100%;
  color: #302f2f;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  position: relative;
  font-weight: 400;
  padding: 9px;
  color: #5b8593;
}

.y-calendar-hidden {
  visibility: hidden;
}

.y-calendar-disabled a {
  color: rgba(0,0,0,.26) !important;
  pointer-events: none;
  color: inherit;
}

.y-binding {
  margin: 0;
  padding: 0;
  list-style: none;
}

.y-binding li {
  position: relative;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 16px;
  padding-left: 19px;
}

.y-binding li::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  left: 0;
  top: 2px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(0,0,0,.26);
}

.y-binding__output {
  color: rgba(0,0,0,.26);
}

.y-binding__output li::before {
  background-color: rgba(0,0,0,.26);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.y-binding__no-time {
  color: #9E9E9E;
}

.y-binding__no-time::before {
  background-color: #9E9E9E !important;
}

.y-binding__work {
  color: #5b8593;
}

.y-binding__work::before {
  background-color: #5b8593 !important;
}

/* calendar end */

/* date */

.y-date {
  margin-left: -15px;
  margin-right: -15px;
}

.y-date__item {
  color: #302f2f;
  outline: 0;
}

.y-date__item h3 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin: 0;
  line-height: 24px;
  padding: 10px 50px 10px 16px;
  border-bottom: 1px solid #bcbbc1;
  cursor: pointer;
}

.y-date__item button {
  position: absolute;
  right: 0;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: none;
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.y-date__item i {
  font-size: 22px;
  color: #878787;
}

.y-date__item-time {
  border-top: 1px solid #bcbbc1;
  padding: 17px 8px 16px;
  font-size: 0;
}

.y-date__item-time a {
  width: -webkit-calc(25% - 16px);
  width: calc(25% - 16px);
  margin: 6px;
  display: inline-block;
  border: 1px solid rgba(0,0,0,.15);
  color: inherit;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  height: 36px;
  color: #302f2f;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
}

/* date end */

/* services */

.y-services__search {
  margin: 16px 0;
  position: relative;
}

.y-services__search input[type=text] {
  display: block;
  border: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e6e6e7;
  color: #8e8e93;
  line-height: 22px;
  padding: 7px 36px;
  margin: 0;
  min-width: 100%;
  outline: #fff 0;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-family: "Roboto", "Arial", sans-serif;
}

.y-services__search-icon {
  position: absolute;
  left: 12px;
  top: 9px;
  font-size: 18px;
}

.y-services__choosed p {
  outline: 0;
  padding: 10px 0px;
  margin: 0;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #000;
}

.y-services__choosed-item {
  position: relative;
  padding: 10px 16px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #d1d1d6;
}

.y-services__choosed-title {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding-right: 25px;
}

.y-services__choosed-delete {
  position: absolute;
  padding: 0;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
}

.y-services__choosed-delete i {
  font-size: 20px;
}

/* /// */

.y-services__wr {
  margin-left: -15px;
  margin-right: -15px;
}

.y-services__item {
  color: #302f2f;
  outline: 0;
}

.y-services__item h3 {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  margin: 0;
  line-height: 24px;
  padding: 10px 50px 10px 16px;
  border-bottom: 1px solid #d1d1d6;
  cursor: pointer;
}

.y-services__item button {
  position: absolute;
  right: 0;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: none;
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.y-services__item i {
  font-size: 22px;
  color: #878787;
}

.y-services__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d1d1d6;
}

.y-services__list-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #d1d1d6;
  margin-left: 15px;
  margin-right: 15px;
}

.y-services__list-item label {
  display: block;
  cursor: pointer;
}

.y-services__list-item input {
  display: none;
}

.y-services__list-item .radio-icon::before {
  display: none;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #5b8593;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.y-services__list-item input:checked + .radio-icon::before {
  display: block;
}

.y-services__list-item .radio-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 20px;
  left: 0;
  border: 1px solid #5b8593;
}

.y-services__list-item-text {
  padding-left: 35px;
}

.y-services__list-item-text p {
  font-size: 17px;
  color: #000;
  margin-top: 0;
  margin-bottom: 4px;
}

.y-services__list-item-text span {
  font-weight: 500;
  color: #6f6f6f;
  font-size: 18px;
}

/* services end */

/* media */

.y-loader {
	text-align: center;
	margin-bottom: 15px;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 999999999999;
	display: none;
	width: 100%;
	//background-color: rgba(255, 255, 255, 0.5);
}

.y-loader.show {
	display: table;
}

.y-loader .y-loader-valign {
	display: table-cell;
	vertical-align: middle;
}

.y-loader img {
	height: 55px;
}

@media screen and (max-width: 768px) {
  .y-header__text {
    font-size: 30px;
  }

  .y-header__date-title {
    font-size: 18px;
  }
  
  .y-header-slider__item p {
    font-size: 32px;
  }
  
  .y-header-slider__item span {
    font-size: 18px;
  }

}

/* media end */