@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222e48;
  background-color: #f4fafb;
  background-image: linear-gradient(175deg, rgba(255, 178, 36, 0.5) 0%, rgba(255, 178, 84, 0.5) 0%, rgba(171, 222, 203, 0.5) 16%, #F4FAFB 80%);
  background-repeat: no-repeat;
  background-size: 100% 600px;
  background-position: top center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul, figure {
  margin: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

.container {
  width: 100%;
  max-width: 1169px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 0 40px;
  }
}

.color-primary {
  color: #222e48;
}

.color-secondary {
  color: #768f89;
}

.color-accent {
  color: #00adcc;
}

.color-text-primary {
  color: #222e48;
}

.color-text-secondary {
  color: #516576;
}

.color-text-light {
  color: #ffffff;
}

.bg-primary {
  background-color: #f4fafb;
}

.bg-secondary {
  background-color: #f5f6f8;
}

.bg-accent {
  background-color: #768f89;
}

.mt-xs {
  margin-top: 4px;
}

.mt-sm {
  margin-top: 8px;
}

.mt-md {
  margin-top: 16px;
}

.mt-lg {
  margin-top: 24px;
}

.mt-xl {
  margin-top: 32px;
}

.mt-xxl {
  margin-top: 48px;
}

.mb-xs {
  margin-bottom: 4px;
}

.mb-sm {
  margin-bottom: 8px;
}

.mb-md {
  margin-bottom: 16px;
}

.mb-lg {
  margin-bottom: 24px;
}

.mb-xl {
  margin-bottom: 32px;
}

.mb-xxl {
  margin-bottom: 48px;
}

.pt-xs {
  padding-top: 4px;
}

.pt-sm {
  padding-top: 8px;
}

.pt-md {
  padding-top: 16px;
}

.pt-lg {
  padding-top: 24px;
}

.pt-xl {
  padding-top: 32px;
}

.pt-xxl {
  padding-top: 48px;
}

.pb-xs {
  padding-bottom: 4px;
}

.pb-sm {
  padding-bottom: 8px;
}

.pb-md {
  padding-bottom: 16px;
}

.pb-lg {
  padding-bottom: 24px;
}

.pb-xl {
  padding-bottom: 32px;
}

.pb-xxl {
  padding-bottom: 48px;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.main {
  flex: 1;
  padding: 32px 0;
}

h1, .h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #222e48;
  margin-bottom: 16px;
}

h2, .h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #222e48;
  margin-bottom: 16px;
}

h3, .h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #222e48;
  margin-bottom: 8px;
}

h4, .h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #222e48;
  margin-bottom: 8px;
}

h5, .h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #222e48;
  margin-bottom: 8px;
}

h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #222e48;
  margin-bottom: 4px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  color: #222e48;
  margin-bottom: 16px;
}

a {
  color: #222e48;
  transition: color 0.3s ease;
}
a:hover {
  color: #00adcc;
}

ul, ol {
  margin-bottom: 16px;
  padding-left: 24px;
}

