.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;
  }
}
.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;
  }
}

.employee-form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  align-items: center;
  margin-bottom: 150px;
  margin-top: 120px;
}
.employee-form__video {
  grid-area: 1/1/2/9;
  z-index: 1;
}
.employee-form__video video {
  aspect-ratio: 16/9;
}
.employee-form__section {
  position: relative;
  overflow: hidden;
  grid-area: 1/5/2/13;
  padding: 33px;
  height: calc(100% + 104px);
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
  border-radius: 20px;
  border: 1px solid #fff;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  box-shadow: 5px 10px 20px 0 rgba(87, 177, 199, 0.15);
}
.employee-form__section-bg {
  position: absolute;
  top: -40px;
  right: -20px;
  transform: rotate(215deg);
}
.employee-form__container {
  z-index: 1;
  padding-left: 37px;
  grid-column-start: 5;
  grid-column-end: span 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.employee-form__container .title {
  margin-bottom: 35px;
}
.employee-form__container .default-btn {
  margin-top: 35px;
}
.employee-form__container input + input {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .employee-form {
    margin: 56px 0;
    grid-template-columns: 1fr;
  }
  .employee-form__section {
    display: none;
  }
}

.slider {
  position: relative;
  margin-top: 50px;
  margin-bottom: 150px;
}
.slider__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .slider__title {
    margin-bottom: 16px;
  }
}
.slider-container {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .slider {
    margin-top: 96px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    max-width: 100%;
  }
  .slider .slider-btn {
    opacity: 0.8;
  }
}

