.title_form {
  margin: 0;
  font-weight: 600;
  color: #000;
  font-size: 18px;
}

.title_description_form {
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
  color: #000;
}

.input_form {
  margin-bottom: 20px;
  box-sizing: border-box;
  outline: none;
  border: none;
  color: #000000;
  background-color: #f0f0f0;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  height: 50px;
  width: 100%;
  padding: 0 18px;
}

.callback_form {
  margin: 20px 0;
}

.iti.iti--allow-dropdown {
  width: 100%;
  border-radius: 30px;
}

.iti__selected-flag {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.btn_form_send {
  max-width: 250px;
  margin: auto;
  margin-top: 20px;
  color: #ffffff;
  background-color: #c31c2c;
  border-radius: 30px;
  font-weight: 600;
  width: 100%;
  height: 50px;
  border: 0;
}

.btn_form_send:hover {
  color: #fff;
}

.form_description {
  font-weight: 300;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}

.wh_screen {
  padding: 90px 0 90px;
}

.payment_select_radio_label .logo_paypal {
  height: 25px;
  /*width:100px;*/
  margin: auto;
}

.payment_select_radio_label .logo_stripe {
  height: 18px;
  /*width:140px;*/
  margin: auto;
}

.screen_bold_black {
  margin: 0;
  font-weight: 600;
  color: #000000;
  font-size: 38px;
  text-align: center;
  line-height: 1.23;
}

.screen_bold_black34 {
  font-weight: 600;
  color: #000000;
  font-size: 34px;
  text-align: center;
  line-height: 1.23;
}

.screen_bold_black34.mb55 {
  margin-bottom: 55px;
}

.mb40 {
  margin-bottom: 40px;
}

.fw700 {
  font-weight: 700;
}

.link_screen_wha {
  color: rgb(24, 48, 102);
  text-decoration: none;
  font-weight: 700;
}

.screen_description {
  max-width: 60%;
  margin: auto;
  margin-bottom: 90px;
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  font-weight: 300;
  color: #000;
}

.grid_container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "A  B" "A  C";
}

.grid_areaA {
  grid-area: A;
}

.grid_areaB {
  grid-area: B;
}

.grid_areaC {
  grid-area: C;
}

.double_menu_list li:last-child {
  margin: 0;
}

.double_menu_item:hover {
  color: #183066;
}

.double_menu_list::before {
  content: "";
  display: block;
  position: absolute;
  border: solid transparent;
  border-width: 10px;
  top: -20px;
  left: 120px;
  border-bottom-color: rgb(255, 255, 255);
}

.menu_item::after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  bottom: 20%;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #183066;
  left: 0;
}

.double_menu_item.active {
  color: #183066;
}

.menu_item:hover {
  color: #183066;
}

.menu_list li {
  padding: 0 20px;
  display: inline-block;
}

