/*!
Theme Name: Eliza-WDP
Author: Web-Developer-Pro
Author URI: https://kwork.ru/user/web-developer-pro?ref=685751
Description: Тема для сайта недвижимости Eliza
Version: 1.0.0
*/

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden!important;
}

.ui-widget.ui-widget-content {
    width: 400px!important;
    margin-bottom: 30px!important;
}

.filter-table {
  width: 100%;
}

.filter-table tr th img {
  width: 150px;
  height: auto;
}

.loop-aprt th {
    padding: 25px 0;
}

.cltr {
  font-family: Cera Pro; 
  text-transform: uppercase; 
  font-size: 12px; 
  line-height: 30px; 
}

.hidden-radio {
  opacity: 0;
}

.ui-widget.ui-widget-content,
.ui-slider-horizontal.ui-slider-range {
  height: 5px!important;
  background: #dbdbdb!important;
}

.ui-slider-horizontal .ui-slider-range {
  background: #000!important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
      border: 5px solid #000!important;
      border-radius: 10px!important;
}

.ui-slider-handle {
  top: -8px!important;
}

.elementor-post__meta-data {
  margin-bottom: -20px!important;
}

.home-news .elementskit-post-card {
    padding: 20px!important;
    box-shadow: none!important;
}

.filter-table tr th .vid-na-more {
  width: 25px;
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}

.form-section {
  width: 32%;
}

#slider-floors,
#slider-area {
  width: 250px!important;
}

.form-section button {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 30px;
    display: block;
    margin-bottom: -25px;
    cursor: pointer;
}

.form-section .form-link {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
}

#filter hr {
  width: 100%;
  margin: 15px;
  border: none;
}

.flex-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
}

.vsego {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.sbros {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 20px;
  cursor: pointer;
}

.label {
  cursor: pointer;
}

.card {
  background: #fff;
  background-image: linear-gradient(48deg, #fff 0%, #e5efe9 100%);
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: -20px 20px 35px 1px rgba(10, 49, 86, 0.18);
  display: flex;
  flex-direction: column;
  padding: 32px;
  margin: 40px;
  max-width: 400px;
  width: 100%;
}

.content-wrapper {
  font-size: 1.1em;
  margin-bottom: 44px;
}
.content-wrapper:last-child {
  margin-bottom: 0;
}

.button {
  align-items: center;
  background: #e5efe9;
  border: 1px solid #5a72b5;
  border-radius: 4px;
  color: #121943;
  cursor: pointer;
  display: flex;
  font-size: 1em;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 150px;
}
.button:focus {
  border: 2px solid transparent;
  box-shadow: 0px 0px 0px 2px #121943;
  outline: solid 4px transparent;
}

.link {
  color: #121943;
}
.link:focus {
  box-shadow: 0px 0px 0px 2px #121943;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
}
.input-wrapper .label {
  align-items: baseline;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 8px;
}
.input-wrapper .optional {
  color: #5a72b5;
  font-size: 0.9em;
}
.input-wrapper .input {
  border: 1px solid #5a72b5;
  border-radius: 4px;
  height: 40px;
  padding: 8px;
}

code {
  background: #e5efe9;
  border: 1px solid #5a72b5;
  border-radius: 4px;
  padding: 2px 4px;
}

.toggle {
  align-items: center;
  border-radius: 100px;
  display: flex;
  margin-bottom: 16px;
}
.toggle:last-of-type {
  margin: 0;
}

.toggle__input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.toggle__input:disabled + .toggle-track {
  cursor: not-allowed;
  opacity: 0.7;
}

.toggle-track {
  background: #e5efe9;
  border: 1px solid #292533;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  height: 21px;
  margin-right: 12px;
  position: relative;
  width: 52px;
}

.toggle-indicator {
  align-items: center;
  background: #121943;
  border-radius: 24px;
  bottom: 2px;
  display: flex;
  height: 15px;
  justify-content: center;
  left: 2px;
  outline: solid 2px transparent;
  position: absolute;
  transition: 0.25s;
  width: 15px;
}

.checkMark {
  fill: #fff;
  height: 20px;
  width: 20px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.toggle__input:checked + .toggle-track .toggle-indicator {
  background: #292533;
  transform: translateX(30px);
}
.toggle__input:checked + .toggle-track .toggle-indicator .checkMark {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

@media screen and (-ms-high-contrast: active) {
  .toggle-track {
    border-radius: 0;
  }
}

.form3 .elementor-subgroup-inline label,
.form4 .elementor-subgroup-inline label {
  border: 2px solid #fff; 
  padding: 10px 20px; 
  border-radius: 22px; 
  background: none; 
  color: #292533; 
  cursor: pointer;
}

.maps-search-list {
  margin-left: -37px;
}

.group-menu {
  display: flex;
  margin-bottom: 10px;
}

.group-menu i {
  display: block;
  width: 20px!important;
  height: 20px!important;
  color: #6D988E;
  margin-right: 10px;
  margin-top: 3px;
}


/*Галерея квартир*/

.flex {
  display: flex;
}

.photo-box { 
  width: 640px;
  height: 426px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 0 10px #b1b1b1;
}

.photo-box img {
  height: 426px!important;
  object-fit: cover;
}
 
.container {
  width: 176px;
  height: 426px;
  position: relative;
  margin-right:12px;
}
.viewport {
  overflow: hidden;
  position: absolute;
  left: 2px;
  right: 3px;
  top: 0;
  bottom: 0;
}
.content-box {
  height: 100%;
  position: absolute;
  left: 25px;
  right: -17px;
  overflow-y: scroll;
}
.thumbs { overflow: auto; }
.thumbs img { cursor: pointer; }
.thumbs img + img { margin-top: 2px; }
 
.control-row { padding: 20px 0 30px; }

@media (max-width: 500px) {
  .form-section {
    width: 100%;
    padding: 15px 30px;
  }
  .filter-table {
    font-size: 14px;
  }
  .filter-table tr th .vid-na-more {
    width: 15px;
  }
  .img-ht {
    width: 100%;
  }
  .cltr {
    font-family: Cera Pro; 
    text-transform: none; 
    font-size: 12px; 
    line-height: 13px; 
  }
  .form-flex hr {
    display: none;
  }
  .photo-wrap {
    width: 100%;
  }
  .photo-box { 
    width: 100%;
    height: 250px;
    cursor: pointer;
    text-align: center;
  }
  .photo-box img {
    height: 250px!important;
  }
  .container {
    width: 120px;
    height: 250px;
    margin-right: 0;
  }

  .map-menu {
    display: flex;
    overflow-x: scroll;
  }

  .group-menu {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
  }

  .group-menu i {
    color: #6D988E;
    margin: 0 5px 0 10px;
  }

  .content-box {
    left: 10px!important;
  }

  .group-menu a {
    white-space: nowrap;
    padding: 0 5px 0 0;
  }
}

.elementor-sub-item {
  text-transform: uppercase;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul {
  min-width: 10px!important;
  width: 73px!important;
}