.ns_promo {
  background: #f9f9fa;
  padding-top: 42px;
  padding-bottom: 70px;
}
.ns_promo .ns_promo_row {
  display: flex;
  justify-content: space-between;
}
.ns_promo .ns_promo_left {
}
.ns_promo .ns_promo_left h1 {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 44px;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 27px;
}
.ns_promo .ns_promo_left h1 span {
  background: #d9ed61;
}
.ns_promo .mobile_text .ns_promo_left_text,
.ns_promo .ns_promo_left .ns_promo_left_text {
  font-family: var(--regular);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #4e4a4a;
  margin-bottom: 44px;
}
.ns_promo .mobile_text {
  display: none;
  margin-bottom: 20px;
}
.ns_promo .ns_promo_left_cols {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 130px;
  align-items: center;
}
.ns_promo .ns_promo_left_cols .ns_promo_left_cols_btn_col {
  margin-right: 25px;
}
.ns_promo .ns_promo_left_cols .ns_promo_left_cols_btn_col a {
  max-width: 342px;
  width: 100%;
  border-radius: 60px;
  padding: 24px 33px;
  height: 85px;

  font-family: var(--medium);
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #181717;
}
.ns_promo .ns_promo_left_cols .ns_promo_left_cols_btn_col a img {
  margin-left: 10px;
}
.ns_promo .ns_promo_left_cols .ns_promo_left_cols_price_fire {
  box-shadow: 0 4px 4px 0 rgba(213, 206, 206, 0.25);
  width: 152px;
  height: 34px;
  background: url('../img/ns_seo/icon_fire.svg') no-repeat left center;
  padding-left: 45px;

  font-family: var(--medium);
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  color: #827c7c;
  margin-bottom: 6px;
}
.ns_promo .ns_promo_left_cols .ns_promo_left_cols_price {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000;
}
.ns_promo .ns_promo_left_bottom {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000;
}
.ns_promo .ns_promo_right {
  max-width: 474px;
  min-width: 474px;
  margin-left: 48px;
}
.ns_promo .ns_promo_right .ns_promo_right_img {
  margin-bottom: 75px;
}
.ns_promo .ns_promo_right_author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ns_promo .ns_promo_right_author .ns_promo_right_author_img {
  max-width: 54px;
  min-width: 54px;
  border-radius: 100%;
  margin-right: 16px;
}
.ns_promo .ns_promo_right_author .ns_promo_right_author_info {
}
.ns_promo .ns_promo_right_author .ns_promo_right_author_info_name {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 3px;
}
.ns_promo .ns_promo_right_author .ns_promo_right_author_info_job {
  font-family: var(--regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #949494;
}
.ns_promo .ns_promo_row_last {
  align-items: center;
}
/**/
.ns_tools {
  padding-top: 80px;
  margin-bottom: 80px;
}
.ns_tools h2 {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.ns_tools .ns_tools_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ns_tools .ns_tools_grid .ns_tools_grid_unit {
  position: relative;
  max-width: calc(33% - 20px);
  min-width: calc(33% - 20px);
  margin-bottom: 28px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px 30px 95px;
}
.ns_tools .ns_tools_grid .ns_tools_grid_unit.ns_tools_grid_unit_hidden {
  display: none;
}
.ns_tools .ns_tools_grid .ns_tools_grid_unit .ns_tools_grid_unit_img {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.ns_tools .ns_tools_grid .ns_tools_grid_unit .ns_tools_grid_unit_img img {
  display: inline-block;
}
.ns_tools .ns_tools_grid .ns_tools_grid_unit .ns_tools_grid_unit_title {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.ns_tools .ns_tools_grid .ns_tools_grid_unit .ns_tools_grid_unit_text {
  font-family: var(--regular);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #4e4a4a;
  margin-bottom: 30px;
}
.ns_tools .ns_tools_grid .ns_tools_grid_unit .ns_tools_grid_unit_price {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.ns_tools
  .ns_tools_grid
  .ns_tools_grid_unit
  .ns_tools_grid_unit_price
  p:first-child {
  font-family: var(--regular);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #4e4a4a;
  margin-bottom: 10px;
}
.ns_tools
  .ns_tools_grid
  .ns_tools_grid_unit
  .ns_tools_grid_unit_price
  p:last-child {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
}
.ns_tools .ns_tools_more {
  width: 100%;
  text-align: center;
}
.ns_tools .ns_tools_more a {
  border: 1px solid #181717;
  border-radius: 60px;
  padding: 0;
  display: inline-block;
  width: 254px;
  height: 85px;

  font-family: var(--medium);
  font-weight: 500;
  font-size: 18px;
  line-height: 85px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #181717;
  text-decoration: none;
  transition: all 0.5s;
}
.ns_tools .ns_tools_more a:hover {
  color: white;
  background: #181717;
}
/**/
.ns_steps {
  /* margin-bottom: 80px; */
}
.ns_steps h2 {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 38px;
  line-height: 135%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 70px;
}
.ns_steps h2 span {
  background: #d9ed61;
}
#ns_steps_tabs {
  padding: 0;
  border: none;
  display: flex;
}
#ns_steps_tabs .ui-tabs-nav {
  padding: 0;
  border: 0;
  background: transparent;
  border-right: 2px solid #ececec;
  max-width: 173px;
}
#ns_steps_tabs .ui-tabs-nav .ui-tabs-tab {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  padding-right: 92px;
  margin-right: -2px;
}
#ns_steps_tabs .ui-tabs-nav .ui-tabs-tab a {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #868686;
  padding: 3px;
  display: block;
  width: 79px;
  height: 35px;
}
#ns_steps_tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
  border-right: 2px solid #000;
}
#ns_steps_tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active a {
  color: #000;
  background: #d9ed61;
}
#ns_steps_tabs .ui-helper-clearfix::before,
#ns_steps_tabs .ui-helper-clearfix::after {
  display: none;
}
#ns_steps_tabs .ui-tabs-panel {
  padding: 0 0 0 128px;
}
#ns_steps_tabs .ui-tabs-panel h3 {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 30px;
}
#ns_steps_tabs .ui-tabs-panel p {
  font-family: var(--regular);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #4e4a4a;
  margin-bottom: 20px;
}
#ns_steps_tabs .ui-tabs-panel ul li {
  font-family: var(--regular);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #4e4a4a;
  margin-bottom: 20px;
  padding-left: 30px;
  background: url('../img/ns_seo/checkmark.svg') no-repeat left top 3px;
}
/**/
.ns_form {
  background: #d9ed61;
  padding-top: 68px;
  margin-top: 80px;
}
.ns_form .ns_form_row {
  display: flex;
  justify-content: space-between;
}
.ns_form h2 {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 75px;
}
.ns_form .ns_form_row_left .ns_form_row_left_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ns_form .ns_form_row_left img {
  /* margin-bottom: -7px; */
}
.ns_form .ns_form_row_right {
  max-width: 481px;
  min-width: 481px;
}
.ns_form .ns_form_row_right .ns_form_row_right_top {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 47px;
}
.ns_form .ns_form_row_right form {
  border-radius: 10px;
  padding: 40px 30px;
  width: 100%;
  background: #fff;
  margin-bottom: 55px;
}
.ns_form .ns_form_row_right form .ns_form_input {
  border: 1px solid #dcdbdb;
  border-radius: 5px;
  padding: 10px 22px;
  width: 100%;
  height: 70px;
  background: #fff;
  margin-bottom: 6px;

  font-family: var(--regular);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #716c6c;
}
.ns_form .ns_form_row_right form .ns_form_input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #716c6c;
}
.ns_form .ns_form_row_right form .ns_form_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #716c6c;
  opacity: 1;
}
.ns_form .ns_form_row_right form .ns_form_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #716c6c;
  opacity: 1;
}
.ns_form .ns_form_row_right form .ns_form_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #716c6c;
}
.ns_form .ns_form_row_right form .ns_form_input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #716c6c;
}
.ns_form .ns_form_row_right form .ns_form_input::placeholder {
  /* Most modern browsers support this now. */
  color: #716c6c;
}
.ns_form .ns_form_row_right form .ns_form_policy {
  font-family: var(--light);
  font-weight: 300;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #8c8a8a;
  margin-bottom: 24px;
  margin-top: 18px;
}
.ns_form .ns_form_row_right form button[type='submit']:not(.avito-btn) {
  border-radius: 60px;
  padding: 0;
  width: 100%;
  height: 85px;
  background: #000;

  font-family: var(--medium);
  font-weight: 500;
  font-size: 18px;
  line-height: 85px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.ns_form .ns_form_row_right form button[type='submit']:hover {
  color: var(--black);
  background-color: var(--green);
}
.ns_form .ns_form_row_right form button[type='submit'] img {
  margin-left: 10px;
}
/**/
.ns_features {
  padding-top: 80px;
  margin-bottom: 80px;
}
.ns_features h2 {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 60px;
}
.ns_features h2 span {
  background: #d9ed61;
}
.ns_features .ns_features_grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ns_features .ns_features_grid .ns_features_grid_unit {
  max-width: calc(33% - 20px);
  min-width: calc(33% - 20px);
  margin-bottom: 30px;
}
.ns_features .ns_features_grid .ns_features_grid_unit img {
  margin-bottom: 40px;
}
.ns_features
  .ns_features_grid
  .ns_features_grid_unit
  .ns_features_grid_unit_title {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 20px;
}
.ns_features
  .ns_features_grid
  .ns_features_grid_unit
  .ns_features_grid_unit_text {
  font-family: var(--regular);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #4e4a4a;
}
/**/
.faq__hidden ul {
  color: #373636;
  font-size: 18px;
  line-height: 1.5em;
  padding: 0 20px 30px;
  margin-top: -15px;
}
.faq__hidden ul li {
  color: #373636;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 5px;
  position: relative;
}
.faq__hidden ul li::before {
  content: '•';
  float: left;
  font-size: 18px;
  line-height: 1.5em;
  margin-right: 10px;
}
/**/
.cat_block {
  padding-top: 80px;
}
.cat_block h2 {
  font-family: var(--medium);
  font-weight: 500;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.cat_block .cat_block_btn {
  text-align: center;
}
.cat_block .cat_block_btn a {
  border-radius: 60px;
  padding: 0;
  width: 342px;
  height: 85px;
  background: #d9ed61;
  display: inline-block;
  margin: 0 auto;

  font-family: var(--medium);
  font-weight: 500;
  font-size: 18px;
  line-height: 85px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #181717;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat_block .cat_block_btn a:hover {
  background-color: var(--green-hover);
}
.cat_block .cat_block_btn a img {
  margin-left: 10px;
}
/**/
.landing-price h2 {
}
.landing-price h2 span {
  background: #d9ed61;
}
.landing-price .offers-item__body ul,
.landing-price .offers-item__body ol {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 auto auto;
  color: var(--grey);
}
.landing-price .offers-item__body ul li {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.3;
}
.landing-price .offers-item__body ul li::before {
  content: '•';
  float: left;
  margin-left: -12px;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1230px) {
  .ns_promo .ns_promo_left_cols .ns_promo_left_cols_price {
    font-size: 20px;
  }
  .ns_features .ns_features_grid .ns_features_grid_unit {
    max-width: calc(50% - 25px);
    min-width: calc(50% - 25px);
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  .ns_promo .ns_promo_row {
    flex-direction: column;
  }
  .ns_promo .ns_promo_left_cols {
    flex-direction: column-reverse;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  .ns_promo .mobile_text {
    display: block;
  }
  .ns_promo .pc_text {
    display: none;
  }
  .ns_promo .ns_promo_left_cols .ns_promo_left_cols_btn_col {
    margin-right: 0;
    margin-top: 20px;
  }
  .ns_promo .ns_promo_right .ns_promo_right_img {
    margin-bottom: 20px;
  }
  .ns_promo .ns_promo_row_last {
    align-items: flex-start;
  }
  .ns_promo .ns_promo_left_bottom {
    margin-bottom: 20px;
  }
  .ns_promo .mobile_text .ns_promo_left_text {
    margin-bottom: 20px;
  }
  .ns_promo .ns_promo_right {
    margin-left: 0;
  }
  .ns_form .ns_form_row {
    flex-direction: column;
  }
  .ns_form .ns_form_row_left img {
    display: none;
  }
  .ns_form h2 {
    margin-bottom: 20px;
  }
  .ns_form .ns_form_row_right .ns_form_row_right_top {
    margin-bottom: 20px;
  }
  .ns_form .ns_form_row_right {
    max-width: 100%;
    min-width: 100%;
  }
  .ns_tools .ns_tools_grid .ns_tools_grid_unit {
    max-width: calc(50% - 25px);
    min-width: calc(50% - 25px);
  }
}
@media (max-width: 768px) {
  #ns_steps_tabs {
    display: flex;
    flex-direction: column;
  }
  #ns_steps_tabs .ui-tabs-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-width: 100%;
    max-width: 100%;
    border-right: 0;
    border-bottom: 2px solid #ececec;
  }
  #ns_steps_tabs .ui-tabs-nav .ui-tabs-tab {
    max-width: 20%;
    padding: 0 0 20px;
    margin-right: 18px;
  }
  #ns_steps_tabs .ui-tabs-nav .ui-tabs-tab:last-child {
    margin-right: 0;
  }
  #ns_steps_tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
    border-right: 0;
    border-bottom: 2px solid #000;
  }
  #ns_steps_tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
    border-right: 0;
    border-bottom: 2px solid #000;
    margin-bottom: -2px;
  }
  #ns_steps_tabs .ui-tabs-panel {
    padding: 32px 0 0;
  }
  .ns_features .ns_features_grid .ns_features_grid_unit {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .ns_tools .ns_tools_grid .ns_tools_grid_unit {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 500px) {
  .ns_promo .ns_promo_right {
    max-width: 100%;
    min-width: 100%;
  }
  .ns_promo .ns_promo_right .ns_promo_right_img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ns_promo {
    padding-top: 20px;
  }
  .ns_promo .ns_promo_left h1 {
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 20px;
  }
  .ns_promo .ns_promo_left_cols .ns_promo_left_cols_price_fire {
    width: 130px;
    height: 27px;
    box-shadow: 0 3px 3px 0 rgba(213, 206, 206, 0.25);
    background-size: 28px 27px;
    padding-left: 36px;

    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.02em;
    text-decoration: line-through;
    color: #827c7c;
  }
  .ns_promo .ns_promo_left_cols .ns_promo_left_cols_price {
    font-weight: 500;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 0;
  }
  .ns_promo .ns_promo_left_cols .ns_promo_left_cols_btn_col a {
    border-radius: 60px;
    padding: 24px 33px;
    width: 335px;
    height: 62px;

    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #181717;
  }
  .ns_promo .mobile_text .ns_promo_left_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #4e4a4a;
  }
  .ns_promo .ns_promo_left_bottom {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #000;
  }
  .ns_promo .ns_promo_right_author .ns_promo_right_author_info_name {
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 3px;
  }
  .ns_promo .ns_promo_right_author .ns_promo_right_author_info_job {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #949494;
  }
  .ns_promo {
    padding-bottom: 50px;
  }
  /**/
  .ns_tools {
    padding-top: 50px;
    margin-bottom: 22px;
  }
  .ns_tools h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
  }
  .ns_tools .ns_tools_grid .ns_tools_grid_unit {
  }
  .ns_tools .ns_tools_grid .ns_tools_grid_unit .ns_tools_grid_unit_img {
    margin-bottom: 20px;
  }
  .ns_tools .ns_tools_grid .ns_tools_grid_unit .ns_tools_grid_unit_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #4e4a4a;
    margin-bottom: 20px;
  }
  .ns_tools .ns_tools_grid .ns_tools_grid_unit .ns_tools_grid_unit_price {
  }
  .ns_tools
    .ns_tools_grid
    .ns_tools_grid_unit
    .ns_tools_grid_unit_price
    p:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #4e4a4a;
    margin-bottom: 10px;
  }
  .ns_tools
    .ns_tools_grid
    .ns_tools_grid_unit
    .ns_tools_grid_unit_price
    p:last-child {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
  }
  /**/
  .ns_steps h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    margin-bottom: 32px;
  }
  #ns_steps_tabs .ui-tabs-nav .ui-tabs-tab a {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #868686;
    width: 53px;
    height: 21px;
    padding: 1px;
  }
  #ns_steps_tabs .ui-tabs-panel h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 30px;
  }
  #ns_steps_tabs .ui-tabs-panel ul li,
  #ns_steps_tabs .ui-tabs-panel p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #4e4a4a;
    margin-bottom: 20px;
  }
  #ns_steps_tabs .ui-tabs-panel ul li {
    background-size: 16px 16px;
  }
  /**/
  .ns_form {
    padding-top: 50px;
  }
  .ns_form h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 24px;
  }
  .ns_form .ns_form_row_right .ns_form_row_right_top {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 24px;
  }
  .ns_form .ns_form_row_right form {
    padding: 30px 20px;
  }
  .ns_form .ns_form_row_right form .ns_form_input {
    border: 1px solid #dcdbdb;
    border-radius: 5px;
    padding: 10px 22px;
    height: 60px;

    font-weight: 400;
    font-size: 15px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #716c6c;
  }
  .ns_form .ns_form_row_right form .ns_form_policy {
    font-weight: 300;
    font-size: 11px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #8c8a8a;
    margin-top: 18px;
    margin-bottom: 24px;
  }
  /**/
  .ns_features {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .ns_features h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
  }
  .ns_features .ns_features_grid .ns_features_grid_unit {
    margin-bottom: 24px;
  }
  .ns_features .ns_features_grid .ns_features_grid_unit img {
    width: 49px;
    height: 49px;
    margin-bottom: 32px;
  }
  .ns_features
    .ns_features_grid
    .ns_features_grid_unit
    .ns_features_grid_unit_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 20px;
  }
  .ns_features
    .ns_features_grid
    .ns_features_grid_unit
    .ns_features_grid_unit_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #4e4a4a;
  }
}
