.newsy .container-block {
  padding: 38px 0; }
.newsy .single-news {
  display: flex; }
  .newsy .single-news .buttons {
    margin-top: 30px;
    justify-content: flex-start; }
    .newsy .single-news .buttons p {
      display: flex;
      align-items: center;
      font-weight: 600;
      text-transform: lowercase;
      margin-bottom: 0;
      line-height: 1; }
      .newsy .single-news .buttons p span {
        display: block;
        margin-right: 5px; }
    .newsy .single-news .buttons .caret {
      display: block;
      content: "";
      border-top: 0.7em solid;
      border-right: 0.4em solid transparent;
      border-bottom: 0;
      border-left: 0.4em solid transparent;
      color: var(--element1-color);
      transform: rotate(-90deg); }
  .newsy .single-news:nth-child(4n+1), .newsy .single-news:nth-child(4n+2) {
    background-color: var(--light-bg); }
  .newsy .single-news:nth-child(odd) {
    justify-content: flex-end; }
.newsy .one-news {
  height: 100%;
  display: flex;
  align-items: center; }
  .newsy .one-news .foto {
    width: 310px;
    height: 240px;
    margin-right: 40px; }
    .newsy .one-news .foto.logo {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: var(--primary-bg);
      border-bottom: 1px solid var(--light-bg2); }
      .newsy .one-news .foto.logo .logo-text {
        width: 100%; }
        .newsy .one-news .foto.logo .logo-text p {
          font-size: 15px;
          width: 100%;
          margin-bottom: 0; }
        .newsy .one-news .foto.logo .logo-text .linia-1 {
          font-size: 24px; }
      .newsy .one-news .foto.logo img {
        object-fit: contain;
        max-width: 74px;
        object-position: center;
        margin-bottom: 10px; }
      .newsy .one-news .foto.logo .image {
        justify-content: center;
        display: flex;
        height: fit-content; }
    .newsy .one-news .foto figure.image {
      margin: 0; }
    .newsy .one-news .foto .image {
      justify-content: center;
      display: flex;
      align-items: center;
      height: 100%; }
    .newsy .one-news .foto img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .newsy .one-news .text {
    display: flex;
    height: 100%;
    align-items: center; }
    .newsy .one-news .text .text-inner {
      padding-right: 40px; }
    .newsy .one-news .text .date {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      padding: 0 20px;
      background-color: var(--light-bg2); }
      .newsy .one-news .text .date span:first-child {
        font-size: 25rem; }
.newsy h3 {
  font-size: 28rem;
  font-weight: 600;
  color: var(--primary-text);
  margin-top: 0;
  margin-bottom: 20px; }
.newsy p {
  line-height: 150%; }
.newsy .buttons {
  margin-top: 85px; }

@media (max-width: 575.5px) {
  .newsy .container-block {
    margin: 0 auto;
    width: 100%; }
  .newsy .single-news .buttons {
    margin-top: 10px;
    justify-content: center; }
  .newsy .single-news:nth-child(odd) {
    background-color: var(--light-bg); }
  .newsy .single-news:nth-child(even) {
    background-color: var(--primary-bg); }
  .newsy .one-news {
    flex-direction: column; }
    .newsy .one-news .foto {
      margin-right: 0px; }
      .newsy .one-news .foto.logo img {
        max-width: 60px; }
      .newsy .one-news .foto.logo .logo-text p {
        font-size: 12px;
        white-space: break-spaces; }
      .newsy .one-news .foto.logo .logo-text .linia-1 {
        font-size: 15px; }
    .newsy .one-news .text .text-inner {
      padding: 0 15px; }
    .newsy .one-news .text p {
      text-align: center; }
    .newsy .one-news .foto {
      width: 62vw;
      height: 45vw;
      margin-right: 0;
      margin-bottom: 20px; }
  .newsy h3 {
    font-size: 20rem;
    margin-bottom: 10px;
    text-align: center; }
  .newsy .buttons {
    margin-top: 0; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .newsy .container-block {
    margin: 0 auto;
    width: 540px; }
  .newsy .single-news .buttons {
    margin-top: 10px; }
  .newsy .single-news:nth-child(odd) {
    background-color: var(--light-bg); }
  .newsy .single-news:nth-child(even) {
    background-color: var(--primary-bg); }
  .newsy .one-news .foto {
    margin-right: 20px; }
    .newsy .one-news .foto.logo .logo-text p {
      font-size: 12px;
      white-space: break-spaces; }
    .newsy .one-news .foto.logo .logo-text .linia-1 {
      font-size: 15px; }
  .newsy .one-news .text .text-inner {
    padding-right: 15px; }
  .newsy .one-news .foto {
    width: 200px;
    height: 140px; }
  .newsy h3 {
    font-size: 20rem;
    margin-bottom: 10px; }
  .newsy .buttons {
    margin-top: 0; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .newsy .container-block {
    margin: 0 auto;
    width: 720px; }
  .newsy .single-news .buttons {
    margin-top: 10px; }
  .newsy .single-news:nth-child(odd) {
    background-color: var(--light-bg); }
  .newsy .single-news:nth-child(even) {
    background-color: var(--primary-bg); }
  .newsy .one-news .foto {
    margin-right: 20px; }
    .newsy .one-news .foto.logo .logo-text p {
      font-size: 12px;
      white-space: break-spaces; }
    .newsy .one-news .foto.logo .logo-text .linia-1 {
      font-size: 15px; }
  .newsy .one-news .text .text-inner {
    padding-right: 15px; }
  .newsy .one-news .foto {
    width: 230px;
    height: 165px; }
  .newsy h3 {
    font-size: 20rem;
    margin-bottom: 10px; }
  .newsy .buttons {
    margin-top: 15px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .newsy .container-block {
    margin: 0 auto;
    width: 960px; }
  .newsy .single-news .buttons {
    margin-top: 10px; }
  .newsy .single-news:nth-child(odd) {
    background-color: var(--light-bg); }
  .newsy .single-news:nth-child(even) {
    background-color: var(--primary-bg); }
  .newsy .one-news .foto {
    margin-right: 20px; }
    .newsy .one-news .foto.logo .logo-text p {
      font-size: 12px;
      white-space: break-spaces; }
    .newsy .one-news .foto.logo .logo-text .linia-1 {
      font-size: 15px; }
  .newsy .one-news .text .text-inner {
    padding-right: 15px; }
  .newsy .one-news .foto {
    width: 230px;
    height: 165px; }
  .newsy h3 {
    font-size: 20rem;
    margin-bottom: 10px; }
  .newsy .buttons {
    margin-top: 15px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .newsy .single-news .buttons {
    margin-top: 10px; }
  .newsy .one-news .foto {
    margin-right: 20px; }
    .newsy .one-news .foto.logo .logo-text p {
      font-size: 12px;
      white-space: break-spaces; }
    .newsy .one-news .foto.logo .logo-text .linia-1 {
      font-size: 15px; }
  .newsy .one-news .text .text-inner {
    padding-right: 15px; }
  .newsy .one-news .foto {
    width: 180px;
    height: 160px; }
  .newsy h3 {
    font-size: 20rem;
    margin-bottom: 10px; }
  .newsy .buttons {
    margin-top: 80px; } }
@media (min-width: 1580px) {
  .newsy .buttons .btn-secondary {
    min-width: 354px; } }

/*# sourceMappingURL=news.css.map */
