
ul, ol, li {
  margin: 0;
  padding: 0;
}
/* ---- grid ---- */
/* clearfix */
.grid:after {
    content: "";
    display: block;
    clear: both;
  }
  
  /* ---- grid-item ---- */
  .grid-sizer,
  .grid-item {
    width: 25%;
  }
  
  .grid-item {
    height: 170px;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.35s ease-in-out;
  }

  .grid-item img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
  }
  
  .grid-item:hover {
    cursor: pointer;
    -webkit-filter: grayscale(0%) blur(0);
  }
  
  .grid-alpha {
    display: none;
    position: absolute;
    background-color: #F4F3F4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
  }
  
  .grid-alpha:hover {
    cursor: zoom-out;
  }
  
  .grid-item.item-opened {
    width: 80%;
    height: 80vw;
    border: 3px solid #e8e8e8;
    -webkit-filter: grayscale(0%) blur(0);
  }
  
  .grid-item--width2 {
    width: 50%;
  }
  
  .grid-item--height2 {
    height: 282px;
  }
  
  .grid-item--height3 {
    height: 394px;
  }
  
  @media only screen and (max-width: 580px) {
    .grid-item {
      width: 50%;
    }
  
    .grid-item--width2 {
      width: 100%;
    }
  }

  
.item_modal_gallery {
  width: 100%;
  height: calc(100vh - 150px);
}

#exampleModal1 .item_modal_gallery {
  width: 100%;
  height: calc(100vh - 30px);
}
.item_modal_gallery img{
  width: 100%;
  height: 100%;
  object-fit: contain
}
#Modal1 .modal-content, #exampleModal1 .modal-content{
  padding: 20px 0 10px;
}
#Modal1 .modal-header, #exampleModal1 .modal-header{
  padding: 0;
  height: 0;
  border: 0;
}
#Modal1 .modal-body, #exampleModal1 .modal-body{
  position: relative;
  padding: 0;
  border: 0;
}
#Modal1 * .tns-controls, #exampleModal1 * .tns-controls{
  display: none;
}



#Modal1 .modal-footer, #exampleModal1 .modal-footer{
  position: relative;
  padding: 0;
  height: 0;
  border: 0;
}

#Modal1 * .modal-header .btn-close, #exampleModal1 * .modal-header .btn-close{
  cursor: pointer;
  width: 64px;
  height: 64px;
  border: 0px solid black!important;
  border-radius: 0px;
  background-color: white;
  padding: 0;
  position: absolute;
  right: 30px;
  z-index: 1;
  background: url(/wp-content/themes/view/images/close_icon.png)no-repeat center;
  background-size: auto 60%;
  background-color: #0d0d0d;
  top: 30px;
}


.gallery_plans{
  padding: 80px 0 30px;
  display: flex;
  flex-wrap: nowrap;
  margin: 0px auto;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

#gallery_p-ow{
  position: relative;
}

.gallery_item_p img{
  height: 400px;
}

 #gallery_p-ow .tns-nav, #gallery_p-ow .tns-liveregion{
  display: none
}

#gallery_p-ow .tns-controls{
  position: absolute;
  bottom: -105px;
  left: calc(50% - 80px);
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
  width: 60px;
  height: 60px;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #c2c2c2;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #c2c2c2;
  font-size: 24px;
}

.sec_content{
  padding-top: 50px!important ;
  padding-bottom: 50px!important ;
}

#gallery_p-ow .tns-controls button:first-child {
  background: url(/wp-content/themes/view/images/back_ic.png)no-repeat center;
  background-size: auto 60%;
  border-color: #c2c2c2;
}
#gallery_p-ow .tns-controls button:nth-child(2) {
  background: url(/wp-content/themes/view/images/naxt_ic.png)no-repeat center;
  background-size: auto 60%;
  border-color: #c2c2c2;
}
.gallery_plans_content{
  padding-bottom: 150px;
  background-color: #F3F3F3;;
}

#gallery_p-ow .tns-controls button:first-child{
  margin-right: 30px;
}

.btn_modal_gallery{
  cursor: pointer;
  width: 64px;
  height: 64px;
  border: 1px solid black!important;
  border-radius: 0px;
  background-color: white;
  padding: 0;
  position: absolute;
  right: 30px;
  z-index: 1;
  top: 10px;
}

