@charset "UTF-8";

/***ВРЕМЕННО Пока не работают диагностика и процедуры************************************************/
/*.tiles .tile-wrapper:nth-last-child(-n+2) {
    display:none;
}
#sr2__mhdmyexv .tiles {
    justify-content: center;
}*/
/*******************************************************/




#sr2 {
  width: 832px;
  height: 80vh;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  
}
#sr2 > div:not(.close2) {
  width: 100%;
}
#sr2 a {
  text-decoration: none;
}
#sr2 a:focus {
  outline: none;
  color: #cd361a;
}
#sr2 h2 {
  font-family: Arial;
  font-weight: bold;
  color: #174f86;
}

#sr2__bbbfoqbi {
  box-sizing: border-box;
  padding: 0 30px;
  max-height: 70vh;
  background: white;
  overflow: auto;
}
#sr2__bbbfoqbi input[type=text], #sr2__bbbfoqbi input[type=tel], #sr2__bbbfoqbi input[type=email] {
  font: 18px/22px;
  height: 58px;
  border: 1px solid #9c9c9c;
  padding: 10px 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
}
#sr2__bbbfoqbi.gipsgdfs {
  padding: 30px;
}
#sr2__bbbfoqbi.gipsgdfs #sr2__dcembkbb {
  margin: 0;
}
#sr2__bbbfoqbi.gipsgdfs #sr2__dcembkbb .search_result {
  margin-top: 0;
}

#sr2 .tabs {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 2px;
}
#sr2 .tabs .tab {
  position: relative;
  font-weight: bold;
  list-style-type: none;
}
#sr2 .tabs .tab.prev {
  color: #ffa285;
}
#sr2 .tabs .tab.current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffa285;
}
#sr2 .tabs .tab.next {
  color: #f0f0f0;
}
#sr2 .tabs .tab:nth-child(1) span::before {
  content: "1. Параметры поиска";
}
#sr2 .tabs .tab:nth-child(2) span::before {
  content: "2. Врач и время";
}
#sr2 .tabs .tab:nth-child(3) span::before {
  content: "3. Подтверждение";
}
#sr2 .tabs .tab:nth-child(4) span::before {
  content: "4. Информация";
}

#sr2 .close2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#sr2__dcembkbb {
  margin: 0 0 30px;
}
#sr2__dcembkbb .search_fields {
  display: flex;
}
#sr2__dcembkbb .search_fields .search_field-wrapper {
  width: 50%;
}
#sr2__dcembkbb .search_fields .search_field-wrapper input {
  margin: 0;
}
#sr2__dcembkbb .search_fields .search_field-wrapper:first-child > div {
  padding-right: 7.5px;
}
#sr2__dcembkbb .search_fields .search_field-wrapper:last-child > div {
  padding-left: 7.5px;
}
#sr2__dcembkbb .search_result {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
#sr2__dcembkbb .search_result .type_title {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  width: 100%;
  color: #7a858d;
}
#sr2__dcembkbb .search_result .type_title:first-child {
  margin-top: 0;
}
#sr2__dcembkbb .search_result .service__specialist-wrapper {
  width: 50%;
}
#sr2__dcembkbb .search_result .service__specialist-wrapper > div {
  padding: 7.5px;
}
#sr2__dcembkbb .search_result .specialist-wrapper {
  width: 100%;
}
#sr2__dcembkbb .search_result .specialist-wrapper a {
  display: flex;
  padding: 15px;
}
#sr2__dcembkbb .search_result .specialist-wrapper a:hover {
  background: #f7fcf8;
}
#sr2__dcembkbb .search_result .doctor-wrapper {
  width: 100%;
}
#sr2__dcembkbb .search_result .doctor-wrapper a {
  display: flex;
  padding: 15px;
}
#sr2__dcembkbb .search_result .doctor-wrapper a:hover {
  background: #f7fcf8;
}
#sr2__dcembkbb .search_result .doctor-wrapper a .photo-wrapper {
  width: 12%;
}
#sr2__dcembkbb .search_result .doctor-wrapper a .photo-wrapper .photo {
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  overflow: hidden;
}
#sr2__dcembkbb .search_result .doctor-wrapper a .name-profession_name-wrapper {
  display: flex;
  flex-direction: column;
  width: 88%;
}
#sr2__dcembkbb .search_result .doctor-wrapper a .name-profession_name-wrapper .name {
  font-weight: bold;
}
#sr2__dcembkbb .search_result .doctor-wrapper a .name-profession_name-wrapper .profession_name {
  margin-top: 7.5px;
}

