.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

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

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

*,
*:before,
*:after {
  box-sizing: inherit; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 10px;
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto Condensed", sans-serif;
  min-width: 320px;
  background-color: #EEF2F5; }
  body.overflow {
    overflow: hidden; }

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1060px;
  padding: 0 2rem;
  margin: 0 auto; }

.scroll-wrap::-webkit-scrollbar {
  width: 3px;
  background-color: #ccc; }

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px; }

.main-title {
  font-size: 3rem; }

.section-title {
  font-size: 2rem; }

.base-text {
  font-size: 1.6rem; }

.typography h1 {
  font-size: 3rem;
  margin-bottom: 3rem; }

.typography h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #52b370;
  line-height: 120%; }
  @media (min-width: 1024px) {
    .typography h2 {
      font-size: 3.9rem;
      margin-bottom: 2rem; } }

.typography h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #52b370;
  line-height: 120%; }
  @media (min-width: 1024px) {
    .typography h3 {
      font-size: 2.5rem;
      margin-bottom: 2rem; } }

.typography p,
.typography li{
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #5f6d83;
  line-height: 1.194; }
  @media (min-width: 1024px) {
    .typography p,
    .typography li{
      font-size: 1.9rem; } }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-family: "Roboto Condensed", sans-serif;
  padding: 1rem 1.5rem; }
  input[type='text']::placeholder,
  input[type='tel']::placeholder,
  input[type='email']::placeholder,
  input[type='search']::placeholder,
  input[type='password']::placeholder,
  input[type='number']::placeholder,
  textarea::placeholder {
    transition: all 0.3s ease; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='number']:focus,
  textarea:focus {
    border-color: #000000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #000000; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #000000; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #000000; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #000000; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='number'].placeholder,
  textarea.placeholder {
    color: #000000; }

textarea {
  resize: vertical;
  vertical-align: top;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  appearance: none; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  font-family: "Roboto Condensed", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer; }

select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none; }

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none; }

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

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder {
  color: transparent !important; }

input:focus::-ms-input-placeholder {
  color: transparent !important; }

input:focus::placeholder {
  color: transparent !important; }

textarea:focus::-webkit-input-placeholder {
  color: transparent !important; }

textarea:focus::-moz-placeholder {
  color: transparent !important; }

textarea:focus::-moz-placeholder {
  color: transparent !important; }

textarea:focus::-ms-input-placeholder {
  color: transparent !important; }

textarea:focus::placeholder {
  color: transparent !important; }

.m-0 {
  margin: 0 !important; }

.m-auto {
  margin: auto !important; }

.mt-05 {
  margin-top: 5px !important; }

.mt-1 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mt-3 {
  margin-top: 30px !important; }

.mt-4 {
  margin-top: 40px !important; }

