/*
Theme Name: base
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: D.E.
Author URI: https://degorov.ru/
Version: 1.0
*/


.nav-show--container {
    max-width: 654px;
    padding-left: 9%;
    padding-top: 32px;
	height: 100vh;
	min-height: 739px;
	background-color: #dedede;
    padding-bottom: 54px;
}

.navigation__inner {
  display: inline-block;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #e84d23 #dedede;
}
.menu li.menu-item-has-children {
    position: relative;
}
.nav-show--container .menu li.menu-item-has-children::before {
    content: ""!important;
    position: absolute!important;
	width: 10px;
    height: 10px;
	left: 95%;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
	transform: rotate(-45deg);
	top: 0!important;
    bottom: 0;
    margin: auto 0;
	opacity: 1;
}
#map-3 {
  height: 100%;
}
.pad-floor.pad {
    height: 41px;
}
.card-parametrs-wrap strong {
  margin-bottom: 1rem;
  display: block;
}

.card__sizes .select {
  max-width: 200px;
}

.blog-template-default #header-wrapper {
  color: #020202;

}

.blog-template-default #breadcrumbs {
  margin-top: 1rem;
}

.price-area-title {
  padding-top: 0.5rem;
}

.object-item .img_apart.img_apart-arenda {
  padding: 0rem;
  min-height: 12rem;
}
.sold__inner.inner-label {
    left: 31px;
    background: radial-gradient(at top, #e84d23, #e84d23);
    padding: 0.7rem 1rem;
    display: inline-block;
    font-size: 1rem;
    color: #fff;
	text-align: center;
    z-index: 1;
}
.object-item .img_apart.img_apart-arenda .tmb-wrap {
  min-height: 12rem;
}


.object-item .img_apart.img_apart-arenda .image-wrap {
  min-height: 12rem;
}

.object-item .img_apart.img_apart-arenda .image-wrap img {
  min-height: 12rem;
}

.price-area-weight {
  color: var(--dark);
  display: block;
  font-weight: 700;
}

.tax-arenda-kvartiry .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.blog-template-default #header-wrapper a {
  color: #020202;
}

.carts .card-item .sold {
  animation: transform 1s forwards;
}

.carts .card-item {
  padding: 0;
}

.sold {
  background: radial-gradient(at top, #e84d23, #e84d23);
  padding: 0.7rem 1rem;
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  transform: translateX(100%);
  width: 100%;
  z-index: 1;
}

.sold__inner {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  text-align: center;
  width: 41%;
  position: absolute;
  right: 0;
}

.objects.active .sold {
  animation: transform 1s forwards;
}

@keyframes transform {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.card__sizes .select .select__item span {
  font-size: 0.8rem;
}

section.reviews {
  overflow: hidden;
}

section.reviews .review {
  box-shadow: 0 30px 17px -5px rgb(0 0 0 / 15%);
}

.sizes__inp {
  width: 100%;
  border-radius: 0.25rem;
  padding: 0.75rem;
  font-size: 0.8rem;
  cursor: pointer;
  border: solid 1px #c9c9c9;
  background: #fff;
  line-height: 1.3;
}

.select__list .select__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 0;
  cursor: pointer;
  list-style-type: none;
}

.sizes__head {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}

#sorting_form {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 0;
}

#sorting_form .sort-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-id-740 #sec-4 .button {
  text-align: center;
}

#blog {
  padding: 2rem 0;
  z-index: 10;
}

.filter-price .filter_element__content label {
  flex-direction: column;
}

.filter-price .filter_element__content label span {
  width: 80%;
  align-self: center;
}

.filter-price .filter_element__content label:before {
  display: none;
}

.btn {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
}

.balls-cart__inner {
  display: flex;
  gap: 2rem;
}

.objects-row.active .object-item .sold {
  width: 11rem;
}

#filterbar {
  background: #fff;
  padding: 1.5rem 1rem;
  width: 300px;
  flex: 0 0 300px;
  box-shadow: 10px 0 30px -5px rgb(0 0 0 / 10%);
  color: var(--dark);
}

#header-wrapper.header-absolute {
  z-index: 2;
}

.page-frame {
  margin-left: 8.6rem;
  position: relative;
}

.brazzers-daddy img {
  object-fit: contain;
}

.menu_all {
  width: 8.6rem;
  position: fixed;
  height: 100%;
  background-color: #dedede;
  padding: 20px;

  z-index: 15;
}

.terms-list {
  margin-bottom: 2rem;
}

.filter_element {
  position: relative;
}

.filter_element__content {
  top: 100%;
  position: absolute;
  top: calc(100% + 1.5rem);
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 10px 0 30px -5px rgb(0 0 0 / 10%);
  z-index: 100;
  width: 100%;
}

.balls-cart__inner {
  flex-direction: column;
}

#filterbar {
  width: 100%;
  flex: unset;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

#catalog_filter {
  background-color: #fff;
  box-shadow: 10px 0 30px -5px rgb(0 0 0 / 10%);
  padding: 1rem;
  border-radius: 10px;
  min-width: 250px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.filter_buttons .filter_search {
  /* margin-bottom: 0; */
}

#sorting_form {
  justify-content: flex-start;
  padding: 0;
}

.filter_buttons {
  position: relative;
  margin-top: 0;
}

