.home_mans,
.home_mans *,
.ns-overlay,
.ns-overlay *{
  box-sizing:border-box;
}

.home_mans{
  width:100%;
}


.ns-bubble img {max-width: none !important;}

.direct_seach-all,
.direct_seach{
  width:1230px;
  max-width:100%;

  margin-left:auto;
  margin-right:auto;
}

.ns-self-panel a,
.ns-overlay a{
  color:inherit;
  text-decoration:none;
}

.ns-cub{
  width:100%;
  line-height:normal;
}

.ns-wrap{
  width:100%;
  display:flex;
  justify-content:center;
}

.ns-bar{
  width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  border-radius:12px;
  box-shadow:0 14px 40px rgba(0,0,0,.08);
  padding:10px 12px;
}

.ns-ico{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:10px;
  background:rgba(0,0,0,.04);
  flex:0 0 auto;
}

.ns-input{
  flex:1;
  border:0;
  outline:none;
  font-size:16px;
  padding:12px 6px;
  background:transparent;
  min-width:0;
  color:#111;
}

.ns-input::placeholder{
  color:rgba(0,0,0,.45);
}

.ns-btn{
  border:0;
  cursor:pointer;
  background:#002f34;
  color:#fff;
  border-radius:10px;
  padding:12px 18px;
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
  font:inherit;
}

.ns-btn-ico{
  display:none;
}

.ns-btn-text{
  display:block;
  font-size:15px;
}

@media(max-width:640px){
  .direct_seach-all,
  .direct_seach{
    width:100%;
    padding:24px;
  }

  .ns-btn-text{
    display:none;
  }

  .ns-btn-ico{
    display:block;
  }

  .ns-bar{
    padding:10px;
  }
}

.ns-overlay{
  --ns-panel-height:100vh;
  --ns-keyboard-offset:0px;
  position:fixed;
  left:0;
  right:0;
  top:0;
  bottom:auto;
  height:var(--ns-panel-height);
  min-height:var(--ns-panel-height);
  max-height:var(--ns-panel-height);
  overflow:hidden;
  background:#fff;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
  z-index:2147483647;
  font-family:inherit;
  color:#111;
  touch-action:manipulation;
}

.ns-overlay.is-open{
  opacity:1;
  pointer-events:auto;
}

.ns-close{
  position:fixed;
  top:18px;
  right:18px;
  width:48px;
  height:48px;
  border:0;
  background:transparent;
  font-size:34px;
  cursor:pointer;
  opacity:.75;
  z-index:10;
  line-height:1;
  color:#111;
}

[dir="rtl"] .ns-close{
  right:auto;
  left:18px;
}

.ns-close:hover{
  opacity:1;
}

.ns-drop{
  position:fixed;
  left:0;
  right:0;
  bottom:calc(16px + var(--ns-keyboard-offset, 0px));
  z-index:9;
  transform:translateY(140%);
  transition:transform .55s cubic-bezier(.2,.9,.2,1);
}

.ns-overlay.is-open .ns-drop{
  transform:translateY(0);
}

.ns-dropbar{
  width:min(980px, 94vw);
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 50px rgba(0,0,0,.12);
  border:1px solid rgba(0,0,0,.06);
}

.ns-drop-ico{
  width:44px;
  height:44px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.04);
  flex:0 0 auto;
}

.ns-drop-input{
  flex:1;
  border:0;
  outline:none;
  font-size:16px;
  padding:12px 6px;
  background:transparent;
  min-width:0;
  color:#111;
}

.ns-drop-input::placeholder{
  color:rgba(0,0,0,.45);
}

.ns-drop-btn{
  border:0;
  cursor:pointer;
  background:#002f34;
  color:#fff;
  border-radius:12px;
  padding:12px 18px;
  font-size:15px;
  font-weight:600;
  flex:0 0 auto;
  font-family:inherit;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:44px;
  line-height:1;
}

.ns-drop-btn-text{
  display:block;
}

.ns-drop-btn-ico{
  display:none;
  width:20px;
  height:20px;
}

