/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*/

/* Montserrat Variable - Regular */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Montserrat Variable - Italic */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}


/* Chrome, Edge, Safari */
/* ::-webkit-scrollbar  -  the scrollbar. */
/* ::-webkit-scrollbar-button -  the buttons on the scrollbar (arrows pointing upwards and downwards). */
/* ::-webkit-scrollbar-thumb  -  the draggable scrolling handle. */
/* ::-webkit-scrollbar-track  -  the track (progress bar) of the scrollbar. */
/* ::-webkit-scrollbar-track-piece  -  the track (progress bar) NOT covered by the handle. */
/* ::-webkit-scrollbar-corner -  the bottom corner of the scrollbar, where both horizontal and vertical scrollbars meet. */
/* ::-webkit-resizer  -  the draggable resizing handle that appears at the bottom corner of some elements. */

/* width */
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
/* Track */
*::-webkit-scrollbar-track {
  background: rgba(243,243,243,.5);
}
/* Handle */
*::-webkit-scrollbar-thumb {
  background: #8e8e8e;
  border-radius: 4px;
}
/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #8e8e8e;
}

/* Firefox */
/* scrollbar-width  -  "auto" or "thin" or "none" */
/* scrollbar-color  -  scroll thumb and track */
* {
  scrollbar-width: thin;
  scrollbar-color: #8e8e8e rgba(0,0,0,0);
}

html {
  min-width: 320px;
  /*overflow-x: hidden;*/
  width: 100%;
  scroll-behavior: smooth;
  min-height: 100vh;
}

body {
  overflow-x: hidden;
  /*font-family: "Open Sans", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  /*letter-spacing: 0.12em;*/
  min-width: 320px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  /*color: #000;*/

  min-height: 100vh;
  display: flex;
  flex-direction: column;
}



ol {
  counter-reset: ol;
  padding-left: 0;
}
ol > li {
  counter-increment: ol;
  line-height: 2.125rem;
}
ol > li::marker {
  content: "";
}
ol > li::before {
  content: "0" counter(ol);
  display: inline-block;
  width: 25px;
  color: var(--bs-brand);
  font-weight: 600;
  font-size: 1.125rem;
}

ul li {
  line-height: 2rem;
}
ul li::marker {
  color: var(--bs-brand);
  font-size: 1.5rem;
}

main.all {
  flex-grow: 1;
}

.btn {
  background-image: unset;
  --bs-gradient: none;
  --bs-btn-box-shadow: none;
}
.btn:focus,
.btn:focus-visible,
button:focus {
  outline: 0;
  box-shadow: none;
}

a, a:hover, a:focus, button, .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: none;
  text-decoration: none;
}

