/*
Theme Name: Groww Child Theme
Theme URI: https://groww.g5plus.net/
Author: G5 Theme
Author URI: https://themeforest.net/user/g5theme
Description: Child theme for Groww Theme
Version: 1.0.0
Template: groww
Text Domain: groww-child
*/
/*
.property-filter-form {
  display: grid;
  gap: 2vw 5vw;
  margin: 15px;
  width: max-content;
  grid-template-columns: auto auto;
}*/

/*@media only screen and (min-width: 992px) {
  #wrapper_content {
    position: relative;
    z-index: 999;
  }
}

footer{
  z-index: 99 !important;
}*/

.g5core-search-form-wrapper{
  display: none;
}

#floors-options,
#wc-options,
#bedrooms-options{
display: flex;
  flex-direction: column;
}

.property-filter .noUi-horizontal .noUi-handle{
  background: var(--g5-btn-bg);
  border-radius: 4px;
  box-shadow: none;
}

.noUi-connect{
  background: #F1F1EB !important;
}

.noUi-target{
  border: none !important;
}


.g5core-header-customize ul.g5core-social-networks.g5core-social-networks a i.fa-youtube{
  color: #ff0000 !important;
  font-size: 25px;
}

#footage_block p{
  font-size: 12px;
  margin-top: 4px;
}

#footage_block .property-filter-title{
  font-size: 16px;
  margin-top: 0px;
}

.g5core-header-customize ul.g5core-social-networks.g5core-social-networks a i.fa-vk{
  color: #45668e !important;
  font-size: 25px;
}

.g5core-header-customize ul.g5core-social-networks.g5core-social-networks a i.fa-telegram{
  color: #0088cc !important;
  font-size: 25px;
}

.g5core-top-bar-desktop .btn{
	color: white !important;
}

.g5core-top-bar-desktop .btn:hover,
.g5core-top-bar-desktop .btn:focus{
	color: white !important;
	background-color: #444546;
}

.property-filter-title {
  font-size: 16px;
  line-height: 1.272em;
  font-weight: 500;
  margin: 0 0 15px 0;
  color: #000;
}

#bedrooms-options .property-filter-label, #floors-options .property-filter-label {
  display: inline-block;
  margin-right: 10px;
}
.property-filter-label {
  display: block;
  font-size: 14px;
  line-height: 0.95;
  cursor: pointer;
  margin-bottom: 10px;
}

.property-filter #property-filter{
  display: flex;
  justify-content: center;
  gap: 50px;
}

.property-filter-title {
  font-size: 16px;
  line-height: 1.272em;
  font-weight: 500;
  margin: 0 0 15px 0;
  color: #000;
}

.noUi-connect{
  background: #eee !important;
}

.property-filter .noUi-horizontal .noUi-handle {
  width: 14px !important;
  height: 18px !important;
  right: -10px !important;
  top: -5px !important;
}

.noUi-handle::after, .noUi-handle::before{
  content: none !important;
}

.property-filter .noUi-horizontal {
  height: 10px;
}

.noUi-touch-area {
  height: 100% !important;
  width: 100% !important;
}

@media(max-width: 767px){
  .property-filter #property-filter{
    flex-wrap: wrap;
  }
}


.call .ptitle {
  text-align: center;
  font-weight: 700 !important;
  font-size: 24px;
  color: #000 !important;
}

.call .psubtitle {
  line-height: 1.2 !important;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
}

.call .accept {
  font-size: 12px;
  font-size: 12px;
  line-height: 1.3 !important;
  text-align: center;
}

.call .wpforms-field-container {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.call .wpforms-container .wpforms-field {
  padding: 0 !important;
}


#wpforms-14086 .wpforms-smart-phone-field{
  padding-left: 50px !important;
}


#wpforms-14086 .choice-1 label::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/themes/groww-child/images/wa.svg);
  width: 24px;
  height: 24px;
}

#wpforms-14086 .choice-2 label::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/themes/groww-child/images/tg.svg);
  width: 24px;
  height: 24px;
}

#wpforms-14086 .choice-3 label::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/themes/groww-child/images/phone-1.svg);
  width: 24px;
  height: 24px;
}

#wpforms-14086 .choice-1 label,
#wpforms-14086 .choice-2 label,
#wpforms-14086 .choice-3 label {
  border: 1px solid #ffb81d;
  border-radius: 100px;
  width: 100%;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
}


