.g-page-article--main {
  font-family: Inter, sans-serif; }
  .g-page-article--main * {
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
    transition-behavior: normal;
    font-weight: 300; }
  .g-page-article--main .g-top-panel {
    display: flex;
    justify-content: flex-start;
    gap: 20px; }
    .g-page-article--main .g-top-panel .g-article-offered a {
      font-size: 16px;
      padding: 12px 20px;
      border: none;
      box-shadow: none;
      border-radius: 10px;
      background: #fff;
      color: #000;
      transition-property: all;
      transition-duration: 300ms;
      transition-delay: 0ms;
      transition-timing-function: ease;
      transition-behavior: normal;
      font-weight: 300; }
      .g-page-article--main .g-top-panel .g-article-offered a:hover {
        background: #375078;
        color: #fff; }
      @media (max-width: 480px) {
    .g-page-article--main .g-top-panel .g-article-offered a {
      padding: 10px;
      font-size: 15px; } }
  .g-page-article--main .g-article-list {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin: 0;
    margin-top: 20px; }
    .g-page-article--main .g-article-list .g-article--simple-view {
      border-radius: 10px;
      margin: 0;
      display: grid;
      grid-template-columns: 40% 60%;
      padding: 0;
      border: none; }
      .g-page-article--main .g-article-list .g-article--simple-view .left_part {
        padding: 60px 40px; }
      .g-page-article--main .g-article-list .g-article--simple-view .left_part .g-article__body {
        margin: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
      .g-page-article--main .g-article-list .g-article--simple-view .left_part .title {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
        text-decoration: none;
        color: #000;
        transition-property: all;
        transition-duration: 300ms;
        transition-delay: 0ms;
        transition-timing-function: ease;
        word-break: break-word; }
        @media (max-width: 480px) {
    .g-page-article--main .g-article-list .g-article--simple-view .left_part .title {
      font-size: 20px; } }
        .g-page-article--main .g-article-list .g-article--simple-view .left_part .title:hover {
          color: #ea7946; }
      .g-page-article--main .g-article-list .g-article--simple-view .left_part .g-article__text {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 20px;
        color: #000; }
      .g-page-article--main .g-article-list .g-article--simple-view .left_part .date_now {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 300;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px; }
        .g-page-article--main .g-article-list .g-article--simple-view .left_part .date_now .g-article__date {
          margin-right: 20px;
          margin-bottom: 0;
          color: #000; }
        .g-page-article--main .g-article-list .g-article--simple-view .left_part .date_now .amount {
          border-left: 1px solid #ccc;
          padding-left: 20px;
          font-size: 16px;
          font-weight: 300; }
      .g-page-article--main .g-article-list .g-article--simple-view .left_part .bot {
        display: flex;
        align-items: center;
        text-decoration: none;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
        .g-page-article--main .g-article-list .g-article--simple-view .left_part .bot .g-article__name {
          font-size: 16px;
          color: #ea7946;
          font-weight: 300; }
        .g-page-article--main .g-article-list .g-article--simple-view .left_part .bot .icon {
          margin-left: 10px;
          transition-property: all;
          transition-duration: 300ms;
          transition-delay: 0ms;
          transition-timing-function: ease;
          transition-behavior: normal; }
          .g-page-article--main .g-article-list .g-article--simple-view .left_part .bot .icon svg {
            fill: #ea7946;
            width: 10px;
            height: 10px; }
        .g-page-article--main .g-article-list .g-article--simple-view .left_part .bot:hover .icon {
          transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg); }
      .g-page-article--main .g-article-list .g-article--simple-view .right_part .g-article__image {
        display: block;
        float: none;
        width: 100%;
        min-height: 400px;
        max-height: 400px;
        overflow: hidden;
        border-radius: 0 10px 10px 0; }
        .g-page-article--main .g-article-list .g-article--simple-view .right_part .g-article__image a {
          display: block; }
          .g-page-article--main .g-article-list .g-article--simple-view .right_part .g-article__image a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: -webkit-transform 0.3s ease-in-out;
            -o-transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .g-page-article--main .g-article-list .g-article--simple-view .right_part:hover img {
        webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      @media (max-width: 960px) {
  .g-page-article--main .g-article-list .g-article--simple-view {
    grid-template-columns: 100%; }
    .g-page-article--main .g-article-list .g-article--simple-view .right_part .g-article__image {
      border-radius: 0 0px 10px 10px;
      min-height: 320px;
      max-height: 320px; } }
      @media (max-width: 480px) {
  .g-page-article--main .g-article-list .g-article--simple-view {
    grid-template-columns: 100%; }
    .g-page-article--main .g-article-list .g-article--simple-view .right_part .g-article__image {
      min-height: 240px;
      max-height: 240px; }
      .g-page-article--main .g-article-list .g-article--simple-view .right_part .g-article__image a img {
        min-height: 240px; } }

.g-page-article .g-page-anketa .g-article-offered a {
  font-size: 16px;
  padding: 12px 20px;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  background: #fff;
  color: #000;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  transition-behavior: normal;
  font-weight: 300;
  margin-bottom: 20px; }
  .g-page-article .g-page-anketa .g-article-offered a:hover {
    background: #375078;
    color: #fff; }
  .g-page-article .g-page-anketa #form_g-anketa .g-form-field {
    padding: 0;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top; }
  .g-page-article .g-page-anketa #form_g-anketa .g-form-field .g-form-field__value {
    margin: 0; }
    .g-page-article .g-page-anketa #form_g-anketa .g-form-field .g-form-field__value .chosen-choices {
      box-shadow: none; }
  .g-page-article .g-page-anketa #form_g-anketa .g-form-row--submit {
    padding: 0 !important; }
  .g-page-article .g-page-anketa #form_g-anketa .g-form-row--submit .g-button {
    font-size: 16px;
    padding: 12px 20px;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    background: #fff;
    color: #000;
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
    transition-behavior: normal;
    font-weight: 300;
    margin-bottom: 20px; }
    .g-page-article .g-page-anketa #form_g-anketa .g-form-row--submit .g-button:hover {
      background: #375078;
      color: #fff; }

.g-form-control-select + .chosen-container-multi .chosen-choices .search-field:first-child input {
  padding: 15.4px 0 !important; }

.g-page-article * {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  transition-behavior: normal;
  font-weight: 300; }
  .g-page-article .top {
    border-radius: 10px;
    margin: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0;
    border: none;
    color: #fff; }
  .g-page-article .top .left_part .g-page-article__top-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .g-page-article .top .left_part h2.title_top {
    font-size: 46px;
    line-height: normal;
    margin: 0; }
  .g-page-article .top .left_part .g-article__body {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .g-page-article .top .left_part .title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px; }
  .g-page-article .top .left_part .g-article__text {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 20px; }
  .g-page-article .top .left_part .date_now {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .g-page-article .top .left_part .date_now .g-article__date {
    margin-right: 20px;
    margin-bottom: 0;
    color: #fff; }
  .g-page-article .top .left_part .date_now .amount {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300; }
  .g-page-article .top .left_part .btn_form {
    padding: 12px 20px;
    border-radius: 10px;
    background: #ea7946;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer; }
  .g-page-article .top .left_part .btn_form:hover {
    box-shadow: 0px 10px 36px -10px rgba(176, 81, 38, 0.9); }
  .g-page-article .top .left_part .share {
    display: flex;
    cursor: pointer;
    position: relative;
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
    transition-behavior: normal; }
  .g-page-article .top .left_part .share .icon {
    margin-right: 10px; }
    .g-page-article .top .left_part .share .icon svg {
      fill: #fff;
      width: 16px;
      height: 16px; }
  .g-page-article .top .left_part .share .title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0; }
  .g-page-article .top .left_part .share .pop_soc {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
    transition-behavior: normal;
    min-width: 140px; }
    .g-page-article .top .left_part .share .pop_soc a {
      text-decoration: none;
      color: #000;
      font-size: 16px;
      font-weight: 300;
      display: flex;
      align-items: center;
      width: 100%; }
      .g-page-article .top .left_part .share .pop_soc a img {
        width: 36px;
        height: 36px;
        margin-right: 10px; }
  .g-page-article .top .left_part .share .pop_soc.active {
    opacity: 1;
    visibility: visible; }
  .g-page-article .top .left_part .share:hover .title, .g-page-article .top .left_part .share:hover .icon {
    filter: drop-shadow(2px 4px 6px black); }
  .g-page-article .top .right_part .g-article__image {
    display: block;
    float: none;
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
    border-radius: 10px; }
  .g-page-article .top .right_part .g-article__image a {
    display: block; }
    .g-page-article .top .right_part .g-article__image a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .g-page-article .top .right_part:hover img {
    webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  @media (max-width: 960px) {
    .g-page-article .top {
      grid-template-columns: 100%; } }
  .g-page-article .items {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 70px;
    margin-bottom: 70px; }
  .g-page-article .items .item {
    padding-bottom: 28px;
    border-bottom: 1px solid #d9e0e8; }
  .g-page-article .items .item > .title {
    font-size: 20px;
    font-weight: 600; }
  .g-page-article .items .item .date {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px; }
  .g-page-article .items .item .date .time {
    font-size: 14px;
    font-weight: 600; }
  .g-page-article .items .item .date .line {
    height: 1px;
    background: #d9e0e8;
    width: 70px; }
  .g-page-article .items .item .spec {
    display: flex;
    align-items: center;
    margin-top: 30px; }
  .g-page-article .items .item .spec .image {
    min-width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 10px; }
    .g-page-article .items .item .spec .image img {
      border-radius: 10px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .g-page-article .items .item .spec .image:hover img {
      webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .g-page-article .items .item .spec .right .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px; }
    .g-page-article .items .item .spec .right .body {
      font-size: 16px;
      font-weight: 300; }
  .g-page-article .items .item > .body {
    padding-left: 0;
    margin: 0;
    margin-bottom: 20px; }
  .g-page-article .items .item > .body ul {
    padding-left: 20px; }
  @media (max-width: 960px) and (min-width: 480px) {
    .g-page-article .items {
      margin-bottom: -70px !important; } }

#i6sm1elki_0 + #iokhqwkdp_0 {
  background: #373d44;
  padding-left: 0;
  padding-right: 0;
  margin-top: -20px;
  margin-bottom: -40px; }
  @media (max-width: 960px) {
  #i6sm1elki_0 + #iokhqwkdp_0 {
    margin-bottom: -80px; } }
  #i6sm1elki_0 + #iokhqwkdp_0 #iril46gm1_0 {
    padding-left: 5%;
    padding-right: 5%; }
  #i6sm1elki_0 + #iokhqwkdp_0 #iril46gm1_0 a {
    color: #fff; }
  #i6sm1elki_0 + #iokhqwkdp_0 #iril46gm1_0 span {
    color: #fff; }
  #i6sm1elki_0 + #iokhqwkdp_0 .g-page-article .top {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 70px; }
  @media (max-width: 480px) {
      #i6sm1elki_0 + #iokhqwkdp_0 .g-page-article .top h2 {
        font-size: 26px; }
      #i6sm1elki_0 + #iokhqwkdp_0 .g-page-article .top .g-article__image {
        min-height: 200px;
        max-height: 200px; }
      #i6sm1elki_0 + #iokhqwkdp_0 .g-page-article .top .date_now {
        gap: 10px; } }
  #i6sm1elki_0 + #iokhqwkdp_0 .g-page-article .items {
    padding-left: 5%;
    padding-right: 5%;
    background: #fff;
    padding-top: 70px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 70px; }

@media (max-width: 768px) {
    .inner-folders {
      display: block !important; } }
  .inner-folders .cat_in_block {
    display: grid;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 0;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  .inner-folders .cat_in_block li {
    margin-right: 0px;
    margin-bottom: 0px;
    box-shadow: 0px 1px 1px #e6e6e6;
    background: #fff;
    border-radius: 10px;
    overflow: hidden; }
  .inner-folders .cat_in_block li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    overflow: hidden; }
  .inner-folders .cat_in_block li a .icon_wrap {
    min-height: 240px;
    display: block;
    background-size: cover !IMPORTANT;
    border-radius: 10px 10px 0 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .inner-folders .cat_in_block li a .foldname {
    display: block;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center; }
  .inner-folders .cat_in_block li a .count {
    background: #ffd700;
    color: #fff;
    position: absolute;
    padding: 10px 4px;
    top: 0;
    right: 0;
    min-width: 30px; }
  .inner-folders .cat_in_block li a:hover {
    color: #ea7e4d; }
    .inner-folders .cat_in_block li a:hover .icon_wrap {
      transform: scale(1.1); }
  .inner-folders .cat_in_block li:nth-child(4n) {
    margin-right: 0; }
  @media (max-width: 1280px) {
    .inner-folders .cat_in_block {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (max-width: 960px) {
    .inner-folders .cat_in_block {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 768px) {
    .inner-folders .cat_in_block {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) {
    .inner-folders .cat_in_block {
      grid-template-columns: 1fr; } }

.search_head {
  display: flex; }
  .search_head #search-app {
    width: calc(100% - 0px);
    position: relative; }
  .search_head #search-app form {
    width: 100%; }
  .search_head #search-app form .form-inner {
    display: flex;
    margin: 20px 0; }
  .search_head #search-app form .form-inner label {
    width: 100%;
    margin-right: 10px; }
    .search_head #search-app form .form-inner label input {
      width: 100%;
      margin-right: 0;
      height: 100%;
      border-radius: 10px;
      padding: 0 20px;
      outline: none;
      box-shadow: none;
      border: none; }
  .search_head #search-app form .form-inner .search-block__btn {
    position: relative;
    height: auto;
    min-height: auto;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    font: 500 15px/ 1.35 'Montserrat', Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    outline: none;
    transition: all 0.2s;
    text-align: center;
    padding: 14px 25px;
    background-clip: border-box;
    cursor: pointer;
    text-decoration: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    padding: 11px 14px 10px;
    margin-right: 0px;
    background: #375078;
    color: #fff; }
    .search_head #search-app form .form-inner .search-block__btn:hover {
      background: #ea7946; }

.search-block {
  display: flex;
  z-index: 5; }

.search-block__input {
  margin-right: 20px; }

#search-result {
  display: block !important;
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  max-height: 85vh;
  overflow: hidden;
  overflow-y: auto; }

@media (max-width: 1023px) {
  #search-result {
    padding: 30px; } }

