@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

body {
  background-color: #fff;
  margin: 0;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.4;
}

main {
  overflow-x: hidden;
  padding-top: calc(72px);
}
@media (max-width: 1024px) {
  main {
    padding-top: calc(72px);
  }
}
@media (max-width: 767px) {
  main {
    padding-top: calc(72px);
  }
}

h1 {
  font-size: 2.6667rem;
  line-height: 1.2;
  font-weight: 700;
  color: #7984A4;
  position: relative;
  padding-bottom: 20px;
}

h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #7984A4;
  position: relative;
}

h3 {
  font-size: 1.6667rem;
  line-height: 1.2;
  font-weight: 700;
  color: #7984A4;
  position: relative;
}

h4 {
  font-size: 1.3333rem;
  line-height: 1.2;
  font-weight: 700;
  color: #7984A4;
}

h5 {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #7984A4;
}

p {
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
}

strong {
  font-weight: 500;
}

ul {
  margin: 0;
  padding: 10px 0;
}
ul li {
  list-style-type: none;
  padding: 0.3rem 0 0.3rem 1.3556rem;
  position: relative;
}
ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5222rem;
  height: 0.8889rem;
  width: 0.8889rem;
  background-color: #7984A4;
  -webkit-mask-image: url(/img/check-circle.svg);
  mask-image: url(/img/check-circle.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.lightbox .lb-image, .lb-outerContainer {
  border-radius: 30px !important;
}

.lb-data {
  padding: 0 25px !important;
}

#special-message {
  position: fixed;
  top: 0;
  border-radius: 0;
  height: 46px;
  max-height: 46px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 1000;
  gap: 16px;
  font-size: 0.8rem;
  background-color: #B85656;
  color: #fff;
  text-align: center;
}
#special-message a {
  text-decoration: none;
  color: #fff;
}
#special-message a:hover {
  text-decoration: underline;
}
#special-message #special-message-icon {
  height: 30px;
  width: 30px;
  object-fit: contain;
  object-position: center;
}
#special-message #close-special-message {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  top: -5px;
  right: -30px;
  position: absolute;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#special-message #close-special-message::before, #special-message #close-special-message::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #000;
  border-radius: 1px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
#special-message #close-special-message::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#special-message #close-special-message:hover {
  opacity: 0.9;
}

.special-message-on #top-menu {
  top: 46px;
}

#top-menu {
  position: fixed;
  top: 0;
  border-radius: 0;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  height: 72px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
}
#top-menu #top-menu-inside-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 10px 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  max-width: 1500px;
}
@media (max-width: 767px) {
  #top-menu #top-menu-inside-wrapper {
    padding: 10px;
  }
}
#top-menu #top-menu-logo {
  height: 20px;
  object-fit: contain;
  object-position: left;
}
#top-menu #menu-items {
  opacity: 0;
  display: flex;
  flex-flow: row;
  justify-content: end;
  gap: 40px;
  align-items: center;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
#top-menu #menu-items .more-button {
  position: relative;
}
#top-menu #menu-items .more-button::after {
  content: "▾";
  display: inline-block;
  margin-left: 6px;
  font-size: 0.8em;
  line-height: 1;
}
#top-menu #menu-social-sites {
  display: flex;
  gap: 24px;
}
#top-menu #menu-social-sites .social-icon {
  background-color: #000;
}
@media (max-width: 767px) {
  #top-menu #menu-social-sites {
    display: none;
  }
}
#top-menu #hamburger-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
#top-menu #hamburger-wrapper #hamburger {
  display: inline-block;
  cursor: pointer;
}
#top-menu #hamburger-wrapper #hamburger .bar1, #top-menu #hamburger-wrapper #hamburger .bar2, #top-menu #hamburger-wrapper #hamburger .bar3 {
  height: 2px;
  background-color: #000;
  margin: 5px 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 24px;
}
#top-menu #hamburger-wrapper #hamburger.active .bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}
#top-menu #hamburger-wrapper #hamburger.active .bar2 {
  opacity: 0;
}
#top-menu #hamburger-wrapper #hamburger.active .bar3 {
  width: 24px;
  transform: translate(0, -7px) rotate(45deg);
}
@media (max-width: 767px) {
  #top-menu {
    height: 72px;
    padding: 10px 20px;
  }
  #top-menu #top-menu-logo {
    height: 30px;
  }
  #top-menu #CTA-button {
    display: none;
  }
  #top-menu #menu-items {
    display: none;
  }
  #top-menu #hamburger-wrapper {
    display: flex;
  }
}

