body {
  margin: 0;
  padding: 0;
}
.bx-breadcrumb {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  padding-bottom: 20px;
}

/***Page_catalog***/
.screchers,.wrap_section {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto 40px;
}
.new_menu {
  width: 100%;
  height: 30px;
  max-width: 1660px;
  padding: 20px 0;
  margin: 40px auto 20px;
  border-bottom: 1px solid #e1e1e1;
}
.banner_category {
  margin-bottom: 40px;
}
.bx-breadcrumb-item-link{
  color: #1e1e1e;
}
span.bx-breadcrumb-item-text {
  font-size: 12px;
}
h1.title_category {
  margin-bottom: 40px;
}
.wrap_section h1 {
  font-size: 24px;
  font-weight: 500;
}
.wrap_section>.catalog_subsection_list{
  width: 100%;
  justify-content: start;
  border-bottom: none;
  margin-bottom: 150px;
}

.wrap_catalog_list>.catalog_subsection_list>.catalog_subsection {
  width: 100%;
  max-width: 380px;
  margin-left:10px;
  border: 1px solid #E9E9E9;
  margin-bottom: 10px;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-evenly;
}
.wrap_catalog_list>.catalog_subsection_list>.catalog_subsection>.catalog_subsection_image{
  width: 136px;
  height: 136px;
}
.wrap_catalog_list>.catalog_subsection_list>.catalog_subsection>.catalog_subsection_title {
  width: 171px;
  text-align: center;
  line-height: 1.2;
}
.wrap_catalog_list>.catalog_subsection_list {
  width: 100%;
  display: flex;
  flex-flow: wrap;

}
.wrap_section>.catalog_subsection_list>.catalog_subsection>.catalog_subsection_title{
font-size: 16px;
font-weight: 400;
padding-top: 3px;
}
.wrap_section>.catalog_subsection_list>.catalog_subsection{
  width: 100%;
  max-width: 530px;
  height: 250px;
  padding-bottom: 29px;
  display: inline-block;
  overflow: hidden;

}
.wrap_section>div>div>.catalog_subsection_image {
  width: 100%;
  max-width: 530px;
  height: 250px;
  margin-bottom: 0;
}
.catalog_subsection_image img{
  display: block;
  width: 100%;
  height: 100%;
  max-width: 530px;
  max-height: 250px;
  object-fit: contain;
  border-radius: 10px;
  transition:transform 2s;
}
.catalog_subsection.active>.catalog_subsection_image img{
  filter: opacity(80%);

}
.wrap_section>.catalog_subsection_list>.catalog_subsection:nth-child(n+4) {
  max-width: 390px;
  max-height: 250px;
  padding-bottom: 30px;
}
.wrap_section>.catalog_subsection_list>.catalog_subsection:nth-child(n+4)>.catalog_subsection_image {
  max-width: 390px;
  max-height: 250px;
}
.wrap_section>.catalog_subsection_list>.catalog_subsection:nth-child(n+4)>.catalog_subsection_image img{
  max-width: 530px;
  max-height: 250px;
  object-fit: cover;
  height: 250px;
}
.wrap_section>.catalog_subsection_list>.catalog_subsection:nth-child(n+8) {
  /*width: 100%; */
  /* max-width: 530px; */
  /* height: 250px; */
  /* padding-bottom: 20px; */
  max-width: 390px;
  max-height: 250px;
  padding-bottom: 30px;
}
.wrap_section>.catalog_subsection_list>.catalog_subsection:nth-child(n+8)>.catalog_subsection_image {
  width: 100%;
  max-width: 530px;
  height: 250px;
}
.wrap_section>.catalog_subsection_list>.catalog_subsection:nth-child(n+8)>.catalog_subsection_image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 530px;
  max-height: 250px;
  object-fit: contain;
}
.wrap_section>.catalog_subsection_list>.catalog_subsection:nth-child(n+11) {
  max-width: 390px;
  max-height: 250px;
  padding-bottom: 30px;
}
.wrap_section>.catalog_subsection_list>.catalog_subsection:nth-child(n+11)>.catalog_subsection_image {
  max-width: 390px;
  max-height: 250px;
}
.wrap_section>.catalog_subsection_list>.catalog_subsection:nth-child(n+11)>.catalog_subsection_image img{
  max-width: 530px;
  max-height: 250px;
  object-fit: cover;
  height: 250px;
}
.wrap_section>.catalog_subsection_list>.catalog_subsection:last-child{
  display: none;
}
.main_content>.catalog_control>.catalog_tags{
  margin: 0;
}