@media screen and (max-width: 1199px) {
  .container-service.slider {
    width: calc(100vw - 32px);
  }
}
.swiper {
  max-width: calc(100% - 140px);
  margin: 0 auto;
}
.swiper .swiper-slide {
  aspect-ratio: 800/400;
  border-radius: 20px;
  border: 2px solid #fff;
  overflow: hidden;
  opacity: 0;
}
.swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper.big-slider {
  max-width: calc(100% - 190px);
}
.swiper.medium-slider .swiper-slide.swiper-slide-active {
  box-shadow: 5px 10px 20px 0 rgba(87, 177, 199, 0.15);
}
.swiper.-slider-feedback {
  padding: 20px;
}
.swiper.-slider-feedback .swiper-slide {
  aspect-ratio: 1/1;
  height: auto;
}
.swiper.-slider-feedback .swiper-slide video {
  aspect-ratio: 297/197;
}
@media screen and (max-width: 1023px) {
  .swiper.-slider-feedback .swiper-slide {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 874px) {
  .swiper.-slider-feedback {
    overflow: visible;
  }
  .swiper.-slider-feedback .swiper-slide {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .swiper.-slider-feedback {
    max-width: 100%;
    width: 100%;
  }
  .swiper.-slider-feedback .slider-btn {
    opacity: 0.8;
  }
}
.swiper.-slider-certificate {
  max-width: 100%;
}
.swiper.-slider-certificate .swiper-slide {
  border: none;
  aspect-ratio: 450/280;
}
.swiper.-slider-certificate .swiper-slide.swiper-slide-prev, .swiper.-slider-certificate .swiper-slide.swiper-slide-next {
  opacity: 0.4 !important;
}
@media screen and (max-width: 767px) {
  .swiper.-slider-certificate {
    max-width: 100%;
    width: 100%;
    overflow: visible;
  }
  .swiper.-slider-certificate .slider-btn {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1023px) {
  .swiper {
    max-width: calc(100% - 70px);
  }
  .swiper.big-slider {
    max-width: calc(100% - 95px);
  }
}
@media screen and (max-width: 767px) {
  .swiper {
    max-width: 100%;
  }
  .swiper.big-slider {
    max-width: 100%;
  }
  .swiper.big-slider .slider-btn {
    opacity: 0.8;
  }
}

.swiper-button-prev.slider-btn {
  transform: scale(-1);
}

.swiper-slide-prev, .swiper-slide-active, .swiper-slide-next {
  opacity: 1 !important;
}

.employee-slider {
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
  border-radius: 20px;
  box-shadow: 5px 10px 10px 0 rgba(87, 177, 199, 0.1);
  padding: 50px;
  position: relative;
  overflow: hidden;
  margin: 100px auto;
}
.employee-slider-wrap {
  position: relative;
}
.employee-slider-wrap.-bg-circle:before {
  content: url(data:image/svg+xmlbase64,PHN2ZyB3aWR0aD0iOTAwIiBoZWlnaHQ9IjkwMCIgdmlld0JveD0iMCAwIDkwMCA5MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGNpcmNsZSBvcGFjaXR5PSIwLjE1IiBjeD0iNDUwIiBjeT0iNDUwIiByPSI0MjUiIHN0cm9rZT0iI0NGRTlFRiIgc3Ryb2tlLXdpZHRoPSI1MCIgLz4KPC9zdmc+);
  position: absolute;
  right: -260px;
  bottom: 120px;
  z-index: -1;
}
.employee-slider__bg {
  position: absolute;
  top: -20px;
  left: -20px;
}
.employee-slider__number {
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: 22px;
  color: #b3c0c4;
  font-weight: 500;
  z-index: 1;
}
.employee-slider__title-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.employee-slider__title.-tablet {
  display: none;
}
.employee-slider__add-feedback {
  display: flex;
  align-items: center;
  margin-right: 90px;
  border: none;
  background: none;
  gap: 8px;
  cursor: pointer;
  transition: 0.4s;
}
.employee-slider__add-feedback span {
  color: #4b637d;
  text-decoration: underline;
}
.employee-slider__add-feedback img {
  aspect-ratio: 1/1;
  max-width: 16px;
}
.employee-slider__add-feedback:hover {
  opacity: 0.7;
}
.employee-slider__certificate {
  margin-left: auto;
  position: relative;
  max-width: 650px;
}
.employee-slider__feedback {
  margin-left: auto;
  position: relative;
  max-width: 870px;
}
.employee-slider-card-feedback, .employee-slider-video-feedback {
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  box-shadow: 10px 10px 15px 0 rgba(87, 177, 199, 0.15);
  background: linear-gradient(136deg, #fff 0%, rgba(255, 255, 255, 0.4980392157) 100%);
}
.employee-slider-card-feedback-head, .employee-slider-video-feedback-head {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 28px;
}
.employee-slider-card-feedback-head img, .employee-slider-video-feedback-head img {
  aspect-ratio: 1/1;
  max-width: 100px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.employee-slider-video-feedback-name {
  margin: 20px 0 12px;
}
.employee-slider-date {
  color: #57b1c7;
  font-weight: 300;
}
.employee-slider-feedback {
  margin-top: 12px;
  max-lines: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.employee-slider .custom-controls .play-button, .employee-slider .custom-controls .pause-button {
  height: 50px;
  width: 50px;
}
.employee-slider .custom-controls .play-button:before, .employee-slider .custom-controls .pause-button:before {
  scale: 0.8;
  transform: translate(-50%, -57%);
}
.employee-slider .custom-controls .play-button:before {
  transform: translate(-50%, -57%);
}
.employee-slider .custom-controls .pause-button:before {
  transform: translate(-62%, -87%);
}
@media screen and (max-width: 1199px) {
  .employee-slider-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .employee-slider {
    margin: 56px 0;
    padding: 16px;
  }
  .employee-slider__number {
    top: 16px;
    left: 16px;
  }
  .employee-slider__title.-pc {
    display: none;
  }
  .employee-slider__title.-tablet {
    padding: 30px 0;
    display: block;
  }
  .employee-slider__add-feedback {
    margin: 0 auto;
  }
}

.swiper-button-prev:after, .swiper-button-next:after {
  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%;
  }
}