.mt-5 {
  margin-top: 50px !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-05 {
  margin-right: 5px !important; }

.mr-1 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-2 {
  margin-right: 20px !important; }

.mr-3 {
  margin-right: 30px !important; }

.mr-4 {
  margin-right: 40px !important; }

.mr-5 {
  margin-right: 50px !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-05 {
  margin-bottom: 5px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-05 {
  margin-left: 5px !important; }

.ml-1 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-2 {
  margin-left: 20px !important; }

.ml-3 {
  margin-left: 30px !important; }

.ml-4 {
  margin-left: 40px !important; }

.ml-5 {
  margin-left: 50px !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 768px) {
  .mb-md-2 {
    margin-bottom: 20px !important; } }

@media (min-width: 1024px) {
  .mb-lg-3 {
    margin-bottom: 30px !important; } }

.p-0 {
  padding: 0 !important; }

.pt-05 {
  padding-top: 5px !important; }

.pt-1 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pt-3 {
  padding-top: 30px !important; }

.pt-4 {
  padding-top: 40px !important; }

.pt-5 {
  padding-top: 50px !important; }

.pr-05 {
  padding-right: 5px !important; }

.pr-1 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-2 {
  padding-right: 20px !important; }

.pr-3 {
  padding-right: 30px !important; }

.pr-4 {
  padding-right: 40px !important; }

.pr-5 {
  padding-right: 50px !important; }

.pb-05 {
  padding-bottom: 5px !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.pb-3 {
  padding-bottom: 30px !important; }

.pb-4 {
  padding-bottom: 40px !important; }

.pb-5 {
  padding-bottom: 50px !important; }

.pl-05 {
  padding-left: 5px !important; }

.pl-1 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-2 {
  padding-left: 20px !important; }

.pl-3 {
  padding-left: 30px !important; }

.pl-4 {
  padding-left: 40px !important; }

.pl-5 {
  padding-left: 50px !important; }

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

.col {
  width: 100%; }
  .col.col-12 {
    width: 100%; }
  .col.col-6 {
    width: 50%; }
  .col.col-4 {
    width: calc(100% / 3); }
  .col.col-3 {
    width: 25%; }
  .col.col-2 {
    width: calc(100% / 6); }
  .col.col-1 {
    width: calc(100% / 12); }
  @media (min-width: 768px) {
    .col.col-tb-12 {
      width: 100%; }
    .col.col-tb-6 {
      width: 50%; }
    .col.col-tb-4 {
      width: calc(100% / 3); }
    .col.col-tb-3 {
      width: 25%; }
    .col.col-tb-2 {
      width: calc(100% / 6); }
    .col.col-tb-1 {
      width: calc(100% / 12); } }
  @media (min-width: 1024px) {
    .col.col-lg-12 {
      width: 100%; }
    .col.col-lg-6 {
      width: 50%; }
    .col.col-lg-4 {
      width: calc(100% / 3); }
    .col.col-lg-3 {
      width: 25%; }
    .col.col-lg-2 {
      width: calc(100% / 6); }
    .col.col-lg-1 {
      width: calc(100% / 12); } }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-close {
  font-size: 2.4rem;
  width: 1em; }

.home-page .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }

.header {
  padding: 1rem 0;
  border-top: 17px solid #52b370;
  position: relative; }
  @media (min-width: 768px) {
    .header {
      padding: 2rem 0; } }
  .header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logo {
    z-index: 10;
    position: relative;
    width: 10rem; }
    @media (min-width: 1024px) {
      .header__logo {
        width: 18rem; } }
    .header__logo img {
      width: 100%;
      display: block; }
  .header__btns {
    display: none;
    align-items: center;
    gap: 1rem; }
    @media (min-width: 1024px) {
      .header__btns {
        display: flex; } }
  .header .schedule-btn,
  .header .login-btn {
    font-size: 13px;
    padding: 8px 12px; }

.nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 20px 20px 20px;
  background-color: #fff;
  z-index: 5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(100%);
  overflow-y: auto; }
  .nav.active {
    transform: translateX(0); }
  @media (min-width: 1024px) {
    .nav {
      margin: 0 auto;
      position: static;
      background-color: transparent;
      transform: translateX(0);
      padding: 0;
      width: auto;
      height: auto;
      z-index: 5; } }
  .nav__list {
    font-size: 16px;
    line-height: 2; }
    @media (min-width: 1024px) {
      .nav__list {
        flex-direction: row; } }
  .nav__item {
    margin-top: 1.5rem; }
    @media (min-width: 1024px) {
      .nav__item {
        margin: 0 1.5rem;
        margin-top: 0; } }
  .nav__link {
    font-size: 16px;
    color: #5f6d83;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    transition: color 0.3s ease; }
    @media (min-width: 1024px) {
      .nav__link {
        font-size: 13px; }
        .nav__link:hover {
          color: #52b370; } }
  .nav__btns {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px; }
    @media (min-width: 1024px) {
      .nav__btns {
        display: none; } }
  .nav .header__btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 3rem; }
    @media (min-width: 1024px) {
      .nav .header__btns {
        display: none; } }
    .nav .header__btns > * {
      width: 100%; }

.logo {
  position: relative;
  z-index: 6; }
  .logo a {
    width: 150px;
    height: 20px;
    background-color: #ffc117; }

.burger {
  width: 3rem;
  height: 3rem;
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0; }
  @media (min-width: 1024px) {
    .burger {
      display: none; } }
  .burger.active span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg); }
  .burger.active span:nth-child(2) {
    opacity: 0; }
  .burger.active span:nth-child(3) {
    bottom: 6px;
    transform: rotate(-45deg); }
  .burger span {
    position: relative;
    width: 25px;
    height: 3px;
    background-color: #52b370;
    transition: all 0.3s ease;
    border-radius: 2px; }
    .burger span:nth-child(1) {
      margin-bottom: 4px; }
    .burger span:nth-child(3) {
      margin-top: 4px; }

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.footer {
  padding: 5rem 0 3.5rem;
  padding: 5rem 0 3.5rem;
  background-color: #52b370; }
  .footer__top {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    gap: 4rem; }
    @media (min-width: 1024px) {
      .footer__top {
        flex-direction: row; } }
  @media (min-width: 1024px) {
    .footer__soc {
      margin: 0 auto; } }
  .footer__form {
    width: 100%; }
    @media (min-width: 1024px) {
      .footer__form {
        width: 47rem; } }
  .footer__btn {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center; }
  .footer__soc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem; }
  .footer__soc-wrap {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    .footer__soc-wrap a {
      width: 28px;
      height: 28px;
      background-color: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer__soc-wrap a:hover {
        transform: scale(1.1); }
    .footer__soc-wrap svg {
      width: 2rem; }
  .footer__copy {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "Roboto", sans-serif; }

.form__row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 1024px) {
    .form__row {
      flex-direction: row;
      gap: 1rem; } }

.form__field {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  .form__field.invalid .form__error {
    display: block; }

.form__label {
  color: #fff;
  font-size: 16px;
  font-weight: 500; }

.form__input {
  width: 100%;
  height: 34px;
  border-radius: 1rem !important;
  background-color: #fff;
  font-size: 12px;
  color: #000;
  border: none !important; }
  .form__input::placeholder {
    color: #c4c4c4 !important; }
  .form__input--textarea {
    height: 85px; }

.form__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem; }

.form__error {
  display: none;
  color: #e30000;
  font-size: 14px; }

.form__btn {
  background-color: #208aca;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 1rem;
  padding: 1rem 1.8rem 1rem 1.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center; }
  .form__btn:hover {
    background-color: #3aafe3; }
  .form__btn svg {
    width: 2rem; }

.intro-section {
  position: relative; }
  .intro-section img {
    width: 100%;
    display: block; }

.intro-text {
  position: absolute;
  top: 15rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  font-size: 2rem;
  color: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 1.6rem 0 0 1.6rem;
  background-color: rgba(45, 190, 255, 0.8);
  box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.29); }
  @media (min-width: 1024px) {
    .intro-text {
      max-width: 582px;
      width: 100%;
      padding: 5rem;
      font-size: 4.2rem;
      border-radius: 3.2rem 0 0 3.2rem; } }
  @media (min-width: 1200px) {
    .intro-text {
      top: 15rem;
      transform: translateY(0); } }
  @media (min-width: 1024px) {
    .intro-text--home {
      padding: 2.6rem 5rem; } }
  .intro-text span {
    font-size: 1.8rem;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .intro-text span {
        font-size: 3.5rem; } }

.home-section {
  padding: 10rem 0 3rem;
  background-image: url("../images/home-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  position: relative; }
  .home-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7; }
    @media (min-width: 1024px) {
      .home-section:before {
        display: none; } }
  .home-section .container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1; }

.home {
  max-width: 40rem; }
  .home__title {
    color: #0a3453;
    font-size: 38px;
    margin-bottom: 1rem; }
  .home__sub-title {
    color: #55b170;
    font-size: 30px;
    margin-bottom: 2.5rem;
    font-weight: 400; }
  .home__text {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    color: #5f6d83;
    line-height: 1.194;
    margin-bottom: 2rem; }
    @media (min-width: 1024px) {
      .home__text {
        font-size: 1.9rem; } }
  .home__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem; }
    @media (min-width: 1024px) {
      .home__list {
        flex-direction: row;
        gap: 0;
        padding-left: 1rem; } }
    .home__list li {
      font-size: 15px;
      color: #55b170; }
      @media (min-width: 1024px) {
        .home__list li {
          width: 50%;
          margin: 0 0 0.5rem; } }

.why-section {
  padding-top: 3rem;
  background-image: url("../images/why-bg.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: relative;
  top: -0.5rem; }

.why__head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .why__head {
      flex-direction: row;
      align-items: center;
      justify-content: space-between; } }

.why__footer {
  padding: 5rem 1rem 1rem; }
  @media (min-width: 1024px) {
    .why__footer {
      padding: 5rem 5rem 2rem; } }
  .why__footer .about-slider-wrap {
    margin-top: 3rem; }

.why__nav {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  @media (min-width: 768px) {
    .why__nav {
      flex-direction: row;
      align-items: center;
      gap: 1rem; } }

.why__title {
  font-size: 2.8rem;
  color: #ffffff; }
  @media (min-width: 1024px) {
    .why__title {
      font-size: 4rem; } }

.why__slider {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.29);
  padding-bottom: 2rem; }
  @media (min-width: 1024px) {
    .why__slider {
      border-radius: 2.3rem; } }

.why .swiper-pagination {
  bottom: 0;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.5rem; }

.why .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #eef2f5;
  opacity: 1; }

.why .swiper-pagination-bullet-active {
  background-color: #1e8bcb;
  border: 2px solid #eef2f5; }

.why-slide {
  padding: 2rem; }
  @media (min-width: 1024px) {
    .why-slide {
      padding: 5rem 5rem 2rem; } }
  .why-slide__row {
    display: flex;
    flex-direction: column;
    gap: 4rem; }
    @media (min-width: 768px) {
      .why-slide__row {
        flex-direction: row;
        align-items: center; } }
  .why-slide__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .why-slide__col {
        width: 50%; } }
    .why-slide__col img {
      width: 100%;
      display: block; }
  .why-slide__icon {
    margin-bottom: 2rem; }
  .why-slide__btn {
    margin-top: 2rem; }

.who-section {
  padding: 5rem 0; }

.who__head {
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem; }
  @media (min-width: 1024px) {
    .who__head {
      flex-direction: row;
      text-align: center;
      justify-content: center;
      justify-content: space-between; } }

.who__title {
  font-size: 2.8rem;
  color: #55b170;
  text-align: center; }
  @media (min-width: 1024px) {
    .who__title {
      font-size: 3.9rem; } }

.who__text {
  font-size: 1.8rem;
  color: #55b170;
  text-align: center; }
  @media (min-width: 1024px) {
    .who__text {
      font-size: 3rem; } }

.who__row {
  display: flex;
  flex-wrap: wrap;
  margin: -0.9rem; }

.who__col {
  width: 100%;
  padding: 0.9rem; }
  @media (min-width: 1024px) {
    .who__col {
      width: 33.33%; } }

.who__link {
  display: block;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.29);
  border-radius: 2rem;
  position: relative; }
  .who__link img {
    width: 100%;
    display: block; }
  .who__link span {
    font-size: 1.8rem;
    color: #1e8bcb;
    font-weight: 700;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    @media (min-width: 1024px) {
      .who__link span {
        font-size: 3rem; } }

.quotes {
  background-color: #55b170;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.29);
  padding: 2rem 1rem 2rem;
  position: relative; }
  @media (min-width: 1024px) {
    .quotes {
      border-radius: 2.3rem; } }
  @media (min-width: 1200px) {
    .quotes {
      padding: 4rem 2rem 4rem 0; } }
  @media (min-width: 1200px) {
    .quotes:after {
      position: absolute;
      content: "";
      width: 4px;
      height: 90%;
      top: 50%;
      transform: translateY(-50%);
      left: 7rem;
      background: linear-gradient(to bottom, rgba(70, 168, 99, 0) 0%, #46a863 15%, #46a863 85%, rgba(70, 168, 99, 0) 100%); } }
  .quotes__title {
    font-size: 2.8rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 4rem; }
    @media (min-width: 1024px) {
      .quotes__title {
        font-size: 3.9rem; } }
  .quotes__slider {
    overflow: hidden;
    position: relative;
    padding-bottom: 2rem; }
    @media (min-width: 1200px) {
      .quotes__slider {
        margin-left: 9rem;
        padding: 0;
        position: static; } }
  .quotes .swiper-pagination {
    bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0.5rem; }
    @media (min-width: 1200px) {
      .quotes .swiper-pagination {
        flex-direction: column;
        align-items: flex-start;
        top: 50%;
        transform: translateY(-50%);
        left: 2.8rem;
        bottom: auto;
        position: absolute; } }
  .quotes .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1; }
  .quotes .swiper-pagination-bullet-active {
    background-color: #1e8bcb;
    border: 2px solid #fff; }

.quotes-slide {
  padding: 1rem; }
  .quotes-slide__row {
    display: flex;
    flex-direction: column;
    gap: 4rem; }
    @media (min-width: 768px) {
      .quotes-slide__row {
        flex-direction: row;
        align-items: center; } }
  .quotes-slide__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .quotes-slide__col {
        width: 50%; } }
    .quotes-slide__col img {
      width: 100%;
      display: block; }
    .quotes-slide__col > * {
      color: #fff !important; }
  .quotes-slide__icon {
    margin-bottom: 2rem; }
  .quotes-slide__btn {
    margin-top: 2rem; }

.system-section {
  padding: 5rem 0; }
  @media (min-width: 1024px) {
    .system-section {
      padding: 10rem 0; } }

.system__title {
  font-size: 2.8rem;
  color: #55b170;
  text-align: center;
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .system__title {
      font-size: 3.9rem; } }

.system__text {
  font-size: 1.8rem;
  color: #55b170;
  margin-bottom: 4rem;
  text-align: center; }
  @media (min-width: 1024px) {
    .system__text {
      font-size: 3rem; } }

.system__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem; }
  .system__wrap a {
    display: flex;
    align-items: center; }

.support-section {
  padding-bottom: 4rem; }
  @media (min-width: 1024px) {
    .support-section {
      padding-bottom: 8rem; } }

@media (min-width: 1024px) {
  .support__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media (min-width: 1024px) {
  .support__info {
    width: 57rem;
    flex: none; } }

.support__form {
  margin-bottom: 3.5rem; }
  .support__form .form__label {
    color: #000; }
  .support__form .form__field {
    margin-bottom: 2rem; }
  .support__form .form__input {
    box-shadow: 0px 2px 7px 0.3px rgba(0, 0, 0, 0.29); }
  .support__form .form__footer {
    justify-content: flex-start; }

.support__descr {
  margin-bottom: 2rem; }
  @media (min-width: 1024px) {
    .support__descr {
      margin-bottom: 4rem; } }

.support__sub-title {
  font-size: 1.6rem;
  color: #52b370;
  margin-bottom: 2rem; }
  @media (min-width: 1024px) {
    .support__sub-title {
      font-size: 19px; } }
  .support__sub-title a {
    color: #52b370; }
    .support__sub-title a:hover {
      color: #208aca; }

.support__img {
  display: none; }
  @media (min-width: 1024px) {
    .support__img {
      display: block; } }
  .support__img img {
    width: 100%;
    display: block; }

.support-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 2rem; }
  .support-popup.active {
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center; }
  .support-popup__overlay {
    background-color: #52b370;
    opacity: 0.7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .support-popup__body {
    position: relative;
    z-index: 1;
    max-width: 102rem;
    width: 100%;
    padding: 2rem;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #eef2f5;
    border-radius: 15px;
    box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.29); }
    @media (min-width: 1024px) {
      .support-popup__body {
        border-radius: 23px;
        padding: 2rem 3rem; } }
  .support-popup__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #d7dfe4; }
  .support-popup__title {
    color: #55b170;
    padding-right: 2rem;
    font-weight: 400;
    font-size: 1.8rem; }
    @media (min-width: 1024px) {
      .support-popup__title {
        font-size: 3.5rem; } }
    .support-popup__title span {
      font-weight: 700; }
  .support-popup__close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #000;
    flex: none;
    position: relative;
    cursor: pointer;
    z-index: 1; }
    .support-popup__close:after {
      width: 12px;
      height: 2px;
      position: absolute;
      content: "";
      transform: rotate(45deg);
      background-color: #000;
      left: 7px;
      top: 12px; }
    .support-popup__close:before {
      width: 12px;
      height: 2px;
      position: absolute;
      content: "";
      transform: rotate(-45deg);
      background-color: #000;
      left: 7px;
      top: 12px; }
  .support-popup__content {
    overflow: hidden;
    overflow-y: auto;
    max-height: 75vh; }
    @media (min-width: 1024px) {
      .support-popup__content {
        display: flex;
        gap: 4rem; } }
  .support-popup__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
    margin-bottom: 3rem;
    width: 100%; }
    @media (min-width: 1024px) {
      .support-popup__left {
        margin-bottom: 0;
        padding-top: 1rem; } }
  .support-popup__sub {
    font-size: 1.6rem;
    color: #949696;
    font-weight: 700;
    font-family: "Roboto", sans-serif; }
    @media (min-width: 1024px) {
      .support-popup__sub {
        font-size: 2rem; } }
  .support-popup__text {
    color: #949696;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .support-popup__text {
        font-size: 20px; } }
    .support-popup__text br {
      display: none; }
      @media (min-width: 1024px) {
        .support-popup__text br {
          display: block; } }
  .support-popup__block {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    .support-popup__block p {
      font-size: 16px;
      color: #35afe4;
      font-weight: 700; }
      @media (min-width: 1024px) {
        .support-popup__block p {
          font-size: 22px; } }
      .support-popup__block p br {
        display: none; }
        @media (min-width: 1024px) {
          .support-popup__block p br {
            display: block; } }
  .support-popup__sub-title {
    color: #55b170;
    font-weight: 700;
    font-size: 2.2rem; }
    @media (min-width: 1024px) {
      .support-popup__sub-title {
        font-size: 4.2rem; } }
  .support-popup__btn {
    color: #fff;
    font-weight: 500;
    background-color: #35afe4;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 1rem;
    padding: 1rem 2.5rem 1rem 5rem;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: 14px 6px;
    background-image: url("data:image/svg+xml,%3C!--%0Atags: %5Btransmit, dispatch, forward, deliver, message, communication, send-out, send-away, transfer, send-off%5D%0Aversion: '2.43'%0Aunicode: 'fd5d'%0A--%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M4.698 4.034l16.302 7.966l-16.302 7.966a.503 .503 0 0 1 -.546 -.124a.555 .555 0 0 1 -.12 -.568l2.468 -7.274l-2.468 -7.274a.555 .555 0 0 1 .12 -.568a.503 .503 0 0 1 .546 -.124z' /%3E%3Cpath d='M6.5 12h14.5' /%3E%3C/svg%3E%0A"); }
    .support-popup__btn:hover {
      background-color: #10719c; }
  .support-popup__right {
    border-radius: 15px;
    background-color: #55b170;
    box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.29);
    padding: 2rem; }
    @media (min-width: 1024px) {
      .support-popup__right {
        width: 39rem;
        flex: none;
        border-radius: 0 2.3rem 2.3rem 0; } }
    .support-popup__right h3 {
      color: #ffffff;
      font-size: 16px;
      margin-bottom: 1rem;
      font-weight: 400; }
      @media (min-width: 1024px) {
        .support-popup__right h3 {
          font-size: 19px; } }
    .support-popup__right ul {
      color: #ffffff;
      font-size: 16px;
      display: flex;
      flex-direction: column;
      gap: 0.2rem;
      list-style: disc;
      list-style-position: inside; }
      @media (min-width: 1024px) {
        .support-popup__right ul {
          font-size: 19px; } }

.help-section {
  padding: 5rem 0; }

.help__wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem; }
  @media (min-width: 768px) {
    .help__wrap {
      flex-direction: row;
      align-items: center;
      gap: 0; } }

@media (min-width: 768px) {
  .help__descr {
    width: 51%; } }

@media (min-width: 768px) {
  .help__img {
    width: 49%;
    padding-left: 4rem; } }

.help__img img {
  width: 100%;
  display: block; }

.shedule-section {
  padding-bottom: 8rem; }

.shedule__head {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem; }
  @media (min-width: 1024px) {
    .shedule__head {
      flex-direction: row;
      align-items: center;
      padding-right: 4rem;
      margin-top: -4rem; } }
  .shedule__head > * {
    margin: 0 !important; }
  .shedule__head p {
    max-width: 50rem; }

.shedule__head-descr {
  display: flex;
  flex-direction: column;
  gap: 2rem; }

.shedule__head-row {
  display: flex;
  align-items: flex-start;
  gap: 2rem; }
  .shedule__head-row > * {
    margin: 0 !important; }

@media (min-width: 1024px) {
  .shedule__head-img {
    width: 29rem;
    flex: none; } }

.shedule__head-img img {
  width: 100%;
  display: block; }

.shedule__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 4rem; }
  .shedule__footer a {
    color: #52b370;
    font-weight: 700; }
    .shedule__footer a:hover {
      color: #208aca; }

.calendar {
  border-style: solid;
  border-width: 5px;
  border-color: #52b370;
  border-radius: 10px; }
  .calendar__head {
    padding: 1rem;
    background-color: #52b370; }
    @media (min-width: 1024px) {
      .calendar__head {
        padding: 1.5rem 1rem 2rem; } }
  .calendar__title {
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-align: center;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .calendar__title {
        font-size: 28px; } }
  .calendar__body {
    min-height: 30rem;
    background-color: #fff; }
  .calendar__navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem; }
  .calendar__nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    color: #52b370; }
    .calendar__nav-btn:hover {
      background-color: #f0f8f2; }
    .calendar__nav-btn svg {
      width: 24px;
      height: 24px; }
  .calendar__month-year {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333; }
  .calendar__month {
    margin-bottom: 0.25rem;
    color: #c4c4c4;
    font-size: 1.6rem;
    font-weight: 500; }
  .calendar__year {
    font-size: 1.2rem;
    color: #c4c4c4;
    font-weight: 500; }
  .calendar__weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    margin-bottom: 1rem;
    background-color: #c7e7d1; }
  .calendar__weekday {
    text-align: center;
    font-weight: 600;
    color: #637368;
    padding: 0.5rem 0;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .calendar__weekday {
        font-size: 2rem; } }
    @media (min-width: 1024px) {
      .calendar__weekday {
        font-size: 3rem; } }
  .calendar__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem; }
  .calendar__day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    font-size: 1.5rem;
    z-index: 2; }
    .calendar__day:before {
      position: absolute;
      content: "";
      width: 40px;
      height: 26px;
      top: 47%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 2rem;
      z-index: -1;
      transition: all 0.3s ease; }
      @media (min-width: 768px) {
        .calendar__day:before {
          width: 50px;
          height: 36px;
          top: 50%; } }
      @media (min-width: 1024px) {
        .calendar__day:before {
          width: 60px;
          height: 46px; } }
    @media (min-width: 768px) {
      .calendar__day {
        font-size: 2rem; } }
    @media (min-width: 1024px) {
      .calendar__day {
        font-size: 3rem; } }
    .calendar__day:hover {
      color: #52b370; }
      .calendar__day:hover:before {
        background-color: #f0f8f2; }
    .calendar__day--current-month {
      color: #333; }
    .calendar__day--other-month {
      color: #ccc; }
    .calendar__day--selected {
      color: #fff; }
      .calendar__day--selected:before {
        background-color: #52b370; }
    .calendar__day--today {
      color: #fff; }
      .calendar__day--today:before {
        background-color: #52b370; }

.calendar-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 999;
  width: 100%;
  max-width: 84rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  overflow-y: auto;
  max-height: 95vh; }
  .calendar-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1); }
  .calendar-popup__content {
    text-align: center;
    padding: 2rem;
    position: relative; }
  .calendar-popup__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 600; }
  .calendar-popup.success-popup .calendar-popup__title {
    color: #52b370; }
  .calendar-popup.success-popup .calendar-popup__text {
    color: #52b370;
    font-weight: 500; }
  .calendar-popup__date {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #52b370;
    background: #f0f8f2;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 2px solid #e8f5e8; }
  .calendar-popup__text {
    margin-bottom: 2rem;
    color: #666;
    line-height: 1.5;
    font-size: 0.95rem; }
  .calendar-popup__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap; }
    .calendar-popup__actions .btn {
      padding: 0.75rem 1.5rem;
      border-radius: 8px;
      font-weight: 600;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease;
      min-width: 120px; }
      .calendar-popup__actions .btn--primary {
        background: #52b370;
        color: #fff; }
        .calendar-popup__actions .btn--primary:hover {
          background: #4a9d5f;
          transform: translateY(-2px);
          box-shadow: 0 4px 12px rgba(82, 179, 112, 0.3); }
      .calendar-popup__actions .btn--secondary {
        background: #f5f5f5;
        color: #666;
        border: 2px solid #e0e0e0; }
        .calendar-popup__actions .btn--secondary:hover {
          background: #e8e8e8;
          border-color: #d0d0d0;
          transform: translateY(-2px); }

.calendar-overlay {
  background-color: #52b370;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  .calendar-overlay.active {
    opacity: 0.7;
    visibility: visible; }

.calendar-popup__head {
  background-color: #55b170;
  border-radius: 1rem;
  box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.29);
  padding: 1rem;
  margin: 0 0 2rem;
  color: #fff;
  font-size: 1.1rem; }
  .calendar-popup__head--top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem; }
    .calendar-popup__head--top img {
      width: 5rem; }
  .calendar-popup__head--bottom {
    background-color: #dbf1fb;
    box-shadow: none;
    padding: 1.5rem 2rem !important;
    margin-top: 3rem !important;
    margin-bottom: 0 !important; }
    @media (min-width: 1024px) {
      .calendar-popup__head--bottom {
        margin-bottom: 2rem !important; } }
    .calendar-popup__head--bottom p {
      font-weight: 700;
      color: #949696;
      font-family: "Roboto", sans-serif;
      text-align: left;
      line-height: 130%;
      font-size: 16px; }
      @media (min-width: 1024px) {
        .calendar-popup__head--bottom p {
          font-size: 19.5px; } }
    .calendar-popup__head--bottom a {
      color: #52b370;
      font-weight: 700; }
      .calendar-popup__head--bottom a:hover {
        color: #208aca; }
  @media (min-width: 1024px) {
    .calendar-popup__head {
      padding: 2rem 1rem 2rem;
      margin: 0 0 3rem;
      font-size: 2.2rem; } }

.calendar-popup__inform {
  font-weight: 700;
  color: #949696;
  font-family: "Roboto", sans-serif;
  text-align: left;
  line-height: 130%;
  font-size: 16px;
  margin-bottom: 3rem; }
  @media (min-width: 1024px) {
    .calendar-popup__inform {
      font-size: 19.5px;
      padding: 0 2rem; } }

.calendar-popup__sub {
  font-size: 2rem;
  color: #52b370;
  margin-bottom: 2rem;
  text-align: left; }
  @media (min-width: 1024px) {
    .calendar-popup__sub {
      font-size: 3rem;
      padding-left: 2rem; } }

.calendar-popup__descr {
  display: flex;
  margin-bottom: 1.5rem;
  gap: 1rem; }
  @media (min-width: 1024px) {
    .calendar-popup__descr {
      padding-left: 2rem;
      align-items: center; } }

.calendar-popup__descr-img {
  width: 4rem;
  flex: none; }
  .calendar-popup__descr-img img {
    width: 100%;
    display: block; }

.calendar-popup__descr-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left; }
  .calendar-popup__descr-info span {
    color: #949696;
    font-weight: 600;
    font-size: 16px; }
    @media (min-width: 1024px) {
      .calendar-popup__descr-info span {
        font-size: 18px; } }
  .calendar-popup__descr-info p {
    color: #949696;
    font-weight: 400;
    font-size: 14px;
    font-family: "Roboto", sans-serif; }
    @media (min-width: 1024px) {
      .calendar-popup__descr-info p {
        font-size: 18px; } }

.calendar-popup__head-title {
  font-size: 2rem;
  text-align: left;
  padding: 0 0 1.5rem;
  margin: 0 0 2rem;
  border-bottom: 2px solid #d7dfe4;
  color: #373a3b;
  font-weight: 600; }

@media (min-width: 1024px) {
  .calendar-popup__form {
    padding: 0 2rem; } }

.calendar-popup__form .support__form {
  margin: 0; }
  @media (min-width: 1024px) {
    .calendar-popup__form .support__form {
      margin-bottom: 2rem; } }

.calendar-popup__form .form__label {
  text-align: left;
  font-size: 1.4rem; }

@media (min-width: 1024px) {
  .calendar-popup__form .form__roww {
    display: flex;
    justify-content: space-between; } }

.calendar-popup__form .form__field {
  position: relative; }
  .calendar-popup__form .form__field .select-arrow {
    position: absolute;
    right: 12px;
    top: 36px;
    z-index: 1;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg); }
    @media (min-width: 1024px) {
      .calendar-popup__form .form__field .select-arrow {
        top: 39px; } }

.calendar-popup__form .form__input {
  padding: 1rem 1.5rem !important; }
  @media (min-width: 1024px) {
    .calendar-popup__form .form__input {
      height: 4rem; } }

@media (min-width: 1024px) {
  .calendar-popup__form .form__coll {
    width: 49%; } }

.calendar-popup__form .form__footer {
  justify-content: center; }

.calendar-popup__form .form__btn {
  background-color: #55b170;
  border-radius: 2rem;
  padding: 1.5rem 8rem 1.5rem; }
  .calendar-popup__form .form__btn:hover {
    background-color: #337948; }

.calendar-popup__block {
  display: none; }
  @media (min-width: 1024px) {
    .calendar-popup__block {
      padding: 0 2rem; } }
  .calendar-popup__block.active {
    display: block; }

.popup.calendar-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 90%;
  max-width: 84rem;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
  .popup.calendar-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1); }
  .popup.calendar-popup .popup__wrap {
    background: transparent;
    padding: 0;
    min-height: auto;
    border-radius: 12px; }
  .popup.calendar-popup .popup__close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
    width: 30px;
    height: 30px;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease; }
    .popup.calendar-popup .popup__close:hover {
      background: #e0e0e0;
      transform: scale(1.1); }
    .popup.calendar-popup .popup__close:before, .popup.calendar-popup .popup__close:after {
      position: absolute;
      left: 50%;
      top: 50%;
      content: "";
      height: 14px;
      width: 2px;
      background-color: #666;
      transform: translate(-50%, -50%); }
    .popup.calendar-popup .popup__close:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .popup.calendar-popup .popup__close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 768px) {
  .calendar-popup {
    width: 95%;
    max-width: 350px; }
    .calendar-popup__content {
      padding: 1.5rem; }
    .calendar-popup__title {
      font-size: 1.3rem; }
    .calendar-popup__date {
      font-size: 1.1rem;
      padding: 0.5rem 0.75rem; }
    .calendar-popup__actions {
      flex-direction: column;
      align-items: center; }
      .calendar-popup__actions .btn {
        width: 100%;
        max-width: 200px; }
  .popup.calendar-popup {
    width: 95%;
    max-width: 350px; } }

.int-slider {
  background-color: #55b270;
  padding: 2rem;
  margin: 0 -3rem;
  border-radius: 15px;
  box-shadow: 0px 5px 20px 0.24px rgba(0, 0, 0, 0.29); }
  @media (min-width: 1024px) {
    .int-slider {
      margin: 0 -6rem;
      border-radius: 23px; } }
  @media (min-width: 1200px) {
    .int-slider {
      margin: 0 -8rem;
      padding: 4rem 6rem; } }
  .int-slider__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem; }
    .int-slider__head > * {
      color: #ffffff !important; }
    @media (min-width: 1024px) {
      .int-slider__head h2 {
        font-size: 3rem !important;
        margin-bottom: 0.5rem; } }
  .int-slider__descr {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem; }
    @media (min-width: 1024px) {
      .int-slider__descr div {
        width: 31%; } }
    .int-slider__descr h3 {
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 1rem; }
    .int-slider__descr ul {
      padding-left: 1.2rem;
      color: #fff;
      font-size: 18px; }
    .int-slider__descr li {
      margin-bottom: 0.5rem; }
  .int-slider__slider {
    position: relative; }
    .int-slider__slider .swiper-pagination {
      bottom: 0;
      position: relative;
      display: flex;
      justify-content: center;
      gap: 0.5rem;
      flex: none;
      padding: 0 15px; }
    .int-slider__slider .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      background-color: #fff;
      opacity: 1; }
    .int-slider__slider .swiper-pagination-bullet-active {
      background-color: #1e8bcb;
      border: 2px solid #fff; }
    .int-slider__slider .int-pagination {
      display: flex;
      align-items: center;
      margin: 3rem 0 4rem; }
      .int-slider__slider .int-pagination__left {
        position: relative;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-top: 1px solid #b2d9c1;
        border-bottom: 1px solid #b2d9c1; }
        .int-slider__slider .int-pagination__left:after {
          position: absolute;
          content: "";
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          width: 3px;
          height: 12px;
          background-color: #fff;
          border-right: 1px solid #b2d9c1;
          border-left: 1px solid #b2d9c1; }
      .int-slider__slider .int-pagination__right {
        position: relative;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-top: 1px solid #b2d9c1;
        border-bottom: 1px solid #b2d9c1; }
        .int-slider__slider .int-pagination__right:before {
          position: absolute;
          content: "";
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          width: 3px;
          height: 12px;
          background-color: #fff;
          border-right: 1px solid #b2d9c1;
          border-left: 1px solid #b2d9c1; }
    .int-slider__slider .int-slide img {
      width: 100%;
      display: block; }
    .int-slider__slider .swiper-button-prev,
    .int-slider__slider .swiper-button-next {
      position: absolute;
      top: 48%;
      width: 25px;
      height: 25px;
      background-color: #fff;
      border-radius: 50%; }
      @media (min-width: 1024px) {
        .int-slider__slider .swiper-button-prev,
        .int-slider__slider .swiper-button-next {
          top: 45%; } }
      .int-slider__slider .swiper-button-prev:after,
      .int-slider__slider .swiper-button-next:after {
        font-size: 1.3rem;
        color: #067fc6;
        font-weight: 900; }
    .int-slider__slider .swiper-button-prev {
      left: -1.5rem; }
      @media (min-width: 1024px) {
        .int-slider__slider .swiper-button-prev {
          left: -3rem; } }
    .int-slider__slider .swiper-button-next {
      right: -1.5rem; }
      @media (min-width: 1024px) {
        .int-slider__slider .swiper-button-next {
          right: -3rem; } }

.int-slider-wrap {
  position: relative;
  overflow: hidden; }
  .int-slider-wrap:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to left, #55b270 40%, rgba(85, 178, 112, 0) 100%);
    width: 5rem;
    height: 100%;
    z-index: 2; }

.int-descr ul {
  display: flex;
  flex-wrap: wrap; }

.int-descr li {
  font-size: 17px;
  color: #0a3453;
  position: relative;
  padding-left: 25px;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 768px) {
    .int-descr li {
      width: 50%; } }
  @media (min-width: 1024px) {
    .int-descr li {
      width: 33.33%; } }
  .int-descr li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #0a3453;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 12.75 6 6 9-13.5' /%3E%3C/svg%3E%0A"); }

.int-cards {
  position: relative; }
  @media (min-width: 1024px) {
    .int-cards {
      padding: 0 2rem; } }
  .int-cards .swiper-pagination {
    bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex: none;
    padding: 0 15px;
    margin-top: 2rem; }
  .int-cards .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #3aafe3;
    opacity: 1; }
  .int-cards .swiper-pagination-bullet-active {
    background-color: #fff;
    border: 2px solid #3aafe3; }
  .int-cards .card-slide img {
    width: 100%;
    display: block; }
  .int-cards .swiper-button-prev,
  .int-cards .swiper-button-next {
    position: absolute;
    top: 48%;
    width: 25px;
    height: 25px;
    background-color: #55b270;
    border-radius: 50%; }
    @media (min-width: 1024px) {
      .int-cards .swiper-button-prev,
      .int-cards .swiper-button-next {
        top: 45%; } }
    .int-cards .swiper-button-prev:after,
    .int-cards .swiper-button-next:after {
      font-size: 1.3rem;
      color: #fff;
      font-weight: 900; }
  .int-cards .swiper-button-prev {
    left: -1.5rem; }
    @media (min-width: 1024px) {
      .int-cards .swiper-button-prev {
        left: -2rem; } }
  .int-cards .swiper-button-next {
    right: -1.5rem; }
    @media (min-width: 1024px) {
      .int-cards .swiper-button-next {
        right: -2rem; } }

.int-cards-slider {
  overflow: hidden; }

.int-add__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem; }
  @media (min-width: 1024px) {
    .int-add__head {
      flex-direction: row;
      justify-content: space-around;
      margin-bottom: 4rem; } }
  .int-add__head > * {
    text-align: center; }
  @media (min-width: 1024px) {
    .int-add__head h2 {
      font-size: 3rem;
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .int-add__head h3 {
      font-size: 2rem;
      margin-bottom: 0; } }

.int-add__text {
  font-size: 16px;
  color: #52b370;
  max-width: 40rem; }
  .int-add__text span {
    font-style: italic; }

.int-add__body {
  display: flex;
  flex-direction: column;
  gap: 4rem; }
  @media (min-width: 1024px) {
    .int-add__body {
      flex-direction: row; } }

.int-add__img {
  width: 100%; }
  .int-add__img img {
    width: 100%;
    display: block; }

.int-add__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; }
  .int-add__list div {
    width: 100%; }
    @media (min-width: 768px) {
      .int-add__list div {
        width: 48%; } }
  .int-add__list h3 {
    color: #5f6d83;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem; }
  .int-add__list ul {
    padding-left: 1.2rem;
    color: #5f6d83;
    font-size: 16px; }
  .int-add__list li {
    margin-bottom: 0.5rem; }

.about-intro-section {
  position: relative; }
  .about-intro-section img {
    width: 100%;
    display: block; }

.center-section {
  position: relative;
  margin-top: -2rem; }
  @media (min-width: 1024px) {
    .center-section {
      margin-top: -8rem; } }
  @media (min-width: 1200px) {
    .center-section {
      margin-top: -13rem; } }

.content {
  padding: 3rem 2rem;
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #eef2f5;
  border-radius: 15px;
  box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.29);
  display: flex;
  flex-direction: column;
  gap: 5rem;
  position: relative; }
  @media (min-width: 1024px) {
    .content {
      border-radius: 23px;
      padding: 5rem 4rem; } }
  .content__row {
    display: flex;
    flex-direction: column;
    gap: 3rem; }
    @media (min-width: 1024px) {
      .content__row {
        flex-direction: row;
        align-items: center; } }
    .content__row--center {
      justify-content: center;
      flex-direction: row; }
    @media (min-width: 1024px) {
      .content__row--pricing .content__col:nth-child(1) {
        width: 66%; }
      .content__row--pricing .content__col:nth-child(2) {
        width: 34%; }
      .content__row--pricing .content__col p {
        max-width: 51.8rem; } }
    @media (min-width: 1024px) {
      .content__row:nth-child(2n) {
        flex-direction: row-reverse; } }
  .content__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 1024px) {
      .content__col {
        width: 50%; } }
    .content__col img {
      width: 100%;
      display: block; }
  .content__icon {
    margin-bottom: 1rem; }
  .content__descr {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto; }
  .content__footer {
    display: flex;
    justify-content: center; }
    @media (min-width: 1024px) {
      .content__footer {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%); } }

.price-block {
  background-color: #52b370;
  border-radius: 2rem;
  padding: 2rem; }
  @media (min-width: 1024px) {
    .price-block {
      border-radius: 3rem;
      padding: 3rem 4rem 5rem; } }
  .price-block__title {
    margin-bottom: 2rem; }
    .price-block__title > * {
      text-align: center;
      color: #fff !important;
      margin: 0 !important; }
  .price-block__wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    @media (min-width: 1024px) {
      .price-block__wrap {
        flex-direction: row;
        align-items: center; } }
    .price-block__wrap > * {
      color: #fff !important;
      margin: 0 !important; }
  @media (min-width: 1024px) {
    .price-block__img {
      width: 52%;
      flex: none; } }
  .price-block__img img {
    width: 100%;
    display: block; }

.start {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto; }
  .start__title {
    margin-bottom: 1rem !important; }
  .start__price {
    color: #35afe4;
    font-weight: 700;
    margin-bottom: 2rem !important;
    font-size: 4.5rem; }
    @media (min-width: 1024px) {
      .start__price {
        font-size: 65px; } }
  .start__text span {
    color: #52b370;
    font-weight: 700; }

.about-slider-wrap {
  position: relative; }
  .about-slider-wrap .swiper-button-prev,
  .about-slider-wrap .swiper-button-next {
    position: absolute;
    top: 48%; }
    @media (min-width: 1024px) {
      .about-slider-wrap .swiper-button-prev,
      .about-slider-wrap .swiper-button-next {
        top: 38%; } }
    .about-slider-wrap .swiper-button-prev:after,
    .about-slider-wrap .swiper-button-next:after {
      font-size: 2.5rem;
      color: #000; }
  .about-slider-wrap .swiper-button-prev {
    left: -2.3rem; }
    @media (min-width: 1024px) {
      .about-slider-wrap .swiper-button-prev {
        left: -3rem; } }
  .about-slider-wrap .swiper-button-next {
    right: -2.3rem; }
    @media (min-width: 1024px) {
      .about-slider-wrap .swiper-button-next {
        right: -3rem; } }

.about-slider {
  overflow: hidden;
  width: 100%;
  position: relative; }
  @media (min-width: 1024px) {
    .about-slider {
      top: -2rem; } }
  .about-slider:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%);
    width: 5rem;
    height: 100%;
    z-index: 2; }
  .about-slider:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to left, white 40%, rgba(255, 255, 255, 0) 100%);
    width: 5rem;
    height: 100%;
    z-index: 2; }
  .about-slider .about-slide img {
    width: 100%;
    display: block; }

.svg-sprite {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute; }

.schedule-btn {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  padding: 11px 20px;
  color: #fff;
  white-space: nowrap;
  background-color: #3aafe3;
  border-radius: 1.2rem;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.29); }
  .schedule-btn:hover {
    background-color: #208aca; }
  .schedule-btn svg {
    width: 22px;
    height: 22px; }

.pricing-btn {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  padding: 11px 20px;
  color: #fff;
  white-space: nowrap;
  background-color: #55b170;
  border-radius: 1.2rem;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.29); }
  .pricing-btn:hover {
    background-color: #3c9356; }
  .pricing-btn svg {
    width: 22px;
    height: 22px; }

.help-btn {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  padding: 11px 20px;
  color: #000;
  white-space: nowrap;
  background-color: #c8d6db;
  border-radius: 1.2rem;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.29); }
  .help-btn:hover {
    background-color: #adcbef; }
  .help-btn svg {
    width: 22px;
    height: 22px; }

.login-btn {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 11px 20px;
  color: #0a3453;
  white-space: nowrap;
  background-color: #d3dfed;
  border-radius: 1.2rem;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.29); }
  .login-btn:hover {
    background-color: #adcbef; }
  .login-btn svg {
    width: 22px;
    height: 22px; }

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