.btn_modal_gallery_prev{
  top: calc(50% - 32px);
  left: 30px;
  opacity: 0.6;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==")no-repeat center;
  background-size: auto 70%;
  background-color: #0d0d0d;
}
.btn_modal_gallery_next{
  top: calc(50% - 32px);
  right: 30px;
  opacity: 0.6;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+")no-repeat center;
  background-size: auto 70%;
  background-color: #0d0d0d;
}

#Modal1 * .tns-controls, #exampleModal1  * .tns-controls{
  display: none!important
}

.thumbnails{
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.thumbnails li {
  display: inline-block;
  cursor: pointer;
  padding: 15px 10px 0;
  position: relative
}

.modal_box_liter_nm1{
  position: absolute;
  top: 10px;
  display: none;
  left: 10px;
  width: fit-content;
  padding: 15px;
  background: white;
  border: 1px solid #474747!important;
  border-radius: 8px;
  z-index: 2
}

.title_modal_box_liter_nm1{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.text_modal_box_liter_nm1{
  text-align: 16px;
}

.gen_plan_box_n{
  position: relative
}

.backgr_img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.backgr_img img{
  height: 100%;
  width: 100%;
  object-fit: contain
}

.gen_plan_box_n svg{
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto
}

.gen_plan_box_n svg path{
  transition: 0.25s;
  fill: #ffffff00;
  stroke: white;
  stroke-width: 2px;
}

.gen_plan_box_n svg path:hover{
  fill: #ff606895;
  cursor: pointer;
  transition: 0.25s;
}

.tns-nav-active:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1
}
li {
  list-style: none;
}
.thumbnails img {
  vertical-align: bottom;
  height: auto;
  max-height: 150px;
}
/* 
.thumbnails * img:not(.tns-lazy-img), .lazyload img {
  height: auto;
} */
.thumbnails * img {
  height: 100px;
  object-fit: cover;
  width: 100px;
}

.thumbnails .tns-nav-active {
  background: none;
  border-color: #000;
}

#Modal1 .modal-content, #exampleModal1 .modal-content{
    background-color: rgb(0 0 0 / 90%)!important
}
#exampleModal1 .tns-nav{
  display: none
}

.buttonswrap_whatsapp:hover{
  color: white;
}




.map_gen_box{   
   position: relative;
  width: 100%;
  height: 61vw;
}
.poligons_map {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}

.map_gen_box img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.poligons_map{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}

#poligon_1 {
  
    position: absolute;
    top: -23.18vw;
    left: -26.9vw;
    width: 14vw;
    height: 14vw;
}

#poligon_2{    
    position: absolute;
    top: -17.95vw;
    left: -15.4vw;
    width: 23.6vw;
    height: 20.5vw;
}

#poligon_3{   
  
  position: absolute;
  top: -5.1vw;
  left: 11.8vw;
  width: 19.9vw;
  height: 17.65vw;
}

#poligon_4{    
    position: absolute;
    top: -14.6vw;
    left: -29.81vw;
    width: 23.1vw;
    height: 22.63vw;
}

#poligon_5{   
  position: absolute;
  top: 4vw;
  left: -9vw;
  width: 26vw;
  height: 21.65vw;
}

#poligon_1 path, #poligon_2 path{
  transition: 0.3s;
  cursor: pointer;
} 


.poligon_box svg{
  width: 100%;
  height: 100%;
}

.info_poligon_box{
  display: none;
  padding: 15px 20px 20px;
  background: white;
  border: 1px solid black;
  position: absolute;
  top: -8.5vw;
  white-space: nowrap;
  width: fit-content;
  left: 3.5vw;
  min-width: 11vw;
}
.info_poligon_box:after{
  content: '';
  position: absolute;
  bottom: -1vw;
  background: url(/wp-content/themes/view/images/r12948.png)no-repeat center;
  background-size: cover;
  left: 2vw;
  width: 2vw;
  height: 1.6vw;
}

.title_info_poligon_box{
  font-weight: 700;
  font-size: 1.2vw;
  margin-bottom: 0.6vw;
}

.deadline_info_poligon_box{
  font-size: 1vw;
  margin-bottom: 0.3vw;
}
/* 
.poligon_box .svg_pol_it path:hover .info_poligon_box {
display: initial;
} */


.map_gen_box svg path{
  transition: 0.25s;
  fill: #ffffff00;
  stroke: white;
  stroke-width: 2px;
}

.map_gen_box svg path:hover{
  fill: #ff606895;
  cursor: pointer;
  transition: 0.25s
}

.map_gen .container{
  padding-top: 120px ;
  padding-bottom: 70px
}


