@charset "UTF-8";
.gt-resa-sticky-block {
  margin-block-start: 0 !important;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 26rem;
  max-width: 96%;
}
.gt-resa-sticky-block:not(.poped) {
  display: none;
}
.gt-resa-sticky-block.toggled .gt-resa-sticky-form {
  transform: translateY(calc(-100% - 2rem)) translateX(-50%);
}
.gt-resa-sticky-block.toggled .gt-resa-sticky-form__toggle {
  transform: translateY(0%);
  opacity: 1;
}
.gt-resa-sticky__toggle {
  background: color-mix(in srgb, var(--wp--preset--color--color-5) 80%, transparent);
  padding: 1rem;
  text-align: center;
  color: #fff;
  font-family: var(--wp--preset--font-family--gotham);
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 1.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  border: 0.15rem solid #fff;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 500px) {
  .gt-resa-sticky__toggle {
    font-size: 1rem;
  }
}
.gt-resa-sticky__toggle i {
  font-size: 1rem;
}
.gt-resa-sticky__toggle:hover {
  background: color-mix(in srgb, var(--wp--preset--color--color-5) 100%, transparent);
}
.gt-resa-sticky__toggle:hover i {
  left: 0.5rem;
  transition-delay: 0.4s;
}
.gt-resa-sticky__header {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.5rem;
}
.gt-resa-sticky__header__btn {
  color: #fff;
  background: var(--wp--preset--color--color-2);
  display: block;
  line-height: 1;
  padding: 0.7rem;
  font-size: 0.9rem;
  border-radius: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border: 0.125rem solid #fff;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .gt-resa-sticky__header__btn {
    font-size: 0.7rem;
  }
}
.gt-resa-sticky__header__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.2s ease-in-out;
}
.gt-resa-sticky__header__btn:hover {
  color: #fff;
}
.gt-resa-sticky__header__btn:hover::before {
  opacity: 0.15;
}
.gt-resa-sticky__header__btn span {
  width: 0;
  display: block;
  opacity: 0;
  white-space: nowrap;
  transition: width 0.3s ease-in-out, opacity 0.2s ease-in-out;
  text-align: right;
}
@media (min-width: 769px) {
  .gt-resa-sticky__header__btn:hover span {
    width: 9rem;
    opacity: 1;
    transition: width 0.3s ease-in-out, opacity 0.2s ease-in-out 0.1s;
  }
}
.gt-resa-sticky__header__phone {
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  color: white !important;
}
.gt-resa-sticky__header__phone a {
  color: white !important;
  text-decoration: none;
}
.gt-resa-sticky__header__contact {
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
}
.gt-resa-sticky-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem !important;
  max-width: 90%;
  position: absolute;
  top: 100%;
  left: 50%;
  background: color-mix(in srgb, var(--wp--preset--color--color-5) 90%, transparent);
  border-radius: 4rem;
  margin-bottom: 0.5rem;
  width: 100%;
  padding: 3rem;
  border: 0.125rem solid #fff;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
}
.gt-resa-sticky-form__toggle {
  position: absolute;
  bottom: 100%;
  right: 3rem;
  font-size: 0.8rem;
  padding: 0.125rem 0.5rem;
  line-height: 1;
  font-family: inherit;
  text-transform: uppercase;
  gap: 0.125rem;
  background: var(--wp--preset--color--color-2);
  transform: translateY(100%);
  opacity: 0;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
}
.gt-resa-sticky-form__toggle::before {
  content: none;
}
.gt-resa-sticky-form__entry {
  flex: 1;
  border: 0.1rem solid #fff;
  border-radius: 3rem;
  position: relative;
  height: 3rem;
  min-height: 3rem;
  cursor: pointer;
}
.gt-resa-sticky-form__entry * {
  font-family: var(--wp--preset--font-family--gotham);
  font-weight: 500;
}
.gt-resa-sticky-form__entry input, .gt-resa-sticky-form__entry select, .gt-resa-sticky-form__entry button {
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0.5rem 1.5rem;
  outline: none;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1rem;
}
.gt-resa-sticky-form__entry input::placeholder, .gt-resa-sticky-form__entry select::placeholder, .gt-resa-sticky-form__entry button::placeholder {
  color: #fff;
  font-size: 1rem;
}
.gt-resa-sticky-form__entry option {
  color: initial;
}
.gt-resa-sticky-form__entry--ranges input {
  padding-left: 2.5rem;
}
.gt-resa-sticky-form__entry--ranges i {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  color: var(--wp--preset--color--color-2);
  font-size: 1rem;
}
.gt-resa-sticky-form__entry--type {
  border-color: transparent;
}
.gt-resa-sticky-form__entry--type .select2-selection__rendered {
  line-height: 3rem !important;
  padding-left: 1.125rem !important;
  color: #fff !important;
  font-weight: 500;
}
.gt-resa-sticky-form__entry--type .select2-container .select2-selection--single, .gt-resa-sticky-form__entry--type .select2-container .select2-selection--multiple {
  height: 3rem !important;
  border: 0.1rem solid #fff;
  border-radius: 3rem;
  background: transparent;
}
.gt-resa-sticky-form__entry--type .select2-selection__arrow {
  height: 3rem !important;
}
.gt-resa-sticky-form__entry--type button.select2-selection__clear {
  position: absolute;
  bottom: 100%;
  right: 0;
  color: var(--wp--preset--color--color-2);
}
.gt-resa-sticky-form__entry--type span.select2-selection__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  right: 1.125rem !important;
}
.gt-resa-sticky-form__entry--type span.select2-selection__arrow b {
  display: none;
}
.gt-resa-sticky-form__entry--type span.select2-selection__arrow::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}
.gt-resa-sticky-form__entry--type .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  background: transparent;
  position: absolute;
  left: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 1rem !important;
  margin: 0 !important;
  line-height: 1;
}
.gt-resa-sticky-form__entry--type .select2-container--default .select2-selection--multiple .select2-selection__choice button {
  display: none !important;
}
.gt-resa-sticky-form__entry--type span.select2-search.select2-search--inline {
  display: none;
}
.gt-resa-sticky-form__entry--type .select2-container--open span.select2-selection.select2-selection--single, .gt-resa-sticky-form__entry--type .select2-container--open span.select2-selection.select2-selection--multiple {
  border-radius: 1rem;
  border-color: var(--wp--preset--color--color-1);
  background: #fff;
}
.gt-resa-sticky-form__entry--type .select2-container--open span.select2-selection.select2-selection--single .select2-selection__rendered, .gt-resa-sticky-form__entry--type .select2-container--open span.select2-selection.select2-selection--multiple .select2-selection__rendered {
  color: var(--wp--preset--color--text-color) !important;
}
.gt-resa-sticky-form__entry--type .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0.125rem;
  line-height: 1;
  font-size: 0.75rem;
}
.gt-resa-sticky-form__entry--type span.select2-dropdown.select2-dropdown--below {
  top: -1rem;
  padding-top: 1rem;
  left: -0.075rem;
  position: relative;
  border-left: 0.1rem solid var(--wp--preset--color--color-1) !important;
  border-right: 0.1rem solid var(--wp--preset--color--color-1) !important;
  border-bottom: 0.1rem solid var(--wp--preset--color--color-1) !important;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
.gt-resa-sticky-form__entry--type .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .gt-resa-sticky-form__entry--type .select2-results__option[aria-selected="true"] {
  background-color: var(--wp--preset--color--color-1) !important;
}
.gt-resa-sticky-form__entry--type .select2-container--default .select2-results__option--selected {
  background-color: var(--wp--preset--color--color-1) !important;
  color: #fff;
}
.gt-resa-sticky-form__entry--type .select2-results__option .wrap:before {
  font-family: "Font Awesome 5 Free";
  color: var(--wp--preset--color--color-3);
  content: "";
  width: 2rem;
  height: 2rem;
  padding-right: 1rem;
  font-size: 1.5rem !important;
  vertical-align: middle;
}
.gt-resa-sticky-form__entry--type .select2-results__option[aria-selected="true"] .wrap:before, .gt-resa-sticky-form__entry--type .select2-container--default .select2-results__option--selected .wrap::before {
  content: "";
  color: #fff;
}
.gt-resa-sticky-form__entry--type li.select2-selection__choice:not(:first-child) {
  display: none !important;
}
.gt-resa-sticky-form__entry--submit {
  background: var(--wp--preset--color--color-1);
  border-color: var(--wp--preset--color--color-1);
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
.gt-resa-sticky-form__entry--submit button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  text-transform: none;
  font-family: var(--wp--preset--font-family--gotham);
}
.gt-resa-sticky-form__entry--submit i {
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  left: 0;
  transition: 0.2s ease-in-out;
}
.gt-resa-sticky-form__entry--submit::before {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  right: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+50,2989d8+50,1e5799+50,7db9e8+100 */
  background: var(--wp--preset--color--color-2);
  /* Old browsers */
  background: -moz-linear-gradient(left, var(--wp--preset--color--color-2) 50%, var(--wp--preset--color--color-3) 50%, var(--wp--preset--color--color-2) 50%, var(--wp--preset--color--color-1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, var(--wp--preset--color--color-2) 50%, var(--wp--preset--color--color-3) 50%, var(--wp--preset--color--color-2) 50%, var(--wp--preset--color--color-1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, var(--wp--preset--color--color-2) 50%, var(--wp--preset--color--color-3) 50%, var(--wp--preset--color--color-2) 50%, var(--wp--preset--color--color-1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e5799", endColorstr="#7db9e8",GradientType=0);
  /* IE6-9 */
  transition: 0.5s ease-in-out;
}
.gt-resa-sticky-form__entry--submit:hover {
  border-color: var(--wp--preset--color--color-2);
}
.gt-resa-sticky-form__entry--submit:hover::before {
  right: -100%;
}
.gt-resa-sticky-form__entry--submit:hover i {
  left: 0.5rem;
  transition-delay: 0.4s;
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*# sourceMappingURL=/var/www/clients/client1/web1/web/wp-content/themes/geek-tonic/inc/blocks/resa-sticky/style.css.map */