html {
  scroll-behavior: smooth; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

ol,
ul {
  list-style: none; }

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

iframe {
  border: 0; }

img {
  display: block;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  width: auto; }

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

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important; }

html,
body {
  position: relative; }

a *,
button * {
  pointer-events: none; }

body {
  background-color: white;
  color: #535563;
  font-family: "Lato", "sans-serif";
  font-size: 16px;
  line-height: 22px; }

article {
  text-align: left; }

h1,
h2 {
  color: #308F70;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px; }

h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 16px; }
  @media screen and (min-width: 767px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: 32px;
  font-weight: bold; }
  @media screen and (min-width: 767px) {
    h2 {
      font-size: 40px; } }
  @media screen and (min-width: 1023px) {
    h2 {
      margin-bottom: 40px; } }

h3 {
  color: #308F70;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px; }

p {
  margin-bottom: 24px; }

.u-hide {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .u-hide--s768 {
      display: none !important; } }

.u-show {
  display: block !important; }
  @media screen and (min-width: 768px) {
    .u-show--s768 {
      display: block !important; } }

.u-wrapper {
  height: 100%;
  padding: 70px 0 0; }
  @media screen and (min-width: 1024px) {
    .u-wrapper {
      padding: 76px 0 0; } }

.section--intro {
  background: white; }

.section--default {
  background: white; }

.section--darker {
  background: #f4f4f6; }

.u-section {
  padding: 56px 16px; }
  @media screen and (min-width: 767px) {
    .u-section {
      padding: 56px 24px; } }
  @media screen and (min-width: 1024px) {
    .u-section {
      padding: 80px 16px; } }
  .u-section--sm {
    padding: 56px 16px 40px; }
    @media screen and (min-width: 1024px) {
      .u-section--sm {
        padding: 56px 16px; } }

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

@media screen and (min-width: 1024px) {
  .section--intro .u-section {
    padding: 96px 16px; } }

.u-section--top0 {
  padding-top: 0; }

:root {
  --legal-header-color: #308F70;
  --legal-background-header: #D6E9E2; }

.header.legal {
  background-color: var(--legal-background-header); }

.main-legal {
  padding: 7rem 1rem 2rem;
  margin: 0 auto;
  max-width: 1024px; }

.main-legal h1 {
  color: var(--legal-header-color);
  font-size: 36px; }

.main-legal h2 {
  color: var(--legal-header-color);
  font-size: 24px; }

.main-legal ul {
  padding-left: 1.5rem;
  margin-bottom: 24px; }

.main-legal li {
  padding-left: .5rem;
  list-style-type: disc; }

@media screen and (min-width: 1023px) {
  .heading--centerd-md {
    text-align: center; } }

.images-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 8px; }

.image {
  width: 47%; }
  .image img {
    width: 100%; }

.card__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px; }

.card__stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 24px; }

.card-star {
  display: flex;
  align-items: center;
  justify-content: center; }
  .card-star svg {
    display: inline-block; }

.card__numbers {
  margin: -2px 0 0 0.5ch; }

.languages__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .languages__items {
      flex-wrap: nowrap; } }

.languages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem 1.5rem; }
  @media screen and (min-width: 768px) {
    .languages__item {
      padding: 0 1.5rem; } }

.requirements__items {
  list-style: none;
  color: #308F70;
  background: none; }
  @media screen and (min-width: 764px) {
    .requirements__items {
      display: flex;
      justify-content: center;
      gap: 16px; } }
  @media screen and (min-width: 1024px) {
    .requirements__items {
      justify-content: center;
      gap: 27px; } }

.requirements__link {
  align-items: center;
  border: solid 1px #bcbec7;
  border-radius: 8px;
  color: #535563;
  display: flex;
  justify-content: center;
  height: 103px;
  padding: 0 16px;
  min-width: 160px;
  max-width: 184px;
  text-decoration: none;
  margin: 0 auto 24px; }
  .requirements__link:hover, .requirements__link:focus, .requirements__link:active {
    color: #535563;
    text-decoration: none; }
  @media screen and (min-width: 1024px) {
    .requirements__link {
      margin: 0; } }

