*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
  overflow-x: hidden;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  min-height: 100%;
}
body,
html {
  height: 100%;
}
audio,
video {
  display: block;
}
section {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li,
ul {
  list-style-type: none;
}
img {
  max-width: 100%;
  display: block;
  border-style: none;
}
input,
select,
textarea {
  vertical-align: middle;
}
fieldset,
form {
  margin: 0;
  padding: 0;
  border-style: none;
  width: 100%;
}
input[type="email"],
input[type="file"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  outline: 0;
}
input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none;
}
input[type="image"] {
  padding: 0;
  border: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="email"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
button:focus {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button {
  cursor: pointer;
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
i,
label,
p,
span,
strong {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
}
div {
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
iframe {
  border: none;
}
input::-ms-clear {
  display: none;
}
body {
  font-family: Arial;
  font-size: 16px;
  line-height: 20px;
}
.wrapper {
  background-color: var(--content-bg);
}
.container {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
:focus {
  outline: 0 !important;
}
.h1-title,
.h2-title,
.h3-title,
.h4-title,
.h5-title,
.h6-title,
h1,
h2,
h3,
h4,
h6 {
  display: block;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.main-slider {
  max-width: 500px;
  margin: 0 auto;
  padding: 25px 0;
}
.content {
  padding: 10px 0;
}
.content .h2,
.content h2 {
  margin: 0 0 20px 0;
  font-size: 32px;
  line-height: normal;
}
.content p {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
}
.js-slider-for .slick-slide {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 375px;
}
.js-slider-nav .slick-slide {
  height: 170px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 500px) {
  .js-slider-nav .slick-slide {
    height: 150px;
  }
}
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
}
.slick-next {
  right: 0;
}
.quiz {
  padding: 10px 0;
}
.question__item {
  display: none;
}
.question__text {
  font-size: 15px;
  line-height: 18px;
  margin: 10px 0;
}
.question__text span {
  font-weight: 700;
}
.question__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  text-align: center;
  margin: 5px 0;
  color: #fff;
  background-color: rgb(0, 0, 0);
  font-family: Arial;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.question__answer:hover {
  opacity: 0.8;
}
.comment-form {
  padding: 10px 0;
}
.comment-form h2 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 32px;
}
.comment-form__body {
  border-top: 1px solid #dddfe2;
  border-bottom: 1px solid #dddfe2;
  margin: 8px 0;
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.comment-form__body > img {
  left: 0;
  width: 36px;
  margin-right: 8px;
}
.comment-form__body textarea {
  -webkit-box-flex: 99999999;
  -ms-flex: 99999999;
  flex: 99999999;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dddfe2;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  margin-left: 0;
  padding: 8px;
  font-family: Arial;
}
@media only screen and (max-width: 500px) {
  .comment-form__body textarea {
    height: 38px;
  }
}
.comment-form__body button {
  height: 38px;
  margin: 1px 0 0 8px;
  background-color: #4080ff;
  background-image: none;
  border: 1px solid #8d949e;
  border-radius: 2px;
  text-shadow: none;
  color: #fff;
  font-family: Arial;
  outline: 0;
  -webkit-appearance: button;
}
.comment-form__body button:disabled {
  border-color: #bec3c9;
  background-color: #fff;
  color: #4b4f56;
}
.comment-form__icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 20px 20px;
}
.comment-form__icons img {
  width: 20px;
  margin-right: 15px;
}
.comment__list {
  max-width: 680px;
  margin-right: 62px;
}
.comment__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
  background: #d8dce6;
}
.comment__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.comment__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.comment__content {
  max-width: calc(100% - 42px);
  background-color: #ebedf0;
  border-radius: 18px;
  line-height: 16px;
  margin-top: 0;
  min-width: 0;
  padding: 6px 12px 7px 12px;
  position: relative;
}
.comment__name {
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 4px 0;
  color: #576b95;
  cursor: pointer;
}
.comment__text {
  font-size: 14px;
  padding-right: 5px;
  overflow-wrap: anywhere;
  line-height: 16px;
}
.comment__text img {
  width: 100%;
  padding: 5px 5px 5px 0;
}
.comment__actions {
  position: absolute;
  right: 10px;
  bottom: 5px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px 0 #dadde1;
  box-shadow: 1px 1px 3px 0 #dadde1;
  font-weight: 400;
  height: 20px;
  color: #8d949e;
  font-size: 11px;
  padding-right: 6px;
  padding-bottom: 4px;
  z-index: 2;
}
.comment__actions span {
  margin-left: -6px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  padding: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
}
.comment__actions div {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.comment__time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 54px;
  color: #8d949e;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  margin: 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}
.comment__time span {
  padding: 0 4px;
}
.comment__item > ul {
  padding-left: 46px;
}
.comment__item .comment__item .comment__avatar {
  width: 24px;
  height: 24px;
}
.comment__item .comment__item .comment__content {
  max-width: calc(100% - 30px);
}
.comment__item .comment__item .comment__time {
  padding-left: 40px;
}
#faqBtn {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10%;
  right: 1%;
  z-index: 999;
  cursor: pointer;
}
.faq__container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 99;
  overflow: auto;
  width: 100%;
  max-width: 420px;
  padding: 10px;
  background: #f5f5f5;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq__container.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.faq__container #faqClose {
  fill: var(--color-primary);
  display: block;
  margin-right: 8px;
  margin-left: auto;
  cursor: pointer;
}
.faq__list {
  padding: 10px;
}
.faq__item {
  border-bottom: 2px solid var(--color-primary);
  padding: 10px 7px 0 7px;
}
.accordion__header {
  padding-right: 25px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 16px;
  cursor: pointer;
}
.accordion__header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 18px;
  height: 10px;
  background-image: url(../assets/arrow.svg);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__header.active {
  color: var(--color-primary);
}
.accordion__header.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__body {
  margin-bottom: 16px;
  font-size: 16px;
  display: none;
}
.preload {
  display: none;
}
.preload h2 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 32px;
}
.preload p {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0 5px 5px;
  font-weight: 700;
  display: none;
}
.spinner-border {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.sr-only {
  left: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@-webkit-keyframes spinner-border {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.boxes,
.boxes .choose__item img,
.boxes cbox {
  width: 100%;
}
.instructions {
  padding: 10px;
  background-color: #e11e26;
  border-radius: 4px;
  color: #fff;
  margin-top: 20px;
}
.boxes {
  margin: 10px auto;
  max-width: 800px;
}
.box-o-t {
  position: absolute;
  top: -34%;
}
.boxes .discover .box-o-b {
  z-index: 1;
  position: relative;
}
.boxes .iphone {
  width: 76%;
  height: auto;
  position: absolute;
  z-index: 0;
  top: -20%;
  left: 12%;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.boxes .discover > .iphone {
  top: -60%;
}
.boxes > .choose__item {
  position: relative;
  display: inline-block;
  width: 23.8%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .boxes > .choose__item {
    width: 32.5%;
  }
  .boxes > .choose__item:nth-child(-n + 4) {
    display: none;
  }
}
@media (max-width: 479px) {
  .boxes > .choose__item {
    width: 32%;
  }
}
@media (max-width: 319px) {
  .boxes > .choose__item {
    width: 48%;
  }
  .boxes > .choose__item:nth-child(-n + 5) {
    display: none;
  }
}
.text-center {
  text-align: center;
}
.fancybox-slide--html .fancybox-close-small {
  display: none;
}
.div_img_gift {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img_gift {
  display: none;
  width: 80%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  margin: 0 auto;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes tapa_superior {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes tapa_superior {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.boxes {
  background-size: cover;
  border-radius: 20px;
  position: relative;
  text-align: center;
}
.choose__item {
  position: relative;
  margin: 20px 0;
}
.choose__item > div {
  position: absolute;
}
.choose__item .choose {
  position: relative;
}
.choose_trasera {
  z-index: 1;
}
.choose_tapa {
  z-index: 3;
}
.choose {
  z-index: 2;
}
.choose-block {
  display: none;
}
.choose_gift {
  z-index: 1;
}
.boxes .choose__item.abierta > .choose_tapa {
  -webkit-animation: tapa_superior 2s forwards;
  animation: tapa_superior 2s forwards;
}
.boxes .choose__item.premiazo > .choose_gift {
  -webkit-animation: tapa_superior 4s infinite alternate;
  animation: tapa_superior 4s infinite alternate;
}
.tremor_lower {
  -webkit-animation: tremor_lower 2s;
  animation: tremor_lower 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes tremor_lower {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0);
    transform: translate(1px, 1px) rotate(0);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0) rotate(1deg);
    transform: translate(-3px, 0) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0);
    transform: translate(3px, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0);
    transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0);
    transform: translate(1px, 2px) rotate(0);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes tremor_lower {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0);
    transform: translate(1px, 1px) rotate(0);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0) rotate(1deg);
    transform: translate(-3px, 0) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0);
    transform: translate(3px, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0);
    transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0);
    transform: translate(1px, 2px) rotate(0);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes tapa_superior {
  from {
    top: 0;
  }
  to {
    top: -40px;
  }
}
@media (max-width: 500px) {
  @-webkit-keyframes tapa_superior {
    from {
      top: 0;
    }
    to {
      top: -30px;
    }
  }
  @keyframes tapa_superior {
    from {
      top: 0;
    }
    to {
      top: -30px;
    }
  }
}
.circle-loader {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  -webkit-animation: loader-spin 1.2s infinite linear;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 7em;
  height: 7em;
}
.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  -webkit-transition: border 0.5s ease-out;
  -o-transition: border 0.5s ease-out;
  transition: border 0.5s ease-out;
}
@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.confeti {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.sconfetti {
  position: absolute;
}
.check-icon {
  display: none;
}
.check-icon.draw:after {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: check-icon;
  animation-name: check-icon;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
.check-icon:after {
  opacity: 1;
  height: 3.5em;
  width: 1.75em;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: "";
  left: 1.75em;
  top: 3.5em;
  position: absolute;
}
@-webkit-keyframes check-icon {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}
@keyframes check-icon {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}
.modal-button {
  display: inline-block;
  background-color: var(--color-primary);
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
}
.fancybox-active {
  overflow: hidden;
}
.fancybox-content {
  vertical-align: top;
}
.scrollToTopBtn {
  background-color: var(--color-primary);
  outline: 0 !important;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: calc(10% + 75px);
  right: 1%;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.showBtn {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.modal {
  max-width: 500px;
  margin: 1.75rem auto;
  padding: 1rem;
}
@media only screen and (max-width: 500px) {
  .modal {
    margin: 0.5rem;
  }
}
.modal h2 {
  margin: 5px 0 20px 0;
  font-weight: 700;
  color: #575757;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}
.modal img {
  max-width: 100%;
  max-height: 20vh;
  margin: 0 auto;
}
.modal p {
  line-height: 18px;
  margin: 10px 0;
  font-size: 14px;
  color: #797979;
  font-weight: 300;
}
.notifications {
  position: fixed;
  top: 1%;
  right: 1%;
  max-width: 320px;
  z-index: 5;
}
.notifis {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.notifi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #e2dede;
  padding: 6px 0;
  margin-top: 5px;
}
.hiddenNoty {
  animation-name: hiddenNoty;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  -webkit-animation-name: hiddenNoty;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes hiddenNoty {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hiddenNoty {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.showNoty {
  animation-name: showNoty;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  -webkit-animation-name: showNoty;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes showNoty {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showNoty {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.notifi__img {
  max-width: 50px;
  margin-left: 5px;
}
.notifi__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.notifi__content {
  padding: 0 5px;
}
.notifi__content__header {
  font-size: 13px;
}
.notifi-name {
  font-weight: 700;
}
.notifi-address {
  text-decoration: underline;
}
.notifi__content__desc {
  font-size: 16px;
  font-weight: 500;
  color: #134094;
}
.notifi__content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.notifi__time {
  font-size: 13px;
}
.notifi__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.notifi__icons img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
.notifi__btn {
  margin: 0 10px 0 5px;
}
.notifi__btn-close {
  vertical-align: inherit;
}
footer img {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
}
.notifications {
  position: fixed;
  top: 1%;
  right: 1%;
  max-width: 320px;
  z-index: 5;
}
.notifis {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.notifi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #e2dede;
  padding: 6px 0;
  margin-top: 5px;
}
.hiddenNoty {
  animation-name: hiddenNoty;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  -webkit-animation-name: hiddenNoty;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes hiddenNoty {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hiddenNoty {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.showNoty {
  animation-name: showNoty;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  -webkit-animation-name: showNoty;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes showNoty {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showNoty {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.notifi__img {
  max-width: 50px;
  margin-left: 5px;
}
.notifi__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.notifi__content {
  padding: 0 5px;
}
.notifi__content__header {
  font-size: 13px;
}
.notifi-name {
  font-weight: 700;
}
.notifi-address {
  text-decoration: underline;
}
.notifi__content__desc {
  font-size: 16px;
  font-weight: 500;
  color: #134094;
}
.notifi__content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.notifi__time {
  font-size: 13px;
}
.notifi__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.notifi__icons img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
.notifi__btn {
  margin: 0 10px 0 5px;
}
.notifi__btn-close {
  vertical-align: inherit;
}
footer img {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
}
.notifications {
  position: fixed;
  top: 1%;
  right: 1%;
  max-width: 320px;
  z-index: 5;
}
.notifications__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.notifications__item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #e2dede;
  padding: 6px 0;
  margin-top: 5px;
}
.hiddenNoty {
  animation-name: hiddenNoty;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  -webkit-animation-name: hiddenNoty;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
}
@-moz-keyframes hiddenNoty {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hiddenNoty {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hiddenNoty {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.showNoty {
  animation-name: showNoty;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  -webkit-animation-name: showNoty;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
}
@-moz-keyframes showNoty {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showNoty {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showNoty {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.notifications__item__img {
  max-width: 50px;
  margin-left: 5px;
}
.notifications__item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.notifications__item__content {
  padding: 0 5px;
}
.notifications__item__content__header,
.notifications__item__time {
  font-size: 13px;
}
.notifications__item-name {
  font-weight: 700;
}
.notifications__item-address {
  text-decoration: underline;
}
.notifications__item__content__desc {
  font-size: 16px;
  font-weight: 500;
  color: #134094;
}
.notifications__item__content__bottom {
  display: flex;
  align-items: center;
}
.notifications__item__icons {
  display: flex;
  margin-left: 10px;
}
.notifications__item__icons img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
.notifications__item__btn {
  margin: 0 10px 0 5px;
}
.notifications__item__btn-close {
  vertical-align: inherit;
}