@charset "UTF-8";
/*reset css*/
@import url(https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic&display=swap);
@import url(https://fonts.googleapis.com/css?family=Aboreto:regular&display=swap);
@import url(https://fonts.googleapis.com/css?family=Proza+Libre:regular,italic,500,500italic,600,600italic&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400regular,500&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;500&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ol,
ul,
li,
menu {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

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

/*----------------------------------------------------------------*/
/*-----------------------------header-----------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(243, 221, 234, 0.1137254902);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 5px 25px rgb(65, 64, 64);
          box-shadow: 0px 5px 25px rgb(65, 64, 64);
}

.header_container {
  max-width: 1200px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 10px;
  min-height: 70px;
}

.header_logo {
  z-index: 5;
  background-image: url(../images/logo/transparent.png);
  background-size: cover;
  width: 12rem;
  height: 6rem;
}

.menu_icon {
  display: none;
}

.menu_list li {
  position: relative;
  margin: 0px 0px 0px 20px;
}

.menu-link {
  color: #391e41;
  text-transform: uppercase;
  font-family: Aboreto;
  font-weight: 400;
  font-size: 1.7em;
  font-style: normal;
  color: #391e41;
  font-size: calc(1.1rem + 0.2vw);
  font-weight: 400;
}

/*-----------------------------------main---------------------------*/
body._lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  min-height: 100 vh;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  margin-top: 103dvh;
}

.main_content {
  padding: 0px 0px 30px 0px;
}

/*============================= TITLE BLOCK ============================*/
.fullscreen_title_block {
  background: url(../images/img/title_block_norm.webp);
  padding: 10% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #d8a7d3;
  background-position: center;
  background-size: cover;
  margin-top: -100vh;
  width: 100vw;
  height: 100vh; /* Safari */
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
}

.fullscreen-body {
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_title {
  font-size: 2.5em;
  margin: 0px 0px 20px 0px;
}

.title_text {
  font-size: 1.5em;
}

.about_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
  font-family: Lato;
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #391e41;
}
.about_content .about_image {
  width: clamp(21.75rem, 50%, 28.125rem);
  height: auto;
  border-radius: 0.8rem;
  margin-top: 2rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.about_content .content_text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/*=============================SECTIONS============================*/
.section_blok._about,
.section_blok._offer,
.section_blok._reviews,
.section_blok,
.footer_body,
.cookies-politics {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
  background-color: white;
}
.section_blok._about._prices,
.section_blok._offer._prices,
.section_blok._reviews._prices,
.section_blok._prices,
.footer_body._prices,
.cookies-politics._prices {
  margin-top: -90dvh;
}

.offer_body,
.about_body,
.footer_body,
.cookies-politics {
  padding: 20px 20px;
}

/*=============================  OFERTA  ================================*/
.offer_element {
  margin-bottom: 5em;
}

.sub_title {
  font-family: Aboreto;
  font-weight: 400;
  font-size: 1.7em;
  font-style: normal;
  color: #391e41;
  text-transform: uppercase;
  font-size: calc(1.5rem + 0.1vw);
  margin-bottom: 4rem;
  text-align: center;
}

.section_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.section_content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.section_content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.content_text {
  font-family: Lato;
  font-size: calc(1rem + 0.2vw);
  line-height: 1.3;
  padding: 1em 1.25rem;
  font-weight: 300;
  text-wrap: pretty;
}

.img-offer-content {
  border-radius: 3%;
  height: auto;
}

.price_menu_wrapper {
  margin-bottom: 3rem;
}

.price_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 2rem 2rem;
  font-family: Aboreto;
  font-weight: 400;
  font-size: 1.7em;
  font-style: normal;
  color: #391e41;
  font-size: calc(1rem + 0.1vw);
  cursor: pointer;
}
.price_menu_list li.active {
  border-bottom: 2px solid #472551;
  font-weight: 500;
}

.table_wrapper.hidden {
  display: none;
}

.table_wrapper > :first-child {
  border-top: 2px solid rgb(214, 93, 251);
}

.table_wrapper > :last-child {
  margin-bottom: 3rem;
}

.service_price_wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.5rem 1.2rem;
  border-bottom: 2px solid rgb(214, 93, 251);
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.service_price_wrapper .name_of_service > h4 {
  text-wrap: pretty;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: auto;
  overflow-wrap: break-word;
  font-size: calc(1rem + 0.05vw);
  grid-area: name;
}
.service_price_wrapper .description_of_cervice {
  text-wrap: pretty;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  grid-area: description;
  font-size: calc(0.8rem + 0.05vw);
  line-height: 1.4;
}
.service_price_wrapper .price_of_cervice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.4rem;
  font-family: "Lato", sans-serif;
}
.service_price_wrapper .price_of_cervice .price {
  font-weight: 400;
  font-size: calc(0.8rem + 0.1vw);
  grid-area: price;
}
.service_price_wrapper .price_of_cervice .service_time {
  font-size: calc(0.6rem + 0.1vw);
  color: grey;
}

.cookies-politics > h2 {
  font-family: Aboreto;
  font-weight: 400;
  font-size: 1.7em;
  font-style: normal;
  color: #391e41;
  text-align: center;
  margin-bottom: 2rem;
}

.cookies-politics > h3 {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-weight: 100;
  margin: 1rem 1rem;
}

.cookies-politics > ul > li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
}

