header {
  background: #eef0ee;
  padding: 10px 0; }
  header .wrap {
    padding: 0 20px; }
  header .logo-small {
    display: none; }
  header .logo-big {
    display: block; }
  header .burger {
    display: none;
    cursor: pointer; }
  header .content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .menu {
    display: flex;
    align-items: center; }
    header .menu .close {
      display: none; }
    header .menu hr {
      width: 2px;
      height: 2px;
      display: inline-block;
      background: #fff;
      margin: 0;
      padding: 0; }
    header .menu a {
      font-size: 14px;
      color: #fff;
      display: inline-block;
      margin: 0 17px;
      font-weight: 300;
      text-decoration: none; }
      header .menu a:hover {
        color: #9b9b9b; }

.footer_policy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: right;
  font-size: 14px;
  padding: 30px 0;
  color: #41434e;
  line-height: 20px; }
  .footer_policy > .footer_policy_left {
    text-align: left;
    font-family: 'Relative Book Pro',sans-serif; }
  .footer_policy > .footer_policy_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .footer_policy > .footer_policy_right a {
      color: #41434e;
      font-family: 'Relative Book Pro', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px; }
  @media (max-width: 768px) {
    .footer_policy {
      text-align: left;
      flex-direction: column-reverse; } }

@media only screen and (max-width: 990px) {
  header .burger {
    display: block;
    cursor: pointer; }
  header .menu {
    display: none; }
    header .menu .close-but {
      display: block; }
    header .menu.active {
      display: block;
      position: absolute;
      width: 385px;
      padding: 28px 0 0 28px;
      top: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
      z-index: 200; }
      header .menu.active hr {
        width: 50px;
        height: 1px;
        background: #252525;
        margin: 10px 0; }
      header .menu.active a {
        color: #252525;
        font-size: 18px;
        display: block;
        padding: 14px 0;
        margin: 0; }
        header .menu.active a:hover {
          color: #8d8d8d; }
      header .menu.active .close-but {
        top: 22px;
        right: 26px;
        position: absolute;
        cursor: pointer; } }

@media only screen and (max-width: 768px) {
  header {
    padding: 8px 0; }
    header .logo-small {
      display: block; }
    header .logo-big {
      display: none; }
    header .menu.active {
      width: auto;
      left: 0; }
  .footer_policy {
    justify-content: flex-start; }
    .footer_policy > .footer_policy_right {
      margin-bottom: 30px; }
      .footer_policy > .footer_policy_right a:first-child {
        margin: 20px 0; } }

@charset "UTF-8";
.PageWithForm {
  font-family: 'Montserrat', sans-serif;
  background-color: #f9f9f9; }
  .PageWithForm input {
    font-family: 'Montserrat', sans-serif; }
  .PageWithForm.wrapper {
    display: flex;
    flex-direction: column; }
  .PageWithForm .header {
    background: transparent; }
  .PageWithForm .container {
    max-width: 100%;
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px; }
    @media only screen and (max-width: 768px) {
      .PageWithForm .container {
        padding: 0; } }
  @media only screen and (max-width: 768px) {
    .PageWithForm .header {
      padding: 20px; } }
  .PageWithForm .content {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .PageWithForm .logo {
    height: 36px;
    display: inline-block; }
  .PageWithForm .form-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .PageWithForm .form-wrapper {
        margin-bottom: 0px;
        align-items: stretch; } }

.Overlay__form {
  width: 800px;
  max-width: 100%;
  background-color: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  margin: 46px 0;
  margin-left: 55px;
  padding: 50px;
  z-index: 1;
  margin: 20px auto 0; }
  @media only screen and (max-width: 768px) {
    .Overlay__form {
      width: 100%;
      padding: 60px 20px 60px; } }
  .Overlay__form form {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }
  .Overlay__form .form-header {
    margin: 0 auto 50px; }
    @media only screen and (max-width: 768px) {
      .Overlay__form .form-header {
        margin: 0 auto 30px; } }
  .Overlay__form .form-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #4a4a4a; }
    @media only screen and (max-width: 768px) {
      .Overlay__form .form-title {
        font-size: 25px; } }
  .Overlay__form .form-subtitle {
    font-size: 15px;
    letter-spacing: -0.4px;
    color: #4a4a4a;
    font-weight: normal;
    margin-top: 15px; }
  .Overlay__form .form-group {
    margin-top: 50px; }
  .Overlay__form .form-label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #4a4a4a;
    text-align: left;
    margin-bottom: 30px; }
  .Overlay__form .form-inputs {
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .Overlay__form .form-inputs {
        margin-bottom: 30px; } }
  .Overlay__form .user-agree {
    font-size: 15px;
    letter-spacing: -0.4px;
    color: #4a4a4a;
    margin-bottom: 30px;
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */ }
    .Overlay__form .user-agree [type='checkbox']:not(:checked),
    .Overlay__form .user-agree [type='checkbox']:checked {
      position: absolute;
      left: -9999px; }
    .Overlay__form .user-agree [type='checkbox']:not(:checked) + label,
    .Overlay__form .user-agree [type='checkbox']:checked + label {
      position: relative;
      padding-left: 25px;
      cursor: pointer; }
    .Overlay__form .user-agree [type='checkbox']:not(:checked) + label:before,
    .Overlay__form .user-agree [type='checkbox']:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 14px;
      height: 14px;
      border: solid 1px #cbcbcb;
      background: #fff;
      border-radius: 2px;
      box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
    .Overlay__form .user-agree [type='checkbox']:not(:checked) + label:after,
    .Overlay__form .user-agree [type='checkbox']:checked + label:after {
      content: '\2714';
      position: absolute;
      top: 0.2em;
      left: 0.15em;
      font-size: 15px;
      line-height: 0.8;
      color: #ff6453;
      transition: all 0.2s;
      font-family: Helvetica, Arial, sans-serif; }
    .Overlay__form .user-agree [type='checkbox']:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }

@charset "UTF-8";
.PageWithForm {
  font-family: 'Montserrat', sans-serif; }
  .PageWithForm input {
    font-family: 'Montserrat', sans-serif; }
  .PageWithForm a {
    text-decoration: none; }
  .PageWithForm.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column; }
  .PageWithForm .header {
    background: transparent; }
  .PageWithForm .container {
    max-width: 100%;
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px; }
    @media only screen and (max-width: 768px) {
      .PageWithForm .container {
        padding: 0; } }
  @media only screen and (max-width: 768px) {
    .PageWithForm .header {
      padding: 20px; } }
  .PageWithForm .content {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .PageWithForm .logo {
    height: 36px;
    display: inline-block; }
  .PageWithForm .form-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .PageWithForm .form-wrapper {
        margin-bottom: 0px;
        align-items: stretch; } }

.Login__form {
  width: 560px;
  max-width: 100%;
  background-color: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  margin: 46px 0;
  margin-left: 55px;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .Login__form {
      width: 100%;
      padding: 60px 20px 60px; } }
  .Login__form form {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }
  .Login__form .form-header {
    margin: 0 auto 50px; }
    @media only screen and (max-width: 768px) {
      .Login__form .form-header {
        margin: 0 auto 30px; } }
  .Login__form .form-title {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #4a4a4a; }
    @media only screen and (max-width: 768px) {
      .Login__form .form-title {
        font-size: 25px; } }
  .Login__form .form-subtitle {
    font-size: 15px;
    letter-spacing: -0.4px;
    color: #4a4a4a;
    font-weight: normal;
    margin-top: 15px; }
  .Login__form .form-group {
    margin-top: 50px; }
  .Login__form .form-label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #4a4a4a;
    text-align: left;
    margin-bottom: 30px; }
  .Login__form .form-inputs {
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .Login__form .form-inputs {
        margin-bottom: 30px; } }
  .Login__form .user-agree {
    font-size: 15px;
    letter-spacing: -0.4px;
    color: #4a4a4a;
    margin-bottom: 30px;
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */ }
    .Login__form .user-agree [type='checkbox']:not(:checked),
    .Login__form .user-agree [type='checkbox']:checked {
      position: absolute;
      left: -9999px; }
    .Login__form .user-agree [type='checkbox']:not(:checked) + label,
    .Login__form .user-agree [type='checkbox']:checked + label {
      position: relative;
      padding-left: 25px;
      cursor: pointer; }
    .Login__form .user-agree [type='checkbox']:not(:checked) + label:before,
    .Login__form .user-agree [type='checkbox']:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 14px;
      height: 14px;
      border: solid 1px #cbcbcb;
      background: #fff;
      border-radius: 2px;
      box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1); }
    .Login__form .user-agree [type='checkbox']:not(:checked) + label:after,
    .Login__form .user-agree [type='checkbox']:checked + label:after {
      content: '\2714';
      position: absolute;
      top: 0.2em;
      left: 0.15em;
      font-size: 15px;
      line-height: 0.8;
      color: #ff6453;
      transition: all 0.2s;
      font-family: Helvetica, Arial, sans-serif; }
    .Login__form .user-agree [type='checkbox']:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }

