@charset "UTF-8";
.trn_btn, .helper_main-bottom--prev {
  background: #ffffff;
  border: 1px solid #055197;
  text-shadow: none;
  color: #055197;
  font-weight: normal; }
  .trn_btn:hover, .helper_main-bottom--prev:hover, .trn_btn:focus, .helper_main-bottom--prev:focus {
    color: #ffffff;
    background: transparent;
    background-color: #055197; }

.smart_hooper-top {
  background-color: #f2f2f2;
  padding-bottom: 30px;
  overflow: hidden; }
  .smart_hooper-top--text {
    float: left;
    width: 100%;
    max-width: 550px;
    padding-top: 38px;
    padding-left: 20px;
    color: #666; }
    @media (max-width: 1299px) {
      .smart_hooper-top--text {
        max-width: none;
        margin-bottom: 30px;
        padding-left: 0; } }
    .smart_hooper-top--text-title {
      font-size: 20px;
      line-height: 20px;
      display: block; }
    .smart_hooper-top--text-title2 {
      display: block;
      margin-bottom: 10px;
      font-size: 30px;
      line-height: 34px; }
    .smart_hooper-top--text p {
      margin-bottom: 30px;
      font-size: 14px;
      line-height: 24px; }
  .smart_hooper-top--numerically .numerically_block {
    float: left;
    width: 118px;
    height: 118px;
    text-align: center;
    font-weight: bold;
    border: 4px solid #f47920;
    border-radius: 50%;
    margin-right: 30px;
    display: table; }
    @media (max-width: 510px) and (min-width: 400px) {
      .smart_hooper-top--numerically .numerically_block {
        width: 98px;
        height: 98px;
        margin-right: 15px; } }
    @media (max-width: 399px) {
      .smart_hooper-top--numerically .numerically_block {
        float: none;
        margin: 0 auto 30px; } }
    .smart_hooper-top--numerically .numerically_block .numerically_wrapp {
      display: table-cell;
      vertical-align: middle; }
    .smart_hooper-top--numerically .numerically_block span {
      display: block;
      font-size: 20px;
      line-height: 23px; }
      @media (max-width: 510px) and (min-width: 400px) {
        .smart_hooper-top--numerically .numerically_block span {
          font-size: 22px;
          line-height: 16px; } }
    .smart_hooper-top--numerically .numerically_block i {
      display: block;
      font-style: normal;
      font-size: 12px;
      line-height: 13px; }
      @media (max-width: 510px) and (min-width: 400px) {
        .smart_hooper-top--numerically .numerically_block i {
          font-size: 11px;
          line-height: 10px; } }
  .smart_hooper-top--img {
    width: 100%;
    max-width: 710px;
    float: right;
    padding-top: 15px; }
    @media (max-width: 1299px) {
      .smart_hooper-top--img {
        padding-bottom: 35px;
        float: none;
        max-width: none;
        text-align: center; } }
    .smart_hooper-top--img img {
      width: 100%;
      max-width: 786px; }

.smart_hooper-main {
  padding-top: 73px;
  padding-bottom: 50px;
  overflow: hidden; }
  .smart_hooper-main--half {
    width: 50%;
    float: left; }
    @media (max-width: 767px) {
      .smart_hooper-main--half {
        width: 100%;
        float: none; }
        .smart_hooper-main--half:first-child {
          margin-bottom: 50px; } }
    .smart_hooper-main--half-wrapp {
      max-width: 455px;
      text-align: center;
      margin: 0 auto; }
      @media (max-width: 991px) {
        .smart_hooper-main--half-wrapp {
          padding: 0 20px; } }
      .smart_hooper-main--half-wrapp img {
        margin-bottom: 15px; }
      .smart_hooper-main--half-wrapp span {
        margin-bottom: 18px;
        display: block;
        font-size: 18px;
        font-weight: bold; }
      .smart_hooper-main--half-wrapp p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px; }
      .smart_hooper-main--half-wrapp a {
        position: relative;
        padding-left: 28px;
        line-height: 40px;
        height: 40px;
        display: inline-block;
        background: -webkit-linear-gradient(bottom, #f79535, #f47c30);
        background: linear-gradient(to top, #f79535, #f47c30);
        border-radius: 4px;
        font-size: 14px;
        font-weight: bold;
        line-height: 40px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        text-align: center;
        text-transform: uppercase;
        min-width: 200px;
        color: #ffffff;
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer; }

        .smart_hooper-main--half-wrapp a:hover {
          background: -webkit-linear-gradient(bottom, #ff9d0a, #ff700a);
          background: linear-gradient(to top, #ff9d0a, #ff700a);
          text-shadow: 1px 1px 3px #777;
          color: #ffffff;
          outline: none;
        }

        .smart_hooper-main--half-wrapp a:before {
          content: '';
          display: block;
          width: 31px;
          height: 40px;
          position: absolute;
          left: 38px;
          background-image: url("../img/ico-btn.svg");
          background-position: 0 center;
          background-repeat: no-repeat; }

.smart_hooper .faq {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px; }

.hooper_category {
  margin-top: 50px; }
  .hooper_category .hooper-col {
    width: 20%;
    float: left;
    opacity: 1;
    -webkit-transition: .3s;
            transition: .3s; }
    .hooper_category .hooper-col.animation {
      opacity: 0;
      -webkit-transform: scale(0.5);
              transform: scale(0.5); }
    @media (max-width: 991px) {
      .hooper_category .hooper-col {
        width: 25%; } }
    @media (max-width: 767px) {
      .hooper_category .hooper-col {
        width: 33.333333%; } }
    @media (max-width: 590px) {
      .hooper_category .hooper-col {
        width: 50%; } }
    @media (max-width: 460px) {
      .hooper_category .hooper-col {
        width: 100%;
        float: none; } }
  .hooper_category-item {
    text-align: center;
    margin-bottom: 75px; }
    @media (max-width: 590px) {
      .hooper_category-item {
        margin-bottom: 25px; } }
    .hooper_category-item--img {
      display: table;
      width: 100%;
      height: 140px;
      text-align: center;
      margin-bottom: 25px; }
      .hooper_category-item--img a {
        display: table-cell;
        vertical-align: middle; }
        .hooper_category-item--img a img {
          -webkit-transition: .3s;
                  transition: .3s; }
    .hooper_category-item--name {
      display: block;
      font-size: 18px;
      color: #f47920;
      font-weight: bold;
      min-height: 50px; }
      .hooper_category-item--name:hover {
        color: #f48e27; }
  .hooper_category .add-more {
    border: 1px solid #055197;
    border-radius: 2px;
    height: 220px;
    max-width: 220px;
    margin: -37px auto 0;
    padding-top: 50px;
    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s; }
    .hooper_category .add-more:hover {
      border-color: #f47920; }
      .hooper_category .add-more:hover .add-more--line1 {
        color: #f47920; }
    .hooper_category .add-more.end-more {
      padding-top: 81px; }
    @media (max-width: 460px) {
      .hooper_category .add-more {
        margin: 0 auto 50px; } }
    .hooper_category .add-more img {
      -webkit-transition: 1.2s;
              transition: 1.2s;
      margin-bottom: 5px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .hooper_category .add-more span {
      display: block;
      font-size: 14px; }
    .hooper_category .add-more--line1 {
      color: #055197;
      font-weight: bold;
      -webkit-transition: .3s;
              transition: .3s; }
    .hooper_category .add-more--line2 {
      color: #ccc; }
    .hooper_category .add-more i {
      font-style: normal; }
  .hooper_category .rotate_clock img {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

.helper_indication {
  text-align: center;
  margin-bottom: 41px; }
  @media (max-width: 710px) {
    .helper_indication {
      margin-top: 20px; } }
  .helper_indication-line {
    max-width: 650px;
    margin: 28px auto; }
    @media (max-width: 710px) {
      .helper_indication-line {
        max-width: 450px; } }
    @media (max-width: 510px) {
      .helper_indication-line {
        max-width: 252px; } }
    .helper_indication-line--item {
      float: left;
      margin-left: 100px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #f1f1f1;
      color: #ffffff;
      font-weight: bold;
      font-size: 18px;
      position: relative;
      text-align: center;
      line-height: 50px; }
      @media (max-width: 710px) {
        .helper_indication-line--item {
          margin-left: 50px; } }
      @media (max-width: 510px) {
        .helper_indication-line--item {
          width: 28px;
          height: 28px;
          font-size: 16px;
          line-height: 28px;
          margin-left: 28px; } }
      .helper_indication-line--item.helper_current, .helper_indication-line--item.helper_done {
        background-color: #f47920; }
        .helper_indication-line--item.helper_current::before, .helper_indication-line--item.helper_done::before {
          background-color: #f47920; }
      .helper_indication-line--item::before {
        content: '';
        width: 100px;
        height: 4px;
        background-color: #f1f1f1;
        position: absolute;
        left: -100px;
        top: 23px; }
        @media (max-width: 710px) {
          .helper_indication-line--item::before {
            width: 50px;
            left: -50px; } }
        @media (max-width: 510px) {
          .helper_indication-line--item::before {
            width: 28px;
            left: -28px;
            top: 12px; } }
      .helper_indication-line--item:first-child {
        margin-left: 0; }
        .helper_indication-line--item:first-child::before {
          display: none; }

.helper_main {
  margin-bottom: 50px; }
  .helper_main-top {
    text-align: center;
    margin-bottom: 43px; }
    .helper_main-top--title {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 6px; }
    .helper_main-top--text {
      font-size: 18px; }
  .helper_main-middle {
    /*
    width: 740px;
    max-width: 740px;
    width: 740px;
    */
    width: 100%;
    margin: 0 auto 16px; }
    .helper_main-middle--item {
      max-width: 300px;
      padding: 0 15px;
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 510px) {
        .helper_main-middle--item {
          float: none;
          margin: 0 auto 30px; } }
      .helper_main-middle--item .helper_item--img {
        text-align: center;
        display: table;
        min-height: 140px;
        width: 100%; }
        .helper_main-middle--item .helper_item--img .for_img {
          display: table-cell;
          vertical-align: middle; }
      .helper_main-middle--item .helper_item--link {
        display: block;
        color: #f47920;
        font-weight: bold;
        min-height: 50px;
        padding-top: 10px; }
  .helper_main-bottom {
    width: 100%;
    z-index: 10;
    position: relative;
    margin-top: 30px; }
    .helper_main-bottom--prev {
      float: left;
      padding-left: 20px; }
      .helper_main-bottom--prev::before {
        width: 20px;
        left: 20px;
        background-image: url("../img/ico-prev.svg"); }
      .helper_main-bottom--prev:hover {
        background: #055197;
        color: #ffffff;
        text-shadow: none; }
        .helper_main-bottom--prev:hover::before {
          background-image: url("../img/ico-prev-w.svg");
          left: 14px; }
    .helper_main-bottom--next {
      float: right;
      padding-right: 47px; }
      .helper_main-bottom--next::before {
        width: 26px;
        right: 28px;
        background-image: url("../img/ico-next.svg"); }
      .helper_main-bottom--next:hover::before {
        right: 20px; }
    .helper_main-bottom .button {
      position: relative;
      line-height: 50px; }
      .helper_main-bottom .button:focus {
        color: #ffffff; }
      .helper_main-bottom .button::before {
        content: '';
        display: block;
        height: 50px;
        position: absolute;
        background-position: 0 center;
        background-repeat: no-repeat;
        -webkit-transition: .3s;
                transition: .3s; }
      @media (max-width: 510px) {
        .helper_main-bottom .button {
          float: none;
          display: block;
          max-width: 200px;
          margin: 0 auto 20px; } }

.helper_step_wrapper {
  position: relative; }

.helper_answer {
  cursor: pointer; }

.helper_step {
  -webkit-transition: .3s;
          transition: .3s;
  width: 100%; }
  .helper_step.current_step {
    height: auto; }
  .helper_step .helper_main-top {
    -webkit-transition: .3s;
            transition: .3s;
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  .helper_step .for_img {
    -webkit-transition: .3s;
            transition: .3s;
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2); }
  .helper_step .helper_item--link {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: .3s;
            transition: .3s; }
    .helper_step .helper_item--link:hover {
      color: #f48e27; }

.helper_step.current_step {
  opacity: 1;
  z-index: 1;
  margin: 0 auto; }
  .helper_step.current_step .helper_main-top {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  .helper_step.current_step .for_img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .helper_step.current_step .helper_item--link {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.helper_main-half {
  float: left; }

.count-items-5 {
  width: 100%; }
  @media (min-width: 992px) {
    .count-items-5 {
      width: 80%; } }
  .count-items-5 .helper_main-half {
    width: 33.333333%; }
    .count-items-5 .helper_main-half:nth-child(5), .count-items-5 .helper_main-half:nth-child(4) {
      width: 50%; }
    @media (min-width: 992px) {
      .count-items-5 .helper_main-half:nth-child(4) .helper_main-middle--item {
        margin-right: 50px; } }
    @media (min-width: 992px) {
      .count-items-5 .helper_main-half:nth-child(5) .helper_main-middle--item {
        margin-left: 50px; } }
    @media (max-width: 768px) {
      .count-items-5 .helper_main-half:nth-child(1), .count-items-5 .helper_main-half:nth-child(2), .count-items-5 .helper_main-half:nth-child(3), .count-items-5 .helper_main-half:nth-child(4) {
        width: 50%; }
      .count-items-5 .helper_main-half:nth-child(5) {
        width: 100%; }
        .count-items-5 .helper_main-half:nth-child(5) .helper_main-middle--item {
          margin: 0 auto; } }
    @media (max-width: 510px) {
      .count-items-5 .helper_main-half:nth-child(1), .count-items-5 .helper_main-half:nth-child(2), .count-items-5 .helper_main-half:nth-child(3), .count-items-5 .helper_main-half:nth-child(4), .count-items-5 .helper_main-half:nth-child(5) {
        width: 100%; } }

.count-items-4 .helper_main-half {
  width: 25%; }
  @media (max-width: 991px) {
    .count-items-4 .helper_main-half {
      width: 50%;
      margin-bottom: 30px; } }

.count-items-3 .helper_main-half {
  width: 33.333333%; }

.count-items-2 {
  max-width: 740px; }
  .count-items-2 .helper_main-half {
    width: 50%; }
    .count-items-2 .helper_main-half:first-child .helper_main-middle--item {
      float: left; }
      @media (max-width: 510px) {
        .count-items-2 .helper_main-half:first-child .helper_main-middle--item {
          float: none;
          margin: 0 auto; } }
    .count-items-2 .helper_main-half:last-child .helper_main-middle--item {
      float: right; }
      @media (max-width: 510px) {
        .count-items-2 .helper_main-half:last-child .helper_main-middle--item {
          float: none;
          margin: 0 auto; } }

@media (max-width: 510px) {
  .helper_main-middle .helper_main-half {
    width: 100%;
    float: none;
    height: auto !important; } }

.helpercatalog_wrapper {
  display: block;
  padding-top: 50px; }
  .helpercatalog_wrapper-item {
    width: 20%;
    float: left;
    position: relative;
    min-height: 400px;
    margin-bottom: 40px;
    max-width: 235px; }
    @media (max-width: 1299px) {
      .helpercatalog_wrapper-item {
        width: 25%; } }
    @media (max-width: 991px) {
      .helpercatalog_wrapper-item {
        width: 33.333333%; } }
    @media (max-width: 650px) {
      .helpercatalog_wrapper-item {
        width: 50%; } }
    @media (max-width: 480px) {
      .helpercatalog_wrapper-item {
        width: 100%;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
    .helpercatalog_wrapper-item-wrapp {
      border: 1px solid transparent;
      position: absolute;
      top: 0;
      left: 0; }
      .helpercatalog_wrapper-item-wrapp:hover {
        padding-top: 30px;
        padding-bottom: 16px;
        left: 0px;
        top: -30px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        z-index: 10;
        background-color: #ffffff; }
        @media (max-width: 991px) {
          .helpercatalog_wrapper-item-wrapp:hover {
            padding-top: 10px;
            top: -10px; } }
    .helpercatalog_wrapper-item:hover .helpercatalog_wrapper-item--img {
      position: relative; }
      .helpercatalog_wrapper-item:hover .helpercatalog_wrapper-item--img::before {
        content: 'Подробнее о товаре';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #ffffff;
        opacity: .8;
        text-align: center;
        color: #f47920;
        line-height: 160px;
        font-size: 15px; }
    .helpercatalog_wrapper-item:hover .helpercatalog_wrapper-item--info {
      display: block; }
    .helpercatalog_wrapper-item--img {
      display: table;
      width: 180px;
      height: 180px;
      margin: 0 auto; }
      .helpercatalog_wrapper-item--img img {
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
    .helpercatalog_wrapper-item--name {
      display: block;
      height: 54px;
      position: relative;
      font-size: 14px;
      line-height: 18px;
      overflow: hidden;
      margin-bottom: 24px;
      padding: 0 15px;
      -webkit-transition: .3s;
              transition: .3s; }
      .helpercatalog_wrapper-item--name::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 15px;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff 100%, #ffffff 10%, #ffffff);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 100%, #ffffff 10%, #ffffff); }
      .helpercatalog_wrapper-item--name:hover {
        color: #f48e27; }
    .helpercatalog_wrapper-item--price {
      font-size: 30px;
      color: #f47920;
      font-weight: bold;
      margin-bottom: 9px;
      padding: 0 15px;
      -webkit-transition: .1s;
              transition: .1s; }
      .helpercatalog_wrapper-item--price sup {
        top: -10px;
        font-size: 16px; }
      .helpercatalog_wrapper-item--price i {
        font-style: normal;
        font-weight: normal; }
    .helpercatalog_wrapper-item--action {
      border: 1px solid #f0f0f0;
      border-radius: 4px;
      margin: 0 15px;
      -webkit-transition: .1s;
              transition: .1s; }
      .helpercatalog_wrapper-item--action a {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        float: left;
        width: calc((100% - 60px)/3);
        height: 41px; }
      .helpercatalog_wrapper-item--action .action_cart {
        background: -webkit-linear-gradient(bottom, #f79535, #f47c30);
        background: linear-gradient(to top, #f79535, #f47c30);
        position: relative;
        height: 42px;
        width: 60px;
        margin-top: -1px;
        margin-left: -1px;
        border-radius: 4px; }
        .helpercatalog_wrapper-item--action .action_cart::before {
          display: block;
          content: '';
          background: url("../img/ico-cart.svg");
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center; }
        .helpercatalog_wrapper-item--action .action_cart:hover {
          background: -webkit-linear-gradient(bottom, #ff9d0a, #ff700a);
          background: linear-gradient(to top, #ff9d0a, #ff700a); }
      .helpercatalog_wrapper-item--action .action_desire {
        background-image: url("../img/ico-action-desire.svg");
        border-right: 1px solid #f0f0f0; }
        .helpercatalog_wrapper-item--action .action_desire:hover {
          background-image: url("../img/ico-action-desire-hover.svg"); }
      .helpercatalog_wrapper-item--action .action_comparison {
        background-image: url("../img/ico-action-comparison.svg");
        border-right: 1px solid #f0f0f0; }
        .helpercatalog_wrapper-item--action .action_comparison:hover {
          background-image: url("../img/ico-action-comparison-hover.svg"); }
      .helpercatalog_wrapper-item--action .action_statistics {
        background-image: url("../img/ico-action-stat.svg"); }
        .helpercatalog_wrapper-item--action .action_statistics:hover {
          background-image: url("../img/ico-action-stat-hover.svg"); }
    .helpercatalog_wrapper-item--info {
      display: none;
      background-color: #fdfcef;
      padding: 0 15px;
      margin-top: 10px; }
      .helpercatalog_wrapper-item--info img {
        float: left;
        width: 46px;
        height: 22px;
        margin-right: 20px;
        margin-top: 16px; }
      .helpercatalog_wrapper-item--info .info_text {
        font-size: 15px;
        line-height: 54px;
        white-space: pre; }
        .helpercatalog_wrapper-item--info .info_text span {
          font-weight: bold; }
    .helpercatalog_wrapper-item--raiting {
      padding: 0 15px;
      margin-top: 10px;
      -webkit-transition: .1s;
              transition: .1s; }
      .helpercatalog_wrapper-item--raiting a {
        display: block;
        float: right;
        color: #055197;
        font-size: 12px; }
        .helpercatalog_wrapper-item--raiting a:hover {
          color: #f47920; }

.helpercatalog_resulttext {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .helpercatalog_resulttext .helper_main-bottom--prev {
    padding: 0;
    text-transform: none;
    float: none;
    line-height: 32px;
    height: 34px; }
    .helpercatalog_resulttext .helper_main-bottom--prev:hover {
      background-color: #055197;
      color: #ffffff; }
  .helpercatalog_resulttext .helper_new {
    margin: 7px 0 5px; }
  .helpercatalog_resulttext .change_cat {
    color: #055197;
    font-size: 12px; }
    .helpercatalog_resulttext .change_cat:hover {
      color: #f47920; }

.helpercatalog .helper_main-top {
  margin-bottom: 3px; }
