@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Signika:wght@400;500;600;700&display=swap");
figure {
  margin: 0; }

body {
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  font: 150% "Poppins", sans-serif;
  color: #000;
  background-color: #001525; }
  body main {
    min-height: calc(100vh - 345px); }
  body h1, body h2, body h3, body h4, body h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 500; }
  body b, body strong {
    font-weight: bold; }
  body a {
    z-index: 1;
    color: blue;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    body a:hover {
      color: red;
      text-decoration: none; }
  body p {
    z-index: 100;
    font-weight: 500; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html {
  height: 100%;
  box-sizing: border-box; }

footer {
  position: initial;
  right: 0;
  bottom: 0;
  left: 0; }

.max-linie-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.max-linie-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.max-linie-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.max-linie-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.max-linie-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.max-linie-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.max-linie-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical; }

.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.btn-callout {
  width: 338px;
  height: 48px;
  border-radius: 15px;
  background-color: #159797;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  font-family: "Dosis", sans-serif; }
  .btn-callout:hover {
    color: #fff;
    background-color: #b77fab; }

.btn-news {
  background-color: #bcbcbc;
  border-radius: 15px;
  color: #000;
  padding: 5px 25px 5px 25px;
  text-transform: initial; }
  .btn-news:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s; }

.btn-infos {
  width: 338px;
  height: 48px;
  border-radius: 15px;
  background-color: #159797;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  font-family: "Dosis", sans-serif; }
  .btn-infos:hover {
    color: #fff;
    background-color: #b77fab; }

.btn-send {
  width: 251px;
  height: 48px;
  border-radius: 15px;
  background-color: #b77fab;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  font-family: "Dosis", sans-serif; }
  .btn-send:hover {
    color: #fff;
    background-color: #159797; }

.btn-violet {
  width: 251px;
  height: 48px;
  border-radius: 15px;
  background-color: #b77fab;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  font-family: "Dosis", sans-serif; }
  .btn-violet:hover {
    color: #fff;
    background-color: #159797; }

.btn-blue {
  width: 338px;
  height: 48px;
  border-radius: 15px;
  background-color: #159797;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  font-family: "Dosis", sans-serif; }
  .btn-blue:hover {
    color: #fff;
    background-color: #b77fab; }

.btn-grey {
  background-color: #ecebe7;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 35px; }
  .btn-grey:hover {
    color: #fff; }

.btn-light-brown {
  width: 209px;
  height: 52px;
  font-family: "Poppins", sans-serif;
  background-color: #bb7763;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  padding: 17px 0px;
  text-transform: uppercase; }
  .btn-light-brown:hover {
    color: #fff;
    background-color: #5b4739; }

.news-card-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .news-card-wrapper .one-news {
    padding: 30px 40px;
    border-radius: 30px;
    height: 670px;
    display: flex;
    background-color: #182835;
    position: relative;
    width: calc(100% / 3 - 15px);
    margin-bottom: 20px; }
    .news-card-wrapper .one-news .text-button {
      margin-top: auto;
      display: flex;
      justify-content: center; }
    .news-card-wrapper .one-news .inner {
      height: 100%; }
    .news-card-wrapper .one-news .data {
      display: flex;
      width: 100%;
      justify-items: center;
      background-color: rgba(255, 255, 255, 0.3);
      padding: 10px 20px;
      color: #fff;
      margin-bottom: 15px;
      margin: 0 -25px;
      width: calc(100% + 50px);
      margin-bottom: 20px;
      justify-content: center; }
    .news-card-wrapper .one-news .foto {
      display: flex;
      justify-items: center;
      aspect-ratio: 4 / 3; }
      .news-card-wrapper .one-news .foto img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 4 / 3;
        margin: 0 auto;
        border-radius: 15px; }
        .news-card-wrapper .one-news .foto img.logo-image {
          object-fit: contain;
          width: auto;
          max-width: 169px; }
    .news-card-wrapper .one-news h3 {
      font-size: 22px;
      margin-top: 0;
      margin-bottom: 20px;
      line-height: 1.3;
      color: #fff;
      text-align: center;
      margin-top: 15px; }
    .news-card-wrapper .one-news p {
      color: #fff;
      font-size: 18px !important; }
    .news-card-wrapper .one-news .text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      height: 100%; }
  .news-card-wrapper .owl-nav {
    display: none !important; }
  .news-card-wrapper .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .news-card-wrapper .text {
    width: 30%;
    max-width: 100%; }
    .news-card-wrapper .text .container-block {
      padding: 0; }
  .news-card-wrapper .stars {
    display: flex;
    align-items: center;
    margin-right: 30px; }
    .news-card-wrapper .stars p {
      margin: 0;
      margin-left: 5px; }
    .news-card-wrapper .stars .one-star {
      width: 23px;
      height: 22px;
      margin: 0 2.5px;
      background-size: 23px;
      margin-top: -3px; }
      .news-card-wrapper .stars .one-star.full {
        background-image: url("/img/star-gold.svg"); }
      .news-card-wrapper .stars .one-star.empty {
        background-image: url("/img/star.svg"); }
  .news-card-wrapper .rate {
    display: flex;
    align-items: center;
    margin-bottom: 3vw; }
    .news-card-wrapper .rate p {
      margin: 0;
      margin-left: 5px; }
  .news-card-wrapper .rate-text p {
    color: #fff; }
  .news-card-wrapper .numbers {
    display: flex; }
    .news-card-wrapper .numbers .one-number {
      width: 50%;
      padding-right: 4vw; }
      .news-card-wrapper .numbers .one-number h4 {
        font-size: 59px;
        margin-top: 0;
        font-weight: 400;
        margin-bottom: 20px; }
        .news-card-wrapper .numbers .one-number h4 span {
          color: #fff; }
      .news-card-wrapper .numbers .one-number p {
        font-size: 26px; }
  .news-card-wrapper .buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px; }

@media (max-width: 575.5px) {
  .news-card-wrapper .text {
    width: 40%; }
  .news-card-wrapper .news-card .owl-nav .owl-prev {
    left: -25px; }
  .news-card-wrapper .news-card .owl-nav .owl-next {
    right: -25px; }
  .news-card-wrapper .one-news {
    padding: 15px 25px;
    height: calc(80vw + 260px);
    width: 100%; }
    .news-card-wrapper .one-news .text-button .btn {
      width: 100%; }
    .news-card-wrapper .one-news .data {
      margin: 0 -10px;
      width: calc(100% + 20px);
      margin-bottom: 15px; }
    .news-card-wrapper .one-news h3 {
      font-size: 18px; }
  .news-card-wrapper .numbers .one-number p {
    font-size: 21px; }
  .news-card-wrapper .numbers .one-number h4 {
    font-size: 46px;
    margin-bottom: 12px; }
  .news-card-wrapper .rate p {
    font-size: 17px; }
  .news-card-wrapper .stars p {
    font-size: 17px; }
  .news-card-wrapper .stars .one-star {
    width: 18px;
    height: 17px;
    margin: 0 1.5px;
    background-size: 18px; }
  .news-card-wrapper .title {
    margin-bottom: 20px; }
    .news-card-wrapper .title p {
      font-size: 18px; }
    .news-card-wrapper .title h3 {
      font-size: 36px;
      margin-bottom: 20px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .news-card-wrapper .text {
    width: 40%; }
  .news-card-wrapper .news-card .owl-nav .owl-prev {
    left: -25px; }
  .news-card-wrapper .news-card .owl-nav .owl-next {
    right: -25px; }
  .news-card-wrapper .one-news {
    padding: 15px 25px;
    height: calc(50vw + 210px);
    width: calc(50% - 10px); }
    .news-card-wrapper .one-news .text-button .btn {
      width: 100%; }
    .news-card-wrapper .one-news .data {
      margin: 0 -10px;
      width: calc(100% + 20px);
      margin-bottom: 15px; }
    .news-card-wrapper .one-news h3 {
      font-size: 18px; }
  .news-card-wrapper .numbers .one-number p {
    font-size: 21px; }
  .news-card-wrapper .numbers .one-number h4 {
    font-size: 46px;
    margin-bottom: 12px; }
  .news-card-wrapper .rate p {
    font-size: 17px; }
  .news-card-wrapper .stars p {
    font-size: 17px; }
  .news-card-wrapper .stars .one-star {
    width: 18px;
    height: 17px;
    margin: 0 1.5px;
    background-size: 18px; }
  .news-card-wrapper .title {
    margin-bottom: 20px; }
    .news-card-wrapper .title p {
      font-size: 18px; }
    .news-card-wrapper .title h3 {
      font-size: 36px;
      margin-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .news-card-wrapper .text {
    width: 40%; }
  .news-card-wrapper .news-card .owl-nav .owl-prev {
    left: -25px; }
  .news-card-wrapper .news-card .owl-nav .owl-next {
    right: -25px; }
  .news-card-wrapper .one-news {
    padding: 15px 25px;
    height: 580px;
    width: calc(50% - 10px); }
    .news-card-wrapper .one-news .data {
      margin: 0 -10px;
      width: calc(100% + 20px);
      margin-bottom: 15px; }
    .news-card-wrapper .one-news h3 {
      font-size: 18px; }
  .news-card-wrapper .numbers .one-number p {
    font-size: 21px; }
  .news-card-wrapper .numbers .one-number h4 {
    font-size: 46px;
    margin-bottom: 12px; }
  .news-card-wrapper .rate p {
    font-size: 17px; }
  .news-card-wrapper .stars p {
    font-size: 17px; }
  .news-card-wrapper .stars .one-star {
    width: 18px;
    height: 17px;
    margin: 0 1.5px;
    background-size: 18px; }
  .news-card-wrapper .title {
    margin-bottom: 20px; }
    .news-card-wrapper .title p {
      font-size: 18px; }
    .news-card-wrapper .title h3 {
      font-size: 36px;
      margin-bottom: 20px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .news-card-wrapper {
    width: 100%; }
    .news-card-wrapper .text {
      width: 40%; }
    .news-card-wrapper .news-card .owl-nav .owl-prev {
      left: -25px; }
    .news-card-wrapper .news-card .owl-nav .owl-next {
      right: -25px; }
    .news-card-wrapper .one-news {
      padding: 15px 25px;
      height: 650px;
      width: calc(50% - 10px); }
      .news-card-wrapper .one-news .data {
        margin: 0 -10px;
        width: calc(100% + 20px);
        margin-bottom: 15px; }
      .news-card-wrapper .one-news h3 {
        font-size: 18px; }
    .news-card-wrapper .numbers .one-number p {
      font-size: 21px; }
    .news-card-wrapper .numbers .one-number h4 {
      font-size: 46px;
      margin-bottom: 12px; }
    .news-card-wrapper .rate p {
      font-size: 17px; }
    .news-card-wrapper .stars p {
      font-size: 17px; }
    .news-card-wrapper .stars .one-star {
      width: 18px;
      height: 17px;
      margin: 0 1.5px;
      background-size: 18px; }
    .news-card-wrapper .title {
      margin-bottom: 20px; }
      .news-card-wrapper .title p {
        font-size: 18px; }
      .news-card-wrapper .title h3 {
        font-size: 36px;
        margin-bottom: 20px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .news-card-wrapper .card-part .news-card .owl-nav .owl-prev {
    left: -30px; }
  .news-card-wrapper .card-part .news-card .owl-nav .owl-next {
    right: -30px; }
  .news-card-wrapper .card-part .one-news {
    padding: 25px;
    border-radius: 30px;
    height: 600px; }
    .news-card-wrapper .card-part .one-news .data {
      margin: 0 -10px;
      width: calc(100% + 20px);
      margin-bottom: 15px; }
    .news-card-wrapper .card-part .one-news .stars {
      margin-bottom: 30px; }
    .news-card-wrapper .card-part .one-news .sign {
      margin-top: 0; }
      .news-card-wrapper .card-part .one-news .sign .photo {
        margin-right: 10px; }
      .news-card-wrapper .card-part .one-news .sign p {
        font-size: 21px; }
    .news-card-wrapper .card-part .one-news h3 {
      font-size: 18px; }
  .news-card-wrapper .numbers .one-number p {
    font-size: 21px; }
  .news-card-wrapper .numbers .one-number h4 {
    font-size: 46px;
    margin-bottom: 12px; }
  .news-card-wrapper .rate p {
    font-size: 17px; }
  .news-card-wrapper .stars p {
    font-size: 17px; }
  .news-card-wrapper .stars .one-star {
    width: 18px;
    height: 17px;
    margin: 0 1.5px;
    background-size: 18px; }
  .news-card-wrapper .title p {
    font-size: 21px; }
  .news-card-wrapper .title h3 {
    font-size: 46px; } }
@media (min-width: 1580px) {
  .news-card-wrapper .card-part .one-news .stars {
    margin-bottom: 30px; }

  .news-card-wrapper .stars .one-star {
    width: 28px;
    height: 28px;
    margin: 0 2.5px;
    background-size: 28px; } }
@media (min-width: 1580px) and (max-width: 1599.5px) {
  .news-card-wrapper .card-part .one-news {
    height: 600px; } }

/*# sourceMappingURL=news_card.css.map */