#wpforms-14086 ul input {
  display: none !important;
}

.g5core-tbi-custom-html-1{
  /*display: flex !important;*/
  /*flex-direction: column !important;*/
  /*align-items: baseline !important;*/
  /*gap: 0px !important;*/
}

.g5core-tbi-custom-html-1 a{
  color: var(--g5-btn-bg) !important;
}


#wpforms-14086 .choice-1 label:hover,
#wpforms-14086 .choice-2 label:hover,
#wpforms-14086 .choice-3 label:hover,
#wpforms-14086 .choice-1 input[type="radio"]:checked + label,
#wpforms-14086 .choice-2 input[type="radio"]:checked + label,
#wpforms-14086 .choice-3 input[type="radio"]:checked + label {
  /*border-color: #1A9C14;*/
  background-color: var(--g5-btn-bg) !important;
  color: #fff;
}

#wpforms-14086 .choice-1 label:hover::before,
#wpforms-14086 .choice-1 input[type="radio"]:checked + label::before{
  background: url(/wp-content/themes/groww-child/images/wa-1.svg);
}

#wpforms-14086 .choice-2 label:hover::before,
#wpforms-14086 .choice-2 input[type="radio"]:checked + label::before{
  background: url(/wp-content/themes/groww-child/images/tg-1.svg);
}

#wpforms-14086 .choice-3 label:hover::before,
#wpforms-14086 .choice-3 input[type="radio"]:checked + label::before{
  background: url(/wp-content/themes/groww-child/images/phone-2.svg);
}

#wpforms-14086 ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;  
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;  
}

#wpforms-form-14090 .wpforms-submit{
  background-color: #2b3038;
  width: 100%;
  justify-content: center;
  display: flex;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-item{
  max-width: 100%;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-item svg{
  fill: var(--wpforms-label-color) !important;
  width: 20px;
  margin-right: 10px;
}

@media only screen and (min-width: 992px) {
  .g5core-site-footer-fixed{
    position: initial !important;
  }

  #site-wrapper{
    margin-bottom: 0px !important;
  }
}

/*div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices{
  justify-content: space-between;
}*/

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label,
#wpforms-14086 .choice-1 label,
#wpforms-14086 .choice-2 label,
#wpforms-14086 .choice-3 label{
  display: flex;
  align-items: center;
  /*border-radius: 100px !important;*/
  /*border-color: #2b3038 !important;*/
  border-radius: var(--wpforms-button-border-radius);
  border-style: var(--wpforms-button-border-style);
  border-color: var(--wpforms-button-border-color);
  border-width: var(--wpforms-button-border-size);
  padding: 10px 20px !important;
  height: auto !important;
  border: 1px solid;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label span,
#wpforms-14086 .choice-1 label{
  font-size: 14px !important;
}


div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover,
div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label, 
div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li:has(input:checked) label {
  border-color: #2b3038 !important;
  box-shadow: 0 0 0 1px #2b3038 !important;
  background-color: #444546 !important; 
}


div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover span,
div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label span{
	color: white !important;
}


div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover svg, 
div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li:has(input:checked) label svg{
  fill: white !important;
}


div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-icon-choices .wpforms-icon-choices-item .wpforms-icon-choices-label{
  margin: 0px !important;
}

.wpforms-container-full ul.wpforms-icon-choices.wpforms-icon-choices-modern li .wpforms-icon-choices-icon{
  margin-bottom: 0px !important;
}

#wpforms-form-14090 li.wpforms-selected label svg, 
#wpforms-form-14090 .wpforms-form ul.wpforms-icon-choices.wpforms-icon-choices-modern li:has(input:checked) label svg{
  fill: #1A9C14;
}

#wpforms-form-14090 .wpforms-submit:hover{
  background-color: #444546;
}

.g5core-header-customize-inner{
  flex-direction: column;
  align-items: end;
}

.g5core-header-customize-inner{
  display: none;
}

.g5core-top-bar-item{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 7px 0px;
}

.g5core-social-networks i{
  font-size: 26px;
}

.g5core-social-networks{
  gap: 15px;
}

div.time-table {
  border: 1px solid #dedcd9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(222, 220, 217);
  border-bottom: none;
  margin-top: 7px;
}