#sr2__bbbfoqbi.tile_1 #sr2__dcembkbb .search_fields .search_field-wrapper, #sr2__bbbfoqbi.tile_2 #sr2__dcembkbb .search_fields .search_field-wrapper {
  width: 100%;
}

#sr2__mhdmyexv {
  width: 100%;
}
#sr2__mhdmyexv .tiles {
  display: flex;
}
#sr2__mhdmyexv .tiles .tile-wrapper {
  width: 33.3333333333%;
}
#sr2__mhdmyexv .tiles .tile-wrapper > div .tile {
  padding-right: 15px;
  padding-left: 15px;
}
#sr2__mhdmyexv .tiles .tile-wrapper > div .tile a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 50px;
  background: #f1592a;
  text-transform: uppercase;
  color: white;
  transition: all 0.15s ease-out 0.15s;
}
#sr2__mhdmyexv .tiles .tile-wrapper > div .tile a .name {
  font-weight: bold;
}
#sr2__mhdmyexv .tiles .tile-wrapper > div .tile a:hover {
  background: #d82a2f;
}

#sr2__ffefgcov .receptions__types {
  display: flex;
}
#sr2__ffefgcov .receptions__types .reception__type-wrapper {
  width: 50%;
}
#sr2__ffefgcov .receptions__types .reception__type-wrapper > div {
  height: 100%;
}
#sr2__ffefgcov .receptions__types .reception__type-wrapper > div .reception__type {
  height: 100%;
}
#sr2__ffefgcov .receptions__types .reception__type-wrapper > div .reception__type a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 15px;
  height: 100%;
}
#sr2__ffefgcov .receptions__types .reception__type-wrapper > div .reception__type a .name {
  font-weight: bold;
}
#sr2__ffefgcov .receptions__types .reception__type-wrapper > div .reception__type a .description {
  margin-top: 15px;
}
#sr2__ffefgcov .receptions__types .reception__type-wrapper > div .reception__type a:hover {
  background: #f7fcf8;
}
#sr2__ffefgcov .receptions__types .reception__type-wrapper > div .reception__type a.active {
  background: #ffa285;
  color: white;
}

#sr2__jbmbdbch {
  width: 100%;
}

#sr2__hewqcddd .clinics {
  display: flex;
}
#sr2__hewqcddd .clinics .clinic-wrapper {
  width: 50%;
}
#sr2__hewqcddd .clinics .clinic-wrapper > div {
  height: 100%;
}
#sr2__hewqcddd .clinics .clinic-wrapper > div .clinic {
  height: 100%;
}
#sr2__hewqcddd .clinics .clinic-wrapper > div .clinic a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 15px;
  height: 100%;
}
#sr2__hewqcddd .clinics .clinic-wrapper > div .clinic a .name {
  font-weight: bold;
}
#sr2__hewqcddd .clinics .clinic-wrapper > div .clinic a .address {
  margin-top: 15px;
}
#sr2__hewqcddd .clinics .clinic-wrapper > div .clinic a:hover {
  background: #f7fcf8;
}
#sr2__hewqcddd .clinics .clinic-wrapper > div .clinic a.active {
  background: #ffa285;
  color: white;
}

#sr2__btijnheg {
  margin-top: 20px;
}
#sr2__btijnheg .btn__find_doctor_time-wrapper {
  display: flex;
  justify-content: flex-end;
}
#sr2__btijnheg .btn__find_doctor_time-wrapper .btn__find_doctor_time a {
  display: inline-block;
  padding: 15px;
  background: #f1592a;
  font: 20px/24px;
  color: white;
  transition: all 0.15s ease-out 0.15s;
  border-radius: 6px;
}
#sr2__btijnheg .btn__find_doctor_time-wrapper .btn__find_doctor_time a:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