.btn-brand {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-outline-brand {
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.text-bg-brand {
  color: #fff!important;
}

.btn1 {border: 1px solid #efc8d1;}
.btn1 span {background-image:url(../img/ico3.png);}
.btn1:hover, .btn1:active {background-color: rgba(239,200, 209, 0.5);}

.btn2 {background-image: url(../img/ico6.png);}
.btn2:hover, .btn2:active {background-color: #664d44;background-position: left center;}

.btn3 {border: 1px solid #de1946;}
.btn3:before {
transition: all 0.4s ease 0s;
    position: absolute;height: 1px;width: 164px;background-color: #de1946;content: "";left: 0;right: 0;margin-left:auto;margin-right: auto;bottom: 22px;}
.btn3:hover, .btn3:active {background-color: #fff;border-color: #fff;}
.btn3:hover:before, .btn3:active:before {width: 100%;}

.btn3b:before {bottom: 14px;}

.btn4 {border: 1px solid #000;}
.btn4:hover, .btn4:active {background-color: #000;color: #fff;}

.btn5 {border:1px solid #3a7eb3;}
.btn5:hover, .btn5:active {background:#3a7eb3;color: #fff;}

.btn6 {border: 4px solid #e5476b;}
.btn6:hover, .btn6:active {background: #e5476b;color: #fff;}

.btn7 {
box-shadow:         0px 11px 10px 0px rgba(50, 50, 50, 0.25);left: -50%;    right: -50%;    max-width: 700px;}
.btn7:hover, .btn7:active {border:#de1946 2px solid;background: #fff;color: #de1946;}


.btn8 {border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
.btn8:hover, .btn8:active  {background: #fff;color: #7f5f53;}

.btn9 {background-image: url(../img/ico24.png);background-position: calc(100% - 26px) center;
box-shadow:         0px 10px 15px 0px rgba(50, 50, 50, 0.75);}

.btn9:hover, .btn9:active {background-position: 26px center;background-color: #000;}

.btn10 {border: 2px solid #fff;}
.btn10:hover {background: #fff;color: #ff2965;}

.btn11 {border: 2px solid #fff;white-space: normal;}
.btn11:hover, .btn11:active {background: #fff;color: #e57373;}
.btn12 {white-space: normal;}
.btn12:hover, .btn12:active {background-color: #664d44;}

.btn13:hover, .btn13:active {background: #fff; color: #e3144e;}
.btn14:hover, .btn14:active {background: #664d44;}

.btn15 {background: #dd6573;}
.btn15:hover, .btn15:active {background: #e31650;}

.btn16:hover, .btn16:active {background: #fff;color: #000;}

.btn17:before {width: 100%;height: 2px;display: block;position: absolute;content: "";top: 0;background: #fff;left: 0;
transition: all 0.4s ease 0s;}

.btn17:after {width: 100%;height: 2px;display: block;position: absolute;content: "";bottom: 0;background: #fff;right: 0;
transition: all 0.4s ease 0s;}

.btn17 .left-bord:before {width: 2px;height: 15px;display: block;position: absolute;content: "";left: 0;top: 0;background: #fff;
transition: all 0.4s ease 0s;}

.btn17 .left-bord:after {width: 2px;height: 15px;display: block;position: absolute;content: "";left: 0;bottom: 0;background: #fff;
transition: all 0.4s ease 0s;}

.btn17 .right-bord:before {width: 2px;height: 15px;display: block;position: absolute;content: "";right: 0;top:0;background: #fff;
transition: all 0.4s ease 0s;}

.btn17 .right-bord:after {width: 2px;height: 15px;display: block;position: absolute;content: "";right: 0;bottom: 0;background: #fff;
transition: all 0.4s ease 0s;}

.btn17:hover, .btn17:active {color: #dcb1a1;}
.btn17:hover:before, .btn17:active:before {background: #dcb1a1;}
.btn17:hover:after, .btn17:active:after {background: #dcb1a1;}
.btn17:hover .left-bord:before, .btn17:active .left-bord:before {height: 0;}
.btn17:hover .left-bord:after, .btn17:active .left-bord:after {height: 0;}
.btn17:hover .right-bord:before, .btn17:active .right-bord:before {height: 0;}
.btn17:hover .right-bord:after, .btn17:active .right-bord:after {height: 0;}

.btn18 {border:none; border-bottom: 13px solid #e57373;}

.btn19 {border-bottom: 1px solid #fff;}
.btn19:hover, .btn19:active {color: #ff346d; border-bottom: 1px solid #ff346d;}
.btn20 {background: #ff346d;}
.btn20:hover, .btn20:active {background: #e3144e;}

.rotate-90 {
transform: rotate(-90deg);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.modal-backdrop.show {opacity: 0.97;background: #981631;}
.modal-backdrop.show.pink {opacity: 1; background: rgba(249,202,184,0.6);}

.col-fff {color: #fff;}
.col-000 {color: #000;}
.col-ff2965 {color: #ff2965;}
.col-a27260 {color: #a27260;}
.col-e64453 {color: #e64453;}
.col-de1946 {color: #de1946;}
.col-4c2e24 {color: #4c2e24;}
.col-5c6a82 {color: #5c6a82;}
.col-565656 {color: #565656;}
.col-ff346d {color: #ff346d;}
.col-ffc1a9 {color: #ffc1a9;}
.col-ff88a0 {color: #ff88a0;}
.col-7279ff {color: #7279ff;}
.col-f9cab8 {color: #f9cab8;}
.col-ffdbcd {color: #ffdbcd;}
.col-664d44 {color: #664d44;}
.col-e5476b {color: #e5476b;}
.col-e2345c {color: #e2345c;}
.col-3e3e3e {color: #3e3e3e;}
.col-7f5f53 {color: #7f5f53;}
.col-ba8d7b {color: #ba8d7b;}
.col-e31650 {color: #e31650;}
.col-ca574a {color: #ca574a;}
.col-e3144e {color: #e3144e;}
.col-54302b {color: #54302b;}
.col-5d371d {color: #5d371d;}
.col-eec1b0 {color: #eec1b0;}
.col-321714 {color: #321714;}
.col-96183b {color: #96183b;}
.col-e57373 {color: #e57373;}

.bg-616161 {background-color: #616161;}
.bg-cbbcae {background-color: #cbbcae;}
.bg-a9b6bc {background-color: #a9b6bc;}
.bg-ffdacc {background-color: #ffdacc;}
.bg-ff95b0 {background-color: #ff95b0;}
.bg-f07c9c {background-color: #f07c9c;}
.bg-ddb3ae {background-color: #ddb3ae;}
.bg-f9c0ba {background-color: #f9c0ba;}
.bg-feb0a9 {background-color: #feb0a9;}
.bg-fdeae3 {background-color: #fdeae3;}
.bg-fff {background-color: #fff;}
.bg-ff2965 {background-color: #ff2965;}
.bg-trans {background-color: transparent;}
.bg-4d212a {background-color: #4d212a;}
.bg-de1946 {background-color: #de1946;}
.bg-30353e {background-color: #30353e;}
.bg-e31650 {background-color: #e31650;}
.bg-e3144e {background-color: #e3144e;}
.bg-664d44 {background-color: #664d44;}
.bg-f9cab8 {background-color: #f9cab8;}
.bg-e5476b {background-color: #e5476b;}
.bg-4a3c37 {background-color: #4a3c37;}
.bg-f5aab5 {background-color: #f5aab5;background: #f5aab5;}
.bg-fcd0cb {background-color: #fcd0cb;}
.bg-e57373 {background-color: #e57373;}
.bg-f2bcb7 {background-color: #f2bcb7;}
.bg-ffddd6 {background-color: #ffddd6;}
.bg-c9a3a0 {background-color: #c9a3a0;}
.bg-c0534a {background-color: #c0534a;}
.bg-546e7a {background-color: #546e7a;}
.bg-d5574c {background: #d5574c;}
.bg-6d4c41 {background-color: #6d4c41;}
.bg-886f6d {background: #886f6d;}
.bg-ffdbe5 {background-color: #ffdbe5;}
.bg-ffe4ed {background-color: #ffe4ed;}
.bg-f5f5f5 {background-color: #f5f5f5;}
.bg-white-02 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}
.bg-pink-gradient-2 {
  background: linear-gradient(180deg, #fbebf3 0%, #f7d6e6 100%);
}

.bbdash {border-bottom: 1px dashed;}

.blur {
  filter: blur(10px);
}

.menu {
  min-width: 320px;
  width: 100%;
  background: rgba(127, 46, 60, 0.6);
  overflow: hidden;
}
.offcanvas.offcanvas-end.menu {
  width: 100%;
}
.offcanvas {
  backdrop-filter: blur(10px);
  background-color: rgba(127, 46, 60, 0.7);
}
/*.offcanvas-backdrop {
  background-color: var(--bs-brand);
}*/
.offcanvas-backdrop.show {
  opacity: 0.3;
}

.menu-col-1,
.menu-col-2,
.menu-col-3 {
  height: 100%;
  position: relative;
}
.menu-col-1 {
  overflow-y: auto;
  overflow-x: hidden;
}
.menu-col-2 {
  background: rgba(117, 36, 50, 0.5);
  overflow-y: auto;
}
.menu-col-3 {
  overflow-y: auto;
  background-color: #36383a;
}
.col-f1a7b5 {color: #f1a7b5;}
.bg-1c1f23 {background: #1c1f23;}
.bg-36383a {background: #36383a;}
.bg-ff346d {background: #ff346d;}
.menu .exit:before, .modal .exit:before {
  position: absolute;
  display: block;
  width: 1px;
  background: #fff;
  height: 85px;
  content: "";
  transform: rotate(45deg);
  transition: all 0.4s ease 0s;
  left: 30px;
  top: -13px;
}
.menu .exit:after, .modal .exit:after {
  position: absolute;
  display: block;
  width: 1px;
  background: #fff;
  height: 85px;
  content: "";
  transform: rotate(-45deg);
  transition: all 0.4s ease 0s;
  right: 30px;
  top: -13px;
}
.menu .exit {
  z-index: 10;
}
.menu .exit_sm,
.modal .exit_sm {
  width: 40px;
  height: 40px;
}
.menu .exit_sm:before,
.modal .exit_sm:before,
.menu .exit_sm:after,
.modal .exit_sm:after {
  top: -8px;
  height: 56px;
}
.menu .exit_sm:before,
.modal .exit_sm:before {
  left: 20px;
}
.menu .exit_sm:after,
.modal .exit_sm:after {
  right: 20px;
}
.menu .level1 {
  font-size: 18px;
}
.menu .title-level1 {
  font-size: 24px;
  font-weight: 700;
}
.menu .title-level1 a {
  line-height: normal;
}
.menu .title-level1 a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 9px;
  background: #ff346d;
  padding-right: 10px;
}
.menu .level1:hover,
.menu .level1:active,
.menu .level1.active {
  background-color: #e31650;
}
.menu .level1:hover>a,
.menu .level1:active>a,
.menu .level1.active>a {
  font-weight: 700;
  transform: translateX(50px);
}
.menu .level1>a:before,
.menu .level1>a:before {
  transition: all 0.4s ease 0s;
  display: block;
  content: "";
  height: 2px;
  width: 0;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  margin-top: auto;
  margin-bottom: auto;
}
.menu .level1:hover>a:before,
.menu .level1:active>a:before,
.menu .level1.active>a:before {
  width: 46px;
}
.menu [aria-expanded="true"] .fa-long-arrow-alt-down {
  transform: rotate(180deg);
}

/*.js-sticky-top {
  transition: all 0.3s ease;
}*/
.js-sticky-top.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /*left: 0;*/
  /*right: 0;*/
  z-index: 1040;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.container .js-sticky-top.is-sticky {
  max-width: calc(100% - var(--bs-gutter-x))
}

.bd-navbar .navbar-toggler .bi {
  width: 1.5rem;
  height: 1.5rem
}
.bd-navbar .dropdown-menu .dropdown-item:active .bi {
  color: inherit !important
}
.bd-navbar .dropdown-menu .active .bi {
  display: block !important
}
.bi {
  width: 1em;
  height: 1em;
  vertical-align: -.125em;
  fill: currentcolor
}
[class*=gap-] .navbar-brand {
  margin: 0;
}

@media (max-width: 1199px) {
  .navbar-brand .display-6 {
    font-size: calc(0.875rem + 1.5vw);
  }
}

/*.all.mt-n3 > *:first-child > *:first-child {
  padding-top: 1.5rem;
}*/
.all.mt-n3 .media-banner-wrapper {
  padding-top: 1.5rem;
}
.all.mt-n4 .media-banner-wrapper {
  padding-top: 2rem;
}

.footer-primary {
  padding: 50px;
  background-color: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--bs-border-color);
  width: 100%;
  padding-bottom: 1.5rem;
}
.footer-header-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-content {
  color: var(--bs-dark);
}
.footer-content a:not([class*=col]):not(.active) {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity));
}
footer a:hover, footer a:active, footer a.active {
  color: var(--bs-brand) !important;
}
footer .bbs {
  border-bottom: 1px solid;
}
.footer-content .grid {
  /*--bs-rows: 2;*/
  /*grid-template-rows: repeat(var(--bs-rows, 1), auto);*/
}
.footer-location {}
.footer-location-list {}
.footer-location-list > * {
  margin-bottom: 0;
}
.footer-location-list > *:not(:first-child) {
  padding-top: .875rem;
}
.footer-location-list > *:not(:last-child) {
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--bs-border-color);
}
.footer-nav {
  /*grid-row-end: span 2;*/
}
.footer-copyright {
  /*grid-row: 2;*/
  /*align-self: end;*/
}

.media-banner-wrapper {
  background: var(--bs-white);
  border-radius: var(--bs-border-radius-xl);
  overflow: hidden;
  padding: 10px;
}
.media-banner {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: var(--bs-border-radius);

  display: flex;
  flex-direction: column;
}
.media-banner-bg {
  border-radius: var(--bs-border-radius);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.media-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.media-banner-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-appearance: none;
  border-bottom: 1px solid transparent;
}
.media-banner-content {
  position: relative;
  padding-left: 60px;
  padding-bottom: 60px;
  padding-top: 40px;
  padding-right: 30px;
  max-width: 880px;
  margin-top: auto;
}
.media-banner-bg-blackout {
  border-radius: var(--bs-border-radius);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.35);
}

/*.section-price {
  padding-top: 120px;
  padding-bottom: 120px;
}*/
.section-price-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  text-transform: uppercase;
  color: #E4144E;
  position: relative;
  margin-bottom: 50px;
}
.section-price-title::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #F9CAB8;
}
@media screen and (max-width: 767px) {
  .section-price-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 425px) {
  .section-price-title {
    word-break: break-word;
  }
}

.table-price {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
.table-price tr {
  background: #F9F9F9;
}
.table-price thead tr {
  background: transparent;
}
.table-price th,
.table-price td {
  border: 2px solid #FFFFFF;
}
.table-price th {
  position: relative;
  padding: 15px 20px;
  text-align: center;
  border-bottom: 0;
  border-radius: 5px 5px 0px 0px;
}
.table-price th:first-child {
  max-width: 45%;
  width: 100%;
}
.table-price td {
  padding: 22px 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.table-price td:first-child {
  color: #000000;
  padding: 20px 25px;
}
.table-price .price {
  font-weight: 700;
}
.table-price .table-price-title {
  background: #F1F1F1;
}
.table-price-title td,
.table-price-title td:first-child {
  padding: 16px 25px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #E4144E;
  line-height: 100%;
  position: relative;
  border-top: 0;
}
.table-price-title:first-child td:first-child {
  border-radius: 10px 0px 0px 0px;
}
.table-price-title td::before {
  content: '';
  position: absolute;
  top: 0;bottom: 0;right: 0;left: 0;
  display: block;
  border: 1px dashed #F9CAB8;
  /*border-radius: 10px 0px 0px 0px;*/
  z-index: 0;
}
.table-price-title:first-child td::before {
  border-radius: 10px 0px 0px 0px;
}
.table-price-title span {
  position: relative;
}
.table-price td:not(:first-child) {
  text-align: center;
  font-size: 18px;
  line-height: 100%;
}

.table-price p {
  margin-bottom: 0;
}
.table-price-th .gratis {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}
.table-price-th .gratis:only-child {
  margin-bottom: 0;
}
.table-price-th .gratis small {
  font-size: 12px;
  font-weight: 400;
}
.table-price-th .visit-count span {
  font-weight: 500;
}
.table-price-th:not(.table-price-th-1) {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
}
.table-price-th-1 {
  font-weight: 400;
  font-size: 16px;
  color: #606163;
  background: #FFEAEA;
}
.table-price-th-2 {
  color: #606163;
  background: #FFB5B6;
}
.table-price-th-2 .gratis span {
  color: #B1595B;
}
.table-price-th-3 {
  color: #FFD9E3;
  background: #FF608C;
}
.table-price-th-3 .gratis span {
  color: #FFFFFF;
}
.table-price-th-4 {
  color: #FFC9D8;
  background: #E4144E;
}
.table-price-th-4 .gratis span {
  color: #FFFFFF;
}

.table-price-td-1 {
  color: #606163;
  background: #FFF7F7;
}
.table-price-td-2 {
  color: #B1595B;
  background: #FFEAEA;
}
.table-price-td-3 {
  color: #FF608C;
  background: #FFD9E3;
}
.table-price-td-4 {
  color: #E4144E;
  background: #FFC9D8;
}

.table-price tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px;
}
.table-price tbody tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px;
}

.table-price-td-name {
  font-size: 18px;
}
.table-bundle .table-price-td-name {
  padding: 0;
}

.table-price-td-col-title {
  display: none;
}

@media screen and (max-width: 768px) {
  .table-price thead {
    display: none;
  }
  .table-price tr {
    display: block;
    width: 100%;
  }
  .table-price td:not(.table-price-td-name) {
    display: flex;
    flex-wrap: nowrap;
    /*align-items: center;*/
    width: 100%;
    padding: 0;
  }
  .table-price .table-price-td-name {
    padding: 20px 25px;
    font-size: 18px;
    /*display: flex;*/
  }

  .table-price-title:first-child,
  .table-price-title:first-child td::before {
    border-radius: 10px 10px 0px 0px;
  }
  .table-price-title:first-child td:first-child {
    border-radius: 10px 10px 0px 0px;
  }

  .table-price-td-col {
    display: block;
    text-align: right;
    font-weight: 500;
    /*padding: 20px 25px;*/
    padding: 10px 15px;
    flex-basis: 100%;
  }
  .table-price-td-col .gratis small,
  .table-price-td-col .visit-count {
    font-size: 12px;
    font-weight: 400;
  }
  .table-price-td-col-title {
    display: block;
    color: #606163;
    font-size: 16px;
    text-align: left;
    flex-shrink: 0;
    flex-basis: 60%;
    border-right: 4px solid #FFFFFF;
    position: relative;
  }
  .table-price-td-1 .table-price-td-col-title {
    font-size: 16px;
    font-weight: 400;
  }

  .table-price tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 0px;
  }
  .table-price tbody tr:last-child,
  .table-price tbody tr:last-child td:last-child {
    border-radius: 0px 0px 10px 10px;
  }
  .table-price tbody tr:last-child .table-price-td-col:first-child,
  .table-price tbody tr:last-child td:last-child .table-price-td-col-title::before {
    border-radius: 0px 0px 0px 10px;
  }
  .table-price tbody tr:last-child .table-price-td-col:last-child {
    border-radius: 0px 0px 10px 0px;
  }

  .table-price-title td,
  .table-price-title td:first-child {
    font-size: 22px;
    padding: 16px 25px;
  }

  .table-price-td-1 .gratis span {
    color: #606163;
  }
  .table-price-td-2 .gratis span {
    color: #B1595B;
  }
  .table-price-td-3 .gratis span {
    color: #FF608C;
  }
  .table-price-td-4 .gratis span {
    color: #E4144E;
  }

  .table-price-td-1 .table-price-td-col-title::before,
  .table-price-td-2 .table-price-td-col-title::before,
  .table-price-td-3 .table-price-td-col-title::before,
  .table-price-td-4 .table-price-td-col-title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;top: 0;
    height: 100%;
    width: 6px;
  }
  .table-price-td-1 .table-price-td-col-title::before {
    background-color: #FFEAEA;
  }
  .table-price-td-2 .table-price-td-col-title::before {
    background-color: #FFB5B6;
  }
  .table-price-td-3 .table-price-td-col-title::before {
    background-color: #FF608C;
  }
  .table-price-td-4 .table-price-td-col-title::before {
    background-color: #E4144E;
  }
}

.block-reviews {
  position: relative;
}
.block-reviews::before {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 149px;
  background: url(/img/ico33.png);
  margin-left: 80px;
  margin-top: 30px;
}

.blocks-3_item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.sertificates__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.sertificates__h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  text-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
  color: #e3144e;
}
.sertificates__p {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  line-height: 20px;
}
.sertificates__item {
  background: #fff;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  height: 100%;
  border-radius: var(--bs-border-radius-xl);
  overflow: hidden;
}
.sertificates__item__figure {
  width: 100%;
  height: 190px;
  overflow: hidden;
  position: relative;
}
.sertificates__item__figure img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sertificates__item__content {
  padding: 15px 25px;
  position: relative;
  height: 250px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sertificates__item__price {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #e3144e;
  margin-bottom: 10px;
}
.sertificates__item__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  color: #54302b;
}
.sertificates__item__button {
  /*position: absolute;*/
  /*bottom: 20px;*/
  /*left: 25px;*/
  margin-top: auto;
  background-color: #e3144e;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  padding: 0 20px;
  border-radius: var(--bs-border-radius-xl);
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.card-zone:hover {
  box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.09);
  transition: 0.3s;
}
.card-zone {
  /*display: block;*/
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(255, 228, 237, 1);
  border-radius: var(--bs-border-radius-xl);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.09);
  /*margin-bottom: 50px;*/
  transition: 0.3s;
  overflow: hidden;
  height: 100%;
}
.card-zone .card-footer {
  border: 0;
  margin-top: auto;
  flex: 1 0 auto;
}
.card-zone-img {
  max-height: 290px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.modal-content .form-control {
  box-shadow: none;
  border-bottom: 2px solid #c69da4;
}
.modal-content .form-control:focus {
  background-color: transparent;
  color: #fff;
}

.fire-icon {
  position: absolute;
  font-size: 34px;
  top: -0.5em;
  right: -0.3em;
}
img.fire-icon {
  width: 34px;
}

.feature-icon-border {
  border: 1px solid;
}

/*.parallax-container {
  min-height: 700px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1px;
}
.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.parallax-background {
  background-image: url('https://laseri.pl/img/bg4.jpg');
  transform: translateZ(-2px) scale(3);
}*/

.feature-item-lines {
  position: relative;
}
.feature-item-lines::before {
  content: '';
  height: 90%;
  width: 1px;
  background: var(--bs-border-color);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.feature-item-lines::after {
  content: '';
  height: 1px;
  width: 90%;
  background: #e5e3df;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
}

.features-grid {
  display: grid;
  --bs-columns: 3;
  grid-template-rows: repeat(10, auto);
}
.features-grid > :nth-child(1) {
  grid-area: 1 / 1 / 5 / 3;
}
.features-grid > :nth-child(2) {
  grid-area: 1 / 3 / 4 / 3;
}
.features-grid > :nth-child(3) {
  grid-area: 5 / 1 / 11 / 2;
}
.features-grid > :nth-child(4) {
  grid-area: 5 / 2 / 8 / 2;
}
.features-grid > :nth-child(5) {
  grid-area: 4 / 3 / 11 / 3;
}
.features-grid > :nth-child(6) {
  grid-area: 8 / 2 / 11 / 3;
}

.carousel-before-after {
  height: 400px;
  position: relative;
}
.carousel-label-before,
.carousel-label-after {
  padding: .5rem 1rem;
  border-radius: var(--bs-border-radius-xl);
  color: #fff;
  position: absolute;
  top: 2rem;
  z-index: 1;
  font-size: .75rem;
  min-width: 78px;
  text-align: center;
}
.carousel-label-before {
  left: 2.6rem;
  background-color: var(--bs-red);
}
.carousel-label-after {
  right: 2.6rem;
  background-color: var(--bs-teal);
}
.carousel-before-after .carousel-inner {
  height: 100%;
}
.carousel-before-after .carousel-inner .carousel-item {
  height: 100%;
}
.carousel-before-after .carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-before-after .carousel-control-next-icon,
.carousel-before-after .carousel-control-prev-icon {
  position: relative;
}
.carousel-before-after .carousel-control-next-icon::before,
.carousel-before-after .carousel-control-prev-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
}

.icon-arrow-right-circle {
  background-image: url(../img/arrow-right-circle.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: transform .4s;
  width: 55px;
  height: 55px;
}
.card:hover .icon-arrow-right-circle {
  transform: rotate(45deg);
  transition: transform .4s;
}

.tooltip {
  --bs-tooltip-color: var(--bs-body-color);
  --bs-tooltip-bg: var(--bs-white);
}
.tooltip-inner {
  text-align: start;
}

.continuous-auto-scroll-carousel .casc-slide {
  /*margin-right: 1rem;
  margin-left: 1rem;*/
  margin: 1em;
}
.continuous-auto-scroll-carousel .card {
  padding: 1rem;
  border-radius: var(--bs-border-radius-xl);
  /*background-color: var(--bs-gray-200);*/
  background-color: var(--bs-gray-gray-200);
  border: 0;
}
.continuous-auto-scroll-carousel img {
  border-radius: var(--bs-border-radius-xl);
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.accordion-faq {
  --bs-accordion-border-width: 0;
}
.accordion-faq .accordion-item,
.accordion-faq .accordion-item>.accordion-header .accordion-button {
  --bs-accordion-border-radius: var(--bs-border-radius-xl);
  border-radius: var(--bs-accordion-border-radius) !important;
}
.accordion-faq .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.accordion-faq .accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-faq .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  --bs-accordion-inner-border-radius: var(--bs-border-radius-xl);
}
.accordion-faq .accordion-button {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.accordion-faq .accordion-button:not(.collapsed) {
  --bs-accordion-active-color: var(--bs-accordion-btn-color);
  --bs-accordion-active-bg: var(--bs-accordion-btn-bg);
  box-shadow: unset;
}
.accordion-faq .accordion-button::before {
  content: '';
  padding: 1.5rem;
  background-position: center;
  border-radius: .5rem;
  background-color: var(--bs-tertiary-bg);
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  position: absolute;
  right: var(--bs-accordion-btn-padding-x);
  top: var(--bs-accordion-btn-padding-y);
}
.accordion-faq .accordion-button::after {
  padding: 1.5rem;
  background-position: center;
  position: relative;
}
.accordion-faq .accordion-button:not(.collapsed)::before {
  background-color: var(--bs-brand);
}
.accordion-faq .accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.accordion-faq .accordion-button:focus {
  box-shadow: unset;
}

.btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  color: var(--bs-dark);
  width: 80px;
  height: 80px;
  background-color: var(--bs-white);
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.btn-play:hover {
  transform: scale(1.05);
}

.bg-before-dark-05::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.ordered-list {
  counter-reset: process;
}
.ordered-list .ordered-list-item::marker {
  content: "";
}
.ordered-list .ordered-list-item::before {
  /*position: absolute;
  left: 0;
  top: 0;*/
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  color: var(--black);
  display: inline-block;
  margin-bottom: 1rem;
}
.ordered-list .ordered-list-item::before {
  counter-increment: process;
  content: "0" counter(process);
}

.feature-icon {
  width: 5rem;
  height: 5rem;
  border-radius: .75rem;
  overflow: hidden;
}
.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-content h2:not(:first-child),
.article-content .h2:not(:first-child) {
  margin-top: 1.7rem;
}
.article-content h3:not(:first-child),
.article-content .h3:not(:first-child) {
  margin-top: 1.7rem;
}

.blockquote-white-1 {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  font-style: italic;
  font-size: 1.125rem;
  overflow: hidden;
  /*box-shadow: 0 8px 16px rgba(0, 0, 0, .07);*/
  border: 1px solid var(--bs-brand);
  border-left: 6px solid var(--bs-brand);
}
.blockquote-white-1 p:last-child {
  margin-bottom: 0;
}

.u-list-check,
.u-list-check-2,
.u-list-check_filled,
.u-list-check_filled-light,
.list-check-gradient-item {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.u-list-check,
.u-list-check-2,
.u-list-check_filled,
.u-list-check_filled-light{
  padding-left: 0;
}
.u-list-check > li::marker,
.u-list-check-2 > li::marker,
.u-list-check_filled > li::marker,
.u-list-check_filled-light > li::marker,
.list-check-gradient-item::marker {
  content: '';
}
.u-list-check > li,
.u-list-check_filled > li,
.u-list-check_filled-light > li {
  position: relative;
  padding-left: 30px;
  /*margin-bottom: 1rem;*/
  font-size: 1rem;
  line-height:2.1875rem;
}
.u-list-check-2 > li {
  position: relative;
  padding-left: 35px;
  /*margin-bottom: 1rem;*/
  font-size: 1rem;
  line-height: 2.1875rem;
}
.u-list-check_filled > li {
  font-size: 1rem;
  padding-left: 30px;
}
.u-list-check_filled.u-list-check_filled-2 > li {
  padding-left: 35px;
}
.u-list-check_filled-light > li {
  color: #2F131B;
  /*margin-bottom: 15px;*/
  padding-left: 30px;
}
.u-list-check > li::before,
.u-list-check-2 > li::before,
.u-list-check_filled > li::before,
.list-check-gradient-item::before {
  content: '\f058';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1rem;
  text-rendering: auto;
  /*color: #FFC9CD;*/
  color: var(--bs-brand);
  position: absolute;
  left: 0;
  top: 0;
}
.white .u-list-check > li::before,
.white .u-list-check-2 > li::before,
.white .u-list-check_filled > li::before {
  color: #fff;
}
.u-list-check-2 > li::before {
  font-size: 1.375rem;
  font-weight: 300;
}
.u-list-check > li::before {
  font-weight: 300;
}
.u-list-check_filled > li::before {
  font-weight: 600;
  font-size: 1rem;
}
.u-list-check_filled.u-list-check_filled-2 > li::before {
  font-size: 1.375rem;
}
.u-list-check_filled-light > li::before {
  content: '\f00c';
  color: var(--bs-brand);
  background-color: #FEDDDF;
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1rem;
  text-align: center;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: calc(1rem/2);
  position: absolute;
  left: 0;
  top: .5rem;
}
.u-list-check_filled-light.u-list-check_filled-light-2 > li {
  padding-left: 35px;
}
.u-list-check_filled-light.u-list-check_filled-light-2 > li::before {
  font-size: 1rem;
  line-height: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: calc(1.375rem/2);
  top: .3rem;
}

.u-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.u-list:only-child {
  margin-bottom: 0;
}
.u-list > li {
  position: relative;
  padding-left: 30px;
  /*margin-bottom: 20px;*/
  font-size: 1rem;
  line-height: 2.125rem;
}
.u-list > li:last-child {
  margin-bottom: 0;
}
.u-list > li::before {
  content: '\f00c';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1rem;
  font-weight: 300;
  text-rendering: auto;
  color: var(--bs-brand);
  position: absolute;
  left: 0;
  top: 0;
}
.u-list.u-list-2 > li {
  padding-left: 35px;
}
.u-list.u-list-2 > li::before {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.u-list > li ul li {
  /*font-size: 16px;*/
  font-size: 1rem;
}
.u-list > li ul li::before {
  font-size: 1rem;
}

.double-dotted-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.double-dotted-list:only-child {
  margin-bottom: 0;
}
.double-dotted-list > li {
  position: relative;
  padding-left: 30px;
  /*margin-bottom: 25px;*/
  font-size: 1rem;
  line-height: 2.125rem;
}
.double-dotted-list > li:last-child {
  margin-bottom: 0;
}
.double-dotted-list > li::before {
  content: '';
  display: inline-block;
  font-size: 1rem;
  line-height: 2.125rem;
  text-rendering: auto;
  background: var(--bs-brand);
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 6px rgba(252, 92, 104, 0.24);
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 11px;
}
/*.double-dotted-list > li ul {
  margin-top: 1rem;
}*/
.double-dotted-list > li ul li {
  /*padding-left: 30px;*/
  /*margin-bottom: 15px;*/
  font-size: 1rem;
  line-height: 2.125rem;
}
.double-dotted-list > li ul li::before {
  font-size: 1rem;
  line-height: 2.125rem;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 7px rgba(252, 92, 104, 0.24);
  left: 7px;
  top: 7px;
}

.list-num-circle-pink {
  list-style-type: none;
  list-style: none;
  counter-reset: li;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.list-num-circle-pink > li {
  position: relative;
  padding-left: 30px;
  /*margin-bottom: 20px;*/
  font-size: 1rem;
  line-height: 2.1875rem;
}
.list-num-circle-pink.list-num-circle-pink-2 > li {
  display: inline-flex;
  padding-left: 0px;
  /*margin-bottom: 30px;*/
}
.list-num-circle-pink.list-num-circle-pink-2 > li span {
  font-size: 1rem;
  line-height: 2.125rem;
}
.list-num-circle-pink > li::before {
  content: counter(li);
  counter-increment: li;
  color: var(--bs-brand);
  background: #FEDDDF;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  position: absolute;
  left: 0;top: .3rem;
  width: 1.375rem;
  height: 1.375rem;
  text-align: center;
}
.list-num-circle-pink.list-num-circle-pink-2 > li::before {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  margin-right: 1rem;
  flex-shrink: 0;
  top: .2rem;
}

.title-border-left {
  border-left: 3px solid var(--bs-gray-gray-500);
  padding-left: .75rem;
}

.cbx_absolute-lg_block {
  position: relative;
}

.cbx_blockquote-double-border {
  border: 1px solid var(--bs-brand);
  /*box-shadow: 0 0 0 9px #fff, 0 0 0 10px var(--bs-brand);*/
  box-shadow: inset 0 0 0 9px #fff, inset 0 0 0 10px var(--bs-brand);
  padding: 60px;
  border-radius: var(--bs-border-radius-xl);
}

.cbx_arrow-to-button {
  position: absolute;
  bottom: 20px;
  left: -30%;
  display: inline-block;
  width: 46px;
  height: 66px;
  background-image: url(../img/cbx/cbx_arrow-side-down.png);
  background-position: center;
  background-repeat: no-repeat
}

.dropdown-toggle::after {
  border: 0px;
  vertical-align: middle;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"/><polyline points="208 96 128 176 48 96" fill="none" stroke="%23575859" stroke-linecap="round" stroke-linejoin="round" stroke-width="24"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(0deg);
  transition: all 0.2s ease;
}
.dropdown-toggle.show::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"/><polyline points="208 96 128 176 48 96" fill="none" stroke="%23464646" stroke-linecap="round" stroke-linejoin="round" stroke-width="24"/></svg>');
  transform: rotate(180deg);
  transition: all 0.2s ease;
}

.g-map {
  position: relative;
  width: 100%;
  height: 100%;
  /*padding-bottom: 56.25%; /* 16:9 */*/
  /*height: 0;*/
}
.g-map iframe {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 100%;
  /*border: 0;*/
}

.services-controls {
  display: flex;
  background: #FAFAFA;
  border-radius: var(--bs-border-radius-xl);
  /*overflow: hidden;*/
}
.services-price-type {
  display: flex;
  flex-direction: column;
}
.price-type-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #565656;

  background: #FFDBE5;
  padding: 5px 25px;
  flex-shrink: 0;
}
.services-controls .price-type-label {
  border-top-left-radius: var(--bs-border-radius-xl);
}
.price-type-dropdown {
  flex-grow: 1;
}
.price-type-dropdown .dropdown-toggle::after {
  content: unset;
}
.price-type-dropdown .dropdown-toggle {
  background: #ff2965;
  padding: 10px 25px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  border-radius: 0;
  border-bottom-left-radius: var(--bs-border-radius-xl);
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*width: 260px;*/
  height: 100%;
}
.dropdown-caret {
  color: inherit;
  font-size: inherit;
}
.dropdown-menu>li>a.price-type-select-item {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 14px;
}
.dropdown-menu>li>a.price-type-select-item:hover {
  background: #F8F8FB;
}
.price-type-selected small,
.price-type-select-item small {
  font-size: 12px;
  font-weight: 400;
}
.price-type-selected small span {
  font-weight: 600;
}
.price-type-dropdown .dropdown-menu {
  width: 100%;
  padding: 10px 0;
  margin-top: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.09);
}
.services-filter-list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0 25px;
  margin: 0;
  overflow: auto;
  white-space: nowrap;
}
.services-filter-list li {
  padding: 25px;
}
.services-filter-item {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #A2A2A2;
  border-left: 1px solid #A2A2A2;
  display: inline-block;
  padding-left: 8px;
  transition: 0.3s;
}
.services-filter-item:hover,
.services-filter-item.active {
  color: #ff2965;
  border-left: 1px solid #ff2965;
  transition: 0.3s;
}

@media screen and (max-width: 1279px) {
  .price-type-dropdown .dropdown-toggle {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .services-controls {
    flex-wrap: wrap;
  }
  .services-price-type {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .services-filter-list {
    padding: 20px 0;
  }
  .services-filter-list li {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 425px) {
  .services-filter-list li {
    width: 100%;
  }
}

.services-grid {
  /*display: flex;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 50px;*/
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
.services-grid-item {
  width: 100%;
  /*flex-basis: 100%;*/
}
@media screen and (min-width: 992px) {
  /*.services-grid-item {
    width: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }*/
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  /*.services-grid-item {
    width: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
  }*/
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.service-item-card {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.09);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: var(--bs-border-radius-xl);
  overflow: hidden;
}
.service-item-card:hover {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.service-label {
  position: absolute;
  top: 0;right: 0;
  z-index: 1;
  border-radius: 0px 0px 0px 8px;
  padding: 5px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #A2A2A2;
  background: #FAFAFA;
}
.service-label.label-new {
  background: #71B461;
  color: #fff;
}
.service-label.label-best {
  background: #7D7BFC;
  color: #fff;
}
.service-label.label-discount {
  background: #FF7878;
  color: #fff;
}
.service-label.label-addon {
  background: #BCC5CE; /* Неяскравий, нейтральний колір */
  color: #fff;
}
/* Для популярних послуг — теплий помаранчевий або золотистий */
.service-label.label-popular {
  background: #FFB347; 
  color: #fff;
}
.service-item-card-img {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  flex-shrink: 0;
}
.service-item-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.service-item-card-info {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-top: 1px solid #ff2965;
  flex-grow: 1;
}
.service-item-card-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  color: #000;
}
.service-item-card-title small {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #828282;
}
.service-item-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-item-card-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ff2965;
  margin-right: 8px;
}
.service-item-card-oldprice {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #828282;
  text-decoration: line-through;
}
.btn-service-buy {
  padding: 7px 18px;
  background: #ff2965;
  /*border: 0;*/
  border: 1px solid #ff2965;
  /*border-radius: 0;*/
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
}
.btn-service-buy:hover {
  background: #fff;
  color: #ff2965;
  border: 1px solid #ff2965;
}

.cookies-modal {
  display: none;
  max-width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #dcb1a1;
  padding: 1rem;
  color: #54302b;
  font: 300 14px/18px Open Sans, sans-serif;
  box-shadow: 0 0.5rem 2rem rgb(0, 0, 0, 30%);
  z-index: 999999;
}
.cookies-modal-dialog {
  display: flex;
  align-items: baseline;
}
.cookies-modal-dialog p {
  margin-bottom: 0;
  margin-right: 30px;
}
.cookies-modal-dialog p + a {
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .cookies-modal-dialog p {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .cookies-modal-dialog {
    display: block;
  }
}






.pt11 {
  padding-top: 11px;
}
.pb11 {
  padding-bottom: 11px;
}
.pl110 {
  padding-left: 110px;
}
.mt1120 {margin-top: 1120px;}
.va-10 {vertical-align: -10px;}
.b-370 {bottom: -370px;}
.h40 {height: 40px;}
.h300 {height: 300px;}
.h334 {height: 334px;}
.h400 {height: 400px;}
.max-h400 {max-height: 400px;}
.minh170 {min-height: 170px;}
.minh225 {min-height: 225px;}
.minh300 {min-height: 300px;}
.minh660 {min-height: 660px;}
.minh1260 {min-height: 1260px;}
.h150i {height: 150px!important;}
.w40 {width: 40px;}
.w145 {width: 145px;}
.h200 {
  height: 200px;
}
.h100 {
  height: 100px;
}
.max-w160 {
  max-width: 160px;
}
.max-w500 {
  max-width: 500px;
}
.max-w100p {
  max-width: 100%;
}
.text-44 {
  font-size: 44px;
}
.text-68 {
  font-size: 68px;
}
.text-80 {
  font-size: 80px;
}
.text-100 {
  font-size: 100px;
}
.text-150 {
  font-size: 150px;
}
.text-130 {
  font-size: 130px;
}
.text-200 {
  font-size: 200px;
}
.text-400 {
  font-size: 400px;
}

.hover-color-brand:hover {
  color: var(--bs-brand) !important;
  --bs-link-color-rgb: var(--bs-brand-rgb);
}
.btn-hover-none:hover,
:not(.btn-check)+.btn.btn-hover-none:active {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  box-shadow: var(--bs-btn-box-shadow);
  cursor: default;
}
.o-fit-cover,
.object-fit-cover {
  object-fit: cover !important;
}
.o-fit-contain,
.object-fit-contain {
  object-fit: contain !important;
}

.no-after::after {
  content: unset !important;
}
.no-before::before {
  content: unset !important;
}
.after-none::after {
  display: none !important;
}
.before-none::before {
  display: none !important;
}


@media screen and (min-width: 576px) {
  .container .js-sticky-top.is-sticky {max-width: calc(540px - var(--bs-gutter-x))}
}
@media screen and (min-width: 768px) {
  #menu-1, #menu-2 {
    height: auto !important;
    display: block !important;
  }
  .menu .btn20 {margin-top: 40px;}
  .container .js-sticky-top.is-sticky {max-width: calc(720px - var(--bs-gutter-x))}
}
@media screen and (min-width: 992px) {
  .container .js-sticky-top.is-sticky {max-width: calc(960px - var(--bs-gutter-x))}
}
@media screen and (min-width: 1200px) {
  .container .js-sticky-top.is-sticky {max-width: calc(1140px - var(--bs-gutter-x))}
}
@media screen and (min-width: 1400px) {
  .container .js-sticky-top.is-sticky {max-width: calc(1320px - var(--bs-gutter-x))}
}

@media screen and (min-width: 768px) and (max-height: 920px) {
  .menu .h-hidden {display: none;}
  .menu .mt60 {margin-top: 30px;}
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .menu-col-1, .menu-col-2 {
    padding-top: 45px;
  }
}
@media screen and (min-width: 992px) {
  /*.menu .offcanvas-body {
    overflow: hidden;
  }*/
  .w-lg-auto {
    width: auto !important;
  }
  .cbx_absolute-lg_block {
    min-height: 500px;
  }
  .cbx_absolute-lg_text {
    position: absolute;
    top: 120px;
    left: -70px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    background: rgba(var(--bs-tertiary-bg-rgb), 0.7);
    padding: 1rem;
    border-radius: var(--bs-border-radius);
  }
}

@media screen and (max-width: 1800px) {
  .menu .menu-col-2 {padding-left: 75px;}
  .menu .fs30.lh42 {font-size: 26px;line-height: 38px;}
  .menu .menu-col-3 .w70.minh5.bg-e3144e {margin-top: 46px;}
  .menu .menu-col-2 {overflow-x: hidden;}
}
@media screen and (max-width: 1700px) {
  .menu .level1:hover > a, .menu .level1:active > a { transform: translateX(25px);}
  .menu .level1:hover > a:before, .menu .level1:active > a:before {width: 26px; left: -25px;}
}
@media screen and (max-width: 1500px) {
  .menu .menu-col-1, .menu .menu-col-2 {padding-left: 50px;}
  .menu .fs30.lh42 {font-size: 24px; line-height: 38px;}
  .menu .btn20 {font-size: 15px; max-width: 275px; height: 55px;}
}
@media screen and (max-width: 1400px) {
  .menu .btn20 {max-width: 216px; min-height: 44px; height: auto; font-size: 13px !important; white-space: normal;}
  .menu .col-ff346d.fs36 {font-size: 30px; line-height: 30px;}
  .block-reviews::before {
    content: unset;
  }
}
@media screen and (max-width: 1366px) {
  .menu .exit {margin-right: 20px;}
  .menu .exit:before, .menu .exit:after {height: 65px;}
  .menu .fs30.lh42 {font-size: 22px; line-height: 36px;}
  /*#menu-1 {margin-top: 30px;}*/
}
@media screen and (max-width: 1300px) {
  .menu .menu-col-3 .fs18 {font-size: 16px;}
  .menu .level1 a {padding-top: 15px; padding-bottom: 15px;}
  .menu .fs30.fw500 {font-size: 16px;}
  .menu .level1 {font-size: 13px;}
  .menu .title-level1 {font-size: 14px;}
  .menu .title-level1 a:after {height: 4px;}
  .menu .level1 a {padding-bottom: 10px; padding-top: 10px;}
  .menu .fs30.lh42 {font-size: 18px; line-height: 30px;}
  .menu .col-ff346d.fs36 {font-size: 20px; line-height: 20px;}
  .menu .menu-col-1, .menu .menu-col-2 {padding-top: 50px;}
  .menu .menu-col-3 .w70.minh5.bg-e3144e {margin-top: 42px;}
  .menu .menu-col-1 .w70.minh5.bg-e3144e, .menu .menu-col-2 .w70.minh5.bg-e3144e {margin-top: 15px;}
}
@media screen and (max-width: 1199px) {
  .menu .level1 a {padding-top: 8px; padding-bottom: 8px;}
  .features-grid {
    --bs-columns: 2;
    grid-template-columns: auto auto;
    grid-template-rows: repeat(3, auto);
  }
  .features-grid > :nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  .features-grid > :nth-child(2) {
    grid-area: 1 / 2 / 2 / 2;
  }
  .features-grid > :nth-child(3) {
    grid-area: 2 / 2 / 2 / 2;
  }
  .features-grid > :nth-child(4) {
    grid-area: 2 / 1 / 2 / 2;
  }
  .features-grid > :nth-child(5) {
    grid-area: 3 / 1 / 3 / 2;
  }
  .features-grid > :nth-child(6) {
    grid-area: 3 / 2 / 3 / 2;
  }
}
@media screen and (max-width: 991px) {
  .menu .dropdown {position: relative; opacity: 1;right: 0!important;padding-top: 0;font-size: 17px; line-height: 21px;}
  .menu {overflow-y:scroll;}
  .menu .mt135 { margin-top: 105px;}
  .menu .exit {margin-right: 20px;}
  .menu-col-2 {overflow-x: hidden;}
  .blocks-3_item img {
    height: auto;
  }
  .text-100 {
    font-size: 34px;
  }
  .text-130 {
    font-size: 70px;
  }
  .text-150 {
    font-size: 90px;
  }
  .text-200 {
    font-size: 100px;
  }
  .text-400 {
    font-size: 200px;
  }
  .feature-item-lines::before {
    display: none !important;
  }
  .feature-item-lines:not(:last-child)::after,
  .feature-item-lines.after-none:not(:last-child)::after {
    display: block !important;
  }
  .features-grid {
    display: flex;
    flex-direction: column;
  }
  .features-grid > :nth-child(1),
  .features-grid > :nth-child(3),
  .features-grid > :nth-child(5) {
    z-index: 1;
    position: relative;
  }
  .features-grid > :nth-child(2),
  .features-grid > :nth-child(4),
  .features-grid > :nth-child(6) {
    margin-top: -3rem;
  }
  .features-grid > :nth-child(2) .fa-circle,
  .features-grid > :nth-child(4) .fa-circle,
  .features-grid > :nth-child(6) .fa-circle {
    z-index: 2;
    position: relative;
  }
  .carousel-before-after {
    height: 260px;
  }
  .u-list-check-2 > li::before {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .menu .menu-col-1, .menu .menu-col-2, .menu .menu-col-3  {padding-left: 40px;}
}
@media screen and (max-height: 768px) {
  .menu {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  ul li,
  .double-dotted-list > li,
  .double-dotted-list > li ul li {
    line-height: 1.625rem;
  }
  .double-dotted-list > li {
    margin-bottom: 0.5rem;
  }
  .menu .menu-col-1, .menu .menu-col-2, .menu .menu-col-3 {height: auto;}
  .menu .exit:before, .menu .exit:after {height: 45px;}
  .menu .exit {margin-right: 10px; margin-top: 25px;}
  #menu-1, #menu-2 {margin-top: 10px;}
  .menu .level1 a {padding-bottom: 6px; padding-top: 6px;}
  .menu .menu-col-1, .menu .menu-col-2 {padding-left: 60px;}
  .menu .menu-col-2 .minh5 {margin-left: -80px;}
  .menu .menu-col-2 .fs30.fw500 {margin-left: 10px;}
  .menu .menu-col-3 {padding-left: 70px;}
  .menu .fs30.lh42 {margin-top: 0;}
  .menu .w70.minh5.bg-e3144e {margin-top: 12px !important;}
  .menu .menu-col-2 {padding-bottom: 30px;}
  .menu .fs30.fw500 {margin-left: 10px;}
  .menu .menu-col-1, .menu .menu-col-2, .menu .menu-col-3 {padding-bottom: 25px !important; padding-top: 25px !important;}
  .menu .menu-col-1 .fs30.fw500, .menu .menu-col-2 .fs30.fw500 {margin-bottom: 0;}
  #menu-2 {padding-bottom: 0;}
  .menu .h100p {height: auto;}
  .menu .menu-col-1 {background-color: #963b4b;}
  .menu .menu-col-2 {background-color: #852e3e;}
  .menu .btn20 {margin-top: 20px;}
  .menu .menu-col-3 .mt60 {margin-top: 40px;}

  .footer-header {
    padding-bottom: 1rem;
  }
  .footer-primary {
    padding: 1rem;
  }
  .footer-copyright {
    grid-row: unset;
  }
  .footer-content .grid {
    grid-template-rows: repeat(var(--bs-rows, 1), auto);
  }
  .media-banner {
    min-height: 550px;
    /*max-height: 100vh;*/
    height: auto;
  }
  .media-banner-content {
    padding: 20px;
  }
  .media-banner-content h1 {
    font-size: 28px;
    line-height: 1 !important;
  }
  /*.card-zone {
    margin-bottom: 30px;
  }*/
  .text-44 {
    font-size: 24px;
  }
  .text-68 {
    font-size: 38px;
  }
  .text-80 {
    font-size: 48px;
  }
  .carousel-label-before {
    left: .8rem;
  }
  .carousel-label-after {
    right: .8rem;
  }
  .carousel-label-before,
  .carousel-label-after {
    top: 1rem;
  }
  /*.u-list-check_filled-light > li::before {
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 10px;
  }*/
  .list-num-circle-pink > li {
    font-size: 1rem;
    /*line-height: 22px;*/
    /*margin-bottom: .5rem;*/
  }
  /*.list-num-circle-pink.list-num-circle-pink-2 > li {
    padding-left: 57px;
    margin-bottom: .5rem;
  }*/
  /*.list-num-circle-pink.list-num-circle-pink-2 li > span {
    font-size: 24px;
    line-height: 30px;
  }*/
  .list-num-circle-pink li::before {
    top: 0.4rem;
  }
  /*.list-num-circle-pink.list-num-circle-pink-2 > li::before {
    font-size: 30px;
    width: 47px;
    height: 47px;
    line-height: 47px;
    margin-right: 10px;
  }*/
  .list-dotted > li {
    font-size: 1rem;
    /*line-height: 22px;*/
    margin-bottom: .5rem;
  }
  .list-dotted > li::before {
    top: 10px;
  }
  .cbx_blockquote-double-border {
    box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 6px var(--bs-brand);
    padding: 30px 20px;
  }
  .cbx_arrow-to-button {
    background-image: url(../img/cbx/cbx_arrow-down.png);
    width: 19px;
    height: 39px;
    left: 50%;
    margin-left: -10px;
    bottom: 4.5rem;
  }
}
@media screen and (max-width: 575px) {
  /*.js-sticky-top.is-sticky {
    left: 0;
  }*/
  /*.footer-primary {
    padding: 30px 20px !important;
  }*/
}
