/*
Theme Name: Soleks New Theme
Author: Dev
Version: 1.0
Requires at least: 6.0
*/
.wpcf7-form-control-wrap[data-name="country"]{
  position: unset !important;
}
.wpcf7-spinner{
  position: absolute !important; 
}
.wpcf7-not-valid-tip{
  position: absolute !important;
}
.wpcf7-form .btn{
  color: var(--color-white) !important;
}
:root :where(.is-layout-flow) > *{
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  /* .advantages__item{
    width: fit-content !important;
  }
  .advantages__row{
    overflow-x: hidden;
  } */
   html,body{
    overflow-x: hidden;
   }
}

.news_more .news__list{
  display: grid;
}

.areas__info{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.areas__info .areas__price{
  margin-top: auto;
}
.show-all-btn{
  display: flex;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  display: flex;
  gap: 12px;
  transition: .3s ease-in-out;
}
.show-all-btn:hover{
  color: var(--color-purple50);
}