:root {
    
  
    --main-bg-color: #0b2c5e;
  --main-bg-color: #351F39;
    --main-txt-color: #442f06;
    --second-bg-color: #ee2439;
    --main-padding: 15px;
    --third-bg-color: #044ca5;
    --border-radius: 8px;
    --border-radius-menus: 8px;
    --hover-bg-color: #CBB667;
    --hover-color: #2585d0;
    --navbar-color-hover: #ee2439;
    --price-properties-valu-over-hover: #ffa0a9;
    --menu-button-bg-color: #ee2439;
}


.breadcrumbs {
    background: #f6f6f600 !important;
    border-top: 1px solid #361e39 !important;
}

.element {
 
    border-right: 1px solid #7c7c7c !important;
 
}

.navbar__brand img.site_logo {
    width: 180px;
    padding: 18px;
}

@media (min-width: 767px){
.navbar__item {
  
    border-left: 1px solid #CBB667 !important;
}
}

 .worker__photo img.photo {
    width: 100%;
    max-height: 260px !important;
    object-fit: cover;
}

.property__city {
 
    font-weight: bold;
}


.properties__offer, .feature__item-title, .feature__title {
    color: var(--main-txt-color);
}

 a.gosubmit__btn:hover {
    color: white;
}


.footer, .footer a {
   
    color: white;
}

.form_reset_invert {
       background: #505050;
}

.copyrights_txt {
    color: white;
}

.form--wide .form__submit, input.form__submit, a.form__submit, .form--banner-sidebar .form__submit, .form_reset_invert {
   
    color:  #ffffff !important;
}

.form--wide .form__submit, .form__submit.hover, .form__submit:hover, .button.form__submit {
    color: #ffffff !important;
  
}

.form-control    { border-radius: var(--border-radius); }


.sidebarSubmenuLink {
    margin: 2px 0px;
}


a.navbar__link:hover {
    color: var(--navbar-color-hover);
}

.navbar__submenu {
 
    width: 270px;
 
}

.gosubmit__btn {
    border-bottom: 4px solid var(--second-bg-color);
    background: var(--second-bg-color);
    color: #ffffff;
}

.button__more.hover, .button__more:hover {
    border-color: var(--second-bg-color);
    color: var(--second-bg-color);
    text-decoration: none;
}


.button__more:active, .button__more.active {
 
    border-color: var(--menu-button-bg-color);
    background: var(--menu-button-bg-color);
    color: #fff;
}


@media (min-width: 1200px) {
.properties--grid:hover span.properties__address-city.font-weight-bold.text-main-color, .properties--grid:hover .text-main-color, 
  .properties--grid:hover .properties__details 
  {
    
    color: white !important;
}
  
.properties--grid:hover .properties__offer {
    color: var(--price-properties-valu-over-hover);
}
 .properties--grid:hover  .properties__details img {
    filter: invert(100%);
  }
  
  .listing--lg-4 .listing__item:nth-child(4) {
    margin-top: 0px !important;
}
  
}

 
.slider__img img,  .slick-slide img  {
    width: 100% !important;
}
 

@media (max-width: 767px) {
    .header__logo img {
        width: 66px !important;
    }
}

 
 
