.ns_container2 {
    padding-left: 80px;
    padding-right: 80px;
}
.ns_slider_interesting_sl .item img {max-width:100px;object-fit: contain;}
.smm_slider .owl-nav {
    width: 100%;
}
.smm_slider .slider_smm.owl-carousel .owl-nav.disabled {
    display:flex !important;
    width: 100%;
    max-width:1024px;
}

.smm_slider .slider_smm.owl-carousel .owl-nav .owl-prev {
    position:absolute;
    left:-50px;
}
.smm_slider .slider_smm.owl-carousel .owl-nav .owl-next {
    position:absolute;
    right:-50px;
}
.smm_slider .ns_container .ns_container2 {
       padding-left: 50px;
    padding-right: 50px;
}


.form-sending-success {
  padding: 20px;
}

.ns_blog_page h1 {
  margin-bottom: 3%;
}

.case-card {
  position: relative;
}

.ns_result_block_flex_a:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  cursor: pointer;
}

.case-card.case-closed img.opened,
.case-card.case-hover-closed img.opened {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  background: white;
}

.case-card.case-opened img.opened,
.case-card.case-hover-closed:hover img.opened {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
  background: white;
}

.simplesearch-no-results {
  margin-top: 30px;
  margin-bottom: 30px;
}

.simplesearch-results-list {
  margin-top: 30px;
}

.simplesearch-results-list {
  margin-top: 30px;
}

.simplesearch-result {
  margin-bottom: 35px;
  position: relative;
}

.simplesearch-result__img {
  display: none;
}

@media (min-width: 768px) {
  .simplesearch-result__int {
    padding-right: 120px;
  }
  .simplesearch-result__img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
}

.simplesearch-result__title {
  font-family: 'Montserrat', sans-serif;
  color: #262728;
  margin-top: 5px;
  padding: 0;
  font-weight: 700;
  font-size: 19px;
}

.simplesearch-result__title a {
  color: #398AB9 !important;
}

.simplesearch-result__uri {
  color: #202124;
  font-style: normal;
  font-size: 12px;
}

.simplesearch-result__extract {
  color: #4d5156;
  font-size: 14px;
}

.simplesearch-paging {
  text-align: center;
  margin-bottom: 40px;
}

.btn-more {
  display: block;
  margin: 50px auto 0;
  padding: 18px 85px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #262728;
  border: 1px solid #9E9FA0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btn-more:hover {
  text-decoration: none !important;
  border-color: black;
}

.btn-more {
  margin: 45px auto 0 !important;
  padding: 15px 70px;
  font-size: 16px;
  cursor: pointer;
}

.simplesearch-highlight {
  background: #ffee80;
  font-weight: bold;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: none !important;
}

.ns_etaps_case_num {
  list-style-type: none;
  padding: 0px;
  counter-reset: list 00;
}

