/**/
.slider-banners .views-row:not(.slick-slide) {
  display: none;
}
@media (min-width: 1232px) {
  .slider-banners .views-row:nth-child(2) {
    display: block;
    height: 285px;
  }
}
.slider-banners img {
  width: 100%;
  height: auto;
}
.slider-banners > .content {
  display: grid;
  grid-template-columns: 1fr 313px;
  grid-gap: 5px;
}
@media (max-width: 1232px) {
  .slider-banners > .content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  .slider-banners {
    margin: -19px -10px 30px -10px;
  }
}
@media (max-width: 768px) {
  .slider-banners {
    margin: -19px -10px 48px -10px;
  }
}

.banners-near-slider > .content {
  height: 100%;
}
.banners-near-slider > .content > div {
  height: 100%;
  display: grid;
  flex-direction: column;
  grid-gap: 8px;
}
@media (max-width: 1232px) {
  .banners-near-slider > .content > div {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .banners-near-slider > .content > div {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1232px) {
  .banners-near-slider {
    display: none;
  }
}

.btnbanner {
  color: white;
  background: linear-gradient(98.7deg, #20295A 10.5%, #275EA7 88.36%);
  border-radius: 0px;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnbanner__text {
  margin: 0 0 18px 0;
}

/* text h1 home*/
.counter-objects__title {
  font-size: 33px;
  text-align: center;
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 900px) {
  .counter-objects__title {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .counter-objects__title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 6px !important;
  }
}
.counter-objects__text {
  text-align: center;
  margin-bottom: 19px;
  color: #939cb2;
}
.counter-objects__text a {
  color: #757D8F;
  text-decoration: underline;
}

/* ****************** */
.category-home {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #fff;
  color: #444;
  margin-bottom: 10px;
}

@media (max-width: 630px) {
  .category-home {
    grid-template-columns: 1fr 1fr;
  }
  .category-box {
    font-size: 18px;
    padding: 10px;
    min-height: 122px;
  }
}
@media (max-width: 450px) {
  .category-home {
    grid-template-columns: 1fr;
  }
}
.category-front {
  margin-bottom: 40px;
}

.category-box:after {
  background: rgba(0, 30, 55, 0.4588235294);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.category-box:hover:after {
  opacity: 0;
}

.category-box {
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 189px;
  text-align: center;
  line-height: normal;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7019607843);
  background-size: cover !important;
}

@media (min-width: 630px) {
  .category-box__long {
    grid-column: 1/3;
    grid-row: 1;
  }
  .category-box__vertical {
    grid-column: 3;
    grid-row: 1/3;
  }
  .category-box__short {
    grid-column: 1;
    grid-row: 2;
  }
  .category-box__short-2 {
    grid-column: 2;
    grid-row: 2;
  }
  .category-box__long-right {
    grid-column: 4/2;
    grid-row: 1;
  }
  .category-box__vertical-left {
    grid-column: 1;
    grid-row: 1/3;
  }
  .category-box__short-next {
    grid-column: 2;
    grid-row: 2;
  }
  .category-box__short-next-2 {
    grid-column: 3;
    grid-row: 2;
  }
}
.category-box-1.visible {
  background: url(../images/1line.jpg) no-repeat center center;
}

.category-box-2.visible {
  background: url(../images/cheap.jpg) no-repeat center center;
}

.category-box-3.visible {
  background: url(../images/elita.jpg) no-repeat center center;
}

.category-box-4.visible {
  background: url(../images/manufacture.jpg) no-repeat center center;
}

.category-box-5.visible {
  background: url(../images/mortage.jpg) no-repeat center center;
}

.category-box-6.visible {
  background: url(../images/sea.jpg) no-repeat center center;
}

.category-box-7.visible {
  background: url(../images/villa.jpg) no-repeat center center;
}

.category-box-8.visible {
  background: url(../images/rooms.jpg) no-repeat center center;
}

.category-box-9.visible {
  background: url(../images/rent.jpg) no-repeat center center;
}

.category-box span {
  position: relative;
  z-index: 5;
}

#block-views-block-similar-products-top {
  margin-top: 10px;
}

.path-frontpage #content {
  padding-bottom: 0;
}/*# sourceMappingURL=page-front.css.map */