.social-order{
  display: none;
}

.sort-bottom-part{
  background-color: whitesmoke;
  justify-content: flex-end;
  /*display: none;*/
}

.main-filter {
    box-shadow: none;
}

.sort-bottom-wrapper{
  margin-top: 20px;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}

.sort-bottom-part #mse2_sort .sort-wrapper{
    height: 38px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background: #eaeced;
    background: linear-gradient(180deg,#eaeced 0,#fff 100%);
    border: 1px #d5d6d8 solid;
    border-radius: 3px;
    padding: 4px;
    max-width: 310px;
    margin: 0 auto;
    float: right;
}

.sort-bottom-part #mse2_sort .sort-wrapper a {
    font-size: 13px;
    display: table;
    line-height: 28px;
    border-radius: 4px;
    color: #1c1c1c;
    font-weight: 700;
    padding: 0 18px;
}

/*
.obj__gallery-block .jgallery .zoom-container .jgallery-btn-large{
  background-color: white;
  font-size: 15px;
  color: #868686;
  padding: 2px;
  height: 25px;
  width: 26px;
  line-height: 25px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 49%);
}
*/
/*
.fa-chevron-left:before {
    line-height: 30px;
}

.fa-chevron-right:before {
    line-height: 30px;
}
*/
.obj__gallery-block .jgallery .zoom-container .jgallery-btn-large{
  background-color: white;
  font-size: 15px;
  color: #868686;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 49%);
  display: inline-block;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  font-weight: normal;
  padding: 0;
  width: 30px;
  height: 29px;
  line-height: 29px;
}

.obj__gallery-block  .jgallery .zoom-container .jgallery-btn-large {
    margin-top: 0;
}

.obj__gallery-block  .jgallery .zoom-container .next {
    right: 20px;
}

.obj__gallery-block  .jgallery .zoom-container .prev {
    left: 20px;
}

.obj__gallery-block  .jgallery .jgallery-btn:hover {
    text-shadow: none !Important;
    color: #009ec8;
}
/*
.medium-order-3.more-params{
  display: none !Important;
}
*/
.main-filter .group-filter .filter .block-input .input-box label .range-inputs input {
    width: 100%;
    height: 30px;
    line-height: 28px;
    margin: 5px 0 5px 0;
    box-shadow: inset 0 4px 7px 0 rgba(0,0,0,.25);
    border-radius: 4px;
    border: 3px #dc7800 solid;
    font-size: 11px;
    position: relative;
    padding: 0 6px;
}

