* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

section {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  section {
    margin-bottom: 60px;
  }
}

.container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "voyagefrances_Mulish", sans-serif;
  --background-page: #f7f7f7;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #000;
  --btn-hover: #1f1e1e;
  --hover-a: #a09f9f;
}

.voyagefrances_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

@font-face {
  font-family: "voyagefrances_Mulish";
  font-weight: 100 900;
  font-style: normal;
  src: url(/voyagefrances-fonts/voyagefrances_Mulish.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "voyagefrances_LiberationSans_700woff";
  font-weight: 100 900;
  font-style: normal;
  src: url(/voyagefrances-fonts/voyagefrances_LiberationSans_700.woff2) format("woff2");
  font-display: swap;
}

h1,
h2 {
  font-family: "voyagefrances_LiberationSans_700woff";
}
h3,
a,
p,
li {
  font-family: "voyagefrances_Mulish";
}

h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

header a {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

footer a {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 12px;
  }
}

.btn {
  border-radius: 5px;
  background: var(--btn-color);
  color: var(--white);

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-underline-offset: 2px;

  padding: 15px;
  width: 100%;
  max-width: 182px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  cursor: pointer;
}

.btn_dots {
  width: 6px;
  height: 6px;
  background-color: var(--white);
  border-radius: 50%;
  display: inline-block;
}

.btn:hover {
  background-color: var(--btn-hover);
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.voyagefrances_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.voyagefrances_terms_container {
  padding: 100px 0 0;
  color: #000;
}

.voyagefrances_terms_container p {
  color: #000;
}

.voyagefrances_terms h1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .voyagefrances_terms h1 {
    font-size: 16px;
  }
}

.voyagefrances_terms h1:not(:last-child) {
  margin-bottom: 10px;
}

.voyagefrances_terms h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .voyagefrances_terms h2 {
    font-size: 16px;
  }
}

.voyagefrances_terms h2:not(:last-child) {
  margin-bottom: 10px;
}

.voyagefrances_terms p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.voyagefrances_terms p:not(:last-child) {
  margin-bottom: 20px;
}

.voyagefrances_terms ul:not(:last-child) {
  margin-bottom: 20px;
}

.voyagefrances_terms li {
  font-size: 16px;
  line-height: 1.3;

  font-weight: 400;
}

.voyagefrances_terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .voyagefrances_terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .voyagefrances_terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.voyagefrances_header {
  padding: 20px 0;
  border-bottom: 1px solid #b4b4b4;
  background: rgba(53, 53, 53, 0.24);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

header .voyagefrances_logo img {
  width: 230px;
  height: 30px;
}
@media (max-width: 320px) {
  header .voyagefrances_logo img {
    width: 180px;
  }
}

.voyagefrances_nav__item_nav_bar_btn {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*  */
.voyagefrances_nav__item_nav_bar {
  position: relative;
}
.voyagefrances_dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  z-index: 99;
}

.voyagefrances_dropdown li {
  padding: 10px;
  background-color: #000;
  color: var(--white);
}
.voyagefrances_dropdown .voyagefrances_dropdown_contact {
  background-color: var(--white);
  color: var(--black);
}

/* Показать при активации */
.voyagefrances_nav__item_nav_bar.active .voyagefrances_dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .voyagefrances_dropdown {
    top: -90px;
  }
  .voyagefrances_nav__item_nav_bar_btn img {
    transform: rotate(180deg);
  }
}

/*  */

.voyagefrances_header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 991px) {
  .voyagefrances_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #3b3b3b;
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .voyagefrances_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.voyagefrances_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.voyagefrances_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .voyagefrances_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .voyagefrances_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.voyagefrances_header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.voyagefrances_header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.voyagefrances_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 991px) {
  .voyagefrances_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .voyagefrances_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .voyagefrances_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.voyagefrances_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .voyagefrances_nav__link:hover {
    color: var(--hover-a);
  }
}

.voyagefrances_nav__link:focus-visible {
  color: var(--hover-a);
}

.voyagefrances_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.voyagefrances_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .voyagefrances_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.voyagefrances_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.voyagefrances_disc {
  background: #000;
  padding: 40px 0;
  margin-bottom: 0;
}

.voyagefrances_disc h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #fff;
}

footer {
  padding: 50px 0;
  color: #3d3d3d;
}
.voyagefrances_logo {
  width: 230px;
  height: 30px;
}
.voyagefrances_footer_top_block {
  width: 100%;
}
.voyagefrances_footer_top_block_lc,
.voyagefrances_footer_top_block_rc {
  max-width: 393px;
}

