@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');

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

body {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  background-color: #f4f4f9;
  color: #1c1c1c;
}

.faMTgB {
  background-color: #e0f7fa;
  padding: 3rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 20vh;
}

.anoPNFnFz {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  max-width: 900px;
  width: 100%;
}

.XxBichOJSlg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.EHMDlroXRvnlcK {
  width: 100%;
  max-width: 100px;
}

.xzdyJGVry {
  font-family: 'Dancing Script', cursive;
  font-size: 2rem;
  color: #00796b;
  margin: 0;
}

.QPaOSsTq {
  width: 100%;
  background-image: url('../arts/art_fon_bb.webp'); 
  background-size: cover;
  background-position: center;
}

.turQmcxRu {
  max-width: 900px;
  margin: 16px auto;
  background: #ffffffcc;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
  padding: 1rem;
  border-radius: 16px;
}

.qCOXcGOJyIVS {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1c1c1c;
}

.FJoGXrDJQ {
  font-size: 1.1rem;
  max-width: 600px;
  color: #37474f;
}

.wlKfzELo {
  background-color: #80deea;
  color: #004d40;
  padding: 1rem 2rem;
  border: none;
  border-radius: 50px;
  font-size: 1.2rem;
  font-family: 'Dancing Script', cursive;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.wlKfzELo:hover {
  background-color: #00796b;
  color: #ffffff;
}

@media (max-width: 768px) {
  .qCOXcGOJyIVS {
    font-size: 1.5rem;
  }

  .wlKfzELo {
    font-size: 1rem;
    padding: 0.8rem 1.6rem;
  }
}

.pxDznzwipNpi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.UNjsscqLYvfZyo {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 0 25px rgba(0,0,0,0.2);
  z-index: 10;
}

.cquxLHzuY {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.CzGIsEsMrd {
  margin-bottom: 1.2rem;
}

.CzGIsEsMrd input {
  width: 100%;
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.CzGIsEsMrd input:focus {
  outline: none;
  border-color: #00796b;
}

.woRnUHGS {
  color: red;
  font-size: 0.9rem;
  display: none;
}

.OFqKiUg {
  margin-bottom: 1.5rem;
}

.OFqKiUg label {
  font-size: 0.9rem;
}

.KXyMxyRSwQasS {
  width: 100%;
  padding: 1rem;
  background-color: #80deea;
  border: none;
  border-radius: 50px;
  font-size: 1.2rem;
  color: #004d40;
  cursor: not-allowed;
  transition: background-color 0.3s ease;
}

.KXyMxyRSwQasS:enabled {
  cursor: pointer;
  background-color: #00796b;
}

.KXyMxyRSwQasS:disabled {
  background-color: #ccc;
}

.IsikLvH {
  text-align: center;
}

.IsikLvH a {
  color: #00796b;
  text-decoration: none;
}

.qtKZlA {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.TrnTens {
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.qtKZlA button {
  padding: 0.5rem 1.2rem;
  background-color: #00796b;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1rem;
}

.qtKZlA button:hover {
  background-color: #004d40;
}


#ZetcCgpHU {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.cmOVYX {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
  z-index: 10;
}

.cmOVYX:hover {
  transform: rotate(90deg);
  color: #00695c;
}

.YjppWPgBe {
  font-family: 'Dancing Script', cursive;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: #004d40;
  text-align: center;
}

.hRGKrxdwRZsC {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: #006064;
  text-align: center;
}

.KNhLRqxk {
  background: linear-gradient(135deg, #b2ebf2 0%, #4dd0e1 100%);
  padding: 60px 20px;
  color: #00363a;
}

.VsVJc {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.eZDNOY {
  font-family: 'Dancing Script', cursive;
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #004d40;
}

.sopjhlbKpfDARb {
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: 'Cormorant Garamond', serif;
  color: #00494d;
}


@media (max-width: 1024px) {
  .eZDNOY {
    font-size: 2.2rem;
  }

  .sopjhlbKpfDARb {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .eZDNOY {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .eZDNOY {
    font-size: 1.8rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .sopjhlbKpfDARb {
    font-size: 0.95rem;
  }
}

@media (max-width: 320px) {
  .eZDNOY {
    font-size: 1.6rem;
  }

  .sopjhlbKpfDARb {
    font-size: 0.9rem;
  }
}

.ZlxsTWbiiCuOS {
  background-color: #f1f1f1;
  padding: 50px 20px;
  font-family: 'Cormorant Garamond', serif;
}

.ieTtEF {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.pSivng {
  font-family: 'Dancing Script', cursive;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

.RtoHYpLWIgU {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #004d40;
}

.RtoHYpLWIgU a {
  color: #00796b;
  text-decoration: none;
}

.RtoHYpLWIgU a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .pSivng {
    font-size: 1.8rem;
  }

  .RtoHYpLWIgU {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .pSivng {
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  .pSivng {
    font-size: 1.6rem;
  }

  .RtoHYpLWIgU {
    font-size: 0.95rem;
  }
}

@media (max-width: 320px) {
  .pSivng {
    font-size: 1.4rem;
  }

  .RtoHYpLWIgU {
    font-size: 0.9rem;
  }
}

.BQdChnYatK {
  background-color: #67aea6;
  padding: 40px 20px;
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
}

.kqcnicOOJu {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.xWtUdiuB {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.PeUhgDx, .yKRLjLLZpUgWK {
  display: inline-block;
  transition: transform 0.3s ease;
}

.PeUhgDx img, .yKRLjLLZpUgWK img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.PeUhgDx:hover, .yKRLjLLZpUgWK:hover {
  transform: scale(1.1);
}

.YKUcerplxI {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.kcIneo {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.kcIneo:hover {
  color: #fffae3;
}

@media (max-width: 1024px) {
  .kcIneo {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .kcIneo {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .kcIneo {
    font-size: 0.9rem;
  }
}

.iGEzpwSo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.99);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.XxiiCcerxq {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 80%;
  max-width: 450px;
  text-align: center;
}

.NkCgutJFckOV {
  font-family: 'Dancing Script', cursive;
  font-size: 2rem;
  color: #00796b;
}

.ZcynGOZGptcob {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: #004d40;
  margin: 20px 0;
}

.gaPGci {
  display: flex;
  justify-content: space-evenly;
}

.gaPGci button {
  font-family: 'Cormorant Garamond', serif;
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.MiEsmrcHAsM {
  background-color: #00796b;
  color: #ffffff;
}

.nsZfFn {
  background-color: #d84315;
  color: #ffffff;
}

.gaPGci button:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .XxiiCcerxq {
    width: 90%;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .gaPGci {
    flex-direction: column;
    gap: 15px;
  }
}

.YTEUHiEe {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  z-index: 9998;
}

.RBXdx {
  background-color: #263238;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}

.jnLwNgBcepqxd {
  font-family: 'Dancing Script', cursive;
  font-size: 1.5rem;
  color: #ffffff;
}

.sqwWMKw {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: #ffffff;
  margin: 15px 0;
}

.igbKDnpWqSzL {
  color: #00796b;
  text-decoration: none;
}

.McQDrbHTJhHf {
  padding: 10px 20px;
  font-family: 'Cormorant Garamond', serif;
  background-color: #00796b;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.McQDrbHTJhHf:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .RBXdx {
    width: 90%;
    padding: 15px;
  }
}

.gADynsU {
  padding: 40px 20px;
  background-color: #e0f2f1;
  margin: 0 auto;
  max-width: 1100px;
}

.IdHXsCbuw {
  font-family: 'Dancing Script', cursive;
  font-size: 2.5rem;
  color: #00796b;
  text-align: center;
  margin-bottom: 20px;
}

.XPUKTRgxAOUcm {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: #004d40;
  text-align: center;
  margin-bottom: 40px;
}

.WGcSjkGxk {
  list-style-type: none;
  padding: 0;
}

.zBBN {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.zBBN strong {
  font-family: 'Dancing Script', cursive;
  font-size: 1.5rem;
  color: #00796b;
}

.zBBN p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: #004d40;
  margin-top: 10px;
}

.zBBN a {
  color: #00796b;
  text-decoration: none;
}

.zBBN a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .IdHXsCbuw {
    font-size: 2rem;
  }

  .XPUKTRgxAOUcm {
    font-size: 1rem;
  }

  .zBBN {
    padding: 15px;
  }
}

.qYPbNrJeBM {
  padding: 40px 20px;
  background-color: #e0f2f1;
  margin: 0 auto;
  max-width: 1100px;
}

.kUdZVdWbdPSb {
  font-family: 'Dancing Script', cursive;
  font-size: 2.5rem;
  color: #00796b;
  text-align: center;
  margin-bottom: 20px;
}

.jvaOGDOEpxH {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: #004d40;
  text-align: center;
  margin-bottom: 40px;
}

.vGqdLBpYYX {
  list-style-type: none;
  padding: 0;
}

.HQjZxTBLZiqqG {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.HQjZxTBLZiqqG strong {
  font-family: 'Dancing Script', cursive;
  font-size: 1.5rem;
  color: #00796b;
}

.HQjZxTBLZiqqG p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: #004d40;
  margin-top: 10px;
}

.HQjZxTBLZiqqG a {
  color: #00796b;
  text-decoration: none;
}

.HQjZxTBLZiqqG a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .kUdZVdWbdPSb {
    font-size: 2rem;
  }

  .jvaOGDOEpxH {
    font-size: 1rem;
  }

  .HQjZxTBLZiqqG {
    padding: 15px;
  }
}
