.elem1{
    overflow-x: hidden;
}
.elem1 img{
    width: 100% !important;
}

.outline-btn,
footer .bottom ul > li,
footer .menu .elem__menu ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
}
.outline-btn,
.regular-btn {
  min-height: 40px;
  font-size: 16px;
  cursor: pointer;
}
.cta__wrapper,
.cta__wrapper .container {
  position: relative;
}
header .outer__header .menu__wrapper > ul > li.dropdown .dropdown__box:hover,
header .outer__header .menu__wrapper > ul > li > a:hover + .dropdown__box {
  pointer-events: initial;
  opacity: 1;
}
header .outer__header .menu__wrapper > ul > li.dropdown:hover > a span svg path,
header .outer__header .menu__wrapper > ul > li > a:hover span svg path {
  stroke: #ff62ab;
}
.number__picker .country__dropdown .country__drop ul > li,
header .outer__header .menu__wrapper > ul > li.dropdown .dropdown__box ul > li {
  margin-bottom: 3px;
}
.main__product .box .side .element .people__amount .field .less:hover svg path,
.main__product .box .side .element .people__amount .field .more:hover svg path {
  fill: #ff62ab;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content
  .card
  > .group__input.card__field
  > input,
footer .menu {
  padding-left: 52px;
}
#language-switcher {
  top: 10px;
  right: 10px;
  z-index: 1000;
}
#language-select {
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
#language-select option {
  padding: 5px;
}
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Inter, sans-serif;
}
@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Satoshi;
  src: url("../fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.container {
  max-width: 1104px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
footer {
  padding-top: 48px;
}
footer .menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 70px;
  padding-right: 52px;
}
footer .menu .elem__menu > h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #2d2b32;
}
footer .menu .elem__menu ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
footer .menu .elem__menu ul > li {
  display: block;
  margin-bottom: 12px;
}
footer .menu .elem__menu ul > li > a {
  display: inline-flex;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #2d2b32;
  font-weight: 400;
  letter-spacing: -0.05px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.number__picker .country__dropdown .country__drop ul > li > a:hover,
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner
  .group__sort
  .dropdown
  ul
  li
  > a.current,
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner
  .group__sort
  .dropdown
  ul
  li
  > a:hover,
footer .bottom ul > li > a:hover,
footer .menu .elem__menu ul > li > a:hover,
header
  .outer__header
  .menu__wrapper
  > ul
  > li.dropdown
  .dropdown__box
  ul
  > li
  > a:hover,
header .outer__header .menu__wrapper > ul > li.dropdown:hover > a,
header .outer__header .menu__wrapper > ul > li > a:hover {
  color: #ff62ab;
}
.outline-btn,
footer .bottom ul > li > a {
  -webkit-transition: 0.4s;
  line-height: 20px;
  text-decoration: none;
}
footer .menu .elem__menu ul > li:last-child {
  margin-bottom: 0;
}
footer .bottom {
  padding: 18px 0;
  margin-top: 36px;
  border-top: 1px solid #e6e6e6;
}
.group__input > input,
.outline-btn,
.regular-btn {
  padding-left: 20px;
  padding-right: 20px;
  outline: 0;
}
footer .bottom ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer .bottom ul > li {
  display: inline-flex;
  margin-right: 24px;
}
footer .bottom ul > li > a {
  letter-spacing: -0.05px;
  font-size: 14px;
  font-weight: 400;
  color: #4f4d55;
  transition: 0.4s;
}
footer .bottom ul > li:last-child {
  margin-right: 0;
}
.outline-btn {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 46px;
  border: 2px solid #ff62ab;
  font-weight: 500;
  color: #1d1c20;
  transition: 0.4s;
}
.cta__wrapper .outer__cta .float,
.outline-btn span,
.regular-btn,
.regular-btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
}
.outline-btn:hover,
.regular-btn {
  background-color: #ff62ab;
  color: #fff;
}
.outline-btn span,
.regular-btn span {
  display: inline-flex;
  margin-right: 10px;
}
.regular-btn {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 46px;
  text-decoration: none;
  line-height: 20px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 0;
}
.regular-btn:hover {
  background-color: #c84d86;
}
.cta__wrapper {
  padding-top: 42px;
  padding-bottom: 56px;
  margin-top: 31px;
  background-color: #0a090b;
}
.cta__wrapper .outer__cta {
  max-width: 500px;
}
.cta__wrapper .outer__cta .float {
  position: absolute;
  right: 0;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-flex;
}
.cta__wrapper .outer__cta .float img {
  max-width: 190px;
}
.cta__wrapper .outer__cta .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px;
}
.cta__wrapper .outer__cta > p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #c9c9cc;
  font-weight: 400;
}
.cta__wrapper .outer__cta > h2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 31px;
  line-height: 42px;
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}
.cta__wrapper > img {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100%;
  pointer-events: none;
}
.hero__section {
  padding-top: 170px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: -87px;
  height: 500px;
}
.hero__section .outer__hero > span {
  display: block;
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  color: #fff;
  opacity: 0.9;
  text-transform: uppercase;
}
.hero__section .outer__hero > h1 {
  margin: 0 0 64px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
}
.destination__slider {
  background-color: #fff;
  padding-top: 36px;
  padding-bottom: 32px;
}
.destination__slider .outer__destination .slider {
  position: relative;
  left: 9px;
}
.destination__slider .outer__destination .slider .slick-next,
.destination__slider .outer__destination .slider .slick-prev {
  display: none !important;
}
.destination__slider .outer__destination .slider .slick-slide {
  -webkit-transition: opacity 0.3s linear 0.5s;
  transition: opacity 0.3s linear 0.5s;
  height: inherit !important;
  margin: 0 9px;
}
.destination__slider
  .outer__destination
  .slider
  .slick-slide:not(.slick-active) {
  opacity: 0.45;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.destination__slider .outer__destination .slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.destination__slider .outer__destination .slider .slick-list {
  margin: 0 -9px;
}
.destination__slider .outer__destination .slider .elem > a {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  text-decoration: none;
  padding-bottom: 100%;
}
.destination__slider .outer__destination .slider .elem > a:hover:before {
  opacity: 1;
}
.destination__slider .outer__destination .slider .elem > a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.destination__slider .outer__destination .slider .elem > a p {
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 5;
  font-size: 20px;
  font-family: Satoshi, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  width: calc(100% - 40px);
}
.destination__slider .outer__destination .slider .elem > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.45)),
    to(transparent)
  );
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
  z-index: 4;
}
.destination__slider .outer__destination > .top {
  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;
  margin-bottom: 24px;
}
.destination__slider .outer__destination > .top .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.destination__slider .outer__destination > .top .right > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 250px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 12px;
  background-color: #f1f1f1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.destination__slider .outer__destination > .top .right > a:last-child,
.flight__wrapper .element .fields > div:last-child,
.flight__wrapper .element .type .list > .el:last-child,
.flight__wrapper .switcher ul > li:last-child {
  margin-right: 0;
}
.destination__slider .outer__destination > .top .right > a:hover {
  background-color: #eceaea;
}
.destination__slider .outer__destination > .top .left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.destination__slider .outer__destination > .top .left > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #4f4d55;
  font-family: Satoshi, sans-serif;
  text-transform: uppercase;
}
.destination__slider .outer__destination > .top .left > h6 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-family: Satoshi, sans-serif;
  font-weight: 900;
  color: #1d1c20;
  text-transform: uppercase;
}
.container__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.container__radio p {
  margin: 0;
}
.container__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container__radio .checkmark {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  border-radius: 250px;
  border: 3px solid #dcdcde;
  margin-right: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.container__radio input:checked ~ .checkmark {
  border-color: #0a090b;
  background-color: #0a090b;
}
.container__radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1.5px;
  left: 1.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.info__box .outer__learn,
.info__box .outer__learn .desc .btn,
.info__box .outer__learn .media,
.logos__box .outer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
}
.container__radio input:checked ~ .checkmark:after {
  display: block;
}
.info__box {
  padding: 32px 0;
}
.info__box .outer__learn {
  border-radius: 12px;
  background: var(--Global-Neutral-Grey-1300, #0a090b);
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info__box .outer__learn .desc {
  padding: 20px;
  max-width: 420px;
  margin-right: auto;
}
.info__box .outer__learn .desc > p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #c9c9cc;
}
.head__block > h2,
.info__box .outer__learn .desc > h6,
.plans__wrapper .outer__plans .grid .elem .info > h6 {
  font-size: 24px;
  line-height: 32px;
  font-family: Satoshi, sans-serif;
}
.info__box .outer__learn .desc .btn {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 24px;
}
.info__box .outer__learn .desc > h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
  color: #fff;
}
.info__box .outer__learn .media {
  display: flex;
  -webkit-clip-path: polygon(0 0, 100% 1%, 86% 99%, 0% 100%);
  clip-path: polygon(0 0, 100% 1%, 86% 99%, 0% 100%);
}
.info__box .outer__learn .media > img {
  max-width: 500px;
}
.head__block {
  margin-bottom: 24px;
}
.head__block > h2 {
  margin: 0;
  font-weight: 900;
  color: #1d1c20;
  text-transform: uppercase;
}
.head__block > span {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #4f4d55;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
}
.plans__wrapper {
  padding-top: 32px;
  padding-bottom: 21px;
}
.plans__wrapper .outer__plans .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 25px;
}
.plans__wrapper .outer__plans .grid .elem {
  position: relative;
  padding-bottom: 60px;
}
.plans__wrapper .outer__plans .grid .elem .btn {
  position: absolute;
  left: 16px;
  width: calc(100% - 32px);
  bottom: 6px;
}
.plans__wrapper .outer__plans .grid .elem .info {
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.plans__wrapper .outer__plans .grid .elem .info > h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
  color: #1d1c20;
}
.plans__wrapper .outer__plans .grid .elem .info .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 16px;
}
.plans__wrapper .outer__plans .grid .elem .info > p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #7f7d83;
  font-weight: 400;
}
.plans__wrapper .outer__plans .grid .elem > .media {
  position: relative;
  border-radius: 10px;
  padding-bottom: 85%;
}
.plans__wrapper .outer__plans .grid .elem > .media img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.adventure__block,
.logos__box {
  padding: 21px 0;
}
.logos__box .outer__logos {
  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;
  padding: 32px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.logos__box .outer__logos > .elem__logo,
.main__product .head__image {
  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;
}
.logos__box .outer__logos > .elem__logo img {
  max-width: 180px;
}
.adventure__block .adventure__slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.adventure__block .adventure__slider .slick-slide {
  height: inherit !important;
  -webkit-transition: opacity 0.3s linear 0.5s;
  transition: opacity 0.3s linear 0.5s;
  margin: 0 5px;
}
.adventure__block .adventure__slider .slick-slide:not(.slick-active) {
  opacity: 0.45;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.adventure__block .adventure__slider .slick-list {
  padding: 0 20% 0 0 !important;
  margin: 0 -5px;
}
.adventure__block .adventure__slider .elem__slide > .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: .4rem;
  border-radius: 12px;
  background: #f1f1f1;
  height: 100%;
}
.adventure__block .adventure__slider .elem__slide > .inn .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.adventure__block .adventure__slider .elem__slide > .inn .desc > p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #1d1c20;
}
.adventure__block .adventure__slider .elem__slide > .inn .desc > span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #7f7d83;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 400;
}
.adventure__block .adventure__slider .elem__slide > .inn .media {
  min-width: 160px;
  max-width: 160px;
  margin-right: 12px;
  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;
}
.adventure__block .adventure__slider .elem__slide > .inn .media > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.group__input > input {
  height: 42px;
  border-radius: 10px;
  background: #f8f8f8;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  border: 0;
}
.flight__wrapper {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 9, 11, 0.05),
    0 2px 7px 0 rgba(10, 9, 11, 0.05), 0 2px 5px -2px rgba(10, 9, 11, 0.06),
    0 0 0 6px #ffc90c, 0 0 0 2px #fff;
  box-shadow: 0 0 0 1px rgba(10, 9, 11, 0.05), 0 2px 7px 0 rgba(10, 9, 11, 0.05),
    0 2px 5px -2px rgba(10, 9, 11, 0.06), 0 0 0 6px #ffc90c, 0 0 0 2px #fff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: 64px;
  z-index: 3;
  position: relative;
}
.flight__wrapper .element {
  padding: 24px;
}
.flight__wrapper .element .fields {
  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;
}
.flight__wrapper .element .fields > div {
  margin-right: 8px;
}
.flight__wrapper .element .fields > div.group__input {
  width: 100%;
  max-width: 180px;
}
.flight__wrapper .element .fields > div.group__input.longer {
  max-width: 100%;
  min-width: 260px;
}
.flight__wrapper .element .fields .group__submit button {
  border-radius: 10px;
}
.flight__wrapper .element .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.container__check,
.flight__wrapper .element .type .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flight__wrapper .element .type .list > .el {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 24px;
}
.flight__wrapper .element .type > p {
  margin: 0 24px 0 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #7f7d83;
}
.flight__wrapper .switcher {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
}
.flight__wrapper .switcher ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flight__wrapper .switcher ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2px;
}
.flight__wrapper .switcher ul > li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 125px;
  min-height: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 10px;
  padding-top: 3px;
  border-top-right-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #7f7d83;
  background-color: #ececed;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .outer__header,
