.container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .container:has(.hero) {
    padding: 0;
  }
}

.container-medium {
  max-width: 1200px;
  margin: 0 auto;
}

.container-big {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.container-big .container {
  padding: 0;
}

.container-service {
  max-width: 1100px;
  margin: 48px 0;
}

.container-innovation, .container-blog {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1023px) {
  .container:has(> .hero) {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .container-big {
    padding: 0 16px;
  }
  .container-service {
    margin: 0;
  }
}
html,
body,
body * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body * {
  margin: 0;
  padding: 0;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: normal;
  font-style: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  border: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

input,
textarea {
  border-radius: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

textarea {
  resize: none;
}

html {
  background-color: #f3f9fb;
}
html.-scroll-lock {
  overflow: hidden;
}

body {
  color: #4b637d;
  font-weight: normal;
  font-size: 16px;
  padding-top: 180px;
}
body.-scroll-lock {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 46px;
  }
}

body * {
  font-family: Geologica, sans-serif;
  font-weight: normal;
}

a {
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

#message {
  display: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-button {
  background-color: #ccc;
}

::-webkit-scrollbar-track {
  background-color: rgba(231, 244, 247, 0.3490196078);
  border-left: 1px solid #9fd2df;
}

::-webkit-scrollbar-thumb {
  background-color: #0f1521;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #57b1c7;
}

.title-1, .title-2, .title-3, .title-4, .title-5 {
  text-transform: uppercase;
  color: #1f2a36;
}

.title-2, .title-3, .title-4, .title-5 {
  letter-spacing: 0.03em;
}

.title-1, .title-1 * {
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .title-1, .title-1 * {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.03em;
  }
}

.title-2, .title-2 * {
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .title-2, .title-2 * {
    font-size: 18px;
  }
}

.title-3, .title-3 * {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .title-3, .title-3 * {
    font-size: 16px;
  }
}

.title-4, .title-4 * {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .title-4, .title-4 * {
    font-size: 16px;
  }
}

.title-5, .title-5 * {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .title-5, .title-5 * {
    font-size: 16px;
  }
}

.description-1, .description-1 * {
  font-weight: 500;
  color: #1f2a36;
}

.body-1, .body-1 * {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .body-1, .body-1 * {
    font-size: 16px;
  }
}

.quote-big, .quote-big * {
  font-family: Lora;
  font-size: 32px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .quote-big, .quote-big * {
    font-size: 16px;
  }
}

.quote-1, .quote-1 * {
  font-family: Lora;
  font-size: 28px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .quote-1, .quote-1 * {
    font-size: 16px;
  }
}

.quote-2, .quote-2 * {
  font-family: Lora;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .quote-2, .quote-2 * {
    font-size: 16px;
  }
}

.quote-3, .quote-3 * {
  font-family: Lora;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .quote-3, .quote-3 * {
    font-size: 16px;
  }
}

.quote-4, .quote-4 * {
  font-family: Lora;
  font-style: italic;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .quote-4, .quote-4 * {
    font-size: 16px;
    line-height: 150%;
  }
}

.button-text, .default-link, .button-text *, .default-link * {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .button-text, .default-link, .button-text *, .default-link * {
    font-size: 16px;
  }
}

[data-animate] {
  opacity: 0;
}
[data-animate][data-animate=swim-top] {
  transform: translateY(100px);
}
[data-animate][data-animate=swim-down] {
  transform: translateY(-100px);
}
[data-animate][data-animate=swim-left] {
  transform: translateX(100px);
}
[data-animate][data-animate=swim-right] {
  transform: translateX(-100px);
}
[data-animate][data-animate=new-items] {
  transform: translateY(100px);
  animation: newItems 1s forwards;
}
@keyframes newItems {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.4980392157);
}
.header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #1f2a36;
  transition: padding 0.4s;
}
.header-info-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(5vw, 82px);
}
.header-info-addresses ul {
  display: flex;
  gap: 64px;
}
.header-info-addresses ul li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.header-info-addresses ul li a {
  font-weight: 100;
  transition: color 0.4s;
  margin-bottom: 8px;
}
.header-info-addresses ul li a:hover {
  color: #57b1c7;
}
.header-info-addresses ul li:before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwMjZfMTA1MSkiPgo8cGF0aCBkPSJNMTAgMEM4LjAxMTY5IDAuMDAyNjM3NTUgNi4xMDU1NiAwLjc5MzY2MSA0LjY5OTYxIDIuMTk5NjFDMy4yOTM2NiAzLjYwNTU2IDIuNTAyNjQgNS41MTE2OSAyLjUgNy41QzIuNSAxMi44ODQ0IDkuNDg3NSAxOS42MjgxIDkuNzg0MzcgMTkuOTEyNUM5Ljg0MjEyIDE5Ljk2ODYgOS45MTk0NyAyMCAxMCAyMEMxMC4wODA1IDIwIDEwLjE1NzkgMTkuOTY4NiAxMC4yMTU2IDE5LjkxMjVDMTAuNTEyNSAxOS42MjgxIDE3LjUgMTIuODg0NCAxNy41IDcuNUMxNy40OTc0IDUuNTExNjkgMTYuNzA2MyAzLjYwNTU2IDE1LjMwMDQgMi4xOTk2MUMxMy44OTQ0IDAuNzkzNjYxIDExLjk4ODMgMC4wMDI2Mzc1NSAxMCAwWk0xMCAxMC45Mzc1QzkuMzIwMTMgMTAuOTM3NSA4LjY1NTUyIDEwLjczNTkgOC4wOTAyMyAxMC4zNTgyQzcuNTI0OTMgOS45ODA0NiA3LjA4NDM0IDkuNDQzNiA2LjgyNDE2IDguODE1NDdDNi41NjM5OSA4LjE4NzM1IDYuNDk1OTEgNy40OTYxOSA2LjYyODU1IDYuODI5MzhDNi43NjExOSA2LjE2MjU3IDcuMDg4NTggNS41NTAwNiA3LjU2OTMyIDUuMDY5MzJDOC4wNTAwNiA0LjU4ODU4IDguNjYyNTcgNC4yNjExOSA5LjMyOTM4IDQuMTI4NTVDOS45OTYxOSAzLjk5NTkxIDEwLjY4NzQgNC4wNjM5OSAxMS4zMTU1IDQuMzI0MTZDMTEuOTQzNiA0LjU4NDM0IDEyLjQ4MDUgNS4wMjQ5MyAxMi44NTgyIDUuNTkwMjNDMTMuMjM1OSA2LjE1NTUyIDEzLjQzNzUgNi44MjAxMyAxMy40Mzc1IDcuNUMxMy40MzcgOC40MTE1MSAxMy4wNzQ2IDkuMjg1NTQgMTIuNDMwMSA5LjkzMDA4QzExLjc4NTUgMTAuNTc0NiAxMC45MTE1IDEwLjkzNyAxMCAxMC45Mzc1WiIgZmlsbD0iIzU3QjFDNyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwMjZfMTA1MSI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  height: 20px;
  width: 20px;
  display: block;
  left: -24px;
}
.header-info-schedule {
  display: grid;
  gap: 10px;
}
.header-info-schedule__container {
  display: grid;
  gap: 5px;
}
.header-info-schedule__label {
  font-weight: 500;
}
.header-info-schedule-item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.header-info-schedule-item__day {
  grid-column: span 5;
  font-weight: 300;
}
.header-info-schedule-item__time {
  grid-column: span 7;
  font-weight: 300;
  color: #4b637d;
}
.header-info-phones {
  display: flex;
  gap: 10px;
}
.header-info-phones ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-info-phones ul li {
  font-family: Geologica-Medium;
  font-size: 18px;
}
.header-info-phones ul li a {
  transition: color 0.4s;
}
.header-info-phones ul li a:hover {
  color: #57b1c7;
}
.header-navigation {
  box-shadow: inset 0 -20px 20px 0 rgba(44, 94, 133, 0.15);
  background: #0f1521 linear-gradient(180deg, rgba(135, 199, 215, 0.35) 0%, #0f1521 100%);
}
.header-navigation nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-navigation nav a {
  padding: 21px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  transition: 0.4s;
  background: transparent;
}
.header-navigation nav a:hover {
  background-color: #354A57;
}
.header-navigation nav a.-active {
  pointer-events: none;
  background-color: #354A57;
}
.header.-scrolled .header-info {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header.-scrolled .header-navigation nav a {
  padding: 10px 30px;
}
.header-mobile {
  display: none;
}
.header-mobile-navigation {
  display: none;
}
@media screen and (max-width: 1329px) {
  .header-info-phones {
    display: none;
  }
  .header-info-addresses ul {
    gap: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .header-navigation {
    display: none;
  }
  .header-info {
    display: none;
  }
  .header-info-addresses ul {
    flex-direction: column;
    margin-left: 24px;
    gap: 24px;
  }
  .header-mobile {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #0f1521 linear-gradient(180deg, rgba(135, 199, 215, 0.35) 0%, #0f1521 100%);
  }
  .header-mobile .burger {
    border: none;
    background: none;
    padding: 9px 6px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
  }
  .header-mobile .burger-line {
    height: 2px;
    width: 20px;
    border-radius: 8px;
    background-color: #fff;
    transition: 0.5s;
  }
  .header-mobile .burger.-active .top-line {
    transform: rotate(45deg) translateY(8px);
  }
  .header-mobile .burger.-active .middle-line {
    width: 0;
  }
  .header-mobile .burger.-active .bottom-line {
    transform: rotate(-45deg) translateY(-8px);
  }
  .header-mobile-navigation {
    position: absolute;
    width: 100%;
    top: 66px;
    left: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    padding: 32px;
    height: calc(100svh - 66px);
    transition: opacity 0.4s;
  }
  .header-mobile-navigation-close {
    position: absolute;
    top: 32px;
    right: 32px;
    max-width: 16px;
    aspect-ratio: 1/1;
  }
  .header-mobile-navigation nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .header-mobile-navigation nav a {
    font-weight: 500;
    font-size: 18px;
    color: #4b637d;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .header-mobile-navigation nav a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header-mobile-navigation .service-list__row {
    margin: 28px 0;
  }
  .header-mobile-navigation .header-info-body {
    display: block;
  }
  .header-mobile-navigation .header-info-addresses {
    display: block;
    margin-bottom: 16px;
  }
  .header-mobile-navigation .header-info-phones {
    margin-bottom: 16px;
  }
  .header-mobile-navigation-buttons {
    margin: auto auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 85%;
  }
  .header-mobile-navigation.-active {
    opacity: 1;
    pointer-events: auto;
  }
  .header .logo {
    max-width: 130px;
  }
}

.footer {
  background: #0f1521 linear-gradient(180deg, rgba(87, 177, 199, 0.35) 0%, rgba(87, 177, 199, 0) 100%);
  color: #fff;
  overflow: hidden;
}
.footer-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 35px;
  padding-bottom: 72px;
  position: relative;
}
.footer-info-logo-socials {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 26px;
}
.footer-info-logo-socials a img {
  width: 24px;
  aspect-ratio: 1/1;
  filter: brightness(2) saturate(0.5) contrast(1.2);
  transition: transform 0.4s, filter 0.4s;
}
.footer-info-logo-socials a:hover img {
  filter: brightness(1) saturate(1) contrast(1);
  transform: scale(1.1);
}
.footer-info__bg {
  position: absolute;
  right: -290px;
  top: -45px;
}
.footer-info__bg img {
  max-width: 432px;
}
.footer-info-body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 825px;
}
.footer-info-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min-content;
  column-gap: 30px;
  row-gap: 14px;
}
.footer-info-nav a {
  white-space: nowrap;
  text-transform: uppercase;
  transition: color 0.4s;
}
.footer-info-nav a:hover {
  color: #57b1c7;
}
.footer-info-addresses {
  max-width: 265px;
}
.footer-info-addresses ul {
  display: grid;
  gap: 10px;
}
.footer-info-addresses ul li {
  display: flex;
  gap: 10px;
}
.footer-info-addresses ul li a {
  font-weight: 100;
  transition: color 0.4s;
}
.footer-info-addresses ul li a:hover {
  color: #57b1c7;
}
.footer-info-addresses ul li:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwMjZfMTA1MSkiPgo8cGF0aCBkPSJNMTAgMEM4LjAxMTY5IDAuMDAyNjM3NTUgNi4xMDU1NiAwLjc5MzY2MSA0LjY5OTYxIDIuMTk5NjFDMy4yOTM2NiAzLjYwNTU2IDIuNTAyNjQgNS41MTE2OSAyLjUgNy41QzIuNSAxMi44ODQ0IDkuNDg3NSAxOS42MjgxIDkuNzg0MzcgMTkuOTEyNUM5Ljg0MjEyIDE5Ljk2ODYgOS45MTk0NyAyMCAxMCAyMEMxMC4wODA1IDIwIDEwLjE1NzkgMTkuOTY4NiAxMC4yMTU2IDE5LjkxMjVDMTAuNTEyNSAxOS42MjgxIDE3LjUgMTIuODg0NCAxNy41IDcuNUMxNy40OTc0IDUuNTExNjkgMTYuNzA2MyAzLjYwNTU2IDE1LjMwMDQgMi4xOTk2MUMxMy44OTQ0IDAuNzkzNjYxIDExLjk4ODMgMC4wMDI2Mzc1NSAxMCAwWk0xMCAxMC45Mzc1QzkuMzIwMTMgMTAuOTM3NSA4LjY1NTUyIDEwLjczNTkgOC4wOTAyMyAxMC4zNTgyQzcuNTI0OTMgOS45ODA0NiA3LjA4NDM0IDkuNDQzNiA2LjgyNDE2IDguODE1NDdDNi41NjM5OSA4LjE4NzM1IDYuNDk1OTEgNy40OTYxOSA2LjYyODU1IDYuODI5MzhDNi43NjExOSA2LjE2MjU3IDcuMDg4NTggNS41NTAwNiA3LjU2OTMyIDUuMDY5MzJDOC4wNTAwNiA0LjU4ODU4IDguNjYyNTcgNC4yNjExOSA5LjMyOTM4IDQuMTI4NTVDOS45OTYxOSAzLjk5NTkxIDEwLjY4NzQgNC4wNjM5OSAxMS4zMTU1IDQuMzI0MTZDMTEuOTQzNiA0LjU4NDM0IDEyLjQ4MDUgNS4wMjQ5MyAxMi44NTgyIDUuNTkwMjNDMTMuMjM1OSA2LjE1NTUyIDEzLjQzNzUgNi44MjAxMyAxMy40Mzc1IDcuNUMxMy40MzcgOC40MTE1MSAxMy4wNzQ2IDkuMjg1NTQgMTIuNDMwMSA5LjkzMDA4QzExLjc4NTUgMTAuNTc0NiAxMC45MTE1IDEwLjkzNyAxMCAxMC45Mzc1WiIgZmlsbD0iIzU3QjFDNyI+PC9wYXRoPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwMjZfMTA1MSI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiPjwvcmVjdD4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4=);
  height: 20px;
  width: 20px;
  display: block;
}
.footer-info-schedule {
  display: grid;
  gap: 10px;
}
.footer-info-schedule__container {
  display: grid;
  gap: 5px;
}
.footer-info-schedule__label {
  font-weight: 500;
}
.footer-info-schedule-item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.footer-info-schedule-item__day {
  grid-column: span 5;
  font-weight: 300;
}
.footer-info-schedule-item__time {
  grid-column: span 7;
  font-weight: 300;
  color: #4b637d;
}
.footer-info-phones {
  display: flex;
  gap: 10px;
}
.footer-info-phones ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-info-phones ul li {
  font-family: Geologica-Medium;
  font-size: 18px;
}
.footer-info-phones ul li a {
  transition: color 0.4s;
}
.footer-info-phones ul li a:hover {
  color: #57b1c7;
}
.footer-info-phones ul li .footer-info-phones__ring {
  font-size: 16px;
  color: #57b1c7;
  cursor: pointer;
  text-decoration: underline;
}
.footer-second-row {
  background-color: #1f505c;
  padding: 12px 0;
  position: relative;
  z-index: 1;
}
.footer-second-row ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-second-row ul li a, .footer-second-row ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.footer-second-row ul li a img, .footer-second-row ul li img {
  width: 20px;
  aspect-ratio: 1/1;
}
.footer-second-row ul li a {
  transition: color 0.4s;
}
.footer-second-row ul li a:hover {
  color: #57b1c7;
}
@media screen and (max-width: 1329px) {
  .footer-info {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-info {
    padding: 24px 48px;
  }
  .footer-info-body {
    width: fit-content;
    flex-direction: column;
    align-items: start;
  }
  .footer-second-row {
    padding: 16px 0;
  }
  .footer-second-row ul {
    flex-direction: column;
    gap: 4px;
  }
  .footer-second-row ul li:first-child {
    margin-bottom: 12px;
  }
  .footer-second-row ul li:last-child {
    margin-top: 12px;
  }
  .footer-second-row ul li:nth-child(3) {
    max-width: 280px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer-info {
    padding: 24px 16px;
  }
  .footer-info-body {
    padding-bottom: 80px;
  }
  .footer-info-body.-with-button {
    padding-bottom: 0;
  }
  .footer .default-btn.sticky {
    position: fixed;
    bottom: 20px;
    z-index: 2;
    max-width: calc(100% - 32px) !important;
  }
  .footer .default-btn.-hidden {
    opacity: 0;
  }
}
@media screen and (max-width: 575px) {
  .footer-info-nav {
    width: 100%;
  }
  .footer-info-body {
    width: 100%;
  }
  .footer-info-addresses {
    max-width: 350px;
  }
}

@media (max-width: 1400px) {
  .footer-info-logo {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .footer-info-logo {
    align-items: center;
    margin: 0 auto;
  }
  .footer-info-logo img {
    max-width: 140px;
  }
}
.hero {
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
  border-radius: 22px;
  border: 2px solid white;
  box-shadow: 5px 10px 20px 0 rgba(87, 177, 199, 0.15);
  overflow: hidden;
  aspect-ratio: 1400/450;
  z-index: 1;
}
.hero-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  z-index: -1;
  max-height: 100%;
  height: 100%;
}
.hero-bg img {
  height: 100%;
  object-fit: cover;
}
.hero__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "info form";
  height: 100%;
}
.hero__container::before {
  position: absolute;
  content: "";
  background-color: rgba(243, 249, 251, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
  z-index: -1;
}
.hero__info {
  grid-area: info;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.hero__info-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  margin-bottom: 20px;
}
.hero__info-date:before {
  content: url(data:image/svg+xmlbase64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNjU1XzExMDAxKSI+CiAgICA8bWFzayBpZD0ibWFzazBfNjU1XzExMDAxIiBzdHlsZT0ibWFzay10eXBlOmx1bWluYW5jZSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj4KICAgICAgPHBhdGggZD0iTTAgMS45MDczNWUtMDZIMjBWMjBIMFYxLjkwNzM1ZS0wNloiIGZpbGw9IndoaXRlIiAvPgogICAgPC9tYXNrPgogICAgPGcgbWFzaz0idXJsKCNtYXNrMF82NTVfMTEwMDEpIj4KICAgICAgPHBhdGggZD0iTTkuMjMxNzYgMTUuMzkwNkgxMC43NjgyTTEzLjg1IDE1LjM5MDZIMTUuMzg2NU00LjYyMjM4IDE1LjM5MDZINi4xNTg4M005LjIzMTc2IDEwLjc4MTNIMTAuNzY4Mk0xMy44NSAxMC43ODEzSDE1LjM4NjVNNC42MjIzOCAxMC43ODEzSDYuMTU4ODNNMC43ODEyNSA2LjkyNzA3SDE5LjIyNzZNMTQuNjE4MiA0LjYyMjM4VjAuNzgxMjUyTTUuMzkwNjIgNC42MjIzOFYwLjc4MTI1Mk0zLjg2MzA1IDE5LjIxODhIMTYuMTQ1OEMxNy44NDc5IDE5LjIxODggMTkuMjI3NiAxNy44MzkgMTkuMjI3NiAxNi4xMzY5VjUuMzk5NTNDMTkuMjI3NiAzLjY5NzUgMTcuODQ3OSAyLjMxNzcgMTYuMTQ1OCAyLjMxNzdIMy44NjMwNUMyLjE2MTAyIDIuMzE3NyAwLjc4MTI1IDMuNjk3NSAwLjc4MTI1IDUuMzk5NTNWMTYuMTM2OUMwLjc4MTI1IDE3LjgzOSAyLjE2MTAyIDE5LjIxODggMy44NjMwNSAxOS4yMTg4WiIgc3Ryb2tlPSIjNEI2MzdEIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIC8+CiAgICA8L2c+CiAgPC9nPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwMF82NTVfMTEwMDEiPgogICAgICA8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIiAvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+Cjwvc3ZnPg==);
  display: block;
}
.hero-form {
  grid-area: form;
  margin-top: auto;
  padding: 50px;
  border-radius: 20px 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
}
.hero-form__title {
  margin-bottom: 35px;
  color: #19424d;
}
.hero-form__container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.hero-form #formMessage .hero-form__thank-message {
  max-width: 350px;
  margin-bottom: 15px;
}
.hero-form #formMessage img {
  max-width: 75px;
  aspect-ratio: 1/1;
}
.hero.-home-hero {
  aspect-ratio: 1400/600;
}
.hero.-services-hero {
  margin-bottom: 20px;
}
.hero.-about-us {
  overflow: visible;
  margin-bottom: 160px;
}
.hero.-about-us .hero-bg img {
  border-radius: 18px;
  object-position: top;
}
.hero.-about-us .hero__container {
  display: flex;
  justify-content: center;
}
.hero.-about-us .hero__info {
  position: absolute;
  bottom: -65px;
  box-shadow: 5px 10px 20px 0 rgba(87, 177, 199, 0.15);
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%), url("../images/about-us/hero-bg-about.webp");
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  text-align: center;
  border-radius: 20px;
  padding: 30px 90px;
  width: fit-content;
}
.hero.-about-us .hero__info-title {
  font-size: 24px;
  margin-bottom: 14px;
}
.hero.-about-us .hero__info-description p {
  font-size: 22px;
  font-family: Lora;
  font-style: italic;
  color: #3892a8;
}
.hero.-employee {
  overflow: visible;
  margin-bottom: 84px;
}
.hero.-employee .hero__container {
  grid-template-areas: "info form";
  grid-template-columns: repeat(12, 1fr);
}
.hero.-employee .hero__info {
  grid-column: span 7;
}
.hero.-employee .hero__info-title * {
  margin-bottom: 14px;
  font-weight: bold;
}
.hero.-article {
  overflow: visible;
  margin-bottom: 84px;
}
.hero.-article .hero__container {
  grid-template-areas: "info form";
  grid-template-columns: repeat(12, 1fr);
}
.hero.-article .hero__info {
  grid-column: span 8;
}
.hero.-article .hero__info-title * {
  margin-bottom: 14px;
  font-weight: bold;
}
.hero.-article .hero-author-card {
  border-radius: 20px;
  margin-top: 200px;
  grid-column: span 4;
  position: absolute;
  right: 8.3333333333%;
  box-shadow: 5px 10px 10px 0 rgba(87, 177, 199, 0.1);
  width: 25%;
  overflow: hidden;
  border: 2px solid white;
}
.hero.-article .hero-author-card-socials {
  position: absolute;
  top: -38px;
  left: 0;
  border-radius: 0 30px 0 0;
  background-color: #57b1c7;
  display: flex;
  padding: 9px 30px;
  gap: 20px;
}
.hero.-article .hero-author-card-socials img {
  aspect-ratio: 1/1;
  width: 20px;
}
.hero.-article .hero-author-card__image img {
  object-fit: cover;
  object-position: top;
  border-radius: 20px 20px 0 0;
  max-height: 500px;
}
.hero.-article .hero-author-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero.-article .hero-author-card-info strong {
  color: #0f1521;
  font-weight: 500;
}
.hero.-article .hero-author-card-info-param.-feedback {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero.-article .hero-author-card-info-param.-feedback .stars {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .hero {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1329px) {
  .hero.-employee {
    margin-bottom: 84px;
  }
  .hero.-employee .hero__container {
    grid-template-areas: "info form";
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 1199px) {
  .hero {
    aspect-ratio: auto;
  }
  .hero-form {
    height: 100%;
    padding: 30px;
    border-radius: 0;
  }
  .hero-form__container {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .hero {
    border-radius: 0;
    aspect-ratio: 375/200;
    border: none;
    margin-bottom: 56px;
  }
  .hero-bg {
    border-radius: 0;
  }
  .hero-form {
    display: none;
  }
  .hero .hero__info {
    padding: 16px;
  }
  .hero.-about-us {
    aspect-ratio: 375/200;
    margin-bottom: 120px;
  }
  .hero.-about-us .hero-bg {
    border-radius: 0;
    height: 100%;
  }
  .hero.-about-us .hero-bg img {
    object-fit: cover;
    height: 100%;
    border-radius: 0;
  }
  .hero.-about-us .hero__info {
    bottom: 0;
    padding: 12px 25px;
    transform: translateY(50%);
    max-width: 90%;
  }
  .hero.-about-us .hero__info-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .hero.-about-us .hero__info-description p {
    font-size: 16px;
  }
}

.hero-employee-card {
  border-radius: 20px;
  margin-top: 50px;
  grid-column: span 4;
  position: absolute;
  right: 6.9166666667%;
  box-shadow: 5px 10px 10px 0 rgba(87, 177, 199, 0.1);
  width: 33.3333333333%;
}
.hero-employee-card.-tablet {
  display: none;
}
.hero-employee-card-socials {
  position: absolute;
  top: -30px;
  right: 0;
  border-radius: 20px 0 0 20px;
  background-color: #57b1c7;
  display: flex;
  padding: 18px 30px 18px 48px;
  gap: 24px;
  z-index: 1;
}
.hero-employee-card-socials img {
  aspect-ratio: 1/1;
  width: 24px;
  transition: transform 0.4s;
}
.hero-employee-card-socials-item:hover img {
  transform: scale(1.15);
}
.hero-employee-card__image img {
  object-fit: cover;
  object-position: top;
  border-radius: 20px 20px 0 0;
  max-height: 550px;
  aspect-ratio: 916/1400;
}
.hero-employee-card-info {
  position: relative;
  margin-top: -100px;
  padding: 25px 30px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-employee-card-info strong {
  color: #0f1521;
  font-weight: 500;
}
.hero-employee-card-info-param.-feedback {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-employee-card-info-param.-feedback .stars {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .hero-employee-card {
    position: static;
    margin-top: 50px;
    grid-column: span 12;
    width: 100%;
  }
  .hero-employee-card-info {
    padding: 25px 16px;
  }
  .hero-employee-card.-pc {
    display: none;
  }
  .hero-employee-card.-tablet {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  .hero-employee-card-socials {
    position: absolute;
    top: -30px;
    right: 0;
    border-radius: 40px 0 0 40px;
    background-color: #57b1c7;
    display: flex;
    padding: 18px 32px 18px 41px;
    gap: 16px;
    z-index: 1;
  }
  .hero-employee-card-socials img {
    aspect-ratio: 1/1;
    width: 24px;
  }
  .hero-employee-card__image img {
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0 0;
    max-height: 550px;
  }
}

.hero-author-card {
  border-radius: 20px;
  margin-top: 200px;
  grid-column: span 4;
  position: absolute;
  right: 8.3333333333%;
  box-shadow: 5px 10px 10px 0 rgba(87, 177, 199, 0.1);
  width: 25%;
  overflow: hidden;
  border: 2px solid white;
}
.hero-author-card.-tablet {
  display: none;
}
.hero-author-card-socials {
  position: absolute;
  top: -38px;
  left: 0;
  border-radius: 0 30px 0 0;
  background-color: #57b1c7;
  display: flex;
  padding: 9px 30px;
  gap: 20px;
}
.hero-author-card-socials img {
  aspect-ratio: 1/1;
  width: 20px;
}
.hero-author-card__image img {
  object-fit: cover;
  object-position: top;
  border-radius: 20px 20px 0 0;
  max-height: 500px;
}
.hero-author-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-author-card-info strong {
  color: #0f1521;
  font-weight: 500;
}
.hero-author-card-info-param.-feedback {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-author-card-info-param.-feedback .stars {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .hero-author-card {
    position: static;
    margin-top: 50px;
    grid-column: span 12;
    width: 100%;
  }
  .hero-author-card.-pc {
    display: none;
  }
  .hero-author-card.-tablet {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  .hero-author-card-socials img {
    aspect-ratio: 1/1;
    width: 24px;
  }
  .hero-author-card__image img {
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0 0;
    max-height: 375px;
  }
  .hero-author-card-info {
    position: relative;
  }
}

.employee-hero {
  position: relative;
  margin-bottom: 50px;
}
.employee-hero:before {
  content: url(data:image/svg+xmlbase64,PHN2ZyB3aWR0aD0iOTAwIiBoZWlnaHQ9IjkwMCIgdmlld0JveD0iMCAwIDkwMCA5MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGNpcmNsZSBvcGFjaXR5PSIwLjE1IiBjeD0iNDUwIiBjeT0iNDUwIiByPSI0MjUiIHN0cm9rZT0iI0NGRTlFRiIgc3Ryb2tlLXdpZHRoPSI1MCI+PC9jaXJjbGU+Cjwvc3ZnPg==);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.employee-hero__description {
  display: flex;
  flex-direction: column;
  max-width: calc(58.3333333333% - 20px);
}
.employee-hero__description blockquote * {
  position: relative;
  margin: 0 0 52px 85px;
  color: #57b1c7;
}
.employee-hero__description blockquote *:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCA0OSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBvcGFjaXR5PSIwLjUiIGQ9Ik0zLjUgMzVIMTRMMjEgMjFWMEgwVjIxSDEwLjVMMy41IDM1Wk0zMS41IDM1SDQyTDQ5IDIxVjBIMjhWMjFIMzguNUwzMS41IDM1WiIgZmlsbD0iI0NGRTlFRiIgLz4KPC9zdmc+);
  position: absolute;
  top: 0;
  left: -85px;
}
.employee-hero__description p + p {
  margin-top: 12px;
}
@media screen and (max-width: 1199px) {
  .employee-hero {
    aspect-ratio: auto;
  }
  .employee-hero .hero {
    padding-bottom: 255px;
    margin-bottom: -250px;
    aspect-ratio: auto;
  }
  .employee-hero .hero__info {
    grid-column: span 12;
  }
  .employee-hero .hero__info-title {
    padding-top: 32px;
  }
  .employee-hero .hero__info-title br {
    display: none;
  }
  .employee-hero .hero__info-description {
    max-width: 280px;
  }
  .employee-hero .hero-employee-card {
    position: relative;
    right: 0;
    z-index: 1;
  }
  .employee-hero__description {
    padding: 0 20px;
    margin-top: 56px;
    max-width: 100%;
  }
  .employee-hero__description blockquote * {
    max-width: 90%;
    margin: 48px auto 56px;
  }
  .employee-hero__description blockquote *:after {
    top: -48px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .employee-hero:before {
    display: none;
  }
  .employee-hero .hero-employee-card-info-socials {
    position: absolute;
    top: -30px;
    right: 0;
    border-radius: 40px 0 0 40px;
    background-color: #57b1c7;
    display: flex;
    padding: 16px 16px 18px 38px;
    gap: 14px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .employee-hero .hero.-employee .hero__info {
    grid-column: span 12;
  }
  .employee-hero .employee-hero__description {
    margin-top: 8px;
  }
}

.article-hero {
  position: relative;
  margin-bottom: 50px;
}
.article-hero:before {
  content: url(data:image/svg+xmlbase64,PHN2ZyB3aWR0aD0iOTAwIiBoZWlnaHQ9IjkwMCIgdmlld0JveD0iMCAwIDkwMCA5MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGNpcmNsZSBvcGFjaXR5PSIwLjE1IiBjeD0iNDUwIiBjeT0iNDUwIiByPSI0MjUiIHN0cm9rZT0iI0NGRTlFRiIgc3Ryb2tlLXdpZHRoPSI1MCIgLz4KPC9zdmc+);
  position: absolute;
  left: -860px;
  bottom: -500px;
  z-index: -1;
}
.article-hero__description {
  display: flex;
  flex-direction: column;
  max-width: calc(66.6666666667% - 20px);
  padding-left: 116px;
}
.article-hero__description blockquote * {
  position: relative;
  margin: 0 0 52px 65px;
  color: #57b1c7;
}
.article-hero__description blockquote *:after {
  content: url(data:image/svg+xmlbase64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCA0OSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBvcGFjaXR5PSIwLjUiIGQ9Ik0zLjUgMzVIMTRMMjEgMjFWMEgwVjIxSDEwLjVMMy41IDM1Wk0zMS41IDM1SDQyTDQ5IDIxVjBIMjhWMjFIMzguNUwzMS41IDM1WiIgZmlsbD0iI0NGRTlFRiI+PC9wYXRoPgo8L3N2Zz4=);
  position: absolute;
  top: 0;
  left: -85px;
}
.article-hero__description p + p {
  margin-top: 12px;
}
@media screen and (max-width: 1199px) {
  .article-hero {
    margin-bottom: 0;
  }
  .article-hero__description {
    padding: 0 20px;
    margin-top: 56px;
    max-width: 100%;
  }
  .article-hero__description blockquote {
    padding: 0 20px;
  }
  .article-hero__description blockquote * {
    max-width: 95%;
    margin: 48px auto 56px;
  }
  .article-hero__description blockquote *:after {
    top: -48px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .article-hero:before {
    display: none;
  }
  .article-hero .hero {
    margin-bottom: 24px;
  }
}

.our-services {
  margin-bottom: 100px;
}
.our-services__title {
  margin-bottom: 50px;
}
.our-services__title.-with-description {
  margin-bottom: 20px;
}
.our-services__description {
  max-width: 1000px;
  margin-bottom: 50px;
}
.our-services-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.our-services .image-card {
  grid-column: span 3;
}
@media screen and (max-width: 1329px) {
  .our-services .image-card {
    grid-column: span 4;
  }
  .our-services .image-card-item {
    width: 100%;
    height: 100%;
  }
  .our-services .image-card-item img {
    object-fit: cover;
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .our-services .service-list__row {
    display: none;
  }
  .our-services .image-card {
    grid-column: span 6;
  }
}
@media screen and (max-width: 767px) {
  .our-services-container {
    gap: 8px;
  }
  .our-services .image-card {
    display: none;
  }
}

.appointment-form {
  position: relative;
  display: flex;
  gap: 50px;
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
  box-shadow: 5px 10px 20px 0 rgba(87, 177, 199, 0.15);
  margin-bottom: 150px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 56px;
}
.appointment-form__bg {
  position: absolute;
  top: 0;
  right: 0;
}
.appointment-form__image {
  max-width: 400px;
  overflow: hidden;
  height: auto;
}
.appointment-form__image img {
  aspect-ratio: 400/536;
  object-fit: cover;
  height: 100%;
}
.appointment-form-body {
  max-width: 750px;
  padding: 50px 50px 50px 0;
  z-index: 1;
}
.appointment-form-body-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 35px;
}
.appointment-form-body-head .title * {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  color: #19424d;
}
.appointment-form-body-head .description {
  max-width: 295px;
}
.appointment-form-body form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.appointment-form-body form .default-btn {
  flex: 0 1 calc(50% - 10px);
  min-height: 48px;
}
.appointment-form-body form .default-input {
  flex: 1 1 calc(50% - 10px);
}
.appointment-form-body form .default-input.-comment {
  flex: 1 1 100%;
}
.appointment-form-body #appointmentFormMessage .appointment-form-body__thank-message {
  max-width: 350px;
  margin-bottom: 40px;
}
.appointment-form-body #appointmentFormMessage img {
  margin: 35px 0 25px;
  max-width: 125px;
  aspect-ratio: 1/1;
}
.appointment-form.-small .appointment-form {
  margin-bottom: 0;
  margin-top: 0;
}
.appointment-form.-small .appointment-form-body {
  padding: 20px;
}
.appointment-form.-small .appointment-form-body-head {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.appointment-form.-small .appointment-form-body-head .title {
  margin-right: auto;
}
.appointment-form.-small .appointment-form-body-head .title * {
  font-size: 24px;
  font-weight: 600;
}
.appointment-form.-small .appointment-form-body form {
  flex-direction: column;
  gap: 15px;
}
.appointment-form.-small .appointment-form-body form .default-btn {
  flex-basis: 100%;
}
.appointment-form.-small .appointment-form-body form .default-input.-comment {
  height: 100px;
  background-position: left 15px top 15px;
}
.appointment-form.-small #appointmentFormMessage .appointment-form-body__thank-message {
  max-width: 200px;
  margin-bottom: 40px;
}
.appointment-form.-small #appointmentFormMessage img {
  margin: 35px auto 25px;
  max-width: 100px;
  aspect-ratio: 1/1;
}
.appointment-form.-small #appointmentFormMessage .default-btn {
  display: none;
}
@media screen and (max-width: 1199px) {
  .appointment-form__image {
    display: none;
  }
  .appointment-form-body {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .appointment-form {
    margin-bottom: 56px;
    gap: 0;
    flex-direction: column;
  }
  .appointment-form__bg {
    display: none;
  }
  .appointment-form__image {
    display: block;
    max-width: 100%;
  }
  .appointment-form__image img {
    aspect-ratio: 343/200;
    object-fit: cover;
    object-position: bottom;
  }
  .appointment-form-body {
    padding: 24px 16px 16px;
  }
  .appointment-form-body-head {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
  }
  .appointment-form-body-head .title * {
    font-size: 24px;
  }
  .appointment-form-body-head .title * br {
    display: none;
  }
  .appointment-form-body form {
    gap: 8px;
  }
  .appointment-form-body form .default-btn {
    flex: 1 1 100%;
  }
  .appointment-form-body form .default-input {
    flex: 1 1 100%;
  }
}

.content video {
  border: 1px solid #fff;
  box-shadow: 5px 10px 20px 0 rgba(87, 177, 199, 0.15);
  aspect-ratio: 16/9;
}
.content blockquote {
  margin: 30px auto;
  width: fit-content;
}
.content blockquote p {
  font-family: Lora;
  font-size: 25px;
  font-style: italic;
  max-width: 725px;
  margin-left: 85px;
  position: relative;
  color: #57b1c7;
}
.content blockquote p:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCA0OSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBvcGFjaXR5PSIwLjUiIGQ9Ik0zLjUgMzVIMTRMMjEgMjFWMEgwVjIxSDEwLjVMMy41IDM1Wk0zMS41IDM1SDQyTDQ5IDIxVjBIMjhWMjFIMzguNUwzMS41IDM1WiIgZmlsbD0iI0NGRTlFRiI+PC9wYXRoPgo8L3N2Zz4=);
  position: absolute;
  top: 0;
  left: -85px;
}
.content p + p {
  margin-top: 20px;
}
.content img {
  box-shadow: 5px 10px 20px 0 rgba(87, 177, 199, 0.15);
  border: 2px solid #fff;
  border-radius: 20px;
  margin: 50px 0;
}
.content h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0f1521;
  margin: 30px 0;
  color: #57b1c7;
}
.content h3 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0f1521;
  margin-bottom: 37px;
}
.content strong {
  color: #57b1c7;
  font-weight: 700;
}
.content ul, .content ol {
  margin: 20px 0 50px 40px;
}
.content ul li, .content ol li {
  position: relative;
}
.content ul li + li, .content ol li + li {
  margin-top: 20px;
}
.content ul li {
  padding-left: 30px;
}
.content ul li:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTMuNSA3LjEzMzk3QzE0LjE2NjcgNy41MTg4NyAxNC4xNjY3IDguNDgxMTIgMTMuNSA4Ljg2NjAyTDEuNSAxNS43OTQyQzAuODMzMzMzIDE2LjE3OTEgLTcuNzM2MDRlLTA3IDE1LjY5OCAtNy4zOTk1NWUtMDcgMTQuOTI4MkwtMS4zNDI3M2UtMDcgMS4wNzE4Qy0xLjAwNjIzZS0wNyAwLjMwMTk5NiAwLjgzMzMzMyAtMC4xNzkxMyAxLjUgMC4yMDU3N0wxMy41IDcuMTMzOTdaIiBmaWxsPSIjNTdCMUM3Ij48L3BhdGg+Cjwvc3ZnPg==);
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
}
.content ol {
  margin-left: 60px;
}
.content ol li {
  padding-left: 8px;
  list-style-type: decimal;
}
.content ol li::marker {
  font-weight: 700;
  color: #57b1c7;
}
.content ol ul li {
  padding-left: 0;
}
.content ol ul li:before {
  display: none;
}
.content p + h3, .content p + h2 {
  margin-top: 50px;
}
.content .custom-controls {
  margin: 50px 0;
}
.content h2 + .custom-controls {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .content .custom-controls {
    margin: 24px 0;
  }
  .content blockquote p {
    font-size: 16px;
    margin-left: 29px;
  }
  .content blockquote p:before {
    position: absolute;
    top: -10px;
    left: -15px;
    z-index: -1;
  }
  .content img {
    border-radius: 10px;
    margin: 24px 0;
  }
  .content h2 {
    font-size: 24px;
    margin: 24px 0;
  }
  .content h3 {
    font-size: 16px;
    margin: 24px 0 16px;
  }
  .content ul, .content ol {
    margin: 16px 0 24px 8px;
  }
  .content ul li + li, .content ol li + li {
    margin-top: 8px;
  }
  .content ol {
    margin: 16px 0 24px 22px;
  }
  .content ul li {
    padding-left: 22px;
  }
}

.container-innovation.content blockquote p {
  max-width: 100%;
}

.service-body {
  display: flex;
  gap: 30px;
}
.service-body-content {
  flex: 1 1 calc(100% - 315px);
  margin: 0 auto;
}
.service-body-content .container {
  width: fit-content;
}
.service-body-form {
  width: 100%;
  flex: 1 1 300px;
}
.service-body-form .container {
  position: sticky;
  top: 160px;
}
@media screen and (max-width: 1199px) {
  .service-body-form {
    display: none;
  }
}

.modals {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.4980392157);
  z-index: 16;
  cursor: pointer;
  transition: opacity 0.4s;
}
.modals.-active {
  opacity: 1;
  pointer-events: auto;
}
.modals .modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  transition: opacity 0.4s;
}
.modals .modal-close:hover {
  opacity: 0.6;
}
.modals .ring-modal, .modals .feedback-modal {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 20px;
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
  padding: 50px;
  text-align: center;
  cursor: auto;
  box-shadow: 5px 10px 20px 0 rgba(15, 21, 33, 0.15);
  transition: opacity 0.4s;
  overflow: hidden;
}
.modals .ring-modal__bg, .modals .feedback-modal__bg {
  position: absolute;
  left: -30px;
  bottom: -30px;
  transform: rotate(30deg);
}
.modals .ring-modal .description, .modals .feedback-modal .description {
  margin: 20px auto 30px;
}
.modals .ring-modal form, .modals .feedback-modal form {
  max-width: 400px;
  margin: 0 auto;
}
.modals .ring-modal form input:not(:first-child), .modals .feedback-modal form input:not(:first-child) {
  margin-top: 20px;
}
.modals .ring-modal form textarea, .modals .feedback-modal form textarea {
  margin-top: 20px;
}
.modals .ring-modal form button, .modals .feedback-modal form button {
  margin: 30px auto 0;
}
.modals .ring-modal.-active, .modals .feedback-modal.-active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .modals .ring-modal, .modals .feedback-modal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    transform: translate(0, 0);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.modals #callFormMessage {
  text-align: center;
}
.modals #callFormMessage .ring-modal__thank-message {
  max-width: 350px;
  margin: 20px auto;
}
.modals #callFormMessage img {
  max-width: 125px;
  aspect-ratio: 1/1;
  margin: 18px auto 0;
}
.modals #callFormMessage .default-btn {
  max-width: 250px;
  margin: 0 auto;
}
.modals #feedbackFormMessage {
  text-align: center;
}
.modals #feedbackFormMessage .ring-modal__thank-message {
  max-width: 350px;
  margin: 20px auto 65px;
}
.modals #feedbackFormMessage img {
  max-width: 150px;
  aspect-ratio: 1/1;
  margin: 0 auto 65px;
}
.modals #feedbackFormMessage .default-btn {
  max-width: 250px;
  margin: 0 auto;
}

