@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; }

.review-carousel-wrapper {
  padding-top: 50px;
  padding-bottom: 50px; }
  .review-carousel-wrapper h2 {
    color: #fff;
    text-align: center; }
  .review-carousel-wrapper .buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center; }
  .review-carousel-wrapper .carousel-part {
    width: 100%;
    height: 100%; }
    .review-carousel-wrapper .carousel-part .review-carousel {
      height: 100%; }
      .review-carousel-wrapper .carousel-part .review-carousel .owl-stage-outer {
        padding-top: 50px; }
      .review-carousel-wrapper .carousel-part .review-carousel .owl-item {
        padding: 0 12px; }
    .review-carousel-wrapper .carousel-part .one-review {
      padding: 40px;
      border-radius: 30px;
      height: 540px;
      display: flex;
      background-color: #182835;
      position: relative; }
      .review-carousel-wrapper .carousel-part .one-review:after {
        content: "";
        display: block;
        position: absolute;
        top: -22px;
        left: -12px;
        width: 64px;
        height: 62px;
        background-image: url("/img/quotes.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        filter: brightness(1000); }
      .review-carousel-wrapper .carousel-part .one-review .sign {
        display: flex;
        align-items: center; }
        .review-carousel-wrapper .carousel-part .one-review .sign .sign-text {
          display: flex;
          margin: 5px 0;
          flex-wrap: wrap;
          align-items: center; }
        .review-carousel-wrapper .carousel-part .one-review .sign p {
          margin-bottom: 0;
          font-size: 25px;
          font-weight: 600; }
          .review-carousel-wrapper .carousel-part .one-review .sign p:first-child {
            color: #fff; }
      .review-carousel-wrapper .carousel-part .one-review h3 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 20px; }
      .review-carousel-wrapper .carousel-part .one-review p {
        color: #fff; }
      .review-carousel-wrapper .carousel-part .one-review .stars {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 75px; }
        .review-carousel-wrapper .carousel-part .one-review .stars p {
          color: #fff; }
      .review-carousel-wrapper .carousel-part .one-review .review-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        width: 100%; }
      .review-carousel-wrapper .carousel-part .one-review .text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 100%; }
  .review-carousel-wrapper .owl-nav {
    display: none !important; }
  .review-carousel-wrapper .wrapper {
    display: flex; }
  .review-carousel-wrapper .text {
    width: 30%;
    max-width: 100%; }
    .review-carousel-wrapper .text .container-block {
      padding: 0; }
  .review-carousel-wrapper .stars {
    display: flex;
    align-items: center;
    margin-right: 30px; }
    .review-carousel-wrapper .stars p {
      margin: 0;
      margin-left: 5px; }
    .review-carousel-wrapper .stars .one-star {
      width: 23px;
      height: 22px;
      margin: 0 2.5px;
      background-size: 23px;
      margin-top: -3px; }
      .review-carousel-wrapper .stars .one-star.full {
        background-image: url("/img/star-gold.svg"); }
      .review-carousel-wrapper .stars .one-star.empty {
        background-image: url("/img/star.svg"); }
  .review-carousel-wrapper .rate {
    display: flex;
    align-items: center;
    margin-bottom: 3vw; }
    .review-carousel-wrapper .rate p {
      margin: 0;
      margin-left: 5px; }
  .review-carousel-wrapper .rate-text p {
    color: #fff; }
  .review-carousel-wrapper .numbers {
    display: flex; }
    .review-carousel-wrapper .numbers .one-number {
      width: 50%;
      padding-right: 4vw; }
      .review-carousel-wrapper .numbers .one-number h4 {
        font-size: 59px;
        margin-top: 0;
        font-weight: 400;
        margin-bottom: 20px; }
        .review-carousel-wrapper .numbers .one-number h4 span {
          color: #fff; }
      .review-carousel-wrapper .numbers .one-number p {
        font-size: 26px; }

@media (max-width: 575.5px) {
  .review-carousel-wrapper .wrapper {
    flex-wrap: wrap; }
  .review-carousel-wrapper .text {
    width: 100%;
    margin-bottom: 40px; }
    .review-carousel-wrapper .text .title {
      width: 100%; }
    .review-carousel-wrapper .text .rate-inner {
      width: 100%; }
  .review-carousel-wrapper .container-block {
    flex-wrap: wrap;
    display: flex; }
  .review-carousel-wrapper .carousel-part {
    width: 100%; }
    .review-carousel-wrapper .carousel-part .review-carousel .owl-stage-outer {
      padding-top: 15px; }
    .review-carousel-wrapper .carousel-part .one-review {
      padding: 20px;
      height: 114vw;
      max-height: 280px; }
      .review-carousel-wrapper .carousel-part .one-review:after {
        width: 40px; }
      .review-carousel-wrapper .carousel-part .one-review .stars {
        margin-bottom: 30px; }
      .review-carousel-wrapper .carousel-part .one-review .sign {
        margin-top: 0; }
        .review-carousel-wrapper .carousel-part .one-review .sign .photo {
          margin-right: 10px; }
        .review-carousel-wrapper .carousel-part .one-review .sign p {
          font-size: 18px; }
          .review-carousel-wrapper .carousel-part .one-review .sign p:first-child:after {
            margin: 0 3px; }
      .review-carousel-wrapper .carousel-part .one-review h3 {
        font-size: 18px; }
      .review-carousel-wrapper .carousel-part .one-review .text {
        margin-bottom: 0; }
  .review-carousel-wrapper .numbers .one-number p {
    font-size: 18px; }
  .review-carousel-wrapper .numbers .one-number h4 {
    font-size: 46px;
    margin-bottom: 12px; }
  .review-carousel-wrapper .rate {
    flex-direction: column;
    align-items: flex-start; }
    .review-carousel-wrapper .rate p {
      font-size: 17px; }
  .review-carousel-wrapper .stars p {
    font-size: 17px; }
  .review-carousel-wrapper .stars .one-star {
    width: 18px;
    height: 17px;
    margin: 0 1.5px;
    background-size: 18px; }
  .review-carousel-wrapper .title {
    margin-bottom: 20px; }
    .review-carousel-wrapper .title p {
      font-size: 18px; }
    .review-carousel-wrapper .title h3 {
      font-size: 36px;
      margin-bottom: 20px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .review-carousel-wrapper .wrapper {
    flex-wrap: wrap; }
  .review-carousel-wrapper .text {
    width: 100%;
    margin-bottom: 0px; }
    .review-carousel-wrapper .text .title, .review-carousel-wrapper .text .rate-inner {
      width: 50%; }
  .review-carousel-wrapper .container-block {
    display: flex; }
  .review-carousel-wrapper .carousel-part {
    width: 100%; }
    .review-carousel-wrapper .carousel-part .one-review {
      padding: 20px;
      height: 280px; }
      .review-carousel-wrapper .carousel-part .one-review:after {
        width: 48px; }
      .review-carousel-wrapper .carousel-part .one-review .stars {
        margin-bottom: 30px; }
      .review-carousel-wrapper .carousel-part .one-review .sign {
        margin-top: 0; }
        .review-carousel-wrapper .carousel-part .one-review .sign .photo {
          margin-right: 10px; }
        .review-carousel-wrapper .carousel-part .one-review .sign p {
          font-size: 18px; }
          .review-carousel-wrapper .carousel-part .one-review .sign p:first-child:after {
            margin: 0 3px; }
      .review-carousel-wrapper .carousel-part .one-review h3 {
        font-size: 18px; }
  .review-carousel-wrapper .numbers .one-number p {
    font-size: 21px; }
  .review-carousel-wrapper .numbers .one-number h4 {
    font-size: 46px;
    margin-bottom: 12px; }
  .review-carousel-wrapper .rate p {
    font-size: 17px; }
  .review-carousel-wrapper .stars p {
    font-size: 17px; }
  .review-carousel-wrapper .stars .one-star {
    width: 18px;
    height: 17px;
    margin: 0 1.5px;
    background-size: 18px; }
  .review-carousel-wrapper .title {
    margin-bottom: 20px; }
    .review-carousel-wrapper .title p {
      font-size: 18px; }
    .review-carousel-wrapper .title h3 {
      font-size: 36px;
      margin-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .review-carousel-wrapper .wrapper {
    flex-wrap: wrap; }
  .review-carousel-wrapper .text {
    width: 100%;
    margin-bottom: 0px; }
    .review-carousel-wrapper .text .title, .review-carousel-wrapper .text .rate-inner {
      width: 50%; }
  .review-carousel-wrapper .container-block {
    display: flex; }
  .review-carousel-wrapper .carousel-part {
    width: 100%; }
    .review-carousel-wrapper .carousel-part .one-review {
      padding: 20px;
      height: 280px; }
      .review-carousel-wrapper .carousel-part .one-review:after {
        width: 54px; }
      .review-carousel-wrapper .carousel-part .one-review .stars {
        margin-bottom: 30px; }
      .review-carousel-wrapper .carousel-part .one-review .sign {
        margin-top: 0; }
        .review-carousel-wrapper .carousel-part .one-review .sign .photo {
          margin-right: 10px; }
        .review-carousel-wrapper .carousel-part .one-review .sign p {
          font-size: 20px; }
          .review-carousel-wrapper .carousel-part .one-review .sign p:first-child:after {
            margin: 0 3px; }
      .review-carousel-wrapper .carousel-part .one-review h3 {
        font-size: 18px; }
  .review-carousel-wrapper .numbers .one-number p {
    font-size: 21px; }
  .review-carousel-wrapper .numbers .one-number h4 {
    font-size: 46px;
    margin-bottom: 12px; }
  .review-carousel-wrapper .rate p {
    font-size: 17px; }
  .review-carousel-wrapper .stars p {
    font-size: 17px; }
  .review-carousel-wrapper .stars .one-star {
    width: 18px;
    height: 17px;
    margin: 0 1.5px;
    background-size: 18px; }
  .review-carousel-wrapper .title {
    margin-bottom: 20px; }
    .review-carousel-wrapper .title p {
      font-size: 18px; }
    .review-carousel-wrapper .title h3 {
      font-size: 36px;
      margin-bottom: 20px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .review-carousel-wrapper .text {
    width: 40%; }
  .review-carousel-wrapper .carousel-part {
    width: 100%; }
    .review-carousel-wrapper .carousel-part .one-review {
      padding: 20px;
      height: 300px; }
      .review-carousel-wrapper .carousel-part .one-review .stars {
        margin-bottom: 35px; }
      .review-carousel-wrapper .carousel-part .one-review .sign {
        margin-top: 0; }
        .review-carousel-wrapper .carousel-part .one-review .sign .photo {
          margin-right: 10px; }
        .review-carousel-wrapper .carousel-part .one-review .sign p {
          font-size: 20px; }
          .review-carousel-wrapper .carousel-part .one-review .sign p:first-child:after {
            margin: 0 3px; }
      .review-carousel-wrapper .carousel-part .one-review h3 {
        font-size: 18px; }
  .review-carousel-wrapper .numbers .one-number p {
    font-size: 21px; }
  .review-carousel-wrapper .numbers .one-number h4 {
    font-size: 46px;
    margin-bottom: 12px; }
  .review-carousel-wrapper .rate p {
    font-size: 17px; }
  .review-carousel-wrapper .stars p {
    font-size: 17px; }
  .review-carousel-wrapper .stars .one-star {
    width: 18px;
    height: 17px;
    margin: 0 1.5px;
    background-size: 18px; }
  .review-carousel-wrapper .title {
    margin-bottom: 20px; }
    .review-carousel-wrapper .title p {
      font-size: 18px; }
    .review-carousel-wrapper .title h3 {
      font-size: 36px;
      margin-bottom: 20px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .review-carousel-wrapper .carousel-part .one-review {
    padding: 25px;
    border-radius: 30px;
    height: 310px; }
    .review-carousel-wrapper .carousel-part .one-review .stars {
      margin-bottom: 30px; }
    .review-carousel-wrapper .carousel-part .one-review .sign {
      margin-top: 0; }
      .review-carousel-wrapper .carousel-part .one-review .sign .photo {
        margin-right: 10px; }
      .review-carousel-wrapper .carousel-part .one-review .sign p {
        font-size: 21px; }
    .review-carousel-wrapper .carousel-part .one-review h3 {
      font-size: 18px; }
  .review-carousel-wrapper .numbers .one-number p {
    font-size: 21px; }
  .review-carousel-wrapper .numbers .one-number h4 {
    font-size: 46px;
    margin-bottom: 12px; }
  .review-carousel-wrapper .rate p {
    font-size: 17px; }
  .review-carousel-wrapper .stars p {
    font-size: 17px; }
  .review-carousel-wrapper .stars .one-star {
    width: 18px;
    height: 17px;
    margin: 0 1.5px;
    background-size: 18px; }
  .review-carousel-wrapper .title p {
    font-size: 21px; }
  .review-carousel-wrapper .title h3 {
    font-size: 46px; } }
@media (min-width: 1580px) {
  .review-carousel-wrapper .carousel-part .one-review .stars {
    margin-bottom: 30px; }

  .review-carousel-wrapper .carousel-part .one-review {
    height: 380px; }

  .review-carousel-wrapper .stars .one-star {
    width: 28px;
    height: 28px;
    margin: 0 2.5px;
    background-size: 28px; } }

/*# sourceMappingURL=review_carousel.css.map */