.filter_reset {
  /* position: absolute;
	top: calc(100% + 2rem);
	right: 0; */
}
.products-row.carts.objects-row .cart_object {
	width:25%;
	position: relative;
	padding: 30px;
}
.products-row.carts.objects-row .btn{
		width: 100%;
}
.products-row.carts.objects-row .img_apart {
	height: 300px;
}
.products-row.carts.objects-row p.dop-mobile__block {
	display:none;
}
.products-row.carts.objects-row p.title {
	margin: 0;
	width: 120px;
	font-weight: normal;
}
.products-row.carts.objects-row .pad {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.products-row.carts.objects-row .btn-container {
	margin-top: 20px;
}
.products-row.carts.objects-row .sold__inner{
	left:0;
}
.products-row.carts.objects-row .sold {
	transform: translateX(0);
}
.products-row.carts.objects-row .mobile-params,
.products-row.carts.objects-row .price{
	width: 170px;
	text-align: right;
}
.products-row.carts.objects-row p.title.pad-price--title {
	text-align: left;
}
.products-row.carts.objects-row .objects .objects-row, #products .objects-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: flex-start;
}
.products-row.carts.objects-row p.title.img_apart--title {
	display: none;
}

.carts__view-inner {
	align-items: center;
}
.objects-row{
	position: relative;
}
.load{
	position: absolute;
	width: 100%;
	height:100%;
	background:rgba(255,255,255,0.5);
	z-index:1000;
}
.carts__view-item-list {   
	width: 29px;
	height:28px;
	position: relative;
	margin:0;
}
.carts__view-item-list::before {
	bottom: 0px;
}
.carts__view-item-list::after {
	top: 0px;
}
span.carts__view-item-list-line {
	display: block;
	position: absolute;
	width: 100%;
	height: 8px;
	background: #f2f2f2;
	top: 0;
	bottom: 0;
	margin: auto;
}
.carts__view-item-list:before, 
.carts__view-item-list::after {
	content: "";
	width: 29px;
	height: 8px;
	background-color: #f2f2f2;
	position: absolute;
	left: 0;
}
.cart-item {
	padding: 20px 0;
}
.carts__view-item-plit {
	width: 28px;
	height: 28px;
	margin: 0 15px;
	position: relative;
	display: block;
	background-color: #f2f2f2;
}
.carts__view-item-plit::before {
	left: 0;
	right: 0;
	height: 100%;
	width: 2px;
	background: #fff;
	margin: auto;
}
.carts__view-item-plit::after {
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	background-color: #fff;
}
.carts__view-item-plit::after, 
.carts__view-item-plit::before {
	content: "";
	position: absolute;
}

.carts__view-item-list.active .carts__view-item-list-line,
.carts__view-item-plit.active,
.carts__view-item-list.active:before, 
.carts__view-item-list.active::after{
	background-color:#e84d23;
}

@media(min-width: 1500px){
  .pad-floor.pad.adress{
    height: 60px!important;
  }
}
@media(max-width: 1500px){
  .pad-floor.pad.adress{
    height: 100px!important;
  }
}


.products-row.carts.objects-row.active .cart_object {
	width:100%;
}
.products-row.carts.objects-row.active .img_apart {
	height: auto;
}
.products-row.carts.objects-row.active .mobile-params, 
.products-row.carts.objects-row.active .price {
	width: 100%;
	text-align: center;
}
.products-row.carts.objects-row.active .btn-container {
	margin-top: 0px;
}
.products-row.carts.objects-row.active .cart-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dedede;
	   margin-bottom: 43px;
}
.products-row.carts.objects-row.active .pad{
	width:14%;
}
.products-row.carts.objects-row.active .img_apart {
	max-width: 150px;
}
.products-row.carts.objects-row.active .pad-floor.pad {
	text-align: center;
}
.products-row.carts.objects-row.active .pad-room.pad {
	text-align: center;
}
.products-row.carts.objects-row.active .pad-euro.pad {
	text-align: center;
}
.products-row.carts.objects-row.active .pad-area.pad {
	text-align: center;
}
.products-row.carts.objects-row.active .pad-more.pad {
	color: white;
	padding: 16px 22px;
	background: #E84D23;
}
.products-row.carts.objects-row.active .sold__inner {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
	text-align: center;
	width: 41%;
	position: absolute;
	left: 0;
}
.filter__container{
	padding: 44px 0 30px;
	border-bottom: 1px solid black;
}
.products-row.carts.objects-row.active .sold {
	background: radial-gradient(at top, #e84d23, #e84d23);
	padding: 0.7rem 1rem;
	display: inline-block;
	font-size: 1rem;
	color: #fff;
	transform: translateX(0);
	width: 100%;
	max-width: 145px;
	z-index: 1;
}
.products-row.carts.objects-row.active button.btn {
	max-width: 230px;
}
.pad-price.pad {
	text-align: center;
}
.products-row.carts.objects-row.active .title{
	display:none;
	font-weight: normal;
}
.pad{
	color:black;
	font-weight: bold;
}
.btn {
	-webkit-clip-path: none;
	clip-path: none;
}
	
#footer .menu .menu-item ul.sub-menu {
    display: block !important;
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
    background: transparent !important;
    box-shadow: none;
	min-width: 100%;
}
@media screen and (max-width: 1149px) {
  .menu_all {
    width: 6rem;
  }

  .page-frame {
    margin-left: 6rem;
  }
}

@media screen and (max-width: 1023px) {
  .page-frame {
    margin-left: 0;
  }

  .objects-row.active .object-item .pad {
    padding: 0.75rem 1.5rem;
  }
}

@media screen and (max-width: 770px) {
  .menu_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #dededed4;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 770px) {
  .wrapper {
    display: block;
  }
}

.menu__wrapper {
  display: inline-block;
}

@media screen and (max-width: 770px) {
  .menu__wrapper {
	margin-top: 0!important;
    margin-bottom: 0!important;
  }
}

@media screen and (max-width: 770px) {
  .menu__logo {
    width: 50px;
  }
}

.menu-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.menu-mobile__wrapper {
  margin-left: 20px;
  position: fixed;
  bottom: 46%;
  transform: translateY(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1439px) {
  .menu-mobile__wrapper {
    margin-left: 12px;
  }

  #products .object-item {
    flex: 1 0 calc(32% - 1.5rem);
    max-width: calc(32% - 1.5rem);
  }
}

