html,
body {
  margin: 0;
  padding: 0;
}
body {
  color: #414037e5;
  font-family: "Quintessential";
}
.row > * {
  padding-right: 0;
  padding-left: 0;
}

/* PAGE-1 apie-mane */

.p1s1 {
  background-color: white;
  margin-top: 130px;
}
p {
  margin-top: 0px;
}
.img-container {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* border: 2px solid red; */
}
.img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.s1-col2 {
  padding: 90px;
}
.button-2 {
  rotate: 270deg;
  display: block;
  left: -157px;
}
.p2s1-bg {
  margin-top: 130px;
  min-height: 600px;
  background: url(/img/limfodrenazinis-rekonstrukcinis-klasikinis-veido-odos-masazas-klaipeda.jpg);
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: cover;
}
.p2s2 {
  padding: 0px 60px 100px 80px;
  /* background: url('/img/p2s3-bg.png');
    background-repeat: no-repeat;   
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 50%; */
}
.p2s2c1 h2 {
  margin-top: 56px;
  margin-bottom: 30px;
}
.p2s2c1 p {
  max-width: 800px;
  margin-bottom: 25px;
}
.accordion-button {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 20px;
  line-height: 0%;
  letter-spacing: 0%;
  color: #414037b2;
}
.accordion-button:not(.collapsed) {
  color: #414037b2;
  background-color: white;
  box-shadow: inset 0 0;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid #b7a37ab2;
}
.accordion-body {
  padding: 0px;
  margin: 0px;
}
.gallery-container {
  overflow: hidden;
  cursor: grab;
  position: relative;
}

.gallery-scroll {
  display: flex;
  gap: 1px;
  overflow-x: scroll;
  /* scroll-behavior: smooth; */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.gallery-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.gallery-item {
  flex: 0 0 auto;
  width: 500px;
  height: 300px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
  display: block;
}
.img2 img {
  object-position: center 20%;
}
.p3s1 {
  padding: 200px 10px 83px 40px;
  position: relative;
}
.s5bgTL {
  position: absolute;
  top: 110px;
  left: 0;
  width: 30%;
  z-index: -1;
}
.s5bgBR {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  z-index: -1;
}

.p3s1 h2 {
  margin: 0;
  padding: 0;
}
.p3s1p {
  margin-top: 30px;
  margin-bottom: 25px;
}
.kainynas {
  max-width: 577px;
}
.kainynas .col div {
  /* height: 50px; */
  border-bottom: 1px solid #b7a37a;
}
.kainPav {
  font-family: "Open Sans";
  color: #414037b2;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 0;
  margin: 10px 0;
}
.spec {
  text-align: start;
  margin-bottom: 10px;
  width: 80%;
}
.p4s1 {
  padding-top: 200px;
}
.kontMap {
  height: 436px;
  padding-top: 80px;
}
.social-icons-big {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 992px) {
  .s1-col2 {
    padding: 30px 10px 30px 50px;
  }
  .p2s2 {
    padding: 0px 10px 100px 40px;
  }
  .p2s1-bg,
  .p1s1 {
    margin-top: 110px;
    padding: 0;
  }
  .button-2 {
    rotate: 270deg;
    display: block;
    left: -105px;
  }
}