.apartment_plans_catalog * .row>* {
  padding: calc(var(--bs-gutter-x) * .5);
}

.apartment_plans_catalog_item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 25px;
}

.apartment_plans_catalog_item_title{
  padding-bottom: 10px;
  text-align: center;
}

.apartment_plans_catalog_item_square{
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  color: #000000;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  border-color: #474747!important;
  background-color: #474747!important;
  color: #fff!important;
}
.btn_custom_filtr{
  margin-right: 15px!important;
  padding: 14px 20px!important;
  border-style: solid!important;
  border-width: 1px!important;
  border-color: #cacaca!important;
  border-radius: 5px!important;
  background-color: transparent!important;
  -webkit-transition: all 350ms ease!important;
  transition: all 350ms ease!important;
  font-size: 15px!important;
}

.apartment_plans_catalog_item_photo{
  display: flex;
  width: 100%;
  height: 200px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.apartment_plans_catalog_item_photo img{
  width: 100%;
  height: 100%;
  object-fit: contain
}

.apartment_plans_catalog_item .btn{
  padding: 15px 30px;
  
}

.apartment_plans_filters * .row-cols-3>* {
  flex: 0 0 auto;
  width: 30.333333%;
}

.content_modal_apartment{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:  0;
}

.photo_modal_apartment{
  width: 530px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.photo_modal_apartment img{
  width: 100%;
  height: 100%;
  object-fit: contain
}

.info_content_modal_apartment{
  width: calc(100% - 600px);
}

.info_content_modal_apartment_item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #cacaca;
  justify-content: space-between;
  border-radius: 0;
}

.modal_footer_custom{
  padding: 0!important;
  border: 0px!important
}

.info_content_modal_apartment_item_title {
  font-size: 16px;
  font-weight: 400;
  color: #7a7a7a
}

.form_modal_room_n{
  
  border-radius: 3px;
  margin-top: 20px;
  background: #e9ecef;
  box-sizing: border-box;
  padding: 15px;
}

.phone_btn_whats_n{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: flex-end;
  align-items: center;
}

.btn_whats_nn{
  padding: 10px 15px!important;
  box-sizing: border-box;
  background: #25d366!important;
  cursor: pointer;
  border-radius: 3px!important;
  color: white!important;
  text-decoration: none;
}

.title_form_modal_n{
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}

.inp_btn_box input{
  width: calc(100% - 110px);
  border-radius: 3px;
  background: white;

  padding: 8px 10px;
  border: 1px solid #cacaca;

}

.inp_btn_box{
  display: flex;
  justify-content: space-between;

}

.btn_form_modal_n{
  cursor: pointer;
  background: #196712;
  color: white;
  border-radius: 3px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400
}

.info_content_modal_apartment_item_val {
  font-size: 18px;
  font-weight: 600;
}
.map_gen .container{
  padding-top: 90px;
}

.btn_primary{
  width: 100%;
  box-sizing: border-box!important;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  border-radius: 3px!important;
  background-color: #ff6066!important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 600!important;
  color: white!important;
  margin-bottom: 10px!important;
  text-transform: uppercase;
  cursor: pointer;
}


#modal_form_box input{
  height: 60px;
    margin-bottom: 20px;
    padding-left: 45px;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    box-sizing: border-box;
    border-color: transparent transparent #b8b8b8;
    background-color: transparent;
    font-size: 19px;
    font-weight: 300;
}

#modal_form_n .modal-header{
  position: relative;
  border: 0px solid white!important
}

#modal_form_n .modal-header .btn-close{
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
}

#modal_form_n .modal-body{
  padding-bottom: 0;
  border-bottom: 0px solid white;
}

#modal_form_n .modal-footer{
  padding-bottom: 0;
  border: 0px solid white;
}