li {
  margin-bottom: 4px;
  line-height: 1.5;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-base {
  font-size: 16px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 24px;
}

.text-xxl {
  font-size: 32px;
}

.text-xxxl {
  font-size: 48px;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.responsive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 576px) {
  .responsive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .responsive-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .responsive-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.show-xs {
  display: block;
}
@media (min-width: 576px) {
  .show-xs {
    display: none;
  }
}

.show-sm {
  display: none;
}
@media (min-width: 576px) {
  .show-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .show-sm {
    display: none;
  }
}

.show-md {
  display: none;
}
@media (min-width: 768px) {
  .show-md {
    display: block;
  }
}
@media (min-width: 992px) {
  .show-md {
    display: none;
  }
}

.show-lg {
  display: none;
}
@media (min-width: 992px) {
  .show-lg {
    display: block;
  }
}

.container-fluid {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding: 0 40px;
  }
}

.header {
  width: 100%;
  padding: 24px 0;
  display: flex;
  justify-content: center;
}
.header__container {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 92px;
  gap: 16px;
}
@media (min-width: 768px) {
  .header__container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .header__container {
    padding: 10px 30px;
    min-height: auto;
    border-radius: 60px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__logo img {
  height: 92px;
  width: auto;
  display: block;
}
@media (max-width: 767px) {
  .header__logo img {
    height: 72.707px;
    width: 62.748px;
  }
}
.header__nav {
  display: none;
  flex: 1;
  justify-content: center;
}
@media (min-width: 1400px) {
  .header__nav {
    display: flex;
  }
}
.header__nav-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.header__nav-item {
  position: relative;
}
.header__nav-item--dropdown .header__nav-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.header__nav-link {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #222e48;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header__nav-link--active {
  background-color: rgba(103, 98, 98, 0.3);
  color: #ffffff;
}
@media (hover: hover) {
  .header__nav-link:hover {
    color: #222e48;
  }
}
.header__nav-link svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.header__nav-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.header__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  flex-shrink: 0;
}
.header__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 26.5px;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}
@media (hover: hover) {
  .header__icon-btn:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.header__icon-btn svg {
  width: 24px;
  height: 24px;
  color: #222e48;
}
@media (max-width: 767px) {
  .header__icon-btn {
    display: none;
  }
}
.header__btn {
  padding: 15px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 400;
  border-radius: 100px;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.header__btn--primary {
  background-color: #b2d234;
  color: #ffffff;
}
@media (hover: hover) {
  .header__btn--primary:hover {
    background-color: #91ad26;
  }
}
.header__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 26.5px;
  padding: 0 10px;
  height: 53px;
  flex-shrink: 0;
}
.header__rating svg {
  width: 30px;
  height: 30px;
  color: #222e48;
}
@media (max-width: 767px) {
  .header__rating {
    display: none;
  }
}
.header__rating-value {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #222e48;
}
.header__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  gap: 4px;
}
@media (min-width: 1400px) {
  .header__burger {
    display: none;
  }
}
.header__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #222e48;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header__burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header__burger.active span:nth-child(2) {
  opacity: 0;
}
.header__burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.header__mobile-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f4fafb;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media (min-width: 992px) {
  .header__mobile-menu {
    display: none;
  }
}
.header__mobile-menu.active {
  max-height: 500px;
}
.header__mobile-menu-list {
  padding: 16px;
  list-style: none;
  margin: 0;
}
.header__mobile-menu-item {
  border-bottom: 1px solid #e0e0e0;
}
.header__mobile-menu-item:last-child {
  border-bottom: none;
}
.header__mobile-menu-link {
  display: block;
  padding: 16px;
  font-size: 16px;
  color: #222e48;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .header__mobile-menu-link:hover {
    background-color: #f5f6f8;
  }
}

.footer {
  width: 100%;
  background-color: #768f89;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.footer__container {
  max-width: 1169px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__top {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__column--left {
  align-items: flex-start;
  text-align: left;
}
.footer__column--center {
  align-items: center;
  text-align: center;
}
.footer__column--right {
  align-items: flex-start;
  text-align: left;
}
@media (min-width: 768px) {
  .footer__column--right {
    align-items: flex-end;
    text-align: right;
  }
}
.footer__phone {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__phone-number {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__phone-link {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #f8fcff;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 25%;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer__phone-link:hover {
    opacity: 0.8;
  }
}
.footer__phone-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer__phone-copy:hover {
    opacity: 0.7;
  }
}
.footer__phone-copy svg {
  width: 24px;
  height: 24px;
  color: #f8fcff;
}
.footer__phone-label {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #f8fcff;
  line-height: 1.25;
}
.footer__callback-btn {
  padding: 12px 30px;
  background-color: #b2d234;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-self: flex-start;
}
@media (hover: hover) {
  .footer__callback-btn:hover {
    background-color: #91ad26;
  }
}
.footer__callback-btn span {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
}
.footer__logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.footer__logo-img {
  height: 123px;
  width: auto;
  display: block;
}
.footer__social-title {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  line-height: 10px;
  margin-top: 5px;
}
.footer__social {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 45px;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer__social-link:hover {
    opacity: 0.7;
  }
}
.footer__social-link svg {
  width: 31px;
  height: 31px;
}
.footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #f5f6f8;
  line-height: normal;
  margin-top: auto;
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 91px;
}
.footer__address-text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #f8fcff;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 768px) {
  .footer__address-text {
    text-align: right;
  }
}
.footer__email {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #f8fcff;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 25%;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer__email:hover {
    opacity: 0.8;
  }
}
.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .footer__legal {
    align-items: flex-end;
  }
}
.footer__legal-link {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  text-align: left;
}
@media (min-width: 768px) {
  .footer__legal-link {
    text-align: right;
  }
}
@media (hover: hover) {
  .footer__legal-link:hover {
    opacity: 0.8;
  }
}