input[type='date'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


input[type=date]::-webkit-calendar-picker-indicator {
    position: relative;
    z-index: 5;
}

input[type=date]::-webkit-inner-spin-button {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.range-inputs {
  position: relative;
}

.range-inputs span.pseudo_date {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  right: 0;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  opacity: 0;
  height: 30px;
  padding: 0 5px;
  box-shadow: inset 0 4px 7px 0 rgba(0,0,0,.25);
  border-radius: 4px;
  border: 3px #dc7800 solid;
  font-size: 12px;
  margin: 0;
  line-height: 30px;
  text-align: center;
  background: white;
  display: none;
}
.main-filter .group-filter .filter .block-input>.input-box:before {
    position: absolute;
    left: -7px;
    bottom: 10px;
    right: 10px;
    content: '-';
    text-align: center;
    
}

.orbit-previous{
  background-color: white;
  font-size: 15px;
  color: #868686;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 49%);
  display: inline-block;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  font-weight: normal;
  padding: 0;
  width: 30px;
  height: 29px;
  line-height: 28px;
  left: 20px;
  opacity: 0;
}

.orbit-next{
    background-color: white;
    font-size: 15px;
    color: #868686;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 49%);
    display: inline-block;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    font-weight: normal;
    padding: 0;
    width: 30px;
    height: 29px;
    line-height: 28px;
    right: 20px;
    opacity: 0;
}


.item.column:hover .orbit-previous, .item.column:hover .orbit-next{
  opacity: 1;
}

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
    background-color: rgb(255 255 255);
    color: #009fc8;
}

.fa-chevron-right:before {
    content: "\f105";
}

.fa-chevron-left:before {
    content: "\f104";
}

.price-filter {
    margin: 10px 0 10px 0;
    padding-right: 20px;
    padding-left: 20px;
    width: 50%;
}


.price-label{
    width: 45%;
    padding: 0;
    line-height: 0;
    margin: 0;
    
}

.price-label input{
  width: 100%;
  height: 30px;
  margin: 5px 0 5px 0;
  box-shadow: inset 0 4px 7px 0 rgba(0,0,0,.25);
  border-radius: 4px;
  border: 3px #dc7800 solid !Important;
  font-size: 12px;
  position: relative;
}

.price-filter h4 {
    font-weight: 700;
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
}

.price-filter h4 span{
  font-weight: 400;
}

.mse2_number_inputs{
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.new_year {
    background: rgb(184,54,56);
    background: linear-gradient(135deg, rgba(184,54,56,1) 0%, rgba(240,84,86,1) 100%);
    border-radius: 8px;
    padding: 3px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.new_year h3 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: serif;
    text-align: right;
    padding-right: 5px;
    margin-bottom: 0;
    z-index: 999999;
}

.new_year-price {
    display: inline-block;
    width: 57%;
    float: left;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 15px;
    font-size: 14px;
    text-align: right;
}

.new_year-price span{
  width: 100%;
  display: block;
}


.new_year-params {
    display: inline-block;
    width: 43%;
    color: #fff;
    text-align: right;
    font-size: 11px;
    line-height: 13px;
}

.new_year-params span{
    display: block;
}

.new_year:before {
    content: '';
    background-image: url(../img/newyearbg.png);
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-repeat: no-repeat;
}
.new_year-container{
    max-width: 260px;
    margin: 0 auto;
}


.new_year.small{
  margin-right: 10px;
}

.new_year.small h3 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: serif;
    text-align: right;
    padding-right: 30px;
    margin-bottom: 0;
}

.small .new_year-price {
    display: inline-block;
    width: 60%;
    float: left;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 13px;
    font-size: 12px;
    text-align: right;
}

.small .new_year-c{
  font-size: 13px;
}

.small .new_year-params {
    display: inline-block;
    width: 40%;
    color: #fff;
    text-align: right;
    font-size: 9px;
    line-height: 11px;
    padding-right: 10px;
}



.xprice.z-on, .vprice.z-on, .zprice.z-on, .bprice.z-on {
    color: red;
}


.sunday-on .zprice.z-on{
  color: #000;
}

.sunday-on .bprice.z-on{
    color: red;
}

.sunday-on .text-price .columm-group p{
    font-size: 13px;
}

.sunday-on  .columm-group.vprice{
  border-right: 1px #c1c1c1 solid;
  padding-right: 5px;
}

.sunday-on-inner p {
    font-size: 15px !IMPORTANT;
}

.count-place{
  text-align: center;
  width: 100%;
  max-width: 180px;
}

.count-place .select-block{
  padding: 0;
  margin: 10px 0 10px 0;
}

.count-place label span{
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto;
    display: table;
}

.count-place .range-selects{
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.count-place .range-selects input{
  width: 30%;
  max-width: 50px;
  min-width: 30px;
  text-align: center;
  height: 30px;
  margin: 5px 0 5px 0;
  box-shadow: inset 0 4px 7px 0 rgba(0,0,0,.25);
  border-radius: 4px;
  border: 1px #c1c1c1 solid;
  background: #fff;
  position: relative;
}

.count-place .range-selects .dec, .count-place .range-selects .inc{
  width: 20px;
  text-align: center;
  width: 17px;
  height: 30px;
  display: table;
  background: url(../img/icons/number-field-arrow.png) no-repeat center;
  position: relative;
  top: 6px;
  cursor: pointer;
}

.count-place .range-selects .dec{
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.price-off{
  display: none;
}

.price-on{
  display: block;
}

.main-filter .group-filter .filter .block-select>.select-block:nth-of-type(4) .select-count {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
    margin-top: 10px;
}

.main-filter .group-filter .filter .block-select>.select-block:nth-of-type(4) .select-count label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
    width: 80px;
}

.main-filter .group-filter .filter .block-select>.select-block:nth-of-type(4) .select-count label p {
    line-height: 1.5;
    margin: 0;
}

.main-filter .group-filter .filter .block-select>.select-block:nth-of-type(4) .select-count>.select-number {
    width: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 4px;
    border-radius: 4px;
    background: #dc7900;
    margin: 5px;
}

.main-filter .group-filter .filter .block-select>.select-block:nth-of-type(4) .select-count>.select-number span {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    border-radius: 5px;
    padding: 0 4px;
    margin: 0 1px;
    border: 1px solid rgba(0,0,0,.2);
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.55);
    background: linear-gradient(to bottom,#fff 1%,#fff 25%,#dedede 50%,#fff 75%,#fff 100%,#7db9e8 100%);
}

.main-filter .group-filter .filter .block-select>.select-block:nth-of-type(4) .select-count>.select-number span:before {
    position: absolute;
    width: 19px;
    height: 2px;
    padding: 0;
    margin: 0;
    content: ' ';
    background: #fff;
    opacity: .5;
    top: 14px;
    left: 0;
}

.filter .row .block-select .select-block:nth-child(1) {
    border-right: none !IMPORTANT;
}

.ic-header ul {
    list-style: none;
    margin: 0;
    text-align: right;
    margin-bottom: 1px;
}

.ic-header ul li {
    display: inline-block;
    margin-left: 3px;
}

.ic-header ul li a img{
  width: 22px;
}

.filter-area{
  margin: 10px 0 10px 0;
  width: 50%;
  padding: 0 20px;
}

.filter-area h4 {
    margin: 2px 5px 0 0px;
    font-size: 13px;
    font-weight: 700;
}

.filter-area select {
    width: 120px;
    min-width: 30px;
    text-align: center;
    height: 31px;
    margin: 8px 0 0px 0;
    box-shadow: inset 0 4px 7px 0 rgba(0,0,0,.25);
    border-radius: 4px;
    border: 1px #c1c1c1 solid;
    background: #fff;
    position: relative;
    font-size: 12px;
    line-height: 16px;
}

section.objects-map #objects-map .map-object .item .wrap .head-text .text .text-tittle .text-number a {
    margin-left: 0;
}


.map-object .new_year.small {
    margin-right: 0;
}

.map-object .new_year-container {
    max-width: 270px;
    margin: 0 auto;
}

.map-object  .small .new_year-price {
    width: 58%;
}

.map-object  .small .new_year-params {
    width: 36%;
    padding-right: 10px;
}

#pricethree, #pricetwo, #pricefour, #priceone{
  display: none;
}