.voyagefrances_footer_center_block_nav a {
  white-space: nowrap;
}
.voyagefrances_footer_top_block_rc_nav a {
  white-space: nowrap;
}
blockquote {
  color: #3d3d3d;
}

@media (max-width: 768px) {
  .voyagefrances_footer_top_block {
    flex-direction: column;
  }
  .voyagefrances_footer_top_block_lc {
    max-width: 100%;
  }
  .voyagefrances_footer_top_block_rc {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .voyagefrances_footer_center_block_nav {
    gap: 20px;
  }
  blockquote {
    color: #3d3d3d;
    font-size: 12px;
  }
  .voyagefrances_disc {
    padding: 20px 0;
  }
  .voyagefrances_footer_top_block_rc {
    margin-left: 0;
  }
  .voyagefrances_footer_top_block_rc h3 {
    font-size: 16px;
  }
}

@media (max-width: 345px) {
  .voyagefrances_footer_center_block_nav {
    justify-content: center;
    flex-wrap: wrap;
  }
  .voyagefrances_footer_top_block_rc {
    margin-left: 0;
  }
  .voyagefrances_footer_top_block_rc_nav {
    gap: 20px;
    flex-direction: column;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.voyagefrances_home_sect_1 {
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 80.91%),
    url(/voyagefrances-img/voyagefrances-home-sect-1-bg.webp) center / cover no-repeat, #d9d9d9;
  padding: 100px 0;
  height: 700px;
  display: flex;
  align-items: end;
}

.voyagefrances_home_sect_1_wrapper_h1 {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.voyagefrances_home_sect_1_wrapper_h1 h1 {
  max-width: 670px;
}

.voyagefrances_home_sect_1_wrapper_p_btn p {
  max-width: 670px;
}

.voyagefrances_home_sect_1_wrapper_p_btn .btn {
  background-color: var(--white);
  color: var(--black);
  text-decoration: none;
}
.voyagefrances_home_sect_1_wrapper_p_btn .btn_dots {
  background-color: var(--black);
}

@media (max-width: 480px) {
  .voyagefrances_home_sect_1 {
    padding: 80px 0;
  }
  .voyagefrances_home_sect_1_wrapper_p_btn {
    flex-direction: column;
    align-items: end;
  }
}

@media (max-width: 325px) {
  .voyagefrances_home_sect_1_wrapper_h1 h1 {
    font-size: 22px;
  }
}

/* voyagefrances_home_sect_2 */

.voyagefrances_home_sect_2 {
  margin-bottom: 20px;
  color: #000;
}
.voyagefrances_home_sect_2 p {
  color: #3d3d3d;
}

.color_black {
  color: #000 !important;
}

.voyagefrances_home_sect_2_card {
  background: #fff;
  border-radius: 10px 0 0 10px;
}
.voyagefrances_home_sect_2_card p {
  font-size: 12px;
}

.voyagefrances_home_sect_2_card_content .btn {
  margin: 0 10px 10px 0;
}

.voyagefrances_home_sect_2_card_content {
  align-items: end;
}

.voyagefrances_home_sect_2_card_text {
  padding: 20px 20px 30px 5px;
}

.voyagefrances_home_sect_2_card_img {
  border-radius: 10px;
  object-fit: cover;
  max-width: 427px;
}

.voyagefrances_home_sect_2_card_stars_img {
  width: 110px;
  height: 22px;
}

@media (max-width: 991px) {
  .voyagefrances_home_sect_2_card {
    width: 100%;
    max-width: 350px;
    flex-direction: column;
    margin: 0 auto;
    gap: 0;
  }
  .voyagefrances_home_sect_2_card_img {
    width: 100%;
    height: 220px;
  }
  .voyagefrances_home_sect_2_card_hed {
    flex-direction: column-reverse;
  }
  .voyagefrances_home_sect_2_card_text {
    padding: 10px;
  }
  .voyagefrances_home_sect_2_card_content .btn {
    margin: 0;
    max-width: 100%;
  }

  .voyagefrances_home_sect_2_card_content {
    height: 317px;
  }
}
@media (max-width: 390px) {
  .voyagefrances_home_sect_2_card_content {
    height: 370px;
  }
}
@media (max-width: 355px) {
  .voyagefrances_home_sect_2_card_content {
    height: 380px;
  }
}

@media (max-width: 340px) {
  .voyagefrances_home_sect_2_card_content {
    height: 400px;
  }
}

@media (max-width: 320px) {
  .voyagefrances_home_sect_2_card_content {
    height: 420px;
  }
}
@media (max-width: 300px) {
  .voyagefrances_home_sect_2_card_content {
    height: 440px;
  }
}
@media (max-width: 280px) {
  .voyagefrances_home_sect_2_card_content {
    height: 460px;
  }
}

.slick-track {
  display: flex !important;
  gap: 5px;
}

.slick-dots {
  bottom: 40px !important;
}
.slick-dots li button:before {
  font-size: 0 !important;
}

.custom-dots {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.custom-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #000 !important;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: black;
  background-color: black;
  border-radius: 50px;
}

.slick-dots li button {
  width: 14px !important;
  height: 14px !important;
}
.slick-dots li button:before {
  width: 14px !important;
  height: 14px !important;
}

.voyagefrances_home_sect_2_card_stars_img_wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}

.voyagefrances_home_sect_2_card_stars_img_wrapper span {
  color: #626262;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* voyagefrances_home_sect_3 */

.voyagefrances_home_sect_3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0.77) 100%),
    url(/voyagefrances-img/voyagefrances-home-sect-3-bg.webp) lightgray 50% / cover no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.voyagefrances_home_sect_3 h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.voyagefrances_home_sect_3_block {
  width: 100%;
  max-width: 314px;
}

@media (max-width: 1335px) {
  .voyagefrances_home_sect_1_container {
    justify-content: center;
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .voyagefrances_home_sect_3 {
    padding: 50px 0;
  }
}

@media (max-width: 700px) {
  .voyagefrances_home_sect_3_block {
    max-width: 160px;
  }
}

@media (max-width: 400px) {
  .voyagefrances_home_sect_3_block {
    max-width: 130px;
  }
}

/* voyagefrances_home_sect_4 */

.voyagefrances_home_sect_4_card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 30px;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
}

.voyagefrances_home_sect_4_card_content {
  max-width: 495px;
}

.voyagefrances_home_sect_4_card_content_hed {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--white);
}