#sr2__hiejibci {
  margin: 0 0 30px;
}

#sr2__tbccgluc .calendar {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
}
#sr2__tbccgluc .calendar .prev-wrapper {
  width: 4%;
}
#sr2__tbccgluc .calendar .prev-wrapper > div {
  width: 100%;
  height: 100%;
}
#sr2__tbccgluc .calendar .prev-wrapper > div .prev {
  height: 100%;
}
#sr2__tbccgluc .calendar .prev-wrapper > div .prev a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
}
#sr2__tbccgluc .calendar .prev-wrapper > div .prev a:hover {
  background: #f7fcf8;
}
#sr2__tbccgluc .calendar .days-wrapper {
  width: 100%;
}
#sr2__tbccgluc .calendar .days-wrapper .days {
  display: flex;
}
#sr2__tbccgluc .calendar .days-wrapper .days .day {
  width: 14.2857142857%;
  list-style-type: none;
}
#sr2__tbccgluc .calendar .days-wrapper .days .day a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7.5px;
  height: 100%;
  text-align: center;
}
#sr2__tbccgluc .calendar .days-wrapper .days .day a.no_options {
  color: #f0f0f0;
  cursor: default;
}
#sr2__tbccgluc .calendar .days-wrapper .days .day a:not(.no_options, .active):hover {
  background: #f7fcf8;
}
#sr2__tbccgluc .calendar .days-wrapper .days .day a.active {
  background: #ffa285;
  color: white;
}
#sr2__tbccgluc .calendar .days-wrapper .days .day a .wday__name-mday-mon__name-wrapper {
  font-weight: bold;
}
#sr2__tbccgluc .calendar .days-wrapper .days .day a .wday__name-mday-mon__name-wrapper .wday__name {
  text-transform: capitalize;
}
#sr2__tbccgluc .calendar .days-wrapper .days .day a .state {
  font-size: 13px;
}
#sr2__tbccgluc .calendar .next-wrapper {
  width: 4%;
}
#sr2__tbccgluc .calendar .next-wrapper > div {
  width: 100%;
  height: 100%;
}
#sr2__tbccgluc .calendar .next-wrapper > div .next {
  height: 100%;
}
#sr2__tbccgluc .calendar .next-wrapper > div .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
}
#sr2__tbccgluc .calendar .next-wrapper > div .next a:hover {
  background: #f7fcf8;
}

#sr2__jbwrfdol .text {
  margin: 30px 0;
  color: #7a858d;
}
#sr2__jbwrfdol .doctors {
  display: flex;
  flex-direction: column;
}
#sr2__jbwrfdol .doctors .doctor {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px;
}
#sr2__jbwrfdol .doctors .doctor:last-child {
  border-bottom: none;
}
#sr2__jbwrfdol .doctors .doctor .photo-wrapper {
  width: 14%;
}
#sr2__jbwrfdol .doctors .doctor .photo-wrapper .photo img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100px;
}
#sr2__jbwrfdol .doctors .doctor .name-profession_name-price-wrapper {
  width: 43%;
}
#sr2__jbwrfdol .doctors .doctor .name-profession_name-price-wrapper > div {
  padding: 0 15px;
}
#sr2__jbwrfdol .doctors .doctor .name-profession_name-price-wrapper > div .name-profession_name-price .name {
  font-weight: bold;
}
#sr2__jbwrfdol .doctors .doctor .name-profession_name-price-wrapper > div .name-profession_name-price .profession_name {
  margin: 7.5px 0;
}
#sr2__jbwrfdol .doctors .doctor .name-profession_name-price-wrapper > div .name-profession_name-price .price {
  font-weight: bold;
}
#sr2__jbwrfdol .doctors .doctor .slots-wrapper {
  width: 43%;
}
#sr2__jbwrfdol .doctors .doctor .slots-wrapper .slots {
  display: flex;
  flex-wrap: wrap;
}
#sr2__jbwrfdol .doctors .doctor .slots-wrapper .slots .slot {
  width: 33.3333333333%;
  list-style-type: none;
}
#sr2__jbwrfdol .doctors .doctor .slots-wrapper .slots .slot a {
  display: block;
  padding: 7.5px;
  font-size: 99%;
  text-align: center;
}
#sr2__jbwrfdol .doctors .doctor .slots-wrapper .slots .slot a:hover {
  background: #f7fcf8;
}

