/*
Theme Name: Travel
Theme URI: https://aluxe.me./
Author: the Aluxe team
Author URI: https://aluxe.me./
*/
.wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  display: none !important;
}
div.wpcf7-mail-sent-ok {
  border: none !important;
}

.pagination span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  box-shadow: 0 0 4.7px 0.3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  min-width: 40px;
  height: 40px;
  transition:
    color 0.3s,
    background-color 0.3s,
    opacity 0.3s;
}
.pagination span.current {
  background-color: #444;
  color: #fff;
}
.article img {
  margin-bottom: 30px;
}
.hidden {
  display: none;
}

div#ajaxsearchlite1 {
  margin-top: 15px;
}

@media screen and (min-width: 900px) {
  .mobile-search {
    display: none;
  }
}

.product__block.product__text ul li::before {
  content: "\2022";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 700;
}

.product__block.product__text p {
  padding-bottom: 10px;
}

.header nav.nav {
  text-align: center;
}

.header .nav li {
  margin-right: 0 !important;
  padding: 0px 15px;
  text-transform: uppercase;
}

.header .header-call {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7ef1f;
  font-weight: 700;
}

.header__inner {
  height: 110px;
}

.mark-link {
  box-shadow: none;
  border: 0.5px solid #dbdada;
}

.mark-link__title {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
}

.model-card__art {
  margin-bottom: 10px;
  word-wrap: break-word;
  color: #606060;
}
.price__label {
  color: #606060;
}
.model-card__title {
  word-wrap: break-word;
}
.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}
.model-card__btn a {
  width: 100%;
}

.model-card__title.title.title {
  font-size: 17px;
  line-height: 20px;
}

/*---------- ANIMATION CALL_BACK -----*/
.callb_sign {
  position: relative;
  display: inline-block;
  bottom: 27px;
  left: 80%;
  font-weight: 700;
  color: #a939d7;
  text-align: left;
  width: 170px;
}
#popup__toggle {
  bottom: 25px;
  left: 10px;
  position: fixed;
  z-index: 999;
}
.img-circle {
  background-color: #a939d7;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #29aee3;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #29aee3;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(https://www.ladimiragro.com.ua/wp-content/uploads/2021/07/mini.png);
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

/*---------- ANIMATION CALL_BACK -----*/

.hero .container {
  background: none;
  transition: all ease-out 2s;
}

.hero_container_fade {
  background: #00000060 !important;
  max-width: 100%;
}

.hero__title {
  color: #ff9e00;
}
.mb-10 {
  margin-bottom: 10em;
}
.product-gallery__slider {
  max-height: 522px;
}
.social_i {
  display: inline-block;
  float: right;
  top: 50px;
  position: relative;
  left: 20px;
  margin: 0 auto;
  width: 50%;
  font-size: 30px;
}

@media screen and (max-width: 900px) {
  #popup__toggle {
    display: none;
  }
  div.asl_m {
    top: 110px;
    position: fixed !important;
    z-index: 8 !important;
  }
  .desktop-search {
    display: none;
  }
  .social_i {
    display: inline-block;
    float: none;
    position: absolute;
    width: 460px;
    font-size: 20px;
    left: 0;
    top: 75px;
  }
}
