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

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}

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

a {
  text-decoration: none;
  transition: 0.3s;
}

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

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  max-width: 2500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: "Proxima Nova", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

* {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
}

svg {
  flex-shrink: 0;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 564px) {
  h1 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 40px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 564px) {
  h2 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 430px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 32px;
}
@media (max-width: 960px) {
  h3 {
    font-size: 28px;
  }
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/proximanova/ProximaNova-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/proximanova/ProximaNova-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/proximanova/ProximaNova-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/proximanova/ProximaNova-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
.s-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}
.s-header__wrapper {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 40px;
}
@media (max-width: 768px) {
  .s-header__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
}
.s-header__logo {
  display: flex;
}
@media (max-width: 768px) {
  .s-header__logo svg {
    width: 160px;
    height: 40px;
  }
}

.s-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 88px;
  background: #F7F7F7;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .s-main {
    align-items: flex-start;
    padding-top: 72px;
  }
}
.s-main * {
  font-family: inherit;
}

.s-section {
  display: flex;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-optical-sizing: auto;
}
.s-section__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .s-section__wrapper {
    padding: 40px 15px;
  }
}
.s-section__wrapper_row {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .s-section__wrapper_row {
    flex-direction: column;
  }
}
.s-section__wrapper_steps {
  padding: 64px 40px 80px;
  gap: 24px;
  align-items: center;
}
@media (max-width: 768px) {
  .s-section__wrapper_steps {
    padding: 64px 15px 60px;
  }
}
.s-section__wrapper_center {
  align-items: center;
}
.s-section__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 487px;
  width: 100%;
}
@media (max-width: 768px) {
  .s-section__content {
    max-width: none;
  }
}
.s-section__content_left .s-section__title, .s-section__content_left .s-section__description {
  text-align: left;
}
@media (max-width: 768px) {
  .s-section__content_left .s-section__title, .s-section__content_left .s-section__description {
    text-align: center;
  }
}
.s-section__title {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  color: #0A0A0A;
}
@media (max-width: 1024px) {
  .s-section__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .s-section__title {
    font-size: 32px;
  }
}
.s-section__main-title {
  padding: 0 20px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #0A0A0A;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .s-section__main-title {
    font-size: 24px;
  }
}
.s-section__main-title_show-br br {
  display: none;
}
@media (max-width: 564px) {
  .s-section__main-title_show-br br {
    display: initial;
  }
}
.s-section__description {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #0A0A0A;
  opacity: 0.9;
}
.s-section__subtitle {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #0A0A0A;
}
@media (max-width: 768px) {
  .s-section__subtitle {
    font-size: 28px;
  }
}
.s-section__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  min-width: 350px;
  padding-top: 46px;
}
@media (max-width: 768px) {
  .s-section__col {
    max-width: none;
    min-width: auto;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 564px) {
  .s-section__col {
    width: 100%;
    margin: 0;
  }
}
.s-section__controls {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 340px;
  width: 100%;
}
@media (max-width: 564px) {
  .s-section__controls {
    max-width: none;
  }
}
.s-section__media {
  position: relative;
  height: 260px;
}
@media (max-width: 768px) {
  .s-section__media {
    margin-top: -40px;
  }
}
.s-section__media-box {
  position: absolute;
  left: 60px;
  top: 24px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  padding: 24px 26px;
  background: #7CA0A1;
  border-radius: 20px;
  font-size: 56px;
  text-align: center;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 768px) {
  .s-section__media-box {
    left: 30%;
    top: 24%;
    padding: 18px 16px;
    font-size: 40px;
  }
}
@media (max-width: 564px) {
  .s-section__media-box {
    left: 16%;
  }
}
.s-section__media-box span {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .s-section__media-box span {
    font-size: 12px;
  }
}
.s-section__media img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  width: 770px;
  height: 600px;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .s-section__media img {
    width: 70vw;
  }
}
@media (max-width: 768px) {
  .s-section__media img {
    width: 100vw;
  }
}
@media (max-width: 564px) {
  .s-section__media img {
    width: 120vw;
  }
}
.s-section__media_review {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .s-section__media_review {
    width: 410px;
    margin: 30px auto 0;
    height: auto;
  }
}
@media (max-width: 564px) {
  .s-section__media_review {
    width: 330px;
  }
}
.s-section__media_review .s-section__media-box {
  left: 300px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 880px) {
  .s-section__media_review .s-section__media-box {
    left: 230px;
    top: -100px;
  }
}
@media (max-width: 768px) {
  .s-section__media_review .s-section__media-box {
    left: 300px;
    top: 30px;
  }
}
@media (max-width: 564px) {
  .s-section__media_review .s-section__media-box {
    left: 240px;
    top: 60px;
  }
}
.s-section__button {
  justify-content: center !important;
  gap: 20px !important;
  margin-top: auto;
}
.s-section__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 560px;
  width: 100%;
  height: 100%;
}
@media (max-width: 564px) {
  .s-section__form {
    max-width: none;
  }
}
@media (max-width: 564px) {
  .s-section__form .s-section__control {
    border-radius: 24px;
    font-size: 15px;
  }
}
.s-section__form_380 {
  max-width: 380px;
}
@media (max-width: 564px) {
  .s-section__form_380 {
    max-width: none;
  }
}
.s-section__form_485 {
  max-width: 485px;
}
@media (max-width: 564px) {
  .s-section__form_485 {
    max-width: none;
  }
}
.s-section__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 564px) {
  .s-section__form-row {
    grid-template-columns: 1fr;
  }
}
.s-section__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .s-section__header {
    gap: 16px;
  }
}
.s-section__desc {
  max-width: 412px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #0A0A0A;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .s-section__desc br {
    display: none;
  }
}
.s-section__desc_show-br br {
  display: none;
}
@media (max-width: 564px) {
  .s-section__desc_show-br br {
    display: initial;
  }
}
.s-section__loading {
  display: flex;
  width: 90px;
  height: 90px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .s-section__loading {
    display: none;
  }
}
.s-section__loading img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scaleX(-1);
}
.s-section__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .s-section__list {
    margin-top: 40px;
  }
}
.s-section__list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3B5E5E;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 564px) {
  .s-section__list-item {
    font-size: 16px;
  }
}
.s-section__card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  padding: 20px 28px;
  background: #D9E3E0;
  border-radius: 20px;
}
@media (max-width: 564px) {
  .s-section__card {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    padding: 16px 24px 24px;
  }
}
.s-section__card-img {
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  overflow: hidden;
}
@media (max-width: 564px) {
  .s-section__card-img {
    width: 86px;
    height: 86px;
  }
}
.s-section__card-img img {
  display: flex;
  width: 100%;
  object-fit: cover;
}
.s-section__card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.s-section__card-title {
  font-size: 18px;
  font-weight: 600;
  color: #0A0A0A;
}
.s-section__card-text {
  font-size: 18px;
  font-weight: 500;
  color: rgba(59, 94, 94, 0.8);
}
@media (max-width: 564px) {
  .s-section__card-text {
    font-size: 16px;
  }
}
.s-section__card-labels {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.s-section__card-labels span {
  background: #ffffff;
  text-align: center;
  border-radius: 20px;
  color: #0A0A0A;
  padding: 5px 16px;
  font-size: 15px;
}

.s-label {
  position: relative;
  width: 100%;
}
.s-label:has(select):after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: 12px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.19315 10.3268L0.206653 6.34035C-0.0688844 6.06481 -0.0688844 5.61926 0.206653 5.34665L0.869116 4.68419C1.14465 4.40865 1.5902 4.40865 1.86281 4.68419L4.68853 7.50992L7.51426 4.68419C7.7898 4.40865 8.23535 4.40865 8.50795 4.68419L9.17041 5.34665C9.44595 5.62219 9.44595 6.06774 9.17041 6.34035L5.18392 10.3268C4.91424 10.6024 4.46869 10.6024 4.19315 10.3268Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 4;
}
.s-label input {
  width: 100%;
  padding: 14px 24px;
  border-radius: 50px;
  border: 1px solid #98BEBE;
  font-size: 16px;
  font-weight: 600;
  color: #3B5E5E;
  background: #ffffff;
  transition: 0.3s;
}
@media (max-width: 564px) {
  .s-label input {
    font-size: 15px;
  }
}
.s-label input::placeholder {
  color: #3B5E5E;
  opacity: 0.5;
}
.s-label input:focus, .s-label input:active, .s-label input:hover {
  border-color: rgba(59, 94, 94, 0.8);
}
.s-label.invalid input,
.s-label.invalid textarea,
.s-label.invalid select, .s-label:has(input:invalid) input,
.s-label:has(input:invalid) textarea,
.s-label:has(input:invalid) select {
  border-color: #E22323;
}
.s-label.invalid .s-error, .s-label:has(input:invalid) .s-error {
  display: flex;
}
.s-label .custom-select {
  position: relative;
}
.s-label .custom-select select {
  display: none;
}
.s-label .custom-select__trigger {
  position: relative;
  width: 100%;
  padding: 14px 40px 14px 24px;
  border-radius: 50px;
  border: 1px solid #98BEBE;
  font-size: 16px;
  font-weight: 600;
  color: #3B5E5E;
  background: #ffffff;
  z-index: 2;
}
@media (max-width: 564px) {
  .s-label .custom-select__trigger {
    font-size: 15px;
  }
}
.s-label .custom-select__dropdown {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  display: none;
  padding-top: 48px;
  border: 1px solid #98BEBE;
  background: #fff;
  border-radius: 24px;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 564px) {
  .s-label .custom-select__dropdown {
    font-size: 15px;
  }
}
.s-label .custom-select.open .custom-select__dropdown {
  display: block;
}
.s-label .custom-select__option {
  padding: 12px 24px;
  color: #3B5E5E;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 564px) {
  .s-label .custom-select__option {
    font-size: 15px;
  }
}
.s-label .custom-select__option.active {
  background: rgba(152, 190, 190, 0.5019607843);
}
.s-label .custom-select__option:hover {
  background: rgba(152, 190, 190, 0.2509803922);
}

