.podbor_heading {
  padding: 0 10px;
  font-weight: bold;
  font-size: 2em;
  margin: 10px 0; }
  @media (max-width: 479px) {
    .podbor_heading {
      font-size: 1.3em; } }

.podbor_content_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0; }
  @media (max-width: 479px) {
    .podbor_content_all {
      margin: 0; } }
  .podbor_content_all .podbor_content {
    padding: 5px 10px; }
    .podbor_content_all .podbor_content p:last-child {
      margin-bottom: 0; }
  .podbor_content_all .podbor_all {
    padding: 5px 10px; }
    .podbor_content_all .podbor_all a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold; }
      @media (max-width: 479px) {
        .podbor_content_all .podbor_all a {
          font-size: 0.9em; } }
      .podbor_content_all .podbor_all a svg {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        fill: red;
        margin-top: 3px; }
      .podbor_content_all .podbor_all a:hover svg {
        fill: green; }

.podbor_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .podbor_new > li {
    width: calc(100% / 3);
    padding: 16px; }
    @media (max-width: 1199px) {
      .podbor_new > li {
        width: calc(100% / 2); } }
    @media (max-width: 767px) {
      .podbor_new > li {
        width: calc(100% / 1); } }
    .podbor_new > li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-shadow: 0 0.1rem 0.25rem rgba(81, 85, 85, 0.5); }
      .podbor_new > li .inner .img {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 110px;
        overflow: hidden;
        /*background: #000 !important;*/ }
        .podbor_new > li .inner .img img {
          position: relative;
          min-width: 100%;
          height: initial;
          max-width: initial;
        /*  opacity: 0.7;*/ }
          @media (max-width: 1023px) {
            .podbor_new > li .inner .img img {
              min-width: 110%; } }
          @media (max-width: 767px) {
            .podbor_new > li .inner .img img {
              min-width: 100%;
              /*opacity: 0.5;*/ } }
          @media (max-width: 479px) {
            .podbor_new > li .inner .img img {
              min-width: 140%; } }
        .podbor_new > li .inner .img .text {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          color: #fff;
          padding: 10px 20px; }
          .podbor_new > li .inner .img .text .caption {
            font-size: 1.7em;
            font-weight: bold; }
            @media (max-width: 479px) {
              .podbor_new > li .inner .img .text .caption {
                font-size: 1.4em; } }
          .podbor_new > li .inner .img .text .description {
            font-size: 0.9em;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media (max-width: 479px) {
              .podbor_new > li .inner .img .text .description {
                font-size: 0.8em; } }
            .podbor_new > li .inner .img .text .description svg {
              -webkit-transform: rotate(-90deg);
                  -ms-transform: rotate(-90deg);
                      transform: rotate(-90deg);
              fill: #fff; }
        .podbor_new > li .inner .img:hover .caption {
          color: #00a651; }
      .podbor_new > li .inner .sub_links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        padding: 10px 15px; }
        .podbor_new > li .inner .sub_links li {
          width: calc(100% / 3);
          padding: 5px; }
          .podbor_new > li .inner .sub_links li a {
            font-size: 0.9em;
            font-weight: bold;
            color: #000; }
            @media (max-width: 479px) {
              .podbor_new > li .inner .sub_links li a {
                font-size: 0.8em;
                line-height: 1; } }
            .podbor_new > li .inner .sub_links li a:hover {
              color: #00a651; }
/*# sourceMappingURL=podbor_new.css.map */