

/* Start:/local/templates/main/components/bitrix/search.page/clear/style.css?17490330748464*/
.search-page {
  position: relative;
  z-index: 1;
  width: 1830px;
  margin: 0 auto; }
  @media screen and (max-width: 1900px) and (min-width: 1280px) {
    .search-page {
      width: 1240px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .search-page {
      width: 988px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .search-page {
      width: 768px; } }
  @media screen and (max-width: 799px) {
    .search-page {
      width: 448px; } }
  .search-page .input-wrap {
    white-space: nowrap; }
    .search-page .input-wrap .input {
      white-space: nowrap;
      position: relative;
      height: 55px;
      width: 510px;
      margin: 0 auto 35px auto;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 1023px) {
        .search-page .input-wrap .input {
          width: 100%; } }
      .search-page .input-wrap .input input.search-query, .search-page .input-wrap .input input.search-button {
        display: inline-block;
        vertical-align: middle;
        white-space: normal; }
      .search-page .input-wrap .input input.search-query {
        width: 100%;
        height: 100%;
        color: #1c2429;
        font-size: 18px;
        font-family: "Ubuntu";
        text-transform: uppercase;
        text-transform: none;
        background: white;
        padding: 0 40px 0 20px;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #c8d3d8;
        -webkit-border-radius: 36px;
        -moz-border-radius: 36px;
        -ms-border-radius: 36px;
        border-radius: 36px; }
        .search-page .input-wrap .input input.search-query:focus {
          -webkit-box-shadow: inset 0 2px 3px rgba(28, 36, 41, 0.3);
          -moz-box-shadow: inset 0 2px 3px rgba(28, 36, 41, 0.3);
          box-shadow: inset 0 2px 3px rgba(28, 36, 41, 0.3); }
      .search-page .input-wrap .input input.search-button {
        width: 27px;
        height: 27px;
        position: absolute;
        right: 12px;
        top: 14px;
        background: url("/local/templates/main/components/bitrix/search.page/clear/../../../../img/search-icon-header-min.png") center no-repeat;
        border: 0;
        cursor: pointer;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease; }

.search-language-guess {
  color: black;
  font-size: 14.5px;
  font-family: "Ubuntu";
  text-transform: uppercase;
  text-transform: none; }

.search-result {
  padding-bottom: 80px; }
  .search-result .list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    align-content: flex-start; }
    .search-result .list .search-item {
      max-width: 900px;
      height: 165px;
      margin: 0 30px 50px 0; }
      @media screen and (max-width: 1900px) and (min-width: 1280px) {
        .search-result .list .search-item {
          max-width: 604px;
          height: 220px; } }
      @media screen and (max-width: 1279px) {
        .search-result .list .search-item {
          max-width: 100%;
          margin-right: 0; } }
      @media screen and (max-width: 799px) {
        .search-result .list .search-item {
          height: 240px; } }
      .search-result .list .search-item:nth-child(2n+2) {
        margin-right: 0; }
      .search-result .list .search-item .date-and-chain {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center; }
        .search-result .list .search-item .date-and-chain .date {
          min-width: 113px;
          max-width: 113px;
          min-height: 31px;
          line-height: 31px;
          text-align: center;
          background: #eef4f8;
          margin-right: 20px;
          color: #6a7b83;
          font-size: 16px;
          font-family: "Ubuntu Light";
          text-transform: uppercase; }
        .search-result .list .search-item .date-and-chain .chin-path {
          line-height: 31px;
          min-height: 31px;
          color: #6a7b83;
          font-size: 16px;
          font-family: "Ubuntu Light";
          text-transform: uppercase;
          text-transform: none; }
          .search-result .list .search-item .date-and-chain .chin-path * {
            color: #6a7b83;
            font-size: 16px;
            font-family: "Ubuntu Light";
            text-transform: uppercase;
            text-transform: none;
            text-decoration: none; }
          .search-result .list .search-item .date-and-chain .chin-path a:hover {
            text-decoration: underline; }
          .search-result .list .search-item .date-and-chain .chin-path span {
            margin: 0 20px; }
      .search-result .list .search-item div.title-item {
        margin: 15px 0 0 0;
        min-height: 35px;
        overflow: hidden;
        display: inline-block;
        max-height: 70px; }
        .search-result .list .search-item div.title-item a {
          color: #1c2429;
          font-size: 30px;
          font-family: "Ubuntu Bold";
          text-transform: uppercase;
          line-height: 34px;
          text-decoration: underline;
          text-transform: none; }
          .search-result .list .search-item div.title-item a:hover {
            text-decoration: none; }
      .search-result .list .search-item .search-preview {
        color: #1c2429;
        font-size: 18px;
        font-family: "Ubuntu";
        text-transform: uppercase;
        line-height: 22px;
        letter-spacing: .72px;
        text-transform: none;
        margin-top: 15px;
        max-height: 68px;
        overflow: hidden; }
        @media screen and (max-width: 1900px) and (min-width: 1280px) {
          .search-result .list .search-item .search-preview {
            max-height: 87px; } }
        @media screen and (max-width: 799px) {
          .search-result .list .search-item .search-preview {
            max-height: 110px; } }
  .search-result .show-more {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-items: center;
    min-width: 200px;
    max-width: 200px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 13px;
    font-family: "Ubuntu Medium";
    text-transform: uppercase;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background: #15ac97;
    cursor: pointer;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 265px;
    max-width: 265px;
    min-height: 55px;
    height: 55px;
    font-size: 18px;
    margin: 0 auto; }
    .search-result .show-more:hover:not(.noHover) {
      background: rgba(21, 172, 151, 0.8); }

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/main/components/bitrix/search.page/clear/style.css?17490330748464 */
