/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-size: 16px;
  }
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/*--- Common Classes---------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  transform: translateY(-2px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #808080;
}

*:hover {
  transition-duration: 0.2s;
}

.img-responsive {
  max-width: 100%;
}

.text-size-1 {
  font-size: calc(28px + 17 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-size: 45px;
  }
}

.text-size-2 {
  font-size: calc(22px + 6 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-2 {
    font-size: 28px;
  }
}

.text-size-3 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-3 {
    font-size: 20px;
  }
}

.text-size-4 {
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-size-4 {
    font-size: 18px;
  }
}

.text-size-5 {
  font-size: calc(20px + 0 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .text-size-5 {
    font-size: 20px;
  }
}

.text-size-6 {
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-size: 18px;
  }
}

.text-size-7 {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-size-7 {
    font-size: 16px;
  }
}

.text-size-8 {
  font-size: calc(13px + 1 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-size: 14px;
  }
}

.color-linear {
  background: linear-gradient(180deg, #00FFF0 0%, #00B7AC 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-bland-1 {
  color: #1A1A1A;
}

.color-bland-2 {
  color: rgba(255, 255, 255, 0.99);
}

.color-bland-3 {
  color: #00FFF0;
}

.color-white {
  color: #b9e0f2;
}

.b-radius-4 {
  border-radius: 4px;
  overflow: hidden;
}

.b-radius-12 {
  border-radius: 12px;
  overflow: hidden;
}

.quantity-block, .collapsed-input-block button, .input-block input,
.input-block textarea,
.input-block select {
  width: 100%;
  padding: calc(10px + 6 * (100vw - 390px) / 1010);
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  line-height: 1;
  background: rgba(255, 255, 255, 0.97);
  color: #1A1A1A;
  border: 1px solid #79747e;
  border-radius: 4px;
}
@media (min-width: 1400px) {
  .quantity-block, .collapsed-input-block button, .input-block input,
  .input-block textarea,
  .input-block select {
    padding: 16px;
  }
}
@media (min-width: 1400px) {
  .quantity-block, .collapsed-input-block button, .input-block input,
  .input-block textarea,
  .input-block select {
    font-size: 16px;
  }
}

.quantity-block label, .collapsed-input-block label, .input-block label {
  padding: 0 2px;
  background: rgba(255, 255, 255, 0.97);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 1;
  transform: translateY(-50%);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(170px + 0 * (100vw - 390px) / 1010);
  max-width: 100%;
  padding-top: calc(7px + 3 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 6 * (100vw - 390px) / 1010);
  padding-bottom: calc(7px + 3 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 6 * (100vw - 390px) / 1010);
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
  background: linear-gradient(180deg, #00FFF0 0%, #00B7AC 100%);
  border: 1px solid #00FFF0;
  border-radius: 4px;
  color: #1A1A1A;
  transition: 0.3s all ease;
}
@media (min-width: 1400px) {
  .button {
    width: 170px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-right: 16px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-left: 16px;
  }
}
@media (min-width: 1400px) {
  .button {
    font-size: 16px;
  }
}
.button:hover {
  transform: scale(1.05);
}
.button._disabled {
  pointer-events: none;
  opacity: 0.5;
}
.button._transparent {
  background: transparent;
  border: 1px solid #ddd;
  color: #1A1A1A;
}
.button._w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.button._w-100 {
  width: 100%;
}

.input-block {
  width: 100%;
  position: relative;
}
.input-block input.error,
.input-block textarea.error,
.input-block select.error {
  border-color: #FF756C;
}
.input-block._required label::after {
  content: "*";
}

.label-for-checkbox {
  display: flex;
}
.label-for-checkbox input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
}

select {
  padding: 8px 10px;
  padding-top: calc(5px + 3 * (100vw - 390px) / 1010);
  padding-bottom: calc(5px + 3 * (100vw - 390px) / 1010);
  outline: none;
  border: 0.5px solid #1A1A1A;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  line-height: 1;
}
@media (min-width: 1400px) {
  select {
    padding-top: 8px;
  }
}
@media (min-width: 1400px) {
  select {
    padding-bottom: 8px;
  }
}
@media (min-width: 1400px) {
  select {
    font-size: 18px;
  }
}

.collapsed-input-block {
  width: 100%;
  position: relative;
}
.collapsed-input-block button {
  display: flex;
  align-items: center;
  text-align: start;
  gap: 8px;
  font-family: inherit !important;
  position: relative;
}
.collapsed-input-block button::before {
  font-family: "Icomoon";
  font-size: 22px;
  background: linear-gradient(180deg, #00FFF0 0%, #00B7AC 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.collapsed-input-block button p {
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.collapsed-input-block .collapse-block {
  width: auto;
  min-width: 100%;
  margin-top: 10px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 3;
}
.collapsed-input-block .collapse-block .collapse-block__content .list {
  display: grid;
}
.collapsed-input-block .collapse-block .collapse-block__content .list > li:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
.collapsed-input-block .collapse-block .collapse-block__content .list > li > button {
  border: none;
}
.collapsed-input-block .collapse-block .collapse-block__content .list > li > button:hover {
  background-color: rgba(26, 26, 26, 0.06);
}
.collapsed-input-block .collapse-block .collapse-block__content .flatpickr-calendar {
  margin: 0 auto;
}
@media (min-width: 991.9px) {
  .collapsed-input-block .collapse-block {
    position: absolute;
    box-shadow: 0px 2px 4px 0px rgba(26, 26, 26, 0.1);
  }
  .collapsed-input-block .collapse-block .collapse-block__content {
    padding: 10px;
  }
}

.quantity-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
}
.quantity-block input {
  width: 100%;
  text-align: center;
  padding: 0;
  border: none;
  font-weight: 400;
  color: #1A1A1A;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  line-height: 1;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  -moz-appearance: textfield;
}
@media (min-width: 1400px) {
  .quantity-block input {
    font-size: 16px;
  }
}
.quantity-block input::-webkit-outer-spin-button, .quantity-block input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-block .quantity-block__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  cursor: pointer;
}
.quantity-block .quantity-block__button::before {
  font-family: "Icomoon";
  display: block;
}
.quantity-block .quantity-block__button.__minus::before {
  content: "\e91b";
}
.quantity-block .quantity-block__button.__plus::before {
  content: "\e91c";
}
.quantity-block .quantity-block__button.__disabled {
  pointer-events: none;
  opacity: 0.5;
}

.quantity {
  display: flex;
  align-items: center;
}
.quantity .quantity-button {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(15px + 0 * (100vw - 390px) / 1010);
  color: #1A1A1A;
  background-color: transparent;
  border-radius: 0px;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .quantity .quantity-button {
    font-size: 15px;
  }
}
.quantity .quantity-button.quantity-add::before {
  content: "\e908";
  font-family: "icomoon";
}
.quantity .quantity-button.quantity-remove::before {
  content: "\ea0b";
  font-family: "icomoon";
}
.quantity .quantity-input {
  width: 37px;
  height: 37px;
  margin: 0 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  color: #1A1A1A;
  border-radius: 15px;
  border: 0.5px solid #1A1A1A;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  -moz-appearance: textfield;
}
.quantity .quantity-input::-webkit-outer-spin-button, .quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.logo {
  max-width: 100%;
  display: flex;
  width: auto;
  height: calc(40px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logo {
    height: 60px;
  }
}
.logo .logo__inner {
  width: 100%;
  display: flex;
}
.logo .logo__inner img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-menu-button {
  display: block;
  padding: 10px;
  padding-inline-start: 0;
  font-size: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.99);
}
.header-menu-button::before {
  content: "\e932";
  font-family: "icomoon" !important;
  display: block;
}
.header-menu-button:focus {
  color: rgba(255, 255, 255, 0.99);
}
.header-menu-button:hover {
  color: rgba(255, 255, 255, 0.99);
}

.search-block {
  padding: 10px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0px 2px 4px 0px rgba(26, 26, 26, 0.1);
}
.search-block .block-title {
  margin-bottom: calc(10px + 2 * (100vw - 390px) / 1010);
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
  background: linear-gradient(180deg, #00FFF0 0%, #00B7AC 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1400px) {
  .search-block .block-title {
    margin-bottom: 12px;
  }
}
@media (min-width: 1400px) {
  .search-block .block-title {
    font-size: 18px;
  }
}
.search-block .flatpickr-input {
  height: 0;
  padding: 0;
  border: none;
}
.search-block .phone-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 991.9px) {
  .search-block .phone-block > p {
    display: none;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
  color: #00D2C6;
}
@media (min-width: 1400px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
.breadcrumbs > *:not(a) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  width: -moz-fit-content;
  width: fit-content;
  color: #00D2C6;
}
.breadcrumbs span.icon {
  font-size: calc(9px + 3 * (100vw - 390px) / 1010);
  line-height: 1;
  color: #00D2C6;
  margin: 0 5px;
}
@media (min-width: 1400px) {
  .breadcrumbs span.icon {
    font-size: 12px;
  }
}
.breadcrumbs span.icon::before {
  content: "\e900";
  font-family: "icomoon";
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion .accordion-item {
  margin-bottom: calc(5px + 5 * (100vw - 390px) / 1010);
  background-color: transparent;
  border-top: none;
  border-bottom: 1px solid #000000;
}
@media (min-width: 1400px) {
  .accordion .accordion-item {
    margin-bottom: 10px;
  }
}
.accordion .accordion-item:last-child {
  border-bottom: 1px solid #000000;
}
.accordion .accordion-button {
  padding-top: calc(14px + 0 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 30 * (100vw - 390px) / 1010);
  padding-bottom: calc(14px + 0 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 30 * (100vw - 390px) / 1010);
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.97);
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-top: 14px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-bottom: 14px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    padding-left: 40px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    font-size: 18px;
  }
}
.accordion .accordion-button::after {
  width: auto;
  height: auto;
  padding: 0 10px;
  content: "\e903";
  font-family: "icomoon";
  line-height: 1;
  background: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.accordion .accordion-button:focus {
  box-shadow: none;
  border-color: inherit;
}
.accordion .accordion-body {
  padding-top: calc(20px + 5 * (100vw - 390px) / 1010);
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .accordion .accordion-body {
    padding-top: 25px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-body {
    font-size: 16px;
  }
}

.tabs-block .nav-pills .nav-link {
  padding: 15px;
  min-width: 200px;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #1A1A1A;
  background-color: transparent;
  color: #1A1A1A;
}
.tabs-block .nav-pills .nav-link.active {
  background-color: #1A1A1A;
  color: rgba(255, 255, 255, 0.99);
}
.tabs-block .tab-content {
  padding-top: calc(10px + 40 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 90 * (100vw - 390px) / 1010);
  padding-bottom: calc(10px + 40 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 90 * (100vw - 390px) / 1010);
  background-color: #e5e1e6;
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-right: 100px;
  }
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .tabs-block .tab-content {
    padding-left: 100px;
  }
}

.stars-block {
  display: flex;
  align-items: center;
  gap: 4px;
}
.stars-block p {
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  font-weight: 500;
}
.stars-block .stars {
  display: flex;
}
.stars-block .stars span {
  display: block;
}
.stars-block .stars span::before {
  content: "\e938";
  font-family: "Icomoon";
  background: linear-gradient(180deg, #00FFF0 0%, #00B7AC 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
}

.location-block {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 500;
}
.location-block p {
  opacity: 0.75;
}
.location-block::before {
  content: "\e930";
  font-family: "Icomoon";
  display: block;
  background: linear-gradient(180deg, #00FFF0 0%, #00B7AC 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}

.rating-block {
  display: flex;
  align-items: center;
  gap: 4px;
}
.rating-block .value {
  display: block;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.rating-block p {
  font-size: 12px;
  font-weight: 500;
  color: #777;
}
.rating-block p > span {
  font-weight: 700;
  color: #1A1A1A;
}

.price-block {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  line-height: 1;
}
.price-block .value {
  font-size: 32px;
  font-weight: 700;
}
.price-block > span {
  font-size: 16px;
  font-weight: 700;
  color: #777;
}

.text-content > *:not(:last-child) {
  margin-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content > *:not(:last-child) {
    margin-bottom: 20px;
  }
}

.wishlist-button,
.share-button,
.phone-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.wishlist-button::before,
.share-button::before,
.phone-button::before {
  font-family: "Icomoon";
  display: block;
  font-size: 20px;
}

.wishlist-button::before {
  content: "\e921";
}

.share-button {
  background-color: transparent;
}
.share-button::before {
  content: "\e936";
}

.phone-button::before {
  content: "\e942";
}

.share-block {
  position: relative;
}
.share-block .share-options {
  padding: 10px 0;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.97);
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-gallery {
    gap: 20px;
  }
}
.product-gallery .main-image {
  grid-column: span 2;
}
.product-gallery .main-image .video-block {
  width: 100%;
  padding-bottom: 49%;
  position: relative;
}
.product-gallery .main-image .video-block video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: absolute;
}
.product-gallery .show-more-button {
  position: absolute;
  bottom: calc(5px + 15 * (100vw - 390px) / 1010);
  left: calc(5px + 15 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-gallery .show-more-button {
    bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .product-gallery .show-more-button {
    left: 20px;
  }
}
.product-gallery .responsive-image:nth-child(n+6) {
  display: none;
}
@media (min-width: 991.9px) {
  .product-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .product-gallery .main-image {
    grid-row: span 2;
  }
  .product-gallery .main-image .video-block {
    padding-bottom: 100%;
  }
}

.variations-block {
  display: grid;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .variations-block {
    gap: 20px;
  }
}
.variations-block .item .item-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.variations-block .item .item-content .title {
  display: flex;
  align-items: center;
}
.variations-block .item .item-content .price-block .value {
  font-size: calc(22px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .variations-block .item .item-content .price-block .value {
    font-size: 28px;
  }
}
@media (max-width: 576.9px) {
  .variations-block .button {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.facilities-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.facilities-block .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.facilities-block .item .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.facilities-block .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.map-block {
  width: 100%;
}
.map-block .map-block__inner {
  width: 100%;
  padding-bottom: 53%;
  background-color: #79747e;
  border-radius: 16px;
  overflow: hidden;
}
.map-block .acf-map {
  width: 100%;
  padding-bottom: 53%;
  margin: 0;
  height: auto;
  border: none;
  position: relative;
  overflow: hidden;
}

.responsive-image {
  width: 100%;
}
.responsive-image .responsive-image__inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.responsive-image .responsive-image__inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-wrapper {
  display: grid;
  gap: 20px;
}

.location-card {
  display: flex;
  align-items: center;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .location-card {
    gap: 20px;
  }
}
.location-card .image {
  width: 50%;
  min-width: 50%;
  border-radius: 8px;
  overflow: hidden;
}
.location-card .image .image-inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.location-card .image .image-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-card .content h6 {
  font-size: 16px;
  font-weight: 600;
}
.location-card .content > span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.75;
}

.stay-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  padding: calc(10px + 10 * (100vw - 390px) / 1010);
  min-height: calc(358px + 32 * (100vw - 390px) / 1010);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 1400px) {
  .stay-card {
    padding: 20px;
  }
}
@media (min-width: 1400px) {
  .stay-card {
    min-height: 390px;
  }
}
.stay-card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 50.9%, #1a1a1a 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.stay-card .content {
  width: 100%;
  z-index: 1;
  color: rgba(255, 255, 255, 0.99);
}
.stay-card .content .information {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.stay-card .content .information h3 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .stay-card .content .information h3 {
    font-size: 20px;
  }
}
.stay-card .content .information .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .stay-card .content .information .description {
    font-size: 16px;
  }
}
.stay-card .content .information .per {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.stay-card .content .information .value {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 22px;
  font-weight: 600;
}
.stay-card .content .button {
  width: 100%;
  margin-top: 15px;
}

.place-card-wrapper {
  width: 100%;
}
.place-card-wrapper .place-card .facilities-block {
  margin-bottom: 30px;
}
.place-card-wrapper .place-card-additional {
  display: none;
}
@media (min-width: 991.9px) {
  .place-card-wrapper {
    display: flex;
    gap: 20px;
  }
  .place-card-wrapper .place-card {
    flex: 1;
  }
  .place-card-wrapper .place-card-additional {
    display: block;
    width: 265px;
    padding: 20px;
    border-radius: 12px 0px 0px 12px;
    box-shadow: 0px 2px 4px 0px rgba(26, 26, 26, 0.1);
  }
  .place-card-wrapper .place-card-additional .facilities-block {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    height: 100%;
  }
}

.place-card {
  display: flex;
  flex-direction: column;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.99);
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px rgba(26, 26, 26, 0.1);
  overflow: hidden;
}
.place-card .place-card__image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.place-card .place-card__image .place-card__image-inner {
  border-radius: 8px;
  padding-top: 62.8571428571%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.place-card .place-card__image .place-card__image-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.place-card .place-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.place-card .place-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.place-card .place-card__header h3 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .place-card .place-card__header h3 {
    font-size: 20px;
  }
}
.place-card .place-card__header .price-block .value {
  font-size: 24px;
}
.place-card .place-card__header .price-block > span {
  font-size: 14px;
}
.place-card .place-card__header .location-block {
  font-size: 12px;
}
.place-card .place-card__header .phone-extension span {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .place-card .place-card__header .phone-extension span {
    font-size: 18px;
  }
}
.place-card .place-card__details {
  padding-bottom: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .place-card .place-card__details {
    padding-bottom: 20px;
  }
}
.place-card .place-card__details .phone-extension {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
}
.place-card .place-card__details .phone-extension span {
  line-height: 0;
  width: 0;
  visibility: hidden;
}
.place-card .place-card__details .phone-extension::after {
  content: "\e942";
  font-family: "Icomoon";
  display: block;
  padding: 5px;
  font-size: 14px;
  background-color: #00FFF0;
  border: 0.5px solid #00FFF0;
  border-radius: 4px;
  color: #1A1A1A;
}
.place-card .place-card__actions {
  display: flex;
  justify-content: space-between;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
  padding-top: calc(10px + 10 * (100vw - 390px) / 1010);
  border-top: 1px solid rgba(26, 26, 26, 0.25);
}
@media (min-width: 1400px) {
  .place-card .place-card__actions {
    gap: 20px;
  }
}
@media (min-width: 1400px) {
  .place-card .place-card__actions {
    padding-top: 20px;
  }
}
.place-card .place-card__actions .button {
  width: 100%;
}
@media (min-width: 991.9px) {
  .place-card {
    flex-direction: row;
    padding: 0;
    box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05);
    border-radius: 0;
  }
  .place-card .place-card__image {
    width: 40%;
    margin-bottom: 0;
  }
  .place-card .place-card__image .place-card__image-inner {
    height: 100%;
    min-height: 273px;
    border-radius: 12px 0px 0px 12px;
    padding-top: 0;
  }
  .place-card .place-card__content {
    width: 60%;
    padding: 20px;
  }
}

.popular-card {
  height: 100%;
  min-height: 486px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.popular-card .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.popular-card .image .image__inner {
  height: inherit;
}
.popular-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular-card .content {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(10px + 10 * (100vw - 390px) / 1010);
  color: rgba(255, 255, 255, 0.99);
  background: linear-gradient(180deg, #1a1a1a 0%, rgba(26, 26, 26, 0) 53.09%);
  position: relative;
  z-index: 2;
}
@media (min-width: 1400px) {
  .popular-card .content {
    padding: 20px;
  }
}
.popular-card .content h4 {
  font-size: calc(26px + 14 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .popular-card .content h4 {
    font-size: 40px;
  }
}
.popular-card .content .price-label {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 19px;
  border-radius: 12px;
  background: linear-gradient(180deg, #00FFF0 0%, #00B7AC 100%);
  color: #1A1A1A;
}
.popular-card .content .price-label .from {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.popular-card .content .price-label .value {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.popular-card .content .description {
  margin-top: 15px;
}
.popular-card .content .button {
  width: 100%;
}
@media (min-width: 991.9px) {
  .popular-card {
    min-height: 450px;
  }
}

.plan-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(12px + 13 * (100vw - 390px) / 1010);
  padding-top: calc(40px + 0 * (100vw - 390px) / 1010);
  border-radius: 20px;
  border: 1px solid #00FFF0;
  background-color: #191919;
  color: rgba(255, 255, 255, 0.99);
  position: relative;
}
@media (min-width: 1400px) {
  .plan-card {
    padding: 25px;
  }
}
@media (min-width: 1400px) {
  .plan-card {
    padding-top: 40px;
  }
}
.plan-card .label {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 5px 20px;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  text-transform: uppercase;
  background-color: #00FFF0;
  color: #2a2a2a;
  border-radius: 20px;
  border: 1px solid #00FFF0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1400px) {
  .plan-card .label {
    font-size: 16px;
  }
}
.plan-card .title {
  text-align: center;
  margin-bottom: calc(26px + 6 * (100vw - 390px) / 1010);
  font-size: 32px;
}
@media (min-width: 1400px) {
  .plan-card .title {
    margin-bottom: 32px;
  }
}
.plan-card .card-content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-card .card-content .price {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: calc(52px + 9 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .card-content .price {
    font-size: 61px;
  }
}
.plan-card .card-content .price span {
  font-size: calc(20px + 3 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .card-content .price span {
    font-size: 23px;
  }
}
.plan-card .card-content .price span.currency {
  font-size: calc(36px + 6 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .card-content .price span.currency {
    font-size: 42px;
  }
}
.plan-card .card-content .description {
  text-align: center;
  margin-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
  color: rgba(255, 255, 255, 0.99);
}
@media (min-width: 1400px) {
  .plan-card .card-content .description {
    margin-bottom: 20px;
  }
}
.plan-card .card-content .list {
  margin-bottom: calc(20px + 15 * (100vw - 390px) / 1010);
  color: rgba(255, 255, 255, 0.99);
}
@media (min-width: 1400px) {
  .plan-card .card-content .list {
    margin-bottom: 35px;
  }
}
.plan-card .card-content .list li::before {
  content: "\ea10";
  font-family: "Icomoon";
  display: inline-block;
  margin-inline-end: 5px;
  font-size: 15px;
  color: #00FFF0;
}
.plan-card .card-content .list li:not(:last-child) {
  margin-bottom: calc(4px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .plan-card .card-content .list li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.plan-card .card-content .button {
  margin-top: auto;
}
@media (min-width: 991.9px) {
  .plan-card {
    transition: 0.3s all ease;
  }
  .plan-card .title {
    font-size: calc(18px + 0 * (100vw - 390px) / 1010);
    font-weight: 500;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .plan-card .title {
    font-size: 18px;
  }
}
@media (min-width: 991.9px) {
  .plan-card._labeled .label {
    top: -30px;
    z-index: 1;
  }
  .plan-card._labeled::before {
    content: "";
    width: calc(100% + 2px);
    height: calc(45px + 10 * (100vw - 390px) / 1010);
    transform: translateY(-100%);
    background-color: #191919;
    border: 1px solid #00FFF0;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    position: absolute;
    top: calc(12px + 13 * (100vw - 390px) / 1010);
    left: -1px;
    transition: 0.3s all ease;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .plan-card._labeled::before {
    height: 55px;
  }
}
@media (min-width: 991.9px) and (min-width: 1400px) {
  .plan-card._labeled::before {
    top: 25px;
  }
}
@media (min-width: 991.9px) {
  .plan-card:hover {
    background-color: #00FFF0;
    color: #2a2a2a;
  }
  .plan-card:hover .card-content .description {
    color: #2a2a2a;
  }
  .plan-card:hover .card-content .list {
    color: #2a2a2a;
  }
  .plan-card:hover .card-content .list li::before {
    color: #2a2a2a;
  }
  .plan-card:hover .card-content .button {
    background-color: #2a2a2a;
    color: #1A1A1A;
  }
  .plan-card:hover._labeled .label {
    background-color: #2a2a2a;
    color: rgba(255, 255, 255, 0.99);
  }
  .plan-card:hover._labeled::before {
    background-color: #00FFF0;
  }
}

.checkout-summary {
  padding: calc(10px + 10 * (100vw - 390px) / 1010);
  border-radius: 12px;
  box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05);
}
@media (min-width: 1400px) {
  .checkout-summary {
    padding: 20px;
  }
}
.checkout-summary .devider {
  display: block;
  margin: 16px 0;
  border-bottom: 1px solid rgba(0, 255, 240, 0.25);
}
.checkout-summary .devider._gray {
  border-bottom: 1px solid rgba(26, 26, 26, 0.25);
}
.checkout-summary .checkout-products {
  display: grid;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .checkout-summary .checkout-products {
    gap: 20px;
  }
}
.checkout-summary .checkout-products .product {
  display: flex;
  justify-content: space-between;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .checkout-summary .checkout-products .product {
    gap: 20px;
  }
}
.checkout-summary .checkout-products .product .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
}
.checkout-summary .checkout-products .product .image {
  width: 40%;
  max-width: 120px;
  min-width: 120px;
}
.checkout-summary .checkout-products .product .image .image-inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.checkout-summary .checkout-products .product .image .image-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.checkout-summary .checkout-summary__rows {
  display: grid;
  gap: 16px;
}
.checkout-summary .checkout-summary__rows .summary-row {
  display: flex;
  justify-content: space-between;
}
.checkout-summary .checkout-summary__rows .devider {
  margin: 0;
}

.checkout-block {
  padding: calc(10px + 10 * (100vw - 390px) / 1010);
  border-radius: 12px;
  box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05);
}
@media (min-width: 1400px) {
  .checkout-block {
    padding: 20px;
  }
}
.checkout-block .dates-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.checkout-block .dates-block .image {
  display: flex;
  align-items: center;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .checkout-block .dates-block .image {
    gap: 20px;
  }
}
.checkout-block .dates-block .image span {
  font-size: calc(30px + 18 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .checkout-block .dates-block .image span {
    font-size: 48px;
  }
}
.checkout-block .dates-block .image span::before {
  display: block;
  font-family: "Icomoon";
  line-height: 1;
  background: linear-gradient(180deg, #00FFF0 0%, #00B7AC 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.checkout-block .dates-block .date > span {
  font-size: 14px;
  font-weight: 700;
}
.checkout-block .dates-block .date > p {
  font-size: 12px;
  font-weight: 700;
  color: #777;
  opacity: 0.6;
}

.orders-list {
  display: grid;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .orders-list {
    gap: 20px;
  }
}
.orders-list .order-item .content {
  display: flex;
  gap: 10px;
}
.orders-list .order-item .image {
  width: 120px;
  min-width: 120px;
}
.orders-list .order-item .image .image-inner {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.orders-list .order-item .image .image-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.orders-list .order-item .status p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
}
.orders-list .order-item .status p::after {
  content: "";
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
}
.orders-list .order-item .status.pending p::after {
  background-color: #ff9800;
}
.orders-list .order-item .status.failed p::after {
  background-color: #f44336;
}
.orders-list .order-item .status.processing p::after {
  background-color: #ff9800;
}
.orders-list .order-item .status.on-hold p::after {
  background-color: #ff9800;
}
.orders-list .order-item .status.completed p::after {
  background-color: #7cb342;
}
.orders-list .order-item .status.cancelled p::after {
  background-color: #f44336;
}
.orders-list .order-item .status.refunded p::after {
  background-color: #f44336;
}
@media (min-width: 992px) {
  .orders-list .order-item .content {
    width: 70%;
  }
  .orders-list .order-item .status {
    width: 30%;
    text-align: end;
  }
  .orders-list .order-item .status p {
    justify-content: end;
  }
}

.order-actions-buttons {
  width: 100%;
  display: grid;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .order-actions-buttons {
    gap: 20px;
  }
}
.order-actions-buttons .button-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.order-actions-buttons .button-wrapper .success-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.order-actions-buttons .button-wrapper.success .button {
  visibility: hidden;
  opacity: 0;
}
.order-actions-buttons .button-wrapper.success .success-message {
  visibility: visible;
  opacity: 1;
}
.order-actions-buttons .button {
  width: 100%;
}

.swiper {
  padding: 5px 5px 10px;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination {
  bottom: 0;
  position: static;
  margin-top: 20px;
}
.swiper .swiper-pagination-bullet {
  width: calc(12px + 3 * (100vw - 390px) / 1010);
  min-width: calc(12px + 3 * (100vw - 390px) / 1010);
  height: calc(12px + 3 * (100vw - 390px) / 1010);
  background-color: transparent;
  border: 1px solid #00FFF0;
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    width: 15px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    min-width: 15px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    height: 15px;
  }
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00FFF0;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  transform: translateY(-25px);
  color: #1A1A1A;
}
.swiper.locationsSwiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.swiper.locationsSwiper .location-card {
  width: 212px;
}
.swiper.staysSwiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.swiper.staysSwiper .stay-card {
  width: 243px;
}
.swiper.popularPlaceImagesSwiper {
  padding: 0;
}
.swiper._paginated {
  padding: 5px 5px 50px;
}
@media (min-width: 520px) {
  .swiper.locationsSwiper .location-card {
    width: 100%;
  }
  .swiper.staysSwiper .stay-card {
    width: 100%;
  }
}

.social-links {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: calc(16px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links {
    gap: 16px;
  }
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 5px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}
.social-links a::before {
  color: #1A1A1A;
  font-size: 12px;
}

.nav-overlay {
  position: absolute;
  top: 100%;
  width: 317px;
  max-width: 100%;
  z-index: 400;
  background-color: #1A1A1A;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.nav-overlay .overlay-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 10px;
}
.nav-overlay .overlay-content .overlay-content__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-overlay .overlay-content .overlay-content__bottom {
  margin-top: 30px;
}
.nav-overlay .menu-block {
  margin: auto 0;
}
.nav-overlay .menu-block ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.nav-overlay .menu-block ul li a {
  display: block;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.99);
}
.nav-overlay .menu-block ul li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.nav-overlay .menu-block ul li.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" fill="%23ffffff"%3E%3Cpath d="M224 273L72 425c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9L134.1 256 15.5 137.5c-9.4-9.4-9.4-24.6 0-33.9L38.1 81c9.4-9.4 24.6-9.4 33.9 0l152 152c9.4 9.4 9.4 24.6 0 34z"%2F%3E%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition: 0.3s all ease;
}
.nav-overlay .menu-block ul li > .sub-menu {
  gap: 0;
  max-height: 0;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: 0.3s all ease;
}
.nav-overlay .menu-block ul li > .sub-menu > li:first-child {
  margin-top: 10px;
}
.nav-overlay .menu-block ul li > .sub-menu > li:not(:last-child) {
  margin-bottom: 10px;
}
.nav-overlay .menu-block ul li > .sub-menu > li a {
  font-size: calc(18px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .nav-overlay .menu-block ul li > .sub-menu > li a {
    font-size: 18px;
  }
}
.nav-overlay .menu-block ul li.active a::after {
  transform: rotate(180deg);
}
.nav-overlay .menu-block ul li.active .sub-menu {
  max-height: 500px;
  opacity: 1;
}
.nav-overlay .menu-block:not(:last-child) {
  margin-bottom: 30px;
}
.nav-overlay .menu-block._main ul {
  gap: 20px;
}
.nav-overlay .menu-block._main ul li {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
.nav-overlay .menu-block._main ul li a {
  padding: 0px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.99);
}
.nav-overlay .menu-block._main ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(180deg, #00FFF0 0%, #00B7AC 100%);
  opacity: 0.25;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav-overlay.shown {
  max-height: 90vh;
  overflow: auto;
}
@media (min-width: 991.9px) {
  .nav-overlay {
    display: none;
  }
}
.nav-overlay._light {
  background-color: rgba(255, 255, 255, 0.97);
}

.modal .modal-content {
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.modal .modal-content .btn-close {
  background: none;
  opacity: 1;
}
.modal .modal-content .btn-close::before {
  content: "\ea0f";
  font-family: "icomoon";
  display: block;
}
.modal .modal-header {
  border-bottom: none;
}
.modal#findStayModal .collapsed-input-block .flatpickr-input {
  height: 0;
  padding: 0;
  border: none;
}

.form-content {
  position: relative;
}
.form-content .form-content-successed {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}
.form-content.success .form-content-regular {
  visibility: hidden;
  opacity: 0;
}
.form-content.success .form-content-successed {
  visibility: visible;
  opacity: 1;
}

.contact-succeed-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.load {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  cursor: wait;
}
.load .spinner-border {
  border-color: #00FFF0;
  border-right-color: transparent;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

body {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
  line-height: normal;
  color: #1A1A1A;
  background-color: rgba(255, 255, 255, 0.97);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
}
body .main {
  flex: 1;
  padding-bottom: calc(20px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  body .main {
    padding-bottom: 20px;
  }
}

.header {
  position: relative;
}
.header .header__top {
  padding-top: calc(8px + 1 * (100vw - 390px) / 1010);
  padding-bottom: calc(8px + 1 * (100vw - 390px) / 1010);
  background-color: #ffffff;
  color: #1A1A1A;
}
@media (min-width: 1400px) {
  .header .header__top {
    padding-top: 9px;
  }
}
@media (min-width: 1400px) {
  .header .header__top {
    padding-bottom: 9px;
  }
}
.header .header__main {
  padding-top: calc(8px + 1 * (100vw - 390px) / 1010);
  padding-bottom: calc(8px + 1 * (100vw - 390px) / 1010);
  background-color: #1A1A1A;
  position: relative;
}
@media (min-width: 1400px) {
  .header .header__main {
    padding-top: 9px;
  }
}
@media (min-width: 1400px) {
  .header .header__main {
    padding-bottom: 9px;
  }
}
.header .header__main .header-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.header .header__main .header-menu ul li a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.99);
}
.header .header__main .header-menu ul li a:hover {
  color: #00FFF0;
}
.header .header__main .logo .logo__inner {
  justify-content: end;
}
.header .header__main .logo .logo__inner img {
  width: auto;
}
section._py {
  padding-top: calc(30px + 0 * (100vw - 390px) / 1010);
  padding-bottom: calc(30px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  section._py {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  section._py {
    padding-bottom: 30px;
  }
}

.section {
  margin-bottom: calc(50px + 40 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section {
    margin-bottom: 90px;
  }
}
.section .section-heading {
  margin-bottom: calc(20px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    margin-bottom: 40px;
  }
}

.section-hero .section-hero__main {
  padding-top: calc(290px + -240 * (100vw - 390px) / 1010);
  padding-bottom: calc(120px + 49 * (100vw - 390px) / 1010);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1400px) {
  .section-hero .section-hero__main {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .section-hero .section-hero__main {
    padding-bottom: 169px;
  }
}
.section-hero .section-hero__bottom {
  margin-top: calc(-108px + 52 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-hero .section-hero__bottom {
    margin-top: -56px;
  }
}

.section-product .section-block:not(:first-child) {
  padding-top: calc(30px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-product .section-block:not(:first-child) {
    padding-top: 40px;
  }
}
.section-product .section-block:not(:last-child) {
  padding-bottom: calc(30px + 10 * (100vw - 390px) / 1010);
  border-bottom: 1px solid rgba(0, 255, 240, 0.75);
}
@media (min-width: 1400px) {
  .section-product .section-block:not(:last-child) {
    padding-bottom: 40px;
  }
}
.section-product .description-text p {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .section-product .description-text p {
    font-size: 16px;
  }
}
.section-product .description-text > *:not(:last-child) {
  margin-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-product .description-text > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.section-product .rectangles-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-product .rectangles-block {
    gap: 20px;
  }
}
.section-product .rectangles-block .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(10px + 6 * (100vw - 390px) / 1010);
  height: 100%;
  border: 1px solid #00FFF0;
  border-radius: 12px;
}
@media (min-width: 1400px) {
  .section-product .rectangles-block .item {
    padding: 16px;
  }
}
.section-product .rectangles-block .item .top {
  margin-bottom: calc(5px + 27 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-product .rectangles-block .item .top {
    margin-bottom: 32px;
  }
}
.section-product .rectangles-block .item .icon {
  width: 32px;
  height: 32px;
}
.section-product .rectangles-block .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-product .rectangles-block .item .icon span {
  font-size: calc(24px + 8 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .section-product .rectangles-block .item .icon span {
    font-size: 32px;
  }
}
.section-product .rectangles-block .item .bottom p {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .section-product .rectangles-block .item .bottom p {
    font-size: 16px;
  }
}
.section-product .rectangles-block .item._rating {
  background: linear-gradient(180deg, #00FFF0 0%, #00B7AC 100%);
}
.section-product.hide-price .product-price > * {
  display: none;
}
.section-product.hide-price .variations-block .price-block {
  display: none;
}
@media (min-width: 991.9px) {
  .section-product .rectangles-block {
    grid-template-columns: repeat(6, 1fr);
  }
}

.section-account .section-account__navigation {
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.section-account .section-account__navigation nav {
  width: 100%;
  padding: 17px 10px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05), -1px -1px 4px 0px rgba(221, 221, 221, 0.4) inset, 1px -4px 4px 0px rgba(221, 221, 221, 0.4) inset, 2px 2px 4px 0px rgba(221, 221, 221, 0.4) inset, 0px 2px 4px 0px rgba(26, 26, 26, 0.1);
}
.section-account .section-account__navigation nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(10px + 28 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-account .section-account__navigation nav ul {
    gap: 38px;
  }
}
.section-account .section-account__navigation nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(54px + 23 * (100vw - 390px) / 1010);
  min-width: calc(54px + 23 * (100vw - 390px) / 1010);
  height: calc(54px + 23 * (100vw - 390px) / 1010);
  font-size: 0;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05), -1px -1px 4px 0px rgba(221, 221, 221, 0.4) inset, 1px -4px 4px 0px rgba(221, 221, 221, 0.4) inset, 2px 2px 4px 0px rgba(221, 221, 221, 0.4) inset, 0px 2px 4px 0px rgba(26, 26, 26, 0.1);
}
@media (min-width: 1400px) {
  .section-account .section-account__navigation nav ul li a {
    width: 77px;
  }
}
@media (min-width: 1400px) {
  .section-account .section-account__navigation nav ul li a {
    min-width: 77px;
  }
}
@media (min-width: 1400px) {
  .section-account .section-account__navigation nav ul li a {
    height: 77px;
  }
}
.section-account .section-account__navigation nav ul li a::before {
  font-family: "Icomoon";
  background: linear-gradient(180deg, #00FFF0 0%, #00B7AC 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-size: 24px;
}
.section-account .section-account__navigation nav ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\e92c";
}
.section-account .section-account__navigation nav ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\e93a";
}
.section-account .section-account__navigation nav ul li.woocommerce-MyAccount-navigation-link--wishlist a::before {
  content: "\e920";
}
.section-account .section-account__navigation nav ul li.woocommerce-MyAccount-navigation-link--edit-address {
  display: none;
}
.section-account .section-account__navigation nav ul li.woocommerce-MyAccount-navigation-link--payment-methods {
  display: none;
}
.section-account .section-account__navigation nav ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\e92d";
}
.section-account .section-account__navigation nav ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\e931";
}
.section-account .section-account__navigation nav ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.section-account .section-account__navigation nav ul li.is-active a {
  border-color: #00FFF0;
}
@media (min-width: 576px) {
  .section-account .section-account__navigation {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .section-account .section-account__navigation {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .section-account .section-account__navigation {
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: static;
    transform: none;
  }
  .section-account .section-account__navigation nav {
    width: -moz-fit-content;
    width: fit-content;
    padding: 25px;
    border-radius: 7.708px;
    box-shadow: 0px 3.854px 3.854px 0px rgba(0, 0, 0, 0.05), -1.927px -1.927px 7.708px 0px rgba(221, 221, 221, 0.4) inset, 1.927px -7.708px 7.708px 0px rgba(221, 221, 221, 0.4) inset, 3.854px 3.854px 7.708px 0px rgba(221, 221, 221, 0.4) inset, 0px 3.854px 7.708px 0px rgba(26, 26, 26, 0.1);
  }
  .section-account .section-account__navigation nav ul {
    flex-direction: column;
  }
  .section-account .section-account__navigation nav ul li a {
    border-radius: 6px;
    border: 1.5px solid #ddd;
    box-shadow: 0px 2.91px 2.91px 0px rgba(0, 0, 0, 0.05), -1.455px -1.455px 5.82px 0px rgba(221, 221, 221, 0.4) inset, 1.455px -5.82px 5.82px 0px rgba(221, 221, 221, 0.4) inset, 2.91px 2.91px 5.82px 0px rgba(221, 221, 221, 0.4) inset, 0px 2.91px 5.82px 0px rgba(26, 26, 26, 0.1);
  }
  .section-account .section-account__navigation nav ul li a::before {
    font-size: 34px;
  }
}

.section-account-form {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-account-form .accountGallerySwiper {
  padding: 0;
  border-radius: 20px;
}
.section-account-form .accountGallerySwiper .swiper-wrapper {
  height: auto;
}
.section-account-form .accountGallerySwiper .swiper-pagination {
  width: 100%;
  padding-top: calc(14px + 10 * (100vw - 390px) / 1010);
  padding-bottom: calc(14px + 10 * (100vw - 390px) / 1010);
  background: linear-gradient(180deg, rgba(0, 210, 198, 0.5) 0%, #00d2c6 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1400px) {
  .section-account-form .accountGallerySwiper .swiper-pagination {
    padding-top: 24px;
  }
}
@media (min-width: 1400px) {
  .section-account-form .accountGallerySwiper .swiper-pagination {
    padding-bottom: 24px;
  }
}
.section-account-form .accountGallerySwiper .swiper-pagination .swiper-pagination-bullet {
  border-color: rgba(255, 255, 255, 0.99);
  background-color: rgba(255, 255, 255, 0.99);
  opacity: 0.5;
}
.section-account-form .accountGallerySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.99);
  opacity: 1;
}
.section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner {
  padding-top: 59.4594594595%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-account-form .form-content .back-to-login {
  display: none;
}
.section-account-form .form-content .block-heading {
  margin-bottom: calc(23px + 17 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading {
    margin-bottom: 40px;
  }
}
.section-account-form .form-content .block-heading h2 {
  font-size: calc(22px + 6 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading h2 {
    font-size: 28px;
  }
}
.section-account-form .form-content .block-heading p {
  margin-top: calc(5px + 10 * (100vw - 390px) / 1010);
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
  opacity: 0.75;
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading p {
    margin-top: 15px;
  }
}
@media (min-width: 1400px) {
  .section-account-form .form-content .block-heading p {
    font-size: 16px;
  }
}
@media (min-width: 991.9px) {
  .section-account-form .accountGallerySwiper {
    border-radius: 30px;
  }
  .section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner {
    padding-top: 148.9051094891%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .section-account-form .accountGallerySwiper .responsive-image .responsive-image__inner > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-account-form .form-content {
    padding-top: 62px;
    position: relative;
  }
  .section-account-form .form-content .back-to-login {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
  }
  .section-account-form .form-content .back-to-login::before {
    content: "\e900";
    font-family: "Icomoon";
    line-height: 1;
  }
}

.footer {
  color: rgba(255, 255, 255, 0.99);
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .footer {
    font-size: 16px;
  }
}
.footer a {
  color: rgba(255, 255, 255, 0.99);
}
.footer a:hover {
  color: #808080;
}
.footer .footer__main {
  padding-top: calc(30px + 15 * (100vw - 390px) / 1010);
  padding-bottom: calc(30px + 15 * (100vw - 390px) / 1010);
  background-color: #1A1A1A;
}
@media (min-width: 1400px) {
  .footer .footer__main {
    padding-top: 45px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main {
    padding-bottom: 45px;
  }
}
.footer .footer__main .footer-block .footer-block__title {
  margin-bottom: calc(15px + 10 * (100vw - 390px) / 1010);
  font-size: calc(20px + 0 * (100vw - 390px) / 1010);
  font-weight: 600;
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__title {
    margin-bottom: 25px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-block .footer-block__title {
    font-size: 20px;
  }
}
.footer .footer__main .footer-block ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer .footer__main .footer-block._horizontal ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer .footer__main .footer-block._horizontal ul li:not(:last-child) {
  margin-bottom: 0px;
}
.footer .footer__bottom {
  padding-top: calc(5px + 5 * (100vw - 390px) / 1010);
  padding-bottom: calc(5px + 5 * (100vw - 390px) / 1010);
  background-color: #000;
}
@media (min-width: 1400px) {
  .footer .footer__bottom {
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__bottom {
    padding-bottom: 10px;
  }
}
.footer .footer__bottom .footer-bottom__text {
  direction: ltr;
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 360px) / 1010);
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: rgba(255, 255, 255, 0.99);
}
.footer .footer__bottom .footer-bottom__text a {
  color: rgba(255, 255, 255, 0.99);
}
@media (max-width: 991.9px) {
  .footer .footer__main .footer-block._mobile-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer__main .footer-block._mobile-centered ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10px;
  }
  .footer .footer__main .footer-block._mobile-centered ul li {
    margin: 10px;
  }
}

.woocommerce #review_form .comment-form .comment-form-rating {
  margin-bottom: calc(15px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce #review_form .comment-form .comment-form-rating {
    margin-bottom: 25px;
  }
}
.woocommerce #review_form .comment-form .input-block {
  margin-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .woocommerce #review_form .comment-form .input-block {
    margin-bottom: 20px;
  }
}
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0px;
  margin: 0;
  border-radius: 0;
}
.woocommerce form p a {
  color: #ff8682;
}
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce .woocommerce-notices-wrapper .button {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 575.9px) {
  .woocommerce #review_form .comment-form .input-block.comment-form-author, .woocommerce #review_form .comment-form .input-block.comment-form-email {
    width: calc(50% - 3px);
    display: inline-block;
  }
}
@media (min-width: 575.9px) {
  .woocommerce .woocommerce-ordering {
    display: block;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}

.yith-add-to-wishlist-button-block {
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
  gap: 0;
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
  color: #00FFF0;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  align-items: center;
}

.yith-wcwl-feedback-messages-container {
  display: none;
}

.pwf-filter-container .pwf-field-item-checkboxlist .pwf-field-item-container > .pwf-checkboxlist-item > .pwf-item-inner .pwf-item-label {
  display: flex;
  align-items: center;
}
.pwf-filter-container .pwf-field-item-checkboxlist .pwf-field-item-container > .pwf-checkboxlist-item:last-child > .pwf-item-inner .pwf-item-label {
  margin-bottom: 8px;
}
@media (min-width: 991.9px) {
  .pwf-filter-container .pwf-woo-filter-notes .pwf-note-list:not(.empty-active-items) {
    margin-bottom: 10px;
  }
  .pwf-filter-container .pwf-field-item {
    padding: 10px;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .pwf-filter-container .pwf-field-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .pwf-filter-container .pwf-field-item .pwf-field-item-container {
    margin-bottom: 0;
  }
  .pwf-filter-container .pwf-field-item.pwf-collapsed-close .pwf-field-item-title {
    margin-bottom: 0;
  }
}

.pwf-sticky-filter {
  overflow: hidden;
}