.hero {
  padding: 60px 0;
  position: relative;
}
.hero__container {
  max-width: 1169px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero__content {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
  align-items: center;
  justify-content: space-between;
}
.hero__left {
  flex: 1 0 0;
  min-width: 371px;
  display: flex;
  flex-direction: column;
  gap: 33px;
  align-items: flex-start;
}
.hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #133a3a;
  margin: 0;
}
.hero__description {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #221f20;
}
.hero__description p {
  margin: 0 0 10px;
}
.hero__description p:last-child {
  margin-bottom: 0;
}
.hero__year {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #00adcc;
}
.hero__license {
  display: flex;
  align-items: center;
  gap: 23px;
}
.hero__license-icon {
  width: 23px;
  height: 30px;
  flex-shrink: 0;
}
.hero__license-text {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: #221f20;
  margin: 0;
}
.hero__license-number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #00adcc;
}
.hero__btn {
  background-color: #00adcc;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 600;
  padding: 15px 30px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .hero__btn:hover {
    opacity: 0.9;
  }
}
.hero__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero__gallery {
  position: relative;
  margin-bottom: 20px;
}
.hero__swiper {
  width: 240px;
  height: 320px;
  --swiper-navigation-size: 0;
}
.hero__swiper swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hero__slide {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__slide--1 {
  background-color: #b2d234;
}
.hero__slide--2 {
  background-color: #00accb;
}
.hero__slide--3 {
  background-color: #f05a22;
}
.hero__slide--4 {
  background-color: #b2d234;
}
.hero__slide--5 {
  background-color: #00accb;
}
.hero__slide--6 {
  background-color: #f05a22;
}
.hero__slide--7 {
  background-color: #b2d234;
}
.hero__slide--8 {
  background-color: #00accb;
}
.hero__slide--9 {
  background-color: #f05a22;
}
.hero__actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
.hero__action-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: transparent;
  border: none;
  border-radius: 26.5px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .hero__action-btn:hover {
    opacity: 0.8;
  }
}
.hero__action-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.hero__action-text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.hero__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: transparent;
  border-radius: 26.5px;
}
.hero__rating-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.hero__rating-value {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  .hero__content {
    flex-wrap: nowrap;
  }
  .hero__left {
    flex: 1 0 0;
  }
  .hero__right {
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 40px 0;
  }
  .hero__left {
    min-width: 100%;
  }
  .hero__title {
    font-size: 36px;
    line-height: 44px;
  }
  .hero__swiper {
    width: 200px;
    height: 280px;
  }
}

.groups {
  padding: 60px 0;
  position: relative;
}
.groups__container {
  max-width: 1169px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.groups__title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  color: #222e48;
  text-align: center;
  margin: 0;
}
.groups__wrapper {
  position: relative;
  width: 100%;
}
.groups__link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .groups__link:hover {
    opacity: 0.9;
  }
}
.groups__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-width: 175px;
  height: 199px;
  padding: 20px 15px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #e1eef6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1 0 0;
}
@media (hover: hover) {
  .groups__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}