@media screen and (max-width: 1364px) {
  .menu-mobile__wrapper {
    margin-left: 7px;
  }
}

@media screen and (max-width: 1024px) {
  .menu-mobile__wrapper {
    margin-left: 2px;
  }
}

@media screen and (max-width: 1023px) {
  .menu-mobile__wrapper {
    position: fixed;
    top: 25px;
    bottom: auto;
    right: 3%;
  }
}

@media screen and (max-width: 599px) {
  .menu-mobile__wrapper {
    top: 14px;
  }
}
@media (min-width: 423px) and (max-width: 499px) {
	.filter_element__content label{
		min-width: 34%;
	}
}
@media screen and (max-width: 499px) {
  .menu-mobile__wrapper {
    top: 8px;
  }

  .carts-wrap {
    margin: 0px 0rem;
  }

  .sold {
    font-size: 0.95rem;
    padding: 0.5rem;
  }

  .sold__inner {
    width: 5.6rem;
  }
}

.menu-mobile__lines {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.menu-mobile__line {
  width: 50px;
  padding: 0;
  height: 2px;
  display: inline-block;
  border-radius: 10px;
  background-color: #1a1a1a;
  margin-bottom: 10px;
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 770px) {
  .menu-mobile__line {
    width: 36px;
  }
}

.menu-mobile__line:nth-child(2) {
  -webkit-transition: 0;
  transition: 0;
}

.menu-mobile__line:last-child {
  margin-bottom: 0;
}

.menu-mobile__text {
  margin-top: 13px;
  display: inline-block;
  line-height: 24px;
}

@media screen and (max-width: 1023px) {
  .menu-mobile__text {
    display: none;
  }
}

.transform-up {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  margin-bottom: 0 !important;
  height: 1px;
}

.transform-down {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  margin-bottom: 0 !important;
  height: 1px;
}

@media screen and (max-width: 770px) {
  .transform-up {
    -webkit-transform: rotate(41deg);
    transform: rotate(41deg);
  }

  .transform-down {
    -webkit-transform: rotate(-41deg);
    transform: rotate(-41deg);
  }
}

.navigation {
  position: fixed;
  top: 0;
  left: 8.6rem;
  width: 100%;
  z-index: 130;
  background: rgba(25, 2, 2, 0.52);
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

@media screen and (max-width: 1024px) {
  .navigation {
    left: 0;
    margin-left: 50px;
  }
  .menu li.menu-item-has-children::before {
    top: 22px!important;
	margin: 0;
	z-index: 55555;
	transform: rotate(-140deg);
	transition: 0.3s;
}
.menu li.menu-item-has-children.active::before{
	transform: rotate(-45deg);
}
}

@media screen and (max-width: 1023px) {
  .menu_all {
    width: 100%;
    height: 6rem;
	z-index: 555;
  }
  .menu .menu-item::after, .menu .menu-item::before{
	content: none;
  }
  .nav-show--container {
	max-width: 100%;
	padding-left: 2%;
	margin-right: 2%;
	padding-top: 0;
	}
	.menu .menu-item .sub-menu {
		position: static;
		box-shadow: none;
		visibility: visible;
		opacity: 1;
	}
	#menu-osnovnoe-menju a {
		width: fit-content!important;
		padding-right: 0!important;
	}
  .menu-mobile__text {
    display: none;
  }

  #header-wrapper.main_menu.type-header {
    height: 5rem;
    opacity: 0;
    pointer-events: none;
  }

  .navigation {
    left: 0;
    margin-left: 0px;
  }

  .navigation__inner {
    padding-top: 72px;
    padding-bottom: 54px;
    margin-top: 0rem;
	overflow-x: hidden;
	background-color: #dedede;
  }
}

@media screen and (max-width: 499px) {
  .navigation__inner {
    margin-top: 0rem;
  }

  .menu_all {
    width: 100%;
    height: 5rem;
  }
}

@media screen and (max-width: 359px) {
  .clients__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}

.navigation__inner .banner__desc {
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .navigation__inner .banner__desc {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .navigation__inner .banner__desc {
    opacity: 1;
  }
}

.navigation__inner .banner-contacts__desc {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.navigation__inner::-webkit-scrollbar {
  width: 5px;
}

.navigation__inner::-webkit-scrollbar-track {
  background: #dedede;
}

.navigation__inner::-webkit-scrollbar-thumb {
  background-color: #e84d23;
  border-radius: 20px;
}

.navigation .nav {
  margin-bottom: 30px;
}

#balls-cart .carts-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.objects-row.active {
  flex-direction: column;
  animation: active 2s forwards;
}

@keyframes active {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.objects-row.active .object-item {
  width: 100% !important;
  max-width: 100% !important;
}

.objects-row.active .object-item--inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 2fr 1fr;
}

.objects-row.active .object-item .pad {
  padding-left: 5rem;
}

.carts__view {
  /* width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center; */
}

#products {
  width: 100%;
  padding-left: 0;
  flex: unset;
}

.carts__room {
  font-weight: 700;
}

.object-item--inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.carts__view-item {
  cursor: pointer;
}

.carts__view-inner {
  display: flex;
  gap: 0.5rem;
}

.navigation .nav__item {
  width: auto;
}

#menu-osnovnoe-menju a {
  width: 100%;
  min-width: fit-content;
  display: inline-block;
  font-size: 20px;
  padding: 0;
  line-height: 28px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 20px;
  padding-right: 242px;
  color: #7f7f80;

  text-transform: none;
  letter-spacing: unset;
  border-left: unset;
}

#menu-osnovnoe-menju a:hover {
  color: var(--color);
}