.s-label-check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 50px;
  border: 1px solid rgba(152, 190, 190, 0.8);
  font-size: 16px;
  font-weight: 600;
  color: #3B5E5E;
  transition: 0.3s;
}
@media (max-width: 564px) {
  .s-label-check {
    border-radius: 24px;
    font-size: 15px;
  }
}
.s-label-check span {
  font: inherit;
}
.s-label-check:hover {
  border-color: rgba(59, 94, 94, 0.8);
}
.s-label-check:has(input:checked) {
  border-color: rgba(59, 94, 94, 0.8);
  background: rgba(152, 190, 190, 0.8);
}
.s-label-check .check {
  position: relative;
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #98BEBE;
  transition: 0.3s;
}
.s-label-check .check:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 4.00333L2.69667 5.95L7.89667 0.75' fill='%233B5E5E'/%3E%3Cpath d='M0.75 4.00333L2.69667 5.95L7.89667 0.75' stroke='%23F7F7F7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .s-label-check .check:hover {
    border-color: #105266;
  }
}
.s-label-check input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 10px;
  opacity: 0;
  appearance: none;
  cursor: pointer;
}
.s-label-check input:checked ~ .check {
  background: #3B5E5E;
  border-color: #3B5E5E;
}
.s-label-check input:checked ~ .check:after {
  opacity: 1;
}