.groups__item--highlight {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #ffffff;
}
.groups__item--with-desc {
  align-items: flex-start;
  text-align: left;
}
.groups__icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}
.groups__name {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 18px;
  flex: 1 0 0;
}
.groups__item--with-desc .groups__name {
  text-align: left;
  margin-bottom: 0;
}
.groups__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  flex: 1 0 0;
}
.groups__age {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #516576;
  line-height: 17px;
  text-align: center;
}
.groups__item--with-desc .groups__age {
  text-align: left;
}
.groups__swiper {
  width: 100%;
  padding-bottom: 0;
  display: block;
  --swiper-navigation-size: 0;
}
.groups__swiper swiper-slide {
  width: auto;
  height: auto;
  display: flex;
}
.groups__swiper .groups__item {
  width: 100%;
  min-width: 0;
  height: 199px;
}
.groups__pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.groups__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 13px;
  background: #e5e5e5;
  opacity: 1;
  margin: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.groups__pagination .swiper-pagination-bullet-active {
  background: #6fc3f1;
}
@media (max-width: 767px) {
  .groups__item {
    width: calc(50vw - 32px);
    min-width: 140px;
    align-items: center;
    text-align: center;
  }
  .groups__item--with-desc {
    align-items: center;
    text-align: center;
  }
  .groups__name {
    text-align: center;
  }
  .groups__item--with-desc .groups__name {
    text-align: center;
  }
  .groups__age {
    text-align: center;
  }
  .groups__item--with-desc .groups__age {
    text-align: center;
  }
  .groups__content {
    align-items: center;
    text-align: center;
  }
}