@media screen and (max-width: 500px) {
  #menu-osnovnoe-menju a {
    width: 100%;
    padding-right: 20px;
    font-size: 14px;
  }
}

#menu-osnovnoe-menju .current_page_item,
#menu-osnovnoe-menju .current-menu-item {
  color: #1a1a1a;
  border-bottom: 2px solid #e84d23;
}

#menu-osnovnoe-menju .current_page_item a,
#menu-osnovnoe-menju .current-menu-item a {
  color: #1a1a1a;
}

.menu .menu-item:hover::before {
  background: transparent;
}

.menu .menu-item.current_page_item a {
  color: #1a1a1a;
}

.navigation .footer__social {
  margin-bottom: 30px;
}

.nav-show {
  -webkit-animation: menushow 0.1s ease forwards;
  animation: menushow 0.1s ease forwards;
}

.menu-show {
  -webkit-animation: menushow 1s ease forwards;
  animation: menushow 1s ease forwards;
}

.menu-hide {
  -webkit-animation: menuhide 1s ease forwards;
  animation: menuhide 1s ease forwards;
}

@-webkit-keyframes menushow {
  from {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes menushow {
  from {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes menuhide {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes menuhide {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

#hero.banner {
  padding-top: 113.073px;
  padding-bottom: 298.5px;
  position: relative;
  z-index: 1;
}


@media screen and (max-width: 1300px) {
  #hero.banner {
    /* padding-bottom: 200px;
	  background-repeat: no-repeat;
		background-position-y: 39% !important;
		background-position-x: 0%!important;
		background-size: 128%!important; */
  }

  /* .banner::after {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(255, 255, 255, 0.4);
	  z-index: -1;
	} */
  .objects-row.active .object-item .pad {
    padding-left: 2rem;
  }

  .objects-row.active .object-item .details {
    display: table;
    width: 80%;
    border-top: 1px solid rgba(227, 231, 239, 0.5);
    border-bottom: 1px solid rgba(227, 231, 239, 0.5);
    padding: 0 0.75rem;
  }

  .objects-row.active .object-item .pad {
    width: 15rem;
  }
}

@media screen and (max-width: 1024px) {
  #hero.banner {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 599px) {
  .banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 20%);
    z-index: -1;
  }
}

.banner__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}

.banner__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 22px;
}

.filter__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.banner__desc--upper {
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .banner__desc {}
  li.menu-item {
    padding-right: 15px;
}
  #hero .row,
  #pages .row,
  #blog .header,
  #contacts .header {
    padding-top: var(--header_height);
  }

  #object-single #breadcrumbs {
    margin-top: var(--header_height);
  }
}

@media screen and (max-width: 770px) {
  .banner__desc {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 500px) {
  .banner__desc {
    margin-top: 80px;
  }
}

@media screen and (max-width: 400px) {
  .banner__desc {
    margin-top: 100px;
  }

}

.banner-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .banner-contacts {}
}

@media screen and (max-width: 770px) {
  .banner-contacts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #hero .row {
    padding-top: 0
  }

  #object-single #breadcrumbs {
    margin-top: var(--header_height);
  }
}

@media screen and (max-width: 400px) {
  .banner-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #object-single #breadcrumbs {
    margin-top: 3rem;
  }
}

.banner-contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation .banner-contacts__block {
  margin-bottom: 1.5rem;
}

.banner-contacts__block svg circle {
  stroke: #fff;
}

.banner-contacts__block:first-child {
  margin-right: 50px;
}

@media screen and (max-width: 400px) {
  .banner-contacts__block:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .banner-contacts__block>svg {
    display: none;
  }
}

.banner-contacts__block:last-child .banner-contacts__desc {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner-contacts__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 14px;
}

@media screen and (max-width: 500px) {
  .banner-contacts__desc {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .banner-contacts__desc {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.banner-contacts__text {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 400px) {
  .banner-contacts__text {
    text-align: center;
  }
}

.banner-contacts__phone {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 24px;
}

.banner-contacts__call {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 14px;
  line-height: 24px;
  display: inline;
  width: auto;
  border-bottom: 1px solid #e84d23;
}

.banner-contacts__call:hover {
  color: #e84d23;
}

.contact-mobile {
  padding-right: 5rem;
  flex: 0 0 87%;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contact-mobile {
    padding-right: 5rem;
    flex: 0 0 87%;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 499px) {
  .contact-mobile {
    padding-right: 4.5rem;
    flex: 0 0 87%;
    justify-content: flex-end;
  }
  .filter_element__content{
	flex-wrap: wrap;
  }
  #filterbar .filter_element.filter_checkbox.rooms label {
    padding: 4px;
}
.calculate-col {
  font-size: 12px;
  word-wrap: break-word;
}
}

.contact-mobile .banner__desc {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .contact-mobile .banner__desc {
    display: none;
  }
}

#footer {
  background: #fff;
  color: var(--dark);
}

#footer .footer-logo {
  margin: 0;
}

#footer .descriptor {
  line-height: 1.5;
}

#footer .footer-head {
  display: none;
}

#footer .footer-contacts {}

#footer .footer-contacts li {
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 1.5rem;
}

#footer .footer-contacts li svg {
  position: absolute;
  left: 0;
  top: 0;
}

#footer .social .soc {
  border: 1px solid #dedede;
  border-radius: 50%;
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

#footer .social .soc svg {
  fill: var(--gray);
  width: 1.5rem;
  height: 1.25rem;
}

#footer a[href^="tel:"].phone-content {
  color: var(--dark);
}

#footer .link {
  color: var(--dark);
  border-bottom: 1px solid var(--color);
}

#footer .link:hover {
  color: var(--color);
}

.footer-menu .menu .menu-item a {
  color: var(--dark);
  padding: 6px 0;
  opacity: 1;
}