.modal-comment {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 5px 10px 20px 0 rgba(87, 177, 199, 0.2);
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 30px;
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
  max-width: 800px;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s;
}
.modal-comment-head {
  display: flex;
  align-items: center;
  gap: 30px;
}
.modal-comment-head img {
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
.modal-comment-head .title-3 {
  margin-bottom: 20px;
}
.modal-comment-head strong {
  color: #0f1521;
}
.modal-comment-date {
  margin-bottom: 12px;
}
.modal-comment .stars {
  margin: 30px 0 15px;
}
.modal-comment blockquote {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4b637d;
}
.modal-comment.-active {
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
}
@media screen and (max-width: 767px) {
  .modal-comment {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    transform: translate(0, 0);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .modal-comment-head {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
  .modal-comment-head .title-3 {
    margin-bottom: 12px;
  }
}

.open-ring-modal {
  cursor: pointer;
}

.related {
  margin-bottom: 100px;
}

.related-wrap {
  display: flex;
  gap: 20px;
}

.related-service-wrapper {
  all: inherit;
}

.related-service {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 10px 20px 0 rgba(87, 177, 199, 0.2);
  border: 2px solid #fff;
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
  cursor: pointer;
  max-width: 460px;
}
.related-service:hover img {
  transform: scale(1.1);
}

.related-service-img {
  aspect-ratio: 453/250;
  overflow: hidden;
}
.related-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-out 0.8s;
}

.related-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 32px;
  margin-top: auto;
}
.related-row span {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: #1f2a36;
}
.related-row .default-arrow {
  width: 60px;
  min-width: 60px;
}

@media (max-width: 1200px) {
  .related-wrap {
    flex-wrap: wrap;
  }
  .related-service {
    max-width: 460px;
  }
}
@media (max-width: 768px) {
  .related {
    margin-bottom: 56px;
  }
  .related-wrap {
    gap: 10px;
  }
  .related-service-img {
    display: none;
  }
  .related-row {
    padding: 16px;
    width: calc(100vw - 48px);
  }
  .related-row span {
    font-size: 16px;
  }
  .related-row .default-arrow {
    width: 40px;
    min-width: 40px;
  }
}
html, body {
  overflow-x: hidden;
}

.prices-section {
  max-width: 1400px;
  margin: 48px auto;
}

.price-message {
  margin-bottom: 24px;
  max-width: 600px;
}

@media (max-width: 1464px) {
  .prices-section {
    margin: 48px 32px;
  }
}
@media (max-width: 768px) {
  .prices-section {
    margin: 32px 16px;
  }
  .price-row-service-page {
    flex-direction: column;
    gap: 6px;
  }
  .price-message {
    margin-bottom: 8px;
  }
}
.testim-section {
  margin: 120px auto;
}

.testim-row-swiper {
  margin-top: 48px;
  overflow: unset;
  max-width: unset;
}

.testim-slide {
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 5px 10px 15px 0 rgba(87, 177, 199, 0.05);
  border: 1px solid white;
  opacity: 1 !important;
  aspect-ratio: unset !important;
}
.testim-slide:hover {
  cursor: pointer;
}

.testim-top {
  display: flex;
  align-items: center;
  gap: 24px;
}
.testim-top img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}