.menu-item {
  white-space: nowrap;
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu-item:before {
  content: "";
  display: block;
  height: 2px;
  background-color: #7984A4;
  position: absolute;
  width: 0;
  left: 50%;
  bottom: -3px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu-item:hover, .menu-item.active {
  color: #7984A4;
}
.menu-item:hover:before, .menu-item.active:before {
  width: 100%;
  left: 0;
}

#mobile-menu-items {
  display: none;
  background: #7984A4;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  z-index: 1000;
  position: fixed;
  max-width: 1400px;
  height: auto;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  gap: 24px;
  padding: 40px 0;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.special-message-on #mobile-menu-items {
  top: 118px;
}
#mobile-menu-items .menu-item {
  font-size: 1.6rem;
  font-weight: 700;
  white-space: wrap;
  padding: 0 20px;
  color: #fff;
}
#mobile-menu-items #mobile-menu-social-sites {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 24px;
}
#mobile-menu-items #mobile-menu-social-sites .social-icon {
  background-color: #fff;
}
#mobile-menu-items #mobile-contact-wrapper {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  gap: 32px;
  padding: 20px 60px;
}
#mobile-menu-items #mobile-contact-wrapper .contact-part {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: start;
  gap: 20px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
#mobile-menu-items #mobile-contact-wrapper .contact-part .contact-icon {
  width: 22px;
  height: 22px;
  background-color: #fff;
  flex-shrink: 0;
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
#mobile-menu-items #mobile-contact-wrapper .contact-part .contact-icon.contacts {
  -webkit-mask-image: url(/img/telephone-icon.svg);
  mask-image: url(/img/telephone-icon.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
#mobile-menu-items #mobile-contact-wrapper .contact-part .contact-icon.address {
  -webkit-mask-image: url(/img/marker-icon.svg);
  mask-image: url(/img/marker-icon.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
#mobile-menu-items #mobile-contact-wrapper .contact-part .contact-icon.opening-time {
  -webkit-mask-image: url(/img/clock-icon.svg);
  mask-image: url(/img/clock-icon.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
#mobile-menu-items #mobile-contact-wrapper .contact-part .contact-text {
  display: flex;
  flex-flow: column;
  gap: 4px;
  color: #fff;
}
#mobile-menu-items #mobile-contact-wrapper .contact-part .contact-text a {
  color: #fff;
}

#secondary-menu {
  position: fixed;
  display: none;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  min-width: 220px;
  z-index: 1100;
}
#secondary-menu .secondary-menu-list {
  margin: 0;
  padding: 1.5rem;
}
#secondary-menu .secondary-menu-list a.menu-item {
  display: block;
  width: fit-content;
  padding-bottom: 10px;
  margin-right: 10px;
}
#secondary-menu .secondary-menu-list a.menu-item:before {
  bottom: 7px;
}