.ns-chat{
  position:fixed;
  left:0;
  right:0;
  top:0;
  bottom:calc(110px + var(--ns-keyboard-offset, 0px));
  padding:26px 14px 18px 14px;
  overflow:auto;
}

.ns-chat .ns-msg{
  width:min(980px, 94vw);
  margin:14px auto;
  display:flex;
  gap:10px;
  align-items:flex-start;
}

.ns-bot{
  justify-content:flex-start;
}

.ns-user{
  justify-content:flex-end;
}

.ns-avatar{
  width:34px;
  height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:700;
  user-select:none;
  flex:0 0 auto;
  margin-top:2px;
}

.ns-avatar-bot{
  background:rgba(0,0,0,.06);
  color:#002f34;
}

.ns-avatar-user{
  background:#002f34;
  color:#fff;
}

.ns-stack{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.ns-meta{
  font-size:12px;
  opacity:.65;
  line-height:1;
}

.ns-bubble{
  display:inline-block;
  width:fit-content;
  max-width:520px;
  padding:12px 14px;
  border-radius:16px;
  font-size:15px;
  line-height:1.35;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  text-align:left;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}

[dir="rtl"] .ns-bubble{
  text-align:right;
}

.ns-bot .ns-avatar{
  order:1;
}

.ns-bot .ns-stack{
  order:2;
}

.ns-bot .ns-bubble{
  border-top-left-radius:8px;
  background:#f2f4f7;
  color:#111;
}

[dir="rtl"] .ns-bot .ns-bubble{
  border-top-left-radius:16px;
  border-top-right-radius:8px;
}

.ns-user .ns-avatar{
  display:none;
}

.ns-user .ns-stack{
  align-items:flex-end;
}

.ns-user .ns-bubble{
  border-top-right-radius:8px;
  background:#002f34;
  color:#fff;
}

[dir="rtl"] .ns-user .ns-bubble{
  border-top-right-radius:16px;
  border-top-left-radius:8px;
}

.ns-cursor{
  display:inline-block;
  margin-left:2px;
  opacity:.85;
  animation:nsblink 1s infinite;
}

@keyframes nsblink{
  0%,49%{opacity:1}
  50%,100%{opacity:.15}
}


@media(max-width:760px){
  .ns-drop-btn{
    width:44px;
    height:44px;
    min-width:44px;
    flex:0 0 44px;
    padding:0;
    border-radius:11px;
  }

  .ns-drop-btn-text{
    display:none;
  }

  .ns-drop-btn-ico{
    display:block;
  }
}

@media(max-width:520px){
  .ns-bubble{
    max-width:82vw;
  }

  .ns-drop{
    bottom:12px;
  }

  .ns-close{
    top:12px;
    right:12px;
  }

  [dir="rtl"] .ns-close{
    right:auto;
    left:12px;
  }
}

.ns-typing{
  display:inline-flex;
  align-items:center;
  gap:4px;
}

.ns-dot{
  width:6px;
  height:6px;
  border-radius:999px;
  background:rgba(0,0,0,.35);
  display:inline-block;
  animation:nsDot 1.05s infinite ease-in-out;
}

.ns-dot:nth-child(2){
  animation-delay:.15s;
}

.ns-dot:nth-child(3){
  animation-delay:.30s;
}

@keyframes nsDot{
  0%,80%,100%{
    transform:translateY(0);
    opacity:.35;
  }

  40%{
    transform:translateY(-4px);
    opacity:1;
  }
}

.ns-swap{
  position:relative;
  color:#002f34;
  perspective:600px;
}

.ns-swap .ns-ico-search,
.ns-swap .ns-ico-chat{
  position:absolute;
  inset:0;
  margin:auto;
  width:20px;
  height:20px;
  transform-origin:50% 50%;
  transition:transform .38s cubic-bezier(.2,.9,.2,1), opacity .22s ease;
}

.ns-swap .ns-ico-search{
  opacity:1;
  transform:rotateY(0deg) scale(1);
}

.ns-swap .ns-ico-chat{
  opacity:0;
  transform:rotateY(-90deg) scale(.85);
}

.ns-overlay.icon-chat .ns-swap .ns-ico-search{
  opacity:0;
  transform:rotateY(90deg) scale(.85);
}

.ns-overlay.icon-chat .ns-swap .ns-ico-chat{
  opacity:1;
  transform:rotateY(0deg) scale(1);
}

.ns-cards{
  width:min(980px, 94vw);
  margin:10px auto 18px auto;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

@media(max-width:900px){
  .ns-cards{
    grid-template-columns:1fr;
  }
}

.ns-card{
  background:#fff;
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.10);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
}

.ns-card-top{
  position:relative;
}

.ns-card-img{
  height:240px;
  width:100%;
  object-fit:cover;
  display:block;
  background:rgba(0,0,0,.04);
}

.ns-card-body{
  padding:14px 16px 16px 16px;
}

.ns-title{
  font-size:18px;
  font-weight:900;
  line-height:1.2;
  margin-bottom:6px;
}

.ns-sub{
  font-size:13px;
  opacity:.75;
  line-height:1.25;
  margin-bottom:10px;
}

.ns-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.ns-price{
  font-size:20px;
  font-weight:900;
}

.name_home{
  font-size:16px;
  font-weight:700;
  line-height:1.25;
  color:#111;
}

.price_m{
  font-size:18px;
  color:#111;
}

.ns-more{
  width:min(980px, 94vw);
  margin:0 auto 18px auto;
  display:flex;
  justify-content:center;
}

.ns-more a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#002f34;
  color:#fff;
  border-radius:14px;
  padding:12px 18px;
  text-decoration:none;
  font-weight:800;
}