ul.catalog_tags>li>a {
  padding: 33px 23px;
  border-radius: 10px;
  font-size: 13px;
  background: #D9D9D9;
  border: none;
}
ul.catalog_tags>li>a:hover,
ul.catalog_tags>li>a:focus,
ul.catalog_tags>li>a:active{
background: #fff323;
}
ul.catalog_tags>li.active>a{
  background: #fff323;
}
.wrap_major>.home_something_item {
  margin-bottom: 20px;
}
.sort_box {
  width: auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  padding: 40px 0;
}
.sort_box ul{
  position: absolute;
  width: auto;
  left: 147px;
  top: 41px;
}
.sort_box ul li.sort{
  top: 0;
  font-size: 18px;
  padding: 0px;

}
.catalog_control>.sort_box span{
  font-size: 18px;
  color: #A9A9A9;
}
.sort_box ul li.sort:after{
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  background: url(img/str_down.svg) no-repeat;
  right: -23px;
  top: 7px;
}
.sort_box ul li.active{
  display: block;
  width: auto;
}
.catalog-section-list-list-link {
  white-space: normal;
  font-size: 16px;
  color: #141414;
  font-weight: 300;
}
.categoru_left h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.wrap_content_catalog {
  /*display: flex;*/
  align-items: start;
  justify-content: start;
  border-top: 1px solid #e1e1e1;
  margin-top: 40px;
}

.wrap_content_catalog>.leftcol {
  width: 100%;
  max-width: 300px;
  margin: 20px 20px 0 0;
}
.wrap_content_catalog>.main_content {
  padding-left: 50px;
}
.filter_block .block_name {
cursor: pointer;
}

.catalog_control {
  flex-flow: column;
}

/***item***/
.catalog_list_item.new_box>.catalog_list_item_image {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 12px;
  margin-top: 0;
}
.catalog_list_item.new_box{
  width: 247px;
  height: auto;
  border: none;
  min-height: 475px;
  display: grid;
grid-template-columns: 1fr;
grid-template-rows: 260px 37px 23px 30px auto;
grid-column-gap: 0px;
grid-row-gap: 0px;
}
.catalog_list_item.new_box>.wrap_art,.catalog_list_item.new_box>.wrap_art span {
  font-size: 9px;
  color: #A9A9A9;
  margin-right: 0;
  padding: 10px 0;

}
.catalog_list_item_prices>.left_colm_catalog{
  padding: 0;
  margin: 0;
}
.catalog_list>.product-item-container {
  margin: 0;
  margin-left: 20px;
  margin-bottom: 20px;

}
.catalog_list_item_prices>.left_colm_catalog>.price{
  font-size: 22px;
  align-self: flex-start;

}
.catalog_list_item_prices>.left_colm_catalog>.price span{
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 600;
}
.catalog_list_item_prices>.left_colm_catalog>.old_price{
  font-size: 22px;
  justify-self: flex-end;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  color: #A9A9A9;
}
.catalog_list_item_prices>.left_colm_catalog>.old_price span{
  font-size: 22px;
  padding-left: 4px;
  color: #A9A9A9;
  text-decoration: none;

}
.catalog_list_item_prices>.left_colm_catalog>span.precent {
  width: 32px;
  height: 18px;
  display: block;
  background: #DD0000;
  border-radius: 5px;
  align-self: flex-start;
  justify-self: self-end;
  color: #fff;
  font-size: 11px;
  padding: 3px 3px;
  text-align: center;
  font-weight: 500;
}

.catalog_list_item.new_box>.catalog_list_item_controls{
  justify-content: space-between;
  padding: 0;
  margin: 0;
  width: 94%;
  grid-area: 8 / 1 / 9 / 2;
  align-self: end;
}
.name_discont.detal_discaunt {
  width: 151px;
  font-size: 16px;
}

.name_discont,.week {
  font-size: 11px;
  width: 100px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #DD0000;
  margin-bottom: 10px;
  padding: 3px;
  border-radius: 3px;
}
.week.detal_week {
  width: 120px;
  font-size: 16px;
  margin-bottom: 20px;
}
.week{
  background: #0699BA;
  width: 73px;
  margin-bottom: 30px;
}
.name_discont.none,.week.none {
  background:none;
}
.catalog_list_item.new_box>.catalog_list_item_title{
  width: auto;
  font-weight: 300;
  padding-right: 30px;
}
.catalog_list_item.new_box>.catalog_list_item_controls>a.cart_btn.js-ps_cart_add{
  margin-left: 0;
  width: 170px;
  height: 40px;
  border-radius: 10px;
  font-weight: 600;
}