.voyagefrances_home_sect_4_wrap_cards li {
  width: 100%;
}

.voyagefrances_home_sect_4_wrap_cards a {
  width: 100%;
}

@media (max-width: 768px) {
  .voyagefrances_home_sect_4_wrap_cards {
    flex-direction: column;
  }
  .voyagefrances_home_sect_4_card {
    height: 240px;
  }
}
@media (max-width: 480px) {
  .voyagefrances_home_sect_4_container,
  .voyagefrances_home_sect_4_wrap_cards {
    gap: 10px;
  }
  .voyagefrances_home_sect_4 .container {
    padding: 0;
  }
  .voyagefrances_home_sect_4_card {
    padding: 20px 16px;
  }
}

/* voyagefrances_home_sect_5 */

.voyagefrances_home_sect_5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.voyagefrances_home_sect_5_card {
  display: flex !important;
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 393px;
  justify-content: space-between;
}

.voyagefrances_home_sect_5_card_img {
  width: 100px;
  height: 100px;
}

.voyagefrances_home_sect_5_card p {
  color: #626262;
}

.voyagefrances_home_sect_5_card h2 {
  font-size: 20px;
  color: var(--black);
}

/* slider */

.voyagefrances_home_sect_5_cards {
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}

.voyagefrances_home_sect_5_cards .slick-slide {
  margin: 0 auto;
  box-sizing: border-box;
}

.voyagefrances_home_sect_5 {
  position: relative;
}

.voyagefrances_home_sect_5_cards .slick-track {
  gap: 20px;
}

.custom-dots_2 .custom-dot {
  border: 1px solid #fff !important;
}

.custom-dots_2 .slick-dots li.slick-active button:before {
  background-color: #fff;
}

.slick-slide {
  height: auto !important;
}

@media (max-width: 725px) {
  .voyagefrances_home_sect_5_card {
    max-width: 325px;
  }
}

/* voyagefrances_home_sect_6 */

.voyagefrances_home_sect_6 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.form_page {
  width: 100%;
  justify-content: center;
}

.form_page_input {
  width: 100%;
  max-width: 403px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #bcb2b2;
  background: #fff;

  color: #626262;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form_page_button {
  border-radius: 10px;
  text-decoration: none;
}

.popap_page {
  display: none;
}

