@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #1e304a;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.4px;
}

.wrap-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.main-header {
  min-height: 100vh;
}
.main-header::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 48, 74, 0.63))), url("../img/header_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.main-header .main-menu {
  width: 100%;
  z-index: 1;
}
.main-header .menu {
  padding: 0 45px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
}
.main-header .menu .text {
  color: #ffffff;
}
.main-header .menu .logo {
  align-self: center;
}
.main-header .menu .logo .burger {
  display: none;
}
.main-header .menu__item {
  display: flex;
  flex-grow: 1;
  list-style: none;
}
.main-header .menu__item__link {
  width: 100%;
  padding: 23px 0px;
  display: inline;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  line-height: 28px;
}
.main-header .menu__item__link:hover {
  box-sizing: border-box;
  color: #dedede;
}
.main-header .menu__item .top-logo-old {
  width: 65px;
  height: 62px;
  background-image: url("../img/top-logo-old.png");
  align-self: flex-end;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-header .menu__item .text-logo {
  font-weight: 700;
  padding: 5px 0px 0px 16px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}
.main-header .menu__item .phone {
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  padding-top: 25px;
  text-align: right;
}
.main-header .menu__item:last-child {
  flex-grow: 1;
}
.main-header .top-header {
  position: relative;
  display: flex;
  flex-direction: column;
}
.main-header .top-header__wrapper {
  width: 65%;
  margin: 0px auto;
  padding-top: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.main-header .top-header__login {
  display: flex;
  position: relative;
  align-self: flex-end;
  align-items: center;
  color: #d3d3d3;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
.main-header .top-header__login:hover {
  color: #ffffff;
}
.main-header .top-header__login span {
  margin-left: 0.5em;
}
.main-header .top-header__heading {
  width: 520px;
  margin-top: 8%;
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
.main-header .top-header__text {
  width: 480px;
  color: #fff;
  margin-top: 3%;
}
.main-header .top-header__appointment-button {
  display: inline-block;
  margin-top: 13%;
  padding: 20px 47px;
  align-self: center;
  background: #fffbec;
  border-radius: 36px;
  text-decoration: none;
}

.section-heading {
  font-size: 36px;
  line-height: 42px;
  color: #1e304a;
  font-weight: 300;
}

.about {
  position: relative;
  padding-top: 65px;
  padding-bottom: 50px;
  background-color: #fffbec;
}
.about__content {
  margin-top: 85px;
  display: flex;
}
.about__content .about-img {
  max-width: 500px;
}
.about__content__text_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 65px;
}
.about__content__text_wrapper .text {
  text-align: justify;
}
.about__arrow {
  align-self: center;
}

.about__content:nth-child(2n) {
  flex-direction: row-reverse;
}

.about__content:nth-child(2n-1) .about__content__text_wrapper {
  padding-left: 0;
  padding-right: 65px;
}

.services {
  padding-top: 50px;
  padding-bottom: 95px;
  background: transparent;
}
.services .advantages-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 40px 50% 0 70px;
  list-style: none;
  text-align: center;
}
.services .advantages-list li {
  display: flex;
  font-weight: 550;
  flex: 0 0 100%;
  max-width: 25%;
}
.services .advantages-list .advantages-item-svg {
  fill: #e2e2e2;
}
.services .advantages-list .svg-img {
  width: 64px;
  height: 64px;
}
.services .section-heading {
  color: #ffffff;
}
.services .text {
  color: #ffffff;
}
.services__list {
  list-style: none;
  margin-top: 45px;
  margin-left: 70px;
}
.services__list__item {
  font-size: 24px;
  line-height: 50px;
}
.services__appointment-button {
  display: inline-block;
  margin-top: 110px;
  padding: 20px 47px;
  align-self: center;
  background: #aac8d4;
  border-radius: 36px;
  text-decoration: none;
  color: #1e304a;
}

.contacts {
  padding-top: 65px;
  padding-bottom: 50px;
  background-color: #fffbec;
}
.contacts__list {
  margin-top: 70px;
  margin-left: 100px;
  margin-bottom: 100px;
  list-style: none;
}
.contacts__list__item .text {
  line-height: 50px;
}

.base-header .top-header {
  background-color: #fffbec;
  padding: 16px 0;
}
.base-header .top-header .wrap-container {
  flex-direction: row;
  justify-content: space-between;
}
.base-header .top-header .wrap-container .text {
  font-weight: 300;
}
.base-header .top-header .wrap-container .top-header__title__link {
  text-decoration: none;
}
.base-header .top-header .wrap-container .top-header__title__link:hover, .base-header .top-header .wrap-container .top-header__title__link:visited {
  color: #1e304a;
}
.base-header .top-header .wrap-container .logout-link {
  color: #1e304a;
  text-decoration: none;
}
.base-header .top-header .wrap-container .logout-link:hover, .base-header .top-header .wrap-container .logout-link:visited {
  color: #1e304a;
}
.base-header .base-nav {
  background-color: #d6ecff;
}
.base-header .base-nav .nav-list {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
}
.base-header .base-nav .nav-list__link {
  display: block;
  padding: 15px 70px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: rgba(30, 48, 74, 0.5);
}
.base-header .base-nav .nav-list__link:hover, .base-header .base-nav .nav-list__link:active {
  color: #1e304a;
  border-bottom: 2px solid #1e304a;
}
.base-header .base-nav .nav-list .active {
  color: #1e304a;
  border-bottom: 2px solid #1e304a;
}

.content {
  padding-top: 30px;
}
.content .wrap-container {
  position: relative;
}
.content .section-heading {
  font-size: 28px;
}
.content .section-heading span {
  margin-left: 0.5em;
}
.content .login-form {
  margin: 50px auto;
}
.content .login-form .text {
  font-size: 1em;
}
.content .login-form .add-new-user-form__text_input {
  margin: 0 0 0 0.5em;
}
.content .login-form p {
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.content .login-form__buttons {
  display: flex;
  justify-content: space-around;
}
.content .login-form__buttons .cancel-button {
  margin-right: 40px;
}
.content .login-form__buttons__button {
  display: block;
  border: none;
  background-color: rgba(214, 236, 255, 0.4);
}
.content .login-form form {
  display: flex;
  max-width: 500px;
  flex-direction: column;
  align-items: flex-end;
}
.content .login-form form .errorlist {
  margin-top: 30px;
  list-style: none;
  order: 9;
  color: #bf493c;
  text-align: center;
}
.content .user-delete-button {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  background-image: url("../img/bin-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.content .add-new-user-form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.content .add-new-user-form .patient-wrapper {
  display: flex;
}
.content .add-new-user-form .patient-wrapper .fcs_patient {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 120px;
  flex-grow: 3;
}
.content .add-new-user-form .patient-wrapper .phone_patient {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}
.content .add-new-user-form .tab-wrapper {
  position: relative;
  overflow: hidden;
}
.content .add-new-user-form .tab-wrapper .text {
  color: #1e304a;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.content .add-new-user-form .tab-wrapper .tab-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.content .add-new-user-form .tab-wrapper .tab-label {
  position: relative;
  width: max-content;
  display: block;
  background: transparent;
  cursor: pointer;
  border-radius: 36px;
}
.content .add-new-user-form .tab-wrapper .tab-label:hover {
  opacity: 1;
}
.content .add-new-user-form .tab-wrapper .tab-label::after {
  position: absolute;
  right: -1em;
  top: 0;
  display: block;
  width: auto;
  height: auto;
  font-size: 1.5em;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.content .add-new-user-form .tab-wrapper .tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
}
.content .add-new-user-form .tab-wrapper .tab-input:checked ~ .tab-content {
  max-height: 100vh;
}
.content .add-new-user-form .tab-wrapper .tab-input + .tab-label::after {
  content: "+";
}
.content .add-new-user-form .tab-wrapper .tab-input:checked + .tab-label::after {
  transform: rotate(315deg);
}
.content .add-new-user-form .tab-wrapper .tab-input:checked + .tab-label {
  opacity: 1;
}
.content .add-new-user-form .diagnostic-wrapper {
  margin-top: 1em;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables {
  flex-wrap: nowrap;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables__inserted-table {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables__inserted-table:first-child {
  margin-right: 0.3em;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables p.text {
  text-align: center;
  font-size: 18px;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables table th {
  border-right: 1px solid #dadce2;
  font-weight: 400;
  padding: 5px 30px 5px;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables table th:last-child {
  border-right: none;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables table tr {
  border-bottom: 1px solid #dadce2;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables table td {
  padding: 5px 5px 5px 0;
  border-right: 1px solid #dadce2;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables table td input {
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables table td input:disabled {
  background: none;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables table td:last-child {
  border-right: none;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables .sphere-deg {
  position: relative;
  width: 300px;
  height: 300px;
  margin-top: 16px;
  background-image: url("../img/sphere_deg.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.content .add-new-user-form .diagnostic-wrapper .diagnostic-tables .sphere-deg .sphere-arrow {
  position: absolute;
  width: 104px;
  height: 18px;
  background-image: url("../img/sphere_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 141px;
  left: 151px;
  transform-origin: 0 center;
}
.content .add-new-user-form label {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.6);
}
.content .add-new-user-form__text_input {
  margin-bottom: 20px;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  border-radius: 36px;
  outline-style: none;
  font-family: inherit;
}
.content .add-new-user-form__text_input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.content .add-new-user-form .buttons-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.content .choise-lenses-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
.content .choise-lenses-block .form-group {
  margin-right: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .choise-lenses-block .form-group .select-input {
  margin: 0;
  background-color: #eeeeee;
}
.content .choise-lenses-block :last-child {
  align-self: flex-end;
  flex-grow: 1;
  margin-top: 1.5em;
  margin-right: 0;
  margin-bottom: auto;
}
.content .choise-lenses-block #add-lenses {
  margin: 0;
}
.content .info-wrapper {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
}
.content .submit-button {
  width: fit-content;
  padding: 15px 45px;
  background: #d6ecff;
  border-radius: 36px;
  border: none;
  align-self: flex-end;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #1e304a;
}
.content .submit-button:hover, .content .submit-button:active, .content .submit-button:focus {
  border: none;
  outline: none;
  filter: drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.1));
}
.content .small-button {
  padding: 5px 25px;
  white-space: nowrap;
}
.content .cancel-button {
  background-color: #eeeeee;
}
.content .small-badge {
  padding: 5px;
  background-color: #eeeeee;
  border-radius: 36px;
  border: none;
  align-self: flex-end;
  font-weight: 500;
  font-size: 0.9em;
  color: #1e304a;
}
.content .loading-container {
  margin: 0 auto;
  width: 5em;
  height: 5em;
  background-image: url(../img/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.content .article {
  color: #98aecd;
  font-size: 14px;
  line-height: 16px;
}
.content .patient-detail-wrapper {
  margin-top: 40px;
}
.content .patient-detail-wrapper__info {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .patient-detail-wrapper .phone {
  position: relative;
}
.content .patient-detail-wrapper .phone::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -40px;
  width: 30px;
  height: 30px;
  background-image: url("../img/classic-phone-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.content .search-string-form {
  position: relative;
}
.content .search-string-form .search-string {
  width: 100%;
  margin-top: 20px;
  padding: 14px 60px;
  outline-style: none;
  border: 1px solid rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  border-radius: 36px;
  background-image: url("../img/search_icon.svg");
  background-repeat: no-repeat;
  background-position: 20px 15px;
}
.content .search-string-form__refresh-button {
  display: inline-block;
  position: absolute;
  padding: 10px 30px;
  top: 26px;
  right: 20px;
  text-decoration: none;
  border-radius: 30px;
  background-color: #eee;
  font-size: 18px;
  line-height: 21px;
  color: #1e304a;
}
.content .link-to-deleted-patients {
  position: absolute;
  font-size: 13px;
  line-height: 16px;
  right: 0px;
  text-decoration: none;
  top: -10px;
  z-index: 1;
}
.content .link-to-deleted-patients::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -30px;
  background-repeat: no-repeat;
  display: block;
  background-image: url(../img/bin-icon.png);
  width: 20px;
  height: 20px;
  background-size: contain;
}
.content .table {
  margin-top: 40px;
  border-collapse: collapse;
  border-spacing: 0px;
}
.content .table .header-row {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(30, 48, 74, 0.7);
}
.content .table .header-row::after {
  content: "";
  position: absolute;
}
.content .table thead {
  border-top: none;
}
.content .table thead th {
  text-align: center;
  padding-bottom: 8px;
  border-right: 1px solid #dadce2;
}
.content .table thead th:last-child {
  border-right: none;
}
.content .table tbody tr {
  border-top: 1px solid #dadce2;
  border-bottom: 1px solid #dadce2;
}
.content .table tbody tr:hover {
  background-color: rgba(226, 239, 252, 0.4);
}
.content .table tbody tr td {
  padding: 8px 11px 8px;
  border-right: 1px solid #dadce2;
}
.content .table tbody tr td:last-child {
  border-right: none;
}
.content .table tbody tr td .text {
  text-decoration: none;
}
.content .table tbody tr td .text:hover, .content .table tbody tr td .text:focus, .content .table tbody tr td .text:visited {
  text-decoration: none;
}
.content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.content .lenses-wrapper .table {
  margin: 1em 0 1em;
}
.content .lenses-wrapper .ajax-message {
  margin-top: 1em;
  margin-bottom: 1em;
  width: fit-content;
  padding: 0.3em 2em;
  border-radius: 0.5em;
  font-size: 0.7em;
}
.content .lenses-wrapper .error {
  background-color: rgba(246, 182, 182, 0.38);
  color: #510101;
}
.content .lenses-wrapper .success {
  background-color: rgba(199, 246, 182, 0.8);
  color: #085101;
}
.content .lenses-wrapper .v-hidden {
  visibility: hidden;
  padding: 0;
  margin: 0;
  width: 0px;
  height: 0px;
  position: absolute;
}
.content .lenses-wrapper .confirm-block-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: auto;
  z-index: 98;
  background-color: rgba(1, 1, 1, 0.3);
}
.content .lenses-wrapper .confirm-block {
  padding: 1em 1em;
  margin: 10px auto;
  width: 20em;
  background-color: #fffbec;
  border-radius: 1em;
  z-index: 99;
}
.content .lenses-wrapper .confirm-block input {
  margin-top: 2em;
  margin-bottom: 0;
  width: 100%;
  font-size: 1.3em;
  font: inherit;
}
.content .lenses-wrapper .confirm-block .modal-buttons {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}
.content .lenses-wrapper .buttons-wrapper {
  margin-top: 3em;
  margin-bottom: 0;
}
.content .lenses-wrapper .patient-lenses-list {
  margin-top: 10px;
  font-size: 0.8em;
  width: 100%;
}
.content .lenses-wrapper .patient-lenses-list .table-items-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .lenses-wrapper .patient-lenses-list .control-buttons-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .lenses-wrapper .patient-lenses-list .control-buttons-cell :first-child {
  margin-right: 0.3em;
}
.content .lenses-wrapper .patient-lenses-list .control-buttons-cell :nth-child(n) {
  padding: 5px 10px;
}
.content .lenses-wrapper .patient-lenses-list th.sorted[data-order="1"],
.content .lenses-wrapper .patient-lenses-list th.sorted[data-order="-1"] {
  position: relative;
}
.content .lenses-wrapper .patient-lenses-list th.sorted[data-order="1"]::after,
.content .lenses-wrapper .patient-lenses-list th.sorted[data-order="-1"]::after {
  right: 8px;
  position: absolute;
}
.content .lenses-wrapper .patient-lenses-list th.sorted[data-order="-1"]::after {
  content: "▼";
  bottom: 1px;
}
.content .lenses-wrapper .patient-lenses-list th.sorted[data-order="1"]::after {
  content: "▲";
  top: 1px;
}
.content .lenses-wrapper .patient-lenses-list .header-row {
  font-size: 0.8em;
  padding: 5px 10px;
}
.content .lenses-wrapper .patient-lenses-list .header-row:hover {
  cursor: pointer;
  background-color: #d6ecff;
}

@media (max-width: 425px) {
  .wrap-container {
    width: 100%;
  }

  .main-header {
    min-height: auto;
    background: none;
  }
  .main-header::before {
    background-position-x: 0, 68%;
    background-position-y: 0, 0;
    background-size: 238%;
  }
  .main-header .menu {
    padding: 20px 20px 0px 40px;
    flex-direction: column;
    justify-content: start;
    background-color: transparent;
  }
  .main-header .menu .logo {
    z-index: 1;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main-header .menu .logo .top-logo {
    width: 35px;
    height: 35px;
  }
  .main-header .menu .logo .top-logo-old {
    width: 45px;
    height: 45px;
  }
  .main-header .menu .logo .text-logo {
    padding: 0 0 10px;
    font-size: 16px;
    color: transparent;
  }
  .main-header .menu .logo .burger {
    padding-bottom: 10px;
    display: block;
    width: 25px;
  }
  .main-header .menu .logo .burger span {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 5px;
    background-color: #fffbec;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
  }
  .main-header .menu .logo .burger span::before, .main-header .menu .logo .burger span::after {
    content: "";
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 5px;
    background-color: #fffbec;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
  }
  .main-header .menu .logo .burger span::before {
    transform: translate(0, -8px);
  }
  .main-header .menu .logo .burger span::after {
    transform: translate(0, 3px);
  }
  .main-header .menu .logo .burger-close {
    display: block;
  }
  .main-header .menu .logo .burger-close span {
    transform: translate(0px, -8px) rotate(-45deg);
  }
  .main-header .menu .logo .burger-close span::before {
    transform: rotate(90deg);
  }
  .main-header .menu .logo .burger-close span::after {
    transform: translate(0px, -5px);
  }
  .main-header .menu__item__link {
    padding: 5px 0;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
  }
  .main-header .menu__item .phone {
    display: none;
  }
  .main-header .menu__item .hidden {
    position: absolute;
    top: -500px;
    transform: translateX(500px);
  }
  .main-header .top-header {
    top: auto;
  }
  .main-header .top-header__wrapper {
    position: relative;
    margin: 60px auto 0;
    padding-top: 25px;
    width: auto;
  }
  .main-header .top-header__login {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 15px 0px;
  }
  .main-header .top-header__login::before {
    top: 10px;
    left: -18px;
  }
  .main-header .top-header__heading {
    margin: 60px 0 40px;
    padding: 0 15px 0;
    width: auto;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
  }
  .main-header .top-header__text {
    margin: 0;
    padding: 0 15px;
    width: auto;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    line-height: 29px;
  }
  .main-header .top-header__appointment-button {
    margin: 55px 0;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .section-heading {
    text-align: center;
    font-size: 32px;
  }

  .about {
    padding: 15px 10px;
  }
  .about__content {
    margin: 15px 0 0;
    padding: 0;
    display: block;
  }
  .about__content .about-img {
    width: 100%;
  }
  .about__content__text_wrapper {
    margin: 10px 0 0;
    padding: 0;
  }
  .about__content__text_wrapper .text {
    text-align: center;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
  }
  .about__arrow {
    margin-top: 15px;
  }

  .services {
    margin: 0;
    padding: 20px 15px 30px;
  }
  .services .advantages-list {
    margin: 0;
  }
  .services .section-heading {
    color: #ffffff;
    margin-bottom: 20px;
  }
  .services__list {
    margin: 0;
    padding: 0 0 0 25px;
  }
  .services__list .text {
    color: #ffffff;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
  }
  .services__appointment-button {
    margin: 45px 0 0;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .contacts {
    padding: 20px 0;
  }
  .contacts .section-heading {
    margin-bottom: 20px;
  }
  .contacts__list {
    margin: 0 0 50px 0;
    padding: 0 20px;
  }
  .contacts__list__item {
    margin-bottom: 15px;
  }
  .contacts__list__item .text {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
  }
  .contacts iframe {
    height: 20rem;
  }
  .contacts .map-container {
    height: 64vh;
  }

  .base-header .top-header {
    padding: 10px;
  }
  .base-header .top-header__title {
    margin-bottom: 10px;
  }
  .base-header .top-header .wrap-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .base-header .base-nav .nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .base-header .base-nav .nav-list__link {
    padding: 8px 0 0 0;
    font-size: 20px;
    line-height: 22px;
  }
  .base-header .base-nav .nav-list__link:hover, .base-header .base-nav .nav-list__link:active {
    border-bottom: none;
  }
  .base-header .base-nav .nav-list .active {
    position: relative;
    border-bottom: none;
  }
  .base-header .base-nav .nav-list .active:before, .base-header .base-nav .nav-list .active:after {
    content: "";
    position: absolute;
    top: 18px;
    left: -66px;
    display: block;
    width: 50px;
    height: 2px;
    border-radius: 3px;
    background-color: #1e304a;
  }
  .base-header .base-nav .nav-list .active:after {
    left: auto;
    right: -66px;
  }

  .content {
    padding: 10px 15px;
  }
  .content .login-form {
    padding: 0;
    margin: 35px 0 0 0;
  }
  .content .login-form form {
    padding: 0;
    font-size: 18px;
    align-items: stretch;
  }
  .content .login-form form p {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .content .login-form__buttons {
    flex-direction: column;
  }
  .content .login-form__buttons .submit-button {
    margin-top: 30px;
    width: inherit;
    align-self: auto;
  }
  .content .login-form__buttons .cancel-button {
    text-align: center;
    order: 9;
    margin-right: 0;
  }
  .content .link-to-deleted-patients {
    position: relative;
    align-self: flex-end;
    top: auto;
    margin-top: 10px;
    margin-right: 40px;
  }
  .content .link-to-deleted-patients:before {
    top: -2px;
    left: auto;
    right: -35px;
  }
  .content .search-string-form__refresh-button {
    padding: 0;
    background: none;
  }
  .content .search-string-form__refresh-button:before, .content .search-string-form__refresh-button:after {
    content: "";
    display: block;
    background-color: #1e304a;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    transform: translate(0, 19px) rotate(45deg);
  }
  .content .search-string-form__refresh-button:after {
    transform: translate(0, 16px) rotate(-45deg);
  }
  .content .search-string-form__refresh-button span {
    display: none;
  }
  .content .table {
    overflow: hidden;
  }
  .content .table .text {
    font-size: 16px;
    line-height: 18px;
  }
  .content .add-new-user-form {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .content .add-new-user-form .submit-button {
    width: 100%;
  }

  .about__content:nth-child(2n-1) .about__content__text_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
