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

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

:active,
:focus {
  outline: 0;
}

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

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

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

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

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

input,
textarea {
  border-radius: 0;
}

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

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

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

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

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

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

textarea {
  resize: none;
}

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

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

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}
.disk {
  list-style: disc;
  margin-left: 20px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

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

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

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

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

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

@font-face {
  font-family: "lash_inter_light";
  font-weight: 100 900;
  font-style: normal;
  src: url(../lash-fonts/lash_inter_light.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "lash_inter_semibold";
  font-weight: 100 900;
  font-style: normal;
  src: url(../lash-fonts/lash_inter_semibold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "lash_rubik_semibold";
  font-weight: 100 900;
  font-style: normal;
  src: url(../lash-fonts/lash_rubik_semibold.woff2) format("woff2");
  font-display: swap;
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "lash_inter_light", sans-serif;
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.lash_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  background: #212121;
}
.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

section {
  margin-bottom: 100px;
}

.container {
  padding: 0 40px;
}

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

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

h1 {
  color: #ff6ec7;
  font-family: "lash_rubik_semibold";
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%; /* 76.8px */
  letter-spacing: -3.84px;
  text-transform: uppercase;

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

h2 {
  font-family: "lash_rubik_semibold";
  color: #fff;
  text-shadow: 0 4px 4px #ff6ec7;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
  letter-spacing: -0.8px;
  text-transform: uppercase;
  @media (max-width: 991px) {
    font-size: 26px;
  }
}

h3 {
  color: #fff;
  font-family: "lash_inter_semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
  @media (max-width: 991px) {
    font-size: 16px;
  }
}

p,
li,
a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "lash_inter_light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}

header a {
  font-family: "lash_inter_semibold";
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}

footer a,
footer p {
  font-family: "lash_inter_light";
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}

.btn {
  border-radius: 10px;
  border: 2px solid #2ed6c8;
  background: #2ed6c8;
  font-family: "lash_rubik_semibold";
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  padding: 12px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

/* font-weight */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding */

.m-b-12 {
  margin-bottom: 12px;
}
.p-t-20 {
  padding-top: 20px;
}

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

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

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

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

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

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

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

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

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

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

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

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

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-14 {
  gap: 14px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-28 {
  gap: 28px;
}
.gap-36 {
  gap: 36px;
}
.gap-16 {
  gap: 16px;
}
.gap-48 {
  gap: 48px;
}

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

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

header .lash_logo img {
  width: 246px;
  height: 40px;

  @media (max-width: 350px) {
    width: 212px;
  }
}

.lash_nav__link_active {
  color: #fff;
}

.lash_header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5);
  max-width: 1280px;

  @media (max-width: 991px) {
    background: #212121;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .lash_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 10px;
    border-radius: 30px;
    background: #000;
    width: 45px;
    height: 45px;
  }
}

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

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

footer {
  background: #212121;
}
.lash_footer_container {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.lash_footer_main_block_logo_text {
  color: #fff;
  font-family: "lash_inter_semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
}
.lash_footer_main_block_logo_img {
  width: 140px;
  height: 140px;

  @media (max-width: 991px) {
    width: 70px;
    height: 70px;
  }
}

.lash_footer_main_block_wrapper_logo {
  width: 100%;
  max-width: 630px;
}

.lash_footer_nav_block {
  width: 100%;
  max-width: 305px;
}
.color_grey {
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .lash_footer_main_block {
    flex-direction: column;
  }
  .lash_footer_main_block_wrapper_logo {
    width: 100%;
    max-width: 100%;
  }

  .lash_footer_nav_block {
    width: 100%;
    max-width: 100%;
  }
  .column_reverse {
    flex-direction: column-reverse;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form contact */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_contact {
  display: none;
}
.popap_contact_active {
  display: block;
}

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

/* lash_home_sect_1 */

.lash_home_sect_1 {
  margin-top: 20px;
}

.lash_home_sect_1_img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 450px;

  @media (max-width: 480px) {
    height: 250px;
  }
}

/* lash_home_sect_2 */

.lash_home_sect_2_li {
  width: 100%;
  max-width: 413px;
}

.lash_home_sect_2_li img {
  border-radius: 20px;
  border: 2px solid #ff6ec7;
  box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.25) inset;
  height: 300px;
  object-fit: cover;
  width: 100%;
  max-width: 413px;
}

@media (max-width: 991px) {
  .lash_home_sect_2_ul {
    gap: 10px;
  }
  .lash_home_sect_2_li {
    gap: 5px;
  }
}

/* lash_home_sect_3 */

.lash_home_sect_3_container {
  align-items: stretch;
}

.lash_home_sect_3_img,
.lash_home_sect_3_text {
  width: 50%;
}

.lash_home_sect_3_img {
  border-radius: 20px;
  object-fit: cover;
  height: 450px;

  @media (max-width: 1150px) {
    height: auto;
  }
}

.lash_home_sect_3_text {
  padding: 20px;
  border-radius: 20px;
  background: #000;
}

@media (max-width: 991px) {
  .lash_home_sect_3 h2 {
    margin-bottom: 16px;
  }

  .lash_home_sect_3_img,
  .lash_home_sect_3_text {
    width: 100%;
  }

  .lash_home_sect_3_container {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .lash_home_sect_3_img {
    height: 350px;
  }

  .lash_home_sect_3_text {
    padding: 10px;
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .lash_home_sect_3_img {
    height: 250px;
  }
}

/* lash_home_sect_4 */

.lash_home_sect_4_li {
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.lash_home_sect_4_li span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}

.sect_4_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  border-radius: 100px;
  border: 1px solid #ff6ec7;
  color: #ff6ec7;

  text-align: center;
  font-family: "lash_inter_semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
}

@media (max-width: 1150px) {
  .lash_home_sect_4_container {
    gap: 10px;
  }

  .lash_home_sect_4_li {
    padding: 10px;
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .lash_home_sect_4_container {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
  .sect_4_btn {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .lash_home_sect_4_container {
    display: grid;
    grid-template-columns: repeat(1, 2fr);
  }
}

/* lash_home_sect_5 */

.text_align_end {
  text-align: end;
}

.lash_home_sect_5_img {
  width: 100%;
  max-width: 414px;
  height: 414px;
  object-fit: cover;
  border-radius: 414px;
  border: 2px solid #ff6ec7;
}

.lash_home_sect_5_text {
  padding: 20px 0;
  width: 100%;
  max-width: 414px;
}

@media (max-width: 1150px) {
  .lash_home_sect_5_img {
    max-width: 364px;
    height: 364px;
  }
}
@media (max-width: 991px) {
  .lash_home_sect_5_wrapper_img_text {
    flex-direction: column-reverse;
    align-items: center;
  }
  .lash_home_sect_5_container {
    flex-direction: column;
    align-items: center;
  }
  .lash_home_sect_5_text {
    padding: 0;
    max-width: 600px;
    text-align: start;
  }
}

@media (max-width: 768px) {
  .lash_home_sect_5_img {
    max-width: 314px;
    height: 314px;
  }
}
@media (max-width: 480px) {
  .lash_home_sect_5_img {
    max-width: 364px;
    height: auto;
  }
}

/* lash_home_sect_6 */

.lash_home_sect_6_container {
  padding: 40px;
  border-radius: 20px;
  background: #000;
}
.lash_home_sect_6_container .form_contact {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

.form_contact .input {
  color: var(--white);
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ff6ec7;
  background: #212121;
}

.form_contact .input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* !!!!!!!!!!!!!!!! */
/* custom-select */
.custom-select {
  position: relative;
  width: 100%;
  font-family: inherit;
}

.custom-select__icon {
  width: 17px;
  height: 34px;
  pointer-events: none;
}

.custom-select__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  display: none;
  border-radius: 10px;
  border: 1px solid #ff6ec7;
  background: #212121;
  padding: 14px;
  z-index: 1000;
  text-align: start;
  color: #fff;
}

.custom-select.open .custom-select__dropdown {
  display: block;
}

.custom-select__option {
  color: var(--white);
  padding: 10px 16px;
  cursor: pointer;
}

.custom-select__option:hover {
  background: #f3f4f6;
}

.custom-select__option.selected {
  color: #ff6ec7;
}

.checkmark {
  margin-right: 8px;
}

.custom-select {
  position: relative;
}

.custom_select_btn {
  position: absolute;
  top: 19px;
  right: 10px;
}

.custom-select__real-input {
  width: 100%;
  cursor: pointer;
  caret-color: transparent;
}

.custom-select__real-input.invalid {
  border: 2px solid red !important;
}

/* !!!!!!!!!!!!!!!! */

.mcle_buy_sect_1_block_select_ button {
  font-family: "mcle_poppinssemibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mcle_buy_sect_1_block_select_ .active {
  color: var(--Color_oran, #ee9956);
}

#privacy_booking {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 0.5px solid #fff;
  background: #fff;
}

.checkbox-label {
  color: rgba(255, 255, 255, 0.4);
}
.checkbox-label a {
  color: rgba(255, 255, 255, 0.4);
}

.btn_booking {
  border-radius: 100px;
}

@media (max-width: 991px) {
  .lash_home_sect_6_container {
    padding: 20px 10px;
  }
}

/* PAGE ABOUT */

/* lash_about_sect_2 */

.lash_about_sect_2_ul {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 20px;
}

.lash_about_sect_2_li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ff6ec7;
}

@media (max-width: 768px) {
  .lash_about_sect_2_ul {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 480px) {
  .lash_about_sect_2_ul {
    display: grid;
    grid-template-columns: repeat(1, 2fr);
  }
}

/* lash_about_sect_3 */

.lash_about_sect_3_text {
  width: 50%;
}

.lash_about_sect_3_img_1,
.lash_about_sect_3_img_2,
.lash_about_sect_3_img_3 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 220px;
}

.lash_about_sect_3_img_1,
.lash_about_sect_3_wrapper_img_2_3 {
  width: 50%;
}

.lash_about_sect_3_img_1 {
  height: 460px;
}

@media (max-width: 768px) {
  .lash_about_sect_3_wrapper_text,
  .lash_about_sect_3_wrapper_img {
    flex-direction: column;
  }
  .lash_about_sect_3_text {
    width: 100%;
  }
  .lash_about_sect_3_img_1,
  .lash_about_sect_3_wrapper_img_2_3 {
    width: 100%;
  }
  .lash_about_sect_3_img_1 {
    height: 220px;
  }
}

/* lash_about_sect_4 */
.lash_about_sect_4_li {
  width: 100%;
}
.lash_about_sect_4_li img {
  border-radius: 20px;
  object-fit: cover;
  height: 350px;
}

@media (max-width: 991px) {
  .lash_about_sect_4_container {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .lash_about_sect_4_li img {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .lash_about_sect_4_li img {
    height: 165px;
  }
}

/* slider */

.bmap_home_sect_3_block_4_slider_slid {
  padding: 20px;
  border-radius: 10px;
  background: #000;
}

/* SWIPER */

/* “рельса” даёт выход за пределы контейнера */
.reviews-rail {
  /* регулируй bleed за контейнер: */
  margin-left: -24px;
  margin-right: -24px;
}

/* сам слайдер не должен обрезать содержимое */
.reviews-slider {
  overflow: visible;
}

/* Swiper при инициализации часто вешает hidden — переопределим */
.reviews-slider.swiper-initialized {
  overflow: visible;
}

/* убираем gap у UL — расстояние даёт spaceBetween */
.reviews-slider .bmap_home_sect_3_block_4_slider_sliders {
  display: flex; /* Swiper сам выставит, но безопасно */
  gap: 0;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

/* фиксированная ширина карточки (любой размер, который нужен) */
.bmap_home_sect_3_block_4_slider_slid {
  flex: 0 0 auto;
  width: 100%; /* ← задавай свою фикс-ширину */
  max-width: 310px;
  box-sizing: border-box;
}

.reviews-slider,
.reviews-slider .swiper-wrapper {
  will-change: transform;
}
.reviews-slider {
  overflow: visible;
}

/* контейнер слайдера не режет «хвост» карточек */
.reviews-slider {
  overflow: visible;
}

/* Swiper иногда ставит overflow:hidden — переопределяем */
.reviews-slider.swiper-initialized {
  overflow: visible;
}

/* ul как «рельса» Swiper – без gap, без переносов */
.bmap_home_sect_3_block_4_slider_sliders {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0;
  margin: 0;
}

/* карточка-слайд */
.bmap_home_sect_3_block_4_slider_slid {
  flex: 0 0 auto;
  box-sizing: border-box;
}

/* на мобиле можно сделать по-другому */
@media (max-width: 768px) {
  .bmap_home_sect_3_block_4_slider_slid {
    width: 100%;
  }
}

/* точки */
.slider_castom_dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.slider_castom_dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid var(--Color_ble, #abccd8);
  transition: 0.3s;
}

.slider_castom_dots .dot.active {
  width: 20px;
  height: 10px;
  border-radius: 10px;
  background: var(--Color_ble, #abccd8);
}

@media (max-width: 480px) {
  .bmap_home_sect_3_block_4_slider_slid {
    gap: 16px;
  }
}

.bmap_home_sect_3_block_4_slider_slid {
  gap: 20px;

  @media (max-width: 991px) {
    gap: 10px;
  }
}

.slider_ul {
  display: flex;
  flex-direction: column;
  gap: 10px;

  @media (max-width: 991px) {
    gap: 5px;
  }
}
.slider_li {
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* lash_contact_sect_1 */

.m-b-60 {
  margin-bottom: 60px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.gap-4 {
  gap: 4px;
}

.lash_contact_sect_1 {
  padding: 20px 0 60px;
  margin-bottom: 0;

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

.form_contact_page,
.lash_contact_sect_block_contact {
  width: 50%;
}

.form_contact_page .btn {
  border-radius: 100px;
}

@media (max-width: 768px) {
  .lash_contact_sect_1_container {
    flex-direction: column;
  }
  .form_contact_page,
  .lash_contact_sect_block_contact {
    width: 100%;
  }
}

.lash_terms_sect_1 {
  margin-top: 20px;

  @media (max-width: 991px) {
    margin-top: 10px;
  }
}