#footer {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  padding: 40px 0 40px 0;
  margin-top: auto;
  background-color: #FFF;
}
#footer #footer-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  padding: 40px 20px 0 20px;
  border-top: 1px solid #EEE8DD;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  font-size: 1.7rem;
  line-height: 1.9rem;
  position: relative;
}
#footer #footer-wrapper #footer-logo {
  height: 40px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1024px) {
  #footer #footer-wrapper #footer-logo {
    height: 20px;
  }
}
#footer #footer-wrapper #footer-text {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
#footer #footer-wrapper #footer-contacts {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
#footer #footer-wrapper #copyrights {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
@media (max-width: 767px) {
  #footer #footer-wrapper #copyrights {
    display: flex;
    flex-flow: column;
  }
}
#footer #footer-wrapper #copyrights #footer-menu {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 24px;
  grid-column: 2;
  justify-self: center;
}
#footer #footer-wrapper #copyrights #footer-copyright-text {
  grid-column: 2;
  justify-self: center;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #767676;
}
#footer #footer-wrapper #copyrights #creator {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  grid-column: 3;
  justify-self: end;
}
#footer #footer-wrapper #copyrights #creator span {
  color: #124E65;
  font-size: 0.8rem;
  line-height: 1rem;
  white-space: nowrap;
}
#footer #footer-wrapper #copyrights #creator img {
  width: 60px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1024px) {
  #footer #footer-wrapper {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}
@media (max-width: 767px) {
  #footer {
    margin-bottom: 40px;
  }
  #footer #footer-wrapper {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

.social-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #7984A4;
}
.social-icon.instagram {
  -webkit-mask: url("../icons/instagram.svg") center/contain no-repeat;
  mask: url("../icons/instagram.svg") center/contain no-repeat;
}
.social-icon.tiktok {
  -webkit-mask: url("../icons/tiktok.svg") center/contain no-repeat;
  mask: url("../icons/tiktok.svg") center/contain no-repeat;
}
.social-icon.spotify {
  -webkit-mask: url("../icons/spotify.svg") center/contain no-repeat;
  mask: url("../icons/spotify.svg") center/contain no-repeat;
}
.social-icon.linkedin {
  -webkit-mask: url("../icons/linkedin.svg") center/contain no-repeat;
  mask: url("../icons/linkedin.svg") center/contain no-repeat;
}