#pricetwo.price-on, #pricethree.price-on, #priceone.price-on, #pricefour.price-on {
    display: block !Important;
}

.region-fix .filter-block{
  width: 100% !IMPORTANT;
}


.more-params{
  width: 100%;
}

.right-params-fix{
      min-height: 82px;
}

section.objects-map #objects-map .map-object .item .wrap .head-text .btn-secton {
    position: absolute;
    bottom: 10px;
    left: -120px;
}



.map-object .old-price {
  height: 13px;
  font-size: 12px;
  font-weight: 300;
}

section.objects-map #objects-map .map-object .item .wrap .head-text .text .action .text-price .columm-group p.old-price:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 1px;
    display: block;
    background: #1c1c1c;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

section.objects-map #objects-map .map-object .item .wrap .head-text .text .action .text-price .columm-group p:before {
  display: none;
}

@media (max-width: 767px){
  /*
  .price-filter{
    display: none;
  }
  */
  .price-filter {
      margin: 10px 0 10px 0;
      padding-right: 5px;
      padding-left: 5px;
      width: 100%;
  }
  
  .item.column .orbit-previous, .item.column .orbit-next{
    opacity: 1;
  }

  .jgallery .zoom img {
     top: 45%;
     left: 50%;
  }
  .jgallery.jgallery-standard {
    height: 340px!important;
  }
  
  .social-order{
    position: fixed;
    bottom: 5px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    display: block;
    z-index: 9999999999999;
  }
  
  .social-order a {
      color: #fff;
      background-color: #0ea900;
      border-radius: 6px;
      width: 40%;
      display: inline-block;
      margin-right: 10px;
      font-size: 13px;
      padding: 6px 0px;
  }
  
  .social-order a.phone{
    background-color: #009fc8;
  }
  
  .reveal.default {
      margin: 50px auto;
      top: 50px !IMPORTANT;
      width: calc(100% - 45px);
  }
  
  .reveal#see-booking {
      margin: 50px auto;
      top: 50px !IMPORTANT;
      width: calc(100% - 45px);
  }
  
  .obj__gallery-block .jgallery .zoom-container .jgallery-btn-large {
    margin-top: -25px;
  }
  .new_year:before{
    background-size: cover;
  }
  .new_year.small{
    margin-right: 0px;
  }
  .section-card>.row .catalog-wrapper .item .wrap .head-text .btn-secton {
    position: relative;
  }
  
  .section-card>.row .catalog-wrapper .item .wrap .head-text{
    height: auto;
  }
  
  .filter-area {
      width: 100%;
      padding: 0 6px;
      margin: 0 auto;
  }
  
  .filter-area select {
    width: 100%;
    min-width: 30px;
  }
  
  .block-checkbox .column:last-of-type {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  
}


@media screen and (max-width: 40em) {
  .main-filter .group-filter .filter {
    max-width: 300px;
}

.main-filter .group-filter .filter .block-input>.input-box:before {
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 2px;
    content: '-';
    text-align: center;
}
}