.footer-menu .menu .menu-item a:hover {
  color: var(--color);
}

.footer-menu .menu .current-menu-item a {
  padding: 6px 20px 6px 0px;
  margin-left: 0;
  font-weight: var(--f1ws);
}

#footer-2 {
  background: var(--light);
  color: var(--dark);
}

#footer-2::before {
  display: none;
}

#copyright.copy-link .b2b-copy {
  padding: 0;
  opacity: 1;
}

.footer {
  padding-top: 32px;
}

.footer .container {
  padding-right: 100px;
}

@media screen and (max-width: 1024px) {
  .footer .container {
    padding-right: 20px;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .footer__top {
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 770px) {
  .footer__top {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 400px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__nav {
  margin-right: 3%;
  display: flex;
}

.footer__nav .menu a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #7f7f80;
  padding: 0;
  text-transform: unset;
  font-size: 1rem;
}

.footer__nav .menu a:hover {
  color: #e84d23;
}

.footer__nav .menu li {
  margin-bottom: 20px;
}

.footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr);
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

@media screen and (max-width: 1279px) {
  .footer__nav {
    width: 40%;
  }

  #filterbar {
    /* display: none; */
  }

  #filterbar {
    max-width: unset;
  }
}

@media screen and (max-width: 1149px) {
  .footer__nav {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .footer__list {
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

.footer__item {
  margin-bottom: 20px;
}

.footer__link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #7f7f80;
}

.footer__link:hover {
  color: #e84d23;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3%;
}

.footer__circle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 1px solid var(--light) EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer__circle path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer__circle:nth-child(2) {
  margin-left: 16px;
  margin-right: 16px;
}

.footer__circle:hover {
  background-color: #e84d23;
  border: 1px solid #e84d23;
}

.footer__circle:hover path {
  fill: #ffffff;
}

.footer .banner-contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1279px) {
  .footer .banner-contacts {
    width: 40%;
  }
}

@media screen and (max-width: 1149px) {
  .footer .banner-contacts {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .footer .banner-contacts {
    position: static;
  }
  .menu__wrapper {
	margin-top: -5px;
    max-width: 54px;
    margin-bottom: 22px;
}
}

.footer .banner-contacts__block:last-child .banner-contacts__desc {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .banner-contacts__block:last-child {
  margin-bottom: 24px;
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .footer .banner__desc {
    margin-top: 0;
  }
}

.footer__bottom {
  width: 100%;
  background-color: var(--light) EEE;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1280px) {
  .footer__bottom-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__copyright {
  max-width: 375px;
  font-size: 12px;
  line-height: 20px;
  margin-right: 64px;
}

@media screen and (max-width: 1280px) {
  .footer__copyright {
    margin-bottom: 20px;
  }
}

.footer__policy {
  border-bottom: 1px solid #e84d23;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer__policy:hover {
  color: #e84d23;
}

.footer-logo {
  margin-right: 3%;
}

@media screen and (max-width: 400px) {
  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 10pxs;
  }
}

.footer-logo__img {
  max-width: 70px;
  display: inline-block;
  margin-bottom: 24px;
  width: 100%;
}

.creator {
  padding: 9px 16px;
  background-color: #ffffff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.creator__title {
  font-family: "Golos", sans-serif;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  color: #313936;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 27px;
  padding-bottom: 0;
}

.creator__logo {
  max-width: 100%;
}

.content .footer__copyright {
  font-size: 12px;
}

.banner-contacts__desc a {
  color: #1a1a1a;
}

.error-banner .button1 {
  width: 300px;
}

@media screen and (max-width: 500px) {
  .error-banner .button1 {
    width: initial;
  }
}

.error-slogan {
  max-width: 400px;
  margin-bottom: 32px;
}

.error-slogan__subtitle {
  display: inline-block;
  max-width: 250px;
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 500px) {
  .error-slogan__subtitle {
    font-size: 14px;
  }
}

.thanks-subtitle {
  display: inline-block;
  max-width: 365px;
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 500px) {
  .thanks-subtitle {
    font-size: 14px;
  }
}

.thanks-button {
  width: 300px !important;
}

@media screen and (max-width: 500px) {
  .thanks-button {
    width: initial !important;
  }
}

.thanks-title {
  margin-bottom: 32px;
}

.button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button__wrapper button {
  margin-top: 0;
}

.button1 {
  width: 243px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 90px;
  background-color: #e84d23;
  outline: none;
  border: none;
  color: #ffffff;
  line-height: 19px;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
  margin-bottom: 24px;
  position: relative;
  cursor: pointer;
  white-space: normal;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 500px) {
  .button1 {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.button1>svg {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.button1 tspan {
  font-size: 25px;
}

.button1:hover {
  background-color: #b53e1e;
}

.button1:hover>svg .change {
  fill: #e84d23;
}

.button1:hover>svg {
  -webkit-transform: rotate(-10deg) translateY(10%);
  transform: rotate(-10deg) translateY(10%);
}

.button1>svg {
  position: absolute;
  right: 14px;
  bottom: 0;
}

.button__message {
  width: 243px;
  line-height: 24px;
  word-wrap: break-word;
}

@media screen and (max-width: 500px) {
  .button__message {
    font-size: 14px;
  }
}

.slogan__title--bold {
  font-weight: bold;
  word-wrap: break-word;
  font-size: 22px;
}
.button__wrapper.wow.fadeIn button{
	margin-bottom: 73px;
}
.slogan__title {
	margin-bottom: 185px;
}
.slogan {
	margin-top: 111px;
  width: 636px;
  word-wrap: break-word;
}

@media screen and (max-width: 1364px) {
  .slogan {
    margin-top: 96px;
    width: 584px;
  }
}

@media screen and (max-width: 1149px) {
  .slogan {
    margin-top: 96px;
    width: 500px;
  }
}

@media screen and (max-width: 770px) {
  .slogan {
    margin-top: 144px;
    width: 469px;
  }
}

@media screen and (max-width: 770px) {
  .slogan {
    width: 85%;
    margin-top: 116px;
  }
}

@media screen and (max-width: 768px) {
  .slogan {
    width: 86%;
  }

  #catalog_filter {
    display: block;
    max-width: 300px;
  }

  .filter_element__content {
    position: unset;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .filter-price .filter_element__content label span {
    width: 100%;
  }

  #products .object-item {
    flex: 1 0 calc(44% - 1.5rem);
    max-width: calc(44% - 1.5rem);
  }

  .filter__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }

  .terms-list {
    margin-bottom: 0rem;
  }

  #sorting_form {
    justify-content: space-between;
    padding: 0;
  }

  .carts__view {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .slogan {
    width: 100%;
  }

  #products .object-item {
    flex: 1 0 calc(48% - 0rem);
    max-width: calc(47% - 0rem);
  }
}

.btn span {
  color: #fff;
}

.score__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding-right: 32px;
  width: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.score__button svg {
  stroke: #fff;
}

.score__button:hover {
  background-color: #ffffff;
  color: #e84d23;
}

.score__button:hover svg {
  stroke: #e84d23;
}

.score__button:hover>svg {
  -webkit-transform: none;
  transform: none;
}

.score__button:hover>svg path {}

.score__button--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 48px;
  padding: 19px 24px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0% 38%);
}

@media screen and (max-width: 500px) {
  .score__button--left {
    margin-right: 10px;
  }
}

.objects {}

.object-item {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #e3e7ef;
  border-radius: 0.5rem;
  background: #fff;
  display: block;
  color: var(--dark);
  flex: 1 0 calc(25% - 1.5rem);
  max-width: calc(25% - 1.5rem);
  transition: all 0.2s ease;
  overflow: hidden;
}

.object-item .img_apart {
  padding: 2rem;
  text-align: center;
}

.object-item .img_apart img {
  max-height: 140px;
}

.object-item .pad {
  position: relative;
  padding: 0.75rem 1.5rem;
}

.object-item .jk {
  font-size: 0.75rem;
  color: #000;
  margin-bottom: 0.25rem;
}

.object-item .title {
  font-weight: var(--f1wb);
  font-size: 1.125rem;
  line-height: 1.48;
}

.object-item .details {
  display: table;
  width: 100%;
  border-top: 1px solid rgba(227, 231, 239, 0.5);
  border-bottom: 1px solid rgba(227, 231, 239, 0.5);
  padding: 0 0.75rem;
}

.object-item .detail {
  display: table-cell;
  flex-direction: column;
  padding: 0.75rem;
}

.object-item .detail:not(:last-child) {
  border-right: 1px solid rgba(227, 231, 239, 0.5);
}

.object-item .detail-name {
  font-size: 12px;
  color: var(--gray);
  line-height: 1.6;
}

.object-item .detail-val {
  font-size: 0.85rem;
  color: var(--dark);
  font-weight: var(--f1ws);
  line-height: 1.6;
}

.object-item .price {
  font-weight: var(--f1wb);
  font-size: 1.125rem;
  line-height: 1.48;
}

.object-item .price-area {
  font-size: 0.95rem;
  color: var(--gray);
  margin-top: 0.125rem;
}

.object-item .more {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transform: rotate(90deg) translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e3e7ef;
}

.object-item .more svg {
  width: 1.25rem;
  height: 1.25rem;
}

.object-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -10px rgb(0 0 0 / 20%);
}