header .outer__header .menu__wrapper {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
}
.flight__wrapper .switcher ul > li a:hover {
  color: #1d1c20;
}
.flight__wrapper .switcher ul > li a.current {
  font-weight: 600;
  color: #1d1c20;
  background-color: transparent;
}
header {
  border-bottom: 1px solid var(--Global-Neutral-Grey-600, #dcdcde);
  background-color: #fff;
}
header .container {
  max-width: 100%;
}
header .outer__header {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0;
}
header .outer__header .menu__wrapper {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .outer__header .menu__wrapper > ul {
  margin: 0 28px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
header .outer__header .menu__wrapper > ul > li {
  margin-right: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header .menu__wrapper > ul > li.dropdown:hover > a span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .outer__header .menu__wrapper > ul > li.dropdown {
  position: relative;
}
header .outer__header .menu__wrapper > ul > li.dropdown .dropdown__box {
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  left: 0;
  top: 38px;
  border-radius: 5px;
  min-width: 240px;
  max-width: 240px;
  background-color: #fff;
  padding: 7px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
header .outer__header .menu__wrapper > ul > li.dropdown .dropdown__box ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
header
  .outer__header
  .menu__wrapper
  > ul
  > li.dropdown
  .dropdown__box
  ul
  > li
  > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #2d2b32;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header
  .outer__header
  .menu__wrapper
  > ul
  > li.dropdown
  .dropdown__box
  ul
  > li:last-child {
  margin-bottom: 0;
}
header .outer__header .menu__wrapper > ul > li > a {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #2d2b32;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .outer__header .menu__wrapper > ul > li > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .outer__header .menu__wrapper > ul > li > a span svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .outer__header .menu__wrapper > ul > li > a:hover span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination ul > li:last-child,
header .outer__header .menu__wrapper > ul:last-child,
header .outer__header .menu__wrapper > ul > li:last-child {
  margin-right: 0;
}
header .outer__header > a img {
  max-width: 115px;
}
.contact__us {
  padding-top: 64px;
  padding-bottom: 96px;
}
.contact__us .container {
  max-width: 1250px;
  width: 100%;
}
.contact__us .outer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact__us .outer__contact .desc {
  max-width: 480px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact__us .outer__contact .desc form .group__check {
  margin-bottom: 32px;
}
.contact__us .outer__contact .desc form > .group__input {
  margin-bottom: 24px;
}
.contact__us .outer__contact .desc .group__submit > button {
  width: 100%;
  height: 48px;
  border-radius: 8px;
}
.contact__us .outer__contact .desc .group__input > textarea {
  height: 135px;
  resize: none;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 24px;
  outline: 0;
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
}
.contact__us .outer__contact .desc .double .group__input > p,
.contact__us .outer__contact .desc .group__input > p {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #344054;
  margin-top: 0;
}
.contact__us .outer__contact .desc .double .group__input > input,
.contact__us .outer__contact .desc .group__input > input {
  border: 1px solid #d0d5dd;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  background-color: transparent;
}
.contact__us .outer__contact .desc .double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 24px;
}
.contact__us .outer__contact .desc .top {
  margin-bottom: 48px;
}
.contact__us .outer__contact .desc .top > p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #475467;
}
.contact__us .outer__contact .desc .top > h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #2d2b32;
  letter-spacing: -0.72px;
}
.contact__us .outer__contact .media {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 575px;
  height: 100%;
}
.contact__us .outer__contact .media > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.container__check p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #475467;
}
.container__check p a {
  color: #475467;
  text-decoration: underline;
}
.container__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container__check .checkmark {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  min-width: 20px;
  border-radius: 6px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  margin-right: 12px;
}
.container__check input:checked ~ .checkmark {
  background-color: #ff62ab;
  border-color: #ff62ab;
}
.container__check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5.5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container__check input:checked ~ .checkmark:after {
  display: block;
}
.number__picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 44px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Base-White, #fff);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding-left: 14px;
}
.number__picker > input {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 0;
  outline: 0;
}
.number__picker .country__dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-right: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 12px;
  min-height: 44px;
  border-right: 1px solid #d0d5dd;
}
.number__picker .country__dropdown .country__drop {
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  left: -10px;
  top: 38px;
  border-radius: 5px;
  min-width: 60px;
  max-width: 60px;
  background-color: #fff;
  padding: 7px;
  z-index: 2;
  max-height: 240px;
  overflow-y: auto;
}
.number__picker .country__dropdown .country__drop::-webkit-scrollbar {
  width: 4px;
}
.number__picker .country__dropdown .country__drop::-webkit-scrollbar-thumb {
  background-color: #ff62ab;
  border-radius: 8px;
}
.number__picker .country__dropdown .country__drop ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.number__picker .country__dropdown .country__drop ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #2d2b32;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.number__picker .country__dropdown .country__drop ul > li:last-child {
  margin-bottom: 0;
}
.number__picker .country__dropdown > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
}
.number__picker .country__dropdown > a.opened > img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.number__picker .country__dropdown > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2px;
  min-width: 25px;
}
.pagination ul > li.dots,
.pagination ul > li > a {
  min-width: 36px;
  max-width: 36px;
  max-height: 36px;
  min-height: 36px;
}
.number__picker .country__dropdown > a > img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product__search {
  padding-top: 164px;
  padding-bottom: 64px;
  position: relative;
}
.product__search:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 230px;
  background-color: #f8f8f8;
}
.product__search .outer__product .products__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-top: 32px; */
}
.product__search .outer__product .products__inner .products__main {
  width: 100%;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  .products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 24px;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  .products__list
  > a.elem__product:hover
  .desc
  > h6 {
  color: #fd5fa9;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  .products__list
  > .elem__product {
  border-radius: 12px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  text-decoration: none;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  .products__list
  > .elem__product
  .desc {
  padding: 10px 16px 50px;
  position: relative;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  .products__list
  > .elem__product
  .desc
  .bottom__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  left: 16px;
  bottom: 25px;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  .products__list
  > .elem__product
  .desc
  .bottom__price
  > p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #1d1c20;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  .products__list
  > .elem__product
  .desc
  .bottom__price
  > span {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #f53535;
  text-decoration: line-through;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  .products__list
  > .elem__product
  .desc
  > p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  color: #7f7d83;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  .products__list
  > .elem__product
  .desc
  > h6 {
  margin-top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #1d1c20;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  .products__list
  > .elem__product
  .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  .products__list
  > .elem__product
  .media
  .tag {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
  background: #fd5fa9;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  .products__list
  > .elem__product
  .media
  > img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 165px;
}
.product__search .outer__product .products__inner .products__main > .top {
  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;
  width: 100%;
  margin-bottom: 24px;
}
.product__search .outer__product .products__inner .products__main > .top .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner
  .group__sort {
  position: relative;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner
  .group__sort
  .dropdown {
  position: absolute;
  right: 0;
  top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  z-index: 2;
  min-width: 100%;
  padding: 7px;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner
  .group__sort
  .dropdown
  ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner
  .group__sort
  .dropdown
  ul
  li {
  display: block;
  width: 100%;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner
  .group__sort
  .dropdown
  ul
  li
  > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 5px 7px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #2d2b32;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner
  .group__sort
  > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  padding: 8px 12px;
  min-width: 140px;
  background: #f8f8f8;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner
  .group__sort
  > a.opened
  > img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination ul > li > a.arrow svg path,
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner
  .group__sort
  > a
  > img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner
  .group__sort
  > a
  > span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4f4d55;
  margin-right: 10px;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  .sort__inner
  > p {
  margin-top: 0;
  margin-right: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4f4d55;
}
.group__dropdown .dropdown__box ul li > a.current,
.group__dropdown .dropdown__box ul li > a:hover,
.product__search
  .outer__product
  .products__inner
  .filter
  .filter__elem
  .more
  > a:hover,
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  > a:hover {
  color: #ff62ab;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4f4d55;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product__search
  .outer__product
  .products__inner
  .products__main
  > .top
  .sort
  > .spacer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 12px;
}
.product__search .outer__product .products__inner .products__main > .top > h6 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #1d1c20;
}
.product__search .outer__product .products__inner .filter {
  margin-right: 30px;
  min-width: 233px;
  max-width: 233px;
  border-radius: 8px;
  border: 1px solid var(--Global-Neutral-Grey-500, #e6e6e6);
  background: #fff;
}
.product__search .outer__product .products__inner .filter .filter__elem {
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6e6;
}
.product__search
  .outer__product
  .products__inner
  .filter
  .filter__elem
  .range
  > p {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #2d2b32;
  margin-bottom: -5px;
}
.product__search .outer__product .products__inner .filter .filter__elem .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 12px;
}
.product__search
  .outer__product
  .products__inner
  .filter
  .filter__elem
  .more
  > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #7f7d83;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.main__product .box .side .element .people__amount .field .more,
.pagination ul > li.dots,
.pagination ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
}
.product__search
  .outer__product
  .products__inner
  .filter
  .filter__elem
  .checkboxes
  > .el__checkbox {
  margin-bottom: 12px;
}
.main__product .box .side .element .additional > .el:last-child,
.product__search
  .outer__product
  .products__inner
  .filter
  .filter__elem
  .checkboxes
  > .el__checkbox:last-child {
  margin-bottom: 0;
}
.product__search
  .outer__product
  .products__inner
  .filter
  .filter__elem
  .checkboxes
  > .el__checkbox
  .container__check
  .checkmark {
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  border-radius: 4px;
  margin-right: 8px;
}
.product__search
  .outer__product
  .products__inner
  .filter
  .filter__elem
  .checkboxes
  > .el__checkbox
  .container__check
  .checkmark:after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product__search
  .outer__product
  .products__inner
  .filter
  .filter__elem
  .checkboxes
  > .el__checkbox
  .container__check
  > p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #2d2b32;
}
.product__search .outer__product .products__inner .filter .filter__elem > p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #7f7d83;
}
.product__search
  .outer__product
  .products__inner
  .filter
  .filter__elem:last-child {
  border-bottom: 0;
}
.product__search .outer__product .products__inner .filter > .title {
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6e6;
  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;
}
.irs--flat .irs-from,
.irs--flat .irs-max,
.irs--flat .irs-min,
.irs--flat .irs-single,
.irs--flat .irs-to,
.menu__button,
.product__search .outer__product .products__inner .filter > .title a {
  display: none;
}
.main__product .box,
.main__product .box .side .submit,
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
}
.product__search .outer__product .products__inner .filter > .title a img {
  max-width: 18px;
}
.irs--flat .irs-handle,
.main__product .box .element__info .tags__box > .elem__tag span img {
  min-width: 20px;
  max-width: 20px;
}
.product__search .outer__product .products__inner .filter > .title > p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #4f4d55;
  margin: 0;
}
.product__search .outer__product .flight__wrapper {
  margin-top: 42px;
  margin-bottom: 48px;
}
.product__search .outer__product > .top__part {
  padding-left: 40px;
  position: relative;
}
.product__search .outer__product > .top__part > span {
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  color: #4f4d55;
  text-transform: uppercase;
}
.product__search .outer__product > .top__part > h6 {
  margin: 0;
  font-size: 32px;
  line-height: 42px;
  font-family: Satoshi, sans-serif;
  font-weight: 900;
  color: #2d2b32;
  text-transform: uppercase;
}
.irs--flat .irs-handle {
  min-height: 20px;
  border-radius: 256px;
  border: 4px solid #ff62ab;
  background: var(--Constant-Styles-White, #fff);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08),
    0 3px 3px 0 rgba(0, 0, 0, 0.06), 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 3px 0 rgba(0, 0, 0, 0.06),
    0 1px 8px 0 rgba(0, 0, 0, 0.1);
  max-height: 20px;
  margin-top: -5px;
}
.irs--flat .irs-handle i {
  display: none !important;
}
.irs--flat .irs-line {
  background-color: #e8e8e8;
  height: 4px;
}
.irs--flat .irs-bar {
  height: 4px;
  background-color: #ff62ab;
}
.pagination {
  margin-top: 38px;
}
.pagination ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination ul > li {
  margin-right: 12px;
}
.pagination ul > li.dots {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ececed;
  border-radius: 6px;
}
.pagination ul > li > a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-flex;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #4f4d55;
  text-decoration: none;
}
.pagination ul > li > a.current {
  color: #fff;
  background-color: #fd5fa9;
  pointer-events: none;
}
.pagination ul > li > a:hover {
  background-color: #fd5fa9;
  color: #fff;
}
.pagination ul > li > a.arrow {
  border-radius: 6px;
  border: 1px solid var(--Global-Neutral-Grey-500, #e6e6e6);
  background: var(--Global-Base-White, #fff);
}
.pagination ul > li > a.arrow:hover {
  background-color: #fd5fa9;
  border-color: #fd5fa9;
}
.pagination ul > li > a.arrow:hover svg path {
  stroke: #fff;
}
.main__product .box {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main__product .box .side {
  min-width: 235px;
  margin-left: 35px;
  border-radius: 8px;
  border: 1px solid var(--Global-Neutral-Grey-500, #e6e6e6);
  background: #fff;
  -webkit-box-shadow: 0 0 0 4px #ffc90c, 0 0 0 1px #fff;
  box-shadow: 0 0 0 4px #ffc90c, 0 0 0 1px #fff;
}
.group__dropdown > a,
.main__product .box .features {
  background: var(--Global-Neutral-Grey-200, #f8f8f8);
}
.main__product .box .side .container__check .checkmark {
  margin-right: 8px;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  border-radius: 4px;
}
.main__product .box .side .container__check .checkmark:after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main__product .box .side .element,
.main__product .box .side .title {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 16px;
}
.main__product .box .side .submit {
  padding: 12px 16px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__product .box .side .submit > button {
  width: 100%;
}
.main__product .box .side .element .additional > .el {
  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;
  margin-bottom: 12px;
}
.main__product .box .side .element .additional > .el > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #2d2b32;
}
.main__product .box .side .element .additional > .el > p {
  margin: 0 0 0 7px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #2d2b32;
}
.info__tarif .element > .title,
.main__product .box .side .element .checks > .elem {
  margin-bottom: 12px;
}
.main__product .box .element__info .description ul:last-child,
.main__product .box .element__info .description ul > li:last-child,
.main__product .box .element__info > .list > .elem:last-child,
.main__product
  .box
  .element__info
  > .list
  > .elem
  > .controls
  ul
  > li:last-child,
.main__product .box .side .element .checks > .elem:last-child,
.main__product .box .side .element .el:last-child {
  margin-bottom: 0;
}
.main__product .box .side .element .checks > .elem p {
  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;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #2d2b32;
}
.main__product .box .side .element .checks > .elem p span {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.main__product .box .side .element .el {
  margin-bottom: 16px;
}
.group__dropdown,
.main__product .box .side .element .people__amount .field {
  position: relative;
}
.main__product .box .side .element .people__amount .field .less {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  left: 8px;
}
.main__product .box .side .element .people__amount .field .less svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main__product .box .side .element .people__amount .field .more {
  display: inline-flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  right: 8px;
}
.main__product .box .side .element .people__amount .field .more svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main__product .box .side .element .people__amount .field input {
  width: 80px;
  height: 28px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid var(--Light-Grayscale-Border, #e8e8e8);
  background: var(--Light-Grayscale-Background-Primary, #fff);
  outline: 0;
}
.main__product .box .side .element .people__amount > .el {
  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;
}
.main__product .box .side .element .people__amount > .el > p {
  margin: 0;
  color: #7f7d83;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.main__product .box .side .element .people__amount > .el > p span {
  font-weight: 500;
  color: #2d2b32;
}
.main__product .box .side .element > p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #7f7d83;
}
.main__product .box .side .title {
  margin-bottom: 0;
}
.main__product .box .side .title > p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #4f4d55;
}
.main__product .box > .content {
  width: calc(100% - 265px);
}
.main__product .box .element__info {
  margin-bottom: 36px;
}
.main__product .box .element__info > .list {
  margin-top: 16px;
}
.main__product .box .element__info > .list > .elem {
  margin-bottom: 24px;
  border-radius: 8px;
  border: 1px solid var(--Global-Neutral-Grey-500, #e6e6e6);
  background: #fff;
  -webkit-box-shadow: 0 0 0 4px #ffc90c, 0 0 0 1px #fff;
  box-shadow: 0 0 0 4px #ffc90c, 0 0 0 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main__product .box .element__info > .list > .elem > .desc {
  padding: 12px 16px;
  width: 100%;
  border-right: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main__product .box .element__info .top,
.main__product .box .element__info > .list > .elem > .desc .details .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main__product
  .box
  .element__info
  > .list
  > .elem
  > .desc
  .details
  .price
  > span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #adacb0;
  text-decoration: line-through;
}
.main__product .box .element__info > .list > .elem > .desc .details .price > p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #4f4d55;
}
.main__product
  .box
  .element__info
  > .list
  > .elem
  > .desc
  .details
  .price
  > p
  span {
  font-weight: 600;
  font-size: 16px;
}
.main__product .box .element__info > .list > .elem > .desc .details > ul {
  padding: 0 0 0 15px;
  margin: 0 0 8px;
}
.main__product .box .element__info > .list > .elem > .desc .details > ul > li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #4f4d55;
}
.main__product .box .element__info > .list > .elem > .desc .details > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
}
.main__product .box .element__info > .list > .elem > .desc .details > .top > p {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #4f4d55;
}
.main__product
  .box
  .element__info
  > .list
  > .elem
  > .desc
  .details
  > .top
  > span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #e12121;
}
.main__product .box .element__info > .list > .elem > .desc > .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
}
.main__product .box .element__info > .list > .elem > .desc > .media > img {
  min-width: 200px;
  max-width: 200px;
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main__product .box .element__info > .list > .elem > .controls {
  padding: 12px 16px;
  min-width: 185px;
  max-width: 185px;
}
.main__product .box .element__info > .list > .elem > .controls ul {
  margin: 0;
  padding-left: 14px;
}
.main__product .box .element__info > .list > .elem > .controls ul > li {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #4f4d55;
}
.main__product .box .element__info > .list > .elem > .controls > a {
  width: 100%;
  margin-bottom: 16px;
}
.main__product .box .element__info > .top.double {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main__product .box .element__info > .top .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__product .box .element__info > .top .buttons > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 250px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 12px;
  background-color: #f1f1f1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main__product .box .element__info > .top .buttons > a:last-child {
  margin-right: 0;
}
.main__product .box .element__info > .top .buttons > a:hover {
  background-color: #eceaea;
}
.main__product .box .element__info .program__box {
  margin-top: 20px;
}
.main__product .box .element__info .program__box .slick-slide {
  margin: 0 12px;
}
.main__product .box .element__info .program__box .slick-list {
  padding: 0 30% 0 0;
  margin-left: -12px;
}
.main__product .box .element__info .program__box .elem__program {
  width: 100%;
}
.faq__wrapper,
.main__product .box .element__info .description,
.main__product .box .element__info .program__box .elem__program .desc {
  margin-top: 12px;
}
.main__product .box .element__info .program__box .elem__program .desc > h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #1d1c20;
  font-family: Satoshi, sans-serif;
}
.main__product .box .element__info .program__box .elem__program .desc > p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #7f7d83;
  font-weight: 400;
}
.main__product .box .element__info .program__box .elem__program > .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 0;
  padding-bottom: 109%;
}
.main__product .box .element__info .program__box .elem__program > .media img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main__product
  .box
  .element__info
  .program__box
  .elem__program
  > .media
  > .tag {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  z-index: 2;
  font-weight: 500;
  color: #fff;
  border-radius: 40px;
  background: #fd5fa9;
}
.main__product .box .element__info .description ul {
  margin: 0 0 15px;
  padding-left: 14px;
}
.main__product .box .element__info .description ul > li {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #4f4d55;
}
.main__product .box .element__info .description > p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #4f4d55;
}
.main__product .box .element__info .description > p:last-child,
.main__product .box .element__info:last-child {
  margin-bottom: 0;
}
.main__product .box .element__info .tags__box {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -6px;
}
.main__product .box .element__info .tags__box > .elem__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px;
  margin: 6px;
  border-radius: 8px;
  background: #ffe9f4;
}
.article__wrapper .cards__wrapper > .card .desc:nth-child(2),
.article__wrapper
  .info__boxes
  > .elem__box
  .content
  > .inner
  > .desc:nth-child(2) {
  margin-left: 40px;
}
.main__product .box .element__info .tags__box > .elem__tag > p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #2d2b32;
  font-weight: 400;
}
.main__product .box .element__info .tags__box > .elem__tag span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}
.article__wrapper .info__boxes > .elem__box .controls > a:last-child,
.details__wrapper .details__info > .top > ul > li:last-child,
.mariage__card .outer__card .desc .btn > a:last-child,
.mariage__cta .outer__box > .desc .btn > a:last-child,
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content
  .card
  > .group__input:last-child,