#sr2__ohndkuef {
  display: flex;
  margin: 20px 0 30px;
}
#sr2__ohndkuef .left_col-wrapper {
  width: 60%;
}
#sr2__ohndkuef .left_col-wrapper h2 {
  margin-top: 0;
}
#sr2__ohndkuef .left_col-wrapper form {
  display: flex;
  flex-wrap: wrap;
}
#sr2__ohndkuef .left_col-wrapper form .form_element-wrapper:not(.policy, .btn__submit) {
  width: 50%;
}
#sr2__ohndkuef .left_col-wrapper form .form_element-wrapper:not(.policy, .btn__submit) > div {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
#sr2__ohndkuef .left_col-wrapper form .form_element-wrapper:not(.policy, .btn__submit):nth-child(odd) > div {
  padding-right: 7.5px;
}
#sr2__ohndkuef .left_col-wrapper form .form_element-wrapper:not(.policy, .btn__submit):nth-child(even) > div {
  padding-left: 7.5px;
}
#sr2__ohndkuef .left_col-wrapper form .form_element-wrapper.policy {
  width: 100%;
}
#sr2__ohndkuef .left_col-wrapper form .form_element-wrapper.policy .form_element {
  display: flex;
}
#sr2__ohndkuef .left_col-wrapper form .form_element-wrapper.btn__submit {
  width: 100%;
}
#sr2__ohndkuef .left_col-wrapper form .form_element-wrapper.btn__submit > div {
  padding-top: 15px;
}
#sr2__ohndkuef .left_col-wrapper form .form_element-wrapper.btn__submit > div input {
  border: none;
  padding: 15px;
  background: #f1592a;
  font: 20px/24px;
  color: white;
  transition: all 0.15s ease-out 0.15s;
  border-radius: 6px;
}
#sr2__ohndkuef .left_col-wrapper form .form_element-wrapper.btn__submit > div input:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}
#sr2__ohndkuef .left_col-wrapper form .form_element-wrapper .hint {
  margin: 0.25em 0 0;
  font-size: 73%;
  color: black;
}
#sr2__ohndkuef .left_col-wrapper form input {
  margin: 0;
}
#sr2__ohndkuef .right_col-wrapper {
  box-sizing: border-box;
  padding-left: 30px;
  width: 40%;
}
#sr2__ohndkuef .right_col-wrapper > div {
  padding: 30px;
  background: #f6f9fb;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_date-reception_time-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_date-reception_time-wrapper .reception_date .date2 {
  margin-top: 7.5px;
  font-family: Arial;
  font-weight: bold;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_date-reception_time-wrapper .reception_time {
  text-align: right;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_date-reception_time-wrapper .reception_time .time {
  margin-top: 7.5px;
  font-family: Arial;
  font-weight: bold;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_date-reception_time-wrapper .text {
  color: black;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_type-reception_price-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_type-reception_price-wrapper .reception_type .type {
  font-family: Arial;
  font-weight: bold;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_type-reception_price-wrapper .reception_price {
  text-align: right;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_type-reception_price-wrapper .reception_price .price {
  font-weight: bold;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_doctor {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_doctor .photo-wrapper .photo {
  text-align: center;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_doctor .photo-wrapper .photo img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100px;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_doctor .profession_name-name-wrapper {
  margin-top: 7.5px;
  text-align: center;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_doctor .profession_name-name-wrapper .profession_name {
  font-weight: bold;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_doctor .profession_name-name-wrapper .name {
  font-family: Arial;
  font-weight: bold;
  color: #174f86;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_clinic-wrapper {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_clinic-wrapper .reception_clinic .title {
  font-family: Arial;
  font-weight: bold;
}
#sr2__ohndkuef .right_col-wrapper > div .reception_clinic-wrapper .reception_clinic .address {
  margin-top: 7.5px;
  color: black;
}
#sr2__ohndkuef .right_col-wrapper > div .note-wrapper .note .title {
  font-family: Arial;
  font-weight: bold;
}
#sr2__ohndkuef .right_col-wrapper > div .note-wrapper .note ul {
  list-style-type: square;
  list-style-position: inside;
  margin-top: 7.5px;
}

#sr2__biheijnm {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
#sr2__biheijnm h2 {
  width: 100%;
  color: red;
}
#sr2__biheijnm .left_col-wrapper {
  width: 60%;
}
#sr2__biheijnm .left_col-wrapper .reception_date-reception_time-wrapper {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
#sr2__biheijnm .left_col-wrapper .reception_date-reception_time-wrapper > div {
  width: 50%;
}
#sr2__biheijnm .left_col-wrapper .reception_date-reception_time-wrapper > div .reception_date .date2 {
  margin-top: 7.5px;
  font-family: Arial;
  font-weight: bold;
}
#sr2__biheijnm .left_col-wrapper .reception_date-reception_time-wrapper > div .reception_time .time {
  margin-top: 7.5px;
  font-family: Arial;
  font-weight: bold;
}
#sr2__biheijnm .left_col-wrapper .reception_date-reception_time-wrapper > div .text {
  color: black;
}
#sr2__biheijnm .left_col-wrapper .client-wrapper {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
#sr2__biheijnm .left_col-wrapper .client-wrapper .client .name {
  font-weight: bold;
}
#sr2__biheijnm .left_col-wrapper .client-wrapper .client .text {
  margin-top: 7.5px;
  color: #7a858d;
}
#sr2__biheijnm .left_col-wrapper .reception_type-reception_doctor-reception_price-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
#sr2__biheijnm .left_col-wrapper .reception_type-reception_doctor-reception_price-wrapper .reception_type .type {
  font-family: Arial;
  font-weight: bold;
}
#sr2__biheijnm .left_col-wrapper .reception_type-reception_doctor-reception_price-wrapper .reception_doctor {
  margin-top: 7.5px;
  color: #7a858d;
}
#sr2__biheijnm .left_col-wrapper .reception_type-reception_doctor-reception_price-wrapper .reception_doctor .name {
  font-family: Arial;
  font-weight: bold;
  color: #174f86;
}
#sr2__biheijnm .left_col-wrapper .reception_type-reception_doctor-reception_price-wrapper .reception_doctor .profession_name {
  text-transform: lowercase;
}
#sr2__biheijnm .left_col-wrapper .reception_type-reception_doctor-reception_price-wrapper .reception_price .price {
  font-weight: bold;
}
#sr2__biheijnm .left_col-wrapper .reception_clinic-wrapper {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
#sr2__biheijnm .left_col-wrapper .reception_clinic-wrapper .reception_clinic .title {
  font-family: Arial;
  font-weight: bold;
}
#sr2__biheijnm .left_col-wrapper .reception_clinic-wrapper .reception_clinic .address {
  margin-top: 7.5px;
  color: black;
}
#sr2__biheijnm .right_col-wrapper {
  width: 40%;
}
#sr2__biheijnm .right_col-wrapper > div {
  padding-left: 30px;
}
#sr2__biheijnm .right_col-wrapper > div h3 {
  margin-top: 0;
  text-align: center;
}
#sr2__biheijnm .right_col-wrapper > div div > ul > li {
  margin-bottom: 30px;
}
#sr2__biheijnm .right_col-wrapper > div div > ul > li:last-child {
  margin-bottom: 0;
  list-style-type: none;
}
#sr2__biheijnm .right_col-wrapper > div div > ul > li .title {
  font-weight: bold;
}
#sr2__biheijnm .right_col-wrapper > div div > ul > li ul {
  list-style-type: square;
  list-style-position: inside;
  margin-top: 7.5px;
}

