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

.ff {
  width: 100%;
  height: 100%;
  background-color: #fff; }

.ff_wrapper {
  width: 1700px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1800px) {
    .ff_wrapper {
      padding: 20px 30px 0; } }
  @media screen and (max-width: 1700px) {
    .ff_wrapper {
      flex-direction: column;
      max-width: 1700px;
      width: 100%; } }

.ff_form-wrapper {
  max-width: 1462px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 20px; }
  @media screen and (max-width: 1800px) {
    .ff_form-wrapper {
      max-width: 100%; } }
  @media screen and (max-width: 1550px) {
    .ff_form-wrapper {
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .ff_form-wrapper {
      padding: 0 0 10px; } }
  @media screen and (max-width: 700px) {
    .ff_form-wrapper {
      justify-content: center; } }

.ff_name {
  max-width: 200px;
  width: 100%; }

.ff_currency-field {
  max-width: 110px;
  width: 100%; }

.ff_field {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 1240px) {
    .ff_field {
      max-width: 30% !important;
      margin-top: 12px; } }
  @media screen and (max-width: 767px) {
    .ff_field {
      max-width: 45% !important; } }
  @media screen and (max-width: 700px) {
    .ff_field {
      max-width: 90% !important; } }

.ff_label {
  text-transform: uppercase;
  margin-bottom: 8px; }

.ff_selected-item {
  cursor: pointer;
  color: #00122d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 14px;
  border: 1px solid #e0e0e0; }

.ff_items {
  position: absolute;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  top: 88%;
  left: 0;
  right: 0;
  padding-top: 20px;
  visibility: hidden;
  opacity: 0; }
  .ff_items.active {
    visibility: visible;
    opacity: 1;
    z-index: 11; }

.ff_item {
  cursor: pointer;
  padding: 0 30px 11px 6px;
  display: flex; }
  .ff_item span {
    margin-left: 10px; }
  .ff_item.active .ff_item-checkbox::after {
    transform: scale(1); }

.ff_button {
  height: fit-content;
  padding: 16px 42px;
  color: #fff;
  background-color: #0165ad;
  border: none;
  text-transform: uppercase;
  margin-top: 25px; }

.ff_div {
  text-transform: uppercase; }

.ff_more-filters {
  color: #0165ad;
  text-transform: uppercase;
  padding: 40px 50px 0;
  display: flex;
  height: fit-content;
  align-items: center; }
  .ff_more-filters span {
    margin-left: 8px; }
  @media screen and (max-width: 1800px) {
    .ff_more-filters {
      align-self: flex-end;
      padding: 40px 30px 20px; } }
  @media screen and (max-width: 767px) {
    .ff_more-filters {
      padding: 40px 30px 20px; } }

.ff_currency-wrapper {
  display: flex; }

.ff_currency {
  cursor: pointer;
  display: flex;
  padding: 16px 0;
  align-items: center; }
  .ff_currency:first-of-type {
    margin-right: 16px; }
  .ff_currency span {
    margin-left: 10px; }
  .ff_currency.active .ff_currency-radio::after {
    transform: scale(1); }

.ff_currency-radio {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #e0e0e0; }
  .ff_currency-radio::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-color: #0165ad;
    transform: scale(0);
    border-radius: 50%;
    transition: transform 0.3s; }

.ff_form-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 730px;
  width: 100%;
  overflow: hidden;
  height: 0;
  will-change: height, overflow;
  transition: height 0.5s, 1s overflow 1s; }
  .ff_form-bottom-wrapper.expand {
    overflow: unset; }
  @media screen and (max-width: 767px) {
    .ff_form-bottom-wrapper {
      padding: 0; } }

.ff_form-bottom-inner {
  width: 100%;
  height: fit-content;
  display: flex;
  padding: 20px 0; }
  @media screen and (max-width: 700px) {
    .ff_form-bottom-inner {
      flex-direction: column;
      align-items: center; } }

.ff_type {
  max-width: 163px;
  width: 100%; }

.ff_guests {
  max-width: 170px;
  width: 100%; }

.ff_destinations {
  max-width: 190px;
  width: 100%; }

.ff_budget {
  max-width: 214px;
  width: 100%; }

.ff_length {
  max-width: 188px;
  width: 100%;
  margin-right: 30px; }
  @media screen and (max-width: 700px) {
    .ff_length {
      margin-right: 0; } }

.ff_experience {
  max-width: 220px;
  width: 100%;
  margin-right: 30px; }
  @media screen and (max-width: 700px) {
    .ff_experience {
      margin-right: 0; } }

.ff_facilities {
  max-width: 220px;
  width: 100%; }

.arrow-down {
  transition: 0.3s transform; }
  .arrow-down.active {
    transform: rotate(180deg); }

.ff_item-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #e0e0e0; }
  .ff_item-checkbox::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-color: #0165ad;
    transform: scale(0);
    transition: transform 0.3s; }

label {
  display: inline-block; }

.ff_reset-filters {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
  height: 0;
  transition: height 0.5s; }
  @media screen and (max-width: 767px) {
    .ff_reset-filters {
      padding: 0 30px; } }
  .ff_reset-filters::after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0; }
  .ff_reset-filters .ff_reset-filter-item {
    padding: 4px 10px;
    background: #f2f2f2;
    margin-right: 10px;
    height: fit-content;
    margin-bottom: 8px; }
  .ff_reset-filters .ff_reset-filter-button {
    flex-shrink: 0;
    cursor: pointer;
    background-color: #0165ad;
    color: #fff;
    text-transform: uppercase;
    height: fit-content;
    padding: 4px 10px; }