.active {
  display: flex !important;
}

@media (max-width: 550px) {
  .voyagefrances_home_sect_6 {
    padding: 50px 0;
  }
  .form_page {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 400px) {
  .form_page {
    gap: 5px;
  }
  .form_page_button {
    max-width: 100%;
  }
}

/* voyagefrances_home_sect_7 */

.voyagefrances_home_sect_7 h2 {
  color: #282828;
  margin-bottom: 60px;
}

.voyagefrances_home_sect_7_li {
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
}

.voyagefrances_home_sect_7_li_hed {
  color: #124a70;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.voyagefrances_home_sect_7_li p {
  color: #3d3d3d;
}

.voyagefrances_home_sect_7_img,
.voyagefrances_home_sect_7_ul {
  width: 50%;
}

@media (max-width: 991px) {
  .voyagefrances_home_sect_7_wrapper {
    flex-direction: column;
  }
  .voyagefrances_home_sect_7 h2 {
    margin-bottom: 20px;
  }
  .voyagefrances_home_sect_7_img,
  .voyagefrances_home_sect_7_ul {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .voyagefrances_home_sect_7_img,
  .voyagefrances_home_sect_7_ul {
    width: 100%;
  }
}

/* voyagefrances_about_sect_1 */

.voyagefrances_about_sect_1 {
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 80.91%),
    url(/voyagefrances-img/voyagefrances-home-sect-1-bg.webp) center / cover no-repeat, #d9d9d9;
  height: 500px;
}

/* voyagefrances_about_sect_2 */

.voyagefrances_about_sect_2 {
  color: #3d3d3d;
}

.voyagefrances_about_sect_2_text {
  max-width: 655px;
}

@media (max-width: 991px) {
  .voyagefrances_about_sect_2_img {
    width: 330px;
    height: 220px;
  }
}

@media (max-width: 768px) {
  .voyagefrances_about_sect_2_container {
    flex-direction: column;
  }

  .voyagefrances_about_sect_2_text h2 {
    margin-bottom: 20px;
  }
}

/* voyagefrances_about_sect_3 */

.voyagefrances_about_sect_3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.voyagefrances_about_sect_3_block {
  max-width: 388px;
}

.voyagefrances_about_sect_3_block h2 {
  font-size: 20px;
}

@media (max-width: 991px) {
  .voyagefrances_about_sect_3_container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .voyagefrances_about_sect_3 {
    padding: 50px 0;
  }
  .voyagefrances_about_sect_3_block h2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .voyagefrances_about_sect_3_block {
    max-width: 288px;
  }
}

/* voyagefrances_about_sect_4 */

@media (max-width: 768px) {
  .voyagefrances_about_sect_4 .voyagefrances_about_sect_2_container {
    flex-direction: column-reverse;
  }
}

/* voyagefrances_about_sect_5 */

.voyagefrances_about_sect_5 {
  margin-bottom: 0;
}

/* form_contact */

.voyagefrances_contact_sect_1 {
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) -43.82%, rgba(0, 0, 0, 0.65) 80.91%),
    url(/voyagefrances-img/voyagefrances-contact-sect-1-bg.webp) center / cover no-repeat, #d9d9d9;
}

.form_contact {
  color: #282828;
  max-width: 655px;
}

.form_contact .form_page_input {
  max-width: 100%;
}
.form_page_button_wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
}

.form_contact,
.voyagefrances_contact_sect_2_form_img {
  width: 50%;
}

.voyagefrances_contact_sect_2_form_img {
  border-radius: 15px;
  object-fit: contain;
}

.form_contact_popap {
  display: none;
}

@media (max-width: 991px) {
  .voyagefrances_contact_sect_2_form_container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .form_contact,
  .voyagefrances_contact_sect_2_form_img {
    width: 70%;
  }

  .form_contact {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .form_contact,
  .voyagefrances_contact_sect_2_form_img {
    width: 100%;
  }
  .voyagefrances_contact_sect_2_form_img {
    width: 70%;
    height: 220px;
    object-fit: cover;
  }
}
@media (max-width: 480px) {
  .voyagefrances_contact_sect_2_form_img {
    width: 100%;
  }

  .form_contact .m-b-40 {
    margin-bottom: 20px;
  }

  .form_contact .form_page_button {
    max-width: 182px;
  }
}

.voyagefrances_about_sect_1 .voyagefrances_home_sect_1_wrapper_h1 h1 {
  max-width: 100%;
}

/* voyagefrances_op_hoogte_sect_1 */

.voyagefrances_op_hoogte_sect_1 {
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) -43.82%, rgba(0, 0, 0, 0.65) 80.91%),
    url(/voyagefrances-img/voyagefrances-hoogte-sect-1-bg.webp) center / cover no-repeat, #d9d9d9;
}

