@font-face {
  font-family: WorkSans;
  font-display: swap;
  src: url(../fonts/WorkSans-Bold.woff2) format('woff2'), url(../fonts/WorkSans-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: WorkSans;
  font-display: swap;
  src: url(../fonts/WorkSans-Regular.woff2) format('woff2'), url(../fonts/WorkSans-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WorkSans;
  font-display: swap;
  src: url(../fonts/WorkSans-SemiBold.woff2) format('woff2'), url(../fonts/WorkSans-SemiBold.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: WorkSans;
  font-display: swap;
  src: url(../fonts/WorkSans-Medium.woff2) format('woff2'), url(../fonts/WorkSans-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #282b2b;
  line-height: 1;
  font-family: WorkSans, sans-serif;
  font-size: 1.125rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: WorkSans, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}
input,
textarea {
  width: 100%;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
body {
  background-color: #fdfdfd;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.loaded body {
  opacity: 1;
  transition: opacity 1s ease 0s;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*='__container'] {
  max-width: 76.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.icon-menu {
  display: none;
}
body::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}
.popup-show body::after {
  opacity: 1;
}
.popup-show .consulting-form__btn,
.popup-show .consulting-form__form {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
.popup input,
.popup textarea {
  color: #262626;
}
.popup__title {
  color: #171a1a;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}
.popup__close {
  margin-bottom: 20px;
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  text-align: right;
}
.popup_show .popup__text {
  text-align-last: left;
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
}
.lock .popup__content {
  visibility: visible;
}
.spollers {
  display: grid;
  gap: 15px;
}
.spollers__item {
  font-size: 1.25rem;
}
.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  position: relative;
  list-style: none;
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none;
}
._spoller-init .spollers__title {
  cursor: pointer;
}
._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 15px;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
  transform: translate(-75%, -50%) rotate(40deg);
}
._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
  transform: translate(0, -50%) rotate(-40deg);
}
._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg);
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.block-header__title {
  text-transform: uppercase;
  color: #171a1a;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  opacity: 0;
}
._watcher-view .block-header__title {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s;
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s;
}
.block-header__subtitle {
  line-height: 1.2;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  opacity: 0;
}
._watcher-view .block-header__subtitle {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.4s, -webkit-transform 0.8s 0.4s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s, -webkit-transform 0.8s 0.4s;
}
.text {
  color: #282b2b;
  line-height: 1.4;
  -webkit-transform: translate(0, 5%);
  transform: translate(0, 5%);
  opacity: 0;
}
._watcher-view .text {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.4s, -webkit-transform 0.8s 0.4s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s, -webkit-transform 0.8s 0.4s;
}
.btn {
  text-transform: uppercase;
  text-align: center;
  background-color: #7abebe;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.3s ease 0s;
}
.btn--bg-color {
  display: inline-block;
  background-color: #7abebe;
  color: #fff;
  padding: 12px 30px;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  opacity: 0;
}
._watcher-view .btn--bg-color {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.6s, background-color 0.3s, color 0.3s, -webkit-transform 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s, background-color 0.3s, color 0.3s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s, background-color 0.3s, color 0.3s, -webkit-transform 0.8s 0.6s;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #d8e0d9;
  z-index: 50;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.header__container {
  display: flex;
  align-items: center;
}
.header__logo {
  flex: 0 0 3.75rem;
  position: relative;
  z-index: 2;
}
.header__logo img {
  border-radius: 8px;
  max-width: 100%;
  height: 3.125rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__menu {
  flex: 1 1 auto;
}
.header__button {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  min-width: 9.9375rem;
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 0.3125rem;
}
.menu__link {
  font-size: 1.125rem;
  color: #262626;
  font-weight: 600;
  line-height: 1.5;
  transition: color 0.3s ease 0s;
}
.footer {
  background-color: #d8e0d9;
  padding-bottom: 1.25rem;
}
.footer__container {
  color: #262626;
  justify-content: space-between;
  gap: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
  line-height: 1.2;
  -webkit-transform: translate(0, 5%);
  transform: translate(0, 5%);
  opacity: 0;
}
._watcher-view .footer__container {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.4s, -webkit-transform 0.8s 0.4s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s, -webkit-transform 0.8s 0.4s;
}
.footer__list {
  display: flex;
  flex-direction: column;
}
.footer__link {
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}
.footer__link:hover {
  color: #294d4d;
}
.footer__policies {
  display: flex;
  flex-direction: column;
}
.footer__copyright {
  color: #262626;
  text-align: center;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  opacity: 0;
}
._watcher-view .footer__copyright {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.7s, -webkit-transform 0.8s 0.7s;
  transition: transform 0.8s 0.7s, opacity 0.8s 0.7s;
  transition: transform 0.8s 0.7s, opacity 0.8s 0.7s, -webkit-transform 0.8s 0.7s;
}
.footer__address {
  max-width: 18.75rem;
  row-gap: 0.9375rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}
.footer__address a {
  font-weight: 500;
  transition: color 0.3s ease 0s;
}
.hero__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.hero__content {
  flex: 1 1 49.5%;
}
.hero__image {
  flex: 1 1 45.5%;
  -webkit-transform: translate(0, 5%);
  transform: translate(0, 5%);
  opacity: 0;
}
.hero__image img {
  max-width: 100%;
  border-radius: 8px;
}
._watcher-view .hero__image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
}
.hero__title {
  text-transform: uppercase;
  color: #171a1a;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  opacity: 0;
}
._watcher-view .hero__title {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s;
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s;
}
.courses__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.courses__content {
  flex: 1 1 47.5%;
}
.courses__image {
  flex: 1 1 47.5%;
  -webkit-transform: translate(0, 5%);
  transform: translate(0, 5%);
  opacity: 0;
}
.courses__image img {
  max-width: 100%;
  border-radius: 8px;
}
._watcher-view .courses__image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
}
.about__container {
  text-align: center;
}
.services__block-header {
  text-align: center;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -webkit-transform: translate(0, 2%);
  transform: translate(0, 2%);
  opacity: 0;
}
._watcher-view .services__grid {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
}
.service {
  cursor: pointer;
  background-color: #d8e0d9;
  border-radius: 0.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: box-shadow 0.3s;
  display: flex;
  row-gap: 0.625rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service:hover {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.4);
}
.service__img img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}
.service__title {
  font-weight: 600;
  color: #171a1a;
}
.service__text {
  flex-grow: 1;
  align-content: center;
  line-height: 1.2;
  color: #282b2b;
}
.consulting__block-header {
  text-align: center;
}
.consulting__text {
  text-align: center;
}
.consulting__image {
  -webkit-transform: translate(0, 5%);
  transform: translate(0, 5%);
  opacity: 0;
}
.consulting__image img {
  width: 100%;
  height: auto;
  max-height: 65vh;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
._watcher-view .consulting__image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.4s, -webkit-transform 0.8s 0.4s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s;
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s, -webkit-transform 0.8s 0.4s;
}
.testimonials__block-header {
  text-align: center;
}
.testimonials__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 1.875rem;
}
.testimonials__item {
  cursor: pointer;
  background-color: #d8e0d9;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
  transition: box-shadow 0.3s ease;
}
.testimonials__item:hover {
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}
.testimonials__text {
  font-size: 1rem;
  color: #282b2b;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
}
.testimonials__author {
  font-size: 0.875rem;
  color: #171a1a;
  font-weight: 600;
  text-align: right;
}
.testimonials__slider {
  -webkit-transform: translate(0, 3%);
  transform: translate(0, 3%);
  opacity: 0;
}
._watcher-view .testimonials__slider {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
}
.testimonials__slider-pagination {
  padding-top: 25px;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #7abebe;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background-color: #607070;
}
.consulting-form__block-header {
  text-align: center;
}
.consulting-form__text {
  text-align: center;
}
.consulting-form__actions {
  max-width: 50rem;
  margin: 0 auto;
}
.consulting-form__privacy {
  color: #262626;
  font-size: 0.875rem;
}
.consulting-form__privacy a {
  color: #06c;
  text-decoration: underline;
}
.consulting-form__privacy a:hover {
  text-decoration: none;
}
.consulting-form__form {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  -webkit-transform: translate(0, 2%);
  transform: translate(0, 2%);
  opacity: 0;
}
._watcher-view .consulting-form__form {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
}
.consulting-form__label {
  padding-left: 1.25rem;
  color: #282b2b;
}
.consulting-form__input {
  margin-bottom: 0.3125rem;
  padding: 0.75rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  color: #262626;
}
.consulting-form__btn {
  margin: 0.9375rem auto 0;
}
.consulting-form__checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #282b2b;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.consulting-form__checkbox-input {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.consulting-form__checkbox-label {
  cursor: pointer;
}
.consulting-form__checkbox-label a {
  color: #06c;
  text-decoration: underline;
}
.consulting-form__checkbox-label a:hover {
  text-decoration: none;
}
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 8px;
  font-size: 14px;
}
.cookie-banner__text {
  line-height: 1.5;
}
.cookie-banner__text a {
  color: #06c;
  text-decoration: underline;
}
.cookie-banner__text a:hover {
  text-decoration: none;
}
.cookie-banner__buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.cookie-banner__btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}
.cookie-banner__btn--accept {
  background-color: #4caf50;
  color: #fff;
}
.cookie-banner__btn--accept:hover {
  background-color: #43a047;
}
.cookie-banner__btn--decline {
  background-color: #f44336;
  color: #fff;
}
.cookie-banner__btn--decline:hover {
  background-color: #e53935;
}
.policy-page__title {
  margin-bottom: 7px;
  font-weight: 700;
  color: #171a1a;
  text-transform: uppercase;
  line-height: 1.1;
  -webkit-transform: translate(0, 5%);
  transform: translate(0, 5%);
  opacity: 0;
}
._watcher-view .policy-page__title {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s;
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s, -webkit-transform 0.8s 0.2s;
}
.policy-page__text {
  color: #282b2b;
}
.policy-page__text p {
  line-height: 1.5;
}
.policy-page__text a {
  color: #06c;
  text-decoration: underline;
}
.policy-page__text a:hover {
  text-decoration: none;
}
.policy-page__list {
  padding-left: 23px;
  padding-top: 5px;
}
.policy-page__item {
  line-height: 1.5;
  list-style: square;
}
.blog-article__title {
  color: #171a1a;
  font-weight: 700;
}
.blog-article__image {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.blog-article__text {
  font-size: 18px;
  color: #282b2b;
  line-height: 1.5;
}
.blog-article__back-btn {
  font-size: 1.125rem;
}
.swiper {
  overflow: hidden;
}
.swiper-initialized {
  touch-action: pan-y;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
@media (min-width: 76.875em) {
  .block-header__title {
    font-size: 2.375rem;
  }
  .block-header__title:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .block-header__subtitle {
    font-size: 1.25rem;
  }
  .text {
    font-size: 1.125rem;
  }
  .text p:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .header__container {
    padding-top: 1.25rem;
  }
  .header__container {
    padding-bottom: 1.25rem;
  }
  .header__button {
    font-size: 1rem;
  }
  .footer {
    padding-top: 5rem;
  }
  .footer__list {
    gap: 0.9375rem;
  }
  .footer__link {
    font-size: 1.125rem;
  }
  .footer__policies {
    font-size: 1.125rem;
  }
  .footer__policies {
    gap: 0.9375rem;
  }
  .footer__address a {
    font-size: 1.125rem;
  }
  .hero {
    padding-top: 10rem;
  }
  .hero {
    padding-bottom: 5rem;
  }
  .hero__title {
    margin-bottom: 1.5625rem;
  }
  .hero__title {
    font-size: 2.875rem;
  }
  .hero__text {
    margin-bottom: 1.5625rem;
  }
  .courses {
    padding-top: 5rem;
  }
  .courses {
    padding-bottom: 5rem;
  }
  .courses__block-header:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .courses__text:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .about {
    padding-top: 5rem;
  }
  .about {
    padding-bottom: 5rem;
  }
  .about__block-header:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .services {
    padding-top: 5rem;
  }
  .services {
    padding-bottom: 5rem;
  }
  .services__block-header:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .service__title {
    font-size: 1.5rem;
  }
  .service__text {
    font-size: 1.125rem;
  }
  .consulting {
    padding-top: 5rem;
  }
  .consulting {
    padding-bottom: 5rem;
  }
  .consulting__block-header:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .consulting__text {
    margin-bottom: 2.5rem;
  }
  .testimonials {
    padding-top: 5rem;
  }
  .testimonials {
    padding-bottom: 5rem;
  }
  .testimonials__block-header:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .testimonials__item {
    padding: 1.5625rem;
  }
  .consulting-form {
    padding-top: 5rem;
  }
  .consulting-form {
    padding-bottom: 5rem;
  }
  .consulting-form__block-header:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .consulting-form__text {
    margin-bottom: 2.5rem;
  }
  .consulting-form__form {
    margin-bottom: 2.5rem;
  }
  .consulting-form__label {
    font-size: 1.125rem;
  }
  .policy-page__container {
    padding-top: 10rem;
  }
  .policy-page__container {
    padding-bottom: 5rem;
  }
  .policy-page__title {
    font-size: 1.5rem;
  }
  .policy-page__title--hero {
    font-size: 2.5rem;
  }
  .policy-page__text {
    margin-bottom: 1.5625rem;
  }
  .policy-page__list {
    margin-bottom: 1.5625rem;
  }
  .blog-article {
    padding-top: 10rem;
  }
  .blog-article {
    padding-bottom: 4.375rem;
  }
  .blog-article__title {
    font-size: 2.875rem;
  }
  .blog-article__title {
    margin-bottom: 2.5rem;
  }
  .blog-article__image {
    margin-bottom: 2.5rem;
  }
  .blog-article__text {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 99.75em) {
  .btn {
    font-size: 1.125rem;
  }
}
@media (min-width: 75em) {
  .header__container {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .service {
    padding: 1.25rem;
  }
}
@media (min-width: 120em) {
  .btn {
    padding-top: 0.875rem;
  }
  .btn {
    padding-bottom: 0.875rem;
  }
  .btn {
    padding-left: 1.5rem;
  }
  .btn {
    padding-right: 1.5rem;
  }
}
@media (max-width: 62em) {
  .header__container {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
}
@media (max-width: 20em) {
  .block-header__title {
    font-size: 1.625rem;
  }
  .block-header__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .block-header__subtitle {
    font-size: 1rem;
  }
  .text {
    font-size: 1rem;
  }
  .text p:not(:last-child) {
    margin-bottom: 0.4375rem;
  }
  .header__container {
    padding-top: 1rem;
  }
  .header__container {
    padding-bottom: 1rem;
  }
  .header__button {
    font-size: 0.875rem;
  }
  .footer {
    padding-top: 2.5rem;
  }
  .footer__list {
    gap: 0.625rem;
  }
  .footer__link {
    font-size: 1rem;
  }
  .footer__policies {
    font-size: 1rem;
  }
  .footer__policies {
    gap: 0.625rem;
  }
  .footer__address a {
    font-size: 1rem;
  }
  .hero {
    padding-top: 6.875rem;
  }
  .hero {
    padding-bottom: 2.5rem;
  }
  .hero__title {
    margin-bottom: 0.9375rem;
  }
  .hero__title {
    font-size: 2rem;
  }
  .hero__text {
    margin-bottom: 0.9375rem;
  }
  .courses {
    padding-top: 2.5rem;
  }
  .courses {
    padding-bottom: 2.5rem;
  }
  .courses__block-header:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .courses__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .about {
    padding-top: 2.5rem;
  }
  .about {
    padding-bottom: 2.5rem;
  }
  .about__block-header:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .services {
    padding-top: 2.5rem;
  }
  .services {
    padding-bottom: 2.5rem;
  }
  .services__block-header:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .service__title {
    font-size: 1.25rem;
  }
  .service__text {
    font-size: 1rem;
  }
  .consulting {
    padding-top: 2.5rem;
  }
  .consulting {
    padding-bottom: 2.5rem;
  }
  .consulting__block-header:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .consulting__text {
    margin-bottom: 1.25rem;
  }
  .testimonials {
    padding-top: 2.5rem;
  }
  .testimonials {
    padding-bottom: 2.5rem;
  }
  .testimonials__block-header:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .testimonials__item {
    padding: 0.9375rem;
  }
  .consulting-form {
    padding-top: 2.5rem;
  }
  .consulting-form {
    padding-bottom: 2.5rem;
  }
  .consulting-form__block-header:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .consulting-form__text {
    margin-bottom: 1.25rem;
  }
  .consulting-form__form {
    margin-bottom: 1.25rem;
  }
  .consulting-form__label {
    font-size: 1rem;
  }
  .policy-page__container {
    padding-top: 6.875rem;
  }
  .policy-page__container {
    padding-bottom: 2.5rem;
  }
  .policy-page__title {
    font-size: 1.25rem;
  }
  .policy-page__title--hero {
    font-size: 1.625rem;
  }
  .policy-page__text {
    margin-bottom: 0.9375rem;
  }
  .policy-page__list {
    margin-bottom: 0.9375rem;
  }
  .blog-article {
    padding-top: 6.875rem;
  }
  .blog-article {
    padding-bottom: 1.875rem;
  }
  .blog-article__title {
    font-size: 1.875rem;
  }
  .blog-article__title {
    margin-bottom: 1.25rem;
  }
  .blog-article__image {
    margin-bottom: 1.25rem;
  }
  .blog-article__text {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 76.875em) {
  .btn {
    padding-top: 0.75rem;
  }
  .btn {
    padding-bottom: 0.75rem;
  }
  .btn {
    padding-left: 1rem;
  }
  .btn {
    padding-right: 1rem;
  }
}
@media (max-width: 61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 5.625rem 0.9375rem 0.9375rem 1.875rem;
    transition: left 0.3s;
    background-color: #d8e0d9;
  }
  .menu__body::before {
    content: '';
    background-color: #d8e0d9;
    position: fixed;
    width: 100%;
    min-height: 5.625rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: '';
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu__list {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1.25rem;
  }
  .menu__link {
    font-size: 2rem;
  }
  .hero__container {
    flex-direction: column;
    align-items: center;
  }
  .courses__container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 47.99875em) {
  ._spoller-init .spollers__title::after,
  ._spoller-init .spollers__title::before {
    width: 12px;
  }
  .btn {
    font-size: 0.875rem;
  }
  .btn--bg-color {
    width: 100%;
  }
  .header__logo {
    flex: 0 0 3.125rem;
  }
  .footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
  .footer__list {
    text-align: center;
  }
  .footer__policies {
    text-align: center;
  }
  .footer__address {
    text-align: center;
  }
  .services__grid {
    grid-template-columns: 1fr;
  }
  .service {
    padding: 0.9375rem;
  }
  .consulting-form__btn {
    max-width: 100%;
  }
}
@media (max-width: 29.99875em) {
  .footer__container {
    text-align: center;
  }
}
@media (min-width: 20em) and (max-width: 76.875em) {
  @supports (font-size: clamp(1.625rem, 1.3612637363rem + 1.3186813187vw, 2.375rem)) {
    .block-header__title {
      font-size: clamp(1.625rem, 1.3612637363rem + 1.3186813187vw, 2.375rem);
    }
  }
  @supports not (font-size: clamp(1.625rem, 1.3612637363rem + 1.3186813187vw, 2.375rem)) {
    .block-header__title {
      font-size: calc(1.625rem + 0.75 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .block-header__title:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem);
    }
  }
  @supports not (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .block-header__title:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem)) {
    .block-header__subtitle {
      font-size: clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem);
    }
  }
  @supports not (font-size: clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem)) {
    .block-header__subtitle {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem)) {
    .text {
      font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem);
    }
  }
  @supports not (font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem)) {
    .text {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(0.4375rem, 0.3715659341rem + 0.3296703297vw, 0.625rem)) {
    .text p:not(:last-child) {
      margin-bottom: clamp(0.4375rem, 0.3715659341rem + 0.3296703297vw, 0.625rem);
    }
  }
  @supports not (margin-bottom: clamp(0.4375rem, 0.3715659341rem + 0.3296703297vw, 0.625rem)) {
    .text p:not(:last-child) {
      margin-bottom: calc(0.4375rem + 0.1875 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-top: clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem)) {
    .header__container {
      padding-top: clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem);
    }
  }
  @supports not (padding-top: clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem)) {
    .header__container {
      padding-top: calc(1rem + 0.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-bottom: clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem)) {
    .header__container {
      padding-bottom: clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem);
    }
  }
  @supports not (padding-bottom: clamp(1rem, 0.9120879121rem + 0.4395604396vw, 1.25rem)) {
    .header__container {
      padding-bottom: calc(1rem + 0.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem)) {
    .header__button {
      font-size: clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem);
    }
  }
  @supports not (font-size: clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem)) {
    .header__button {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .footer {
      padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .footer {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (gap: clamp(0.625rem, 0.5151098901rem + 0.5494505495vw, 0.9375rem)) {
    .footer__list {
      gap: clamp(0.625rem, 0.5151098901rem + 0.5494505495vw, 0.9375rem);
    }
  }
  @supports not (gap: clamp(0.625rem, 0.5151098901rem + 0.5494505495vw, 0.9375rem)) {
    .footer__list {
      gap: calc(0.625rem + 0.3125 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem)) {
    .footer__link {
      font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem);
    }
  }
  @supports not (font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem)) {
    .footer__link {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem)) {
    .footer__policies {
      font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem);
    }
  }
  @supports not (font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem)) {
    .footer__policies {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (gap: clamp(0.625rem, 0.5151098901rem + 0.5494505495vw, 0.9375rem)) {
    .footer__policies {
      gap: clamp(0.625rem, 0.5151098901rem + 0.5494505495vw, 0.9375rem);
    }
  }
  @supports not (gap: clamp(0.625rem, 0.5151098901rem + 0.5494505495vw, 0.9375rem)) {
    .footer__policies {
      gap: calc(0.625rem + 0.3125 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem)) {
    .footer__address a {
      font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem);
    }
  }
  @supports not (font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem)) {
    .footer__address a {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-top: clamp(6.875rem, 5.7760989011rem + 5.4945054945vw, 10rem)) {
    .hero {
      padding-top: clamp(6.875rem, 5.7760989011rem + 5.4945054945vw, 10rem);
    }
  }
  @supports not (padding-top: clamp(6.875rem, 5.7760989011rem + 5.4945054945vw, 10rem)) {
    .hero {
      padding-top: calc(6.875rem + 3.125 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .hero {
      padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .hero {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .hero__title {
      margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem);
    }
  }
  @supports not (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .hero__title {
      margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(2rem, 1.6923076923rem + 1.5384615385vw, 2.875rem)) {
    .hero__title {
      font-size: clamp(2rem, 1.6923076923rem + 1.5384615385vw, 2.875rem);
    }
  }
  @supports not (font-size: clamp(2rem, 1.6923076923rem + 1.5384615385vw, 2.875rem)) {
    .hero__title {
      font-size: calc(2rem + 0.875 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .hero__text {
      margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem);
    }
  }
  @supports not (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .hero__text {
      margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .courses {
      padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .courses {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .courses {
      padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .courses {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .courses__block-header:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem);
    }
  }
  @supports not (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .courses__block-header:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .courses__text:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem);
    }
  }
  @supports not (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .courses__text:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .about {
      padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .about {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .about {
      padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .about {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .about__block-header:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem);
    }
  }
  @supports not (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .about__block-header:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .services {
      padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .services {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .services {
      padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .services {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .services__block-header:not(:last-child) {
      margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem);
    }
  }
  @supports not (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .services__block-header:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
    .service__title {
      font-size: clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem);
    }
  }
  @supports not (font-size: clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
    .service__title {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem)) {
    .service__text {
      font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem);
    }
  }
  @supports not (font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem)) {
    .service__text {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .consulting {
      padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .consulting {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .consulting {
      padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .consulting {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .consulting__block-header:not(:last-child) {
      margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem);
    }
  }
  @supports not (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .consulting__block-header:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .consulting__text {
      margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem);
    }
  }
  @supports not (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .consulting__text {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .testimonials {
      padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .testimonials {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .testimonials {
      padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .testimonials {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .testimonials__block-header:not(:last-child) {
      margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem);
    }
  }
  @supports not (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .testimonials__block-header:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .testimonials__item {
      padding: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem);
    }
  }
  @supports not (padding: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .testimonials__item {
      padding: calc(0.9375rem + 0.625 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .consulting-form {
      padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-top: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .consulting-form {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .consulting-form {
      padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .consulting-form {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .consulting-form__block-header:not(:last-child) {
      margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem);
    }
  }
  @supports not (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .consulting-form__block-header:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .consulting-form__text {
      margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem);
    }
  }
  @supports not (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .consulting-form__text {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .consulting-form__form {
      margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem);
    }
  }
  @supports not (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .consulting-form__form {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem)) {
    .consulting-form__label {
      font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem);
    }
  }
  @supports not (font-size: clamp(1rem, 0.956043956rem + 0.2197802198vw, 1.125rem)) {
    .consulting-form__label {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-top: clamp(6.875rem, 5.7760989011rem + 5.4945054945vw, 10rem)) {
    .policy-page__container {
      padding-top: clamp(6.875rem, 5.7760989011rem + 5.4945054945vw, 10rem);
    }
  }
  @supports not (padding-top: clamp(6.875rem, 5.7760989011rem + 5.4945054945vw, 10rem)) {
    .policy-page__container {
      padding-top: calc(6.875rem + 3.125 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .policy-page__container {
      padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem);
    }
  }
  @supports not (padding-bottom: clamp(2.5rem, 1.6208791209rem + 4.3956043956vw, 5rem)) {
    .policy-page__container {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
    .policy-page__title {
      font-size: clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem);
    }
  }
  @supports not (font-size: clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
    .policy-page__title {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(1.625rem, 1.3173076923rem + 1.5384615385vw, 2.5rem)) {
    .policy-page__title--hero {
      font-size: clamp(1.625rem, 1.3173076923rem + 1.5384615385vw, 2.5rem);
    }
  }
  @supports not (font-size: clamp(1.625rem, 1.3173076923rem + 1.5384615385vw, 2.5rem)) {
    .policy-page__title--hero {
      font-size: calc(1.625rem + 0.875 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .policy-page__text {
      margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem);
    }
  }
  @supports not (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .policy-page__text {
      margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .policy-page__list {
      margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem);
    }
  }
  @supports not (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .policy-page__list {
      margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-top: clamp(6.875rem, 5.7760989011rem + 5.4945054945vw, 10rem)) {
    .blog-article {
      padding-top: clamp(6.875rem, 5.7760989011rem + 5.4945054945vw, 10rem);
    }
  }
  @supports not (padding-top: clamp(6.875rem, 5.7760989011rem + 5.4945054945vw, 10rem)) {
    .blog-article {
      padding-top: calc(6.875rem + 3.125 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (padding-bottom: clamp(1.875rem, 0.9958791209rem + 4.3956043956vw, 4.375rem)) {
    .blog-article {
      padding-bottom: clamp(1.875rem, 0.9958791209rem + 4.3956043956vw, 4.375rem);
    }
  }
  @supports not (padding-bottom: clamp(1.875rem, 0.9958791209rem + 4.3956043956vw, 4.375rem)) {
    .blog-article {
      padding-bottom: calc(1.875rem + 2.5 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (font-size: clamp(1.875rem, 1.5233516484rem + 1.7582417582vw, 2.875rem)) {
    .blog-article__title {
      font-size: clamp(1.875rem, 1.5233516484rem + 1.7582417582vw, 2.875rem);
    }
  }
  @supports not (font-size: clamp(1.875rem, 1.5233516484rem + 1.7582417582vw, 2.875rem)) {
    .blog-article__title {
      font-size: calc(1.875rem + 1 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .blog-article__title {
      margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem);
    }
  }
  @supports not (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .blog-article__title {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .blog-article__image {
      margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem);
    }
  }
  @supports not (margin-bottom: clamp(1.25rem, 0.8104395604rem + 2.1978021978vw, 2.5rem)) {
    .blog-article__image {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 56.875);
    }
  }
  @supports (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .blog-article__text {
      margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem);
    }
  }
  @supports not (margin-bottom: clamp(0.9375rem, 0.7177197802rem + 1.0989010989vw, 1.5625rem)) {
    .blog-article__text {
      margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 56.875);
    }
  }
}
@media (min-width: 76.875em) and (max-width: 120em) {
  @supports (padding-top: clamp(0.75rem, 0.527173913rem + 0.2898550725vw, 0.875rem)) {
    .btn {
      padding-top: clamp(0.75rem, 0.527173913rem + 0.2898550725vw, 0.875rem);
    }
  }
  @supports not (padding-top: clamp(0.75rem, 0.527173913rem + 0.2898550725vw, 0.875rem)) {
    .btn {
      padding-top: calc(0.75rem + 0.125 * (100vw - 76.875rem) / 43.125);
    }
  }
  @supports (padding-bottom: clamp(0.75rem, 0.527173913rem + 0.2898550725vw, 0.875rem)) {
    .btn {
      padding-bottom: clamp(0.75rem, 0.527173913rem + 0.2898550725vw, 0.875rem);
    }
  }
  @supports not (padding-bottom: clamp(0.75rem, 0.527173913rem + 0.2898550725vw, 0.875rem)) {
    .btn {
      padding-bottom: calc(0.75rem + 0.125 * (100vw - 76.875rem) / 43.125);
    }
  }
  @supports (padding-left: clamp(1rem, 0.1086956522rem + 1.1594202899vw, 1.5rem)) {
    .btn {
      padding-left: clamp(1rem, 0.1086956522rem + 1.1594202899vw, 1.5rem);
    }
  }
  @supports not (padding-left: clamp(1rem, 0.1086956522rem + 1.1594202899vw, 1.5rem)) {
    .btn {
      padding-left: calc(1rem + 0.5 * (100vw - 76.875rem) / 43.125);
    }
  }
  @supports (padding-right: clamp(1rem, 0.1086956522rem + 1.1594202899vw, 1.5rem)) {
    .btn {
      padding-right: clamp(1rem, 0.1086956522rem + 1.1594202899vw, 1.5rem);
    }
  }
  @supports not (padding-right: clamp(1rem, 0.1086956522rem + 1.1594202899vw, 1.5rem)) {
    .btn {
      padding-right: calc(1rem + 0.5 * (100vw - 76.875rem) / 43.125);
    }
  }
}
@media (min-width: 47.99875em) and (max-width: 99.75em) {
  @supports (font-size: clamp(0.875rem, 0.6431275815rem + 0.4830801188vw, 1.125rem)) {
    .btn {
      font-size: clamp(0.875rem, 0.6431275815rem + 0.4830801188vw, 1.125rem);
    }
  }
  @supports not (font-size: clamp(0.875rem, 0.6431275815rem + 0.4830801188vw, 1.125rem)) {
    .btn {
      font-size: calc(0.875rem + 0.25 * (100vw - 47.99875rem) / 51.75125);
    }
  }
}
@media (min-width: 62em) and (max-width: 75em) {
  @supports (
    (-moz-column-gap: clamp(0.625rem, -8.3173076923rem + 14.4230769231vw, 2.5rem)) or
      (column-gap: clamp(0.625rem, -8.3173076923rem + 14.4230769231vw, 2.5rem))
  ) {
    .header__container {
      -webkit-column-gap: clamp(0.625rem, -8.3173076923rem + 14.4230769231vw, 2.5rem);
      -moz-column-gap: clamp(0.625rem, -8.3173076923rem + 14.4230769231vw, 2.5rem);
      column-gap: clamp(0.625rem, -8.3173076923rem + 14.4230769231vw, 2.5rem);
    }
  }
  @supports not (
    (-moz-column-gap: clamp(0.625rem, -8.3173076923rem + 14.4230769231vw, 2.5rem)) or
      (column-gap: clamp(0.625rem, -8.3173076923rem + 14.4230769231vw, 2.5rem))
  ) {
    .header__container {
      -webkit-column-gap: calc(0.625rem + 1.875 * (100vw - 62rem) / 13);
      -moz-column-gap: calc(0.625rem + 1.875 * (100vw - 62rem) / 13);
      column-gap: calc(0.625rem + 1.875 * (100vw - 62rem) / 13);
    }
  }
}
@media (min-width: 47.99875em) and (max-width: 75em) {
  @supports (padding: clamp(0.9375rem, 0.3819846303rem + 1.1573538262vw, 1.25rem)) {
    .service {
      padding: clamp(0.9375rem, 0.3819846303rem + 1.1573538262vw, 1.25rem);
    }
  }
  @supports not (padding: clamp(0.9375rem, 0.3819846303rem + 1.1573538262vw, 1.25rem)) {
    .service {
      padding: calc(0.9375rem + 0.3125 * (100vw - 47.99875rem) / 27.00125);
    }
  }
}
@media (any-hover: hover) {
  .popup__close:hover {
    text-decoration: underline;
  }
  .btn:hover {
    background-color: #4f9191;
  }
  .menu__link:hover {
    color: #4f9191;
  }
  .footer__address a:hover {
    color: #4f9191;
  }
}
