:root {
  --bg-color: #F9FAFB;
  --image-width: 270px;
}

/*#header-slider button[type=submit]{*/
/*  margin-right: 20px;*/
/*}*/

#header-slider.expvar-pre-footer.mobile {
  display: none;
}
#header-slider .row > * {
  margin: 0;
}
.header-height-fix {
  display: none !important;
}

.header-height-fix {
  display: none !important;
}

.page-title-area {
  margin: 0 !important;
  padding: 0 !important;
  height: unset !important;
}

.vtorichka-filter {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0px -1px 15px 4px rgba(0, 0, 0, 0.10);
}

.bg-color {
  /* background: #fff !important; */
  background: var(--bg-color);
}

.page-title-content {
  padding: 0 15px !important;
  margin-top: 30px !important;
}

.crumb_mob {
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.crumb_mob {
  margin-left: 2px;
}

h1 {
  margin: 0 !important;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  color: var(--primery-text, #011A33);

  /* Desktop/H1 35px Bold */
  font-family: Open Sans;
  font-size: 35px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 42px */
}

.services-area {
  padding-top: 35px !important;
}

#pdopage {
    background: unset !important;
    box-shadow: unset !important;
}

.catalog-page .expvar-footer {
  padding-top: 35px !important;
  justify-content: flex-start !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  flex-wrap: wrap;
}

.select2-search {
  display: none;  
}

.expvar-footer .filter-item {
  padding: 10px 25px !important;
	border-radius: 50px !important;
	font-size: 16px !important;
  background: #f5f5f5 !important;
  color: #424242 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important; 
  cursor: pointer !important;
}

.catalog-page .expvar-footer .filter-item .close {
  cursor: pointer;
}

.catalog-page .expvar-footer .filter-item .value {
  margin-right: 10px;
}

.house_s-select-wrapper {
  background: #f8f8f8;
  border-radius: 5px;
  height: 36px;
}

#mse2_selected_wrapper {
  display: none;
}

.showing-result {
  box-shadow: none;
  margin: 0;
  padding: 0;
  margin-top: 50px !important;
  /* margin-bottom: 35px !important; */
  margin-bottom: 21px !important;
}

.showing-result-count {
  color: var(--primery-text, #011A33);

  /* Desktop/Button 16px Bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}

.showing-result-count > p {
  white-space: nowrap;
  color: var(--primery-text, #011A33);
}

#mse2_sort {
  display: none;
}

.showing-top-bar-ordering {
  display: flex;
  align-items: center;
}

.showing-top-bar-ordering .title {
  color: var(--gray-90, #424242);

  /* Desktop/P 16px Regular */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */

  margin-right: 8px;
}

.showing-top-bar-ordering .select {
  width: 255px;
}

.showing-top-bar-ordering .select2 {
  width: 255px;
}

.showing-result-count {
  color: var(--primery-text, #011A33);

  /* Desktop/Button 16px Bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */

  margin-right: 70px;
}

.showing-result-count p {
  margin: 0 !important;
  padding: 0 !important;
}

.btn-switch-group__btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-switch-group__btn path {
  fill: #424242;
}

.btn-switch-group__btn.btn-switch-group__btn--active path {
  fill: white;
}

.btn-switch-group {
  border-radius: 5px;
  overflow: hidden;
}

.showing-result {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

#mse2_results {
  display: grid !important;
  padding: 0 15px !important;
  grid-gap: 30px !important;
}

#mse2_results.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 14px;
}

#mse2_results.list {
  grid-template-columns: 1fr;
}

.single-services-box {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  gap: 10px;
  margin-bottom: 35px !important;
}

#mse2_results.grid .single-services-box {
  flex-direction: column;
}

#mse2_results.grid .single-services-box:hover {
  box-shadow: 0 .5rem 1rem 3px rgba(0,0,0,.2)!important;
}

#mse2_results.grid .single-services-box:after {
  content: '';
  width: 100%;
  height: 3px;
  background: var(--primery-default, #0383FF);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#mse2_results.grid .single-services-box:hover:after {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

.single-services-box:before {
  content: unset !important;
}

#mse2_results.grid .single-services-box .product-description {
  padding-top: 0 !important;
}

.main-props span {
  align-items: center;
  display: flex;
}

.single-services-box .images {
  display: flex;

  width: 100%;
  height:228px;
  overflow: hidden;
  position: relative;
}