@media (max-width: 767px) {
  #search-result {
    border-radius: 0px;
    padding: 40px 0 26px;
    top: -20px;
    overflow: visible;
    overflow-y: visible;
    max-height: none;
    min-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); } }

#search-result .search-result-top {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 767px) {
  #search-result .search-result-top {
    padding: 0 20px; } }

@media (max-width: 639px) {
  #search-result .search-result-top {
    display: block; } }

#search-result .search-result-left {
  width: 350px; }

@media (max-width: 1340px) {
  #search-result .search-result-left {
    width: calc(50% - 10px); } }

@media (max-width: 1170px) {
  #search-result .search-result-left {
    width: 100%; } }

#search-result .search-result-left + .search-result-right {
  margin-left: 20px; }

@media (max-width: 1170px) {
  #search-result .search-result-left + .search-result-right {
    margin: 20px 0 0; } }

@media (max-width: 639px) {
  #search-result .search-result-left + .search-result-right {
    margin: 20px 0 0; } }

#search-result .search-result-right {
  width: calc(100% - 350px - 20px); }

@media (max-width: 1340px) {
  #search-result .search-result-right {
    width: calc(50% - 10px); } }

@media (max-width: 1170px) {
  #search-result .search-result-right {
    width: 100%; } }

#search-result .result-products .products-search-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #111; }