.ff_reset-filters-items {
  display: flex;
  flex-wrap: wrap; }

.ff_yachts {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.block-all-yachts_item-ad img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.block-all-yachts_item {
  cursor: pointer;
  width: calc(33.3% - 2px);
  margin: 1px;
  height: 400px;
  position: relative;
  padding: 16px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (hover: hover) and (pointer: fine) {
    .block-all-yachts_item:hover img {
      transform: scale(1.1); } }
  @media screen and (max-width: 1600px) {
    .block-all-yachts_item {
      height: 375px; } }
  @media screen and (max-width: 1380px) {
    .block-all-yachts_item {
      height: 340px; } }
  @media screen and (max-width: 1280px) {
    .block-all-yachts_item {
      width: calc(50% - 2px); } }
  @media screen and (max-width: 790px) {
    .block-all-yachts_item {
      width: 100%;
      margin: 0; } }
  @media screen and (max-width: 500px) {
    .block-all-yachts_item {
      height: 400px; } }
  @media screen and (max-width: 400px) {
    .block-all-yachts_item {
      height: 360px; } }
  .block-all-yachts_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s transform; }
  .block-all-yachts_item .yacht-swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .block-all-yachts_item .swiper-button-next {
    right: 20px;
    z-index: 10;
    width: 40px;
    height: 40px; }
    .block-all-yachts_item .swiper-button-next::after {
      display: none; }
  .block-all-yachts_item .swiper-button-prev {
    z-index: 10;
    left: 20px;
    width: 40px;
    height: 40px; }
    .block-all-yachts_item .swiper-button-prev::after {
      display: none; }

.block-all-yachts_item-h2 {
  color: #fff;
  z-index: 9; }

.block-all-yachts_item-list {
  display: flex;
  color: #fff;
  z-index: 10; }

.block-all-yachts_item-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  position: relative; }
  @media screen and (max-width: 1680px) {
    .block-all-yachts_item-bottom-wrapper {
      flex-direction: column; } }
  @media screen and (max-width: 1140px) {
    .block-all-yachts_item-bottom-wrapper {
      flex-direction: column; } }

.block-all-yachts_item-list-info {
  position: relative;
  padding-right: 8px;
  margin-right: 8px; }
  @media screen and (max-width: 380px) {
    .block-all-yachts_item-list-info {
      margin-right: 4px;
      padding-right: 6px; } }
  .block-all-yachts_item-list-info::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 12px;
    width: 2px;
    background-color: #fff;
    transform: translateY(100%); }
    @media screen and (max-width: 500px) {
      .block-all-yachts_item-list-info::after {
        top: -2px; } }
    @media screen and (max-width: 380px) {
      .block-all-yachts_item-list-info::after {
        top: -4px; } }
  .block-all-yachts_item-list-info:last-of-type::after {
    display: none; }