.catalog_list_item.new_box>.catalog_list_item_controls>.catalog_list_item_quantity input {
  width: 66px;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  position: relative;
}
.catalog_list_item.new_box>.catalog_list_item_controls>.catalog_list_item_quantity>.plus {
display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f2f4;
  cursor: pointer;
  color: #2E313A;
  margin-right: 0;
  left: 3px;
  top: 3px;
  height: 16px;
  border-radius: 10px 0 0 0;
  cursor: pointer;
  z-index: 9;
}
.catalog_list_item.new_box>.catalog_list_item_controls>.catalog_list_item_quantity>.plus:hover{
  background:#FFE500;
}
.catalog_list_item.new_box>.catalog_list_item_controls>.catalog_list_item_quantity>.minus {
  left: 3px;
  margin-right: 0;
  bottom: -1px;
  height: 16px;
  color: #2E313A;
  border-radius: 0px 0 0 10px;
  cursor: pointer;
  z-index: 9;
}
.catalog_list_item.new_box>.catalog_list_item_controls>.catalog_list_item_quantity>.minus:hover{
  background:#FFE500;
}
.catalog_list_item.new_box>.catalog_list_item_controls>.catalog_list_item_quantity  span{
  margin-right:0;

}
.catalog_list_item.new_box>.catalog_list_item_controls>.catalog_list_item_quantity>.product-item-amount-field{
  padding: 1px 2px;
  max-width: 66px;
  color: #000;
  vertical-align: middle;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  transition: border 300ms ease;

}
.catalog_list_item.new_box>.measure_t {
  font-size: 11px;
  color: #333333;
  font-weight: 300;
}
.filter_block.block_open>.inner_filter_block.scrollbarY::-webkit-scrollbar{
width: 0;
}
.left_colm_catalog span {
  margin-right: 10px;
}

.wrap_block_info {
  display: grid;
  grid-template-columns: 30px repeat(2, 1fr);
  grid-template-rows: repeat(3, 30px);
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  align-items: center;
  padding-top: 44px;
}
.detal_label_nal,.detal_label_del,.detal_label_point{
  width: 30px;
  height: 30px;
  gap: 10px;
}
.detal_label_nal{
  background: url(img/nal.svg) no-repeat center;
}
.detal_label_del{
  background: url(img/dos.svg)no-repeat center;
}
.detal_label_point{
  background: url(img/bags.svg)no-repeat center;
}
.detal_nal,.detal_del,.detal_label_point{
  font-size: 14px;
  color: #141414;
  font-weight: 400;
}
.detal_col_nal,.delal_cost_del,.delal_cost_point{
  font-size: 14px;
  color: #141414;
  font-weight: 300;
}
.catalog_detail_tab {
  margin-top: 100px;
}
.tab_properties.active dl {
  display: flex;
  width: 56%;
  justify-content: space-between;
  border-bottom: 1px dashed;
}
.tab_properties.active dt,.tab_properties.active dd {
  display: block;
  position: relative;
  top: 10px;
  background: #fff;
  padding-right: 10px;

}
.tab_properties.active dd{
    padding-left: 10px;
}
main.article {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.center_cards {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 60px;
}
.article>a.home_bottom {
  width: 265px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  border-radius: 10px;
  color: #141414;
  background: #FFE500;
}
.article>a.home_bottom:hover{
  opacity: 0.8;
}
.fly_cards {
  width: 100%;
  text-align: right;
  font-size: 12px;
  position: relative;
  top: -10px;
}
.arrow {
    font-size: 16px;
    margin-left: 10px;
    transform: rotate(-90deg) translateX(-2px); /* Начальная ориентация вниз */
    transition: transform 0.3s ease;
    color: #333;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 20px;
    background: url(img/arrow_rtight.svg)no-repeat center;
}

/* Состояние при открытии - поворачиваем на 180 градусов */
.filter_block.block_open .arrow {
    transform: rotate(-270deg) translateX(2px);
}
span.nuke {
  font-size: 10px;
  color: #888;
}
.main_content a.come_back {
    display: block;
    padding-bottom: 2px;
    border-bottom: 1px solid #fee91c;
    width: 69px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}
.main_content a.come_back:hover{
    color:#888a8c;
    border-color:#888a8c;
}

/*   PRELOADER  */

.preloader {
   position: fixed;
   z-index: 999999999;
   width: 100%;
   height: 100%;
   left: 0;
   right: 0;
   background: #222222;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 0.5s;
   opacity: 1;
}
.preloader_off {
   opacity: 0;
   z-index: -1001;
}
.preloader_icon_area {
   position: absolute;
   width: 100px;
   height: 100px;
   left: auto;
   right: auto;
   display: flex;
   align-items: center;
   justify-content: center;
}
.preloader_icon {
   position: absolute;
   left: auto;
   right: auto;
   width: 70px;
   height: 70px;
}
.preloader_circle {
   display: block;
   position: relative;
   width: 150px;
   height: 150px;
   margin: 30px auto;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: #fff9aa;
   animation: preloader_circle_spin 2s linear infinite;
}
.preloader_circle:before {
   content: '';
   position: absolute;
   top: 5px;
   left: 5px;
   right: 5px;
   bottom: 5px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: #ffed00;
   animation: preloader_circle_spin 3s linear infinite;
}
.preloader_circle:after {
   content: '';
   position: absolute;
   top: 15px;
   left: 15px;
   right: 15px;
   bottom: 15px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: #fff9aa;
   animation: preloader_circle_spin 1.5s linear infinite;
}
.shadow feDropShadow {
   flood-color: transparent;
   animation: shadow_hide 4s linear infinite;
}

@keyframes preloader_circle_spin {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(360deg);
   }
}
@keyframes shadow_hide {
   0% {
      flood-color: transparent;
   }
   50% {
      flood-color: #fff9aa;
   }
   100% {
      flood-color: transparent;
   }
}