div.time-table .row {
  border-bottom: 1px solid #dedcd9;
}

.time-table .row div.name:nth-child(2n+1) {
  background-color: white;
}

div.scroll-hr {
  position: relative;
  margin-right: -9px;
}


.time-table .row{
  display: block;
}

div.scroll-hr-shadow {
  position: absolute;
  right: -1px;
  top: 0;
  width: 20px;
  height: 100%;
  background: url(./images/scroll-hr-shadow.png) right top repeat-y;
}

div.scroll-hr-inner {
  overflow: hidden;
}

.time-table .row div.name {
  position: relative;
  /*width: 100%;*/
}

.time-table .row .name a {
  display: block;
  width: 25%;
  padding: 12px 1% 12px 3%;
  background: url(./images/arrows-vert-dark.png) 6% -76px no-repeat;
  font-weight: bold;
  color: #4c4841;
  text-decoration: none;
}

.time-table .row div.month i, .time-table .row div.month b {
  display: block;
  float: left;
  width: 25.25%;
  height: 100%;
}

.time-table .row.active div.desc {
  display: block;
}

.time-table .row.active div.desc p{
  margin-bottom: 0px;
}


.time-table .row div.month:nth-child(8){right:0}
.time-table .row div.month:nth-child(7){right:10%}
.time-table .row div.month:nth-child(6){right:20%}
.time-table .row div.month:nth-child(5){right:30%}
.time-table .row div.month:nth-child(4){right:40%}
.time-table .row div.month:nth-child(3){right:50%}
.time-table .row div.month:nth-child(2){right:60%}
.time-table .row div.month:nth-child(1){right:70%}

.time-table .row div.month:nth-child(2) {
  right: 60%;
}

.time-table .row div.month {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  border-left: 1px solid #dedcd9;
}

.time-table .row div.month b:first-child {
  background-position: -1px top;
}

.time-table .row div.month i:first-child, .time-table .row div.month b:first-child {
  width: 24%;
}

.time-table .row div.month b {
  background-color: orange;
    background-position-x: 0px;
    background-position-y: top;
    border: 1px solid white;
}

.time-table .row div.desc {
  display: none;
  padding: 10px 4%;
  border-top: 1px solid #dedcd9;
}

.content div.content-inner p {
  margin: 10px 0 20px 0;
  font-size: 16px;
}


.property-filter .property-filter-button[type="submit"] {
  margin-bottom: 10px;
}
.property-filter .property-filter-button {
  background-color: var(--g5-btn-bg);
  font-family: var(--g5-btn-font-family);
  /*padding: var(--g5-btn-padding-y) var(--g5-btn-padding-x);*/
  line-height: var(--g5-btn-line-height);
  font-size: var(--g5-btn-font-size);
  border-radius: var(--g5-btn-border-radius);
  transition: all 0.3s ease-in-out;
  text-transform: var(--g5-btn-text-transform);
  letter-spacing: var(--g5-btn-letter-spacing);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  

  color: #fff;
  outline: none !important;
  border: 1px solid transparent;
  padding: 10px 30px;
  line-height: 1em;
  /*font-size: 14px;*/
  width: 150px;
}


.property-filter .property-filter-button:hover{
  background-color: #444546;  
}


.call label{
	margin-bottom: 0px !important;
  	margin-top: 10px !important;
  	font-size: 14px !important;	
}



.call input{
	border: none !important;
	width: 100% !important;
  	max-width: 100% !important;
	border-bottom: 1px solid !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 0px !important;
}

.call button[type="submit"]{
	background-color: var(--g5-btn-bg) !important;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 20px;
}


#brave_popup_14094__step__0 .brave_popup__step__desktop .brave_element__wrap{
	height: auto;
}

/*.call input:focus{
	border: npne;
}*/