.features {
  padding: 60px 0;
  position: relative;
}
.features__container {
  max-width: 1169px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.features__title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #222e48;
  margin: 0;
  max-width: 629px;
}
.features__wrapper {
  position: relative;
  width: 100%;
}
.features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 52px;
  align-items: start;
}
@media (max-width: 767px) {
  .features__list {
    display: none;
  }
}
@media (min-width: 768px) {
  .features__wrapper .features__swiper {
    display: none !important;
  }
  .features__wrapper .features__list {
    display: grid;
  }
  .features__wrapper .features__pagination {
    display: none;
  }
}
.features__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 355px;
  height: 316px;
  padding: 30px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #e1eef6;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.features__item--active {
  background-color: #00adcc;
  border-color: rgba(255, 255, 255, 0.13);
}
.features__item--active .features__item-title {
  color: #ffffff !important;
}
.features__item--active .features__item-text {
  color: #ffffff !important;
}
.features__item--active .features__item-text p {
  color: #ffffff !important;
}
.features__item--active .features__item-image {
  opacity: 1;
  transform: translate(0, 0);
}
@media (hover: hover) {
  .features__item:hover {
    background-color: #00adcc;
    border-color: rgba(255, 255, 255, 0.13);
  }
  .features__item:hover .features__item-title {
    color: #ffffff !important;
  }
  .features__item:hover .features__item-text {
    color: #ffffff !important;
  }
  .features__item:hover .features__item-text p {
    color: #ffffff !important;
  }
  .features__item:hover .features__item-image {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.features__item-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #221f20;
  margin: 0;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.features__item-text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #221f20;
  margin: 0;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.features__item-text p {
  margin: 0 0 10px;
  color: inherit;
  transition: color 0.3s ease;
}
.features__item-text p:last-child {
  margin-bottom: 0;
}
.features__item-image {
  position: absolute;
  left: -62px;
  bottom: -30px;
  width: 432.5px;
  height: 146.567px;
  opacity: 0.15;
  transform: translate(-40px, 40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  z-index: 0;
}
.features__item-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.features__swiper {
  width: 100%;
  padding-bottom: 0;
  display: none;
  --swiper-navigation-size: 0;
}
.features__swiper swiper-slide {
  width: auto;
  height: auto;
  display: flex;
}
.features__swiper .features__item {
  width: 100%;
  min-width: 0;
  height: 316px;
}
@media (max-width: 767px) {
  .features__swiper {
    display: block;
  }
}
.features__pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.features__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 13px;
  background: #e5e5e5;
  opacity: 1;
  margin: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.features__pagination .swiper-pagination-bullet-active {
  background: #6fc3f1;
}
@media (min-width: 768px) {
  .features__pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .features__title {
    font-size: 28px;
    line-height: 36px;
  }
  .features__item {
    min-width: 100%;
  }
}

.staff {
  padding: 60px 0;
  position: relative;
}
.staff__container {
  max-width: 1169px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.staff__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 767px) {
  .staff__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.staff__title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #222e48;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 767px) {
  .staff__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.staff__navigation {
  display: flex;
  gap: 0;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .staff__navigation {
    align-self: flex-end;
  }
}
.staff__nav-btn {
  width: 90px;
  height: 90px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
@media (hover: hover) {
  .staff__nav-btn:hover {
    opacity: 0.8;
  }
}
.staff__nav-btn svg {
  width: 100%;
  height: 100%;
  display: block;
}
.staff__nav-btn--prev .staff__nav-circle, .staff__nav-btn--next .staff__nav-circle {
  transition: fill 0.3s ease;
  fill: #E5E5E5;
}
.staff__nav-btn--prev.swiper-button-disabled .staff__nav-circle, .staff__nav-btn--next.swiper-button-disabled .staff__nav-circle {
  fill: #E5E5E5;
}
.staff__nav-btn--prev:not(.swiper-button-disabled) .staff__nav-circle, .staff__nav-btn--next:not(.swiper-button-disabled) .staff__nav-circle {
  fill: #abcc3a;
}
@media (max-width: 767px) {
  .staff__nav-btn {
    width: 60px;
    height: 60px;
  }
}
.staff__wrapper {
  position: relative;
  width: 100%;
}
.staff__swiper {
  width: 100%;
  padding-bottom: 0;
  display: block;
  --swiper-navigation-size: 0;
}
.staff__swiper swiper-slide {
  width: auto;
  height: auto;
  display: flex;
}
.staff__swiper .staff__item {
  width: 100%;
  min-width: 0;
}
.staff__swiper .swiper-button-prev,
.staff__swiper .swiper-button-next {
  display: none;
}
.staff__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  min-width: 300px;
  max-width: 355px;
  padding: 20px;
  border-radius: 15px;
  background-color: #ffffff;
  border: 1px solid #e1eef6;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.staff__item--highlight {
  background-color: #abcc3a;
  border-color: #abcc3a;
}
@media (hover: hover) {
  .staff__item:hover {
    background-color: #abcc3a;
    border-color: #abcc3a;
  }
  .staff__item:hover .staff__decor {
    bottom: 0px;
    color: #FFFFFF;
  }
}
.staff__photo {
  width: 100%;
  aspect-ratio: 255/317;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.staff__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.staff__name {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}
.staff__position {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  color: #516576;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}
.staff__decor {
  position: absolute;
  left: -1px;
  bottom: -30px;
  width: 67px;
  height: 55px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
  transition: bottom 0.3s ease, color 0.3s ease;
}
.staff__decor svg {
  width: 100%;
  height: 100%;
  display: block;
}
.staff__decor--white {
  color: #FFFFFF;
}
.staff__decor--green {
  color: #ABCC3A;
}
.staff__decor--orange {
  color: #FBB415;
}
.staff__decor--blue {
  color: #00ACCB;
}
.staff__decor-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.staff__pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.staff__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 13px;
  background: #e5e5e5;
  opacity: 1;
  margin: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.staff__pagination .swiper-pagination-bullet-active {
  background: #6fc3f1;
}
@media (min-width: 768px) {
  .staff__pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .staff__item {
    min-width: 100%;
    max-width: 100%;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #767b8f;
  text-decoration: none;
  border-radius: 100px;
  background-color: #ffffff;
  border: none;
  border-right: 5px solid #aeca38;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.btn__text {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}
.btn__arrow {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 8px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  background-color: #aeca38;
  border-radius: 0 100px 100px 0;
  transition: width 0.3s ease;
  z-index: 1;
}
@media (hover: hover) {
  .btn:hover {
    color: #ffffff;
    border-right-color: transparent;
  }
  .btn:hover::before {
    width: 100%;
    border-radius: 100px;
  }
  .btn:hover .btn__arrow {
    transform: rotate(180deg) translateX(5px);
  }
}/*# sourceMappingURL=main.css.map */