#search-result .result-products .products-search-title span {
  margin: 0 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 0 5px;
  color: #111;
  background: #fff;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box; }

#search-result .result-products .product-item {
  margin: 0 0 20px;
  padding: 8px;
  border-radius: 7px;
  display: flex;
  align-items: center; }

@media (max-width: 767px) {
  #search-result .result-products .product-item {
    margin: 0 0 10px; } }

#search-result .result-products .product-item:last-child {
  margin-bottom: 0; }

#search-result .result-products .product-item:nth-child(n+8) {
  display: none; }

#search-result .result-products .product-image {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0; }

#search-result .result-products .product-image.no-image a {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%28227%2C%20227%2C%20227%29%22%20d%3D%22M70.346%2C9.116%20L11.654%2C9.116%20C10.462%2C9.116%209.496%2C10.079%209.496%2C11.267%20L9.496%2C43.805%20C9.496%2C43.830%209.502%2C43.853%209.503%2C43.877%20C9.473%2C44.445%209.663%2C45.023%2010.086%2C45.468%20C10.904%2C46.331%2012.270%2C46.370%2013.136%2C45.553%20L25.846%2C33.566%20L38.291%2C44.679%20C38.990%2C45.304%2040.015%2C45.406%2040.825%2C44.931%20L51.419%2C38.721%20L61.787%2C46.929%20C62.184%2C47.243%2062.657%2C47.396%2063.127%2C47.396%20C63.763%2C47.396%2064.393%2C47.117%2064.819%2C46.582%20C65.560%2C45.651%2065.404%2C44.298%2064.471%2C43.559%20L52.943%2C34.433%20C52.244%2C33.879%2051.277%2C33.812%2050.507%2C34.263%20L39.996%2C40.425%20L27.246%2C29.039%20C26.409%2C28.292%2025.139%2C28.309%2024.324%2C29.079%20L13.811%2C38.993%20L13.811%2C13.419%20L68.189%2C13.419%20L68.189%2C54.579%20L13.811%2C54.579%20L13.811%2C51.981%20C13.811%2C50.793%2012.846%2C49.829%2011.654%2C49.829%20C10.462%2C49.829%209.496%2C50.793%209.496%2C51.981%20L9.496%2C56.731%20C9.496%2C57.920%2010.462%2C58.883%2011.654%2C58.883%20L70.346%2C58.883%20C71.538%2C58.883%2072.504%2C57.920%2072.504%2C56.731%20L72.504%2C11.267%20C72.504%2C10.079%2071.538%2C9.116%2070.346%2C9.116%20ZM77.359%2C0.001%20L4.641%2C0.001%20C2.083%2C0.001%200.001%2C2.059%200.001%2C4.589%20L0.001%2C63.409%20C0.001%2C65.939%202.083%2C67.997%204.641%2C67.997%20L77.359%2C67.997%20C79.917%2C67.997%2081.999%2C65.939%2081.999%2C63.409%20L81.999%2C4.589%20C81.999%2C2.059%2079.917%2C0.001%2077.359%2C0.001%20ZM77.683%2C63.409%20C77.683%2C63.566%2077.538%2C63.694%2077.359%2C63.694%20L4.641%2C63.694%20C4.462%2C63.694%204.317%2C63.566%204.317%2C63.409%20L4.317%2C4.589%20C4.317%2C4.432%204.462%2C4.304%204.641%2C4.304%20L77.359%2C4.304%20C77.538%2C4.304%2077.683%2C4.432%2077.683%2C4.589%20L77.683%2C63.409%20ZM34.273%2C25.524%20C34.273%2C29.152%2037.234%2C32.104%2040.872%2C32.104%20C44.510%2C32.104%2047.470%2C29.152%2047.470%2C25.524%20C47.470%2C21.896%2044.510%2C18.944%2040.872%2C18.944%20C37.234%2C18.944%2034.273%2C21.896%2034.273%2C25.524%20ZM43.155%2C25.524%20C43.155%2C26.779%2042.131%2C27.800%2040.872%2C27.800%20C39.613%2C27.800%2038.589%2C26.779%2038.589%2C25.524%20C38.589%2C24.268%2039.613%2C23.247%2040.872%2C23.247%20C42.131%2C23.247%2043.155%2C24.268%2043.155%2C25.524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #f7f7f7;
  background-size: 50%; }