section.projects_block .rows{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

section.projects_block .rows > div{
    flex: 1 1 calc(50% - 10px); /* 50% ширины минус половина gap */
    box-sizing: border-box; /* Важно для правильного расчета размеров */
    height: 460px;
    max-width: calc(50% - 10px);
}

section.projects_block .qodef-banner-holder .qodef-banner-image img{
  height: 460px;
  object-fit: cover;
}

section.projects_block .rows > div .qodef-banner-holder{
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

section.projects_block .rows > div .qodef-banner-holder .qodef-banner-link{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

section.projects_block .rows > div .qodef-banner-holder .qodef-banner-image{
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

section.projects_block .rows > div .qodef-banner-holder.qodef-visible-on-hover:hover .qodef-banner-image img {
  -webkit-transform: scale(1.03,1.03);
  -ms-transform: scale(1.03,1.03);
  transform: scale(1.03,1.03);
  filter: brightness(0.7);
  -webkit-transition: -webkit-transform .3s ease-in, filter 0.3s ease;
  transition: -webkit-transform .3s ease-in, filter 0.3s ease;
  transition: transform .3s ease-in, filter 0.3s ease;
  transition: transform .3s ease-in,-webkit-transform .3s ease-in, filter 0.3s ease;
  
  /*transition: filter 0.3s ease;*/
}

section.projects_block .qodef-banner-holder .qodef-banner-image img {
  -webkit-transition: transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  width: 100%;
  display: block;
}

section.projects_block .qodef-banner-holder .qodef-banner-text-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.projects_block .qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder {
  padding: 40px 46px;
  text-align: left;
}

section.projects_block .property-item .qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder {
  padding: 10px 6px 10px 20px;
}

@media (min-width: 480px) {
  section.projects_block .property-item .qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder {
    padding: 40px 36px 40px 46px;
  }
}


section.projects_block .qodef-banner-holder .qodef-banner-text-holder .qodef-banner-text-outer {
  z-index: 1;
}

section.projects_block .qodef-banner-holder .qodef-banner-text-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

section.projects_block .qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder .qodef-banner-text-inner {
  vertical-align: bottom;
}
section.projects_block .qodef-banner-holder .qodef-banner-text-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
section.projects_block .qodef-banner-text-inner {
  text-shadow: 0 0 1px #1f303f, 0 0 5px #1f303fbd;
}

section.projects_block .qodef-banner-prices {
  float: right;
  color: #fff;
  font-size: 19px;
  line-height: 1.1em;
  font-weight: 500;
  text-align: right;
  padding: 12px 0 0;
}


.qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder .qodef-banner-text-inner .qodef-banner-title {
  font-size: 55px;
  line-height: .9em;
  margin: 0 0 0 -2px;
}
.qodef-banner-holder .qodef-banner-title {
  margin: 0;
  color: #fff;
}

.qodef-banner-text-inner {
  text-shadow: 0 0 1px #1f303f, 0 0 5px #1f303fbd;
}

.qodef-banner-button .qodef-btn.qodef-btn-simple {
  color: #fff;
}
.qodef-btn.qodef-btn-large {
  padding: 12px 58px;
}
.qodef-btn.qodef-btn-simple {
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
  text-transform: lowercase;
  font-size: 18px;
  position: relative;
}
.qodef-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: capitalize;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  padding: 10px 51px;
  cursor: pointer;
  white-space: nowrap;
}

.qodef-banner-holder .qodef-banner-subtitle {
  margin: 0 0 4px;
  color: #fff;
}


.qodef-banner-badge-wrapper{
  display: none;
}

  .qodef-banner-prices-price {
    font-size: 35px;
    line-height: 1.25em;
    margin: 2px -22px 0 0;
  }


  .title-price{
    display: flex;
  justify-content: space-between;
  }


@media(max-width: 767px){
  section.projects_block .rows{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

section.projects_block .rows > div{
    width: 100%;
    flex: auto;

    box-sizing: border-box; /* Важно для правильного расчета размеров */
    /*height: 460px;*/
    max-width: 100%;
}

.qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder .qodef-banner-text-inner .qodef-banner-title{
  font-size: 30px;  
}

.title-price {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

section.projects_block .qodef-banner-prices{
  float: left;
}

section.projects_block .rows > div .qodef-banner-holder.qodef-visible-on-hover .qodef-banner-image img {
  filter: brightness(0.7);

}


.property-filter {
  display: table;
  margin: 0 auto;
}


@media only screen and (min-width: 768px) {
  .property-filter-form {
    display: inline-flex;
    gap: 3vw;
    margin: 2vw 1vw;
  }
}
@media only screen and (min-width: 480px) {
  .property-filter-form {
    gap: 2vw 4.5vw;
    grid-template-columns: auto auto auto;
  }
}