.ns_etaps_case_num li::before {
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.04em;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 46px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFAB5E), to(#FF865E));
  background: -webkit-linear-gradient(top, #FFAB5E 0%, #FF865E 100%);
  background: -o-linear-gradient(top, #FFAB5E 0%, #FF865E 100%);
  background: linear-gradient(180deg, #FFAB5E 0%, #FF865E 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  counter-increment: list;
  content: "0" counter(list) ".";
  padding: 10px 10px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95px;
  top: 0;
  left: 0;
  height: auto;
}

.ns_etaps_case_num li {
  margin: 0;
  position: relative;
  min-height: 90px;
  padding-left: 120px;
  margin: 30px 0;
}

.ttt {
  min-height: 80px;
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.ddd {
  font-size: 16px;
}

.blog-tbl {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}

.blog-tbl th {
  font-weight: bold;
  padding: 5px;
  background: #efefef;
  border: 1px solid #dddddd;
}

.blog-tbl td {
  border: 1px solid #dddddd;
  padding: 5px;
}

.right-blog-image {
  float: right;
  width: 40% !important;
  margin-left: 10px !important;
}

@media (max-width: 710px) {
  .ddd {
    margin-left: -120px;
    width: -webkit-calc(100% + 120px);
    width: calc(100% + 120px);
    font-size: 15px;
  }
  .ttt {
    font-size: 16px;
  }
  #ns_result_section {
    scroll-margin: 90px;
  }
  .ns_result_section .ns_result_section_slider.owl-theme .owl-dots {
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
  }
  .ns_result_section .ns_result_section_slider.owl-theme .owl-dots .owl-dot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ns_result_section .ns_result_section_slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .article_image-mb {
    max-width: 480px;
  }
  .right-blog-image {
    width: 100% !important;
    margin: 0px auto !important;
  }
}

.btnUlList {
  padding: 0;
  margin: 0 0 0 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  cursor: pointer;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btnUlList.active {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.ns_article .fl_tim_wr_q + ul button + ul {
  display: none;
}

.ns_article p {
  word-break: break-word;
}

p.ns_chavo_two_column_card_text {
  margin: 0 0 0 30px !important;
}

.breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs-list li {
  display: inline;
}

.breadcrumbs-list__divider {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #9E9FA0;
}

.breadcrumbs-list__item {
  color: #9E9FA0 !important;
}

.breadcrumbs-list__last {
  color: #262728 !important;
}

@media (max-width: 1050px) {
  .ns_header_bottom .ns_container {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ns_header_bottom .ns_container:nth-child(3) {
    margin-bottom: auto;
  }
}

.grid-flex {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.grid-flex .text-step {
       height: fit-content;
}

.text-step_name {
   color: #a5a5a5;
   font-weight: 700;
   font-size: 18px;
}

.filter-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-buttons button{
  border: 2px solid #0000001A;
  padding: 5px 15px 5px 15px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  z-index: 99;
  margin: 0px 0 20px 0;
  cursor: pointer;
  background: #F7F8F9;
}

.filter-buttons .active{
  border: 2px solid #90E0EF;
  background: #90E0EF;

}

.change-mode {
  background: black;
  color: white;
}

.text-page_grid .act {
  background: #EDEEEF;
  color: #9E9FA0;
}

.text-page_grid .act .text-step_name {
  color: #9E9FA0;
}


.text-page_grid .act .text-step {
  color: #9E9FA0;
  background: #DADBDC;
}

.result-title {
  display: flex;
  align-items: center;
  width: 100%;
}
.result-title img{
  margin-right: 15px;
  width: 100px;
  height: auto;
}
.smm_usluga_title {
      font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid#E4E5E6;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 5px;
}
.smm_usluga {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    filter: drop-shadow(0px 5px 25px rgba(0,0,0,0.1));
    margin-bottom: 5%;
}
.smm_usluga_card {
    width: calc(33% - 17px);
    background: #FFF;
    border-radius: 3px;
    padding: 15px;
        font-size: 14px
}
.smm_usluga_element {
  display: flex;
    align-items: center;
    gap: 10px;
    margin: 3% 0;
}
.smm_icons_block {
  display: flex;
  gap: 7px;
  margin-bottom: 10%;
}
.smm_usluga_card ul {
  padding-left: 20px;
}
@media (max-width: 500px) {
.filter-buttons {
  gap: 4px;
  margin-bottom: 30px;
}
.filter-buttons button {
  font-size: 11px;
  margin: 1px 0 1px 0;
}
.text-page_grid div{
  /*display: none;*/
}
.text-page_grid .active{
  display: block;
}
.smm_usluga_card {
  width: 100%;
}
}


/**/
.what_top_cart {
    padding: 35px 30px 45px;
    background: #FFF;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 10%);
    border-radius: 3px;
}

.wh-header span {
    color: #262728;
    font-weight: 700;
    font-size: 19px;
    margin-left: 20px;
}

.wh-header {
    display: flex;
    align-items: center;
}

.wh-text ul {
    margin: 0;
    padding-left: 20px;
}

.wh-text ul li:not(:last-child), .wh-text p:not(:last-child) {
    margin: 0 0 15px 0;
}

.what_top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-bottom: 50px;
}

.wh-text {
    margin-top: 20px;
}
.mobils {    max-width: 950px;width: 100%;}

@media (max-width: 768px) {
.what_top {
    grid-template-columns: repeat(1, 1fr);
}

.ns_clients_slider .owl-nav,.ns_clients_slider_m .owl-nav, .ns_result_slider .owl-nav, .ns_topSlider .owl-nav, .ns_result_section_slider .owl-nav {
    width: 100%;
    left: 0;
    right: 0;
}
.ns_clients_slider .owl-nav .owl-prev, .ns_clients_slider_m .owl-nav .owl-prev {
    left: -25px;position:absolute;
}


.ns_clients_slider .owl-nav .owl-next, .ns_clients_slider_m .owl-nav .owl-next {
    right: -25px;position:absolute;
}

.ns_result_slider .owl-nav .owl-prev, .ns_topSlider .owl-nav .owl-prev, .ns_result_section_slider .owl-nav .owl-prev {
    left: 5px;position:absolute;
}


.ns_result_slider .owl-nav .owl-next, .ns_topSlider .owl-nav .owl-next, .ns_result_section_slider .owl-nav .owl-next {
    right: 5px;position:absolute;
}
.ns_result_slider .owl-nav, .ns_topSlider .owl-nav, .ns_result_section_slider .owl-nav {display:none;}
.ns_clients_slider .owl-nav .owl-next, .ns_clients_slider .owl-nav .owl-prev,.ns_clients_slider_m .owl-nav .owl-next, .ns_clients_slider_m .owl-nav .owl-prev, .ns_result_slider .owl-nav .owl-next, .ns_result_slider .owl-nav .owl-prev, .ns_topSlider .owl-nav .owl-next, .ns_topSlider .owl-nav .owl-prev, .ns_result_section_slider .owl-nav .owl-next, .ns_result_section_slider .owl-nav .owl-prev {
    width: 20px;
    height: 25px;
    background-size: 15px !important;
    }
    
.ns_container2.mob-width-sl, .res_ns_new_sect .ns_container2, .res_ns_new_sect .ns_container2, .ns_article .ns_container .ns_container2 {
    padding: 0;
} 

img.ns_banner {
    margin-top: 0 !important;
}


section.ns_info_section.ns_info_section_decor .ns_container {
    width: 100%;
    box-sizing: border-box;
}
.ns_info_section_decor .ns_info_section_block_text {
    box-sizing: border-box;
}
.ns_tel_view_example_ll {overflow:hidden;}
}

.list_404.ccc {
    justify-content: center;
    margin-top: 20px;
}

/**/
.controls.btn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}


section.faq_nw_ns.fq-bg-wh, section.ns_rewiews {
    background: #F7F8F9;
}

section.faq_nw_ns.fq-bg-wh .ns_title_standart {
    border-color: #FF865E;
}
.obspr {margin-top:20px;}

section.advnt {
    background: #90E0EF;
    padding: 45px 0;
}

.head_adv {
    color: #262728;
    display: flex;
    align-items: center;
}

.head_adv span {
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.02em;
    margin-left: 20px;
}

.descr_adv {
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.02em;
    margin-top: 20px;
}

.advnt_cart {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 30px;
}

.advnt_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}

.ns_chavo_blue_pad.green_chavo {
    background: url(/img/bg_tariff.svg) no-repeat left 40px bottom #FF865E;
    background-size: contain;
}

.ns_rewiews_flex.rev_slider {display:block;}

.cont_otz {
    display: flex;align-items:center;
        grid-gap: 10px;
}
.rev_slider .ns_rewiews_flex_img {max-width:370px;    margin: 0 auto;}
/*
.ns_rewiews_sl.rev_slider  {
    max-width: 500px;
}
*/

.ns_rewiews_sl.rev_slider .owl-nav {width:auto;}
/*
.otz-l img {
    max-width: 300px;
}*/

.ns_rewiews_sl.rev_slider {
    max-width: 600px;    overflow: hidden;
}


.ns_rewiews_sl.rev_slider .owl-prev, .ns_rewiews_sl.rev_slider .owl-next {
    width: 25px;
    height: 40px;
    background: url(/img/arrow.svg) !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
}

.img_block_rew:after {
    content: "";
    width: 40px;
    display: block;
    position: absolute;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    pointer-events: none;
    background: url(/img/loop.svg) no-repeat center / contain;
}

.img_block_rew {
    border: 2px solid #E4E5E6;
    border-radius: 3px;box-sizing: border-box;
}
.otz-l a {position:relative;}
.otz-l a:after {
    content: "";
    width: 40px;
    display: block;
    position: absolute;
    height: 80px;
    bottom: 30px;
    transition: all .3s;
    pointer-events: none;
    background: url(/img/ic-lup.svg) no-repeat center / contain;
    right: 35px;
}





@media (max-width: 710px) {
.keys_cart {
    flex-direction: column;
}

.keys_cart_descr a span {
    font-size: 17px;
}

.keys_cart {
    padding: 20px;
}

.keys_cart_descr {
    margin: 0;
}

a.more_keys {
    font-size: 13px;
}

.keys_cart:nth-child(2n) .keys_cart_descr {
    order: 0;
    margin-left: 0;
    margin-right: 0;
}

section.tar_ns_sect.gr .tar_ns_sect_wrap {
    grid-template-columns: repeat(1, 1fr);
}

section.tar_ns_sect.gr img {
    max-width: 65px;width: 100%;
}
.advnt_container {
    grid-template-columns: repeat(1, 1fr);
}

.advnt_cart {
    padding: 20px;
}

.cont_otz {
    flex-direction: column;
}

.otz-l {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}

.otz-l img {
    max-width: 490px;
    width: 100%;
}
.img_block_rew {
    border: none;
    border-radius: unset;
}
}


.mobile_contacts {display:none;}

.mobile_contacts p {
    color: #fff;
    font-weight: normal;
    margin: 0;
    font-size: 15px;
}

.mobile_contacts p a {
    color: #fff;
    font-weight: bold;
}

.mobile_contacts p:not(:last-child) {
    margin-bottom: 10px;
}
nav li a:hover {border-bottom: 1px solid #fff;text-decoration:none !important;}
nav li.active>a {
    border-bottom: 1px solid #fff;
}
.hide {display:none;}
li.sub > a:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='m13.41 17.07 6.06-10.32A3.83 3.83 0 0 0 16.07 1H3.95C.93 1-.99 4.2.53 6.75l6.08 10.32a3.96 3.96 0 0 0 6.8 0z' clip-rule='evenodd'/%3e%3c/svg%3e");
    content: "";
    flex-shrink: 0;
    flex-basis: 9px;
    width: 9px;
    height: 9px;
    margin-left: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

@media (max-width: 1050px) {
  .mobile_contacts {display:block;}  li.sub>a:after {display:none;}
}

@media (max-width: 560px) {
.ns_input_block input+span {top: 3px;transform: none;}
}
/* fix: слайдер .slider_smm схлопывался до ширины 0 внутри flex-родителя .smm_usluga — 2026-07-23 */
.smm_usluga > .ns_smm_text_simple {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}