.Button {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 220px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  min-height: 48px;
  background-color: #ff6453;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.3px; }
  .Button:hover {
    background-color: rgba(255, 100, 83, 0.6); }
  .Button.-cancel {
    background-color: transparent;
    color: #ff6453; }
  .Button-disabled {
    background-color: rgba(255, 100, 83, 0.6);
    cursor: default; }
  .Button-loading:hover {
    background-color: #ff6453; }

.Spinner {
  /* LOADER 4 */ }
  .Spinner .loader {
    border-radius: 100%;
    position: relative;
    font-size: 1px;
    margin: 0 auto; }
  .Spinner #loader-4 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #FF6453;
    margin: 0px 5px;
    opacity: 0; }
  .Spinner #loader-4.small span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #FF6453;
    margin: 0px 5px;
    opacity: 0; }
  .Spinner #loader-4 span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite; }
  .Spinner #loader-4 span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite; }
  .Spinner #loader-4 span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite; }

@keyframes opacitychange {
  0%, 100% {
    opacity: 0; }
  60% {
    opacity: 1; } }

.Card {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  width: 100%; }
  .Card .cardWrap {
    background: white; }
  .Card .cardText {
    padding: 15px;
    font-size: 16px; }
  .Card .cardButtons {
    display: flex;
    align-items: center; }
  .Card .cardMenuItem {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.25;
    color: #252525;
    font-weight: 400; }
    .Card .cardMenuItem:hover {
      background-color: rgba(0, 0, 0, 0.08); }
    .Card .cardMenuItem.active {
      border-left: solid #ff6453 5px;
      background-color: rgba(0, 0, 0, 0.08);
      padding-left: 10px; }
  .Card .cardTitle {
    padding: 15px 15px 0 15px;
    font-size: 16px;
    font-weight: 400; }
  .Card .cardDate {
    font-size: 12px;
    color: #8d8d8d; }

.FlatInput {
  position: relative;
  margin-bottom: 35px; }
  .FlatInput .FlatInput_input {
    width: 100%;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #979797;
    border-radius: 0 !important;
    line-height: 18px;
    padding: 3px 0;
    font-size: 15px;
    background: 0;
    z-index: 2;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .FlatInput .FlatInput_input ::-webkit-input-placeholder {
      color: #8d8d8d; }
    .FlatInput .FlatInput_input ::-moz-placeholder {
      color: #8d8d8d; }
    .FlatInput .FlatInput_input :-moz-placeholder {
      color: #8d8d8d; }
    .FlatInput .FlatInput_input :-ms-input-placeholder {
      color: #8d8d8d; }
  .FlatInput .inputError {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ff6453 !important;
    border-radius: 0 !important;
    line-height: 18px;
    padding: 3px 0;
    font-size: 15px;
    background: 0;
    z-index: 2; }
  .FlatInput .floating_label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    bottom: 5px;
    font-size: 15px;
    transition: 0.3s ease all;
    line-height: 15px;
    color: #8d8d8d; }
  .FlatInput .FlatInput_input:focus ~ .floating_label,
  .FlatInput.withContent .floating_label {
    bottom: 25px;
    left: 0;
    font-size: 12px;
    opacity: 1;
    transition: 0.3s ease all; }
  .FlatInput .error {
    position: absolute;
    text-align: left;
    left: 0;
    bottom: -20px;
    font-size: 15px;
    color: #ff6453;
    line-height: 18px; }
  @media (max-width: 991px) {
    .FlatInput {
      margin-bottom: 35px; } }

.selectize-control {
  position: relative;
  background-color: white; }
  .selectize-control .option {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .selectize-control .dropdown {
    position: absolute;
    top: 49px;
    background: white;
    z-index: 19999; }
  .selectize-control .selectize-input {
    position: relative;
    background: #fff;
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    height: 48px;
    padding: 0 0 0 15px;
    display: flex;
    justify-content: center; }
    .selectize-control .selectize-input.dropdown-active::after {
      margin-top: -4px;
      transform: rotate(-180deg); }
    .selectize-control .selectize-input::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 15px;
      width: 15px;
      height: 8px;
      border: none;
      background-size: cover;
      background: url(/static-spa-lk/images/dropdown-icon.ee198e785f07af7cbd6745ea45784038.svg) no-repeat center; }
    .selectize-control .selectize-input > input {
      font-size: 16px;
      color: #252525;
      display: inline-block !important;
      padding: 0 !important;
      min-height: 0 !important;
      max-height: none !important;
      max-width: 100% !important;
      margin: 0 2px 0 0 !important;
      text-indent: 0 !important;
      border: 0 none !important;
      background: none !important;
      line-height: inherit !important;
      -webkit-user-select: auto !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      width: 100%; }
      .selectize-control .selectize-input > input::-ms-clear {
        display: none; }
      .selectize-control .selectize-input > input:focus {
        outline: none !important; }
  .selectize-control .selectize-dropdown {
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    z-index: 1000;
    margin-top: 0; }
    .selectize-control .selectize-dropdown .optgroup {
      border: none; }
  .selectize-control .selectize-dropdown-content {
    max-height: 255px; }
    .selectize-control .selectize-dropdown-content > .create {
      display: none !important; }
    .selectize-control .selectize-dropdown-content .optgroup:first-child .optgroup-header {
      margin-top: 0; }
    .selectize-control .selectize-dropdown-content .optgroup-header {
      font-size: 13px;
      color: #8d8d8d;
      padding: 0;
      margin: 10px 20px;
      font-weight: 500;
      border-bottom: 1px solid #ececec;
      line-height: 30px; }
    .selectize-control .selectize-dropdown-content .option {
      font-size: 16px;
      color: #8d8d8d;
      line-height: 33px;
      padding: 0 20px;
      position: relative; }
      .selectize-control .selectize-dropdown-content .option .highlight {
        color: #252525;
        background: none; }
      .selectize-control .selectize-dropdown-content .option:hover {
        background-color: #ececec; }
        .selectize-control .selectize-dropdown-content .option:hover::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 4px;
          background: #ff6453; }
  .selectize-control .selectize-input::after {
    content: ' ';
    display: block;
    clear: left; }
  .selectize-control .selectize-dropdown .active {
    background-color: #f5fafd; }
  .selectize-control .selectize-dropdown-content .option {
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .selectize-control .selectize-dropdown-content .option .metroDot {
      display: inline-block;
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 20px;
      margin-right: 5px; }

.list-visibility-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }
  .list-visibility-checkbox + span {
    padding-right: 15px; }
    .list-visibility-checkbox + span::after {
      content: '';
      position: absolute;
      box-sizing: border-box;
      right: 2px;
      top: 6px;
      width: 7px;
      height: 7px;
      border: 0px solid #ff5e4c;
      border-width: 0 1px 1px 0;
      transform: translateY(-50%) rotate(45deg); }
  .list-visibility-checkbox:checked + span::after {
    transform: rotate(225deg); }
  .list-visibility-checkbox__label {
    position: relative;
    margin-left: auto;
    cursor: pointer; }

.under-search {
  width: 100%;
  max-width: 575px;
  margin-right: 30px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
  font-size: 13px;
  letter-spacing: -0.2px;
  color: #8d8d8d; }
  .under-search .label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 20px; }
    .under-search .label .jq-checkbox {
      width: 13px;
      height: 13px;
      border: 1px solid #cbcbcb !important; }
      .under-search .label .jq-checkbox.checked .jq-checkbox__div {
        margin: 3px 0 0 2px;
        border-bottom: 2px solid #ff6453;
        border-left: 2px solid #ff6453; }
    .under-search .label span {
      margin-right: 10px; }

@media only screen and (max-width: 1200px) {
  .under-search {
    justify-content: space-between;
    max-width: 100%; } }

@media only screen and (max-width: 768px) {
  .under-search {
    font-size: 12px;
    line-height: 1.1; } }

@media only screen and (min-width: 1025px) {
  .search .main-block .left {
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    width: 635px;
    max-width: 50%;
    position: absolute;
    left: 45px;
    z-index: 100;
    top: 105px;
    max-height: calc(100vh - 191px);
    border-radius: 4px; } }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .search .left {
    overflow-y: scroll;
    height: calc(100vh - 52px); } }

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100; }

.search #map {
  position: relative; }
  .search #map .infoBlock {
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    max-width: 355px;
    position: absolute;
    transform: translateX(-50%);
    width: calc(100% - 10px);
    z-index: 100;
    display: flex;
    align-items: center;
    background: white;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    left: 80%;
    top: 10px;
    padding: 10px;
    gap: 10px; }
  @media only screen and (max-width: 1024px) {
    .search #map .infoBlock {
      left: 50%; }
    .search #map .infoIcon {
      display: none; } }
  .search #map .search-checkbox {
    position: absolute;
    top: 10px;
    left: 48px;
    padding: 0 10px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15);
    background: #fff;
    z-index: 1; }
    .search #map .search-checkbox label {
      height: 28px;
      display: flex;
      align-items: center;
      margin: 0;
      cursor: pointer; }
    .search #map .search-checkbox span {
      font-size: 13px; }
    .search #map .search-checkbox .jq-checkbox {
      width: 13px;
      height: 13px;
      border: 1px solid #cbcbcb !important; }
      .search #map .search-checkbox .jq-checkbox.checked .jq-checkbox__div {
        margin: 3px 0 0 2px;
        border-bottom: 2px solid #ff6453;
        border-left: 2px solid #ff6453; }
  .search #map .infoWindow .online {
    font-size: 13px;
    font-weight: 500;
    color: #ff8874;
    margin-bottom: 5px; }
  .search #map .infoWindow .title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px; }
  .search #map .infoWindow .place {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px; }
  .search #map .infoWindow .line {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300; }
    .search #map .infoWindow .line .ulica {
      display: flex;
      align-items: center; }
      .search #map .infoWindow .line .ulica i {
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 20px;
        margin-right: 6px; }
        .search #map .infoWindow .line .ulica i.orange {
          background: #f7882a; }
    .search #map .infoWindow .line .distance {
      color: #8d8d8d;
      margin-left: 10px; }
  .search #map .ymaps-2-1-64-balloon-content__footer {
    color: #252525;
    font-size: 13px;
    margin-top: 10px; }