.single-services-box .product-preview-image {
  height: 228px;
  width: 270px;

  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: var(--image-width);
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.single-services-box .product-preview-image img {
  min-width: 100%;
  min-height: 100%;
}

.single-services-box .price {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.single-services-box .total-price {
  width: 100%;
  display: flex;
  justify-content: space-between;

  color: var(--gray-90, #424242);

  /* Desktop/Button 16px Bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}

.single-services-box .price-per-square-meter {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  
  color: var(--gray-70, #757575);

  /* Desktop/P 12px Regular */
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}

.list .single-services-box .product-owl-position {
  display: none;
}

.single-services-box .product-description {
  padding: 15px 10px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;

  color: var(--gray-90, #424242);

  /* Desktop/Button 16px Bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}

#mse2_results.list .product-description {
  width: 292px;
}

.single-services-box .show-phone {
  display: flex;
  padding: 7px 0px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--primery-default, #0383FF);

  color: var(--primery-default, #0383FF);

  /* Desktop/P 14px Regular */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */

  height: 34px;
  width: 100%;
  background: #fff;
  cursor: pointer;
}

.single-services-box .show-phone:hover {
  border-color: var(--primery-hover, #0069D9);
  color: var(--primery-hover, #0069D9);
}

.single-services-box .address,
.single-services-box .box-extra_info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.single-services-box .address-link {
  text-decoration: none;
  color: var(--primery-default, #0383FF);

  /* Desktop/P 14px Regular */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.single-services-box .sub-locality,
.single-services-box .square span,
.single-services-box .box-classif_building span{
  color: var(--gray-90, #424242);

  /* Desktop/P 14px Regular */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.single-services-box .main-props {
  display: flex;
  gap: 10px;
  align-items: center;

  color: var(--gray-90, #424242);

  /* Desktop/P 14px Regular */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.single-services-box .main-props > * {
  white-space: nowrap;
}

.btn-switch-group {
  margin-bottom: 0 !important;
  margin-left: 15px;
}

.single-services-box .phone {
  width: 100%;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--primery-default, #0383FF);

  /* Desktop/P 14px Regular */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.single-services-box .main-props > * {
  border-right: 1px solid #ededed;
  height: 30px;
  padding-right: 10px
}

.single-services-box .main-props > *:last-child {
  border-right: none; }

.row.list > div > .single-services-box > div:first-child {
  flex-basis: unset;
}

.single-services-box:hover {
  transform: unset !important;
}

.product-owl-carousel {
  display: flex !important;
}

.product-owl-carousel .owl-nav {
  opacity: 0;
  transition: opacity .03s;
}

.single-services-box:hover .product-owl-carousel .owl-nav {
  opacity: 1;
}

.product-owl-carousel .owl-prev {
  left: 0;
}

.product-owl-carousel .owl-next {
  right: 0px;
}

.product-owl-carousel .owl-prev, .product-owl-carousel .owl-next {
  position: absolute;
  color: #fff !important;
  border-radius: 15px;
  background: rgba(10, 10, 10, 0.30) !important;
  display: flex; 
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.product-owl-carousel .owl-stage {
  height: 100%;
}

.list .product-owl-carousel .owl-item {
  width: 270px;
}

.product-owl-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.product-owl-carousel .owl-nav svg {
  height: 20px;
  width: 20px;
}

.list .product-owl-dots-wrapper {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.list .product-owl-dots {
  background: rgba(0,0,0,.3);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  gap: 5px;
}

.list .owl-dot {
  padding: 0;
  width: 8px;
  height: 8px;
  background: #fff !important;
  border-radius: 8px;
  cursor: pointer;
}

.list .owl-dot.active {
  background: var(--primery-default, #0383FF) !important;
}

#mse2_results.grid .product-owl-position {
  z-index: 300;
  border-radius: 4px;
  background: rgba(10, 10, 10, 0.30);
  color: #fff;
  position: absolute;
  left: 5px;
  bottom: 5px;
  display: inline-flex;
  padding: 6px 8px;
  align-items: center;
}
.house_s-new {
  z-index: 300;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background: #2AD35A;
  border-radius: 25px;
  color: var(--gray-10, #FFF);

  /* Desktop/P 14px Bold */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
}

.mse2_pagination {
  display: flex;
  justify-content: center;
}

.mse2_pagination .page-link {
  width: 42px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--gray-30, #EDEDED);
}

.mse2_pagination .page-item.active .page-link {
  background: var(--primery-default, #0383FF);
}

#searchrezult {
  padding: 0 15px !important;
}

.show-filter-btn {
  display: none;
}

.page-title-area .page-title-content ul li::before {
  top: unset;
  height: 18px;
}

.page-title-area .page-title-content ul li {
  margin-left: 0;
  margin-right: 15px;
}

.house_s-cf-header {
  display: none;
}

.show-more-products-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.show-more-products-btn {
  margin-bottom: 40px;
  cursor: pointer;

  display: flex;
  padding: 7px 50px;
  justify-content: center;
  align-items: center;
  gap: 15px;

  border-radius: 4px;
  background: var(--primery-default, #0383FF);

  color: var(--gray-10, #FFF);

  /* Desktop/Button 16px Bold */
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}

.pagination .page-link {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  #mse2_results {
    grid-gap: 15px;
  }
  #mse2_results.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .vtorichka-filter {
    padding: calc(44.25px + 25px) 15px 88px 15px;
  }

  .expvar-submit {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 25px 15px;
  }

  .pagination {
    width: 100%;
  }

  .pagination ul {
    width: 100%;
  }

  .pagination .page-item {
    flex-grow: 1;
  }

  .pagination .page-link {
    width: 100%;
  }

  .house_s-cf-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    height: 44.25px;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3000;
  }

  .house_s-cf-title {
    color: var(--secondary-header, #000024);

    /* Mobile/H3 16px Bold */
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    margin-left: 15px;
  }

  .house_s-cf-clear-btn {
    margin-left: 20px;
    color: var(--primery-default, #0383FF);

    /* Mobile/P 15px Regular */
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
  }

  .select2-container--open {
    z-index: 1000001;
  }

  .house_s-cf-close {
    cursor: pointer;
    width: 44.25px;
    height: 44.25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .catalog-filter-wrapper {
    overflow-y: scroll;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .expvar-pre-footer:not(.mobile) {
    display: none !important;
  }

  #mse2_filters .show-more,
  #mse2_filters .show-less,
  #mse2_filters .more {
    display: none;
  }

  #header-slider.expvar-pre-footer.mobile {
    display: flex;
  }

  .collapse > .row > *:last-child {
    margin-bottom: 0 !important;
  }

  .collapse {
    display: block;
  }

  .catalog-filter-wrapper .expvar-footer {
    display: none !important;
  }

  #mse2_results.grid {
    grid-template-columns: 1fr 1fr;
  }

  #mse2_results.list .showing-result-count {
    margin-right: 15px;
  }

  #mse2_results.list .product-description {
    flex-basis: 224px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  #mse2_results.grid {
    grid-template-columns: 1fr 1fr;
  }

  h1 {
    color: var(--primery-text, #011A33);

    /* Mobile/H1 26px Bold */
    font-family: Open Sans;
    font-size: 26px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 31.2px */
  }

  .page-title-content {
    margin-top: 0 !important;
  }

  .page-title-area {
    margin: 0 !important;
    padding: 0 !important;
    height: unset !important;
  }

  .services-area {
    padding-top: 30px !important;
  }

  .showing-result {
    margin-bottom: 16px !important;
    margin-top: 20px !important;
  }

  .showing-top-bar-ordering {
    margin-top: 20px;
  }

  .expvar-pre-footer {
    flex-shrink: 1;
    flex-direction: column;
    align-items: flex-end;
  }

  .showing-result .sort-and-count {
    flex-direction: column;
    align-items: flex-start !important;
    width: 100%;

  }

  .showing-top-bar-ordering {
    width: 100%;
  }

  .showing-top-bar-ordering .title {
    display: none;
  }

  .showing-top-bar-ordering .select {
    width: 100%;
  }

  .btn-switch-group {
    display: none;
  }

  .expvar-pre-footer > * {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }

  .catalog-filter-wrapper {
    display: none;
  }

  .show-filter-btn {
    border-radius: 4px;
    border: 1px solid var(--gray-30, #EDEDED);
    background: var(--gray-10, #FFF);
    display: flex;
    height: 34px;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .show-filter-btn .active-count {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--primery-default, #0383FF);

    color: var(--gray-10, #FFF);

    /* Desktop/P 12px Regular */
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
  }

  .show-filter-btn .text {
    color: var(--gray-90, #424242);

    /* Mobile/P 13px Regular */
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
  }

  .show-filter-btn .icon {
    width: 18px;
    height: 18px;
  }

  .showing-result-count {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 545px) {
  #mse2_results.grid {
    grid-template-columns: 1fr;
  }
}


.catalog-page h1 {
  margin-bottom: 0 !important;
}

.catalog-page .expvar-footer:not(:has(div)) {
  padding-top: 0 !important;
}


.rows.list .single-services-box.shadow:hover {
  box-shadow: 1px 7px 13px 5px rgba(0, 0, 0, 0.15) !important;
}

/* для маркера "NEW" */
.product-description .fordiv_img_new {
  z-index: 1000000;
}

.sell {
    background: #0000007a;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width:810px;
    z-index: -1;
    height: 228px;
    text-align:center;
    
}

.sell span {
    background: #DB3918;
    color: #fff;
    font-size:13px;
    position: absolute;
    padding: 5px;
    z-index: 9000;
    top: 50%;
    left: 50%;
    font-weight: 400;
    transform: translate(-50%, -50%);
}


.product-description {
    background: white;
    z-index: 3;
    min-height:238px;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	text-align: left;
}  

.expvar-pre-footer {
	display: none;
}