.services__block .outer__services .bottom.complex > .controls > a:last-child,
.services__block
  .outer__services
  .bottom
  > .controls:first-child
  > a:last-child {
  margin-right: 0;
}
.main__product .box .element__info .top > p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4f4d55;
}
.main__product .box .element__info .top > h6 {
  margin-top: 0;
  font-size: 24px;
  line-height: 32px;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  color: #1d1c20;
  margin-bottom: 0;
}
.main__product .box .features {
  border-radius: 12px;
  padding: 28px 32px;
  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;
}
.main__product .box .features .spacer {
  margin: 0 15px;
  min-height: 46px;
  min-width: 1px;
  background-color: #dcdcde;
}
.main__product .box .features .elem__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main__product .box .features .elem__feature .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main__product .box .features .elem__feature .desc > p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #2d2b32;
}
.main__product .box .features .elem__feature .desc > span {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #4f4d55;
  display: block;
}
.article__wrapper
  .info__boxes
  > .elem__box.dark
  .content
  > .inner
  > .desc
  > .el
  > p,
.article__wrapper .info__boxes > .elem__box.dark .content > h2,
.article__wrapper .info__boxes > .elem__box.dark .controls > .outline-btn,
.article__wrapper .info__boxes > .elem__box.dark .head > h6 {
  color: #fff;
}
.main__product .box .features .elem__feature .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
}
.article__wrapper .cards__wrapper > .card .desc:first-child,
.article__wrapper
  .info__boxes
  > .elem__box
  .content
  > .inner
  > .desc:first-child {
  margin-right: 40px;
}
.main__product .box .features .elem__feature .icon img {
  min-width: 48px;
  max-width: 48px;
}
.main__product .box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
}
.main__product .box .title > p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #4f4d55;
}
.main__product .box .title > h6 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 44px;
  font-family: Satoshi, sans-serif;
  color: #2d2b32;
  font-weight: 700;
}
.main__product .head__image > img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}
.group__dropdown .dropdown__box {
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 2;
  min-width: 100%;
  padding: 7px;
  max-height: 240px;
  overflow-y: auto;
}
.group__dropdown .dropdown__box::-webkit-scrollbar {
  width: 4px;
}
.group__dropdown .dropdown__box::-webkit-scrollbar-thumb {
  background-color: #ff62ab;
  border-radius: 8px;
}
.group__dropdown .dropdown__box ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.group__dropdown .dropdown__box ul li {
  display: block;
  width: 100%;
}
.group__dropdown .dropdown__box ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 5px 7px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #2d2b32;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.group__dropdown > a {
  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;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 36px;
  padding-left: 16px;
  text-decoration: none;
  padding-right: 16px;
}
.group__dropdown > a.opened > img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.group__dropdown > a > span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  width: calc(100% - 20px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.group__dropdown > a > span.placeholder {
  color: #7f7d83;
}
.group__dropdown > a > img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.colored {
  background-color: #f9f9f9;
}
.article__wrapper {
  padding-top: 90px;
  padding-bottom: 0;
}
.article__wrapper .info__boxes > .elem__box {
  padding: 40px;
  border-radius: 24px;
  margin-bottom: 40px;
  background-color: #fff;
}
.article__wrapper .info__boxes > .elem__box.dark {
  background-color: #0a090b;
}
.article__wrapper
  .info__boxes
  > .elem__box.dark
  .content
  > .inner
  > .desc
  > .el
  > span {
  color: #c9c9cc;
}
.article__wrapper .info__boxes > .elem__box.dark .head {
  border-color: #2d2b32;
}
.article__wrapper .info__boxes > .elem__box.dark .head > p {
  color: #adacb0;
}
.article__wrapper .info__boxes > .elem__box .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}
.article__wrapper .info__boxes > .elem__box .controls > a {
  margin-right: 12px;
}
.article__wrapper .info__boxes > .elem__box .content > .inner,
.form__wrapper .outer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article__wrapper .info__boxes > .elem__box .content > .inner > .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.article__wrapper .info__boxes > .elem__box .content > .inner > .media > img {
  min-width: 460px;
  max-width: 460px;
  max-height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.article__wrapper .info__boxes > .elem__box .content > .inner > .desc {
  width: 100%;
  max-width: 465px;
}
.article__wrapper .info__boxes > .elem__box .content > .inner > .desc > .el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 96px;
  border-left: 4px solid var(--Gray-100, #f2f4f7);
  padding-left: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.article__wrapper
  .info__boxes
  > .elem__box
  .content
  > .inner
  > .desc
  > .el.current {
  border-color: #ff62ab;
}
.article__wrapper
  .info__boxes
  > .elem__box
  .content
  > .inner
  > .desc
  > .el
  > p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  color: #1d1c20;
}
.article__wrapper
  .info__boxes
  > .elem__box
  .content
  > .inner
  > .desc
  > .el
  > span {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #4f4d55;
  font-weight: 400;
}
.article__wrapper
  .info__boxes
  > .elem__box
  .content
  > .inner
  > .desc
  > .el:last-child,
.article__wrapper .info__boxes > .elem__box:last-child {
  margin-bottom: 0;
}
.article__wrapper .info__boxes > .elem__box .content > h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
.article__wrapper .info__boxes > .elem__box .head {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #ececed;
}
.article__wrapper .info__boxes > .elem__box .head > h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #101828;
}
.article__wrapper .cards__wrapper .card__full > p:last-child,
.article__wrapper .cards__wrapper > .card:last-child {
  margin-bottom: 0;
}
.article__wrapper .info__boxes > .elem__box .head > p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #475467;
}
.mariage__card .outer__card .desc .btn > a,
.mariage__cta .outer__box > .desc .btn > a {
  margin-right: 12px;
  min-height: 48px;
}
.article__wrapper .form__wrapper {
  padding-top: 130px;
  padding-bottom: 100px;
}
.article__wrapper .container {
  max-width: 1100px;
}
.article__wrapper .cards__wrapper .card__full {
  padding: 48px 64px;
  border-radius: 24px;
  background-color: #0a090b;
  margin-bottom: 40px;
}
.article__wrapper .cards__wrapper .card__full > p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #c9c9cc;
  font-weight: 400;
}
.article__wrapper .cards__wrapper .card__full .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 48px;
}
.article__wrapper .cards__wrapper .card__full .btn > a {
  min-height: 48px;
}
.article__wrapper .cards__wrapper .card__full > h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
}
.article__wrapper .cards__wrapper > .card {
  padding: 40px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.article__wrapper .cards__wrapper > .card.white {
  background-color: #fff;
}
.article__wrapper .cards__wrapper > .card.grey {
  background-color: #f0f0f0;
}
.article__wrapper .cards__wrapper > .card.dark {
  background-color: #0a090b;
}
.article__wrapper .cards__wrapper > .card.dark .desc > h6 {
  color: #fff;
}
.article__wrapper .cards__wrapper > .card.dark .desc > p {
  color: #adacb0;
}
.article__wrapper .cards__wrapper > .card .desc {
  max-width: 415px;
  margin-top: auto;
  margin-bottom: auto;
}
.article__wrapper .cards__wrapper > .card .desc > h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #101828;
}
.article__wrapper .cards__wrapper > .card .desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 24px;
}
.article__wrapper .cards__wrapper > .card .desc > p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  color: #475467;
}