.object-item:hover .title {
  color: var(--color);
}

.object-item:hover .more svg {
  fill: var(--color);
}

#product-semilar .sli {
  padding: 0 1rem;
}

#product-semilar .object-item {
  flex: 1 0 100%;
  max-width: 100%;
}

#product-semilar .slick-arrow svg {
  width: 60%;
  height: 60%;
}

.single-obekty .page-frame {
  overflow: visible;
}

#object-single {
  background: var(--light);
}

#object-single .object-row {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}

#object-single .main {
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 2rem;
}

#object-single .hero {
  background: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
}

#object-single .images {
  display: flex;
  align-items: end;
  gap: 2rem;
  text-align: center;
}

#object-single .images .slick-prev {
  left: 0;
}

#object-single .images .slick-next {
  right: 0;
}

#object-single .images .def-svg {
  width: 60%;
  height: 60%;
}

#object-single .hero .image {
  flex: 1 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  text-align: center;
}

#object-single .hero .image img {
  transition: all 0.3s ease;
}

#object-single .hero .image:hover img {
  transform: scale(1.02);
}

#object-single .hero .image span {
  padding-top: 1rem;
  color: var(--dark);
  font-size: 0.9rem;
  font-weight: var(--f1ws);
  display: block;
}

#object-single .hero .image:hover span {
  color: var(--color);
}

#object-single .hero .about {
  font-size: 1.5rem;
  font-weight: var(--f1wb);
  margin-bottom: 2rem;
}

#object-single .hero .deadline {}

#object-single .sidebar-col {
  flex: 0 0 30%;
  max-width: 30%;
  margin-top: 1rem;
}

#object-single .sidebar {
  position: sticky;
  top: 2rem;
  background: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
}

#object-single .sidebar .header {}

#object-single .sidebar .header h1 {
  font-size: 1.75rem;
  font-weight: var(--f1wb);
  margin: 0;
}

#object-single .sidebar .jk {
  font-size: 0.85rem;
  margin: 1rem 0;
}

#object-single .sidebar .image {
  max-width: 350px;
}

#object-single .sidebar .price-block {
  margin-top: 1rem;
}