@charset "UTF-8";
.onlineEntry {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  max-width: 780px;
  text-align: left;
  box-sizing: border-box;
  background: white;
  color: black;
  font-family: "Rubik", sans-serif; }
  @media only screen and (min-width: 1031px) {
    .onlineEntry {
      width: 780px; } }
  .onlineEntry p {
    padding: 0;
    margin: 0; }
  .onlineEntry b {
    font-weight: 500; }
  .onlineEntry .spinnerHandler {
    min-height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center; }
  .onlineEntry_header {
    position: relative;
    background-color: #252525;
    color: white;
    padding: 10px 18px 10px 30px; }
  .onlineEntry_headerTitles {
    display: flex;
    align-items: center; }
  .onlineEntry_headerTitle {
    margin-bottom: 0;
    padding: 6px 0;
    font-weight: 300 !important; }
  .onlineEntry_headerTitle + .onlineEntry_headerTitle {
    padding-left: 30px;
    border-left: 1px solid white;
    margin-left: 30px; }
  .onlineEntry_headerTitle:last-child {
    padding-right: 25px; }
  .onlineEntry_wrapper {
    min-height: 400px;
    padding: 32px 30px 0;
    border-bottom: 1px solid #e0dfdf; }
  .onlineEntry_wrapper.-flexDoctor {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 0 30px; }
  .onlineEntry_wrapper.-flex {
    display: flex;
    justify-content: space-between; }
  .onlineEntry_topText {
    margin-bottom: 20px; }
  .onlineEntry_phone {
    text-decoration: none;
    color: black;
    font-weight: 400; }
  .onlineEntry_inputCodeBlock {
    margin-bottom: 70px; }
  .onlineEntry_inputWrapper {
    display: flex;
    margin-bottom: 7px; }
  .onlineEntry_inputCode {
    padding: 12px;
    font-size: 14px;
    border: solid 1px #e0dfdf;
    outline: none; }
  .onlineEntry_inputWrapper.-error .onlineEntry_inputCode,
  .onlineEntry_inputWrapper.-error .onlineEntry_timer {
    border: solid 1px #ff6852; }
  .onlineEntry_inputError {
    opacity: 0;
    color: #ff6852;
    font-size: 14px; }
  .onlineEntry_timer {
    display: flex;
    align-items: center;
    padding-right: 10px;
    border: solid 1px #e0dfdf;
    border-left: 0; }
  .onlineEntry_headerTitle {
    margin-top: 0;
    font-weight: 300;
    font-size: 20px; }
  .onlineEntry_repeat {
    color: #757575;
    text-decoration: none; }
  .onlineEntry_text p {
    margin-bottom: 23px; }
  .onlineEntry_link {
    text-decoration: none;
    color: #757575; }
  .onlineEntry_smallText {
    font-size: 14px;
    font-weight: 400; }
  .onlineEntry_footer {
    clear: both;
    padding: 20px 31px; }
  .onlineEntry_footer::after {
    content: '';
    clear: both;
    display: table; }
  .onlineEntry_further {
    float: right; }
  .onlineEntry_button {
    display: block;
    border: none;
    outline: none;
    width: 185px;
    font-weight: 500;
    text-align: center;
    line-height: 45px;
    background-color: #ff6453;
    border: 2px solid transparent;
    color: white;
    cursor: pointer;
    transition: all .3s; }
  .onlineEntry_button:hover {
    background-color: rgba(255, 100, 83, 0.6); }
  .onlineEntry_button.-cancel {
    background-color: transparent;
    color: #ff6453;
    border: 2px solid #ff6453; }
  .onlineEntry_further.-notWork {
    background-color: rgba(255, 100, 83, 0.6); }
  .onlineEntry_return {
    float: left;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 13px;
    color: #ff6453;
    cursor: pointer;
    text-decoration: none; }
  .onlineEntry_close {
    position: absolute;
    right: 18px;
    top: 10px;
    font-size: 30px;
    line-height: 36px;
    cursor: pointer; }
  .onlineEntry_close.-black {
    color: black; }
  .onlineEntry_calendar {
    padding: 20px 0 30px; }
  .onlineEntry_calendarTable {
    width: 100%;
    text-align: center; }
    .onlineEntry_calendarTable a {
      padding: 3px 8px;
      text-decoration: none;
      transition: all .3s; }
    .onlineEntry_calendarTable a:hover,
    .onlineEntry_calendarTable a.-active {
      background-color: #ff6453;
      color: white; }
    .onlineEntry_calendarTable tr:first-child {
      color: #8d8d8d;
      font-size: 14px; }
      .onlineEntry_calendarTable tr:first-child th {
        font-weight: 400;
        padding: 10px 0; }
    .onlineEntry_calendarTable td {
      padding: 6px 2px; }
    .onlineEntry_calendarTable caption {
      position: relative;
      margin-bottom: 20px; }
  .onlineEntry_calendarTable .onlineEntry_prev a,
  .onlineEntry_calendarTable .onlineEntry_next a {
    background-color: transparent;
    color: black;
    transition: all .3s; }
  .onlineEntry_calendarTable .onlineEntry_off a {
    color: #e0dfdf;
    cursor: default; }
  .onlineEntry_calendarTable .onlineEntry_off a:hover {
    cursor: default;
    background-color: transparent; }
  .onlineEntry_prev a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: solid 1px #e0dfdf;
    background-image: url(/static-spa-lk/images/icons.9d8a30c8f4bfb67a77f29efdf2113723.png);
    background-position: -290px -52px;
    transition: all .3s; }
  .onlineEntry_next a {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: solid 1px #e0dfdf;
    background-image: url(/static-spa-lk/images/icons.9d8a30c8f4bfb67a77f29efdf2113723.png);
    background-position: -330px -52px;
    transition: all .3s; }
  .onlineEntry_prev a:hover,
  .onlineEntry_next a:hover {
    border: solid 1px #ff6453; }
  .onlineEntry_dateBlock {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    border-right: 1px solid #e0dfdf; }
    .onlineEntry_dateBlock .timeOfDay.-noActive .onlineEntry_time, .onlineEntry_dateBlock .timeOfDay.-noActive .onlineEntry_timeBlockTitle {
      opacity: 0.6; }
  .onlineEntry_doctorBlock {
    width: 50%; }
  .onlineEntry_Quantity {
    padding: 13px 20px;
    font-size: 12px;
    color: #8d8d8d;
    background-color: #f4f4f4; }
  .onlineEntry_doctor {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 20px;
    font-size: 12px;
    border-bottom: 1px solid #e0dfdf;
    transition: all .3s; }
    .onlineEntry_doctor_doctorImage {
      width: 60px;
      text-align: center; }
      .onlineEntry_doctor_doctorImage img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: 0px auto; }
    .onlineEntry_doctor_doctorInfo {
      width: calc(100% - 70px); }
    .onlineEntry_doctor_doctorName {
      margin-top: 0; }
    .onlineEntry_doctor_doctorName {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 5px; }
  .onlineEntry_doctor.-active, .onlineEntry_doctor:hover {
    background-color: #ececec; }
  .onlineEntry_time {
    display: inline-block;
    padding: 2px 0px;
    font-size: 14px;
    width: 46px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 3px;
    margin-right: 3px;
    color: #8d8d8d;
    border: 1px solid #e0dfdf;
    transition: all .3s; }
  .onlineEntry_time:hover, .onlineEntry_time.-active {
    cursor: pointer;
    background-color: #ff6453;
    border: 1px solid #ff6453;
    color: white; }
  .onlineEntry_timeBlock {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #e0dfdf; }
  .onlineEntry_timeBlockTitle {
    width: 13%;
    margin: 0;
    font-weight: 500;
    color: #8d8d8d; }
  .onlineEntry_period {
    width: 87%;
    box-sizing: border-box; }
  .onlineEntry_doctors {
    overflow-y: auto;
    max-height: 500px; }
    .onlineEntry_doctors.-noActive .onlineEntry_doctor_doctorName, .onlineEntry_doctors.-noActive .onlineEntry_doctor_doctorImage, .onlineEntry_doctors.-noActive .onlineEntry_doctor_doctorInfo {
      opacity: 0.6; }
  .onlineEntry_doctors::-webkit-scrollbar-track {
    border-radius: 4px; }
  .onlineEntry_doctors::-webkit-scrollbar {
    width: 6px; }
  .onlineEntry_doctors::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #ececec; }
  .onlineEntry_cancelBlock {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 32px 30px;
    font-size: 20px;
    min-height: 680px;
    text-align: center;
    box-sizing: border-box; }
  .onlineEntry_cancelBlockText {
    margin-bottom: 40px; }
  .onlineEntry_cancelButtons {
    display: flex;
    justify-content: center;
    align-items: center; }
    .onlineEntry_cancelButtons .onlineEntry_button {
      margin: 0 10px;
      min-width: 210px; }
  .onlineEntry_registerTitile {
    position: relative;
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 26px; }
    .onlineEntry_registerTitile.-icon {
      padding-left: 30px; }
    .onlineEntry_registerTitile.-icon::after {
      content: '';
      position: absolute;
      left: 0;
      top: -3px;
      width: 22px;
      height: 24px;
      background-image: url(/static-spa-lk/images/icons.9d8a30c8f4bfb67a77f29efdf2113723.png);
      background-position: -101px -187px; }
  .onlineEntry_infoIcon {
    position: relative;
    display: block;
    padding: 0px 0 5px 33px;
    font-weight: 500;
    margin-right: 10px;
    width: 141px; }
  .onlineEntry_infoIcon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url(/static-spa-lk/images/icons.9d8a30c8f4bfb67a77f29efdf2113723.png); }
  .onlineEntry_infoIcon.-icon1::after {
    background-position: -148px -189px; }
  .onlineEntry_infoIcon.-icon2::after {
    background-position: -194px -189px; }
  .onlineEntry_infoIcon.-icon3::after {
    background-position: -347px -189px; }
  .onlineEntry_infoIcon.-icon4::after {
    background-position: -277px -189px; }
  .onlineEntry_infoBlock {
    display: flex;
    margin-bottom: 30px; }
    .onlineEntry_infoBlock p {
      width: calc(100% - 141px); }
  .onlineEntry_listDoctor {
    display: block;
    margin: 0;
    height: 400px;
    overflow-y: auto;
    padding: 0px 30px 0;
    border-bottom: 1px solid #e0dfdf; }
  .onlineEntry_listDoctor::-webkit-scrollbar-track {
    border-radius: 4px; }
  .onlineEntry_listDoctor::-webkit-scrollbar {
    width: 6px; }
  .onlineEntry_listDoctor::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #ececec; }
  .onlineEntry_listItem {
    position: relative;
    display: block;
    border-top: 1px solid #e0dfdf; }
  .onlineEntry_listItem:first-child {
    border-top: none; }
  .onlineEntry_listLink {
    display: block;
    position: relative;
    z-index: 2;
    color: #252525;
    padding: 13px 10px 13px 0;
    text-decoration: none; }
  .onlineEntry_listItem::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    right: -30px;
    background-color: #ececec;
    transition: all .3s; }
  .onlineEntry_listItem:hover::after {
    opacity: 1; }
  .onlineEntry_success {
    position: relative;
    margin-top: 0;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 26px; }
    .onlineEntry_success::after {
      content: '';
      position: absolute;
      left: 0;
      top: -3px;
      width: 22px;
      height: 24px;
      background: url(/static-spa-lk/images/done.674f651b2fe19f6178cac46cac9511fd.svg) no-repeat; }
  .onlineEntry_selectTime {
    position: relative;
    border: 1px solid #e0dfdf;
    padding: 4px 35px 4px 4px; }
  .onlineEntry_selectClose {
    position: absolute;
    right: 11px;
    top: 9px;
    width: 24px;
    height: 25px;
    cursor: pointer;
    background-image: url(/static-spa-lk/images/icons.9d8a30c8f4bfb67a77f29efdf2113723.png);
    background-position: -50px -186px; }
  .onlineEntry_addTime {
    position: relative;
    display: inline-block;
    margin: 4px;
    font-size: 14px;
    background-color: #ff6453;
    border-radius: 2px;
    padding: 6px 30px 6px 7px;
    color: white; }
  .onlineEntry_addTimeClose {
    content: '';
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -7px;
    display: inline-block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background-image: url(/static-spa-lk/images/icons.9d8a30c8f4bfb67a77f29efdf2113723.png);
    background-position: -388px -194px; }
  .onlineEntry_selectTitle {
    display: block;
    color: #5a5958;
    font-size: 14px;
    margin-bottom: 5px; }
  .onlineEntry_clinic {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0dfdf; }
  .onlineEntry_clinicLogo {
    width: 120px;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
    .onlineEntry_clinicLogo img {
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: 0px auto; }
  .onlineEntry_clinicInfo {
    width: calc(100% - 250px);
    vertical-align: top;
    margin-left: 16px;
    line-height: 2;
    display: inline-block; }
  .onlineEntry_clinicMetro {
    position: relative;
    display: block;
    padding-left: 10px; }
  .onlineEntry_clinicMetro::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4dc5f4; }
  .onlineEntry_title {
    display: block;
    margin-bottom: 20px; }
  .onlineEntry_selection {
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px; }
  .onlineEntry_selectInputBlock {
    position: relative;
    width: 49%; }
  .onlineEntry_selectInput {
    position: relative;
    width: 100%;
    padding: 13px 15px 13px 30px;
    display: block;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #e0dfdf;
    cursor: pointer; }
  .onlineEntry_selectTimeBlock {
    position: relative;
    width: 49%; }
  .onlineEntry_selectInput::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 18px;
    height: 20px;
    cursor: pointer;
    background-image: url(/static-spa-lk/images/icons.9d8a30c8f4bfb67a77f29efdf2113723.png);
    background-position: -152px -190px; }
  .onlineEntry_comment {
    margin-bottom: 40px; }
  .onlineEntry_textarea {
    width: 100%;
    padding: 13px;
    font-size: 14px;
    line-height: 1.7;
    box-sizing: border-box;
    resize: none;
    border: 1px solid #e0dfdf; }
  .onlineEntry_selectCalendar {
    font-size: 14px;
    color: #5a5958;
    padding: 9px 15px 10px 30px; }
  .onlineEntry_selectCalendar.noCalendar {
    background-image: none; }
  .onlineEntry_selectCalendar::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 20px;
    margin-top: -10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(/static-spa-lk/images/icons.9d8a30c8f4bfb67a77f29efdf2113723.png);
    background-position: -196px -190px; }
  .onlineEntry_selectDoctor {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 43px;
    max-height: 300px;
    overflow: auto;
    z-index: 1;
    background-color: white;
    border: solid 1px #e0dfdf; }
  .onlineEntry_selectDoctorItem {
    display: block;
    padding: 10px;
    border-left: 4px solid white;
    cursor: pointer;
    transition: all .3s; }
    .onlineEntry_selectDoctorItem.-noActive, .onlineEntry_selectDoctorItem.-noActive:hover {
      color: #e0dfdf;
      cursor: default;
      border-left: none; }
  .onlineEntry_selectDoctorItem:hover {
    color: #ff6453;
    border-left: 4px solid #ff6453; }
  .onlineEntry_date {
    position: absolute;
    left: 0;
    right: 0;
    top: 43px;
    width: 500px;
    background-color: white;
    z-index: 100;
    border: solid 1px #e0dfdf; }
  .onlineEntry_dateWrapper {
    display: flex;
    justify-content: space-between; }
    .onlineEntry_dateWrapper .onlineEntry_calendarBlock {
      width: 50%;
      padding: 20px 0px 0px 20px;
      box-sizing: border-box; }
    .onlineEntry_dateWrapper .onlineEntry_slotsBlock {
      width: 46%;
      padding: 20px 20px 0px;
      border-left: 1px solid #e0dfdf;
      box-sizing: border-box; }
    .onlineEntry_dateWrapper .onlineEntry_calendarTable td {
      padding: 6px 0px; }
  .onlineEntry_slotsBlock {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5958; }
    .onlineEntry_slotsBlock .slotsItem {
      display: inline-block;
      padding: 6px 0px;
      width: 42px;
      cursor: pointer;
      text-align: center; }
    .onlineEntry_slotsBlock.noActive .slotsItem {
      display: inline-block;
      background-color: white !important;
      color: rgba(0, 0, 0, 0.38);
      cursor: default; }
    .onlineEntry_slotsBlock.noActive .slotsItem:hover {
      background-color: white !important;
      color: rgba(0, 0, 0, 0.38);
      cursor: default; }
    .onlineEntry_slotsBlock .slotsItem:hover {
      background-color: #ff6453;
      color: white; }
    .onlineEntry_slotsBlock .slotsItem.active {
      background-color: #ff6453;
      color: white; }
  .onlineEntry_slots {
    padding: 25px 0 5px 0;
    margin: 0;
    text-align: center; }
  .onlineEntry_dateFooter {
    display: flex;
    justify-content: space-between;
    padding: 17px 20px;
    border-top: 1px solid #e0dfdf; }
  .onlineEntry_dateApply {
    color: #ff6453;
    cursor: pointer; }
  .onlineEntry_dateApply.disabled {
    color: rgba(255, 109, 84, 0.6);
    cursor: pointer; }
  .onlineEntry_dateСancel {
    cursor: pointer; }
  .onlineEntry_selectDoctor::-webkit-scrollbar-track {
    border-radius: 4px; }
  .onlineEntry_selectDoctor::-webkit-scrollbar {
    width: 6px; }
  .onlineEntry_selectDoctor::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #ececec; }
  .onlineEntry_headerBackward {
    display: none;
    position: absolute;
    left: 10px;
    top: 50%;
    height: 18px;
    width: 25px;
    text-align: center;
    margin-top: -9px;
    color: white;
    cursor: pointer; }
  .onlineEntry_selectTitleIcon {
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-color: #ff6453; }
  @media screen and (max-width: 1030px) {
    .onlineEntry {
      width: 97%;
      max-height: 98%;
      overflow-y: auto; }
      .onlineEntry.-lastScreen {
        max-height: 100%;
        overflow-y: initial; }
      .onlineEntry_dateWrapper {
        flex-direction: column; }
      .onlineEntry_date {
        width: 100%;
        overflow-y: auto;
        max-height: 302px; }
      .onlineEntry_dateWrapper {
        display: flex;
        justify-content: space-between;
        border: solid 1px #e0dfdf; }
        .onlineEntry_dateWrapper .onlineEntry_calendarBlock {
          width: 100%;
          padding: 20px; }
        .onlineEntry_dateWrapper .onlineEntry_slotsBlock {
          width: 100%;
          padding: 20px; }
        .onlineEntry_dateWrapper .onlineEntry_calendarTable td {
          padding: 6px 0px; }
      .onlineEntry_date::-webkit-scrollbar-track {
        border-radius: 4px; }
      .onlineEntry_date::-webkit-scrollbar {
        width: 6px; }
      .onlineEntry_date::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background: #ececec; }
      .onlineEntry_headerTitle {
        font-size: 20px; }
      .onlineEntry_wrapper.-flexDoctor {
        padding: 0px 0px 0 20px; } }
  @media screen and (max-width: 600px) {
    .onlineEntry {
      width: 100% !important; }
    .onlineEntry.-lastScreen {
      max-height: 100%;
      overflow-y: auto; }
    .onlineEntry_date {
      left: -1px;
      position: fixed;
      top: 5%;
      height: 100%;
      max-height: 100vh;
      margin-right: -50%; }
    .onlineEntry_selection {
      flex-direction: column; }
    .onlineEntry_selectInputBlock {
      width: 100%;
      margin-bottom: 10px; }
    .onlineEntry_selectTimeBlock {
      width: 100%; }
    .onlineEntry_clinicInfo {
      width: calc(100% - 160px); }
    .onlineEntry_headerTitle {
      flex-direction: column; }
    .onlineEntry_wrapper.-flexDoctor {
      flex-direction: column; }
    .onlineEntry_dateBlock {
      width: 100%;
      border: none; }
    .onlineEntry_wrapper.-flexDoctor {
      padding: 0 30px; }
    .onlineEntry_doctorBlock {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .onlineEntry_clinicLogo {
      display: block;
      margin: 0px auto 20px; }
    .onlineEntry_clinicInfo {
      width: 100%;
      margin: 0; }
    .onlineEntry_return {
      display: none; }
    .onlineEntry_further {
      float: none;
      margin: 0px auto; }
    .onlineEntry_headerBackward {
      display: block; }
    .onlineEntry_headerTitle + .onlineEntry_headerTitle {
      display: none; }
    .onlineEntry_headerTitles {
      justify-content: center; }
    .onlineEntry_infoIcon {
      font-size: 0;
      width: 0; }
    .onlineEntry_infoBlock p {
      width: 100%; }
    .onlineEntry_cancelButtons {
      flex-direction: column; }
    .onlineEntry_cancelButtons .onlineEntry_button {
      margin: 0 auto 20px; } }
  .onlineEntry a {
    color: black; }
  .onlineEntry .button {
    display: inline-block;
    padding: 15px 65px 15px 31px;
    color: white;
    font-size: 15px;
    text-align: center;
    background-color: #ff6453;
    background-repeat: no-repeat;
    background-position: 183px 18px;
    text-decoration: none;
    transition: all .3s; }
  .onlineEntry .button:hover {
    background-color: #FF7A6B; }

.center {
  max-width: 1230px;
  margin: 0px auto; }

.blackblock {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: -webkit-linear-gradient(#252525, #252525);
  background-image: linear-gradient(#252525, #252525);
  background-blend-mode: multiply;
  cursor: pointer; }

.js-popUp {
  cursor: pointer; }

.-color {
  color: #ff6453;
  text-decoration: none;
  display: inline-block; }

.titleBlock {
  max-width: 570px;
  margin: 0px auto; }
  .titleBlock_title {
    font-weight: bold;
    font-size: 38px; }
  .titleBlock_small {
    padding-top: 2px;
    font-size: 20px; }
  @media screen and (max-width: 800px) {
    .titleBlock {
      padding: 0 20px; }
      .titleBlock_title {
        font-size: 26px; }
      .titleBlock_small {
        font-size: 22px; } }

@charset "UTF-8";
.clinic h3,
.clinic h4 {
  font-weight: 500; }

.clinic p,
.clinic .address_block {
  font-weight: 300; }
  .clinic p .place,
  .clinic .address_block .place {
    display: flex;
    align-items: flex-start;
    margin-top: 4px; }
    .clinic p .place i,
    .clinic .address_block .place i {
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 20px;
      margin-right: 5px; }

.clinic .subwayDotWrapper {
  height: 28px;
  display: flex;
  align-items: center; }

.clinic .content {
  width: 65%;
  font-weight: 400; }
  .clinic .content_text p {
    margin-bottom: 20px; }
  .clinic .content_aside {
    display: none; }
  .clinic .content .aside {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none; }
  .clinic .content .aside_wrapper {
    display: flex;
    justify-content: space-between; }
  .clinic .content .aside_block {
    width: 48%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: inherit; }
  .clinic .content .aside_block:first-child {
    padding-right: 30px;
    border-right: 1px solid #989796; }
  .clinic .content .aside_bidBlock {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none; }
  @media screen and (max-width: 800px) {
    .clinic .content {
      width: 100%; }
      .clinic .content_aside,
      .clinic .content .aside {
        display: block; } }
  @media screen and (max-width: 600px) {
    .clinic .content .aside_wrapper {
      flex-direction: column; }
    .clinic .content .aside_block {
      width: 100%; }
    .clinic .content .aside_block:first-child {
      padding-bottom: 30px;
      padding-right: 0px;
      margin-bottom: 30px;
      border-right: none;
      border-bottom: 1px solid #989796; } }
  @media screen and (max-width: 480px) {
    .clinic .content_aside {
      display: none; } }

.clinic .aside {
  padding: 29px 30px;
  width: 33%;
  background-color: white;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05); }
  .clinic .aside .title {
    font-family: 'Rubik', 'Rubik', sans-serif;
    margin-bottom: 15px; }
  .clinic .aside_phone {
    display: block;
    padding: 13px 0;
    text-decoration: none;
    color: white;
    font-weight: 500;
    background-color: #ff6453;
    text-align: center;
    transition: all 0.3s; }
  .clinic .aside_phone:hover, .clinic .aside_bid:hover, .clinic .aside_online:hover {
    opacity: 0.8; }
  .clinic .aside_bidBlock {
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #989796; }
  .clinic .aside_bid {
    text-align: center;
    padding: 13px 0;
    color: #ff6453;
    font-weight: 500;
    border: solid 2px #ff6453;
    transition: all 0.3s;
    cursor: pointer; }
  .clinic .aside_online {
    display: block;
    padding: 13px 0;
    text-decoration: none;
    color: white;
    font-weight: 500;
    background-color: #ff6453;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s; }
  .clinic .aside_reception {
    margin-bottom: 31px; }
    .clinic .aside_reception.-icon {
      position: relative;
      padding-left: 45px; }
    .clinic .aside_reception.-icon::after {
      content: '';
      position: absolute;
      left: 0;
      top: -10px;
      width: 35px;
      height: 60px;
      background: url(/static-spa-lk/images/lamp.1018249fdf499111137c86a8554723ed.svg) no-repeat; }
  @media screen and (max-width: 800px) {
    .clinic .aside {
      display: none; } }

.clinic .address {
  padding: 24px 30px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
  background-color: white; }
  .clinic .address_info {
    padding-right: 85px; }
  .clinic .address_info::after {
    content: '';
    clear: both;
    display: table; }
  .clinic .address_info {
    padding-top: 24px;
    display: flex;
    justify-content: space-between; }
  .clinic .address_block {
    position: relative;
    width: 48%;
    padding-left: 23px;
    line-height: 1.8;
    box-sizing: border-box; }
  .clinic .address_block::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat; }
  .clinic .address_block:last-child::after {
    background-image: url(/static-spa-lk/images/time.7177e72dc32110be138fd196b9f89511.svg); }
  .clinic .address_block:first-child::after {
    background-image: url(/static-spa-lk/images/pin.fec9eadde6e043b6c1438d3211568fab.svg); }
  .clinic .address_metro {
    position: relative;
    padding-left: 10px;
    display: block; }
  .clinic .address_metro::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f7882a; }
  .clinic .address_title {
    font-family: 'Rubik', 'Rubik', sans-serif;
    font-size: 20px;
    margin: 0; }
  .clinic .address_header {
    font-family: 'Rubik', 'Rubik', sans-serif;
    position: relative;
    padding-right: 85px; }
  .clinic .address_logo {
    position: absolute;
    right: 0;
    top: 4px;
    width: 80px;
    height: 80px;
    background: #909090 url(/static-spa-lk/images/icons.650e103eb2105aed0e6b7d9c0c5af130.png) -31px -84px no-repeat; }
  .clinic .address_preEntry {
    display: none;
    width: 100%;
    background-color: #ff6453;
    color: white;
    padding: 13px 0;
    font-weight: 500;
    text-align: center; }
  @media screen and (max-width: 600px) {
    .clinic .address_info {
      flex-direction: column; }
    .clinic .address_block {
      width: 100%; }
    .clinic .address_block:first-child {
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .clinic .address_info {
      margin-bottom: 30px; }
    .clinic .address_header {
      padding: 0; }
    .clinic .address_logo {
      display: none; }
    .clinic .address_preEntry {
      display: block; } }

.clinic .specialist_all {
  font-size: 14px;
  margin-bottom: 11px; }

.clinic .specialist_items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0dfdf; }

.clinic .specialist_showMore {
  text-align: center;
  color: #757575;
  font-weight: 500;
  cursor: pointer; }

.clinic .specialist_showMore:hover {
  color: #ff6453; }

.clinic .specialistItem {
  display: flex;
  justify-content: space-between;
  width: 50%;
  padding: 20px 15px;
  box-sizing: border-box;
  text-decoration: none;
  border-bottom: 1px solid #e0dfdf;
  color: black; }
  .clinic .specialistItem:nth-child(2n + 1) {
    border-right: 0px solid #e0dfdf; }
  .clinic .specialistItem:last-child {
    border-bottom: none; }
  .clinic .specialistItem_image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden; }
    .clinic .specialistItem_image img {
      max-height: 100%;
      max-width: 100%; }
  .clinic .specialistItem_info {
    width: calc(100% - 60px); }
  .clinic .specialistItem_name {
    color: #252525;
    font-weight: 400; }
  @media screen and (max-width: 600px) {
    .clinic .specialistItem {
      width: 100%;
      padding: 19px; }
      .clinic .specialistItem:nth-child(2n + 1) {
        border-right: none; } }

.clinic .-infoblock {
  padding: 29px 30px;
  margin-bottom: 10px;
  background-color: white;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 480px) {
    .clinic .-infoblock {
      padding: 20px; } }
  .clinic .-infoblock strong {
    font-weight: 500; }

.clinic .main {
  background-color: #fbfbfb; }
  .clinic .main_content {
    position: relative;
    z-index: 2;
    max-width: 950px;
    margin: -27px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left; }
  @media screen and (max-width: 950px) {
    .clinic .main_content {
      max-width: 98%; } }
  @media screen and (max-width: 550px) {
    .clinic .main_content {
      max-width: 100%; } }

.clinic .review_items {
  margin-bottom: 30px; }

.clinic .review_rating {
  display: flex; }

.clinic .review_stars {
  display: flex; }

.clinic .review_form {
  overflow: hidden;
  margin-bottom: 30px; }

.clinic .review_star {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(/static-spa-lk/images/icons.650e103eb2105aed0e6b7d9c0c5af130.png);
  background-repeat: no-repeat;
  background-position: -90px -55px;
  cursor: pointer; }

.clinic .review_star.-whole {
  background-position: -50px -55px; }

.clinic .review_stars {
  margin-right: 15px; }

.clinic .review_rating {
  border: solid 1px #e0dfdf;
  border-bottom: none;
  padding: 10px 15px;
  font-size: 14px; }

.clinic .review_textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  resize: none;
  font-size: 14px;
  min-height: 70px;
  margin-bottom: 20px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #e0dfdf;
  border-top: 1px dashed #e0dfdf; }

.clinic .review_button {
  color: white;
  border: none;
  outline: none;
  text-align: center;
  float: right;
  padding: 13px 0;
  width: 200px;
  font-weight: 700;
  background-color: #ff6453;
  transition: all 0.3s; }

.clinic .review_button:hover {
  opacity: 0.8; }

@media screen and (max-width: 480px) {
  .clinic .review_rating {
    flex-direction: column; }
  .clinic .review_stars {
    margin-bottom: 10px; }
  .clinic .review_star {
    display: inline-block;
    width: 36px;
    height: 32px;
    background-image: url(/static-spa-lk/images/icons.650e103eb2105aed0e6b7d9c0c5af130.png);
    background-repeat: no-repeat;
    background-position: -243px -110px;
    cursor: pointer; }
  .clinic .review_star.-whole {
    background-position: -304px -110px; } }

.clinic .reviewItem {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0dfdf;
  margin-bottom: 20px; }
  .clinic .reviewItem_image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d1d1d1; }
    .clinic .reviewItem_image img {
      max-height: 100%;
      max-width: 100%; }
  .clinic .reviewItem_info {
    width: calc(100% - 70px); }
  .clinic .reviewItem_header {
    display: flex;
    margin-bottom: 7px; }
  .clinic .reviewItem_date {
    font-size: 12px;
    line-height: 2;
    color: #8d8d8d; }
  .clinic .reviewItem_name {
    margin-right: 10px; }
  .clinic .reviewItem_text {
    margin-bottom: 10px; }
  .clinic .reviewItem_dell {
    color: #8d8d8d;
    font-size: 14px; }
  .clinic .reviewItem_footer {
    display: flex;
    justify-content: space-between; }

.clinic .pagination {
  display: flex;
  padding-left: 0;
  justify-content: center; }
  .clinic .pagination_item {
    display: block; }
  .clinic .pagination_item:first-child .clinic .pagination_link,
  .clinic .pagination_item:last-child .clinic .pagination_link {
    background-image: url(/static-spa-lk/images/icons.650e103eb2105aed0e6b7d9c0c5af130.png);
    background-repeat: no-repeat; }
  .clinic .pagination_item:first-child .clinic .pagination_link {
    background-position: -283px -46px; }
  .clinic .pagination_item:last-child .clinic .pagination_link {
    background-position: -323px -46px; }
  .clinic .pagination_link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 35px;
    height: 35px;
    border: solid 1px #e0dfdf;
    color: #757575;
    transition: all 0.3s; }
  .clinic .pagination_link:hover {
    color: #ff6453;
    background-color: #e0dfdf; }

.clinic .search {
  display: flex;
  margin-bottom: 20px; }
  .clinic .search_doctor {
    width: 45%;
    padding: 15px;
    box-sizing: border-box;
    border: solid 1px #e0dfdf; }
  .clinic .search_allDoctor {
    position: relative;
    width: 45%;
    color: #7e7975;
    padding: 15px;
    box-sizing: border-box;
    border: solid 1px #e0dfdf;
    border-left: none; }
  .clinic .search_allDoctor::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    cursor: pointer;
    width: 20px;
    height: 13px;
    background-image: url(/static-spa-lk/images/icons.650e103eb2105aed0e6b7d9c0c5af130.png);
    background-repeat: no-repeat;
    background-position: -180px -57px; }
  .clinic .search_list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none; }
  .clinic .search_button {
    position: relative;
    display: block;
    width: 10%;
    border: none;
    outline: none;
    background-color: #ff6453; }
  .clinic .search_button::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    top: 15px;
    color: white;
    background: url(/static-spa-lk/images/icons.650e103eb2105aed0e6b7d9c0c5af130.png) -126px -51px no-repeat; }
  @media screen and (max-width: 600px) {
    .clinic .search {
      flex-direction: column; }
      .clinic .search_doctor, .clinic .search_allDoctor {
        padding: 13px 20px;
        margin-bottom: 20px;
        width: 100%; }
      .clinic .search_allDoctor {
        border-left: solid 1px #e0dfdf; }
      .clinic .search_button {
        width: 100%;
        height: 50px; }
      .clinic .search_button::after {
        content: '\41D\430\439\442\438';
        position: absolute;
        left: 50%;
        margin-left: -34px;
        width: 0px;
        padding-left: 25px;
        padding-top: 2px;
        height: 23px;
        top: 15px;
        color: white;
        background: url(/static-spa-lk/images/icons.650e103eb2105aed0e6b7d9c0c5af130.png) -130px -51px no-repeat; } }

.plan {
  background-color: #fbfbfb;
  font-family: Rubik, sans-serif;
  color: #252525; }
  .plan .container.onMobile {
    display: none; }
  .plan .whiteHeader {
    padding-top: 32px;
    padding-bottom: 40px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05); }
    .plan .whiteHeader .title {
      font-family: 'Rubik', 'Rubik', sans-serif;
      font-size: 40px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #252525;
      margin-bottom: 32px; }
    .plan .whiteHeader_welcome {
      flex-basis: 60%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .plan .whiteHeader_links {
      flex-shrink: 0;
      padding: 0 0 0 5px; }
      .plan .whiteHeader_links .iQuestion {
        width: 16px;
        height: 18px;
        background: url(/static-spa-lk/images/splan.3451ba89169b10803426eeaf56d3d1a8.jpg);
        display: inline-block; }
      .plan .whiteHeader_links .link {
        cursor: pointer;
        font-weight: 400; }
        .plan .whiteHeader_links .link:not(:last-child) {
          margin-bottom: 16px; }
        .plan .whiteHeader_links .link img {
          width: 16px;
          height: 16px;
          display: inline-block;
          margin-right: 8px; }
      .plan .whiteHeader_links .linkText {
        display: inline-block; }
        .plan .whiteHeader_links .linkText.condition {
          color: #ff6453; }
      .plan .whiteHeader_links a {
        text-decoration: none;
        display: flex;
        font-size: 16px;
        align-items: center;
        color: #8d8d8d; }
  .plan_listBlock {
    margin-top: 75px; }
    .plan_listBlock .title {
      font-family: 'Rubik', 'Rubik', sans-serif;
      font-size: 26px;
      color: #252525;
      letter-spacing: 0.1px;
      font-weight: 400;
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(152, 151, 150, 0.3); }
    .plan_listBlock .topList {
      margin-top: 30px;
      font-weight: 400;
      float: left;
      width: 25%; }
      .plan_listBlock .topList a {
        text-decoration: none;
        color: black; }
      .plan_listBlock .topList .listItem {
        margin-bottom: 26px;
        cursor: pointer; }
        .plan_listBlock .topList .listItem:after {
          font-size: 16px;
          content: ' ';
          display: inline-block;
          margin-left: 10px;
          width: 15px;
          height: 11px;
          background: url(/static-spa-lk/images/arrow2.84abf00a15b7aa9d7c32fe94b3295143.svg) no-repeat;
          background-size: contain;
          transition: all 0.05s ease-in; }
      .plan_listBlock .topList .listItem:hover:after {
        margin-left: 15px; }
    .plan_listBlock .cardItems-wrapper {
      width: 100%; }
    .plan_listBlock .cardItems {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap; }
      .plan_listBlock .cardItems .cardItem {
        display: block;
        width: 22%;
        min-width: 200px;
        height: 160px;
        background-color: #ffffff;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        margin-right: 3%;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 15px;
        white-space: normal;
        overflow: hidden;
        vertical-align: center;
        cursor: pointer;
        padding: 0 5px; }
        .plan_listBlock .cardItems .cardItem .iconPlace {
          height: 35px;
          margin-top: 50px;
          margin-bottom: 7px; }
          .plan_listBlock .cardItems .cardItem .iconPlace img {
            max-height: 42px; }
  .plan .searchBox {
    margin-top: 60px; }
    @media only screen and (min-width: 769px) {
      .plan .searchBox .doctor {
        width: calc(61% - 27px); }
      .plan .searchBox .metro {
        width: calc(39% - 26px); } }
  .plan .flexContainer {
    display: flex; }
  .plan .container {
    max-width: 940px;
    margin: auto; }
  .plan .userInfo_block {
    display: inline-flex;
    flex-direction: row;
    font-weight: 400;
    margin-top: 16px; }
  .plan .userInfo_fullName {
    font-weight: 400; }
  .plan .userInfo_id {
    font-weight: 400; }
  .plan .userInfo_date {
    color: #252525;
    margin-left: 23px;
    opacity: 0.5; }
  @media screen and (max-width: 1000px) {
    .plan .whiteHeader {
      padding-right: 3%;
      padding-left: 3%; }
    .plan .searchBox {
      margin-right: 3%;
      margin-left: 3%; }
    .plan .cardItems-wrapper {
      overflow-x: scroll; }
      .plan .cardItems-wrapper .scrollable-content::-webkit-scrollbar * {
        display: none; }
      .plan .cardItems-wrapper::-webkit-scrollbar-track {
        display: none; }
      .plan .cardItems-wrapper::-webkit-scrollbar-thumb {
        background-color: red; }
    .plan_listBlock .topList {
      margin-left: 3%;
      width: 30%; }
      .plan_listBlock .topList:last-child {
        display: none; }
    .plan_listBlock .title {
      margin: 0 3%; }
    .plan .cardItems {
      margin-left: 3%; } }
  @media screen and (max-width: 650px) {
    .plan .userInfo_block {
      flex-direction: column;
      margin-top: 8px; }
    .plan .userInfo_date {
      margin-left: 0;
      margin-top: 8px; }
    .plan .noMobile {
      display: none; }
    .plan .whiteHeader_welcome {
      float: none;
      width: 100%; }
    .plan .whiteHeader_links {
      padding: 0px;
      margin-top: 24px;
      margin-bottom: 24px; }
    .plan .container.noMobile {
      display: none; }
    .plan .container.onMobile {
      display: block; } }

.PlanHelpList .onlineEntry_cityInput {
  width: 32%; }

.PlanHelpList .onlineEntry_streetInput {
  width: 66%; }

.PlanHelpList .onlineEntry_wrapper {
  min-height: auto;
  padding-bottom: 32px; }

.PlanHelpList .onlineEntry_homeInput,
.PlanHelpList .onlineEntry_korpusInput,
.PlanHelpList .onlineEntry_roomInput {
  width: 32%; }

.PlanHelpList .inputTitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  color: #5a5958; }

.PlanHelpList .justInput {
  margin-top: 6px; }

@media screen and (max-width: 600px) {
  .PlanHelpList .onlineEntry_wrapper {
    height: 100%; }
  .PlanHelpList .onlineEntry_cityInput,
  .PlanHelpList .onlineEntry_streetInput,
  .PlanHelpList .onlineEntry_homeInput,
  .PlanHelpList .onlineEntry_korpusInput,
  .PlanHelpList .onlineEntry_roomInput {
    width: 100%;
    margin-bottom: 23px; } }

.justInput .inputWrapper {
  background: white;
  border: solid 1px #e0dfdf;
  padding-left: 15px;
  height: 45px; }

.justInput.errorInput .inputWrapper {
  border: solid 1px #FF5E4C; }

.justInput .error {
  display: block;
  color: #FF5E4C;
  font-size: 12px;
  margin-top: 2px; }

.justInput input {
  width: 100%;
  font-size: 14px;
  outline: none;
  line-height: 45px;
  font-weight: 400;
  background: none;
  border: none;
  padding: 0;
  margin: 0; }

.doctorRequest .onlineEntry_input {
  flex: 1 1; }
  .doctorRequest .onlineEntry_input + .onlineEntry_input {
    margin-left: 10px; }

.doctorRequest .onlineEntry_city,
.doctorRequest .onlineEntry_flat {
  flex-grow: 0;
  flex-basis: 24%; }

.doctorRequest .inputTitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
  color: #5a5958; }

.doctorRequest .justInput {
  margin-top: 6px; }

.doctorRequest .onlineEntry_message {
  font-weight: 400;
  margin-bottom: 20px; }

.doctorRequest .complaintsWrapper {
  margin-top: 6px;
  background: white;
  border: solid 1px #e0dfdf;
  padding: 11px 15px 5px; }

.doctorRequest .complaintsTextarea {
  border: none;
  resize: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  width: 100%;
  outline: 0px;
  font-size: 14px;
  outline: none;
  line-height: 20px;
  font-weight: 400; }

.doctorRequest .onlineEntry_franchise {
  margin-bottom: 10px;
  font-size: 18px; }

@media screen and (max-width: 600px) {
  .doctorRequest .onlineEntry_selection {
    margin-bottom: 0; }
  .doctorRequest .onlineEntry_input {
    margin-bottom: 10px; }
    .doctorRequest .onlineEntry_input + .onlineEntry_input {
      margin-left: 0; } }

.myPlan {
  background-color: #fbfbfb;
  font-family: Rubik, sans-serif;
  color: #252525; }
  .myPlan .onMobile {
    display: none; }
  .myPlan .whiteHeader {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05); }
    .myPlan .whiteHeader_welcome {
      float: left;
      width: 60%; }
      .myPlan .whiteHeader_welcome .title {
        font-family: 'Rubik', 'Rubik', sans-serif;
        font-size: 40px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #252525; }
    .myPlan .whiteHeader_links {
      padding-top: 19px; }
      .myPlan .whiteHeader_links .iQuestion {
        width: 16px;
        height: 18px;
        background: url(/static-spa-lk/images/splan.3451ba89169b10803426eeaf56d3d1a8.jpg);
        display: inline-block; }
      .myPlan .whiteHeader_links .link {
        font-weight: 400;
        margin-bottom: 25px; }
        .myPlan .whiteHeader_links .link img {
          width: 16px;
          height: 16px;
          display: inline-block;
          margin-right: 8px; }
      .myPlan .whiteHeader_links .linkText {
        display: inline-block; }
      .myPlan .whiteHeader_links a {
        text-decoration: none;
        display: flex;
        font-size: 16px;
        align-items: center;
        color: #8d8d8d; }
  .myPlan .MyPlan__flex {
    display: flex;
    justify-content: space-between; }
  .myPlan .MyPlan__filters {
    width: 250px; }
  .myPlan .filters {
    width: 250px; }
  .myPlan .MyPlan__plan {
    width: 675px; }
  .myPlan .MyPlan__Card {
    margin-top: 0px;
    margin-bottom: 15px !important;
    padding-right: 40px;
    padding-left: 30px;
    padding-top: 31px;
    padding-bottom: 31px; }
  .myPlan .MyPlan__desc {
    font-family: Rubik;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #252525; }
  .myPlan .MyPlan__redDot {
    color: #ff5e4c; }
  .myPlan_listBlock {
    margin-top: 75px; }
    .myPlan_listBlock .title {
      font-family: 'Rubik', 'Rubik', sans-serif;
      font-size: 26px;
      color: #252525;
      letter-spacing: 0.1px;
      font-weight: 400;
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(152, 151, 150, 0.3); }
    .myPlan_listBlock .topList {
      margin-top: 30px;
      font-weight: 400;
      float: left;
      width: 25%; }
      .myPlan_listBlock .topList a {
        text-decoration: none;
        color: black; }
      .myPlan_listBlock .topList .listItem {
        margin-bottom: 26px;
        cursor: pointer; }
        .myPlan_listBlock .topList .listItem:after {
          font-size: 16px;
          content: ' ';
          display: inline-block;
          margin-left: 10px;
          width: 15px;
          height: 11px;
          background: url(/static-spa-lk/images/arrow2.84abf00a15b7aa9d7c32fe94b3295143.svg) no-repeat;
          background-size: contain;
          transition: all 0.05s ease-in; }
      .myPlan_listBlock .topList .listItem:hover:after {
        margin-left: 15px;
        transition: all 0.05s ease-in; }
    .myPlan_listBlock .cardItems-wrapper {
      width: 100%; }
    .myPlan_listBlock .cardItems {
      margin-top: 30px; }
      .myPlan_listBlock .cardItems .cardItem {
        width: 22%;
        min-width: 200px;
        height: 160px;
        background-color: #ffffff;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        margin-right: 3%;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        display: inline-block;
        white-space: normal;
        overflow: hidden;
        vertical-align: center;
        cursor: pointer;
        padding: 0 5px; }
        .myPlan_listBlock .cardItems .cardItem .iconPlace {
          height: 35px;
          margin-top: 50px;
          margin-bottom: 7px; }
          .myPlan_listBlock .cardItems .cardItem .iconPlace img {
            max-height: 42px; }
  .myPlan .searchBox {
    margin-top: 15px; }
    @media only screen and (min-width: 769px) {
      .myPlan .searchBox .doctor {
        width: calc(61% - 27px); }
      .myPlan .searchBox .metro {
        width: calc(39% - 26px); } }
  .myPlan .container {
    max-width: 940px;
    margin: auto; }
  @media screen and (max-width: 1000px) {
    .myPlan .whiteHeader {
      padding-right: 3%;
      padding-left: 3%; }
    .myPlan .searchBox {
      margin-top: 10px;
      margin-right: 3%;
      margin-left: 3%; }
    .myPlan .cardItems-wrapper {
      overflow-x: scroll; }
      .myPlan .cardItems-wrapper .scrollable-content::-webkit-scrollbar * {
        display: none; }
      .myPlan .cardItems-wrapper::-webkit-scrollbar-track {
        display: none; }
      .myPlan .cardItems-wrapper::-webkit-scrollbar-thumb {
        background-color: red; }
    .myPlan_listBlock .topList {
      margin-left: 3%;
      width: 30%; }
      .myPlan_listBlock .topList:last-child {
        display: none; }
    .myPlan_listBlock .title {
      margin: 0 3%; }
    .myPlan .cardItems {
      margin-left: 3%; }
    .myPlan .MyPlan__Card {
      margin-left: 10px;
      padding-top: 22px;
      padding-bottom: 22px;
      padding-left: 20px;
      margin-bottom: 10px !important; } }
  @media screen and (max-width: 650px) {
    .myPlan .noMobile {
      display: none; }
    .myPlan .whiteHeader_welcome {
      float: none;
      width: 100%; }
    .myPlan .whiteHeader_links {
      padding-top: 0px;
      margin-top: 40px; }
    .myPlan .noMobile {
      display: none; }
    .myPlan .onMobile {
      display: block; } }
  @media screen and (max-width: 675px) {
    .myPlan .MyPlan__flex {
      flex-direction: column; }
    .myPlan .filters {
      min-width: 100%; }
    .myPlan .MyPlan__plan {
      width: 100%; }
    .myPlan .MyPlan__Card {
      margin-left: 0px;
      margin-top: 0px;
      padding-right: 40px;
      padding-left: 20px;
      padding-top: 31px;
      padding-bottom: 31px; } }
  @media screen and (max-width: 450px) {
    .myPlan .searchBox {
      margin: 0; }
    .myPlan .whiteHeader {
      padding-left: 20px;
      border-bottom: 1px solid #e1e1e1; }
    .myPlan .title {
      font-size: 24px !important;
      font-weight: 500 !important; } }
  .myPlan .type {
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px; }
  .myPlan .Card {
    margin-bottom: 20px; }
  .myPlan p {
    margin-top: 10px;
    margin-left: 15px;
    color: #252525;
    font-size: 16px;
    line-height: 22px; }
    .myPlan p::before {
      content: ' ';
      background: url(/static-spa-lk/images/arrow.0013c609c36ee8141fb068c08203f1a7.svg);
      width: 12px;
      height: 10px;
      background-size: cover;
      position: absolute;
      margin-left: -19px;
      margin-top: 5px; }
  .myPlan .noArrow {
    margin-top: 10px;
    margin-left: 0px;
    color: #252525;
    font-size: 16px;
    line-height: 22px; }
    .myPlan .noArrow::before {
      display: none; }
  .myPlan .noArrow__desc {
    margin-top: 10px;
    margin-left: 0px;
    color: #252525;
    line-height: 1.36;
    letter-spacing: normal;
    font-weight: 14px; }
    .myPlan .noArrow__desc::before {
      display: none; }
  .myPlan l22 {
    line-height: 22px; }
  .myPlan h2 {
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 26px; }
  .myPlan .columns {
    display: flex;
    flex-wrap: wrap;
    margin: 10px; }
  .myPlan .column {
    padding: 10px;
    flex: 1 1 350px; }

header {
  font-family: 'Relative Book Pro',sans-serif;
  background: #eef0ee;
  padding: 10px 0; }
  header .wrap {
    display: flex;
    padding: 0 20px;
    height: 70px; }
  header .logo-small {
    display: none;
    width: 200px !important;
    margin-top: 15px; }
  header .logo-big {
    display: block;
    width: 200px !important; }
  header .burger {
    display: none;
    cursor: pointer; }
  header .content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
  header .menu {
    display: flex;
    align-items: center; }
    header .menu .close {
      display: none; }
    header .menu hr {
      width: 2px;
      height: 2px;
      display: inline-block;
      background: #fff;
      margin: 0;
      padding: 0; }
    header .menu a {
      font-size: 16px;
      color: #41434e;
      text-decoration: none;
      display: inline-block;
      margin: 0 17px;
      font-weight: 300; }
      header .menu a:hover {
        color: #adafb2; }

@media only screen and (max-width: 1200px) {
  header .burger {
    display: block;
    cursor: pointer; }
  header .menu {
    display: none; }
    header .menu .close-but {
      display: block; }
    header .menu.active {
      display: block;
      position: absolute;
      width: 385px;
      padding: 28px 0 0 28px;
      top: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
      z-index: 200; }
      header .menu.active hr {
        width: 50px;
        height: 1px;
        background: #252525;
        margin: 10px 0; }
      header .menu.active a {
        color: #adafb2;
        font-size: 18px;
        display: block;
        padding: 14px 0;
        margin: 0; }
        header .menu.active a:hover {
          color: #adafb2; }
      header .menu.active .close-but {
        top: 22px;
        right: 26px;
        position: absolute;
        cursor: pointer; } }

@media only screen and (max-width: 768px) {
  header {
    padding: 8px 0; }
    header .logo-small {
      display: block; }
    header .logo-big {
      display: none; }
    header .menu.active {
      width: auto;
      left: 0; } }

.AddRelative {
  font-family: Montserrat; }
  .AddRelative p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px; }
  .AddRelative .justInput {
    margin-bottom: 10px; }
  .AddRelative__calculator {
    display: flex;
    flex-direction: row;
    height: calc(100vh - 60px); }
    @media screen and (max-width: 768px) {
      .AddRelative__calculator {
        height: auto;
        min-height: calc(100vh - 60px); } }
  .AddRelative__programInformation {
    margin-top: 30px; }
    .AddRelative__programInformation .service {
      margin-bottom: 10px; }
    .AddRelative__programInformation h3 {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -0.1px;
      color: #4a4a4a; }
  .AddRelative .row {
    display: flex;
    flex-direction: row; }
  .AddRelative .col50 {
    width: 50%; }
  .AddRelative .col50Mob100 {
    width: 100%; }
  .AddRelative .col33 {
    width: 33.3%; }
  .AddRelative__params {
    width: 35%;
    background-color: #f9f9f9;
    min-height: 100%;
    overflow: scroll;
    padding: 30px; }
    .AddRelative__params .FlatInputTexted input {
      max-width: 200px; }
    .AddRelative__params .Checkbox {
      margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .AddRelative__params {
        padding: 20px; } }
  .AddRelative__callToAction {
    width: 65%;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .AddRelative__result {
    width: 65%;
    background-color: #ffffff;
    height: 100%; }
    .AddRelative__result__info {
      background-color: #ffffff;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08);
      height: 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .AddRelative__result .ClinicList, .AddRelative__result .Map {
      overflow: scroll;
      height: calc(100% - 50px); }
    .AddRelative__result .resultTotal {
      padding: 15px 30px 15px 30px; }
      .AddRelative__result .resultTotal .line {
        margin-bottom: 10px; }
      .AddRelative__result .resultTotal .title {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.1px;
        color: #4a4a4a; }
    .AddRelative__result .resultLine {
      border-top: 1px rgba(224, 223, 223, 0.6) solid;
      padding: 15px 30px 15px 30px;
      justify-content: space-between; }
      .AddRelative__result .resultLine, .AddRelative__result .resultLine label {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.2px;
        color: #8d8d8d; }
  .AddRelative .button {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    cursor: pointer;
    text-decoration: underline; }
    .AddRelative .button.active {
      color: #ff5e4c;
      text-decoration: none; }
  .AddRelative h1 {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #4a4a4a;
    margin-bottom: 35px; }
  .AddRelative .popup-content {
    border: none;
    width: auto !important;
    max-width: 40%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    flex-direction: column;
    margin: auto;
    padding: 30px !important;
    border: none !important; }
    @media screen and (max-width: 768px) {
      .AddRelative .popup-content {
        margin: 0 !important;
        overflow-y: scroll;
        justify-content: center;
        align-items: center;
        border: none;
        width: 100% !important;
        max-width: 100%;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
        padding: 15px !important; } }
    .AddRelative .popup-content h1 {
      font-size: 200%; }
  .AddRelative .backButton {
    text-decoration: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    cursor: pointer;
    color: #ff5e4c; }
    .AddRelative .backButton img {
      display: block;
      width: 10px;
      height: 17px;
      margin-right: 3px; }
  @media screen and (max-width: 768px) {
    .AddRelative .mobHidden {
      display: none; }
    .AddRelative__params, .AddRelative__result {
      width: 100% !important; }
    .AddRelative .resultLine {
      padding: 15px; } }
  @media screen and (min-width: 768px) {
    .AddRelative .mobOnly {
      display: none; } }

.ClinicList {
  font-family: Montserrat !important;
  padding: 0 30px 0 30px; }
  .ClinicList .content-block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 30px;
    border-bottom: 1px solid rgba(224, 223, 223, 0.6);
    text-align: left;
    padding: 15px 0; }
    .ClinicList .content-block .line-href {
      display: flex;
      flex-wrap: wrap; }
    .ClinicList .content-block .title {
      font-family: Montserrat !important;
      font-size: 16px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.31;
      letter-spacing: -0.3px;
      color: #4a4a4a; }
    .ClinicList .content-block .address {
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.31;
      letter-spacing: -0.3px;
      color: #4a4a4a; }
    .ClinicList .content-block .rating {
      font-size: 13px;
      font-weight: 400;
      display: flex;
      align-items: center;
      margin-top: 5px; }
    .ClinicList .content-block .right-half {
      width: calc(30% - 15px);
      margin-left: 30px; }
      .ClinicList .content-block .right-half .title {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.38; }
      .ClinicList .content-block .right-half .place {
        font-size: 16px;
        display: flex;
        align-items: center;
        margin-top: 4px; }
        .ClinicList .content-block .right-half .place img {
          width: 10px;
          height: auto;
          margin-right: 4px; }
        .ClinicList .content-block .right-half .place i {
          display: block;
          width: 5px;
          height: 5px;
          border-radius: 20px;
          margin-right: 5px; }
          .ClinicList .content-block .right-half .place i.orange {
            background: #f7882a; }
          .ClinicList .content-block .right-half .place i.green {
            background: #45b756; }
    .ClinicList .content-block .online-appointment {
      display: block;
      font-size: 13px;
      color: #ff8874;
      margin-bottom: 9px;
      font-weight: 500; }

.ymaps-2-1-64-balloon-content__header .online {
  font-size: 13px;
  font-weight: 500;
  color: #ff8874;
  margin-bottom: 5px; }

.ymaps-2-1-64-balloon-content__header .title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px; }

.ymaps-2-1-64-balloon-content__header .place {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px; }

.ymaps-2-1-64-balloon-content__header .line {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300; }
  .ymaps-2-1-64-balloon-content__header .line .ulica {
    display: flex;
    align-items: center; }
    .ymaps-2-1-64-balloon-content__header .line .ulica i {
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 20px;
      margin-right: 6px; }
      .ymaps-2-1-64-balloon-content__header .line .ulica i.orange {
        background: #f7882a; }
  .ymaps-2-1-64-balloon-content__header .line .distance {
    color: #8d8d8d;
    margin-left: 10px; }

.DateJustInput .inputWrapper {
  background: white;
  border: solid 1px #e0dfdf;
  padding-left: 15px;
  height: 45px; }

.DateJustInput.errorInput .inputWrapper {
  border: solid 1px #FF5E4C; }

.DateJustInput .error {
  display: block;
  color: #FF5E4C;
  font-size: 12px;
  margin-top: 2px; }

.DateJustInput .react-datepicker-wrapper, .DateJustInput .react-datepicker__input-container {
  width: 100%; }

.DateJustInput input {
  width: 100%;
  font-size: 14px;
  outline: none;
  line-height: 45px;
  font-weight: 400;
  background: none;
  border: none;
  padding: 0;
  margin: 0; }

.Checkbox .Checkbox_label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #252525; }
  .Checkbox .Checkbox_label a {
    color: #ff6852; }

.react-flex-view {
  box-sizing: 'border-box';
  min-width: 0;
  min-height: 0;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex-wrap: nowrap;
  -moz-box-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

.react-flex-view.flex-column {
  -webkit-box-flex-direction: column;
  -moz-box-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.react-flex-view.flex-wrap {
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.react-flex-view.align-content-start {
  -ms-flex-align: start;
  flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.react-flex-view.align-content-center {
  -ms-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-box-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.react-flex-view.align-content-end {
  -ms-flex-align: end;
  flex-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.react-flex-view.justify-content-start {
  -ms-flex-pack: start;
  flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.react-flex-view.justify-content-center {
  -ms-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }

.react-flex-view.justify-content-end {
  -ms-flex-pack: end;
  flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

@font-face {
  font-family: 'rc-datepicker';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SDIcAAAC8AAAAYGNtYXAAitFNAAABHAAAAGRnYXNwAAAAEAAAAYAAAAAIZ2x5ZmYIkl0AAAGIAAAC7GhlYWQLeirXAAAEdAAAADZoaGVhB3kDyQAABKwAAAAkaG10eBKTAOAAAATQAAAAIGxvY2ECQgFeAAAE8AAAABJtYXhwABgAfgAABQQAAAAgbmFtZUzHCYMAAAUkAAABznBvc3QAAwAAAAAG9AAAACAAAwLqAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADwcwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQASAAAAA4ACAACAAYAAQAg8A3wVPBz//3//wAAAAAAIPAN8FPwc//9//8AAf/jD/cPsg+UAAMAAQAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQA/AD8C5gLmADwAACUUBg8BDgEjIiYvAQcOASMiJi8BLgE1NDY/AScuATU0Nj8BPgEzMhYfATc+ATMyFh8BHgEVFAYPARceARUC5gkHTggUCwsUCKioBxULChUHTggICAioqAgICAhOBxUKCxUHqKgIFAsLFAhOBwkJB6ioBwnDChUHTggICAioqAgICAhOBxUKCxUHqKgIFAsLFAhOBwkJB6ioBwkJB04IFAsLFAioqAcVCwAAAAEAYwAaAp0DnQAVAAAJAhYUDwEGIicBJjQ3ATYyHwEWFAcCnf7RAS8LC18KHgv+WAsLAagLHgpfCwsDC/7Q/tELHgpfCwsBqAoeCwGoCwtfCh4LAAEAPgAaAnkDnQAVAAAJAQYiLwEmNDcJASY0PwE2MhcBFhQHAnn+WAseC18KCgEw/tAKCl8LHgsBqAoKAcL+WAsLXwoeCwEvATALHgpfCwv+WAseCgAAAAAPAAD/twO3A7cAAwAIAAwAEQAVABoAHwAjACgAOAA8AEEARQBWAHsAADczNSMXMzUjFSczNSMXMzUjFSczNSMBMzUjFQMzNSMVATM1IyczNSMVAzU0JisBIgYdARQWOwEyNgEzNSMnMzUjFTsBNSM3NTQmKwEiBh0BFBY7ATI2NTcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYdATMyFhVJpaXJt7fJpaXJt7fJpaUBpbe33Le3Abelpdu3t8kLCCQICwsIJAgLAaSlpdu3t9ulpRILByQICwsIJAcL3Cse/NseKyseSTYmJCY22zYmJCY2SR4rAKWlpaXJt7e3t9yk/belpQGlpKT+W6Ukt7cB7qQICwsIpAcLC/4ZtyWkpKRupAgLCwikBwsLByT9JR4rKx4C2x4sNiY2NiY2NiY2NiY2LB4AAAEAAAABAABplrQ9Xw889QALBAAAAAAA1FHzNgAAAADUUfM2AAD/twO3A7cAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA7cAAQAAAAAAAAAAAAAAAAAAAAgEAAAAAAAAAAAAAAACAAAAAyUAPwMAAGMCtwA+A7cAAAAAAAAACgAUAB4AegCkANABdgAAAAEAAAAIAHwADwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQANAAAAAQAAAAAAAgAHAJYAAQAAAAAAAwANAEgAAQAAAAAABAANAKsAAQAAAAAABQALACcAAQAAAAAABgANAG8AAQAAAAAACgAaANIAAwABBAkAAQAaAA0AAwABBAkAAgAOAJ0AAwABBAkAAwAaAFUAAwABBAkABAAaALgAAwABBAkABQAWADIAAwABBAkABgAaAHwAAwABBAkACgA0AOxyYy1kYXRlcGlja2VyAHIAYwAtAGQAYQB0AGUAcABpAGMAawBlAHJWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADByYy1kYXRlcGlja2VyAHIAYwAtAGQAYQB0AGUAcABpAGMAawBlAHJyYy1kYXRlcGlja2VyAHIAYwAtAGQAYQB0AGUAcABpAGMAawBlAHJSZWd1bGFyAFIAZQBnAHUAbABhAHJyYy1kYXRlcGlja2VyAHIAYwAtAGQAYQB0AGUAcABpAGMAawBlAHJGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format("truetype");
  font-weight: 400 !important;
  font-style: normal; }

.icon-rc-datepicker {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: Rubik, 'rc-datepicker' !important;
  speak: none;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-rc-datepicker_clear::before {
  content: '\F00D'; }

.icon-rc-datepicker_prev::before {
  content: '\F053'; }

.icon-rc-datepicker_next::before {
  content: '\F054'; }

.icon-rc-datepicker_calendar::before {
  content: '\F073'; }

.react-datepicker-component {
  position: relative;
  font-size: 14px;
  font-weight: 400 !important; }

.react-datepicker-component.is-disabled {
  pointer-events: none;
  opacity: 0.5; }

.react-datepicker-component .react-datepicker {
  margin-left: 5px;
  margin-top: 5px;
  display: inherit; }

.react-datepicker-component .react-datepicker-input {
  position: relative;
  min-width: 150px;
  height: 45px;
  line-height: 45px;
  font-weight: 400 !important;
  background: white;
  border: 1px solid #e0dfdf; }

.react-datepicker-component .react-datepicker-input.is-small {
  height: 32px; }

.react-datepicker-component .react-datepicker-input input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 60px;
  font-size: 14px;
  color: black;
  font-weight: 400; }

.react-datepicker-component .react-datepicker-input input:focus {
  outline: none; }

.react-datepicker-component .react-datepicker-input input::-webkit-input-placeholder {
  font-weight: 400; }

.react-datepicker-component .react-datepicker-input input:-moz-placeholder {
  font-weight: 400; }

.react-datepicker-component .react-datepicker-input input::-moz-placeholder {
  color: #9098a7;
  font-weight: 600; }

.react-datepicker-component .react-datepicker-input input:-ms-input-placeholder {
  color: #9098a7;
  font-weight: 600; }

.react-datepicker-component .react-datepicker-input .button-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }

.react-datepicker-component .react-datepicker-input .button-wrapper .input-button {
  margin: 0 10px;
  background: transparent;
  font-size: 15px;
  cursor: pointer;
  color: #b5c0ce; }

.react-datepicker-component .react-datepicker-input .button-wrapper .input-button:hover {
  background: transparent; }

.react-datepicker-component .react-datepicker-input .button-wrapper .clear-button {
  cursor: pointer;
  font-size: 13px;
  color: #b5c0ce; }

.react-datepicker-component .react-datepicker-input .button-wrapper .clear-button:hover {
  color: #db242c; }

.react-datepicker-component .react-datepicker-input:hover {
  background: white;
  border: 1px solid #e0dfdf; }

.react-datepicker-component .react-datepicker-input.is-open {
  background: white;
  border: 1px solid #e0dfdf; }

.react-datepicker-component .react-datepicker-input.is-open input {
  color: #354052; }

.react-datepicker-component .react-datepicker-input.is-open input::-webkit-input-placeholder {
  color: #354052; }

.react-datepicker-component .react-datepicker-input.is-open input:-moz-placeholder {
  color: #354052; }

.react-datepicker-component .react-datepicker-input.is-open input::-moz-placeholder {
  color: #354052; }

.react-datepicker-component .react-datepicker-input.is-open input:-ms-input-placeholder {
  color: #354052; }

.react-datepicker-component .react-datepicker-input.is-open .button-wrapper .input-button {
  color: #b5c0ce; }

.react-datepicker-component .react-datepicker-input.has-value input {
  color: #354052; }

.react-datepicker {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 600; }

.react-datepicker.floating {
  font-family: Rubik;
  position: absolute;
  z-index: 10000;
  border-radius: unset; }

.react-datepicker.position-top {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px; }

.react-datepicker.position-top .react-datepicker-container::after,
.react-datepicker.position-top .react-datepicker-container::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.react-datepicker.position-top .react-datepicker-container::after {
  border-top-color: #d9dee3;
  border-width: 5px;
  margin-left: -5px; }

.react-datepicker.position-top .react-datepicker-container::before {
  border-top-color: #d9dee3;
  border-width: 6px;
  margin-left: -6px; }

.react-datepicker:not(.position-top) .react-datepicker-container .react-datepicker-top::after,
.react-datepicker:not(.position-top) .react-datepicker-container .react-datepicker-top::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.react-datepicker:not(.position-top) .react-datepicker-container .react-datepicker-top::after {
  border-bottom-color: #ff6453;
  border-width: 5px;
  margin-left: -5px; }

.react-datepicker:not(.position-top) .react-datepicker-container .react-datepicker-top::before {
  border-bottom-color: #d9dee3;
  border-width: 6px;
  margin-left: -6px; }

.react-datepicker .react-datepicker-container {
  width: 250px;
  position: relative; }

.react-datepicker .react-datepicker-container .react-datepicker-top {
  text-align: center;
  background: #ff6453;
  color: #fff; }

.react-datepicker .react-datepicker-container .react-datepicker-top .week-days {
  height: 35px; }

.react-datepicker .react-datepicker-container .react-datepicker-top .week-days .week-day {
  cursor: default;
  font-weight: 400;
  font-size: 13px; }

.react-datepicker .react-datepicker-container .react-datepicker-top .display {
  height: 35px; }

.react-datepicker .react-datepicker-container .react-datepicker-top .display .react-datepicker-button {
  text-transform: lowercase;
  text-decoration: none;
  padding: 4px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.5px;
  cursor: pointer; }

.react-datepicker .react-datepicker-container .react-datepicker-top .display .react-datepicker-button.button-left {
  font-size: 13px;
  padding: 4px 16px; }

.react-datepicker .react-datepicker-container .react-datepicker-top .display .react-datepicker-button.button-right {
  font-size: 13px;
  padding: 4px 16px; }

.react-datepicker .react-datepicker-container .react-datepicker-top .display .react-datepicker-button:hover {
  background: rgba(0, 0, 0, 0.075);
  /* border-radius: 4px; */ }

.react-datepicker .react-datepicker-container .react-datepicker-top .display .react-datepicker-button.fixed:hover {
  background: transparent;
  cursor: default; }

.react-datepicker .react-datepicker-container .react-datepicker-body {
  text-transform: lowercase; }

.react-datepicker .react-datepicker-container .react-datepicker-body .react-datepicker-row {
  margin-top: 0;
  width: 100%;
  min-height: 30px; }

.react-datepicker
.react-datepicker-container
.react-datepicker-body
.react-datepicker-row:last-child
.react-datepicker-picker:first-child {
  border-bottom-left-radius: 2px; }

.react-datepicker
.react-datepicker-container
.react-datepicker-body
.react-datepicker-row:last-child
.react-datepicker-picker:last-child {
  border-bottom-right-radius: 2px; }

.react-datepicker .react-datepicker-container .react-datepicker-body .react-datepicker-row .react-datepicker-picker {
  color: #000000a6;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400; }

.react-datepicker
.react-datepicker-container
.react-datepicker-body
.react-datepicker-row
.react-datepicker-picker.day {
  min-height: 30px; }

.react-datepicker
.react-datepicker-container
.react-datepicker-body
.react-datepicker-row
.react-datepicker-picker.month {
  min-height: 65px; }

.react-datepicker
.react-datepicker-container
.react-datepicker-body
.react-datepicker-row
.react-datepicker-picker.year {
  min-height: 65px; }

.react-datepicker
.react-datepicker-container
.react-datepicker-body
.react-datepicker-row
.react-datepicker-picker:hover {
  color: #354052; }

.react-datepicker
.react-datepicker-container
.react-datepicker-body
.react-datepicker-row
.react-datepicker-picker.selected {
  color: #354052;
  background: #ff6453b3;
  font-weight: bold; }

.react-datepicker
.react-datepicker-container
.react-datepicker-body
.react-datepicker-row
.react-datepicker-picker.current {
  font-weight: 500;
  color: black; }

.react-datepicker
.react-datepicker-container
.react-datepicker-body
.react-datepicker-row
.react-datepicker-picker.current:hover {
  color: #354052;
  background: rgba(255, 100, 83, 0.35); }

.react-datepicker
.react-datepicker-container
.react-datepicker-body
.react-datepicker-row
.react-datepicker-picker.selected.current {
  color: #354052;
  background: #ff6453b3; }

.react-datepicker
.react-datepicker-container
.react-datepicker-body
.react-datepicker-row
.react-datepicker-picker.disabled {
  color: #bcbcbc;
  background: #f5f5f5;
  cursor: not-allowed; }

.react-datepicker
.react-datepicker-container
.react-datepicker-body
.react-datepicker-row
.react-datepicker-picker.disabled:hover {
  color: #bcbcbc;
  background: #f5f5f5; }

.ComplaintPopup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.5s; }

.ComplaintPopup__form {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  max-width: 95%;
  text-align: left;
  box-sizing: border-box;
  background: white;
  color: black;
  transition: opacity 0.5s;
  width: 556px;
  padding-bottom: 20px;
  background-color: white; }

.ComplaintPopup__textArea {
  max-width: 90%;
  margin-left: 5%;
  width: 496px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.7;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #e0dfdf; }

.ComplaintPopup__header {
  position: relative;
  background-color: #252525;
  color: white;
  padding: 10px 18px 10px 5%; }

.ComplaintPopup__footer {
  margin-top: 30px;
  border-top: 1px solid #e0dfdf; }

.ComplaintPopup__description {
  color: white;
  margin-top: 27.4px;
  padding-right: 5%;
  padding-left: 5%;
  height: 22px;
  color: #252525;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 20px; }

.ComplaintPopup__headerTitles {
  display: flex;
  align-items: center; }

.ComplaintPopup__headerTitle {
  margin-top: 0;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 0;
  padding: 6px 0; }

.ComplaintPopup__button {
  margin-top: 20px;
  min-height: 45px;
  width: 184px;
  float: right;
  margin-right: 5%; }

@media screen and (max-width: 650px) {
  .ComplaintPopup__description {
    margin-bottom: 40px; }
  .ComplaintPopup__button {
    width: 90%; } }

.AdminWatcher {
  display: flex; }
  .AdminWatcher .adminColumn {
    display: flex;
    flex-direction: column;
    flex: 40; }
    .AdminWatcher .adminColumn iframe {
      width: 100%;
      height: 100%;
      flex: 1; }
    .AdminWatcher .adminColumn .links {
      display: flex;
      align-items: center;
      padding: 0 20px;
      height: 60px; }
      .AdminWatcher .adminColumn .links div {
        font-weight: 500;
        display: block;
        margin-right: 20px;
        text-decoration: underline;
        cursor: pointer; }
        .AdminWatcher .adminColumn .links div.disabled {
          color: rgba(0, 0, 0, 0.19); }
  .AdminWatcher .panelColumn {
    position: relative;
    flex: 60; }
    .AdminWatcher .panelColumn iframe {
      width: 100%;
      flex: 1;
      height: 100vh; }
  .AdminWatcher .hidden {
    flex: 10; }
  .AdminWatcher .resize {
    position: absolute;
    top: 10px;
    left: 0;
    text-align: center;
    background: #1a8485;
    color: white;
    height: 100px;
    writing-mode: tb-rl;
    cursor: pointer; }
  .AdminWatcher jdiv {
    display: none !important; }

@charset "UTF-8";
@font-face {
  font-family: "Vesterbro";
  src: url(/static-spa-lk/fonts/Vesterbro-Regular-Desktop.5c570329a4b80dc17877d6df27da6e3a.otf) format("opentype"); }

@font-face {
  font-family: "Relative Book Pro";
  src: url(/static-spa-lk/fonts/relative-book-pro.975f731273c8a04f532555c8e7cd1b45.otf) format("opentype"); }

@font-face {
  font-family: "Relative Medium Pro";
  src: url(/static-spa-lk/fonts/relative-medium-pro.477554e6e93e89b3fa8e8945e0bf66b1.otf) format("opentype"); }

.hcenter {
  display: flex;
  margin-left: -34px !important; }

*::-webkit-input-placeholder {
  color: #8d8d8d;
  opacity: 1; }

*:-moz-placeholder {
  color: #8d8d8d;
  opacity: 1; }

*::-moz-placeholder {
  color: #8d8d8d;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #8d8d8d;
  opacity: 1; }

input {
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

* {
  box-sizing: border-box; }

.clr {
  clear: both; }

a {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  outline: none; }

.title {
  font-family: 'Rubik', 'Rubik', sans-serif; }

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

input,
select,
textarea {
  font-family: "Rubik", sans-serif; }

html {
  height: 100%;
  background: #fff; }

body {
  font-size: 16px;
  font-weight: 300;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
  opacity: 1;
  color: #252525;
  margin: 0;
  padding: 0;
  background-color: #fbfbfb; }

p,
h1,
h2,
h3,
h4,
ul {
  margin: 0 0 0.5em;
  padding: 0; }

.wrap {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto; }

.main-block {
  display: flex; }
  .main-block .right {
    width: 100%; }
  .main-block .choose-bar {
    background: #fafafa;
    text-align: right;
    padding: 20px 0 17px 0; }
    .main-block .choose-bar .content {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      max-width: 575px;
      margin-right: 30px; }

.list {
  height: calc(100% - 122px); }
  .list .pagination {
    width: 100%;
    max-width: 575px;
    margin: 40px 30px 70px auto;
    display: flex;
    justify-content: center; }
    .list .pagination .inner {
      border: 1px solid #e0dfdf;
      display: flex;
      vertical-align: top; }
      .list .pagination .inner > * {
        display: flex;
        text-decoration: none;
        font-size: 16px;
        color: #757575;
        letter-spacing: 1.4px;
        padding: 0 10px;
        min-width: 35px;
        height: 35px;
        line-height: 35px;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-right: 1px solid #e0dfdf;
        transition: 0.25s; }
        .list .pagination .inner > *.active, .list .pagination .inner > *:hover {
          background: #e0dfdf; }
        .list .pagination .inner > *:last-child {
          border-right: none; }
        .list .pagination .inner > * img {
          width: 8px;
          height: auto; }
  .list a {
    color: #252525; }
  .list .item {
    text-align: right;
    margin-top: -1px;
    position: relative; }
    .list .item:hover, .list .item.hoverLike {
      background: #ececec; }
      .list .item:hover .content-block, .list .item.hoverLike .content-block {
        border-bottom: 1px solid transparent; }
    .list .item .content-block {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      max-width: 575px;
      margin-right: 30px;
      border-bottom: 1px solid rgba(224, 223, 223, 0.6);
      text-align: left;
      padding: 27px 0; }
      .list .item .content-block .line-href {
        display: flex; }
      .list .item .content-block .left-half {
        width: calc(50% - 15px); }
        .list .item .content-block .left-half .title {
          font-size: 16px;
          font-weight: 400;
          line-height: 1.38; }
        .list .item .content-block .left-half .rating {
          font-size: 13px;
          font-weight: 400;
          display: flex;
          align-items: center;
          margin-top: 5px; }
          .list .item .content-block .left-half .rating i {
            font-size: 11px;
            color: #5a5958;
            margin-right: 3px; }
      .list .item .content-block .right-half {
        width: calc(50% - 15px);
        margin-left: 30px; }
        .list .item .content-block .right-half .title {
          font-size: 16px;
          font-weight: 300;
          line-height: 1.38; }
        .list .item .content-block .right-half .place {
          font-size: 16px;
          display: flex;
          align-items: center;
          margin-top: 4px; }
          .list .item .content-block .right-half .place img {
            width: 10px;
            height: auto;
            margin-right: 4px; }
          .list .item .content-block .right-half .place i {
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 20px;
            margin-right: 5px; }
            .list .item .content-block .right-half .place i.orange {
              background: #f7882a; }
            .list .item .content-block .right-half .place i.green {
              background: #45b756; }
      .list .item .content-block .online-appointment {
        display: block;
        font-size: 13px;
        color: #ff8874;
        margin-bottom: 9px;
        font-weight: 500; }

.search-bar {
  width: 100%;
  text-align: left;
  display: flex;
  font-weight: 400; }
  .search-bar .doctor {
    width: calc(50% - 27px);
    margin-right: 1px; }
    .search-bar .doctor.selectize-control > .selectize-input::after {
      display: none; }
  .search-bar .metro {
    min-width: calc(50% - 26px); }
    .search-bar .metro .selectize-dropdown-content .option {
      display: flex;
      align-items: center;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .search-bar .metro .selectize-dropdown-content .option .metroDot {
        display: inline-block;
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 20px;
        margin-right: 5px; }
  .search-bar .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    cursor: pointer;
    width: 52px;
    height: 48px;
    background: #ff6453; }
  .search-bar .selectize-control > .selectize-input {
    background: #fff;
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    height: 48px;
    padding: 0 0 0 15px; }
    .search-bar .selectize-control > .selectize-input.dropdown-active::after {
      margin-top: -4px;
      transform: rotate(-180deg); }
    .search-bar .selectize-control > .selectize-input::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 15px;
      width: 15px;
      height: 8px;
      border: none;
      background-size: cover;
      background: url(/static-spa-lk/images/dropdown-icon.ee198e785f07af7cbd6745ea45784038.svg) no-repeat center; }
    .search-bar .selectize-control > .selectize-input > input {
      line-height: 48px !important;
      font-size: 16px;
      color: #252525; }
  .search-bar .selectize-dropdown {
    border: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    z-index: 1000;
    margin-top: 0; }
    .search-bar .selectize-dropdown .optgroup {
      border: none; }
  .search-bar .selectize-dropdown-content {
    max-height: 255px; }
    .search-bar .selectize-dropdown-content > .create {
      display: none !important; }
    .search-bar .selectize-dropdown-content .optgroup:first-child .optgroup-header {
      margin-top: 0; }
    .search-bar .selectize-dropdown-content .optgroup-header {
      font-size: 13px;
      color: #8d8d8d;
      padding: 0;
      margin: 10px 20px;
      font-weight: 500;
      border-bottom: 1px solid #ececec;
      line-height: 30px; }
    .search-bar .selectize-dropdown-content .option {
      font-size: 16px;
      color: #8d8d8d;
      line-height: 33px;
      padding: 0 20px;
      position: relative; }
      .search-bar .selectize-dropdown-content .option .highlight {
        color: #252525;
        background: none; }
      .search-bar .selectize-dropdown-content .option:hover {
        background-color: #ececec; }
        .search-bar .selectize-dropdown-content .option:hover::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 4px;
          background: #ff6453; }

.scrollbar-inner {
  overflow-y: scroll; }

.scrollbar-inner > .scroll-element.scroll-y {
  width: 4px;
  right: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background: none; }

.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 1;
  background-color: #888888; }

footer {
  background: #eef0ee;
  color: #41434e; }
  footer .content .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0; }
    footer .content .line .fright {
      display: flex; }
    footer .content .line .flogo {
      width: 150px;
      height: auto; }
    footer .content .line .item {
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: flex-start;
      font-style: normal;
      font-weight: normal;
      margin-left: 80px; }
      footer .content .line .item > span {
        font-size: 30px;
        font-family: 'Vesterbro', sans-serif; }
      footer .content .line .item > span:first-child {
        font-size: 20px;
        color: #97999e;
        font-family: 'Relative Book Pro', sans-serif;
        margin-bottom: 16px; }
      footer .content .line .item img {
        width: 20px;
        height: auto;
        margin-right: 10px; }
  footer .content .small {
    font-size: 14px;
    text-align: right;
    border-top: 1px solid #cdcfd0;
    line-height: 60px; }

.ymaps-2-1-64-balloon {
  margin-top: -33px !important;
  margin-left: -2px; }

.ymaps-2-1-64-map-copyrights-promo,
.ymaps-2-1-64-controls__bottom,
.ymaps-2-1-64-copyright__wrap,
.ymaps-2-1-64-controls__toolbar_right,
.ymaps-2-1-64-controls__control_toolbar {
  display: none !important; }

.ymaps-2-1-64-user-selection-none {
  display: block !important; }

.ymaps-2-1-64-balloon-content__header,
.ymaps-2-1-64-balloon-content__footer {
  max-width: 200px !important;
  font-family: "Rubik", sans-serif !important; }

.ymaps-2-1-64-float-button {
  border-radius: 0 !important; }

.ymaps-2-1-64-float-button-icon_icon_geolocation {
  background: url(/static-spa-lk/images/map1.518f73b18bfbf5c9ecc326437046c088.svg) no-repeat center !important;
  top: 1px !important;
  left: -1px !important; }

.ymaps-2-1-64-zoom__plus .ymaps-2-1-64-zoom__icon {
  background: url(/static-spa-lk/images/map-plus.ddc60b7a61d4752eff90b098a411b6c8.svg) no-repeat center !important; }

.ymaps-2-1-64-zoom__minus .ymaps-2-1-64-zoom__icon {
  background: url(/static-spa-lk/images/map-minus.4c410764db7f83a51e20a4dc09a757b0.svg) no-repeat center !important; }

.button-map,
.button-content {
  display: none;
  cursor: pointer; }

.inner-main-block {
  background: #fafafa; }
  .inner-main-block .wrap > .content {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .inner-main-block .wrap > .content h1 {
      margin: 0;
      font-size: 36px;
      font-weight: 400;
      max-width: 620px;
      margin-bottom: 40px; }
    .inner-main-block .wrap > .content .choose-bar {
      width: 100%; }
  .inner-main-block .search-bar .doctor {
    width: calc(68% - 27px); }
  .inner-main-block .search-bar .metro {
    min-width: calc(32% - 26px); }

.fast-search {
  padding: 40px 0; }
  .fast-search h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px; }
  .fast-search .list-items {
    display: flex;
    flex-wrap: wrap; }
    .fast-search .list-items li {
      width: 25%;
      margin: 10px 0; }
      .fast-search .list-items li a {
        font-size: 16px;
        font-weight: 400;
        color: #252525;
        text-decoration: none;
        padding-right: 20px;
        background: url(/static-spa-lk/images/arrow.0013c609c36ee8141fb068c08203f1a7.svg) no-repeat right center; }
        .fast-search .list-items li a:hover {
          text-decoration: underline; }

/*==========  Desktop First  ========== */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .inner-main-block .wrap > .content h1 {
    font-size: 24px;
    max-width: 420px; }
  .fast-search .list-items li {
    width: 33%; }
  .wrap {
    padding: 0 30px; }
  .main-block {
    flex-wrap: wrap; }
    .main-block .left {
      width: 100%; }
    .main-block .right {
      width: 100%; }
    .main-block .choose-bar .content {
      max-width: 100%;
      margin: 0;
      padding: 0 20px; }
  .search-bar .doctor {
    width: calc(64% - 27px); }
  .search-bar .metro {
    min-width: calc(36% - 26px); }
  .list .item .content-block {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 0; }
  .list .pagination {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 40px; }
  #map {
    height: calc(100vh - 56px); }
  #main-right {
    display: none; }
  .button-map {
    position: fixed;
    cursor: pointer;
    right: 30px;
    bottom: 100px;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background: #fff url(/static-spa-lk/images/orange-map.d4677ea2fe3e243c35415f0842f6c020.svg) no-repeat center;
    border-radius: 100px; }
  .button-content {
    position: fixed;
    cursor: pointer;
    right: 30px;
    bottom: 100px;
    z-index: 150;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background: #fff url(/static-spa-lk/images/bar.2824154420bca82e3f2d64dd4525cfa6.svg) no-repeat center;
    background-size: 14px auto;
    border-radius: 100px; }
  footer .content .line .item {
    margin-left: 30px; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .left {
    max-height: calc(100vh - 56px);
    overflow-y: scroll; }
  .list {
    overflow: visible;
    height: 757px; }
  .choose-bar-hidden {
    display: none; }
  .inner-main-block .search-bar .doctor,
  .inner-main-block .search-bar .metro {
    width: 100%; }
  .inner-main-block .wrap > .content {
    height: auto;
    padding: 40px 0; }
    .inner-main-block .wrap > .content h1 {
      font-size: 32px;
      max-width: 100%; }
  .fast-search .list-items li {
    width: 100%; }
  .main-block .choose-bar .content {
    padding: 0 20px; }
  .search-bar {
    flex-wrap: wrap; }
    .search-bar .submit {
      width: 100%; }
      .search-bar .submit img {
        width: 14px;
        margin-right: 5px; }
      .search-bar .submit::after {
        content: '\41F\43E\438\441\43A';
        color: #fff;
        font-size: 15px;
        font-weight: 500; }
    .search-bar .doctor {
      margin-right: 0;
      width: 100%;
      margin-bottom: 20px; }
    .search-bar .metro {
      width: 100%;
      margin-bottom: 20px; }
  .list .item .content-block {
    padding-left: 20px;
    padding-right: 20px; }
    .list .item .content-block .line-href {
      flex-wrap: wrap; }
    .list .item .content-block .left-half {
      width: 100%; }
    .list .item .content-block .right-half {
      width: 100%;
      margin-left: 0;
      margin-top: 10px; }
  footer .content .line {
    flex-wrap: wrap;
    padding: 50px 0; }
    footer .content .line .fright {
      width: 100%;
      flex-wrap: wrap; }
    footer .content .line .item {
      margin-left: 0;
      width: 100%;
      display: flex;
      margin-top: 35px; }
  footer .content .small {
    text-align: left;
    font-size: 13px; }
  .button-map {
    right: 20px; }
  .button-content {
    right: 20px; }
  .selectize-dropdown {
    background: white; }
  .search-bar .selectize-dropdown {
    box-shadow: none;
    left: -20px !important;
    right: -20px !important;
    width: auto !important; }
    .search-bar .selectize-dropdown .optgroup-header {
      background-color: transparent; } }

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff, inset 1px -1px #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff, inset 1px -1px #fff;
  cursor: pointer; }

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08c; }

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: 0.55; }

.jq-checkbox {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg); }


/*# sourceMappingURL=main.823f60cbc03912a054c9.css.map*/