@import url(https://fonts.googleapis.com/css?family=Inter);* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 14px;
  background: #eeeeee;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  text-align: left;
  font-weight: 400;
}

.warning-message {
  background: #f9e8ac;
  margin-bottom: 1rem;
  font-weight: bold;
  border-radius: 10px;
  padding: 0.5rem 1rem;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

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

.row_va-bottom {
  align-items: flex-end;
}

nav {
  background-image: url(/images/footer_bg.jpg?3589b117c762a41b4291b304406a148d);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #b534b9;
  color: white;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  padding: 15px 0;
}

nav .container {
  position: relative;
}

main {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

h2 {
  font-size: 1.5rem;
  color: #b534b9;
  margin: 0 0 1.25rem 0;
}

.wt_logo {
  position: absolute;
  background: url(/images/wt-logo-white.png?229f77454053e1fa1fead344e0adc70c);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 15px;
  top: -3px;
  width: 88px;
  height: 68px;
}

.wt_logo.wt_logo__top {
  top: -66px;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_danger {
  color: #ff0000 !important;
}

.salon__name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.salon__address {
  font-weight: 300;
}

.salon__schedule {
  font-weight: 300;
}

.booking-done {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: sub;
  fill: #b534b9;
  margin-right: 0.25em;
}

.btn {
  display: inline-block;
  background: #cccccc;
  color: #272729;
  padding: 14px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.btn:hover {
  cursor: pointer;
}

.btn svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  fill: #272729;
}

.btn span {
  display: inline-block;
  vertical-align: middle;
}

.btn-sm {
  padding: 8px 16px;
}

.btn-only-icon {
  padding: 8px 11px;
}

.btn-only-icon svg {
  margin-right: 0;
}

.btn-primary {
  background: #b534b9;
  color: white;
}

.btn-white {
  background: white;
  color: #b534b9;
}

.btn-white svg {
  fill: #b534b9;
}

.btn-warning {
  background: #f8c822;
  color: #404040;
}

.btn-warning svg {
  fill: #404040;
}

.btn-block {
  width: 100%;
}

.btn.disabled {
  opacity: 0.75;
}

.panel {
  background: #FBFBFB;
  padding: 14px;
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem;
}

.control-label {
  font-size: 12px;
  color: #8D8D94;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group:nth-last-child(1) {
  margin-bottom: 0;
}

.form-group small {
  font-size: 12px;
  color: #8D8D94;
}

.form-control {
  width: 100%;
  padding: 14px 16px;
  font-family: "Inter", sans-serif;
  border: 1px solid #E6E6EB;
  border-radius: 6px;
  background: #FDFDFD;
  outline: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.form-control.is-invalid {
  border-color: #B70000;
}

.form-control.with-icon {
  padding-left: 54px;
  background-repeat: no-repeat;
  background-position: 16px center;
}

.form-control.icon-search {
  background-image: url(/images/icon-search.png?6042a81b077b2f0f405190a52b8a2926);
}

.form-control.icon-phone {
  background-image: url(/images/icon-phone.png?79824d336138c610e510b621140415a2);
}

.form-control.icon-people {
  background-image: url(/images/icon-people.png?9a3c5699339ae73009d6178bd609c7f5);
}

.form-control.icon-mail {
  background-image: url(/images/icon-mail.png?b74f095fbfb3f539546f593709a25177);
}

.form-control::-moz-placeholder {
  color: #8D8D94;
}

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

.form-control::placeholder {
  color: #8D8D94;
}

.form-control:focus {
  border-color: #B534B9;
}

.list-group-item {
  background: white;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #E6E6EB;
  align-items: center;
  text-decoration: none;
  color: black;
}

.list-group-item.active {
  background: #f8c822;
}

.list-group-item.active .list-group-item__action svg {
  fill: #E6E6EB;
}

.list-group-item.active .list-group-item__action svg.service-del {
  fill: #f95a5a;
  width: 22px;
  height: 16px;
}

.list-group-item.active .list-group-item__img__holder {
  border-color: yellow;
}

.list-group-item.active .list-group-item__img__holder svg {
  fill: #8a7400;
}

.list-group-item.disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item__action {
  display: none;
}

.list-group-item__img {
  display: inherit;
  margin-right: 12px;
}

.list-group-item__img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.list-group-item__img__holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #D6D6D6;
  border-radius: 50%;
}

.list-group-item__img__holder svg {
  width: 28px;
  height: 28px;
  fill: #b534b9;
}

.list-group-item__content {
  margin-right: auto;
}

.list-group-item__content.with-price {
  width: inherit;
}

.list-group-item__action {
  display: flex;
}

.list-group-item__action svg {
  width: 24px;
  height: 24px;
  fill: #babbc2;
}

.list-group-item__title {
  font-size: 1em;
  font-weight: 600;
  color: #272729;
}

.list-group-item__value {
  font-size: 1.5rem;
  line-height: 2rem;
}

.list-group-item__value-price {
  float: right;
  font-weight: 600;
  font-size: 1em;
  margin: 2px 10px;
}

.list-group-item__value-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 1rem;
  color: #74747A;
}

.list-group-item__value-not_selected {
  color: #ababab;
}

.alert {
  background: #DEDEDE;
  padding: 0.5rem;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 2px 2px #C7C7C7;
}

.alert.alert-danger {
  background: #FE2507;
  color: #FFFFFF;
}

.visit_data__block {
  margin-bottom: 12px;
}

.visit_data__block:nth-last-child(1) {
  margin-bottom: 0;
}

.visit_data__disclaimer {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 1.5rem;
}

.visit_data__title {
  font-size: 14px;
  font-weight: 600;
  color: #74747A;
}

.visit_data__value {
  font-size: 18px;
}

.custom-checkbox .custom-control-label {
  font-weight: 600;
}

.custom-checkbox .custom-control-label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: #FFFFFF;
  background-position: center center;
  border-radius: 4px;
  border: 1px solid #E6E6EB;
  margin: 0 12px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.custom-checkbox .custom-control-label:hover:before {
  border-color: #b534b9;
}

.custom-checkbox .custom-control-input {
  display: none;
}

.custom-checkbox .custom-control-input:checked + .custom-control-label:before {
  background-color: #b534b9;
  border-color: #b534b9;
  background-image: url(/images/icon-checkbox-check.png?835d5628177c2ff2ade3f3eba6c46d95);
  background-position: center center;
  background-repeat: no-repeat;
}

.payment-mode-container {
  display: flex;
  justify-content: space-around;
}

.payment-mode-element {
  background-color: #fff;
  display: block;
  margin: 5px;
  position: relative;
  width: 50%;
  border-radius: 0.5rem;
  overflow: hidden;
}

.payment-mode-element label {
  padding: 8px 16px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}

.payment-mode-element label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #b534b9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.payment-mode-element label:after {
  width: 1rem;
  height: 1rem;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 1px 1px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.payment-mode-element input {
  width: 1rem;
  height: 1rem;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.payment-mode-element input:checked ~ label {
  color: #fff;
}

.payment-mode-element input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.payment-mode-element input:checked ~ label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-color: #f8c822;
  border-color: #f8c822;
}

.col-1,
.col-mobile-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2,
.col-mobile-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-3,
.col-mobile-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-4,
.col-mobile-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5,
.col-mobile-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6,
.col-mobile-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-7,
.col-mobile-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-8,
.col-mobile-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-9,
.col-mobile-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-10,
.col-mobile-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-11,
.col-mobile-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12,
.col-mobile-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (min-width: 768px) {
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .desktop-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .col-mobile-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-mobile-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-mobile-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-mobile-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-mobile-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-mobile-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-mobile-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-mobile-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-mobile-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-mobile-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-mobile-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-mobile-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .back-arrow {
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .back-arrow svg {
    width: 16px;
    height: 16px;
    fill: #FFFFFF;
  }

  .mobile-hidden {
    display: none;
  }

  nav {
    min-height: 80px;
    justify-content: center;
    background-size: auto;
  }

  h2 {
    font-size: 1.125rem;
  }

  main {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .row_va-bottom {
    align-items: center;
  }

  .row.title-row {
    align-items: baseline;
  }

  .wt_logo {
    width: 66px;
    height: 51px;
    top: -30%;
    right: 15px;
    background-size: contain;
  }

  .wt_logo.wt_logo__top {
    top: -80%;
  }

  .salon__address {
    display: none;
  }

  .salon__name {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .salon__schedule {
    font-size: 12px;
    line-height: 14px;
  }

  .list-group-item__title {
    font-size: 12px;
  }

  .list-group-item__value {
    font-size: 16px;
    line-height: 20px;
  }

  .list-group-item__value-subtitle {
    font-size: 12px;
  }

  .list-group-item__value-price {
    float: none;
    margin: 0;
    font-size: 12px;
    color: #b534b9;
  }

  .visit_data__disclaimer {
    font-size: 12px;
    line-height: 16px;
  }

  .visit_data__title {
    font-size: 12px;
  }

  .visit_data__value {
    font-size: 14px;
  }

  .custom-checkbox {
    margin-top: 1rem;
  }

  .custom-checkbox .custom-control-label {
    display: flex;
  }

  .custom-checkbox .custom-control-label::before {
    margin-left: 0;
    width: 26px;
  }

  .form-group.confirm-button {
    margin-top: 1.25rem;
  }

  .payment-mode-container {
    flex-wrap: wrap;
  }

  .payment-mode-element {
    width: 100%;
  }
}