#search-result .result-products .product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden; }

#search-result .result-products .product-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

#search-result .result-products .product-text {
  width: calc(100% - 20px - 60px); }

#search-result .result-products .product-name {
  color: #111;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px; }

#search-result .result-products .product-name a {
  transition: all 0.18s;
  color: inherit;
  text-decoration: none; }

#search-result .result-products .product-name a:hover {
  color: #ea7946; }

#search-result .result-products .product-text-price {
  margin-top: 13px; }

#search-result .result-products .product-text-price .price-old {
  color: #1c1c1c;
  font-weight: 400;
  font-size: 13px;
  line-height: 1; }

#search-result .result-products .product-text-price .price-old strong {
  position: relative;
  font-weight: 600;
  font-size: 15px; }

#search-result .result-products .product-text-price .price-old strong:before {
  position: absolute;
  content: '';
  left: -2px;
  right: -2px;
  top: 50%;
  height: 1px;
  background: #ff3838;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg); }

#search-result .result-products .product-text-price .price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c; }

#search-result .result-products .product-text-price .price span {
  font-size: 15px;
  font-weight: 500; }

#search-result .result-folders + .result-vendors {
  margin-top: 20px; }

#search-result .result-folders .folders-search-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #111; }

#search-result .result-folders .folders-search-title span {
  margin: 0 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 0 5px;
  color: #111;
  background: #fff;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box; }