#object-single .sidebar .price-label {
  color: var(--gray);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

#object-single .sidebar .price {
  font-size: 1.25rem;
  font-weight: var(--f1wb);
}

#object-single .sidebar .price-area {
  color: var(--gray);
  font-size: 0.9rem;
  font-weight: var(--f1ws);
}

#object-single .sidebar .details {
  display: table;
  width: 100%;
  border: 1px solid var(--light);
  margin: 1rem 0;
}

#object-single .sidebar .detail {
  display: table-cell;
  flex-direction: column;
  padding: 0.75rem;
}

#object-single .sidebar .detail:not(:last-child) {
  border-right: 1px solid rgba(227, 231, 239, 0.5);
}

#object-single .sidebar .detail-name {
  font-size: 11px;
  font-weight: var(--f1ws);
  color: var(--gray);
  line-height: 1.6;
}

#object-single .sidebar .detail-val {
  color: var(--dark);
  font-weight: var(--f1wb);
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .object-item {
    flex: 1 0 calc(33% - 1.5rem);
    max-width: calc(33% - 1.5rem);
  }

  #object-single .sidebar-col {
    flex: 0 0 35%;
    max-width: 35%;
  }

  #object-single .main {
    flex: 0 0 65%;
    max-width: 65%;
  }

  #object-single .sidebar .detail-val {
    font-size: 0.9rem;
  }

  #undo_header_abs {
    min-height: auto;
  }
}

@media (max-width: 1023px) {
  #object-single .object-row {
    flex-direction: column;
  }

  #object-single .sidebar-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  #object-single .sidebar {
    position: static;
    margin-top: 0;
  }

  #object-single .sidebar .jk {
    margin: 1rem 0 1rem;
  }

  #object-single .sidebar .details {
    margin: 1rem 0;
  }

  #object-single .sidebar .price-block {
    margin-top: 2rem;
  }

  #object-single .main {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 767px) {

  .objects .objects-row,
  #products .objects-row {
    gap: 1rem;
  }

  .object-item {
    flex: 1 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .object-item .title {
    font-size: 1rem;
    line-height: 1.4;
  }

  .object-item .price {
    font-size: 1rem;
  }

  .object-item .img_apart {
    padding: 1rem;
  }

  .object-item .pad {
    padding: 0.75rem 1rem;
  }

  .object-item .details {
    padding: 0 0.5rem;
  }

  .object-item .detail {
    padding: 0.5rem;
  }
}

@media (max-width: 499px) {
  h1 {
    font-size: 2rem;
  }

  #hero .header ul li {
    margin: 0.75rem 0;
    font-size: 1rem;
  }
  .breadcrumbs__link span, 
  .breadcrumbs__current{
    font-size: 12px;
  }
  .object-item .jk {
    font-size: 0.95rem;
  }

  .object-item .title {
    font-size: 0.9rem;
  }

  .object-item .detail-val {
    font-size: 0.95rem;
  }

  .object-item .price {
    font-size: 0.9rem;
  }

  .object-item .more {
    right: 0.5rem;
  }

  #products .object-item {
    flex: 1 0 calc(68% - 0rem);
    max-width: calc(68% - 0rem);
  }
}

/* new year */

#newYear {
  text-align: center;
}


#catalog_filter{
	box-shadow:none;
	border-radius: 0;
	background: #F9F9F9;
}
.filter_element__heading {
	font-weight: 400;
	font-size: 18px;
	padding-left: 5px;
}
.filter_buttons .filter_reset{
	border:none;
	
}

.filter_buttons{
	position: relative;
	margin-top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
}
button.filter_button.filter_reset {
	width: fit-content;
}
.filter_buttons .filter_reset span {
	border-bottom: 1px solid #E84D23;
	width: fit-content;
	padding: 8px 0;
	font-weight:bold;
}
.filter_element__content{
	position: relative;		
}
.filter_element__content{
	display:block;
	box-shadow: none;
	background: transparent;
}
.filter_element__content label {
	display: flex;
}
.filter_element__content {
	display: flex;
	flex-direction: row;
	padding-left: 0;
}
.noUi-base {
	max-width: fit-content;
	display: flex;
	margin-top: 25px;
}
.filter_element.filter-price {
	width: fit-content;
}
.filter_element.filter_range .range-slider .noUi-handle:hover{
	background: #E84D23;
}
.filter_element.filter-price input[type=number], 
.filter_element.filter_range input[type=number]{
	border-radius: 0;
	font-size:16px;
	padding:16px 0px;
	text-align: center;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}