.ns-bubble .ns-bot-content{
  display:flex;
  flex-direction:column;
}

.ns-bubble .ns-cards{
  width:100%;
  margin:0;
  display:grid;
  grid-template-columns:1fr !important;
  gap:16px;
}

.ns-bubble .ns-more{
  width:100%;
  margin:0;
  display:flex;
  justify-content:flex-end;
}

.ns-bubble .ns-more a{
  margin-top:20px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  color:#000;
  border-radius:14px;
  padding:14px 16px;
  text-decoration:none;
  font-weight:900;
  font-size:16px;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 12px 28px rgba(0,0,0,.12);
  transition:background .18s ease, transform .18s ease, box-shadow .18s ease;
  -webkit-tap-highlight-color:transparent;
}

.ns-bubble .ns-more a:hover{
  background:#f0f0f0;
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(0,0,0,.14);
}

.ns-bubble .ns-more a:active{
  transform:translateY(0);
  box-shadow:0 10px 22px rgba(0,0,0,.12);
}

.botText{
  white-space:pre-line;
}

.ns-text-more{
  min-width:80%;
  padding:10px 5px 5px 5px;
  font-size:12px;
  color:#636363;
}

.ns-steps{
  margin:0 0 10px 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:6px;
  font-size:14px;
  opacity:.78;
  transition:opacity .25s ease, transform .25s ease, max-height .25s ease, margin .25s ease;
  overflow:hidden;
  max-height:200px;
}

.ns-step{
  display:flex;
  align-items:center;
  gap:8px;
}

.ns-step-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(0,0,0,.35);
  flex:0 0 auto;
}

.ns-step.is-done{
  opacity:.55;
}

.ns-step.is-done .ns-step-dot{
  background:rgba(0,47,52,.55);
}

.ns-fade{
  opacity:0;
  transform:translateY(10px);
  transition:opacity .35s ease, transform .35s ease;
}

.ns-fade.is-show{
  opacity:1;
  transform:translateY(0);
}

.ns-steps.is-hide{
  opacity:0;
  transform:translateY(-6px);
  max-height:0;
  margin:0;
}

.ns-step-text{
  display:inline-block;
  opacity:1;
  transform:translateY(0);
  transition:opacity .22s ease, transform .22s ease;
}

.ns-step-text.is-out{
  opacity:0;
  transform:translateY(-6px);
}

.ns-status{
  height:0;
  margin:0;
  font-size:13px;
  line-height:18px;
  opacity:.65;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  transition:height .22s ease, margin .22s ease, opacity .22s ease;
}

.ns-status.is-on{
  height:18px;
}

.ns-status.is-fade{
  opacity:0;
}