.cookies-politics {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-weight: 100;
}

/*------------------------footer------------------------*/
.footer_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_body .social_icons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_body ._icon-face2_icon,
.footer_body ._icon-insta_icon,
.footer_body ._icon-booksy_icon {
  color: rgb(0, 0, 0);
  font-size: 2.5em;
}

/*
------------------gmap-------------
*/
iframe {
  min-height: 30vh;
  width: 100%;
}

.contacts_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 1.7em;
}

.contacts_wrapper {
  text-align: center;
  font-family: Lato;
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #391e41;
}
.contacts_wrapper .call_to,
.contacts_wrapper .mail_to {
  color: #000;
}

.contacts_title_paragraf {
  font-family: Aboreto;
  font-weight: 400;
  font-size: 1.7em;
  font-style: normal;
  color: #391e41;
  margin-bottom: 0.5em;
}

.hr-contacts {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
  margin-bottom: 1rem;
}

.button-wrapper {
  padding: 0.8rem;
  background-color: rgb(215, 167, 210);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  top: calc(100dvh - 6rem);
  left: calc(100dvw - 8rem);
  padding: 0.5rem;
  font-family: "Proza Libre", serif;
  font-size: 0.9rem;
  -webkit-animation: shadow-drop-2-center 5s ease 1s infinite both;
          animation: shadow-drop-2-center 5s ease 1s infinite both;
}
.button-wrapper:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.button-wrapper:hover {
  background-color: #472551;
}
.button-wrapper a#reservation-btn {
  color: #391e41;
  padding: 1rem 0.2rem;
  text-wrap: balance;
  text-align: center;
}

.button-wrapper.d-none {
  display: none;
}

