:root {
  --orange: #ff530f;
  --_style---white: white;
  --_style---text: #3f3f3f;
  --_style---dark-orange: #961a2c;
  --_style---orange: #a51d31;
  --white: #fff;
  --_style---grey: #949494;
  --_style---sand: #ffece7;
  --_style---cloud: #e7efff;
  --_style---blue: #1a58d4;
  --_style---fresh: #e6f7e5;
  --_style---green: #31a327;
  --_style---bordeaux: #a51d32;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header-style {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo-header {
  object-fit: cover;
}

.nav {
  grid-column-gap: 0px;
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav:hover {
  color: var(--orange);
}

.nav-button {
  color: var(--_style---text);
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.nav-button:hover {
  color: var(--_style---dark-orange);
}

.nav-button.w--current {
  color: var(--_style---orange);
}

.lang {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
}

.main {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 620px;
  min-height: 620px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  height: 620px;
  padding-bottom: 56px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.title-style {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70%;
  text-decoration: none;
  display: flex;
}

.title {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Raleway, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
  text-decoration: none;
}

.subtile {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.subtile.announce {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.header {
  z-index: 99;
  background-color: var(--_style---white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.btn-medium {
  background-color: var(--_style---orange);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.btn-medium:hover {
  background-color: var(--_style---dark-orange);
}

.btn-text {
  color: #fff;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.btn-text:hover {
  color: var(--white);
}

.btn-text.lang {
  color: var(--_style---text);
}

.btn-text.lang:hover {
  color: var(--_style---dark-orange);
}

.price {
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  overflow: hidden;
}

.section-title-content {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 744px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.section-title {
  color: var(--_style---text);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.section-subtitle {
  color: #3f3f3f;
  text-align: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.all-features {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  text-decoration: none;
  display: flex;
}

.icon {
  background-color: #ffece7;
  background-image: url('../images/Icon-1.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.rocket-launch {
  object-fit: none;
  overflow: hidden;
}

.feature-content {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph-title {
  color: var(--_style---text);
  width: 100%;
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.paragraph-title.fee {
  color: var(--_style---orange);
  text-align: center;
  margin-top: 24px;
}

.paragraph {
  color: var(--_style---text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.paragraph.footer {
  color: var(--_style---white);
  text-align: center;
  position: static;
}

.paragraph.food {
  color: var(--_style---grey);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1128px;
  display: flex;
}

.schools {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
}

.primary-school {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  text-decoration: none;
  display: flex;
}

.ps-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_style---sand);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-flow: column;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.ps-title {
  color: var(--_style---orange);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.ps-subtitile {
  color: var(--_style---text);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.price-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1.5px solid #ffece7;
  border-top-width: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 610px;
  padding: 24px;
  display: flex;
}

.program {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.price-program {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: var(--_style---text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.art-reading {
  color: #3f3f3f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

._1-4---5-6 {
  color: #3f3f3f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.price-block {
  grid-row-gap: 8px;
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--_style---cloud) var(--_style---orange) var(--_style---orange);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.prices {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.price-classes {
  color: var(--_style---grey);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.price-classes.message {
  color: var(--_style---orange);
  text-align: center;
  margin-top: 8px;
  font-weight: 600;
  line-height: 18px;
}

.price-ps {
  color: var(--_style---orange);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.price-ps.food {
  font-size: 20px;
  line-height: 20px;
}

._1-4---5-6---0 {
  color: #3f3f3f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.secodary-school {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  text-decoration: none;
  display: flex;
}

.ss-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_style---cloud);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-flow: column;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.ss-title {
  color: var(--_style---blue);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.price-ss {
  color: var(--_style---blue);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.price-block-ss {
  grid-row-gap: 8px;
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--_style---cloud) var(--_style---grey) var(--_style---blue) var(--_style---blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.prices-ss {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: block;
}

.high-school {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  text-decoration: none;
  display: flex;
}

.hs-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_style---fresh);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-flow: column;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.hs-title {
  color: var(--_style---green);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.price-ss-copy {
  color: var(--_style---green);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.features {
  grid-row-gap: 56px;
  border-style: solid none;
  border-width: 1px;
  border-color: #dbdbdb var(--_style---grey) #dbdbdb;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  overflow: hidden;
}

.features-section-title {
  color: var(--_style---text);
  text-align: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.submit {
  grid-row-gap: 56px;
  background-color: var(--_style---sand);
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  overflow: hidden;
}

.form-block {
  width: 50%;
  display: block;
}

.text-field {
  border: 1px solid var(--_style---orange);
  background-color: var(--_style---white);
  color: var(--_style---text);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
}

.field-title {
  color: var(--_style---text);
  margin-bottom: 8px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.form {
  color: var(--_style---text);
  font-family: Raleway, sans-serif;
}

.form-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.text-success {
  color: var(--_style---text);
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
}

.success-message {
  background-color: var(--_style---fresh);
}

.text-block-2 {
  color: var(--_style---orange);
  text-align: center;
  font-family: Raleway, sans-serif;
}

.form-half {
  flex: 1;
}

.number-input-dropdown-list {
  overflow-y: overlay;
  max-height: 23rem;
  padding-left: 0;
  list-style-type: none;
}

.form-fields-searchable-dropdown-input {
  border-style: none;
  outline-style: none;
  width: 100%;
  position: relative;
}

.number-input-search-field {
  border-bottom: 1px solid #ccc;
  padding: 8px 12px;
}

.number-input-dropdown {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  display: none;
  position: absolute;
  top: 38px;
}

.number-input-field {
  border: 1px solid #0000;
  outline-style: none;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
}

.number-input-field:hover {
  -webkit-appearance: none;
  appearance: none;
}

.number-input-icon-wrapper {
  cursor: pointer;
  align-items: center;
  column-gap: 5px;
  padding: 8px;
  display: flex;
}

.full-width-relative-position {
  background-color: inherit;
  width: 100%;
  position: relative;
}

.number-input-wrapper {
  border: 1px solid #ccc;
  align-items: center;
  display: flex;
}

.dropdown-label {
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 14px;
  display: block;
}

.form-fields-wrapper {
  background-color: inherit;
}

.form-fields-margin-bottom {
  margin-bottom: 10px;
}

.position-absolute {
  position: absolute;
}

.date-input-icon {
  height: auto;
  padding: 10px 12px 8px;
  inset: 0% 0% 0% auto;
}

.form-fields-dropdown-toggler {
  color: #333;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: flex;
}

.form-fields-dropdown-wrapper {
  background-color: inherit;
  width: 100%;
  position: relative;
}

.bg-white {
  border-color: var(--_style---orange);
  background-color: #fff;
  border-radius: 8px;
  height: 48px;
}

.typeform-wrapper-xx2swkgq {
  justify-content: center;
  align-items: center;
  height: 500px;
}

.form-button {
  background-color: var(--_style---orange);
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.form-button:hover {
  background-color: var(--_style---dark-orange);
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.about {
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  overflow: hidden;
}

.about-content {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.about-title {
  color: var(--_style---text);
  text-align: left;
  width: 90%;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  text-decoration: none;
}

.about-title.contact {
  font-size: 32px;
  line-height: 40px;
}

.about-subtitle {
  color: #3f3f3f;
  text-align: left;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.about-subtitle.adress {
  margin-bottom: 24px;
  font-weight: 500;
}

.div-block {
  width: 50%;
}

.steps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.image {
  border-radius: 16px;
  width: 100%;
}

.contacts {
  grid-row-gap: 56px;
  background-color: var(--_style---white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  overflow: hidden;
}

.footer {
  background-color: var(--_style---orange);
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.social {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--_style---white);
  font-family: Raleway, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link-social {
  cursor: pointer;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-3 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 41%;
  display: flex;
}

.announce-title {
  color: #fff;
  width: 90%;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.announce-title.announce {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.announce-subtitle {
  color: var(--white);
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.two-prices {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.btn-lang {
  border: 1px solid var(--_style---grey);
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.btn-lang:hover {
  border-color: var(--_style---orange);
  background-color: #0000;
}

.food-block {
  grid-row-gap: 8px;
  border: 1px none var(--_style---sand);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.howto {
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  overflow: hidden;
}

.text-span, .text-span-2 {
  color: var(--_style---orange);
  font-weight: 600;
}

.step-list {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.step-list.list {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.partners-logos, .faq-questions {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  text-decoration: none;
  display: flex;
}

.container-regular {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-rounded {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-bg.text-weight-bold {
  font-weight: 700;
}

.faq-divider {
  background-color: #d5d9e2;
  width: 100%;
  height: .5px;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-600 {
  color: #525f75;
}

.faq {
  z-index: auto;
  background-color: #f6f7f9;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.faqs {
  padding: 96px 5%;
  position: relative;
}

.faqs.background-gray {
  background-color: #f6f7f9;
  padding-top: 64px;
  padding-bottom: 64px;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.faq-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f6f7f9;
  border: .5px solid #d5d9e2;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.faq-button {
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.button-text {
  z-index: 1;
  position: relative;
}

.faq-content {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: relative;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.faq-title {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.faq-icon {
  color: #23272f;
  background-color: #edeff3;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.partners {
  grid-row-gap: 56px;
  border-style: solid none;
  border-width: 1px;
  border-color: #dbdbdb var(--_style---grey) #dbdbdb;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  overflow: hidden;
}

.text-span-3 {
  color: var(--_style---orange);
  font-weight: 500;
}

.text-span-4 {
  font-weight: 600;
}

.lang-nav {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
}

@media screen and (max-width: 991px) {
  .header-style {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav {
    background-color: var(--_style---white);
    flex-flow: row;
  }

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

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .title-style {
    max-width: 1000%;
  }

  .subtile {
    line-height: 24px;
  }

  .price {
    padding-left: 5%;
    padding-right: 5%;
  }

  .all-features {
    flex-flow: wrap;
  }

  .feature {
    flex-flow: row;
    width: 100%;
    max-width: 333px;
  }

  .schools {
    flex-flow: wrap;
  }

  .primary-school {
    max-width: 330px;
  }

  .price-content {
    height: 570px;
  }

  .secodary-school, .high-school {
    max-width: 330px;
  }

  .features, .submit {
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-block {
    width: 100%;
  }

  .menu-button {
    background-color: var(--_style---white);
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon-2 {
    color: var(--_style---bordeaux);
  }

  .icon-2:hover {
    color: var(--_style---orange);
  }

  .navbar {
    z-index: 2;
    background-color: #0000;
    position: absolute;
    inset: 0%;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .about {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-content {
    flex-flow: column;
  }

  .about-title {
    text-align: center;
    width: 100%;
  }

  .about-title.contact {
    text-align: center;
  }

  .about-subtitle {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block {
    width: 100%;
  }

  .steps {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .contacts, .footer-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .announce-title {
    line-height: 24px;
  }

  .howto {
    padding-left: 5%;
    padding-right: 5%;
  }

  .step-list {
    flex-flow: row;
    width: 100%;
  }

  .code-embed {
    width: 100%;
    max-width: 100%;
  }

  .partners-logos {
    flex-flow: wrap;
    width: 100%;
  }

  .faq-questions {
    flex-flow: wrap;
  }

  .partners {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 48px;
    line-height: 48px;
  }

  .subtile {
    font-size: 20px;
  }

  .price {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-title-content {
    padding-bottom: 40px;
  }

  .section-subtitle {
    color: var(--_style---text);
    width: 100%;
  }

  .feature {
    max-width: 100%;
  }

  .feature-icon.partner {
    width: 30%;
  }

  .primary-school {
    max-width: 100%;
  }

  .price-content {
    height: auto;
  }

  .secodary-school, .high-school {
    max-width: 100%;
  }

  .features {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .features-section-title {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }

  .submit {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .form-row {
    flex-flow: wrap;
  }

  .form-row.last {
    flex-flow: column;
  }

  .form-half {
    width: 100%;
  }

  .about {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about-content {
    padding-bottom: 40px;
  }

  .about-title {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .about-subtitle {
    color: var(--_style---text);
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .contacts {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-2, .image-3, .image-4 {
    width: 24px;
  }

  .div-block-3 {
    width: 70%;
  }

  .announce-title {
    font-size: 20px;
  }

  .howto {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .step-list {
    max-width: 100%;
  }

  .partners-logos {
    width: 100%;
  }

  .faqs {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .partners {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    z-index: 2;
    position: absolute;
  }

  .lang {
    display: none;
  }

  .container {
    padding-bottom: 32px;
  }

  .title {
    font-size: 40px;
  }

  .subtile {
    font-size: 16px;
    line-height: 20px;
  }

  .btn-medium, .btn-text.lang {
    display: block;
  }

  .price {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-title {
    font-size: 28px;
    line-height: 32px;
  }

  .section-subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph.footer {
    justify-content: center;
    align-items: flex-start;
  }

  .feature-icon.partner {
    width: 40%;
  }

  .price-content {
    padding: 16px;
  }

  .price-ps, .price-ss, .price-ss-copy {
    font-size: 32px;
    line-height: 32px;
  }

  .features-section-title {
    font-size: 28px;
    line-height: 32px;
  }

  .submit {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-button {
    z-index: 2;
    color: var(--_style---text);
    position: relative;
    right: -35%;
  }

  .menu-button:hover {
    background-color: var(--_style---white);
    color: var(--_style---orange);
  }

  .menu-button.w--open {
    background-color: var(--_style---white);
  }

  .icon-2 {
    color: var(--_style---bordeaux);
  }

  .icon-2:hover {
    color: var(--_style---orange);
  }

  .navbar {
    background-color: #0000;
    position: absolute;
    inset: 0%;
  }

  .about-content {
    padding-bottom: 0;
  }

  .about-title {
    font-size: 28px;
    line-height: 32px;
  }

  .about-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .footer {
    justify-content: center;
    align-items: flex-start;
  }

  .social {
    display: flex;
  }

  .footer-content {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .div-block-3 {
    width: 100%;
  }

  .announce-title {
    font-size: 16px;
    line-height: 20px;
  }

  .btn-lang {
    display: block;
  }

  .div-block-4 {
    flex-flow: column;
    display: flex;
  }

  .lang-nav {
    flex-flow: row;
    margin-top: 8px;
    margin-bottom: 16px;
    display: flex;
  }
}