.ns-full-loader{
  position:fixed;
  inset:0;
  background:rgba(255,255,255,.92);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2147483647;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
}

.ns-full-loader.is-show{
  opacity:1;
  pointer-events:auto;
}

.ns-spinner{
  width:46px;
  height:46px;
  border-radius:999px;
  border:4px solid rgba(0,0,0,.12);
  border-top-color:rgba(0,0,0,.55);
  animation:nsSpin .8s linear infinite;
}

@keyframes nsSpin{
  to{
    transform:rotate(360deg);
  }
}

.ns-top-loader{
  position:sticky;
  top:10px;
  width:min(980px, 94vw);
  margin:10px auto 0 auto;
  display:flex;
  justify-content:center;
  z-index:5;
  opacity:0;
  transform:translateY(-6px);
  pointer-events:none;
  transition:opacity .16s ease, transform .16s ease;
}

.ns-top-loader.is-show{
  opacity:1;
  transform:translateY(0);
}

.ns-top-pill{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  border:1px solid rgba(0,0,0,.06);
  font-size:13px;
  opacity:.9;
}

.ns-mini{
  width:16px;
  height:16px;
  border-radius:999px;
  border:2px solid rgba(0,0,0,.15);
  border-top-color:rgba(0,0,0,.55);
  animation:nsSpin .8s linear infinite;
}

.ns-msg.ns-fade-in{
  opacity:0;
  transform:translateY(6px);
  transition:opacity .18s ease, transform .18s ease;
}

.ns-msg.ns-fade-in.is-show{
  opacity:1;
  transform:translateY(0);
}

#nsBody{
  overflow-anchor:none;
}

.ns-to-bottom{
  position:fixed;
  left:50%;
  bottom:calc(108px + var(--ns-keyboard-offset, 0px));
  transform:translateX(-50%) translateY(12px);
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.08);
  cursor:pointer;
  background:#fff;
  color:#002f34;
  display:grid;
  place-items:center;
  box-shadow:0 14px 30px rgba(0,0,0,.10), 0 1px 0 rgba(255,255,255,.9) inset;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease, box-shadow .18s ease;
  z-index:12;
}

.ns-to-bottom.is-show{
  opacity:1;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}

.ns-to-bottom:hover{
  box-shadow:0 18px 40px rgba(0,0,0,.14), 0 1px 0 rgba(255,255,255,.9) inset;
}

.ns-to-bottom:active{
  transform:translateX(-50%) translateY(1px);
}

.ns-to-bottom svg{
  opacity:.92;
}

[dir="rtl"] .ns-bar,
[dir="rtl"] .ns-dropbar,
[dir="rtl"] .ns-price-row,
[dir="rtl"] .ns-top-pill{
  direction:rtl;
}

[dir="rtl"] .ns-chat .ns-msg{
  direction:rtl;
}

[dir="rtl"] .ns-user{
  justify-content:flex-end;
}

[dir="rtl"] .ns-bot{
  justify-content:flex-start;
}


@media (max-width: 640px) {
  .ns-btn{display: none;}
  .ns-drop-btn{
    border-radius: 12px !important;
  }
}


@media(max-width:760px){
  .direct_seach-all,
.direct_seach{
  padding:24px 14px;

}

}

@media(max-width:1200px){
.ns-bar{
  box-shadow:0 4px 4px rgba(0,0,0,.08);
}
}

@media(max-width:520px){




  .ns-dropbar{
    width:calc(100vw - 20px);
    padding:10px;
    gap:8px;
    border-radius:14px;
  }

  .ns-drop-ico{
    width:40px;
    height:40px;
    border-radius:10px;
  }

  .ns-drop-input{
    font-size:15px;
    padding:10px 4px;
  }

  .ns-drop-btn{
    padding:11px 13px;
    border-radius:10px;
    font-size:14px;
  }

  .ns-chat{
    bottom:calc(94px + var(--ns-keyboard-offset, 0px));
    padding-top:22px;
  }

  .ns-to-bottom{
    bottom:calc(96px + var(--ns-keyboard-offset, 0px));
  }

  .ns-card-img{
    height:220px;
  }
}