#sr2__cfbfiosh {
  display: none;
}
#sr2__cfbfiosh .overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  pointer-events: auto;
}
#sr2__cfbfiosh .overlay > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 87%;
}
#sr2__cfbfiosh .overlay > div .head {
  display: flex;
  flex-direction: column;
  position: relative;
}
#sr2__cfbfiosh .overlay > div .head .close3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 30px;
  border: 1px solid black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: black;
  cursor: pointer;
}
#sr2__cfbfiosh .overlay > div .head .title-description-wrapper {
  text-align: center;
}
#sr2__cfbfiosh .overlay > div .head .title-description-wrapper .title {
  margin: 0.5em 0 0.25em;
  font-size: 300%;
  line-height: 1.25em;
  color: black;
}
#sr2__cfbfiosh .overlay > div .head .title-description-wrapper .description {
  margin: 0;
  line-height: 1.25em;
  color: black;
}
#sr2__cfbfiosh .overlay > div .body {
  text-align: center;
}
#sr2__cfbfiosh .overlay > div .body .error {
  color: red;
  opacity: 0;
}

#sr2__tmhbhbeg {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  width: auto;
  height: auto;
  box-shadow: none;
  font-family: "Courier New", monospace;
  font-size: 72px;
  line-height: 1.25em;
  color: black;
  text-align: center;
}