#search-result .result-folders .folder-item:nth-child(n+7) {
  display: none; }

#search-result .result-folders .folder-item a {
  padding: 10px 0;
  color: #111;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: all 0.18s; }

#search-result .result-folders .folder-item a:hover {
  color: #ea7946; }

#search-result .result-vendors .vendors-search-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #111; }

#search-result .result-vendors .vendors-search-title span {
  margin: 0 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 0 5px;
  color: #111;
  background: #fff;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box; }

#search-result .result-vendors .vendor-item:nth-child(n+7) {
  display: none; }

#search-result .result-vendors .vendor-item a {
  padding: 10px 0;
  color: #111;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: all 0.18s; }

#search-result .result-vendors .vendor-item a:hover {
  color: #ea7946; }

.search-result-bottom {
  padding: 0px 0 0;
  text-align: left; }

@media (max-width: 767px) {
  .search-result-bottom {
    padding: 30px 20px 0; } }

.search-result-btn {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding: 14px 30px 15px;
  border-radius: 6px;
  cursor: pointer;
  color: #111;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 6px; }

@media (max-width: 480px) {
  .search-result-btn {
    width: 100%;
    text-align: center; } }

.search-result-btn span {
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2012%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%200.5C6.55228%200.5%207%200.947715%207%201.5V5.5H11C11.5523%205.5%2012%205.94772%2012%206.5C12%207.05228%2011.5523%207.5%2011%207.5H7V11.5C7%2012.0523%206.55228%2012.5%206%2012.5C5.44772%2012.5%205%2012.0523%205%2011.5V7.5H1C0.447715%207.5%200%207.05228%200%206.5C0%205.94772%200.447715%205.5%201%205.5H5V1.5C5%200.947715%205.44772%200.5%206%200.5Z%22%20fill%3D%22%23111111%22%2F%3E%3C%2Fsvg%3E") top 50% right 0 no-repeat; }

.search-result-btn:hover {
  color: #ea7946; }

.search-result-btn:hover span {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2012%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%200.5C6.55228%200.5%207%200.947715%207%201.5V5.5H11C11.5523%205.5%2012%205.94772%2012%206.5C12%207.05228%2011.5523%207.5%2011%207.5H7V11.5C7%2012.0523%206.55228%2012.5%206%2012.5C5.44772%2012.5%205%2012.0523%205%2011.5V7.5H1C0.447715%207.5%200%207.05228%200%206.5C0%205.94772%200.447715%205.5%201%205.5H5V1.5C5%200.947715%205.44772%200.5%206%200.5Z%22%20fill%3D%22%23ea7946%22%2F%3E%3C%2Fsvg%3E") top 50% right 0 no-repeat; }

.smart-search-folders, .smart-search-vendors {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .smart-search-folders, .smart-search-vendors {
    margin-bottom: 30px; } }

.smart-search-folders__title, .smart-search-vendors__title {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 15px;
  color: #111; }

@media (max-width: 1023px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    font-size: 31px; } }

@media (max-width: 767px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    margin-bottom: 10px; } }

@media (max-width: 639px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    font-size: 23px; } }

.smart-search-folders__list, .smart-search-vendors__list {
  padding: 0;
  margin: 0 0 0 -8px;
  list-style: none; }

.smart-search-folders__list li, .smart-search-vendors__list li {
  vertical-align: top;
  display: inline-block;
  margin: 0 5px 5px; }

@media (max-width: 767px) {
  .smart-search-folders__list li, .smart-search-vendors__list li {
    margin: 0 4px 4px; } }

.smart-search-folders__list li a, .smart-search-vendors__list li a {
  color: #1c1c1c;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  padding: 13px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s; }

@media (max-width: 767px) {
  .smart-search-folders__list li a, .smart-search-vendors__list li a {
    font-size: 13px;
    padding: 10px 12px; } }

.smart-search-folders__list li a:hover, .smart-search-vendors__list li a:hover {
  color: #fff;
  background: #ea7946; }

#search-result {
  max-width: calc(100% - 0px);
  margin-left: auto;
  box-sizing: border-box; }
  @media (max-width: 767px) {
  #search-result {
    max-width: 100%;
    left: 0;
    right: 0;
    top: 100%; } }
