/* Шрифты PT Sans */
@font-face {
  font-family: 'PT Sans Narrow';
  src: local('@'), url("../fonts/PTN57F_3.ttf") format('truetype'), url("../fonts/PTSans-Narrow.eot") format('eot'), url("../fonts/PTSans-Narrow.woff") format('woff');
}
@font-face {
  font-family: 'PT Sans Narrow Bold';
  src: local('@'), url("../fonts/PTN77F_3.ttf") format('truetype'), url("../fonts/PTSans-NarrowBold.eot") format('eot'), url("../fonts/PTSans-NarrowBold.woff") format('woff');
}
@font-face {
  font-family: 'PT Sans';
  src: local('@'), url("../fonts/PTS55F_2.ttf") format('truetype'), url("../fonts/PTSans-Regular.eot") format('eot'), url("../fonts/PTSans-Regular.woff") format('woff');
}
@font-face {
  font-family: 'PT Sans Bold';
  src: local('@'), url("../fonts/PTS75F_2.ttf") format('truetype'), url("../fonts/PTSans-Bold.eot") format('eot'), url("../fonts/PTSans-Bold.woff") format('woff');
}
.ui-corner-all {
  cursor: pointer;
}
.ui-datepicker-calendar .ui-state-default {
  border-bottom: 1px solid #C39367;
  background: #C39367;
  border-radius: 22px;
  text-align: center;
  color: #fff !important;
  margin: 3px;
  text-decoration: none;
}
.ui-state-disabled .ui-state-default {
  opacity: 0.4;
}
.ui-datepicker-calendar .ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: #623B2A !important;
}
.ui-datepicker {
  background-color: antiquewhite;
}
h1 {
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  color: #623B2A;
}
h2,
h3,
h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14pt;
  font-weight: normal;
  color: #623b2a;
}
.eq-wrap {
  font-family: 'PT Sans Narrow' !important;
  padding-top: 57px;
  padding-bottom: 126px;
  height: auto;
}
.eq-wrap p {
  font-size: 14px;
  margin-bottom: 0;
}
.eq-wrap p + p {
  margin-bottom: 10px;
}
.eq-wrap h1,
.eq-wrap h2,
.eq-wrap h3,
.eq-wrap h4,
.eq-wrap h5,
.eq-wrap h6,
.eq-wrap p {
  font-family: 'PT Sans Narrow' !important;
}
.eq-wrap input {
  position: relative;
  width: 100%;
  font-size: 18px;
  padding: 5px 15px;
  border: 2px solid #d0d0d0;
  margin-bottom: 20px;
}
.eq-wrap select {
  position: relative;
  width: 100%;
  font-size: 18px;
  padding: 7px 14px;
  border: 2px solid #d0d0d0;
  margin-bottom: 20px;
}
.eq-wrap select:focus {
  outline: none;
}
.eq-wrap .container {
  border: 2px solid #d2d2d2;
  padding: 15px;
}
.eq-wrap .eq-h1 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  color: #6c6c6c;
}
.eq-wrap .wizard-list {
  padding: 0 0 20px 0;
}
.eq-wrap .wizard-list .item {
  font-size: 20px;
  float: left;
  margin-right: 15px;
  color: #969696;
}
.eq-wrap .wizard-list .item.active {
  color: #e04e39;
  padding-bottom: 2px;
  border-bottom: 1px solid #e04e39;
  cursor: pointer;
}
.eq-wrap .eq_subtext {
  display: flex;
}
.eq-wrap .eq_subtext img {
  padding-right: 15px;
  height: 60px;
}
.eq-wrap .eq_subtext h1 {
  color: #6c6c6c;
  margin: 3px 0 0 0;
  font-size: 21px;
  padding: 0;
}
.eq-wrap button {
  margin-bottom: 20px;
}
.eq-wrap #eq_accordion_block h4 {
  color: #6c6c6c;
}
.eq-wrap #eq_select_service_block {
  display: none;
}
.eq-wrap #eq_radio label {
  float: none;
  font-size: 16px;
}
.eq-wrap #eq_datepicker {
  display: none;
}
.eq-wrap #eq_datepicker #eq_selectDate {
  display: flex;
}
.eq-wrap #eq_datepicker #eq_selectDate .eq_selectDate_left {
  margin-right: 30px;
}
.eq-wrap #eq_datepicker #eq_selectDate #eq_dpicker {
  font-size: 14px;
  width: auto;
}
.eq-wrap #eq_datepicker #eq_selectDate .eq_selectDate_right {
  width: 100%;
}
.eq-wrap #eq_datepicker #eq_selectDate .eq_selectDate_right #eq_slots {
  height: 100%;
}
.eq-wrap #eq_datepicker #eq_selectDate .eq_selectDate_right #eq_radio {
  width: 100%;
}
.eq-wrap #eq_personalData {
  display: none;
}
.eq-wrap #eq_personalData form {
  width: 100%;
}
.eq-wrap #eq_personalData form .d-flex {
  align-items: flex-end;
}
.eq-wrap #eq_personalData form .d-flex .item {
  width: 50%;
}
.eq-wrap #eq_personalData form .d-flex .item button {
  margin-bottom: 20px;
}
.eq-wrap #eq_personalData p {
  font-size: 14px;
}
.eq-wrap #eq_personalData p.text-muted {
  font-size: 13px;
  margin-top: -20px;
}
.eq-wrap #eq_personalData span.red {
  color: #e04e39;
}
.eq-wrap #eq_personalDataSuccess {
  display: none;
}
.eq-wrap #eq_talon {
  display: none;
  padding-bottom: 0;
}
.g-recaptcha div {
  width: auto !important;
}
.d-flex {
  display: flex;
}
b {
  font-weight: 700;
}
.mfc-list a {
  color: #fff;
  background: #cc9960;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 20px;
  display: block;
  text-decoration: none;
}
