.header {
  display: none;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 600;
}

* {
  font-family: "Roboto" !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
}

body {
  background-image: url("../img/circles.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.loader {
  position: fixed;
  z-index: 99;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

.loader__image {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
}

.transparent {
  opacity: 0;
}

.hidden {
  display: none;
}

.content {
  padding: 0 20px;
}

.af_element {
  background-color: #7440ee;
  color: #FFFFFF;
}

.aw_element {
  background-color: #FFFFFF;
  color: #000000;
}

.as_element {
  background-color: #2cbf6c;
  color: #FFFFFF;
}

.ad_element {
  background-color: #d24a43;
  color: #FFFFFF;
}

.button, .b_button {
  padding: .5rem 1rem;
  border-radius: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  border: none;
  font-size: 1rem;
  margin: .5rem 0;
}

.af_link {
  color: #7440ee;
}

.as_link {
  color: #2cbf6c;
}

.center_block {
  margin-left: auto;
  margin-right: auto;
}

.center_text {
  text-align: center;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.md-text {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
}

.padding_text {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.message {
  max-width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.2);
}

.message__icon {
  padding: 0 30px;
}

.af_element > .message__text {
  margin: 10px 0 15px 20px;
  padding: 0;
}

.message.aw_element {
  margin-left: auto;
  margin-right: 0;
  border-top-right-radius: 0;
}

.message.af_element {
  border-top-left-radius: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.note_text_sm {
  font-size: .75rem;
}

.content-30 {
  padding: 35px;
}

.short_container {
  max-width: 65%;
}

.header_text, .header_input {
  font-size: 1.5rem;
  font-weight: bold;
  color: #25265e;
}

.common_text {
  color: #787993;
}

.login_form {
  color: #25265e;
}

.note_text {
  font-size: .9rem;
}

#tel_input,
.input {
  border: none;
  border-bottom: 1px solid #dedede;
  width: calc(100vw - 70px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .5rem 0;
  font-size: 1rem;
}

.bold_text {
  font-weight: 500;
}

.error {
  color: #F00;
}

.dark_text, .info_list {
  color: #25265e;
}

.medium_text {
  text-align: center;
  font-size: 1.3rem;
}

.reminder {
  border-left: 5px solid;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(37, 38, 94, 0.1);
          box-shadow: 0px 4px 24px 0px rgba(37, 38, 94, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
  padding: .5rem;
}

.reminder .reminder_header {
  margin: 0;
}

.reminder__button {
  margin-top: auto;
  margin-bottom: 0;
}

.reminder.as_border {
  border-color: #2cbf6c;
}

.reminder.af_border {
  border-color: #7440ee;
}

.extra_bold_text {
  font-weight: 600;
}

.r_button {
  font-size: .7rem;
  padding: .3rem 1rem;
  border-radius: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  border: none;
}

.b_button {
  width: 200px;
  text-align: center;
}

.info_list {
  list-style-type: none;
}

.info_list li {
  margin: 10px 0;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 55px;
  max-height: 55px;
  -webkit-box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.14);
  background-color: #FFFFFF;
}

.logo_container__logo {
  max-height: 26px;
}

.navbar__menu_icon {
  max-height: 1.2rem;
}

.navbar {
  display: none;
  position: fixed;
  z-index: 99;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 2rem;
  background-color: #dededee5;
}

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

.navbar__item {
  background-color: #FFFFFF;
  width: 90%;
  margin: 10px auto;
  padding: 10px 0;
  text-align: center;
  border-radius: 25px;
}

.shadow_box {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.navbar__link {
  text-decoration: none;
  color: #000000;
}

.navbar__languages {
  text-align: center;
}

.navbar__languages img {
  max-width: 2rem;
  border-radius: 50%;
  margin: 5px;
}

#toggle:checked ~ .navbar {
  display: block;
}

.contact_block {
  -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.11);
  border: none;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.link_block {
  display: block;
}

.header_input {
  border: none;
  background: transparent;
}

::-webkit-input-placeholder {
  color: #dedede;
}

:-ms-input-placeholder {
  color: #dedede;
}

::-ms-input-placeholder {
  color: #dedede;
}

::placeholder {
  color: #dedede;
}

.reminder_area {
  display: block;
  border: none;
  background: transparent;
  font-size: 1rem;
  width: 100%;
  border-bottom: 1px solid #dedede;
}

input:focus,
textarea:focus {
  outline: none;
  resize: none;
}

.st {
  font-size: 1rem;
  border: none;
  background: transparent;
  font-size: 1rem;
  border-bottom: 1px solid #dedede;
}

.date_span {
  display: table-cell;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}

.rad_check:checked ~ label {
  background-color: #7440ee;
  color: #FFFFFF;
}

.date_span__selected {
  background-color: #7440ee;
  color: #FFFFFF;
}

.calendar__table {
  font-size: .9rem;
  border-spacing: 0;
  width: 100%;
}

.calendar__table tr > *:nth-child(7),
.calendar__table tr > *:nth-child(6) {
  color: #d24a43;
}

th {
  border-bottom: 1px solid #dedede;
}

.radio_as,
.checkbox_as {
  display: none;
}

.check_mark {
  background-color: #dedede;
  width: .9rem;
  height: .9rem;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.check_mark::after {
  content: "";
  width: .3rem;
  height: .5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: none;
  border: solid #2cbf6c;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(50%, -20%);
          transform: rotate(45deg) translate(50%, -20%);
}

.checkbox_as:checked ~ label > .check_mark::after {
  display: inline-block;
}

.radio_mark::after {
  content: "";
  display: inline-block;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  background-color: #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #dedede;
}

.radio_as:checked ~ label > .radio_mark::after {
  background-color: #2cbf6c;
}

.calendar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

.month_button, .prev_month_button, .next_month_button {
  width: .5rem;
  height: .5rem;
  border-radius: 3px;
}

.prev_month_button {
  border-left: 3px solid #25265e;
  border-bottom: 3px solid #25265e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.next_month_button {
  border-right: 3px solid #25265e;
  border-bottom: 3px solid #25265e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.calendar__month {
  color: #2cbf6c;
}

.date_text {
  font-size: .9rem;
}

.header_input {
  padding: 0;
}

.dark_g_text {
  color: #707075;
}

#name_input {
  width: 100%;
}

#time_input {
  width: 5rem;
}
/*# sourceMappingURL=style.css.map */