@-webkit-keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 30px 15px rgba(158, 148, 148, 0.779);
            box-shadow: 0 0 30px 15px rgba(158, 148, 148, 0.779);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 15px 7px rgba(202, 101, 248, 0.094);
            box-shadow: 0 0 15px 7px rgba(202, 101, 248, 0.094);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-box-shadow: 0 0 30px 15px rgba(88, 80, 93, 0.995);
            box-shadow: 0 0 30px 15px rgba(88, 80, 93, 0.995);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 15px 7px rgba(202, 101, 248, 0.094);
            box-shadow: 0 0 15px 7px rgba(202, 101, 248, 0.094);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 30px 15px rgba(158, 148, 148, 0.779);
            box-shadow: 0 0 30px 15px rgba(158, 148, 148, 0.779);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 30px 15px rgba(158, 148, 148, 0.779);
            box-shadow: 0 0 30px 15px rgba(158, 148, 148, 0.779);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 15px 7px rgba(202, 101, 248, 0.094);
            box-shadow: 0 0 15px 7px rgba(202, 101, 248, 0.094);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-box-shadow: 0 0 30px 15px rgba(88, 80, 93, 0.995);
            box-shadow: 0 0 30px 15px rgba(88, 80, 93, 0.995);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 15px 7px rgba(202, 101, 248, 0.094);
            box-shadow: 0 0 15px 7px rgba(202, 101, 248, 0.094);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 30px 15px rgba(158, 148, 148, 0.779);
            box-shadow: 0 0 30px 15px rgba(158, 148, 148, 0.779);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 49.6876rem) {
  .menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu_list li {
    padding: 10px 0;
  }
  .menu_list .hr-contacts {
    display: none;
  }
  .burger_social_media,
  .burger_contacts {
    display: none;
  }
  .menu-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #001704;
    bottom: 0.1rem;
    left: 0;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .menu-link:hover::before {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #formWrapper {
    top: -1rem;
  }
  .form_wrapper {
    padding-top: 6rem;
  }
  .service_price_wrapper {
        grid-template-areas: "name description description price";
  }
  .price_menu_select {
    display: none;
  }
  .service_price_wrapper .name_of_service > h4 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .service_price_wrapper .description_of_cervice {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .service_price_wrapper .price_of_cervice .price {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
}
@media (max-width: 49.6875rem) {
  .wrapper {
    margin-top: 102dvh;
  }
  .fullscreen_title_block {
    background: url(../images/img/phone_background_med.webp);
    background-size: cover;
    margin-top: -100dvh;
    width: 100vw;
    height: 100vh; /* Safari */
    position: sticky;
    top: 0;
    z-index: -1;
  }
  .menu-link.ls {
    display: none;
    visibility: hidden;
  }
  .header_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu_icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .menu_icon span, .menu_icon::before, .menu_icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgb(0, 0, 0);
  }
  .menu_icon::before, .menu_icon::after {
    content: "";
  }
  .menu_icon::before {
    top: 0;
  }
  .menu_icon::after {
    bottom: 0;
  }
  .menu_icon span {
    top: 50%;
    -webkit-transform: scale(1) translate(0px, -50%);
            transform: scale(1) translate(0px, -50%);
  }
  .menu_icon._active span {
    -webkit-transform: scale(0) translate(0px, -50%);
            transform: scale(0) translate(0px, -50%);
  }
  .menu_icon._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0px, -50%);
            transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu_icon._active::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0px, 50%);
            transform: rotate(45deg) translate(0px, 50%);
  }
  .menu_body._active {
    left: 0;
  }
  .menu_body {
    position: fixed;
    overflow: auto;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(243, 221, 234, 0.9019607843);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 100px 30px 30px 30px;
    -webkit-transition: left 0.3s ease 0.2s;
    transition: left 0.3s ease 0.2s;
  }
  .menu_body::-webkit-scrollbar {
    width: 0;
  }
  .menu_body::before {
    content: "";
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
  }
  .menu_list li {
    display: block;
    text-align: right;
    -webkit-filter: drop-shadow(0 0 1rem rgb(0, 0, 0));
            filter: drop-shadow(0 0 1rem rgb(0, 0, 0));
    font-family: Aboreto;
    font-weight: 400;
    font-size: 1.7em;
    font-style: normal;
    color: #391e41;
    font-size: 2.5rem;
    margin: 0px 0px 3vh 0px;
  }
  .menu_list li:last-child {
    margin-bottom: 0rem;
  }
  .menu_list .burger_social_media {
    width: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4vh;
  }
  .menu_list .burger_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2dvh;
    text-align: right;
  }
  .menu_list .burger_contacts .call_to,
  .menu_list .burger_contacts .mail_to {
    font-family: Lato;
    font-style: italic;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    color: #391e41;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #000;
    display: block;
    text-align: right;
    margin-top: 1.5dvh;
  }
  .menu-link {
    font-size: 1.5rem;
  }
  .menu_social_icon {
    width: 4rem;
    height: 4rem;
  }
  .section_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .section_content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section_content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sub_title {
    margin-bottom: 1.5rem;
  }
  .footer_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_body .contacts_wrapper {
    width: 100%;
    margin-top: 2rem;
    font-size: 1.3rem;
  }
  .cookie_popup_body .cookie_popup_content {
    margin-bottom: 3dvh;
  }
  .cookie_popup_text#cookie_text {
    width: 95%;
  }
  .about_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form_wrapper {
    top: 4rem;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 90%;
  }
  #form {
    top: 2rem;
    background-color: #f3ddea;
  }
  .price_menu_list {
    display: none;
  }
  .price_menu_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .price_menu_wrapper .price_menu_select {
    border-bottom: 1px solid rgb(83, 0, 78);
    font-family: Aboreto;
    font-weight: 400;
    font-size: 1.7em;
    font-style: normal;
    color: #391e41;
    font-size: calc(1.3rem + 0.1vw);
  }
  .service_price_wrapper {
    gap: 2rem;
    padding: 1.8rem 0.8rem;
    border-bottom: 2px solid rgb(214, 93, 251);
        grid-template-areas: "name  price" "description description" "description description";
  }
  .service_price_wrapper .name_of_service > h4 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .service_price_wrapper .description_of_cervice {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .service_price_wrapper .price_of_cervice .price {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 27rem) {
  @supports (-webkit-touch-callout: inherit) {
    .wrapper {
      margin-top: 100dvh;
    }
  }
  .wrapper {
    margin-top: 98dvh;
  }
  .fullscreen_title_block {
    background: url(../images/img/phone_background_small.webp);
    background-size: cover;
    margin-top: -100vh;
    width: 100vw;
    height: 100vh; /* Safari */
    position: sticky;
    top: 0;
    z-index: -1;
  }
  .about_content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_content .about_image {
    border-radius: 0.8rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .button-wrapper {
    padding: 0.8rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: fixed;
    top: 90dvh;
    left: 80dvw;
  }
  .button-wrapper:active {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .button-wrapper a#reservation-btn {
    font-size: 0.7rem;
  }
  .section_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .section_content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .price_menu_list {
    display: none;
  }
  .price_menu_select {
    margin: 0 auto;
  }
  .service_price_wrapper {
    gap: 1.5rem;
    padding: 1rem 0.8rem;
    border-bottom: 2px solid rgb(214, 93, 251);
    margin-bottom: 2.5rem;
        grid-template-areas: "name  price" "description description";
  }
  .service_price_wrapper .description_of_cervice {
    line-height: 1.2;
  }
  .service_price_wrapper .name_of_service > h4 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .service_price_wrapper .description_of_cervice {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .service_price_wrapper .price_of_cervice .price {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.rights_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
  gap: 1rem;
}
.rights_container p > a {
  color: #000000;
}

p.rights {
  text-align: center;
}

/* Set the size of the div element that contains the map */
#map {
  height: 400px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

.d-none {
  opacity: 0;
  visibility: hidden;
}

div.cookie_popup_body {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 100;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px 20px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cookie_popup_body .cookie_popup_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: black;
  padding: 10px 5px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.5);
}

.cookie_popup_body .cookie_popup_content .cookie_popup_text {
  width: 80%;
  font-family: "Proza Libre", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: smaller;
}

.cookie_popup_body .cookie_popup_content .cookie_popup_text p.first {
  font-size: small;
  font-weight: 500;
  margin-bottom: 5px;
}

.cookie_popup_body .cookie_popup_content .cookie_popup_text p.second {
  color: rgb(114, 110, 110);
  font-size: small;
}

.cookie_popup_body .cookie_popup_content .cookie_popup_text a.privacy_policy {
  font-size: small;
  font-weight: bold;
  color: rgb(239, 172, 172);
}

.cookie_popup_body .cookie_popup_content .cookie_popup_button {
  background-color: rgb(239, 172, 172);
  border-radius: 5px;
  border: 0;
  margin: 5px 15px;
  height: 3em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 1em;
  padding-right: 1em;
  color: rgb(0, 0, 0);
  font-family: "Proza Libre", sans-serif;
  font-size: medium;
  font-weight: bold;
  font-style: regular;
}

.main.gallery {
  margin-top: -90dvh;
}

.gallety_sub_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Aboreto;
  font-weight: 400;
  font-size: 1.7em;
  font-style: normal;
  color: #391e41;
}

.content-gallery {
  padding-left: 2vw;
  padding-right: 2vw;
}

.gallery-wrapper {
  margin: 0px auto;
  max-width: 75rem;
  padding: 0rem 1.5rem;
}

body.lock {
  overflow: hidden;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup-body {
  min-height: 100%;
  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;
  padding: 30px 10px;
  -webkit-transform: all 0.8 ease 0s;
          transform: all 0.8 ease 0s;
}

.popup.open .popup-content {
  position: relative;
  background-color: #fff;
  max-width: 800px;
}

.popup-content-image {
  padding: 0;
  margin-top: 5vw;
}

.popup-image {
  max-width: 100%;
  vertical-align: top;
}

.popupImage {
  max-width: 100%;
  vertical-align: top;
}

.popup-close {
  position: absolute;
  font-size: 40px;
  margin: 0px 0px 1em 0px;
  text-decoration: none;
  color: rgb(61, 4, 4);
}

/* ======== section_blok  reviews ========== */
.swiper {
  width: 100%;
  padding: 2rem 2rem;
}

.slider .swiper-container {
  width: 90%;
  height: 29rem;
}

.swiper-slide {
  padding: 1.5rem 1rem;
  display: block;
  height: 27rem;
  width: 90%;
  min-width: 15rem;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 11px 25px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 11px 25px 5px rgba(0, 0, 0, 0.07);
  border-radius: 0.5rem;
  overflow: hidden;
}

.slide_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
}
.slide_header .review_logo_green {
  display: block;
  height: calc(3.2rem + 0.4vw);
  width: calc(3.2rem + 0.4vw);
  border: 1px #5d5d5d;
  border-radius: 50%;
  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;
  color: #ffffff;
  font-size: 2rem;
  font-family: "Proza Libre", sans-serif;
  background-color: rgb(30, 183, 78);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.slide_header .review_logo_red {
  background-color: red;
  display: block;
  height: calc(3.2rem + 0.4vw);
  width: calc(3.2rem + 0.4vw);
  border: 1px #5d5d5d;
  border-radius: 50%;
  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;
  color: #ffffff;
  font-size: 2rem;
  font-family: "Proza Libre", sans-serif;
}
.slide_header .review_logo_yellow {
  background-color: yellow;
  display: block;
  height: calc(3.2rem + 0.4vw);
  width: calc(3.2rem + 0.4vw);
  border: 1px #5d5d5d;
  border-radius: 50%;
  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;
  color: #ffffff;
  font-size: 2rem;
  font-family: "Proza Libre", sans-serif;
}
.slide_header .review_logo_violet {
  background-color: violet;
  display: block;
  height: calc(3.2rem + 0.4vw);
  width: calc(3.2rem + 0.4vw);
  border: 1px #5d5d5d;
  border-radius: 50%;
  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;
  color: #ffffff;
  font-size: 2rem;
  font-family: "Proza Libre", sans-serif;
}
.slide_header .review_logo_orange {
  background-color: orange;
  display: block;
  height: calc(3.2rem + 0.4vw);
  width: calc(3.2rem + 0.4vw);
  border: 1px #5d5d5d;
  border-radius: 50%;
  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;
  color: #ffffff;
  font-size: 2rem;
  font-family: "Proza Libre", sans-serif;
}

.reviewer_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.reviewer_data .reviwer_name {
  color: rgb(20, 20, 20);
  font-size: calc(1.1rem + 0.1vw);
  margin-bottom: 0.5rem;
  font-family: "Roboto";
  font-weight: 400;
  text-align: center;
  text-justify: auto;
}

.rating {
  position: relative;
  font-size: 2rem;
  display: inline-block;
}
.rating::before {
  content: "★★★★★";
  display: block;
  color: #e37400;
}
.rating_items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow: hidden;
}
.rating_item {
  position: absolute;
  width: 0%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.rating_label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 100%;
  cursor: pointer;
  color: #e37400;
}
.rating_label::before {
  content: "★";
  display: block;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.review_text {
  font-size: calc(1.1rem + 0.1vw);
  width: 90%;
  margin: 2.5em 0rem 1rem 1rem;
  margin-right: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.swiper-pagination-bullet-active {
  background-color: gray;
}

/*--------------------styli do formy--------------------------------------------*/
.form_wrapper {
  position: fixed;
  top: 4rem;
  right: 3rem;
  z-index: 2;
}

.form_close_icon {
  position: relative;
  top: -0.5rem;
  left: 90%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}

.form {
  max-width: 20rem;
  margin: 0rem auto;
  color: rgb(6, 6, 5);
  padding: 1.875rem 0;
}
.form_body {
  position: relative;
  padding: 1rem 1rem;
  background-color: rgba(243, 221, 234, 0.8901960784);
  border-radius: 0.5rem;
}
.form_body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(174, 170, 141, 0.881) url("/img/loading.gif") center/3.125rem no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.form_body._sending::after {
  opacity: 1;
  visibility: visible;
}
.form_title {
  font-family: Aboreto;
  font-weight: 400;
  font-size: 1.7em;
  font-style: normal;
  color: #391e41;
  margin: 0rem 0rem 1.2rem 0rem;
  font-size: 1.5rem;
  text-align: center;
}
.form_item {
  position: relative;
  margin: 0rem 0rem 1.3rem 0rem;
}
.form_label {
  position: absolute;
  left: 0rem;
  top: -1.1rem;
  padding: 0 0.5rem;
  color: rgb(0, 0, 0);
  cursor: text;
  font-size: 1rem;
  display: none;
  margin: 0rem 0rem 0.6rem 0rem;
}
.form #calendar {
  height: 1.8rem;
  width: 100%;
  padding: 0rem 1.25rem;
  border-radius: 0.3125rem;
  font-size: 1rem;
  background-color: rgb(255, 255, 255);
}
.form #calendar::-webkit-input-placeholder {
  color: #000;
}
.form #calendar::-moz-placeholder {
  color: #000;
}
.form #calendar:-ms-input-placeholder {
  color: #000;
}
.form #calendar::-ms-input-placeholder {
  color: #000;
}
.form #calendar::placeholder {
  color: #000;
}
.form_input {
  height: 1.8rem;
  padding: 0rem 1.25rem;
  border-radius: 0.3125rem;
  width: 100%;
  cursor: pointer;
  font-family: Lato;
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #391e41;
  font-size: smaller;
}
.form_input:focus {
  -webkit-box-shadow: 0 0 0.625rem whitesmoke;
          box-shadow: 0 0 0.625rem whitesmoke;
  background-color: #e3e3e3;
}
.form_input::-webkit-input-placeholder {
  color: #93e68e;
  font-family: Lato;
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #391e41;
  font-size: 0.8rem;
}
.form_input::-moz-placeholder {
  color: #93e68e;
  font-family: Lato;
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #391e41;
  font-size: 0.8rem;
}
.form_input:-ms-input-placeholder {
  color: #93e68e;
  font-family: Lato;
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #391e41;
  font-size: 0.8rem;
}
.form_input::-ms-input-placeholder {
  color: #93e68e;
  font-family: Lato;
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #391e41;
  font-size: 0.8rem;
}
.form_input::placeholder {
  color: #93e68e;
  font-family: Lato;
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #391e41;
  font-size: 0.8rem;
}
.form_input._error {
  -webkit-box-shadow: 0 0 0.625rem rgb(255, 0, 0);
          box-shadow: 0 0 0.625rem rgb(255, 0, 0);
  background-color: #ffffff;
}
.form textarea {
  min-height: 5rem;
  overflow-y: hidden;
  resize: vertical;
  padding: 0.8rem;
  font-family: Lato;
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #391e41;
  font-size: 0.8rem;
}
.form_button {
  position: relative;
  top: 0;
  margin: auto;
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3rem;
  background-color: rgba(243, 221, 234, 0.7607843137);
  border: 1px solid #616446;
  color: #391e41;
  font-size: larger;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 1rem 0.2rem 1rem 0.2rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  -webkit-box-shadow: 3px 8px 10px 0px rgb(59, 73, 51);
          box-shadow: 3px 8px 10px 0px rgb(59, 73, 51);
  -webkit-transition: blackground-color 0.5s ease 0s;
  transition: blackground-color 0.5s ease 0s;
}
.form_button:hover {
  background-color: #1c1d12;
  color: #dde4b4;
}
.form_button:active {
  top: 0.1875rem;
}

.checkbox_input {
  font-family: Lato;
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #391e41;
  font-size: 0.6rem;
  color: #391e41;
}
.checkbox_input._error {
  -webkit-box-shadow: 0 0 0.625rem rgb(255, 0, 0);
          box-shadow: 0 0 0.625rem rgb(255, 0, 0);
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  width: 100%;
  border-radius: 5px;
  margin: 0rem 0rem 1.3rem 0rem;
  cursor: pointer;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #ffffff;
  border-radius: 0.3125rem;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #7baa6a transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #7c8160 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  font-family: Lato;
  font-style: italic;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  color: #391e41;
  font-size: smaller;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*style items (options):*/
.select-items {
  border-radius: 0.3125rem;
  position: absolute;
  background-color: rgb(255, 255, 255);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 18.75rem;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
}

/*hide scroll bar in (options) chrome based*/
.select-items::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}