.social__media {
  display: flex;
  align-items: center;
  justify-content: center; /* Center aligns the social media icons */
  width: 100%;
  margin-bottom: 20px;
}

.social__link {
  margin: 0 15px !important; /* Increase spacing between icons */
  font-size: 32px !important; /* Larger icon size for better visibility */
  text-decoration: none !important;
}

.social__link .fa-facebook-f { color: #1877f2 !important; } /* Facebook Blue */
.social__link .fa-instagram { color: #E1306C !important; } /* Instagram Magenta */
.social__link .fa-linkedin-in { color: #0077b5 !important; } /* LinkedIn Blue */

.article__wrapper .cards__wrapper > .card .desc > p:last-child,
.form__wrapper .outer__form > .desc > p:last-child,
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method:last-child,
.services__block .outer__services .content .desc > .elem:last-child {
  margin-bottom: 0;
}
.article__wrapper .cards__wrapper > .card .media {
  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;
  max-width: 480px;
  width: 100%;
}
.article__wrapper .cards__wrapper > .card .media img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__wrapper .header {
  margin-bottom: 60px;
  padding-bottom: 90px;
  border-bottom: 1px solid #ececed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.article__wrapper .header > span {
  display: block;
  text-align: left;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  font-family: Satoshi, sans-serif;
  color: #4f4d55;
  font-weight: 700;
  text-transform: uppercase;
}
.article__wrapper .header .btn {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.article__wrapper .header .btn > span {
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  color: #7f7d83;
  font-weight: 400;
}
.article__wrapper .header .btn > a {
  margin-bottom: 8px;
}
.article__wrapper .header > p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #4f4d55;
}
.article__wrapper .header > h2 {
  margin: 0 0 24px;
  font-size: 48px;
  line-height: 64px;
  color: #2d2b32;
  font-weight: 900;
  font-family: Satoshi, sans-serif;
  text-transform: uppercase;
}
.article__wrapper .header > h2.smaller {
  font-size: 32px;
  line-height: 42px;
}
.mariage__hero {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}
.mariage__hero > img {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100%;
  pointer-events: none;
}
.mariage__hero .outer__mariage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.mariage__hero .outer__mariage .desc {
  padding-top: 70px;
  text-align: left;
  max-width: 600px;
  width: 100%;
  margin-right: 40px;
}
.mariage__hero .outer__mariage .desc > span {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  color: #4f4d55;
  font-weight: 700;
  font-family: Satoshi, sans-serif;
  text-transform: uppercase;
}
.mariage__hero .outer__mariage .desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 60px;
}
.mariage__hero .outer__mariage .desc .btn > a {
  min-height: 48px;
}
.mariage__hero .outer__mariage .desc > p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #4f4d55;
}
.mariage__hero .outer__mariage .desc > h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  color: #2d2b32;
  font-family: Satoshi, sans-serif;
  text-transform: uppercase;
}
.mariage__hero .outer__mariage .media img {
  min-width: 330px;
  max-width: 330px;
}
.mariage__card {
  padding-top: 64px;
  padding-bottom: 80px;
}
.mariage__card .outer__card {
  padding: 22px 27px 22px 64px;
  border-radius: 28px;
  background-color: #f0f0f0;
  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;
}
.mariage__card .outer__card .desc {
  max-width: 510px;
  margin-right: 45px;
}
.mariage__card .outer__card .desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 32px;
}
.mariage__card .outer__card .desc > h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 36px;
  color: #1d1c20;
  font-weight: 600;
}
.mariage__card .outer__card .desc > p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #2d2b32;
  font-weight: 400;
}
.mariage__card .outer__card .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mariage__card .outer__card .media > img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 12px;
  min-width: 385px;
  max-width: 385px;
}
.form__wrapper.separate {
  padding-top: 70px;
  padding-bottom: 115px;
}
.form__wrapper .outer__form form {
  max-width: 440px;
  width: 100%;
}
.form__wrapper .outer__form form > .double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 24px;
}
.form__wrapper .outer__form form .group__submit > button {
  width: 100%;
  border-radius: 8px;
  min-height: 48px;
}
.form__wrapper .outer__form form .group__check {
  margin-bottom: 32px;
}
.form__wrapper .outer__form form > .group__input {
  margin-bottom: 24px;
}
.form__wrapper .outer__form form .group__input > p {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  font-weight: 500;
}
.form__wrapper .outer__form form .group__input > textarea {
  width: 100%;
  height: 134px;
  padding: 12px 14px;
  font-size: 16px;
  resize: none;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Base-White, #fff);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.form__wrapper .outer__form form .group__input > input {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Base-White, #fff);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.form__wrapper .outer__form > .desc {
  max-width: 520px;
}
.form__wrapper .outer__form > .desc > p {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #475467;
}
.form__wrapper .outer__form > .desc > h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  font-family: Satoshi, sans-serif;
  color: #2d2b32;
  text-transform: uppercase;
}
.mariage__cta {
  padding: 64px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mariage__cta .outer__box {
  border-radius: 28px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 9, 11, 0.05),
    0 2px 7px 0 rgba(10, 9, 11, 0.05), 0 2px 5px -2px rgba(10, 9, 11, 0.06);
  box-shadow: 0 0 0 1px rgba(10, 9, 11, 0.05), 0 2px 7px 0 rgba(10, 9, 11, 0.05),
    0 2px 5px -2px rgba(10, 9, 11, 0.06);
  padding: 64px;
  position: relative;
  overflow: hidden;
}
.mariage__cta .outer__box > img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 75%;
  pointer-events: none;
}
.mariage__cta .outer__box > .desc {
  max-width: 510px;
  position: relative;
  z-index: 2;
}
.mariage__cta .outer__box > .desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 32px;
}
.mariage__cta .outer__box > .desc > p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #475467;
  font-weight: 400;
}
.mariage__cta .outer__box > .desc > h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 38px;
  color: #101828;
  font-weight: 600;
}
.services__block {
  padding: 80px 0;
}
.services__block .outer__services .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
}
.services__block .outer__services .bottom.complex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services__block .outer__services .bottom.complex > p {
  margin: 0 15px 0 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #475467;
}
.services__block .outer__services .bottom.complex > .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.services__block .outer__services .bottom.complex > .controls > a {
  white-space: nowrap;
  margin-right: 12px;
  min-height: 48px;
}
.services__block .outer__services .bottom > .controls:first-child {
  margin-right: auto;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.services__block .outer__services .bottom > .controls:first-child > a {
  min-height: 48px;
  margin-right: 12px;
}
.services__block .outer__services .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services__block .outer__services .content .desc > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  min-height: 96px;
  padding: 10px 24px;
  border-left: 4px solid #f2f4f7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.services__block .outer__services .content .desc > .elem.current {
  border-color: #ff62ab;
}
.services__block .outer__services .content .desc > .elem > p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 28px;
  font-family: Satoshi, sans-serif;
  color: #18181b;
  font-weight: 700;
}
.services__block .outer__services .content .desc > .elem > span {
  font-size: 18px;
  line-height: 28px;
  color: #475467;
  font-weight: 400;
  display: block;
}
.services__block .outer__services .content .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 505px;
  max-width: 505px;
  position: relative;
}
.services__block .outer__services .content .media img {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
  max-width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
.services__block .outer__services .content .media:first-child {
  margin-right: 40px;
}
.services__block .outer__services .content .media:nth-child(2) {
  margin-left: 20px;
}
.services__block .outer__services > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 48px;
}
.services__block .outer__services > .top > h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #101828;
}
.services__block .outer__services > .top > p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #475467;
}
.services__block.grey {
  background-color: #f9f9f9;
}
.payment__form {
  padding-top: 70px;
  padding-bottom: 70px;
}
.payment__form .outer__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.payment__form .outer__payment .success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.payment__form .outer__payment .success .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.payment__form .outer__payment .success .desc > h6 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 44px;
  font-family: Satoshi, sans-serif;
  color: #2d2b32;
  font-weight: 700;
}
.payment__form .outer__payment .success .desc > p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #4f4d55;
}
.payment__form .outer__payment .success > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 24px;
}
.payment__form .outer__payment .success > span img {
  min-width: 56px;
  max-width: 56px;
}
.payment__form .outer__payment > form {
  width: 100%;
  margin-right: 100px;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method {
  margin-bottom: 12px;
  border-radius: 12px;
  border: 2px solid var(--Global-Neutral-Grey-500, #e6e6e6);
  background: var(--Base-White, #fff);
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method.current
  .head
  .right
  > span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content {
  max-width: 100%;
  padding: 8px 36px 24px;
}
.payment__form .outer__payment > form .fields > .group__input,
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content
  > .group__input {
  margin-bottom: 24px;
}
.gallery,
.gallery + .title,
.payment__form .outer__payment > form .fields .group__checkbox,
.payment__form .outer__payment > form .top {
  margin-bottom: 32px;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content
  .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content
  .card
  > .group__input {
  width: 100%;
  margin-right: 16px;
}
.gallery .slider__gallery--wrapper,
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content
  .card
  > .group__input.card__field {
  position: relative;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content
  .card
  > .group__input.card__field
  > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content
  .card
  > .group__input.card__field
  > span
  img {
  min-width: 34px;
  max-width: 34px;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content
  .card
  > .cvv,
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content
  .card
  > .expiry {
  min-width: 112px;
  max-width: 112px;
  margin-right: 16px;
}
.payment__form .outer__payment > form .fields .group__input > p,
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content
  .group__input
  > p {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  font-weight: 500;
}
.details__wrapper .faq__main .top > h6,
.details__wrapper .localization > .top > h6,
.details__wrapper .tarif__wrapper > h6,
.payment__form .outer__payment > form .payment__method .top > h6 {
  font-size: 24px;
  line-height: 32px;
  font-family: Satoshi, sans-serif;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .content
  .group__input
  > input {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Base-White, #fff);
  padding-left: 14px;
  padding-right: 14px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method.current {
  border-color: #ffc90c;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .head {
  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;
  cursor: pointer;
  padding: 16px;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .head
  .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 10px;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .head
  .left
  .radio {
  margin-right: 16px;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .head
  .left
  .radio
  p {
  margin: 0;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .head
  .left
  span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .head
  .left
  > p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #344054;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .head
  .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.payment__form
  .outer__payment
  > form
  .payment__method
  .methods
  > .elem__method
  .head
  .right
  span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.payment__form .outer__payment > form .payment__method .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
}
.payment__form .outer__payment > form .payment__method .top > h6 {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 700;
  color: #2d2b32;
}
.payment__form .outer__payment > form .payment__method .top > p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #4f4d55;
}
.payment__form .outer__payment > form .group__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}
.payment__form .outer__payment > form .group__submit > button {
  width: 100%;
  height: 48px;
  border-radius: 8px;
}
.details__wrapper .faq__main .top > h6,
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .company__info
  .list
  > p:last-child,
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .reserver
  ul
  > li:last-child,
.payment__form .outer__payment .total .table__list .list > .el:last-child {
  margin-bottom: 0;
}
.payment__form
  .outer__payment
  > form
  .fields
  .group__input
  .group__dropdown
  .dropdown__box {
  top: 49px;
}
.payment__form
  .outer__payment
  > form
  .fields
  .group__input
  .group__dropdown
  .dropdown__box
  ul
  li
  a {
  font-size: 15px;
  line-height: 19px;
}
.payment__form
  .outer__payment
  > form
  .fields
  .group__input
  .group__dropdown
  > a {
  min-height: 44px;
  border-color: #d0d5dd;
  background-color: transparent;
}
.payment__form .outer__payment .total .media,
.payment__form .outer__payment .total .table__list,
.payment__form .outer__payment .total > .title {
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6e6;
}
.payment__form
  .outer__payment
  > form
  .fields
  .group__input
  .group__dropdown
  > a
  span {
  font-size: 16px;
}
.payment__form .outer__payment > form .fields .group__input textarea {
  width: 100%;
  height: 134px;
  resize: none;
  padding: 12px 14px;
  font-size: 16px;
  outline: 0;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Base-White, #fff);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.payment__form .outer__payment > form .fields .group__input > input {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Base-White, #fff);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.payment__form .outer__payment > form .fields .triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 24px;
}
.payment__form .outer__payment > form .fields .double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 24px;
}
.payment__form .outer__payment > form .top > h6 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 32px;
  font-family: Satoshi, sans-serif;
  color: #2d2b32;
  font-weight: 700;
}
.payment__form .outer__payment > form .top > p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #4f4d55;
}
.payment__form .outer__payment .total {
  min-width: 270px;
  max-width: 270px;
  border-radius: 8px;
  border: 1px solid var(--Global-Neutral-Grey-500, #e6e6e6);
  background: #fff;
  -webkit-box-shadow: 0 0 0 4px #ffc90c, 0 0 0 1px #fff;
  box-shadow: 0 0 0 4px #ffc90c, 0 0 0 1px #fff;
}
.payment__form .outer__payment .total .total__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.payment__form .outer__payment .total .total__row > p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #2d2b32;
  font-weight: 400;
}
.payment__form .outer__payment .total .total__row > span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #2d2b32;
}
.payment__form .outer__payment .total .table__list.price .list > .el > p {
  color: #2d2b32;
}
.payment__form .outer__payment .total .table__list.price .list > .el > span {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #2d2b32;
}
.payment__form .outer__payment .total .table__list .list > .el {
  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;
  margin-bottom: 12px;
}
.payment__form .outer__payment .total .table__list .list > .el > p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #4f4d55;
}
.payment__form .outer__payment .total .table__list .list > .el > span {
  font-size: 14px;
  line-height: 20px;
  color: #2d2b32;
}
.payment__form .outer__payment .total .table__list > p {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #7f7d83;
  font-weight: 400;
}
.payment__form .outer__payment .total .media > p {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #4f4d55;
}
.payment__form .outer__payment .total .media .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.payment__form .outer__payment .total .media .image > img {
  max-width: 100%;
}
.payment__form .outer__payment .total .media > span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #7f7d83;
}
.payment__form .outer__payment .total > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.payment__form .outer__payment .total > .title > p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #4f4d55;
}
.radio [type="radio"]:checked,
.radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio [type="radio"]:checked + label,
.radio [type="radio"]:not(:checked) + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.radio [type="radio"]:checked + label:before {
  background-color: #ff62ab !important;
  border-color: #ff62ab !important;
}
.details__wrapper .main__info,
.details__wrapper .tarif__wrapper .tarif__box > table > tbody > tr td,
.gallery + .title {
  border-bottom: 1px solid #e6e6e6;
}
.radio [type="radio"]:checked + label:before,
.radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  min-width: 18px;
  min-height: 18px;
  border: 1px solid #d0d5dd;
  border-radius: 100%;
  background: #fff;
}
.radio [type="radio"]:checked + label:after,
.radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/checka.svg") center/14px no-repeat;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .reserver
  .btn
  > a:hover,
.info__tarif .bottom__controls .desc > a:hover,
.info__tarif .bottom__controls > a:hover,
.info__tarif .element .head > .right > a:hover {
  opacity: 0.7;
}
.gallery {
  margin-top: 20px;
}
.gallery + .title {
  padding-bottom: 24px;
}
.gallery:first-child {
  margin-top: 0;
  margin-bottom: 18px;
}
.gallery .slider__gallery--wrapper .next__button,
.gallery .slider__gallery--wrapper .prev__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 250px;
  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;
  background-color: #f1f1f1;
  z-index: 3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery .slider__gallery--wrapper .prev__button {
  left: -16px;
}
.gallery .slider__gallery--wrapper .next__button {
  right: -16px;
}
.gallery .slider__gallery--wrapper .next__button:hover,
.gallery .slider__gallery--wrapper .prev__button:hover {
  background-color: #eceaea;
}
.gallery .slider__gallery .slick-slide {
  -webkit-transition: opacity 0.3s linear 0.5s;
  transition: opacity 0.3s linear 0.5s;
  margin: 0 6px;
}
.gallery .slider__gallery .slick-slide:not(.slick-current) {
  opacity: 0.45;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.gallery .slider__gallery .slick-list {
  padding: 0 20% 0 0 !important;
  margin: 0 -6px;
}
.gallery .slider__gallery .el {
  max-width: 100%;
  height: 0;
  padding-bottom: 74%;
  cursor: pointer;
  position: relative;
}
.gallery .slider__gallery .el img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.gallery .main__image {
  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;
  margin-bottom: 12px;
}
.gallery .main__image > img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.details__wrapper {
  padding-top: 48px;
  padding-bottom: 75px;
}
.details__wrapper .tarif__wrapper {
  margin-top: 60px;
}
.details__wrapper .tarif__wrapper > h6 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #1d1c20;
  font-weight: 700;
}
.details__wrapper .tarif__wrapper .tarif__box {
  width: 100%;
  overflow-x: auto;
}
.details__wrapper .tarif__wrapper .tarif__box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.details__wrapper .tarif__wrapper .tarif__box::-webkit-scrollbar-thumb {
  background-color: #ff62ab;
  border-radius: 8px;
}
.details__wrapper .tarif__wrapper .tarif__box > table {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  border-spacing: 0px;
  min-width: 810px;
  width: 100%;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table.list
  tr:nth-child(odd)
  td {
  background-color: #f8f8f8;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr:last-child
  td {
  border-bottom: 0;
}
.details__wrapper .tarif__wrapper .tarif__box > table > tbody > tr > td {
  vertical-align: top;
  padding: 16px;
  border-right: 1px solid #e6e6e6;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td:last-child {
  border-right: 0px;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .reserver {
  width: 150px;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .reserver
  ul {
  padding: 0 0 0 14px;
  margin: 0;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .reserver
  ul
  > li {
  font-size: 13px;
  line-height: 16px;
  color: #4f4d55;
  font-weight: 500;
  margin-bottom: 4px;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .reserver
  .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .reserver
  .btn
  > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  border-radius: 40px;
  text-decoration: none;
  background-color: #ff62ab;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .reserver
  .btn
  > a.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.details__wrapper .tarif__wrapper .tarif__box > table > tbody > tr > td .price {
  width: 155px;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .price
  .tax
  > span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #7f7d83;
  font-style: italic;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .price
  > span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #adacb0;
  text-decoration: line-through;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .price
  .two__places {
  margin-bottom: 10px;
}
.details__wrapper .gallery,
.details__wrapper .localization > .top {
  margin-bottom: 24px;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .price
  .two__places
  > p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #f75656;
  font-weight: 500;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .price
  > p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: #4f4d55;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .price
  > p
  span {
  color: #4f4d55;
  font-size: 16px;
  font-weight: 600;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .hotel__info {
  max-width: 220px;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .hotel__info
  > p {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  color: #4f4d55;
  font-weight: 600;
  margin-bottom: 0;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .hotel__info
  > span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4f4d55;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .company__info {
  width: 160px;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .company__info
  .list
  > p {
  margin-top: 0;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 13px;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .company__info
  .list
  > p
  span.green {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  border-radius: 250px;
  margin-right: 8px;
  background-color: #14ad4d;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .company__info
  .list
  > p
  span.red {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  border-radius: 250px;
  margin-right: 8px;
  background-color: #f75656;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .company__info
  .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.details__wrapper .faq__main .top,
.details__wrapper .main__info > .right {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.details__wrapper
  .tarif__wrapper
  .tarif__box
  > table
  > tbody
  > tr
  > td
  .company__info
  .media
  > img {
  max-width: 116px;
}
.details__wrapper .tarif__wrapper .tarif__box > table > tbody > th {
  padding: 12px 24px;
  background-color: #ca1d6d;
  text-align: left;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.details__wrapper .tarif__wrapper .tarif__box > table > tbody > th:last-child {
  border-right: 0px;
  border-top-right-radius: 8px;
}
.details__wrapper .tarif__wrapper .tarif__box > table > tbody > th p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}
.details__wrapper .tarif__wrapper .tarif__box > table > tbody > th:first-child {
  border-top-left-radius: 8px;
}
.details__wrapper .localization {
  margin-top: 74px;
}
.details__wrapper .localization > .top > h6 {
  margin: 0;
  color: #1d1c20;
  font-weight: 700;
}
.details__wrapper .faq__main {
  margin-top: 56px;
}
.details__wrapper .faq__main .top {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.details__wrapper .faq__main .top > h6 {
  margin-top: 0;
  color: #1d1c20;
  font-weight: 700;
}
.details__wrapper .faq__main .top > p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  color: #4f4d55;
  font-weight: 500;
}
.details__wrapper .details__info .content {
  padding: 24px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.details__wrapper .details__info .content .area > p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #4f4d55;
}
.details__wrapper .details__info .content .area > p:last-child,
.faq__wrapper .elem__faq .content > p:last-child {
  margin-bottom: 0;
}
.details__wrapper .details__info > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.details__wrapper .details__info > .top > ul {
  padding: 4px;
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 8px;
  background-color: #f8f8f8;
}
.faq__wrapper .elem__faq > .head > span,
.info__tarif .element .head > .right,
.info__tarif .element .head > .right > a,
.info__tarif table tr td > select.drop,
.info__tarif table tr td > select.drop span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
}
.details__wrapper .details__info > .top > ul > li {
  margin-right: 4px;
}
.details__wrapper .details__info > .top > ul > li > a {
  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;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  color: #7f7d83;
  font-weight: 500;
  border-radius: 6px;
  min-width: 144px;
  min-height: 38px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.details__wrapper .details__info > .top > ul > li > a.current,
.details__wrapper .details__info > .top > ul > li > a:hover {
  color: #2d2b32;
  background-color: #fff;
}
.details__wrapper .main__info {
  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;
  padding-bottom: 28px;
  margin-bottom: 17px;
}
.details__wrapper .main__info > .right {
  text-align: left;
  padding: 7px 16px;
  border-radius: 8px;
  background-color: #ff62ab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.details__wrapper .main__info > .right > span {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.details__wrapper .main__info > .right > p {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.details__wrapper .main__info > .right > p span {
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
}
.details__wrapper .main__info > .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 15px;
}
.details__wrapper .main__info > .left > h6 {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #2d2b32;
  line-height: 40px;
}
.details__wrapper .main__info > .left > p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #4f4d55;
}
.details__wrapper .container {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.faq__wrapper .elem__faq {
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #ececed;
}
.faq__wrapper .elem__faq .content > p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4f4d55;
}
.faq__wrapper .elem__faq > .head,
.info__tarif .bottom__controls {
  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;
}
.faq__wrapper .elem__faq > .head > p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #2d2b32;
}
.faq__wrapper .elem__faq > .head > span {
  display: inline-flex;
  margin-left: 12px;
}
.map {
  border-radius: 12px;
  border: 3px solid #ffc90c;
  overflow: hidden;
  margin-top: 24px;
}
.map #mapbox {
  height: 350px;
  width: 100%;
}
.info__tarif table {
  width: 100%;
  border: 1px solid #c9c9cc;
  border-radius: 8px;
  border-spacing: 0px;
  margin-bottom: 25px;
}
.info__tarif table tr:last-child td {
  border-bottom: 0 !important;
}
.info__tarif table tr td {
  padding: 8px 16px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6 !important;
}
.info__tarif table tr td:last-child {
  border-right: 0px;
}
.info__tarif table tr td.title__row {
  width: 390px;
}
.info__tarif table tr td > span {
  color: #4f4d55;
  font-size: 13px;
  font-weight: 600;
}
.info__tarif table tr td > p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  max-width: 320px;
  color: #4f4d55;
  font-weight: 500;
}
.info__tarif table tr td > select.drop {
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  color: #4f4d55;
  font-weight: 500;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: 0 0;
  border: 0;
  outline: 0;
  padding-right: 20px;
}
.info__tarif table tr td > select.drop span {
  display: inline-flex;
  position: relative;
  top: -1px;
}
.info__tarif table tr th {
  padding: 8px 16px;
  background-color: #ececed;
  border-right: 1px solid #c9c9cc;
  text-align: left;
}
.info__tarif table tr th:first-child {
  border-top-left-radius: 8px;
}
.info__tarif table tr th:last-child {
  border-top-right-radius: 8px;
  border-right: 0px;
}
.info__tarif table tr th p {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  color: #4f4d55;
  font-weight: 600;
}
.info__tarif .element > .title > p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #4f4d55;
  font-weight: 600;
}
.info__tarif .element .head {
  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;
  margin-bottom: 16px;
}
.info__tarif .element .head > .right {
  display: inline-flex;
}
.info__tarif .element .head > .right > a {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  min-height: 38px;
  background-color: #f1f1f1;
  font-size: 15px;
  line-height: 22px;
  color: #4f4d55;
  font-weight: 500;
  border-radius: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info__tarif .element .head > .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.info__tarif .element .head > .left > p {
  margin: 0 16px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #344054;
  font-weight: 500;
}
.info__tarif .element .head > .left > select {
  width: 200px;
  outline: 0;
  height: 38px;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 35px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 24px;
  color: #4f4d55;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url("../img/arrowselect.svg") 0 0/20px no-repeat;
  background-position: calc(100% - 8px) center;
}
.info__tarif .bottom__controls .desc > a,
.info__tarif .bottom__controls > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  text-decoration: none;
  border-radius: 250px;
  font-size: 14px;
  line-height: 18px;
}
.info__tarif .bottom__controls .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.info__tarif .bottom__controls .desc > a {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 36px;
  min-width: 150px;
  background-color: #ff62ab;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info__tarif .bottom__controls .desc > p {
  margin: 0 12px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #2d2b32;
  font-weight: 600;
}
.info__tarif .bottom__controls > a {
  display: inline-flex;
  padding: 8px 14px;
  color: #2d2b32;
  font-weight: 600;
  background-color: #ececed;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1440px) {
  .cta__wrapper .outer__cta .float {
    right: 50px;
  }
}
@media (max-width: 1200px) {
  .main__product .head__image > img {
    height: 400px;
  }
  .contact__us .outer__contact .media {
    max-width: calc(100% - 520px);
  }
  header .outer__header .menu__wrapper > ul > li {
    margin-right: 17px;
  }
  .adventure__block .adventure__slider .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .destination__slider .outer__destination > .top .left > h6,
  .head__block > h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .destination__slider .outer__destination > .top .left > span,
  .head__block > span {
    font-size: 14px;
    line-height: 24px;
  }
}
.form__wrapper .outer__form > .desc {
  width: 100%;
  margin-right: 60px;
}
@media (max-width: 991px) {
  .details__wrapper .faq__main,
  .details__wrapper .localization,
  .details__wrapper .tarif__wrapper {
    margin-top: 40px;
  }
  .article__wrapper .cards__wrapper .card__full .btn,
  .article__wrapper .header .btn {
    margin-top: 25px;
  }
  .details__wrapper .gallery .slider__gallery--wrapper {
    width: 100%;
  }
  .details__wrapper .faq__main .top > h6,
  .details__wrapper .localization > .top > h6,
  .plans__wrapper .outer__plans .grid .elem .info > h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .contact__us .outer__contact .desc form .group__check,
  .details__wrapper .localization > .top {
    margin-bottom: 16px;
  }
  .details__wrapper .tarif__wrapper > h6 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .payment__form .outer__payment .success .desc > h6 {
    font-size: 24px;
    line-height: 30px;
  }
  .payment__form .outer__payment .success .desc > p {
    font-size: 16px;
    line-height: 22px;
  }
  .payment__form .outer__payment .success > span {
    margin-right: 16px;
  }
  .payment__form .outer__payment .success {
    margin-bottom: 20px;
  }
  .payment__form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .payment__form .outer__payment > form {
    margin-right: 40px;
  }
  .payment__form .outer__payment > form .fields .double,
  .payment__form .outer__payment > form .fields .triple {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
  .services__block .outer__services .bottom.complex > p {
    font-size: 16px;
    line-height: 26px;
  }
  .services__block .outer__services .content .desc > .elem {
    min-height: 0;
    padding: 10px 15px;
  }
  .form__wrapper.separate {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .mariage__cta,
  .mariage__hero {
    padding: 35px 0;
  }
  .mariage__cta .outer__box {
    padding: 45px;
  }
  .article__wrapper .cards__wrapper .card__full > h6,
  .article__wrapper .cards__wrapper > .card .desc > h6,
  .article__wrapper .info__boxes > .elem__box .head > h6,
  .mariage__cta .outer__box > .desc > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .mariage__cta .outer__box > .desc > p {
    font-size: 16px;
    line-height: 26px;
  }
  .mariage__cta .outer__box > img {
    max-width: 60%;
  }
  .article__wrapper .info__boxes > .elem__box .content > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article__wrapper .info__boxes > .elem__box .content > .inner > .media {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 25px;
  }
  .article__wrapper .info__boxes > .elem__box .content > .inner > .desc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
    width: 100%;
  }
  .main__product .box,
  .product__search .outer__product .products__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .article__wrapper
    .info__boxes
    > .elem__box
    .content
    > .inner
    > .desc:first-child {
    margin-right: 0;
  }
  .article__wrapper
    .info__boxes
    > .elem__box
    .content
    > .inner
    > .desc:nth-child(2) {
    margin-left: 0;
  }
  .article__wrapper .info__boxes > .elem__box .content > .inner > .media > img {
    min-width: 0;
    max-width: 100%;
    max-height: none;
    width: 100%;
  }
  .article__wrapper .info__boxes > .elem__box {
    padding: 25px;
  }
  .article__wrapper .info__boxes > .elem__box .head {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .article__wrapper .info__boxes > .elem__box .content > h2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .article__wrapper .header > h2.smaller {
    font-size: 26px;
    line-height: 34px;
  }
  .article__wrapper .cards__wrapper .card__full > p,
  .article__wrapper .header > span {
    font-size: 16px;
    line-height: 24px;
  }
  .article__wrapper .cards__wrapper .card__full {
    padding: 30px 40px;
  }
  .article__wrapper .header {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .article__wrapper .header > h2 {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 15px;
  }
  .article__wrapper .header > p {
    font-size: 16px;
    line-height: 22px;
  }
  .article__wrapper .cards__wrapper > .card {
    padding: 25px;
  }
  .article__wrapper .cards__wrapper > .card .media {
    min-width: 300px;
  }
  .article__wrapper .cards__wrapper > .card .desc > p {
    font-size: 16px;
    line-height: 24px;
  }
  .article__wrapper .cards__wrapper > .card .media img {
    height: 300px;
  }
  .form__wrapper .outer__form > .desc > p {
    font-size: 18px;
    line-height: 26px;
  }
  .form__wrapper .outer__form > .desc > h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .article__wrapper {
    padding-top: 50px;
  }
  .form__wrapper {
    padding-bottom: 50px;
    padding-top: 80px;
  }
  .gallery .slider__gallery--wrapper .next__button {
    right: 5px;
  }
  .gallery .slider__gallery--wrapper,
  .main__product .box .element__info .program__box {
    width: calc(100% + 15px);
  }
  .main__product .box {
    padding: 25px 0;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main__product .box .side {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .main__product .box > .content {
    width: 100%;
  }
  .main__product .head__image > img {
    height: 350px;
  }
  .product__search
    .outer__product
    .products__inner
    .products__main
    .products__list {
    grid-column-gap: 12px;
    grid-row-gap: 15px;
  }
  .menu__button,
  .product__search .outer__product .products__inner .filter > .title a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .contact__us .outer__contact .media,
  .overlay {
    display: none;
  }
  .product__search .outer__product .products__inner {
    flex-direction: column;
  }
  .menu__button > a,
  header .outer__header .menu__wrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .product__search .outer__product .products__inner .filter {
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
    position: fixed;
    bottom: -100%;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    z-index: 3;
    left: 0;
  }
  .product__search .outer__product .products__inner .filter::-webkit-scrollbar {
    width: 4px;
  }
  .product__search
    .outer__product
    .products__inner
    .filter::-webkit-scrollbar-thumb {
    background-color: #ff62ab;
    border-radius: 8px;
  }
  .product__search .outer__product .flight__wrapper {
    margin-bottom: 40px;
    margin-top: 25px;
  }
  .contact__us .outer__contact .desc .top,
  .services__block .outer__services > .top {
    margin-bottom: 25px;
  }
  .head__block,
  .product__search .outer__product .products__inner .products__main > .top {
    margin-bottom: 15px;
  }
  .product__search .outer__product > .top__part {
    padding-left: 0;
  }
  .product__search .outer__product > .top__part > h6 {
    font-size: 26px;
    line-height: 36px;
  }
  .payment__form .outer__payment > form .top > p,
  .product__search .outer__product > .top__part > span {
    font-size: 16px;
    line-height: 24px;
  }
  .product__search {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .contact__us .outer__contact .desc {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .contact__us {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact__us .outer__contact .desc .top > h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .contact__us .outer__contact .desc .top > p {
    font-size: 17px;
    line-height: 26px;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .menu__button > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu__button > a > span {
    min-width: 24px;
    min-height: 2px;
    background-color: #ff62ab;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 5px;
    top: 0;
    bottom: auto;
  }
  .menu__button > a > span:last-child {
    top: auto;
    bottom: 0;
    margin-bottom: 0;
  }
  .hero__section .outer__hero > h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .hero__section .outer__hero > span {
    font-size: 20px;
    line-height: 24px;
  }
  .flight__wrapper .element .fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 14px;
    grid-column-gap: 8px;
  }
  .flight__wrapper .element .fields > div.group__input {
    max-width: 100%;
  }
  .hero__section {
    padding-top: 120px;
  }
  .hero__section .flight__wrapper {
    margin-top: 0;
  }
  header .outer__header .menu__wrapper {
    position: fixed;
    top: 0;
    right: -290px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    width: 290px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 4;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
  }
  header .outer__header .menu__wrapper > a {
    margin-top: 20px;
    width: 100%;
  }
  header .outer__header .menu__wrapper > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-item: flex-start;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  header .outer__header .menu__wrapper > ul > li > a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  header .outer__header .menu__wrapper > ul > li:last-child {
    margin-bottom: 0;
  }
  .info__box .outer__learn {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .info__box .outer__learn .media > img {
    max-width: 420px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .logos__box .outer__logos > .elem__logo img {
    max-width: 150px;
  }
  .logos__box .outer__logos {
    padding: 24px 0;
  }
  .cta__wrapper {
    margin-top: 15px;
  }
  .adventure__block {
    padding: 15px 0;
  }
  .adventure__block .adventure__slider .slick-list {
    padding: 0 30% 0 0 !important;
  }
  footer .menu {
    padding: 0;
  }
  .cta__wrapper .outer__cta > h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .cta__wrapper .outer__cta {
    max-width: 400px;
  }
  .plans__wrapper {
    padding-bottom: 15px;
  }
  .destination__slider {
    padding-top: 140px;
  }
  header .outer__header .menu__wrapper > ul > li.dropdown .dropdown__box {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    display: none;
    opacity: 1;
    pointer-events: initial;
    -webkit-transition: none;
    transition: none;
  }
  header
    .outer__header
    .menu__wrapper
    > ul
    > li.dropdown
    .dropdown__box
    ul
    > li
    > a {
    padding: 5px 0;
  }
  header .outer__header .menu__wrapper > ul > li.dropdown:hover > a,
  header .outer__header .menu__wrapper > ul > li > a:hover {
    color: #2d2b32;
  }
  header .outer__header .menu__wrapper > ul > li.dropdown:hover > a span,
  header .outer__header .menu__wrapper > ul > li > a:hover span {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  header
    .outer__header
    .menu__wrapper
    > ul
    > li.dropdown:hover
    > a
    span
    svg
    path,
  header .outer__header .menu__wrapper > ul > li > a:hover span svg path {
    stroke: #2d2b32;
  }
  header .outer__header .menu__wrapper > ul > li > a.opened {
    color: #ff62ab !important;
  }
  header .outer__header .menu__wrapper > ul > li > a.opened span {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }
  header .outer__header .menu__wrapper > ul > li > a.opened span svg path {
    stroke: #ff62ab !important;
  }
  header .outer__header .menu__wrapper > ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mariage__hero .outer__mariage .media img {
    min-width: 270px;
    max-width: 270px;
  }
  .mariage__hero .outer__mariage .desc {
    padding-top: 0;
    max-width: 500px;
  }
  .mariage__hero .outer__mariage .desc > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .mariage__hero .outer__mariage .desc > p {
    font-size: 16px;
    line-height: 22px;
  }
  .mariage__hero .outer__mariage .desc .btn {
    margin-top: 30px;
  }
  .mariage__hero .outer__mariage {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mariage__card .outer__card {
    padding: 22px 25px;
  }
  .mariage__card .outer__card .desc > p {
    font-size: 16px;
    line-height: 26px;
  }
  .mariage__card .outer__card .media > img {
    min-width: 320px;
    max-width: 320px;
  }
  .mariage__card .outer__card .desc > h6 {
    font-size: 24px;
    line-height: 30px;
  }
  .mariage__card .outer__card .desc .btn {
    margin-top: 24px;
  }
  .mariage__card {
    padding: 40px 0;
  }
  .services__block {
    padding: 45px 0;
  }
  .services__block .outer__services > .top > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .services__block .outer__services .content .desc > .elem > p {
    font-size: 19px;
    line-height: 26px;
  }
  .services__block .outer__services .content .desc > .elem > span,
  .services__block .outer__services > .top > p {
    font-size: 16px;
    line-height: 26px;
  }
  .services__block .outer__services .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services__block .outer__services .content .media {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .services__block .outer__services .content .media img {
    width: 100%;
    height: auto;
    position: static;
  }
  .services__block .outer__services .bottom,
  .services__block .outer__services .content .media {
    margin-top: 25px;
  }
  .article__wrapper .info__boxes > .elem__box .content > .inner > .desc > .el {
    padding-left: 15px;
  }
  .payment__form .outer__payment > form .top > h6 {
    font-size: 27px;
    line-height: 34px;
  }
  .details__wrapper {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
@media (max-width: 840px) {
  .details__wrapper .tarif__wrapper .tarif__box {
    width: calc(100% + 15px);
  }
}
@media (max-width: 767px) {
    .hero__section {
        height: 320px;
    }
    .destination__slider{
        padding-top: 30px;
    }
  .payment__form .outer__payment > form .fields .double,
  .payment__form .outer__payment > form .fields .triple {
    grid-row-gap: 16px;
    margin-bottom: 16px;
  }
  .logos__box .outer__logos,
  .plans__wrapper .outer__plans .grid,
  .product__search
    .outer__product
    .products__inner
    .products__main
    .products__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .details__wrapper .main__info > .left > h6 {
    font-size: 24px;
    line-height: 29px;
  }
  .details__wrapper .main__info > .left > p,
  .details__wrapper .main__info > .right > span {
    font-size: 14px;
    line-height: 20px;
  }
  .details__wrapper .main__info > .right > p span {
    font-size: 24px;
    line-height: 28px;
  }
  .details__wrapper .main__info > .right > p {
    font-size: 16px;
    line-height: 20px;
  }
  .details__wrapper .main__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .details__wrapper .main__info > .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .details__wrapper .main__info > .right {
    margin-right: auto;
  }
  .details__wrapper .gallery .slider__gallery--wrapper {
    width: calc(100% + 15px);
  }
  .article__wrapper .cards__wrapper > .card .desc > h6,
  .article__wrapper .info__boxes > .elem__box .content > h2,
  .article__wrapper .info__boxes > .elem__box .head > h6,
  .payment__form .outer__payment > form .payment__method .top > h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .payment__form .outer__payment > form .top {
    margin-bottom: 24px;
  }
  .mariage__card .outer__card .desc > h6,
  .mariage__cta .outer__box > .desc > h2 {
    margin-bottom: 10px;
  }
  .main__product .box .title,
  .payment__form .outer__payment > form .fields > .group__input {
    margin-bottom: 16px;
  }
  .payment__form .outer__payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .payment__form .outer__payment .total {
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    max-width: 440px;
    width: 100%;
    margin-bottom: 30px;
  }
  .payment__form .outer__payment .total .media .image > img {
    width: 100%;
  }
  .services__block .outer__services .bottom.complex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .services__block .outer__services .bottom.complex > p {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .mariage__card,
  .services__block {
    padding: 25px 0;
  }
  .form__wrapper.separate {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .mariage__cta .outer__box {
    padding: 30px;
  }
  .info__box .outer__learn .media,
  .mariage__cta .outer__box > img {
    display: none;
  }
  .info__box .outer__learn .desc,
  .mariage__cta .outer__box > .desc {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .mariage__cta .outer__box > .desc .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
  .mariage__hero {
    padding-bottom: 20px;
  }
  .mariage__card .outer__card .desc {
    margin-right: 0;
    max-width: 100%;
    margin-top: 20px;
  }
  .article__wrapper .cards__wrapper > .card .desc .btn,
  .article__wrapper .header .btn,
  .mariage__card .outer__card .desc .btn {
    margin-top: 15px;
  }
  .mariage__card .outer__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 20px;
  }
  .cta__wrapper .outer__cta,
  .main__product .box .features,
  .mariage__hero .outer__mariage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .mariage__card .outer__card .media {
    width: 100%;
  }
  .mariage__card .outer__card .media img {
    width: 100%;
    border-radius: 10px;
  }
  .mariage__card .outer__card .media > img {
    min-width: 0;
    max-width: 100%;
  }
  .mariage__hero > img {
    max-width: 100%;
  }
  .mariage__hero .outer__mariage .media img {
    width: 100%;
    min-width: 0;
    max-width: 340px;
  }
  .destination__slider .outer__destination > .top,
  .mariage__hero .outer__mariage .desc > h2 {
    margin-bottom: 15px;
  }
  .mariage__hero .outer__mariage .desc {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .mariage__hero .outer__mariage .media {
    width: 100%;
  }
  .mariage__hero .outer__mariage {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article__wrapper .info__boxes > .elem__box .head > p {
    font-size: 16px;
    line-height: 26px;
  }
  .article__wrapper
    .info__boxes
    > .elem__box
    .content
    > .inner
    > .desc
    > .el
    > p {
    font-size: 18px;
    line-height: 24px;
  }
  .article__wrapper
    .info__boxes
    > .elem__box
    .content
    > .inner
    > .desc
    > .el
    > span {
    font-size: 16px;
    line-height: 24px;
  }
  .article__wrapper .header > h2.smaller {
    font-size: 22px;
    line-height: 28px;
  }
  .article__wrapper .cards__wrapper .card__full {
    padding: 25px;
  }
  .article__wrapper .header {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .article__wrapper .header > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .article__wrapper {
    padding-top: 35px;
  }
  .article__wrapper .cards__wrapper > .card,
  .form__wrapper .outer__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__wrapper .outer__form > .desc {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .form__wrapper .outer__form form {
    max-width: 100%;
  }
  .article__wrapper .cards__wrapper > .card .media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .article__wrapper .cards__wrapper > .card .media > img {
    height: auto;
  }
  .article__wrapper .cards__wrapper > .card .desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 100%;
  }
  .article__wrapper .cards__wrapper > .card .desc:nth-child(2) {
    margin-left: 0;
  }
  .article__wrapper .cards__wrapper > .card .desc:first-child {
    margin-right: 0;
  }
  .gallery .main__image > img {
    height: 340px;
  }
  .main__product .box .features {
    padding: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main__product .box .features .spacer {
    display: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    min-height: 0;
  }
  .main__product .box .title > h6 {
    font-size: 26px;
    line-height: 32px;
  }
  .main__product .box .title > p {
    font-size: 16px;
    line-height: 22px;
  }
  .pagination {
    margin-top: 25px;
  }
  .pagination ul > li {
    margin-right: 6px;
  }
  .pagination ul > li.dots,
  .pagination ul > li > a {
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
  }
  .pagination ul > li > a svg {
    width: 10px;
  }
  .pagination ul > li.dots img {
    max-width: 14px;
  }
  .hero__section {
    padding-top: 80px;
  }
  .hero__section .outer__hero > h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .destination__slider .outer__destination .slider .elem > a p {
    font-size: 17px;
  }
  .info__box .outer__learn .desc .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logos__box .outer__logos {
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .plans__wrapper .outer__plans .grid .elem:nth-child(odd):last-child {
    position: relative;
    left: 50%;
  }
  .adventure__slider {
    margin-left: -15px;
    width: calc(100% + 30px) !important;
  }
  .adventure__block .adventure__slider .slick-list {
    padding: 0 5% !important;
  }
  .cta__wrapper .outer__cta .float {
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 15px;
  }
  .cta__wrapper > img {
    height: 100%;
  }
  .cta__wrapper .outer__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .cta__wrapper .outer__cta > h2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cta__wrapper .outer__cta > p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .cta__wrapper .outer__cta > .btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .cta__wrapper .outer__cta .btn,
  footer .bottom ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer {
    padding-top: 30px;
  }
  footer .bottom {
    margin-top: 18px;
  }
  footer .menu {
    grid-template-columns: 1fr;
    text-align: center;
    grid-row-gap: 30px;
  }
  .info__box {
    padding: 16px 0;
  }
  .plans__wrapper {
    padding-top: 16px;
  }
  .destination__slider {
    padding-bottom: 16px;
  }
}
@media (max-width: 640px) {
  .flight__wrapper .element .type .list > .el:last-child,
  .payment__form
    .outer__payment
    > form
    .payment__method
    .methods
    > .elem__method
    .content
    .card
    > .group__input:last-child {
    margin-bottom: 0;
  }
  .gallery + .title,
  .payment__form
    .outer__payment
    > form
    .payment__method
    .methods
    > .elem__method
    .content
    > .group__input {
    margin-bottom: 16px;
  }
  .details__wrapper .details__info > .top > ul {
    min-width: 100%;
    overflow-x: auto;
  }
  .details__wrapper .details__info > .top > ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .details__wrapper .details__info > .top > ul::-webkit-scrollbar-thumb {
    background-color: #ff62ab;
    border-radius: 8px;
  }
  .payment__form
    .outer__payment
    > form
    .payment__method
    .methods
    > .elem__method
    .content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .main__product .box .element__info > .list > .elem,
  .payment__form
    .outer__payment
    > form
    .payment__method
    .methods
    > .elem__method
    .content
    .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payment__form
    .outer__payment
    > form
    .payment__method
    .methods
    > .elem__method
    .content
    .card
    > .group__input {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 16px;
  }
  .main__product .box .element__info > .list > .elem > .controls {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .main__product .box .element__info > .list > .elem > .desc {
    border-right: 0px;
    border-bottom: 1px solid #e6e6e6;
  }
  .main__product .head__image > img {
    height: 280px;
  }
  .gallery .main__image > img {
    height: 300px;
  }
  .product__search .outer__product .products__inner .products__main > .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flight__wrapper .element {
    padding: 20px 15px;
  }
  .flight__wrapper .element .type {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flight__wrapper .element .type > p {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .flight__wrapper .element .type .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flight__wrapper .element .type .list > .el {
    margin-bottom: 5px;
  }
  .flight__wrapper .element .fields,
  .plans__wrapper .outer__plans .grid {
    grid-template-columns: 1fr;
  }
  .flight__wrapper .element .fields .group__submit button {
    width: 100%;
  }
  .plans__wrapper .outer__plans .grid .elem:nth-child(odd):last-child {
    left: 0;
  }
  .gallery + .title {
    padding-bottom: 16px;
  }
  .article__wrapper .info__boxes > .elem__box .controls {
    margin-top: 15px;
  }
  .payment__form .outer__payment > form .payment__method .top {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .details__wrapper .details__info .content {
    padding: 16px;
  }
  .payment__form .outer__payment .success .desc > p {
    font-size: 14px;
    line-height: 20px;
  }
  .payment__form .outer__payment .success .desc > h6 {
    font-size: 20px;
    line-height: 26px;
  }
  .payment__form
    .outer__payment
    > form
    .payment__method
    .methods
    > .elem__method
    .head
    .left
    > p {
    font-size: 14px;
    line-height: 19px;
  }
  .services__block .outer__services .bottom.complex > .controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .mariage__card .outer__card .desc .btn,
  .mariage__cta .outer__box > .desc .btn {
    -ms-flex-direction: column;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .services__block .outer__services .bottom.complex > .controls > a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .article__wrapper .info__boxes > .elem__box .controls > a:last-child,
  .mariage__card .outer__card .desc .btn > a:last-child,
  .mariage__cta .outer__box > .desc .btn > a:last-child,
  footer .bottom ul > li:last-child {
    margin-bottom: 0;
  }
  .services__block .outer__services .bottom.complex > .controls > a:last-child {
    margin-right: 0;
  }
  .mariage__cta .outer__box > .desc .btn {
    flex-direction: column;
  }
  .mariage__cta .outer__box > .desc .btn > a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mariage__cta .outer__box {
    padding: 20px;
  }
  .mariage__card .outer__card {
    padding: 20px 15px;
  }
  .mariage__card .outer__card .desc .btn {
    flex-direction: column;
  }
  .mariage__card .outer__card .desc .btn > a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .article__wrapper .info__boxes > .elem__box .controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .article__wrapper .info__boxes > .elem__box .controls > a {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .article__wrapper .cards__wrapper .card__full,
  .article__wrapper .cards__wrapper > .card,
  .article__wrapper .info__boxes > .elem__box {
    padding: 15px;
    border-radius: 15px;
  }
  .article__wrapper .cards__wrapper > .card .media,
  .flight__wrapper .element .fields > div.group__input.longer {
    min-width: 0;
  }
  .form__wrapper .outer__form form > .double {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    margin-bottom: 16px;
  }
  .form__wrapper .outer__form form > .group__input {
    margin-bottom: 16px;
  }
  .form__wrapper .outer__form form .group__check {
    margin-bottom: 24px;
  }
  .form__wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .main__product .box .element__info > .list > .elem > .desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .main__product .box .element__info > .list > .elem > .desc > .media > img {
    max-width: 100%;
    width: 100%;
  }
  .main__product .box .element__info > .list > .elem > .desc > .media {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .main__product .head__image > img {
    height: 220px;
  }
  .element__info .map #mapbox {
    height: 280px;
  }
  .info__box .outer__learn .desc > h6,
  .main__product .box .element__info .top > h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .main__product .box .element__info {
    margin-bottom: 25px;
  }
  .faq__wrapper .elem__faq,
  .logos__box {
    padding: 15px 0;
  }
  .gallery .main__image > img {
    height: 250px;
  }
  .main__product .box .title > h6 {
    font-size: 22px;
    line-height: 28px;
  }
  .main__product .box .features .elem__feature .desc > p {
    font-size: 16px;
    line-height: 22px;
  }
  .main__product .box .features .elem__feature .icon {
    margin-right: 10px;
  }
  .main__product .box .features .elem__feature .icon img {
    min-width: 40px;
    max-width: 40px;
  }
  .product__search
    .outer__product
    .products__inner
    .products__main
    > .top
    > h6 {
    margin-bottom: 7px;
  }
  .product__search
    .outer__product
    .products__inner
    .products__main
    > .top
    .sort
    > a {
    margin-bottom: 5px;
  }
  .product__search
    .outer__product
    .products__inner
    .products__main
    > .top
    .sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product__search
    .outer__product
    .products__inner
    .products__main
    > .top
    .sort
    > .spacer {
    display: none;
  }
  .pagination ul > li {
    margin-right: 4px;
  }
  .pagination ul > li.dots,
  .pagination ul > li > a {
    min-width: 23px;
    max-width: 23px;
    min-height: 23px;
    max-height: 23px;
    font-size: 12px;
  }
  .product__search
    .outer__product
    .products__inner
    .products__main
    .products__list {
    grid-template-columns: 1fr;
  }
  .contact__us .outer__contact .desc .top > h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .contact__us .outer__contact .desc .top > p {
    font-size: 15px;
    line-height: 24px;
  }
  .contact__us {
    padding: 20px 0;
  }
  .contact__us .outer__contact .desc .top {
    margin-bottom: 15px;
  }
  .contact__us .outer__contact .desc .double {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    margin-bottom: 16px;
  }
  .contact__us .outer__contact .desc form > .group__input {
    margin-bottom: 16px;
  }
  .flight__wrapper .switcher ul > li a {
    min-width: 90px;
  }
  .destination__slider .outer__destination > .top,
  footer .bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .destination__slider .outer__destination > .top .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .destination__slider .outer__destination > .top .right {
    margin-left: auto;
  }
  .adventure__block .adventure__slider .elem__slide > .inn .desc > span {
    -webkit-line-clamp: 10;
  }
  .logos__box .outer__logos > .elem__logo img {
    max-width: 120px;
  }
  .destination__slider .outer__destination > .top .left > h6,
  .head__block > h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .destination__slider .outer__destination > .top .left > span,
  .head__block > span {
    font-size: 13px;
    line-height: 23px;
  }
  .adventure__block .adventure__slider .elem__slide > .inn {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .adventure__block .adventure__slider .elem__slide > .inn .desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .adventure__block .adventure__slider .elem__slide > .inn .media {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .cta__wrapper {
    padding: 30px 0;
  }
  .cta__wrapper .outer__cta > h2 {
    font-size: 21px;
    line-height: 26px;
  }
  .cta__wrapper .outer__cta .float img {
    max-width: 150px;
  }
  footer .bottom ul > li {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 400px) {
  .gallery .main__image > img {
    height: 220px;
  }
}

@media (max-width: 600px) {
    .product__search:before {
        height: 100px;
    }
}
@media (max-width: 360px) {
  .gallery .main__image > img {
    height: 190px;
  }
}



.content-section {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  text-align: justify;
  font-family: Arial, sans-serif; /* Simple and standard font */
}

/* Heading styles */
.about-title h1 {
  text-align: center;
  font-weight: normal; /* Normal font-weight */
}
.about-title {
position: relative; /* Establish a positioning context */
padding-block: 10rem;
margin: 0;
text-align: center;
color: white;
}

.about-title::before {
content: ""; /* Creates the pseudo-element */
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(https://i.ibb.co/3FtN9yV/image.png);
background-position: center;
background-size: cover;
filter: brightness(0.5);
z-index: 1; /* Place it below the content */
}

.about-title h1 {
position: relative; /* Keep the h1 above the pseudo-element */
z-index: 2;
color: white;
}
/* Mobile specific styles */
@media (max-width: 768px) {
  .content-section {
      padding: 15px;
      font-size: 16px; /* Slightly smaller font size on mobile */
      line-height: 1.5; /* Optimal line-height for readability */
      word-spacing: normal; /* Remove additional word spacing if any */
  }

  .content-section h1, h2 {
      font-size: 20px; /* Larger font size for headings */
  }
}




.open-popup-btn {
  padding: 10px 20px;
  background-color: #ff62ab;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.open-popup-btn:hover {
  background-color: #ff439b;
}

/* Popup Modal CSS (DISABLED - no longer used)
------------------------------------------------------------ */
/*
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content {
  position: relative;
  display: block;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.close-popup-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.popup-content input,
.popup-content select,
.popup-content button:not(.close-popup-btn) {
  width: 100%;
  box-sizing: border-box;
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.popup-header h2 {
  margin: 0;
  font-size: 20px;
}

.close-popup-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
*/

/* Form Styling */
.form-container form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.form-container .input-group {
  display: flex;
  flex-direction: column;
}

.form-container label {
  font-weight: bold;
  margin-bottom: 5px;
}

.form-container input, button {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-container input:focus {
  border-color: #ff62ab;
  outline: none;
}

.form-container button {
  grid-column: span 3;
  background-color: #ff62ab;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.form-container button:hover {
  background-color: #ff2a8d;
}

@media (max-width: 768px) {
  .form-container form {
    grid-template-columns: 1fr;
  }
  .form-container button {
    grid-column: span 1;
  }
}



.card-container {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}


.room{
  display: flex;
  justify-content: space-between;
  background: #f3f3f3;
  padding-block: 20px;
  padding-inline: 8px;
}

.card-container .card {
  display: flex;
  flex-direction: column;
  width: 40%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.card-container .card:hover {
  transform: translateY(-5px);
}

.card-container .card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #333;
}

.card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}

.cta-button {
  text-decoration: none;
  background-color: #ff62ab;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #bb0057;
}

/* Popup autocomplete UI (DISABLED - no longer used)
------------------------------------------------------------ */
/*
#suggestions {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  margin-top: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  display: none;
  position: absolute;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#suggestions option {
  padding: 10px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#suggestions option:hover {
  background-color: #f0f0f0;
  color: #007BFF;
}

#searchTerm {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  position: relative;
}

#suggestions:empty {
  display: none;
}

#searchTerm:focus {
  border-color: #007BFF;
  outline: none;
}

.form-container {
  position: relative;
}
*/

.card-content ul {
  list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-content ul li {
  background-color: #f9f9f9;
  padding: 5px;
  margin: 3px 0;
  border-radius: 4px;
  font-size: 14px;
}