/* voyagefrances_dromen_sect_1 */

.voyagefrances_dromen_sect_1 {
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) -43.82%, rgba(0, 0, 0, 0.65) 80.91%),
    url(/voyagefrances-img/voyagefrances-dromen-sect-1-bg.webp) center / cover no-repeat, #d9d9d9;
}

/* voyagefrances_terug_sect_1 */

.voyagefrances_terug_sect_1 {
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) -43.82%, rgba(0, 0, 0, 0.65) 80.91%),
    url(/voyagefrances-img/voyagefrances-terug-sect-1-bg.webp) center / cover no-repeat, #d9d9d9;
}

/* voyagefrances_jackpot_sect_1 */

.voyagefrances_jackpot_sect_1 {
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) -43.82%, rgba(0, 0, 0, 0.65) 80.91%),
    url(/voyagefrances-img/voyagefrances-jackpot-sect-1-bg.webp) center / cover no-repeat, #d9d9d9;
}

/* cookies */

.cookie-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  max-width: 900px;
  padding: 10px;
}
.cookie-popup_content_wrapper {
  height: 100%;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;

  border-radius: 10px;
  color: #000;
}
.cookie-tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
}
.cookie-tab {
  flex: 1;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  font-weight: 600;
}
.cookie-tab.active {
  color: #003cff;
  border-bottom: 2px solid #003cff;
}
.cookie-content {
  height: 400px;
  overflow-y: auto;
  display: none;
  font-size: 14px;
  padding: 40px 20px 20px;
}

#consent p {
  padding: 20px 0 40px;
}
.cookie-content.active {
  display: block !important;
}
.cookie-toggles {
  display: flex;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.cookie-toggle {
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.cookie-toggle p {
  font-weight: 600;
}
.cookie-toggle:not(:last-child) {
  border-right: 2px solid #ddd;
}
.switch {
  appearance: none;
  width: 57px;
  height: 32px;
  background: var(--black);
  border-radius: 20px;
  position: relative;
  outline: none;
  cursor: pointer;
}
.switch:checked {
  background: #003cff;
}
.switch:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.switch:checked:before {
  left: 28px;
}
.cookie-buttons {
  padding: 0 20px 20px 20px;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.cookie-buttons button {
  width: 100%;
  padding: 20px 15px;
  background: #1032cf;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
  font-size: 15px;
}

.accordion_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion {
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}
.accordion-header {
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}
.accordion-content {
  padding: 10px;
  display: none;
  letter-spacing: 0.5px;
  line-height: 1.6em;
}

.accordion.open .accordion-content {
  display: block;
}

.cookie-popup-hed {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
  padding: 20px;
}

.cookie-popup-hed-cookie {
  width: 40px;
  height: 32px;
}

.cookie-popup-hed-logo {
  width: 114px;
  height: 31px;
}

.arrow {
  font-size: 18px;
  font-weight: 900;
}

.accordion-header {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
}

.arrow {
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.3s ease;
  font-size: 18px;
  font-weight: 900;
}
.accordion.open .arrow {
  transform: rotate(180deg);
}

.badge {
  background-color: #ddd;
  border-radius: 50%;
  padding: 2px 6px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
}

.cookie-popup p {
  letter-spacing: 0.5px;
  line-height: 1.6em;
}

.cookie-content .switch {
  margin-bottom: 20px;
}

.cookie-content strong {
  font-size: 15px;
}

.cookie-toggles p {
  font-size: 15px;
}

#about p {
  font-size: 15px;
}

#details,
#about {
  padding: 20px;
}

#about p:not(:last-child) {
  margin-bottom: 20px;
}

#about {
  border-bottom: 2px solid #ddd;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .cookie-buttons {
    flex-direction: column;
    gap: 5px;
  }
  .cookie-buttons {
    padding: 10px 20px 20px 20px;
  }
  .cookie-buttons button {
    padding: 15px;
  }
  .cookie-content {
    height: 40vh;
  }

  .cookie-toggles {
    flex-direction: column;
  }

  .cookie-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cookie-toggle:not(:last-child) {
    border-right: none;
  }
}