.name_input_modal_form_n{
  background-image: url(/wp-content/themes/view/images/green_avatar.png);
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.phone_input_modal_form_n{
  background-image: url(/wp-content/themes/view/images/green_phone.png);
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.modal-content{
  padding: 20px 30px 10px;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input:focus-visible,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
.apartment_plans{
  padding: 90px 0
}

.apartment_plans_filters{
  margin-top: 30px;
}
.mistakes_block {
  position: fixed;
  right: -110%;
  top: 30px;
  box-shadow: 0 0px 8px 0 rgb(0 0 0 / 18%);
  z-index: 5555;
  width: fit-content;
  padding: 15px;
  border-radius: 3px;
  transition: 0.2s;
  background: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.icon_mistakes_block_drrr {
  background: url(/wp-content/themes/view/images/comment.png) no-repeat center;
  background-size: 57% auto;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}
.apartment_plans_catalog{
  margin-top: 30px;
}
.form_block_form_button.pink, .formcalc_block_wrap_button{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.apartment_plans_catalog_item{
  border-radius: 5px!important;
  border: 1px solid #cacaca!important
}

.btn_open_modal{
  border-radius: 3px!important;
  background: #196712!important;
  padding: 10px 0!important;
  color: white!important;
  width: 100%
}

.tns-controls [disabled] {
  opacity: 0.5;
  pointer-events: none
}

.modal_phone{
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  margin-right: 20px!important;
  color: #000000;
  text-decoration: none;
}

.btn{
  font-size: 16px!important
}


@media screen and (max-width: 1285px){
  .image-39{
    height: 170px;
  }

  .navbar_container_navmenu_phone{
    height: fit-content
  }

  .navbar_container{
    align-items: center;
  }
  .menu-button {
    width: 50px;
    height: 40px;
    margin-left: 40px;
    padding: 0 20px 0 0;
}
.photo_modal_apartment{
  height: 30vw;
  width: 30vw
}
.info_content_modal_apartment {
  width: calc(100% - 33vw);
}

.content_modal_apartment{
  align-items: flex-start;
}
.image-39 {
  height: 14vw;
}
}
@media screen and (max-width: 999px){
  .w-nav[data-collapse="medium"] .w-nav-button {
      display: block;
      padding-top: 1px;
  }

  .content_modal_apartment{
    display: block;
  }
.photo_modal_apartment{
  height: 80vw;
  width: 100%;
}
#exampleModal * .modal-body{
  padding: 0!important
}
#exampleModal * .modal-header{
  padding: 10px!important
}
.info_content_modal_apartment{
  width: 100%;
  margin-top: 15px;
}
.item_room_flt{
  margin-bottom: 10px;
}
.photo_modal_apartment{
  height: 40vw
}
.info_content_modal_apartment_item{
  padding: 5px 10px;
}
.info_content_modal_apartment_item_title{
  font-size: 14px;
}
.info_content_modal_apartment_item_val{
  font-size: 16px;
}
.form_modal_room_n{
  margin-top: 15px;
  padding: 10px;
}
.phone_btn_whats_n{
  margin-top: 15px;
  padding-bottom: 10px;
}

.modal_phone{
  font-size: 22px;
  margin: 0 0 10px!important;
}
  .grid-item {
      height: 30vw;
      float: left;
      padding: 5px;
      box-sizing: border-box;
      transition: all 0.35s ease-in-out;
  }
  .grid-item--height3{
    height: 50vw
  }
  .grid-item--height2{
    height: 40vw
  }
  .customize-tools{
    display: none
  }
  .item_modal_gallery {
      width: 100%;
      height: calc(100vh - 40px);
  }
.phone_btn_whats_n{
  justify-content: center;
}
.inp_btn_box{
  display: block;
}
.btn_form_modal_n{
  text-align: center;
}
.inp_btn_box *{
  width: 100%;
}
.inp_btn_box input{
  margin-bottom: 10px;
  width: 100%;
}
  .item_room_flt {
    width: calc(50% - 5px)!important;
    padding: 0px!important;
}

  .apartment_plans_catalog .container{
    display: flex;
    justify-content: center;
  }
  .apartment_plans_catalog .row-cols-4{
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 679px){
  .navbar_container_navmenu_phone {
      font-size: 5vw;
      line-height: 1;
      height: 12vw;
  }
  .apartment_plans_catalog_item_photo{
    height: 30vw;
    margin-bottom: 20px
  }
  .deadline_info_poligon_box{
    font-size: 3vw
  }

  .count_pages_info_poligon_box{
    font-size: 3vw;
    font-size: 600
  }

  .deadline_info_poligon_box{
    font-size: 3vw
  }
  .info_poligon_box {
    padding: 2vw;
    top: -10.5vw;
    left: 5.5vw;
  }

  .info_poligon_box:before{
    content: '';
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 3vw;
    height: 3vw;
    background: url(/wp-content/themes/view/images/close_icon.png)no-repeat center;
    background-size: auto 60%;
    background-color: #0d0d0d;
  }
  .map_gen{
    width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
  }
  .apartment_plans_catalog_item{
    padding: 10px;
    margin-bottom: 10px
  }
  .btn_open_modal {
    padding: 8px 0!important;
    font-size: 14px!important;
  }
  .apartment_plans {
    padding: 50px 0;
  }
  .map_gen .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .apartment_plans_filters_checkboxes{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gallery_plans{
    padding-top: 60px;
    display: block;
  }
  #gallery_p-mw{
    overflow: hidden
  }

  .sec_content{
    overflow: hidden
  }

  .btn_custom_filtr{
    width: calc(50% - 5px);
    box-sizing: border-box;
    margin: 0 0 10px!important;
  }
  .btn_modal_gallery_next{
    top: calc(50% - 20px);
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .content_modal_apartment{
    display: block;
  }
.photo_modal_apartment{
  height: 80vw;
  width: 100%;
}
#exampleModal * .modal-body{
  padding: 0!important
}
#exampleModal * .modal-header{
  padding: 10px!important
}
.info_content_modal_apartment{
  width: 100%;
  margin-top: 15px;
}
.info_content_modal_apartment_item{
  padding: 5px 10px;
}
.info_content_modal_apartment_item_title{
  font-size: 14px;
}
.info_content_modal_apartment_item_val{
  font-size: 16px;
}
.form_modal_room_n{
  margin-top: 15px;
  padding: 10px;
}
.phone_btn_whats_n{
  margin-top: 15px;
  padding-bottom: 10px;
}

.modal_phone{
  font-size: 22px;
  margin: 0 0 10px!important;
}
  .btn_modal_gallery_prev {
    top: calc(50% - 20px);
    left: 10px;
    width: 40px;
    height: 40px;
  }
  #Modal1 * .modal-header .btn-close, #exampleModal1 * .modal-header .btn-close{
    width: 40px;
    height: 40px;
    right: 15px;
    top: 15px;
  }

  .div-block-80{
    display: flex;
    flex-wrap: wrap;
  }
  .image-39 {
    width: 100%;
    height: 70vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sec_content.fiolet{
    padding-top: 40px!important
  }

  #exampleModal *  .modal-content{
    padding: 10px!important;
  }

  .navbar_container{

    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .navbar_container_navmenu_phone {
    font-size: 5vw;
    line-height: 1;
    padding: 0;
    margin: 0;
    border-bottom: 0px;
    height: auto;
  }
    .info_content_modal_apartment{
        display: flex;
        flex-direction: column;
    }
    
    .params_room_n{
        order: 0;
    }
    .form_modal_room_n{
        order: 2;
    }
    .phone_btn_whats_n{
        order: 1;
    }
  .menu-button {
    width: 35px!important;
    height: 35px!important;
    margin-left: 20px!important;
    padding: 0!important;
    display: flex!important;
    align-items: center!important
  }
  .w-nav:before, .w-nav:after {
    content: " ";
    display: none!important;
  }
  .w-container:before, .w-container:after{
    display: none!important;
  }

  tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  #gallery_p-ow .tns-controls button:first-child {
    margin-right: 15px;
  }
  .gallery_plans_content{
    padding-bottom: 120px;
  } 
  #gallery_p-ow .tns-controls {
    position: absolute;
    bottom: -90px;
    left: calc(50% - 60px);
  }
.modal_box_liter_nm1:before{
  content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/view/images/close_icon.png)no-repeat center;
    background-size: auto 60%;
    background-color: #474747!important;
    border-radius: 3px;
  }
.modal_box_liter_nm1{
  padding: 25px 40px 15px 15px;
  margin-bottom: 0;
}
  

  ._modal_box_liter_nm1{
   font-size: 18px;
   margin-bottom: 0; 
  }
  .gallery_item_p img{
      height: 200px;
  }
  .sec_main_gradient_statswrap_item_txtbig{
      order: 1;
  }
    .sec_main_gradient_statswrap_item_txtsmal{
        order: 0;
    }
    
    
    .sec_content_scroll{
        overflow: scroll;
        width: 100%;
    }
    
    .div-block-80 {
        display: flex;
        width: fit-content;
        flex-wrap: nowrap;
    grid-column-gap: 15px;
    }
    .image-39{
        height: 50vw;
    }
    
    .link-block-6 {
        width: 290px;
    }

}
.text-block-49{
    transition: 0.25s;
}
.link-block-6:hover .text-block-49{
    background: #ddd;
    transition: 0.25s;
}
.link-block-6:hover{
    cursor: pointer;
}