input[type="submit"],
button.button {
  display: block;
  text-align: center; }

button,
[role="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  padding: 16px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 100%; }
  button *,
  [role="button"] *,
  input[type="button"] *,
  input[type="reset"] *,
  input[type="submit"] * {
    pointer-events: none; }

.button {
  align-items: center;
  appearance: none;
  background: #308F70;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  margin: 16px auto;
  min-width: 260px;
  overflow: visible;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  vertical-align: top;
  width: auto;
  z-index: 1; }
  .button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .button:hover {
    background: #5BC8A4; }
  @media screen and (min-width: 1023px) {
    .button {
      min-width: auto;
      width: auto;
      padding: 14px; } }

form .button {
  width: 100%; }
  @media screen and (min-width: 1023px) {
    form .button {
      min-width: none;
      width: auto;
      padding: 14px; } }

@media screen and (max-width: 768px) {
  .header__contact.button__lite--s768 {
    background: #308F70;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 18px;
    text-transform: uppercase; } }

button:disabled,
.button:disabled,
.button--state-disabled {
  background: none;
  cursor: not-allowed;
  pointer-events: none; }

.header {
  background-color: white;
  font-family: "Lato", "sans-serif";
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 80px;
  display: flex;
  align-items: center;
  margin-left: auto; }
  .header__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1174px;
    padding: 0 16px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .header__wrapper {
        padding: 25px 25px; } }
    @media screen and (min-width: 1024px) {
      .header__wrapper {
        padding: 28px 16px; } }
  .header__logo {
    min-height: 20px;
    min-width: 10px; }
  .header__nav {
    font-size: 14px; }
    .header__nav ul {
      display: flex;
      list-style: none;
      flex-direction: row;
      margin-bottom: 0;
      padding-left: 0; }
      @media screen and (min-width: 768px) {
        .header__nav ul li:not(:last-child) {
          margin-right: 15px; } }
      @media screen and (min-width: 1024px) {
        .header__nav ul li:not(:last-child) {
          margin-right: 30px; } }
      .header__nav ul li a:not(.header__contact) {
        color: #308F70;
        font-weight: 500;
        text-decoration: none; }
      .header__nav ul li a:hover,
      .header__nav ul li a:active {
        text-decoration: underline; }
  .header__contact {
    text-decoration: none;
    color: white;
    border: none;
    font-weight: 400;
    padding: 0;
    text-transform: none; }
    @media screen and (min-width: 768px) {
      .header__contact {
        background: none;
        color: #308F70; } }

.phone, .address {
  align-items: center;
  display: flex;
  font-weight: bold;
  font-size: 14px;
  justify-content: center; }
  @media screen and (min-width: 1024px) {
    .phone, .address {
      justify-content: flex-start; } }

.header__phone svg {
  margin: -2px 0 0 0.5ch; }

.footer__phone, .footer__address {
  color: white;
  font-weight: normal;
  margin: 0 0 14px 0;
  letter-spacing: 0.26px; }
  .footer__phone svg, .footer__address svg {
    margin: 0 0.5ch 0 0; }
    .footer__phone svg path, .footer__address svg path {
      fill: white; }

.card {
  margin: 0 auto;
  max-width: 1142px; }
  .card__content {
    margin: 0 auto;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 1023px) {
      .card__content {
        text-align: left; } }
  .card__contact {
    text-align: left; }
    .card__contact h2 {
      text-align: center; }
  @media screen and (min-width: 1023px) {
    .card--left {
      margin: 0 auto 0 0; } }
  @media screen and (min-width: 1023px) {
    .card--right {
      margin: 0 0 0 auto; } }

.card--jumbotron .card__content {
  text-align: left; }

@media screen and (min-width: 1023px) {
  .card--jumbotron {
    margin: 0 auto;
    max-width: 1141px; }
    .card--jumbotron .card__content {
      position: relative; }
    .card--jumbotron .card__intro {
      max-width: 48%; }
    .card--jumbotron .card__image {
      position: absolute;
      max-width: 48%;
      top: 0;
      right: 0; } }

.section_intro {
  text-align: left; }

.card__article {
  text-align: left; }
  @media screen and (min-width: 767px) {
    .card__article {
      column-count: 2;
      column-gap: 24px; } }

@media screen and (min-width: 767px) {
  .card__article--columns {
    display: flex; } }

.svg-icon {
  display: inline-block;
  margin: auto; }

.card__image {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden; }
  .card__image img {
    width: 100%; }
  .card__image .image__desc {
    color: white;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    left: 1rem;
    bottom: 1rem; }
    .card__image .image__desc * {
      margin: 0;
      text-align: left; }
    .card__image .image__desc p {
      font-size: 18px;
      font-weight: bold; }

@media screen and (min-width: 764px) {
  .card__programs {
    display: flex;
    gap: 16px; } }

@media screen and (min-width: 1023px) {
  .card__programs {
    display: flex;
    gap: 27px; } }

ul {
  margin-bottom: 1rem;
  list-style: disc;
  padding-left: 1rem; }

.accordion {
  max-width: 945px;
  margin: 0 auto; }

.accordion__item {
  border: solid 1px #bcbec7;
  border-radius: 8px;
  margin: 0 0 1rem;
  text-align: left;
  position: relative; }

.accordion__button {
  align-items: flex-start;
  appearance: none;
  background: none;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  text-align: left; }

.accordion__title {
  font-weight: bold;
  padding: 0;
  z-index: 3; }

.accordion__content {
  padding: 0 1rem; }

.accordion .accordion__item button .icon {
  transition: all 0.4s ease; }

.accordion .accordion__item button[aria-expanded="true"] .icon {
  transform: rotateZ(-180deg); }

.accordion .accordion__item button[aria-expanded="true"] + .accordion__content {
  opacity: 1;
  max-height: 100vh;
  transition: all 200ms linear; }

.accordion__content {
  opacity: 0;
  max-height: 0;
  transition: opacity 200ms linear, max-height 200ms linear;
  z-index: 1; }

input[type="email"],
input[type="number"],
input[type="text"],
select,
select option,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #c9d2d4;
  border-radius: 4px;
  color: #858799;
  font-family: "Lato", "sans-serif";
  font-size: 16px;
  min-height: 40px;
  padding: 0 5px;
  width: 100%; }

.form {
  margin: 36px auto 0;
  max-width: 460px; }
  @media screen and (min-width: 768px) {
    .form__row {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .form__row .form__field {
      width: 31%; } }
  .form__field {
    margin-bottom: 15px; }
    .form__field label {
      display: block;
      margin-bottom: 8px; }
      .form__field label span {
        color: #dc3545; }
    .form__field .is-invalid {
      border-color: #dc3545 !important; }
    .form__field .just-validate-error-label {
      color: #dc3545 !important; }
  .form__message {
    color: green;
    display: block;
    margin-top: 30px;
    text-align: center; }

.footer {
  background-color: #535563;
  min-height: 20px;
  width: 100%; }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1280px;
    padding: 28px 15px; }
  .footer p {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    line-height: 120%;
    justify-content: center;
    margin-bottom: 15px; }
    .footer p svg {
      margin-right: 0.4rem; }
  .footer .social p {
    margin-bottom: 0; }
  .footer .social .social-links {
    display: flex;
    align-items: center;
    margin: 0 12px;
    gap: 0;
    padding: 0; }
    .footer .social .social-links a {
      display: block;
      margin: 0 4px; }
  @media screen and (min-width: 1024px) {
    .footer__wrapper {
      flex-direction: row;
      padding: 28px 112px; }
    .footer p {
      margin-bottom: 0; }
    .footer .phone {
      order: 2; }
    .footer .address {
      order: 1; }
    .footer .social {
      display: flex;
      align-items: center;
      order: 3; } }

.footer ul {
  color: white;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
  list-style: none; }

@media screen and (min-width: 768px) {
  .footer ul {
    gap: 4.5rem;
    margin-bottom: 0; } }

.footer ul li a {
  color: inherit;
  text-decoration: none; }