.filter_element.filter_range .range-slider .noUi-connects {
	background-color: #e84d23;
	height: 1px;
	width: 137%;
	position: absolute;
	left: -123%;
	bottom: -33px;
}
.filter_element.filter_range .range-slider .noUi-connect {
	background-color: transparent;
	height: 1px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
span.ui-checkbox__box.ui-checkbox__box_list {
	border-radius: initial;
}
.filter_element__heading {
	padding-bottom: 2px;
}
.filter_buttons .filter_reset:hover{
	background:none;
	border:none;
}
.filter_element label{
	width: fit-content;
}
.filter_element.filter_checkbox.rooms label{
	padding: 0;
}
.filter_element.filter_checkbox.rooms span.ui-checkbox__name {
	display: block;
	border: 1px solid;
	padding: 17px 28px;
}
.filter_element.filter_checkbox.rooms span.ui-checkbox__box.ui-checkbox__box_list{
	display: none;

}
.ui-checkbox__name.active{
	color:#e84d23;
	border-color:#e84d23;
}
.slider-track,
.range-track{
	width: 99%;
	height:1px;
	background-color:#e84d23;
	position: absolute;
	margin:auto;
	top: 0;
	bottom:0;
	
}
.filter-diapazon {
display: flex;
justify-content: space-around;
}	
.track-container{
	position: relative;
	width: 100%;
	height:25px;
	

}
.filter_element.filter-price input[type='range'],
.filter_element.filter_range input[type='range']{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width: 100%;
	height: 1px;
	outline:none;
	position: absolute;
	margin:auto;
	top:0;
	bottom:0;	
	background-color:transparent;
	pointer-events:none;
}
.filter_element.filter-price input[type='range']::-webkit-slider-runnable-track,
.filter_element.filter_range input[type='range']::-webkit-slider-runnable-track{
	-webkit-appearance:none;
	height:1px;


}
.filter_element.filter-price input[type='range']::-moz-range-track,
.filter_element.filter_range input[type='range']::-moz-range-track{
	-moz-appearance:none;
	height:1px;
}

.filter_element.filter-price input[type='range']::-ms-track,
.filter_element.filter_range input[type='range']::-ms-track{
	appearance:none;
	height:1px;
}
.filter_element.filter-price input[type='range']::-webkit-slider-thumb,
.filter_element.filter_range input[type='range']::-webkit-slider-thumb{
	-webkit-appearance:none;
	appearance:none;
	height:20px;
	width: 20px;
	background-color:#fff;
	border-radius:50%;	
	border: 0.868244px solid #D1D1D1;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin-top:-10px;
	pointer-events:auto;
}
.filter_element.filter-price input[type='range']::-moz-range-thumb,
.filter_element.filter_range input[type='range']::-moz-range-thumb{
	-webkit-appearance:none;
	height:20px;
	width: 20px;
	background-color:#fff;
	border-radius:50%;	
	border: 0.868244px solid #D1D1D1;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	pointer-events:auto;
	margin-top:-10px;
	pointer-events:auto;
}
.filter_element.filter-price .filter-price_to::before, 
.filter_element.filter_range .filter-range-to::before{
	content:"";
}
.filter_element.filter-price .filter-price_from::before, 
.filter_element.filter_range .filter-range-from::before {
	content: "";
}
.filter_element.filter-price input[type='range']::-ms-thumb,
.filter_element.filter_range input[type='range']::-ms-thumb{
	appearance:none;
	height:20px;
	width: 20px;
	background-color:#fff;
	border-radius:50%;	
	border: 0.868244px solid #D1D1D1;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	pointer-events:auto;
	margin-top:-10px;
	pointer-events:auto;
}
.filter_element.filter-price input[type='range']:hover::-webkit-slider-thumb,
.filter_element.filter_range input[type='range']:hover::-webkit-slider-thumb{
	background-color: #e84d23;
	border:1px solid #fff;
}
.filter_element.filter-price input[type='range']:active::-webkit-slider-thumb,
.filter_element.filter_range input[type='range']:active::-webkit-slider-thumb{
	background-color: #e84d23;
	border:1px solid #fff;
}
.filter_element.filter_range label{
	margin-bottom: 9px;
}
.filter_element.filter_range .filter_element__content{
	flex-direction: column;
}
.filter_element.filter-price label, 
.filter_element.filter_range label{
	padding-right: 0;
	padding-top: 0;
}
@media screen and (max-width: 1279px){
	#filterbar {
		/* display: none; */
		position: relative;
		left: 0;
		top:0;
		width: 100%;
		max-width:100%;
		transform: translateX(0);
	}
	#catalog_filter{
		width: 100%;
		max-width: 100%;
	}
	#sorting_form #filter-btn {
		display:none;
	}	
}
@media(max-width: 1023px){
	p#floor, 
	p#room, 
	p#euro{
		justify-content: left!important;
	}
	.products-row.carts.objects-row .cart_object {
		width:33.3%;
	}
	.products-row.carts.objects-row.active .btn-container {
		margin-top: -54px;
	}
	.products-row.carts.objects-row.active .cart-item a{
		justify-content: end;
		   margin-bottom: -177px;
	}
	.products-row.carts.objects-row .btn-container{margin:20px 0;}

	.products-row.carts.objects-row.active .pad-area.pad,
	.products-row.carts.objects-row.active .pad-euro.pad,
	.products-row.carts.objects-row.active .pad-floor.pad,
	.products-row.carts.objects-row.active .pad-room.pad,
	.products-row.carts.objects-row.active .pad-price.pad{
		text-align: left;
		width: 100%;
		margin: 8px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.products-row.carts.objects-row.active .cart-item {
		flex-direction: column;
	}
	.mobile-params, 
	.price{
		width:112px;
	}
	.products-row.carts.objects-row.active .title{
		display:block;
		margin: 0;
		width: 120px;
	}
	.cart-item a{
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.btn-container {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		margin-top: -53px;
	}
}
@media screen and (max-width: 950px){
	.filter_element.filter-price {
		width: 49%;
	}
	.filter_element {
		width: 49%;
	}
	#catalog_filter {
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 652px){
	#catalog_filter {
		display: flex;
		max-width: 100%;
		flex-wrap: wrap;
	}
	.filter_element {

		width: 100%;
	}
	.filter_element.filter_range .filter_element__content{
		flex-direction: column;
	}
	.filter-diapazon {
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	.filter_element.filter-price {
		width: 100%;
	}
	.products-row.carts.objects-row.active .cart-item a{
		justify-content: center;
		margin-bottom: 0;
	}
	.products-row.carts.objects-row .cart_object {
		width:100%;
	}
	.products-row.carts.objects-row.active .mobile-params, 
	.products-row.carts.objects-row.active .price{
		text-align: right;
	}
	.btn-container {
		justify-content: center;
		width: 100%;
		margin-top: 20px;
	}
	.btn-container button.btn {
		width: 100%;
		max-width: 100%!important;
	}
	.dop-mobile__block{
		display:none;
	}
}