@media (max-width: 991px) {
  #sr2 {
    width: 92%;
  }

  #sr2__dcembkbb .search_result .doctor-wrapper a .photo-wrapper {
    width: 14%;
  }

  #sr2__tbccgluc .calendar .days-wrapper .days .day a {
    padding: 6.5px;
  }
  #sr2__tbccgluc .calendar .days-wrapper .days .day a .wday__name-mday-mon__name-wrapper {
    font-size: 91%;
  }
  #sr2__tbccgluc .calendar .days-wrapper .days .day a .state {
    font-size: 72%;
  }

  #sr2__bbbfoqbi input[type=text], #sr2__bbbfoqbi input[type=tel], #sr2__bbbfoqbi input[type=email] {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  /*.columns-wrap h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    text-align: start !important;
  }*/

  #sr2 {
    width: 86%;
  }

  #sr2__bbbfoqbi {
    padding-right: 15px;
    padding-left: 15px;
    max-height: 85vh;
  }

  #sr2 .tabs {
    margin-top: 15px;
  }
  #sr2 .tabs .tab:nth-child(1) span::before {
    content: "Шаг 1";
  }
  #sr2 .tabs .tab:nth-child(2) span::before {
    content: "Шаг 2";
  }
  #sr2 .tabs .tab:nth-child(3) span::before {
    content: "Шаг 3";
  }
  #sr2 .tabs .tab:nth-child(4) span::before {
    content: "Шаг 4";
  }

  #sr2__dcembkbb {
    margin-bottom: 15px;
  }
  #sr2__dcembkbb .search_fields {
    flex-direction: column;
  }
  #sr2__dcembkbb .search_fields .search_field-wrapper {
    width: 100%;
  }
  #sr2__dcembkbb .search_fields .search_field-wrapper:last-child {
    margin-top: 15px;
  }
  #sr2__dcembkbb .search_fields .search_field-wrapper:last-child > div {
    padding: 0;
  }
  #sr2__dcembkbb .search_fields .search_field-wrapper:first-child {
    margin-top: 0;
  }
  #sr2__dcembkbb .search_fields .search_field-wrapper:first-child > div {
    padding: 0;
  }
  #sr2__dcembkbb .search_result .type_title {
    order: 0 !important;
  }
  #sr2__dcembkbb .search_result .service__specialist-wrapper {
    order: 0 !important;
    width: 100%;
  }
  #sr2__dcembkbb .search_result .service__specialist-wrapper > div {
    padding-right: 0;
    padding-left: 0;
  }
  #sr2__dcembkbb .search_result .specialist-wrapper a {
    padding: 15px 0;
  }
  #sr2__dcembkbb .search_result .doctor-wrapper a {
    padding: 15px 0;
  }
  #sr2__dcembkbb .search_result .doctor-wrapper a .photo-wrapper {
    width: 85px;
  }
  #sr2__dcembkbb .search_result .doctor-wrapper a .name-profession_name-wrapper {
    width: calc(100% - 75px - 10px);
  }

  #sr2__mhdmyexv .tiles {
    flex-direction: column;
  }
  #sr2__mhdmyexv .tiles .tile-wrapper {
    width: 100%;
  }
  #sr2__mhdmyexv .tiles .tile-wrapper > div .tile {
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
  }

  #sr2__ffefgcov .receptions__types {
    flex-direction: column;
  }
  #sr2__ffefgcov .receptions__types .reception__type-wrapper {
    width: 100%;
  }

  #sr2__hewqcddd .clinics {
    flex-direction: column;
  }
  #sr2__hewqcddd .clinics .clinic-wrapper {
    width: 100%;
  }

  #sr2__btijnheg .btn__find_doctor_time-wrapper {
    justify-content: center;
  }
  #sr2__btijnheg .btn__find_doctor_time-wrapper > div {
    width: 100%;
  }
  #sr2__btijnheg .btn__find_doctor_time-wrapper > div .btn__find_doctor_time a {
    display: block;
    text-align: center;
  }

  #sr2__hiejibci {
    margin-bottom: 15px;
  }

  #sr2__tbccgluc .calendar {
    justify-content: space-between;
  }
  #sr2__tbccgluc .calendar .days-wrapper {
    width: 92%;
  }
  #sr2__tbccgluc .calendar .days-wrapper .days .day a {
    padding: 0;
  }
  #sr2__tbccgluc .calendar .days-wrapper .days .day a .wday__name-mday-mon__name-wrapper {
    font-size: 99%;
  }
  #sr2__tbccgluc .calendar .days-wrapper .days .day a .wday__name-mday-mon__name-wrapper .wday__name {
    display: none;
  }
  #sr2__tbccgluc .calendar .days-wrapper .days .day a .state {
    display: none;
  }

  #sr2__jbwrfdol .text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #sr2__jbwrfdol .doctors .doctor {
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0;
  }
  #sr2__jbwrfdol .doctors .doctor .photo-wrapper {
    width: 100px;
  }
  #sr2__jbwrfdol .doctors .doctor .name-profession_name-price-wrapper {
    width: calc(100% - 100px);
  }
  #sr2__jbwrfdol .doctors .doctor .name-profession_name-price-wrapper > div {
    padding-right: 0;
    padding-left: 7.5px;
  }
  #sr2__jbwrfdol .doctors .doctor .slots-wrapper {
    width: 100%;
  }
  #sr2__jbwrfdol .doctors .doctor .slots-wrapper .slots .slot {
    width: 50%;
  }

  #sr2__ohndkuef {
    flex-direction: column-reverse;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #sr2__ohndkuef .left_col-wrapper {
    margin-top: 15px;
    width: 100%;
  }
  #sr2__ohndkuef .left_col-wrapper form .form_element-wrapper:not(.policy, .btn__submit) {
    width: 100%;
  }
  #sr2__ohndkuef .left_col-wrapper form .form_element-wrapper:not(.policy, .btn__submit):nth-child(odd) > div {
    padding-right: 0;
  }
  #sr2__ohndkuef .left_col-wrapper form .form_element-wrapper:not(.policy, .btn__submit):nth-child(even) > div {
    padding-left: 0;
  }
  #sr2__ohndkuef .left_col-wrapper form .form_element-wrapper.btn__submit > div input {
    display: block;
    width: 100%;
  }
  #sr2__ohndkuef .left_col-wrapper form .form_element-wrapper .hint {
    text-align: center;
  }
  #sr2__ohndkuef .right_col-wrapper {
    padding-left: 0;
    width: 100%;
  }
  #sr2__ohndkuef .right_col-wrapper > div {
    padding: 15px;
  }

  #sr2__biheijnm {
    flex-direction: column;
    margin-bottom: 15px;
  }
  #sr2__biheijnm h2 {
    margin-top: 15px;
  }
  #sr2__biheijnm .left_col-wrapper {
    width: 100%;
  }
  #sr2__biheijnm .right_col-wrapper {
    margin-top: 15px;
    width: 100%;
  }
  #sr2__biheijnm .right_col-wrapper > div {
    padding-left: 0;
  }
  #sr2__biheijnm .right_col-wrapper > div div > ul > li {
    margin-bottom: 15px;
  }

  #sr2__cfbfiosh .overlay > div {
    height: 100%;
  }
  #sr2__cfbfiosh .overlay > div .head .close3 {
    right: 15px;
    width: 45px;
    height: 45px;
  }
  #sr2__cfbfiosh .overlay > div .head .title-description-wrapper .title {
    margin-top: 2.5em;
  }
}