.testim-title {
  text-transform: uppercase;
  color: #1f2a36;
  font-size: 18px;
  font-weight: 700;
}

.testim-date {
  color: #57b1c7;
  margin: 28px 0 12px;
  font-weight: 300;
}

.test-body p, .test-body p span {
  font-family: Lora;
  line-height: 1.5;
  font-size: 18px;
  color: #4b637d;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testim-modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 9999;
}

.testim-modal-visible {
  display: flex;
}

.testim-modal {
  max-width: 800px;
  width: 90%;
  max-height: 90vh;
  overflow-y: scroll;
  scrollbar-width: none;
  padding: 20px;
  position: relative;
  box-shadow: 5px 10px 20px 0 rgba(87, 177, 199, 0.2);
  border: 2px solid white;
  border-radius: 20px;
  padding: 30px;
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
}
.testim-modal::-webkit-scrollbar {
  display: none;
}

.close {
  position: absolute;
  top: 4px;
  right: 20px;
  font-weight: 200;
  cursor: pointer;
  color: #57b1c7;
  font-size: 56px;
}

.testim-modal-top {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
.testim-modal-top img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.testim-modal-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1f2a36;
  margin-bottom: 20px;
}

.testim-modal-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.testim-modal-lable {
  color: #4b637d;
}
.testim-modal-lable span {
  color: #0f1521;
  margin-right: 6px;
}