/*   END PRELOADER  */


@media (min-width: 1000px) and (max-width: 1080px){
.mod_login .popup_modal{
   transition: none;
}
 .jq-selectbox.jqselect.personal_menu {
    display: none;
}
 .main_content a.come_back {
    margin-left: 20px;
}

}
@media(max-width: 1080px){

}
 span.close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(/local/img/close.png) no-repeat center;
    right: 17px;
    top: 17px;
    cursor: pointer;
}
.wrap_form_job{
   display: none;
}
.wrap_form_job.active{
   display: block;
}


/*****opt_cabinet*****/
.wrap_opt_cabinet{
   width: 100%;
   max-width: 1240px;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-template-rows: repeat(2, 1fr);
   grid-column-gap: 15px;
   grid-row-gap: 15px;
}
.left_opt_cabinet{

   grid-area: 1 / 1 / 2 / 2;
   padding: 15px;
   border-radius: 15px;
   background: #dfdfdf1a;
}
.ringht_opt_cabinet{
   grid-area: 1 / 2 / 2 / 3;
   padding: 15px;
   border-radius: 15px;
   background: #dfdfdf1a;
}
.bottom_opt{
   grid-area: 2 / 1 / 3 / 3;
   border: 1px solid #ccc;
   padding: 15px;
   border-radius: 15px;
}
.left_opt_cabinet h4,.ringht_opt_cabinet h4{
  padding: 5px 0;
  border-bottom: 1px solid #e2e2e2;
}
h4.title {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 6px;
  color: #888;
}
.button_cabinet {
  width: 250px;
  height: 40px;
  border-radius: 7px;
  background:#fff323;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  margin: 30px auto;
  cursor: pointer;
  font-family: Roboto;
  border: none;
}
.button_cabinet:hover{
   background:#fff58c;
   color: #888;
}
@media(max-width:600px){
   .wrap_opt_cabinet {
  display: flex;
  flex-flow: column;
}
.wrap_form_data {
  display: flex;
  flex-flow: column;
}
.form-group {
  width: 95%;
}
.form-group.sale-personal-profile-detail-property-textarea.post-66 textarea, .form-group.sale-personal-profile-detail-property-textarea.post-19 textarea, .form-group.sale-personal-profile-detail-property-textarea.post-15 textarea {
  width: 95%;
}
input#sppd-property-5 {
  position: relative;
  top: 6px;
}
}
.full_width {
  width: 100%;
  height: 70vh;
  position: relative;
}
.development {
  position: absolute;
  top: 30%;
  left: 30%;
  font-weight: 800;
  font-size: 45px;
  text-transform: uppercase;
  color: #838383;
}
.simple_tab.contacts>div#map {
  display: none;
}