.button {
  border-radius: 30px;
  display: flex;
  padding: 1rem 1.5rem;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: fit-content;
  white-space: nowrap;
  gap: 0.5333rem;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.button::after {
  content: "";
  -webkit-mask-image: url(../../img/arrow.svg);
  mask-image: url(../../img/arrow.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 0.8rem;
  height: 0.6rem;
  background-color: currentColor;
  -webkit-transition: transform 0.25s ease-out 0s;
  -moz-transition: transform 0.25s ease-out 0s;
  -ms-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
  transition: transform 0.25s ease-out 0s;
}
.button:hover::after {
  transform: translateX(0.2667rem);
}

.btn-cta {
  background-color: #92B2A5;
  color: #FFF;
}
.btn-cta:hover {
  background-color: #617e72;
  color: #FFF;
}

.btn-primary {
  background-color: #7984A4;
  border: 1px solid #7984A4;
  color: #fff;
}
.btn-primary:hover {
  background-color: rgb(151.3733333333, 159.88, 184.6266666667);
}

.btn-secondary {
  background-color: #FFF;
  border: 1px solid #7984A4;
  color: #7984A4;
}
.btn-secondary:hover {
  background-color: rgb(151.3733333333, 159.88, 184.6266666667);
  color: #fff;
}

.btn-dark {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn-dark:hover {
  opacity: 0.8;
}

.btn-link {
  padding: 0;
  border-radius: 0;
  color: #7984A4;
  font-weight: 700;
}
.btn-link:hover {
  color: rgb(151.3733333333, 159.88, 184.6266666667);
}

.btn-instagram {
  color: #fff;
  background: linear-gradient(270deg, #FFA613 -0.32%, #FF4B32 32.85%, #DF0092 64.58%, #9F24C7 99.68%);
}
.btn-instagram:hover {
  opacity: 0.8;
}

.btn-facebook {
  color: #fff;
  background: #0069FF;
}
.btn-facebook:hover {
  opacity: 0.8;
}

.blocks {
  padding: 0 30px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
@media (max-width: 767px) {
  .blocks {
    padding: 0 20px;
  }
}

.block {
  padding: 40px 0;
}

.block-background {
  background-color: #E8EEF1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.buttons-holder {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 1.3rem;
}

.back-link {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
  color: #3F3F3F;
  font-weight: 400;
  width: fit-content;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.back-link img {
  height: 5px;
  margin-top: 4px;
  object-position: center;
  object-fit: contain;
}
.back-link:hover {
  opacity: 0.9;
}

.page-header-text {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.block.text-block {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.block.text-block.narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.block.text-block.left {
  margin-left: 0;
}
.block.text-block.left .buttons-holder {
  justify-content: start;
}
.block.text-block.center .buttons-holder {
  justify-content: center;
}
.block.text-block.right {
  margin-right: 0;
}
.block.text-block.right .buttons-holder {
  justify-content: end;
}
.block.text-block .text-wrapper iframe {
  width: 100% !important;
  height: 750px !important;
}
@media (max-width: 1024px) {
  .block.text-block .text-wrapper iframe {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .block.text-block .text-wrapper iframe {
    height: 200px !important;
  }
}

.block.image-with-text {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}
.block.image-with-text .image-wrapper {
  width: 50%;
}
.block.image-with-text .image-wrapper .image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.block.image-with-text .text-wrapper {
  width: 50%;
  max-width: 600px;
  padding-top: 100px;
}
.block.image-with-text .text-wrapper p {
  width: 80%;
}
@media (max-width: 1024px) {
  .block.image-with-text .text-wrapper p {
    width: auto;
  }
}
.block.image-with-text .text-wrapper ul {
  width: fit-content;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.block.image-with-text .text-wrapper .buttons-holder {
  justify-content: start;
}
.block.image-with-text.right .text-wrapper {
  order: -1;
}
.block.image-with-text.bottom, .block.image-with-text.top {
  flex-flow: column-reverse;
  gap: 20px;
}
.block.image-with-text.bottom .text-wrapper, .block.image-with-text.top .text-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  text-align: center;
  padding-top: 0;
}
.block.image-with-text.bottom .image-wrapper, .block.image-with-text.top .image-wrapper {
  width: unset;
}
.block.image-with-text.bottom .image-wrapper .image, .block.image-with-text.top .image-wrapper .image {
  max-height: unset;
}
.block.image-with-text.top {
  flex-flow: column;
}
@media (max-width: 1024px) {
  .block.image-with-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .block.image-with-text .image-wrapper {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
  .block.image-with-text .image-wrapper .image {
    max-height: 400px;
  }
  .block.image-with-text .text-wrapper {
    order: -1;
    padding-top: 0;
    max-width: none;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
  }
}

.block.gallery .text-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin-bottom: 48px;
}
.block.gallery .text-wrapper .text {
  text-align: center;
}
.block.gallery .gallery-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.block.gallery .gallery-images a {
  height: min-content;
}
.block.gallery .gallery-images a:first-child img {
  border-top-left-radius: 50px;
}
.block.gallery .gallery-images a:last-child img {
  border-bottom-right-radius: 50px;
}
.block.gallery .gallery-images img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.block.gallery .gallery-images img:hover {
  transform: scale(1.03);
}
@media (max-width: 1024px) {
  .block.gallery .gallery-images {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .block.gallery .gallery-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.block.faq-block {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.block.faq-block .text-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  text-align: center;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .block.faq-block .text-wrapper {
    padding: 0;
  }
}
.block.faq-block .questions-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  align-items: start;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .block.faq-block .questions-wrapper {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
.block.faq-block .questions-wrapper .question-card {
  display: flex;
  flex-flow: column;
  border-radius: 10px;
  border: 1px solid #A9D4E9;
  background: transparent;
  padding: 24px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.block.faq-block .questions-wrapper .question-card .answer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.block.faq-block .questions-wrapper .question-card .question {
  margin: 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.block.faq-block .questions-wrapper .question-card .question::before {
  content: "";
  order: 1;
  flex: 0 0 auto;
  width: 1.3333rem;
  height: 1.3333rem;
  background-color: #7984A4;
  -webkit-mask: url("../../img/cross.svg") center/contain no-repeat;
  mask: url("../../img/cross.svg") center/contain no-repeat;
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.block.faq-block .questions-wrapper .question-card:hover {
  border-color: #7984A4;
}
.block.faq-block .questions-wrapper .question-card.active {
  background: #F3F6F7;
}
.block.faq-block .questions-wrapper .question-card.active .question::before {
  transform: rotate(45deg);
}
.block.faq-block .questions-wrapper .question-card.active .answer {
  margin-top: 16px;
}

.block.socials-block .text-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  text-align: center;
  margin: 20px auto 80px auto;
}
.block.socials-block .socials-wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.block.socials-block .socials-wrapper .social-card {
  width: fit-content;
  text-decoration: none;
  display: flex;
}
.block.socials-block .socials-wrapper .social-card .social-image {
  width: 80px;
  height: 80px;
  background-color: #7984A4;
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  padding-top: 40px;
}
.block.socials-block .socials-wrapper .social-card .social-text {
  border-radius: 20px;
  border: 1px solid #7984A4;
  padding: 20px;
  box-shadow: 0 0 100px 0 rgba(135, 191, 65, 0.3);
  color: #111;
  background-color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  height: fit-content;
  margin-left: -20px;
  z-index: 2;
}

.first-block-header-image main {
  padding-top: 72px;
}

html:not(.first-block-header-image) main {
  background: linear-gradient(180deg, #E8EEF1 0%, #FFF 100%) no-repeat;
  background-size: 100% 30vh;
}

.block.header-image-block {
  padding: 0;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  gap: 70px;
}
.block.header-image-block.image-right {
  flex-flow: row-reverse;
}
.block.header-image-block .image-wrapper {
  position: relative;
  flex: 0 0 47%;
  min-height: 600px;
}
.block.header-image-block .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block.header-image-block .text-wrapper {
  flex: 1 1 auto;
  box-sizing: border-box;
  padding: 80px 0 60px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: start;
  max-width: 500px;
}
.block.header-image-block .support-text-wrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  max-width: 500px;
}
.block.header-image-block .support-text-wrapper.with-arrow::before {
  content: "";
  margin-top: 30px;
  flex: 0 0 auto;
  width: 2.4667rem;
  height: 2.6rem;
  background: url("../../img/header-arrow.svg") center/contain no-repeat;
}
.block.header-image-block .support-texts {
  display: flex;
  flex-flow: column;
  gap: 2px;
}
.block.header-image-block .support-text-header {
  color: #7984A4;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
}
.block.header-image-block .support-text {
  color: #7984A4;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.3;
}
.block.header-image-block .buttons-holder {
  justify-content: start;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .block.header-image-block {
    flex-flow: column;
    gap: 40px;
  }
  .block.header-image-block.image-right {
    flex-flow: column;
  }
  .block.header-image-block .image-wrapper {
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    aspect-ratio: 4/3;
  }
  .block.header-image-block .text-wrapper {
    padding: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .block.header-image-block .image-wrapper {
    aspect-ratio: 1/1;
  }
}

.block.cards-block .text-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin-bottom: 48px;
  margin-left: 0;
}
.block.cards-block .text-wrapper .text {
  text-align: left;
}
.block.cards-block .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .block.cards-block .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .block.cards-block .cards {
    grid-template-columns: 1fr;
  }
}
.block.cards-block .cards .card {
  display: flex;
  flex-flow: column;
  align-items: start;
  gap: 20px;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 10px;
  border: 1px solid #A9D4E9;
  background-color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.block.cards-block .cards .card .card-content > h1, .block.cards-block .cards .card .card-content > h2, .block.cards-block .cards .card .card-content > h3, .block.cards-block .cards .card .card-content > h4, .block.cards-block .cards .card .card-content > h5 {
  margin-top: 0;
}
.block.cards-block .cards .card .card-icon {
  width: 40px;
  height: 40px;
  background-color: #7984A4;
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.block.cards-block .cards .card .social-sites {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 20px;
}
.block.cards-block .cards .card .buttons-holder {
  margin-top: 0;
}
.block.cards-block .cards .card:hover {
  background-color: #7984A4;
  border-color: #7984A4;
  color: #fff;
}
.block.cards-block .cards .card:hover * {
  color: #fff;
}
.block.cards-block .cards .card:hover .card-icon,
.block.cards-block .cards .card:hover .social-icon {
  background-color: #fff;
}

.block.services-block {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.block.services-block .text-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin-bottom: 48px;
  margin-left: 0;
}
.block.services-block .text-wrapper .text {
  text-align: left;
}
.block.services-block .services {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.block.services-block .services .service-card {
  box-sizing: border-box;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #A9D4E9;
  background: #F3F6F7;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.block.services-block .services .service-card .service-name {
  margin: 0 0 12px 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.block.services-block .services .service-card .service-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px 24px;
}
.block.services-block .services .service-card .service-row.has-price {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}
.block.services-block .services .service-card .service-row.has-price .service-toggle {
  justify-self: end;
}
@media (max-width: 767px) {
  .block.services-block .services .service-card .service-row {
    grid-template-columns: 1fr;
  }
  .block.services-block .services .service-card .service-row.has-price {
    grid-template-columns: 1fr;
  }
  .block.services-block .services .service-card .service-row.has-price .service-toggle {
    justify-self: start;
  }
}
.block.services-block .services .service-card .service-price {
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}
.block.services-block .services .service-card .service-toggle {
  cursor: pointer;
  user-select: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.block.services-block .services .service-card .service-toggle .label-close {
  display: none;
}
.block.services-block .services .service-detail {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.block.services-block .services .service-detail .service-detail-card {
  box-sizing: border-box;
  margin-top: 12px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #A9D4E9;
}
.block.services-block .services .service-detail .service-detail-card .service-content > h1, .block.services-block .services .service-detail .service-detail-card .service-content > h2, .block.services-block .services .service-detail .service-detail-card .service-content > h3, .block.services-block .services .service-detail .service-detail-card .service-content > h4, .block.services-block .services .service-detail .service-detail-card .service-content > h5 {
  margin-top: 0;
}
.block.services-block .services .service-detail .service-detail-card .buttons-holder {
  justify-content: start;
}
.block.services-block .services .service.active .service-card {
  background: #7984A4;
  border-color: #7984A4;
  color: #fff;
}
.block.services-block .services .service.active .service-card * {
  color: #fff;
}
.block.services-block .services .service.active .service-card .service-toggle::after {
  transform: rotate(90deg);
}
.block.services-block .services .service.active .service-card .service-toggle:hover::after {
  transform: rotate(90deg) translateY(-0.2667rem);
}
.block.services-block .services .service.active .service-card .service-toggle .label-open {
  display: none;
}
.block.services-block .services .service.active .service-card .service-toggle .label-close {
  display: inline;
}

.block.media-block {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.block.media-block .text-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin-bottom: 48px;
}
.block.media-block .text-wrapper .text {
  text-align: center;
}
.block.media-block .medias {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  align-items: start;
}
@media (max-width: 1024px) {
  .block.media-block .medias {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .block.media-block .medias {
    grid-template-columns: 1fr;
  }
}
.block.media-block .medias .media {
  display: flex;
  flex-flow: column;
  text-align: left;
}
.block.media-block .medias .media .media-logo-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  background: #EEEFF4;
}
@media (max-width: 767px) {
  .block.media-block .medias .media .media-logo-wrapper {
    height: 160px;
  }
}
.block.media-block .medias .media .media-logo-wrapper .media-logo {
  width: 60%;
  height: 60%;
  object-fit: contain;
  object-position: center;
}
.block.media-block .medias .media .media-name {
  margin: 20px 0 0 0;
}
.block.media-block .medias .media .media-description {
  margin-top: 8px;
}
.block.media-block .medias .media .buttons-holder {
  justify-content: start;
}

.block.columns-block .text-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin-bottom: 48px;
}
.block.columns-block .text-wrapper .text {
  text-align: center;
}
.block.columns-block .columns {
  --columns-gap: 100px;
  display: flex;
  flex-flow: row;
  gap: var(--columns-gap);
}
.block.columns-block .columns .column {
  position: relative;
  flex: 1;
}
.block.columns-block .columns .column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--columns-gap) / -2);
  width: 1px;
  height: 80%;
  background-color: #7984A4;
}
.block.columns-block .columns .column .column-icon {
  width: 50px;
  height: 50px;
  background-color: #7984A4;
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .block.columns-block .columns {
    --columns-gap: 50px;
  }
}
@media (max-width: 767px) {
  .block.columns-block .columns {
    flex-flow: column;
  }
  .block.columns-block .columns .column:not(:last-child)::after {
    top: unset;
    bottom: calc(var(--columns-gap) / -2);
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    height: 1px;
  }
}

.block.contact-form-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.block.contact-form-block .text-wrapper {
  margin: 20px auto 40px auto;
}
.block.contact-form-block #contact-form {
  display: flex;
  flex-flow: column;
  gap: 24px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.block.contact-form-block #contact-form .form-group-row {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.block.contact-form-block #contact-form .form-group-row .form-group {
  display: flex;
  flex-flow: column;
  gap: 4px;
  flex: 1;
}
.block.contact-form-block #contact-form .form-group-row .form-group label {
  font-weight: 400;
  font-size: 0.8rem;
  color: #000;
  padding-left: 16px;
}
.block.contact-form-block #contact-form .form-group-row .form-group input, .block.contact-form-block #contact-form .form-group-row .form-group textarea, .block.contact-form-block #contact-form .form-group-row .form-group select {
  border-radius: 10px;
  border: 1px solid #91F00A;
  padding: 16px;
  box-shadow: 0 0 100px 0 rgba(135, 191, 65, 0.1);
}
.block.contact-form-block #contact-form .form-group-row .form-group input:focus, .block.contact-form-block #contact-form .form-group-row .form-group input:focus-visible, .block.contact-form-block #contact-form .form-group-row .form-group textarea:focus, .block.contact-form-block #contact-form .form-group-row .form-group textarea:focus-visible, .block.contact-form-block #contact-form .form-group-row .form-group select:focus, .block.contact-form-block #contact-form .form-group-row .form-group select:focus-visible {
  border-color: #000;
  outline: none;
}
.block.contact-form-block #contact-form .form-group-row .submit-button {
  cursor: pointer;
}

#footer .block.contact-block {
  padding: 0;
}
#footer .block.contact-block .contact-wrapper .contact-part .contact-icon {
  width: 25px;
  height: 25px;
  background-color: #434343;
}

.block.contact-block {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.block.contact-block .text-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  text-align: center;
}
.block.contact-block .contact-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .block.contact-block .contact-wrapper {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .block.contact-block .contact-wrapper {
    flex-flow: column;
    align-items: center;
    gap: 32px;
  }
}
.block.contact-block .contact-wrapper .contact-part {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .block.contact-block .contact-wrapper .contact-part {
    width: 100%;
    max-width: 300px;
  }
}
.block.contact-block .contact-wrapper .contact-part .contact-icon {
  width: 60px;
  height: 60px;
  background-color: #7984A4;
  flex-shrink: 0;
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.block.contact-block .contact-wrapper .contact-part .contact-icon.contacts {
  -webkit-mask-image: url(/img/telephone-icon.svg);
  mask-image: url(/img/telephone-icon.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.block.contact-block .contact-wrapper .contact-part .contact-icon.address {
  -webkit-mask-image: url(/img/marker-icon.svg);
  mask-image: url(/img/marker-icon.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.block.contact-block .contact-wrapper .contact-part .contact-icon.opening-time {
  -webkit-mask-image: url(/img/clock-icon.svg);
  mask-image: url(/img/clock-icon.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.block.contact-block .contact-wrapper .contact-part .contact-text {
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.block.contact-block .contact-wrapper .contact-part .contact-text a, .block.contact-block .contact-wrapper .contact-part .contact-text div, .block.contact-block .contact-wrapper .contact-part .contact-text strong {
  color: #000;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.3;
}
.block.contact-block .contact-wrapper .contact-part .contact-text a {
  text-decoration: underline;
}
.block.contact-block .contact-wrapper .contact-part .contact-text a:hover {
  color: #7984A4;
}
.block.contact-block .contact-wrapper .contact-part .contact-text strong {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

html.gallery .gallery-categories {
  display: flex;
  flex-flow: row;
  justify-content: center;
  flex-wrap: wrap;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin: 24px 0;
  gap: 16px;
}
html.gallery .gallery-category-button {
  cursor: pointer;
}
html.gallery .gallery-category-button.active {
  pointer-events: none;
}
html.gallery .gallery.gallery-images {
  margin-bottom: 20px;
}
html.gallery .gallery.gallery-images a img {
  border-radius: 0 !important;
}
html.gallery .gallery.gallery-images.hidden {
  display: none;
}

body.form-modal-open {
  overflow: hidden;
}

.form-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  box-sizing: border-box;
  padding: 20px;
  overflow-y: auto;
}
.form-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-modal .form-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(121, 132, 164, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.form-modal .form-modal-window {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 50px 40px;
  border-radius: 10px;
  background: #FFF;
}
@media (max-width: 767px) {
  .form-modal .form-modal-window {
    padding: 40px 20px;
  }
}
.form-modal .form-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 1.0667rem;
  height: 1.0667rem;
  cursor: pointer;
  background-color: #7984A4;
  transform: rotate(45deg);
  -webkit-mask-image: url(/img/cross.svg);
  mask-image: url(/img/cross.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-modal .form-modal-close:hover {
  opacity: 0.7;
}
.form-modal .form-modal-title {
  margin: 0;
}
.form-modal .form-modal-description {
  margin-top: 8px;
  font-size: 0.8rem;
}
.form-modal #modal-contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .form-modal #modal-contact-form {
    grid-template-columns: 1fr;
  }
}
.form-modal #modal-contact-form .form-group {
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.form-modal #modal-contact-form .form-group.full-width {
  grid-column: 1/-1;
}
.form-modal #modal-contact-form .form-group label {
  font-weight: 400;
  font-size: 0.8rem;
  color: #000;
  padding-left: 16px;
}
.form-modal #modal-contact-form .form-group input, .form-modal #modal-contact-form .form-group textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #A9D4E9;
  background: #FFF;
  padding: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-modal #modal-contact-form .form-group input:focus, .form-modal #modal-contact-form .form-group input:focus-visible, .form-modal #modal-contact-form .form-group textarea:focus, .form-modal #modal-contact-form .form-group textarea:focus-visible {
  border-color: #7984A4;
  outline: none;
}
.form-modal #modal-contact-form .form-group textarea {
  resize: vertical;
}
.form-modal #modal-contact-form .submit-button {
  grid-column: 1/-1;
  justify-self: start;
  cursor: pointer;
  border: none;
  margin: auto;
}

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