#category-novyny {
  background: #f3f3f3;
  padding: 30px 0 75px;
}

.category-novyny-body {
  margin-top: 50px;
}

.category-novyny-wrap-container {
  position: relative;
}

.category-novyny-wrap {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  position: relative;
}

.category-novyny-square1 {
  width: 393px;
  height: 324px;
  background: rgba(0, 158, 224, 0.4);
  position: absolute;
  top: -37px;
  right: -75px;
}

.category-novyny-item {
  max-width: 355px;
  padding: 0 10px;
  width: 25%;
  margin-bottom: 40px;
}

.category-novyny-item-image {
  width: 100%;
  height: 305px;
}

.category-novyny-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-novyny-item-description {
  padding: 15px 25px 25px 15px;
  background-color: #fff;
  min-height: 210px;
}

.category-novyny-item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-novyny-item-text {
  /* -webkit-line-clamp: 5; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
  max-height: 90px;
}

.category-novyny-item-text p {
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000000;
}

.category-novyny-item-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

#category-novyny .category-novyny-item-text p img {
  display: none;
}

.category-novyny-item-square {
  width: 40px;
  height: 35px;
  background: rgba(0, 158, 224, 0.4);
}

.category-novyny-item-button a {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #000000;
  display: flex;
}

.category-novyny-item-button a span {
  display: flex;
  margin-left: 8px;
}

/* single-novyny */

#single-novyny {
  padding: 30px 0 52px;
  background: #f3f3f3;
}

.single-novyny-body {
  margin-top: 70px;
}

.single-novyny-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.single-novyny-description {
  max-width: 455px;
  width: 100%;
  margin-right: 20px;
}

.news-item-date-create {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */

  margin-bottom: 10px;
  color: #000000;
}

.single-novyny-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 140%;
  /* or 56px */
  border-bottom: 0.5px solid rgba(11, 11, 11, 0.3);
  text-transform: uppercase;
  padding-bottom: 28px;
  color: #000000;
}

.single-novyny-text {
  margin-top: 28px;
}

.single-novyny-text p {
  font-size: 20px;
  line-height: 180%;
  /* or 36px */

  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #0e0e0e;
}

.single-novyny-image {
  max-width: 944px;
  width: 100%;
  min-height: 290px;
  max-height: 450px;
  height: 100%;
}

.single-novyny-text p img {
  width: 100%;
}

.single-novyny-image img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
}

.single-novyny-top {
  position: relative;
  min-height: 420px;
}

.single-novyny-square {
  width: 883px;
  height: 446px;
  right: -40px;
  top: -30px;
  position: absolute;
  background: #009ee0;
}

.single-novyny-bottom {
  margin-top: 52px;
  padding-top: 20px;
  border-top: 0.5px solid rgba(11, 11, 11, 0.6);
}

.single-novyny-sliderwrap {
  max-width: 925px;
  width: 100%;
}

.single-novyny-slider-big-item {
  width: 100%;
  height: 440px;
}

.single-novyny-slider-big-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-novyny-slider-small-wrap {
  margin: 15px -10px 0;
}

.single-novyny-slider-small-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0 10px;
  height: 110px;
}

/* /single-novyny */

/* ============= 1899px ====================================================== */
@media screen and (max-width: 1899px) {
  /* single-novyny */

  .single-novyny-sliderwrap {
    max-width: 800px;
  }

  .single-novyny-square {
    width: 610px;
    height: 346px;
  }

  /* /single-novyny */
}

/* ============= /1899px ====================================================== */

/* ============= 1529px ====================================================== */
@media screen and (max-width: 1529px) {
  .category-novyny-square1 {
    width: 270px;
    height: 230px;
    right: -37px;
  }

  .category-novyny-item {
    max-width: 400px;
    width: 33.333%;
    padding: 0 15px;
  }

  /* single-novyny */

  .single-novyny-sliderwrap {
    max-width: 650px;
  }

  .single-novyny-square {
    width: 620px;
    height: 314px;
  }

  .single-novyny-title {
    font-size: 30px;
  }

  .single-novyny-text p {
    font-size: 18px;
  }

  .single-novyny-slider-big-item {
    height: 309px;
  }

  .single-novyny-description {
    margin-right: 60px;
  }

  /* /single-novyny */
}

/* ============= /1529px ====================================================== */

/* ============= 1024px ====================================================== */
@media screen and (max-width: 1024px) {
  .category-novyny-square1 {
    right: -27px;
  }

  .category-novyny-item-image {
    height: 203px;
  }

  .category-novyny-item-title {
    font-size: 14px;
  }

  .category-novyny-item-text p {
    font-size: 14px;
  }

  /* single-novyna */

  .single-novyny-wrap {
    flex-direction: column-reverse;
  }

  .single-novyny-square {
    right: -30px;
  }

  .single-novyny-image {
    max-height: 310px;
    height: 310px;
  }

  .single-novyny-image img {
    height: 100%;
  }

  .single-novyny-description {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }

  .single-novyny-title {
    border-bottom: none;
    padding-bottom: 20px;
  }

  .single-novyny-text {
    margin-top: 0;
  }

  .single-novyny-sliderwrap {
    max-width: 100%;
    width: 100%;
  }
}

/* ============= /1024px ====================================================== */

/* ============= 768px ====================================================== */
@media screen and (max-width: 768px) {
  .category-novyny-item {
    width: 100%;
    max-width: 100%;
  }

  .category-novyny-square1 {
    display: none;
  }

  .category-novyny-item-image {
    height: 306px;
  }

  .category-novyny-item-title {
    font-size: 16px;
  }

  .category-novyny-item-text p {
    font-size: 15px;
  }

  /* single-novyna */

  .single-novyny-square {
    right: -18px;
    width: 316px;
    height: 160px;
  }

  .single-novyny-image {
    height: 160px;
    min-height: 160px;
  }

  .news-item-date-create {
    font-size: 14px;
  }

  .single-novyny-title {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .single-novyny-text p {
    font-size: 14px;
  }

  .single-novyny-slider-big-item {
    height: 160px;
  }

  .single-novyny-slider-small-item {
    height: 80px;
  }

  .single-novyny-top {
    min-height: auto;
  }
}

/* ============= /768px ====================================================== */