.s-error {
  display: none;
  padding: 4px 24px;
  font-size: 13px;
  color: #E22323;
}

.s-media {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 320px;
  height: 255px;
}
@media (max-width: 564px) {
  .s-media {
    max-width: 270px;
    height: 212px;
  }
}
.s-media__title {
  position: absolute;
  left: 50%;
  top: -15px;
  padding: 4px 22px;
  transform: translateX(-50%);
  background: #D9E3E0;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #0A0A0A;
  z-index: 1;
}
@media (max-width: 564px) {
  .s-media__title {
    font-size: 17px;
  }
}
.s-media__img {
  position: relative;
  display: flex;
  border-radius: 14px;
  overflow: hidden;
}
.s-media__img img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-media__text {
  position: absolute;
  left: 50%;
  bottom: 7px;
  padding: 4px 10px;
  font-size: 15px;
  color: #0A0A0A;
  opacity: 0.9;
  font-weight: 500;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 564px) {
  .s-media__text {
    font-size: 13px;
  }
}

.s-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 50px;
  background: #3B5E5E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}
.s-control img {
  width: 31px;
  height: 15px;
}
.s-control:hover {
  opacity: 0.9;
}
.s-control.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.s-progress {
  position: absolute;
  top: 88px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .s-progress {
    display: none;
  }
}
.s-progress__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-progress__text {
  padding: 0 24px;
  font-size: 16px;
  color: #0A0A0A;
  font-weight: 600;
  text-align: right;
}
.s-progress__line {
  width: var(--progress);
  height: 6px;
  background: linear-gradient(to right, #F7F7F7, #7CA0A1);
  border-radius: 6px;
}

.s-label textarea {
  width: 100%;
  padding: 14px 24px;
  border-radius: 20px;
  border: 1px solid #98BEBE;
  font-size: 16px;
  font-weight: 600;
  color: #3B5E5E;
  background: #ffffff;
  transition: 0.3s;
  font-family: inherit;
  resize: vertical;
  min-height: 140px;
  display: block;
}
@media (max-width: 564px) {
  .s-label textarea {
    font-size: 15px;
  }
}
.s-label textarea::placeholder {
  color: #3B5E5E;
  opacity: 0.5;
}
.s-label textarea:focus, .s-label textarea:active, .s-label textarea:hover {
  border-color: rgba(59, 94, 94, 0.8);
  outline: none;
}

/* ----- Empty loading div on thanks screen — collapse ----- */
.s-section__loading:empty { display: none !important; }

/* ----- Booking widget (thanks screen) ----- */
.dg-booking {
  width: 100%;
  max-width: 720px;
  margin: 16px auto 0;
  padding: 20px;
  border: 1px solid #DCEAEA;
  border-radius: 24px;
  background: #FAFCFC;
  text-align: left;
}
.dg-booking__header { text-align: center; margin-bottom: 20px; }
.dg-booking__title {
  font-size: 22px;
  font-weight: 700;
  color: #19302E;
  margin: 0 0 6px;
}
.dg-booking__subtitle {
  font-size: 14px;
  color: #3B5E5E;
  opacity: 0.8;
  margin: 0;
}
.dg-booking__loading {
  text-align: center;
  padding: 40px 20px;
  color: #3B5E5E;
  font-size: 15px;
}
.dg-booking__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.dg-booking__navbtn {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid #98BEBE;
  background: #fff;
  color: #3B5E5E;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
}
.dg-booking__navbtn:hover { background: #EAF3F3; }
.dg-booking__month {
  font-size: 16px;
  font-weight: 600;
  color: #19302E;
  min-width: 140px;
  text-align: center;
}
.dg-booking__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 20px;
}
@media (max-width: 564px) {
  .dg-booking { padding: 16px; margin-top: 24px; }
  .dg-booking__layout { grid-template-columns: 1fr; }
}
.dg-booking__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #7CA0A1;
  text-transform: uppercase;
  text-align: center;
}
.dg-booking__weekdays span { padding: 4px 0; }
.dg-booking__dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.dg-booking__date {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #3B5E5E;
  cursor: pointer;
  transition: 0.2s;
}
.dg-booking__date:hover:not([disabled]) { background: #EAF3F3; }
.dg-booking__date_empty { cursor: default; pointer-events: none; }
.dg-booking__date_disabled {
  color: #B5C7C7;
  cursor: not-allowed;
  text-decoration: line-through;
  opacity: 0.6;
}
.dg-booking__date_today { box-shadow: inset 0 0 0 1px #98BEBE; }
.dg-booking__date_selected {
  background: #7CA0A1;
  color: #fff;
}
.dg-booking__date_selected:hover { background: #6B8E8F; }

.dg-booking__slot-header { margin-bottom: 12px; }
.dg-booking__day-label {
  font-size: 16px;
  font-weight: 600;
  color: #19302E;
  margin: 0 0 4px;
}
.dg-booking__tz {
  font-size: 12px;
  color: #7CA0A1;
}
.dg-booking__slot-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: #7ca0a1 transparent;
}
.dg-booking__slot-list::-webkit-scrollbar { width: 4px; }
.dg-booking__slot-list::-webkit-scrollbar-thumb { background: #7ca0a1; border-radius: 4px; }
.dg-booking__slot {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #98BEBE;
  border-radius: 32px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #3B5E5E;
  cursor: pointer;
  transition: 0.2s;
}
.dg-booking__slot:hover:not(:disabled) {
  border-color: #3B5E5E;
  background: #EAF3F3;
}
.dg-booking__slot:disabled { opacity: 0.5; cursor: not-allowed; }
.dg-booking__slot_selected {
  background: #7CA0A1;
  color: #fff;
  border-color: #7CA0A1;
}
.dg-booking__slot_selected:hover { background: #6B8E8F !important; border-color: #6B8E8F !important; color: #fff !important; }

/* Confirm bar — appears below slots after a slot is selected */
.dg-booking__confirm-bar {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border: 1.5px solid #98BEBE;
  border-radius: 16px;
  text-align: center;
}
.dg-booking__confirm-text {
  font-size: 15px;
  color: #3B5E5E;
  margin-bottom: 8px;
}
.dg-booking__confirm-text strong { color: #19302E; }
.dg-booking__confirm-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
.dg-booking__confirm-cancel {
  background: transparent;
  border: none;
  color: #7CA0A1;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  order: 2; /* below button */
}
.dg-booking__confirm-cancel:hover { color: #3B5E5E; }
.dg-booking__confirm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 240px;
  padding: 14px 28px;
  background: #19302E;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  order: 1; /* above cancel */
}
.dg-booking__confirm-btn:hover { background: #3B5E5E; }
.dg-booking__confirm-btn img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.dg-booking__confirm-btn_loading { opacity: 0.7; cursor: wait; }

/* Submitting state — spinner replaces the picker */
.dg-booking__submitting {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  gap: 12px;
}
.dg-booking__submitting[hidden] { display: none !important; }
.dg-booking__submitting .s-section__loading {
  display: flex !important;
  width: 90px;
  height: 90px;
}
.dg-booking__submitting-title {
  font-size: 18px;
  font-weight: 600;
  color: #19302E;
}
@media (max-width: 564px) {
  .dg-booking__confirm-btn { width: 100%; min-width: 0; }
}
.dg-booking__slot-empty,
.dg-booking__empty {
  padding: 20px;
  text-align: center;
  color: #7CA0A1;
  font-size: 14px;
}
.dg-booking__error { padding: 16px; text-align: center; color: #C8585C; font-size: 14px; }
.dg-booking__error a { color: #3B5E5E; text-decoration: underline; }

/*# sourceMappingURL=s-styles.css.map */
