/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** 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-banner/block-yacht-banner.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; } }

.block-yacht-banner {
  width: 100%;
  height: 100vh;
  position: relative; }
  .block-yacht-banner .swiper-button-next {
    right: 90px;
    z-index: 10;
    width: 80px;
    height: 80px; }
    .block-yacht-banner .swiper-button-next::after {
      display: none; }
    @media screen and (max-width: 1080px) {
      .block-yacht-banner .swiper-button-next {
        width: 60px;
        height: 60px;
        right: 60px; } }
    @media screen and (max-width: 768px) {
      .block-yacht-banner .swiper-button-next {
        right: 20px; } }
    @media screen and (max-width: 400px) {
      .block-yacht-banner .swiper-button-next {
        top: 35%; } }
  .block-yacht-banner .swiper-button-prev {
    z-index: 10;
    left: 90px;
    width: 80px;
    height: 80px; }
    .block-yacht-banner .swiper-button-prev::after {
      display: none; }
    @media screen and (max-width: 1080px) {
      .block-yacht-banner .swiper-button-prev {
        width: 60px;
        height: 60px;
        left: 60px; } }
    @media screen and (max-width: 768px) {
      .block-yacht-banner .swiper-button-prev {
        left: 20px; } }
    @media screen and (max-width: 400px) {
      .block-yacht-banner .swiper-button-prev {
        top: 35%; } }
  @media screen and (max-width: 1380px) {
    .block-yacht-banner .scroll-down {
      bottom: 90px; } }
  @media screen and (max-width: 860px) {
    .block-yacht-banner .scroll-down {
      bottom: 60px; } }

.yacht-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .yacht-swiper .swiper-slide .swiper-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 2s transform; }
    .yacht-swiper .swiper-slide .swiper-slide-image.show {
      transform: scale(1.05); }

.block-yacht-banner_content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 154px 70px 70px;
  display: flex;
  align-items: flex-end; }
  @media screen and (max-width: 860px) {
    .block-yacht-banner_content {
      padding: 154px 40px 50px; } }
  @media screen and (max-width: 768px) {
    .block-yacht-banner_content .border {
      display: none; } }

.block-yacht-banner_content-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 60px 50px; }
  @media screen and (max-width: 1200px) {
    .block-yacht-banner_content-wrapper {
      padding: 0 30px 50px; } }
  @media screen and (max-width: 1080px) {
    .block-yacht-banner_content-wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  @media screen and (max-width: 480px) {
    .block-yacht-banner_content-wrapper {
      padding: 0 6px 50px; } }

.block-yacht-banner_text-wrapper {
  overflow: hidden; }
  .block-yacht-banner_text-wrapper.show .block-yacht-banner_h1 {
    transform: translateY(0); }
  .block-yacht-banner_text-wrapper.show .block-yacht-banner_list {
    transform: translateY(0); }
  @media screen and (max-width: 1080px) {
    .block-yacht-banner_text-wrapper {
      text-align: center; } }

.block-yacht-banner_h1 {
  transform: translateY(200px);
  transition: 2s transform 1s; }

.block-yacht-banner_list {
  display: flex;
  color: #fff;
  transform: translateY(200px);
  transition: 2s transform 1.3s; }
  @media screen and (max-width: 400px) {
    .block-yacht-banner_list {
      flex-direction: column; } }

.block-yacht-banner_list-item {
  position: relative;
  padding-right: 8px;
  margin-right: 8px; }
  .block-yacht-banner_list-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 12px;
    width: 2px;
    background-color: #fff;
    transform: translateY(100%); }
  .block-yacht-banner_list-item:last-of-type::after {
    display: none; }
  @media screen and (max-width: 400px) {
    .block-yacht-banner_list-item::after {
      display: none; } }

.block-yacht-banner_link {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  width: 220px;
  height: fit-content;
  border: 2px solid #fff;
  padding: 16px 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }
  .block-yacht-banner_link:first-of-type {
    margin-right: 20px; }
    @media screen and (max-width: 620px) {
      .block-yacht-banner_link:first-of-type {
        margin-right: 0;
        margin-bottom: 12px; } }

@media screen and (max-width: 620px) {
  .block-yacht-banner_links-wrapper {
    display: flex;
    flex-direction: column; } }

@media screen and (min-width: 1921px) {
  .block-yacht-banner .swiper-button-next {
    right: 4.6875vw;
    width: 4.16667vw;
    height: 4.16667vw; }
  .block-yacht-banner .swiper-button-prev {
    left: 4.6875vw;
    width: 4.16667vw;
    height: 4.16667vw; }
  .block-yacht-banner_content {
    padding: 8.02083vw 3.64583vw 3.64583vw; }
  .block-yacht-banner_content-wrapper {
    padding: 0 3.125vw 2.60417vw; }
  .block-yacht-banner_h1 {
    transform: translateY(10.41667vw); }
  .block-yacht-banner_list {
    transform: translateY(10.41667vw); }
  .block-yacht-banner_list-item {
    padding-right: 0.41667vw;
    margin-right: 0.41667vw; }
    .block-yacht-banner_list-item::after {
      height: 0.625vw;
      width: 0.10417vw; }
  .block-yacht-banner_link {
    width: 11.45833vw;
    border: 0.10417vw solid #fff;
    padding: 0.83333vw 0; }
    .block-yacht-banner_link:first-of-type {
      margin-right: 1.04167vw; } }