.test-modal-body p, .test-modal-body p span {
  font-family: Lora;
  line-height: 1.5;
  font-size: 16px;
  color: #4b637d;
}

.test-modal-body p, .test-modal-body p span {
  font-size: 18px;
}

@media (max-width: 768px) {
  .testim-section {
    margin: 56px 0;
    overflow-x: hidden;
  }
  .testim-row-swiper {
    margin-top: 24px;
  }
  .testim-slide {
    border-radius: 10px;
    padding: 8px;
  }
  .testim-top {
    gap: 12px;
  }
  .testim-top img {
    width: 70px;
    height: 70px;
    border-radius: 6px;
  }
  .testim-date {
    margin: 16px 0 8px;
    font-size: 14px;
  }
  .test-body p, .test-body p span {
    font-size: 16px;
  }
  .testim-title {
    font-size: 16px;
  }
  .testim-modal {
    padding: 16px;
    border-radius: 12px;
  }
  .testim-modal-top {
    align-items: unset;
    flex-direction: column;
    margin-bottom: 16px;
    gap: 12px;
  }
  .testim-modal-title {
    font-size: 18px;
    margin: 16px 0 0 0;
  }
  .testim-modal-info {
    gap: 6px;
  }
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 100px;
}
.faq .col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq__title {
  margin-bottom: 10px;
}
.faq-item {
  box-shadow: 5px 10px 20px 0 rgba(87, 177, 199, 0.2);
  border-radius: 20px;
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
  padding: 30px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.faq-item__bg {
  position: absolute;
  right: -30px;
  bottom: -40px;
}
.faq-item__bg img {
  max-width: 256px;
  transform: rotate(-15deg);
  opacity: 0;
  transition: 0.4s;
}
.faq-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.faq-item-head__text {
  width: fit-content;
  max-width: 510px;
}
.faq-item-head .default-arrow {
  width: 50px;
  z-index: 1;
}
.faq-item-head .default-arrow img {
  width: 25px;
}
.faq-item-body {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: 0.7s;
}
.faq-item-body__text {
  padding-top: 30px;
  position: relative;
  min-height: 70px;
  max-width: 510px;
  z-index: 1;
}
.faq-item-body__text p {
  margin-bottom: 6px;
}
.faq-item-body__text ul {
  margin-left: 22px;
}
.faq-item-body__text ul li {
  position: relative;
  margin-bottom: 6px;
}
.faq-item-body__text ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #57B1C7;
  left: -14px;
  top: 7px;
}
.faq-item.-open .faq-item__bg img {
  opacity: 1;
}
.faq-item.-open .faq-item-head .default-arrow {
  transform: rotate(-90deg);
}
@media screen and (max-width: 1329px) {
  .faq {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    gap: 8px;
  }
  .faq .col {
    gap: 8px;
  }
  .faq-item {
    padding: 18px 8px;
    border-radius: 5px;
  }
  .faq-item-head .default-arrow {
    width: 30px;
  }
  .faq-item-head .default-arrow img {
    width: 10px;
  }
}

.faq-service-row {
  margin: 120px auto;
}

@media (max-width: 768px) {
  .faq-service-row {
    margin: 56px 0;
  }
}