.btn_contact_us {
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  color: #ffffff;
  min-height: 40px;
  line-height: 40px;
  text-decoration: none;
  background-color: #183066;
  border-radius: 20px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn_contact_us:hover {
  color: #ffffff;
}

.facebook_link {
  margin-right: 30px;
}

.wrapper_btn_contact_us {
  position: relative;
  padding: 20px 0;
}

.wrapper_btn_contact_us:hover .contact_us_window {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.contact_us_window {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  top: 80px;
  right: 70%;
  transform: translateX(50%);
  min-width: 280px;
  position: absolute;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.contact_us_item::before {
  content: "";
  display: block;
  position: absolute;
  border: solid transparent;
  border-width: 10px;
  top: -20px;
  left: 170px;
  border-bottom-color: rgb(255, 255, 255);
}

.contact_us_window .icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.icon.cell_icon_bg {
  background-image: url("/img/cell_icon.webp");
}

.wh_icon_bg {
  background-image: url("/img/wh_icon.webp");
}

.contact_us_item {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.contact_us_window .cell_number {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}

.contact_us_item .cell_number_description {
  font-size: 15px;
  opacity: 0.4;
  font-weight: 400;
  color: #000;
}

.mt10 {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .forms_wrapper_consultation.sticke-form.sticke {
    position: sticky;
    top: 120px;
  }
}

@media (max-width: 992px) {
  .facebook_link {
    margin-bottom: 200px;
  }

  .grid_container {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "B" "A" "C";
  }
}

.forms_wrapper_consultation {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 40px;
}

.title_name_form {
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #334155;
}

.input_data_form_consult {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dce5eb;
  border-radius: 3px;
  padding: 12px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1f1f39;
  margin-bottom: 12px;
}

.input_data_form_consult :focus-visible {
  outline: 1px solid #1f50ff;
}

label.for_input_txt {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #858597;
  margin-bottom: 3px;
}

.title_name_form.mt_40 {
  margin-top: 40px;
}

.flatpickr-calendar {
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.flatpickr-day.selected,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day:hover,
.flatpickr-day.selected:hover {
  background-color: #1d3162;
}

.flatpickr-weekdaycontainer {
  background: #f8fafc;
  padding: 5px 0;
}

span.flatpickr-weekday {
  color: #64748b;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: #94a3b8;
}

.flatpickr-next-month {
  color: #334155;
  fill: #334155;
}

.flatpickr-next-month svg path,
.flatpickr-prev-month svg path {
  stroke: #334155;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 0;
}

.title_name_form.mb_with {
  margin-bottom: 11px;
}

.theme_select_radio {
  display: none;
}

.theme_select_radio_label,
.communication_select_radio_label,
.payment_select_radio_label {
  background: #ffffff;
  border: 1px solid #dce5eb;
  border-radius: 6px;
  padding: 8px 22px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  color: #334155;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.theme_select_radio_label:hover,
.communication_select_radio_label:hover,
.payment_select_radio_label:hover {
  background-color: #eff1f2;
}

.theme_select_radio_label.active,
.communication_select_radio_label.active,
.payment_select_radio_label.active {
  background: #e7f0f5;
}

.communication_select_radio_label img {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 10px;
}

.calendar-wrapper-admin {
  padding: 40px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 10px;
}

.input_time_label.admin {
  border: 1px solid rgba(222, 222, 222, 0.4);
  color: rgba(51, 65, 85, 0.5);
}

.wrapper_add_time {
  border-top: 1px solid #f1f1f1;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.admin_calendar .flatpickr-wrapper {
  display: block;
  margin: auto;
}

.btn_add_admin.btn_add_time {
  margin-left: 5px;
  background-color: #e0f0ff;
  padding: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0.833313V6.16665' stroke='%231D3062' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.33333 3.5H6.66666' stroke='%231D3062' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.input_add_time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  padding: 6px 7px;
}

.inputpunct_time {
  margin-left: 4px;
  margin-right: 4px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #d0d0d0;
}

.add_date_form {
  display: inline-flex;
  align-items: center;
}

.add_date_form .txt_add_admin {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  /* identical to box height, or 17px */
  display: flex;
  align-items: center;
  /* gray/700 */
  margin-right: 10px;
  color: #334155;
}

#hour,
#minutes {
  border: 0;
}

.btn_add_all_day {
  width: 16px;
  background-color: #ffffff;
  padding: 0;
  margin-left: 8px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #1d3062;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0.833313V6.16665' stroke='%231D3062' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.33331 3.5H6.66665' stroke='%231D3062' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.btn_dell_all_day {
  width: 16px;
  background-color: #ffffff;
  padding: 0;
  margin-left: 8px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #cb2929;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7' fill='none'%3E%3Cpath d='M1.33331 3.5H6.66665' stroke='%23cb2929' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.date_all_day_input {
  border: 0;
}

.admin_calendar .flatpickr-innerContainer {
  justify-content: center;
}

/* Change tarif block */
.btn_change_tarif {
  background-color: transparent;
  border: 0;
  outline: 0;
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_13_1107)'%3E%3Cpath d='M1.87559 10.311L1.03114 13.9555C1.00201 14.0887 1.00301 14.2268 1.03406 14.3595C1.06512 14.4923 1.12545 14.6165 1.21064 14.723C1.29583 14.8295 1.40373 14.9156 1.52646 14.975C1.6492 15.0345 1.78366 15.0658 1.92003 15.0666C1.98357 15.073 2.0476 15.073 2.11114 15.0666L5.77781 14.2222L12.8178 7.20882L8.88892 3.28882L1.87559 10.311Z' fill='%23334155'/%3E%3Cpath d='M15.0311 3.69766L12.4089 1.07543C12.2365 0.903907 12.0032 0.807617 11.76 0.807617C11.5168 0.807617 11.2835 0.903907 11.1111 1.07543L9.65332 2.53321L13.5778 6.45766L15.0355 4.99988C15.1209 4.91414 15.1884 4.81241 15.2344 4.70053C15.2803 4.58865 15.3038 4.4688 15.3034 4.34785C15.3029 4.22689 15.2787 4.10721 15.232 3.99564C15.1853 3.88407 15.117 3.78281 15.0311 3.69766Z' fill='%23334155'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_13_1107'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.item_tarif {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item_tarif.first {
  border-bottom: 1px solid #f1f1f1;
}

.wrapper_change_tarif {
  margin-top: 40px;
  padding-bottom: 16px;
}

.wrapper_price_btn_change {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item_tarif.change .name_tarif {
  width: 300px;
  color: #3b82f6;
  outline: none;
}

.item_tarif:first-child {
  border-bottom: 1px solid #f1f1f1;
}

.item_tarif.change .price_tarif_wrapper {
  color: #3b82f6;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
}

.item_tarif.change .price_tarif {
  color: #3b82f6;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  width: 40px;
}

.item_tarif.change .btn_change_tarif {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%23E0F0FF'/%3E%3Cpath d='M11 6L6.875 10L5 8.18182' stroke='%233B82F6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.item_tarif.hide {
  display: none;
}

.change_price_form {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.price_tarif::-webkit-outer-spin-button,
.price_tarif::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/* Footer Admin */
.title_partition_footer {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}

.icon_footer_admin {
  width: 26px;
  height: 26px;
  min-width: 26px;
  margin-right: 13px;
}

.footer_admin_list li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.footer_admin .title_partition {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 10px;
}

.footer_email_admin {
  background: #ffffff;
  border-radius: 5px;
}

button.footer_admin_send_btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: #b33033;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 8.95429 8.95429 0 20 0C31.0457 0 40 8.95429 40 20C40 31.0457 31.0457 40 20 40C8.95429 40 0 31.0457 0 20ZM18.99 10.4186C18.7222 10.6865 18.5717 11.0498 18.5717 11.4286C18.5717 11.8074 18.7222 12.1707 18.99 12.4386L25.1229 18.5714H11.4286C11.0497 18.5714 10.6863 18.7219 10.4184 18.9898C10.1505 19.2578 10 19.6211 10 20C10 20.3789 10.1505 20.7422 10.4184 21.0102C10.6863 21.2781 11.0497 21.4286 11.4286 21.4286H25.1229L18.99 27.5614C18.7298 27.8309 18.5858 28.1917 18.589 28.5663C18.5923 28.9409 18.7425 29.2992 19.0074 29.564C19.2723 29.8289 19.6306 29.9791 20.0051 29.9824C20.3797 29.9856 20.7406 29.8417 21.01 29.5814L29.5814 21.01C29.8492 20.7421 29.9997 20.3788 29.9997 20C29.9997 19.6212 29.8492 19.2579 29.5814 18.99L21.01 10.4186C20.7421 10.1508 20.3788 10.0003 20 10.0003C19.6212 10.0003 19.2579 10.1508 18.99 10.4186Z' fill='%23B33033'/%3E%3Cpath d='M18.99 10.4186C18.7222 10.6865 18.5717 11.0498 18.5717 11.4286C18.5717 11.8074 18.7222 12.1707 18.99 12.4386L25.1229 18.5714H11.4286C11.0497 18.5714 10.6863 18.7219 10.4184 18.9898C10.1505 19.2578 10 19.6211 10 20C10 20.3789 10.1505 20.7422 10.4184 21.0102C10.6863 21.2781 11.0497 21.4286 11.4286 21.4286H25.1229L18.99 27.5614C18.7298 27.8309 18.5858 28.1917 18.589 28.5663C18.5923 28.9409 18.7425 29.2992 19.0074 29.564C19.2723 29.8289 19.6306 29.9791 20.0051 29.9824C20.3797 29.9856 20.7406 29.8417 21.01 29.5814L29.5814 21.01C29.8492 20.7421 29.9997 20.3788 29.9997 20C29.9997 19.6212 29.8492 19.2579 29.5814 18.99L21.01 10.4186C20.7421 10.1508 20.3788 10.0003 20 10.0003C19.6212 10.0003 19.2579 10.1508 18.99 10.4186Z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.facebook_icon_footer {
  margin-left: 57px;
  display: block;
  width: 28px;
  height: 28px;
  min-width: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='28' height='28' rx='2' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M20.957 17.5L21.668 13.1566H17.2225V10.338C17.2225 9.14969 17.8435 7.99141 19.8345 7.99141H21.8555V4.29344C21.8555 4.29344 20.0215 4 18.268 4C14.607 4 12.214 6.08031 12.214 9.84625V13.1566H8.1445V17.5H12.214V28H17.2225V17.5H20.957Z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.footer.footer_admin {
  padding: 60px 0 30px 0;
  background-color: #1d3162;
}

.footer_bottom {
  background-color: #182952;
  padding: 35px 0 20px;
}

.footer_bm_admin_list {
  padding: 0;
  margin: 0;
}

.footer_bm_admin_list li {
  display: inline-block;
  margin-right: 5%;
}

.footer_bm_admin_list li a {
  transition: all 0.3s ease;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.footer_bm_admin_list li a:hover {
  color: #ffffff;
}

.footer_list.footer_admin_list li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.footer_bottom .footer_txt_row {
  margin-top: 50px;
}

.footer_bm_txt {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.footer_bm_txt a {
  text-decoration: none;
}

.footer_bm_txt.txt-right {
  text-align: right;
}

.footer_bm_txt.txt-center {
  text-align: center;
}

.footer_bm_txt a {
  color: #fff;
}

@media (max-width: 992px) {
  .footer_bm_admin_list {
    display: flex;
    flex-direction: column;
  }

  .forms_wrapper_consultation {
    padding: 20px;
  }

  .footer_bm_admin_list li {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .footer_bm_txt {
    text-align: center;
  }

  .footer_bm_txt.txt-right {
    margin-top: 10px;
    text-align: center;
  }

  .map_wrapper {
    width: 90%;
    height: 90%;
    margin: auto;
    margin-top: 30px;
  }
}

/* SHOW AND HIDE CALENDAR */
.wrapper_calendar2.hide {
  display: none;
}

.time_wrapper2.hide {
  display: none;
}

.wrapper_calendar.hide {
  display: none;
}

.time_wrapper.hide {
  display: none;
}

/* paginator */
.paginator_wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.paginator_item {
  transition: all 0.3s ease;
  background: transparent;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #334155;
  text-decoration: none;
}

.paginator_item:hover,
.paginator_item.active {
  background: #3b82f6;
  color: #ffffff;
}

/*  */
.dell_records {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.05 42C12.2167 42 11.5083 41.7083 10.925 41.125C10.3417 40.5417 10.05 39.8333 10.05 39V10.5H8V7.5H17.4V6H30.6V7.5H40V10.5H37.95V39C37.95 39.8 37.65 40.5 37.05 41.1C36.45 41.7 35.75 42 34.95 42H13.05ZM34.95 10.5H13.05V39H34.95V10.5ZM18.35 34.7H21.35V14.75H18.35V34.7ZM26.65 34.7H29.65V14.75H26.65V34.7ZM13.05 10.5V39V10.5Z' fill='%23334155'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.flatpickr-innerContainer {
  overflow: visible;
}

.space-evenly {
  justify-content: space-evenly;
}

.mb_ol_li {
  margin-bottom: 10px;
}

.theme_description {
  display: none;
  font-size: 16px;
  background-color: #e7f0f5;
  padding: 8px 22px;
  border: 1px solid #dce5eb;
  border-radius: 6px;
  margin-top: 5px;
}

.theme_description.active {
  display: block;
}

/* #id {
      max-height: 0px;
  }

  #id:invalid {
      border-bottom: 1px solid red;
  } */
.item_country_label {
  width: 135px;
  cursor: pointer;
  padding: 8px 10px;
  border: 1px solid #dce5eb;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.item_country_label.active {
  background-color: #e7f0f5;
}

.item_country_label img {
  width: 48px;
  display: block;
  margin: auto;
}

.name_country {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
}

.wrapper_country_list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.header__lang_wrapper {
  background: #edf1fb;
  border-radius: 500px;
  padding: 4px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.header__item_lang {
  padding: 7px;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: rgba(25, 48, 101, 0.5);
  border-radius: 20px;
  text-decoration: none;
}

.header__item_lang.active {
  background: #ffffff;
  color: #3261cc;
}

.btn_form_send_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 500px;
}

.btn_form_send_blue {
  background-color: #183066;
  margin-right: 30px;
}

@media (max-width: 767.8px) {
  .btn_form_send_wrapper {
    flex-direction: column;
  }

  .btn_form_send_blue {
    margin-right: auto;
  }
}

.pointer {
  cursor: pointer;
}

.btn_submit_client {
  background-color: #183066;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 30px;
  border: 0;
  padding: 0 25px;
  height: 50px;
}

.event {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 150px;
  bottom: 3px;
  left: calc(50% - 1.5px);
  content: " ";
  display: block;
  background: #3d8eb9;
}

.event.busy {
  background: #f64747;
}

.input_time_label.pointer {
  transition: all 0.3s ease;
}

.input_time_label.pointer:hover {
  background-color: #effff4;
}

.input_time_label.pointer.active {
  background-color: #55c47a;
  color: #fff;
}

.input_data_form {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  outline: none;
  border: none;
  color: #000000;
  height: 40px;
  background-color: #f0f0f0;
  padding: 0 18px;
  border-radius: 30px;
}

.mes_link_btn {
  position: fixed;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  background: #c31c2c;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear;
  overflow: hidden;
  outline: none;
  border: 0;
  border-radius: 50%;
}

.mes_link_btn svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.mes_link_btn.active {
  background: #fff;
}

.mes_link_btn.active .t825__icon-close {
  opacity: 1;
  visibility: visible;
}

.t825__icon-close {
  opacity: 0;
  visibility: hidden;
}

.mes_link_body {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  max-width: 300px;
  position: fixed;
  right: 30px;
  bottom: 120px;
  padding: 30px 20px 20px;
  border-radius: 5px;
  max-height: 65vh;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.mes_link_body.active {
  opacity: 1;
  visibility: visible;
}

.card_messenger-block {
  margin: 0 8px 20px;
}

.mes_name_card {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.8;
  line-height: 1.55;
  font-weight: 300;
  color: #000;
}

.t825__messenger-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 260px;
  margin: auto;
}

.t-name {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

.close_mes_link_wrapp {
  display: none;
}

.modal-content {
  border-radius: 0;
  padding: 40px 45px;
}

.modal-dialog {
  max-width: 620px;
}

.modal-title {
  font-size: 20px;
  line-height: 1.23;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.modal-header {
  flex-direction: column;
  justify-content: center;
  border: 0;
}

.modal-footer {
  border: 0;
  padding: 0;
  margin: 0;
  margin-top: 25px;
}

.modal-body {
  padding: 0;
}

.modal-description {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
  color: #000;
}

.input_modal {
  outline: none;
  width: 100%;
  color: #000000;
  border: 0px;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  background-color: #f0f0f0;
  margin-bottom: 25px;
}

select.input_modal {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
}

.select_label_modal {
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
  color: #000;
}

.t-input.input_modal {
  padding-top: 17px;
  color: #000000;
  border: 0px solid #000;
  background-color: #f0f0f0;
  height: 102px;
}

.t-checkbox__control {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
  color: #000;
}

.btn_effect_ {
  position: relative;
  overflow: hidden;
}

.btn_effect_::before {
  content: "";
  position: absolute;
  height: 350%;
  width: 200%;
  top: 0;
  left: -100%;
  /* background: rgba(255, 255, 255, 0.8); */
  background: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  border-radius: 100%;
  transform: scale(0);
  z-index: 20;
  animation-name: ripple;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes ripple {
  20% {
    opacity: 0;
    transform: scale(2.5);
  }

  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.btn_red_modal {
  margin: 0;
  border: 0;
  outline: none;
  color: #ffffff;
  background-color: #c31c2c;
  border-radius: 30px;
  width: 100%;
  height: 54px;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 700;
  white-space: nowrap;
}

.visitor_what_card svg {
  width: 55px;
  display: block;
  height: 55px;
  margin: auto;
}

.input_time {
  display: none;
}

.time_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 35px;
}

.input_time_label {
  width: 80px;
  margin: 5px 14px 5px 0;
  text-align: center;
}

.input_time_label {
  display: inline-block;
  background-color: #fff;
  color: #334155;
  font-size: 16px;
  font-weight: 400;
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
  border: 1px solid #55c47a;
  border-radius: 6px;
}

.wrapper_flex_client {
  margin-bottom: 40px;
}

.wrapper_price_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alert_txt_client {
  font-size: 12px;
  font-weight: 400;
  margin-top: 40px;
}

@media (max-width: 991.2px) {
  .wh_screen.pt120 {
    margin-top: 0;
  }
}

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