.block-all-yachts_item-price {
  height: fit-content;
  background-color: #1a2a42;
  padding: 5px 10px;
  color: #fff; }
  @media screen and (max-width: 1680px) {
    .block-all-yachts_item-price {
      width: fit-content; } }

.load-more-button {
  width: 100%;
  text-align: center; }
  .load-more-button .load-more-filter.hide {
    visibility: hidden;
    opacity: 0; }
  .load-more-button .load-more-filter.loading {
    visibility: visible;
    opacity: 1; }

.load-more-filter {
  margin: 30px 0; }

@media screen and (min-width: 1921px) {
  .ff_wrapper {
    width: 88.54167vw;
    padding: 1.04167vw 0 0; }
  .ff_form-wrapper {
    max-width: 76.14583vw;
    border-bottom: 0.05208vw solid #e0e0e0;
    padding: 0 0 1.04167vw; }
  .ff_name {
    max-width: 10.41667vw; }
  .ff_currency-field {
    max-width: 5.72917vw; }
  .ff_label {
    margin-bottom: 0.41667vw; }
  .ff_selected-item {
    height: 2.60417vw;
    padding: 0.72917vw;
    border: 0.05208vw solid #e0e0e0; }
  .ff_items {
    border: 0.05208vw solid #e0e0e0;
    padding-top: 1.04167vw; }
  .ff_item {
    padding: 0 1.5625vw 0.57292vw 0.3125vw; }
    .ff_item span {
      margin-left: 0.52083vw; }
  .ff_button {
    padding: 0.83333vw 2.1875vw;
    margin-top: 1.30208vw; }
  .ff_more-filters {
    padding: 2.08333vw 2.60417vw 0; }
    .ff_more-filters span {
      margin-left: 0.41667vw; }
  .ff_currency {
    padding: 0.83333vw 0; }
    .ff_currency:first-of-type {
      margin-right: 0.83333vw; }
    .ff_currency span {
      margin-left: 0.52083vw; }
  .ff_currency-radio {
    width: 0.83333vw;
    height: 0.83333vw;
    border: 0.05208vw solid #e0e0e0; }
    .ff_currency-radio::after {
      top: 0.10417vw;
      right: 0.10417vw;
      bottom: 0.10417vw;
      left: 0.10417vw; }
  .ff_form-bottom-wrapper {
    max-width: 38.02083vw; }
  .ff_form-bottom-inner {
    padding: 1.04167vw 0; }
  .ff_type {
    max-width: 8.48958vw; }
  .ff_guests {
    max-width: 8.85417vw; }
  .ff_destinations {
    max-width: 9.89583vw; }
  .ff_budget {
    max-width: 11.14583vw; }
  .ff_length {
    max-width: 9.79167vw;
    margin-right: 1.5625vw; }
  .ff_experience {
    max-width: 11.45833vw;
    margin-right: 1.5625vw; }
  .ff_facilities {
    max-width: 11.45833vw; }
  .ff_item-checkbox {
    width: 0.83333vw;
    height: 0.83333vw;
    border: 0.05208vw solid #e0e0e0; }
    .ff_item-checkbox::after {
      top: 0.10417vw;
      right: 0.10417vw;
      bottom: 0.10417vw;
      left: 0.10417vw; }
  .ff_reset-filters::after {
    height: 0.05208vw; }
  .ff_reset-filters .ff_reset-filter-item {
    padding: 0.20833vw 0.52083vw;
    margin-right: 0.52083vw; }
  .ff_reset-filters .ff_reset-filter-button {
    padding: 0.20833vw 0.52083vw; }
  .block-all-yachts_item {
    width: calc(33.3% - 0.10417vw);
    margin: 0.05208vw;
    height: 20.83333vw;
    padding: 0.83333vw 1.5625vw; }
    .block-all-yachts_item .swiper-button-next {
      right: 1.04167vw;
      width: 2.08333vw;
      height: 2.08333vw; }
    .block-all-yachts_item .swiper-button-prev {
      left: 1.04167vw;
      width: 2.08333vw;
      height: 2.08333vw; }
  .block-all-yachts_item-list-info {
    padding-right: 0.41667vw;
    margin-right: 0.41667vw; }
    .block-all-yachts_item-list-info::after {
      height: 0.625vw;
      width: 0.10417vw; }
  .block-all-yachts_item-price {
    padding: 0.26042vw 0.52083vw; }
  .load-more-filter {
    margin: 1.5625vw 0; } }

