/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-yacht-reviews/block-yacht-reviews.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.page-404 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (max-width: 980px) {
    .page-404 {
      padding: 0 50px; } }
  @media screen and (max-width: 767px) {
    .page-404 {
      padding: 0 25px; } }

.page-404_number {
  color: #fff; }

.page-404_title {
  max-width: 780px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px; }

.page-404_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; }

.page-404_button {
  background-color: #fff;
  color: #0165ad;
  border: none; }

@media screen and (min-width: 1921px) {
  .page-404_title {
    max-width: 40.625vw;
    margin-bottom: 2.60417vw; } }

.testimonial-item_item-gallery {
  width: fit-content;
  cursor: pointer;
  float: right; }
  @media screen and (max-width: 480px) {
    .testimonial-item_item-gallery {
      float: unset;
      margin-bottom: 14px; } }

@media screen and (max-width: 1400px) {
  .testimonial-item_item-content {
    margin-top: 14px; } }

.testimonial-item_h3 {
  margin-bottom: 8px; }

.testimonial-item_img {
  width: fit-content;
  margin-bottom: 20px;
  display: block; }

.testimonial-item_p {
  margin-top: 16px; }

@media screen and (min-width: 1921px) {
  .testimonial-item_h3 {
    margin-bottom: 0.41667vw; }
  .testimonial-item_img {
    margin-bottom: 1.04167vw; }
  .testimonial-item_p {
    margin-top: 0.83333vw; }
  .testimonial-item_item-content svg {
    height: 2.063983488132095vh;
    width: 1.5104166666666667vw; }
  .testimonial-item_item-gallery svg {
    height: 3.7151702786377707vh;
    width: 4.322916666666667vw; }
  .testimonial-item_img {
    width: 6.822916666666667vw;
    height: 2.063983488132095vh; } }

.block-yacht-reviews {
  width: 100%;
  height: 100%;
  padding: 100px 130px;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 1240px) {
    .block-yacht-reviews {
      padding: 100px; } }
  @media screen and (max-width: 1024px) {
    .block-yacht-reviews {
      padding: 100px 50px; } }
  @media screen and (max-width: 768px) {
    .block-yacht-reviews {
      padding: 100px 30px; } }

.block-yacht-reviews_container {
  margin: 0 auto;
  max-width: 1664px;
  width: 100%; }

.block-yacht-reviews_h2 {
  margin-bottom: 40px; }

.block-yacht-reviews_wrapper .grid-gutter {
  width: 32px; }
  @media screen and (max-width: 1300px) {
    .block-yacht-reviews_wrapper .grid-gutter {
      width: 16px; } }

.block-yacht-reviews_wrapper .testimonial-item_item {
  width: calc(50% - 16px);
  border: 1px solid rgba(26, 42, 66, 0.2);
  padding: 24px;
  margin-bottom: 32px; }
  @media screen and (max-width: 1300px) {
    .block-yacht-reviews_wrapper .testimonial-item_item {
      padding: 20px; } }
  @media screen and (max-width: 1180px) {
    .block-yacht-reviews_wrapper .testimonial-item_item {
      width: 100%; } }
  .block-yacht-reviews_wrapper .testimonial-item_item::after {
    content: "";
    display: block;
    clear: both; }
  .block-yacht-reviews_wrapper .testimonial-item_item:last-of-type {
    margin-bottom: 0; }

.testimonial-item_swiper-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s opacity, 0.3s visibility;
  display: flex;
  justify-content: center;
  z-index: 10; }
  .testimonial-item_swiper-wrapper.active {
    visibility: visible;
    opacity: 1; }

.testimonial-item_swiper-wrapper-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 77, 77, 0.322); }

.testimonial-item {
  position: absolute;
  left: 0;
  top: 150px;
  max-width: 1337px;
  width: 100%;
  height: 720px;
  transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
  transition: 1s transform, 0.5s visibility, 0.5s opacity; }
  @media screen and (max-width: 1430px) {
    .testimonial-item {
      top: 110px;
      height: calc(95vh - 110px); } }
  @media screen and (max-width: 768px) {
    .testimonial-item {
      top: 20vh;
      height: calc(80vh - 20vh); } }
  .testimonial-item .swiper-slide {
    background-color: #0165ad; }
    .testimonial-item .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .testimonial-item.active {
    transform: none;
    visibility: visible;
    opacity: 1;
    overflow: unset; }

.testimonial-next.swiper-button-next {
  right: 20px;
  z-index: 10000;
  width: 80px;
  height: 80px; }
  .testimonial-next.swiper-button-next::after {
    display: none; }
  @media screen and (max-width: 1024px) {
    .testimonial-next.swiper-button-next {
      width: 50px;
      height: 50px; } }
  @media screen and (max-width: 768px) {
    .testimonial-next.swiper-button-next {
      width: 30px;
      height: 30px; } }

.testimonial-prev.swiper-button-prev {
  z-index: 10000;
  left: 20px;
  width: 80px;
  height: 80px; }
  .testimonial-prev.swiper-button-prev::after {
    display: none; }
  @media screen and (max-width: 1024px) {
    .testimonial-prev.swiper-button-prev {
      width: 50px;
      height: 50px; } }
  @media screen and (max-width: 768px) {
    .testimonial-prev.swiper-button-prev {
      width: 30px;
      height: 30px; } }

.testimonial-item_photo-wrapper {
  float: left;
  margin-right: 24px;
  max-width: 200px;
  height: 200px;
  width: 100%; }
  .testimonial-item_photo-wrapper img {
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1400px) {
    .testimonial-item_photo-wrapper {
      float: unset; } }

.testimonial-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s transform, 0.5s visibility, 0.5s opacity;
  z-index: 10; }
  .testimonial-close.active {
    transform: none;
    visibility: visible;
    opacity: 1; }
  @media (hover: hover) and (pointer: fine) {
    .testimonial-close:hover {
      transform: rotate(-90deg); } }

@media screen and (min-width: 1921px) {
  .block-yacht-reviews {
    padding: 5.20833vw 6.77083vw; }
  .block-yacht-reviews_container {
    max-width: 86.66667vw; }
  .block-yacht-reviews_h2 {
    margin-bottom: 2.08333vw; }
  .block-yacht-reviews_wrapper .grid-gutter {
    width: 1.66667vw; }
  .block-yacht-reviews_wrapper .testimonial-item_item {
    width: calc(50% - 0.83333vw);
    border: 0.05208vw solid rgba(26, 42, 66, 0.2);
    padding: 1.25vw;
    margin-bottom: 1.66667vw; }
  .testimonial-item {
    top: 7.8125vw;
    max-width: 69.63542vw;
    height: 37.5vw; }
  .testimonial-next.swiper-button-next {
    right: 1.04167vw;
    width: 4.16667vw;
    height: 4.16667vw; }
  .testimonial-prev.swiper-button-prev {
    left: 1.04167vw;
    width: 4.16667vw;
    height: 4.16667vw; }
  .testimonial-item_photo-wrapper {
    margin-right: 1.25vw;
    max-width: 10.41667vw;
    height: 10.41667vw; }
  .testimonial-close {
    top: 0.78125vw;
    right: 1.04167vw; } }

