.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../images/custom-checkbox-check.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navigation {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 15px;
}

#cookieConsentModal {
  background: #444;
  color: #fff;
  padding: 6px;
display: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.modal-body a{
  color: #b0d55d;
}
.modal-footer button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.modal-footer button:hover {
  background: #fff;
  color: #222;
}

.navbar-second {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fff;
}

.section {
  margin-bottom: 0px;
  padding-bottom: 100px;
  background-color: #b0d55d;
  background-image: url('../images/bg_element_second.png'), url('../images/bg_element.png');
  background-position: 60% 47%, 100% 100%;
  background-size: 220px, 880px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.landing-page-text-and-computer {
  width: 95%;
  max-width: 1200px;
  margin: 170px auto auto;
}

.body {
  background-color: #f5f4f6;
  font-family: Calibri, sans-serif;
}

.heading {
  margin-top: 0px;
  color: #fff;
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgba(94, 166, 23, 0.71);
}

.first-text-block {
  margin-bottom: 35px;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  text-shadow: 0 0 7px rgba(94, 166, 23, 0.71);
}

.button {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 60px;
  border-radius: 15px;
  background-color: #eb961d;
  font-family: Mali, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.button.padding-40 {
  padding: 10px 40px;
}

.button.padding-40.align-right {
  float: right;
  font-weight: 700;
}

.button.padding-40.width-240 {
  display: block;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.button.padding-40.width-250 {
  display: block;
  width: 250px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.button.padding-40.desktop-display-none {
  display: none;
}

.button.align-right {
  float: right;
}

.button.float-right {
  float: right;
}

.button.float-right.desktop-display-none {
  display: none;
}

.button.larger {
  margin-top: 30px;
  padding: 15px 65px;
  font-size: 18px;
  font-weight: 500;
}

.button.centered {
  display: block;
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.image {
  margin-top: 0px;
  padding-top: 0px;
  cursor: pointer;
}

.first-page-lesson-columns {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.column-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lesson-heading {
  font-family: Mali, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.lesson-description {
  font-size: 14px;
  text-align: center;
}

.why-online-section {
  background-image: url('../images/green-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.max-width-1200-px-block {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.text-call-to-action {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.text-call-to-action.align-center {
  margin-top: 70px;
  margin-bottom: 35px;
  text-align: center;
}

.features-text {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  font-family: Mali, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.block-for-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 170px;
  margin-top: 35px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.block-for-elements.height-120 {
  height: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.icon-for-benefits {
  padding-right: 10px;
  float: left;
  clear: none;
}

.icon-for-benefits.why-icons {
  padding-right: 20px;
}

.paragraph {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: right;
}

.first-page-video {
  padding-top: 70px;
  padding-bottom: 70px;
}

.youtube {
  margin-top: 15px;
}

.online-school-is-for-section {
  padding-bottom: 0px;
  background-image: url('../images/riga_siluet.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-blocks-for-elements {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.section-headings {
  margin-top: 0px;
  font-family: Mali, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-headings.white {
  color: #fff;
  text-align: center;
}

.section-headings.white.align-left {
  margin-top: 25px;
  font-size: 40px;
  text-align: left;
}

.section-headings.align-right {
  text-align: right;
  text-transform: none;
}

.cloud-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cloud-columns.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cloud-columns.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cloud-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/cloud.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.cloud-blocks.margin-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.clouds-columns-2-elements {
  padding-top: 60px;
}

.cloud-columns-large {
  margin-top: 25px;
  margin-bottom: 0px;
  padding-bottom: 160px;
}

.why-multibox-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #9fc542;
}

.why-multibox-element-header {
  display: block;
  margin-top: 15px;
  padding-top: 0px;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.why-multibox-element-text {
  font-family: Calibri, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

._3-blogs {
  width: 85%;
  max-width: 1020px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.blog-section {
  padding-top: 50px;
  padding-bottom: 30px;
}

.blog-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 320px;
  min-width: 240px;
  padding-bottom: 30px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background-color: #fff;
  font-family: Calibri, sans-serif;
}

.blog-heading {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Mali, sans-serif;
  font-weight: 700;
  text-align: center;
}

.blog-heading.size-36 {
  font-size: 36px;
}

.blog-short-description {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.blog-date {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 85px;
  margin-top: -45px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #ca619b;
  font-family: Mali, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.blog-date.color-green {
  background-color: #73ca61;
}

.blog-date.color-blue {
  background-color: #61b9ca;
}

.blog-month {
  font-size: 24px;
}

.blog-img {
  width: 100%;
  height: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.blog-parent-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.review-section {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
  background-image: url('../images/review_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.review-block {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.slider {
  background-color: hsla(0, 0%, 100%, 0);
}

.arrow-left {
  color: #b7d85d;
}

.arrow-right {
  color: #b7d85d;
}

.hr {
  width: 50px;
  height: 2px;
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8eae42), to(#8eae42));
  background-image: linear-gradient(180deg, #8eae42, #8eae42);
}

.hr.margin-12 {
  margin-left: 12px;
}

.parent-name {
  margin-top: 25px;
  margin-left: 12px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.review-column {
  width: 86%;
  margin-top: 95px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  background-color: #a8c76b;
  color: #333;
}

.footer-columns {
  display: block;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-text {
  float: none;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
}

.copyright {
  margin-top: 7px;
  float: left;
  color: #fff;
  font-size: 18px;
}

.footer-bottom {
  display: block;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8eae42;
}

.video-right-columns {
  padding-top: 35px;
  padding-right: 25px;
}

.nav-bar-riga {
  width: 700px;
  margin-bottom: 25px;
  padding-bottom: 28px;
  float: right;
  background-image: url('../images/riga.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-menu {
  clear: right;
  color: #b2b2b2;
  text-transform: uppercase;
}

.icons {
  width: 20px;
}

.lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding-top: 30px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid #fbd08d;
}

.lines.green-line {
  margin-left: 20px;
  border-top-color: #51bfa1;
}

.contactinfo {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.nav-link {
  padding: 10px 12px;
  color: #b2b2b2;
  font-size: 16px;
}

.nav-link.w--current {
  color: #948d94;
  font-weight: 700;
}

.nav-link.login {
  margin-left: 0px;
  padding: 10px 30px;
  border: 1px solid #a8ca57;
  border-radius: 15px;
  color: #838383;
  font-weight: 400;
}

.nav-link.reg {
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px none #a8ca57;
  border-radius: 15px;
  background-color: #a8ca57;
  color: #fff;
}

.logo {
  width: 185px;
  margin-top: 0px;
}

.brand {
  margin-top: 35px;
  clear: left;
}

.dropdown-toggle {
  padding: 10px 35px 10px 10px;
  font-size: 16px;
}

.down {
  font-size: 12px;
}

.languages {
  color: #333;
}

.page-main-info-header {
  background-color: #b0d55d;
  background-image: url('../images/bg_element_second.png');
  background-position: 80% -25%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.page-main-info-header.without-bg-element {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.main-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header {
  margin-top: 10px;
  font-family: Mali, sans-serif;
  color: #fff;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}

.page-header.color-333 {
  margin-bottom: 20px;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.page-header.color-333.align-right {
  float: right;
  text-align: right;
}

.page-header.color-333.size-30 {
  font-size: 30px;
  text-align: left;
  text-transform: none;
}

.page-header.color-333.align-left {
  text-align: left;
}

.page-description {
  width: 70%;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.page-description.color-333 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  line-height: 32px;
}

.about-us-columns {
  width: 95%;
  max-width: 1200px;
  margin-top: 65px;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.about-text {
  width: 80%;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.about-text.align-left {
  width: 100%;
  float: right;
  text-align: right;
}

.about-text.width-100 {
  width: 100%;
}

.column-in-right-side {
  padding-top: 5px;
  padding-bottom: 15px;
}

.section-with-silueth {
  padding-bottom: 65px;
  background-image: url('../images/riga_siluet_2.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.rules-paragraph {
  width: 90%;
  max-width: 1400px;
  margin: 60px auto;
  font-size: 20px;
  line-height: 32px;
}

.form-block {
  width: 100%;
  max-width: 500px;
  padding: 25px 25px 40px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.05);
}

.reg-header {
  margin-top: 10px;
  font-family: Mali, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.steps {
  float: right;
  font-size: 28px;
}

.text-field {
  height: 50px;
  margin-top: 30px;
  margin-bottom: 25px;
  border: 1px solid #e0e0e0;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.03);
}

.text-field.height-100 {
  height: 100px;
}

.submit-button {
  display: block;
  width: 240px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0px;
  clear: both;
  border-radius: 15px;
  background-color: #eb961d;
  font-family: Mali, sans-serif;
  font-size: 20px;
}

.link {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

.checkbox-label {
  font-size: 18px;
}

.checkbox-field {
  margin-top: 10px;
}

.reg-columns {
  width: 80%;
  max-width: 1200px;
  margin-top: 65px;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.reglog-page-info {
  margin-top: 45px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.airplane {
  margin-top: 22px;
}

.forgot-password {
  margin-top: 5px;
  margin-bottom: 15px;
  float: right;
  clear: none;
}

.logreg-page-link {
  color: #333;
  text-decoration: underline;
}

.cta-reg {
  margin-top: 35px;
  font-family: Mali, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.faq-h2-header {
  margin-bottom: 10px;
  font-family: Mali, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.middle-header {
  margin-top: 45px;
  font-family: Mali, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.middle-header.align-center {
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
}

.faq-answer {
  padding-top: 10px;
  padding-bottom: 35px;
  border-bottom: 1px dashed #d4d4d4;
  font-size: 18px;
  line-height: 28px;
}

.faq-section {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-color-333 {
  float: left;
  clear: both;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.button-text {
  margin-left: 10px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.learning-process-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin-top: 20px;
  padding: 12px 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 35px;
  background-color: #86a739;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.teacher-information-block {
  width: 90%;
  max-width: 1400px;
  margin: 60px auto;
  padding: 35px 50px 35px 30px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  background-image: url('../images/bg_for_teachers.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teacher-photo {
  width: 100%;
  height: 100%;
  max-width: 220px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 200px;
}

.teacher-photo.larger {
  display: block;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.apply-for-a-lesson {
  position: static;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #eb961d;
  font-family: Mali, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.techers-name {
  margin-top: 10px;
  float: left;
  clear: left;
  font-family: Mali, sans-serif;
  font-weight: 500;
}

.techers-name.color-white {
  color: #fff;
  font-size: 28px;
}

.lesson {
  padding-top: 4px;
  padding-left: 12px;
  float: left;
  clear: none;
  font-size: 16px;
}

.lesson.margin-25 {
  margin-top: 25px;
  padding-left: 20px;
  font-family: Mali, sans-serif;
  color: #b4b4b4;
  font-weight: 400;
}

.lesson.margin-25.mob-display-none {
  margin-top: 15px;
}

.about-teacher-icon {
  margin-top: 3px;
  margin-left: 7px;
  float: left;
}

.teacher-inormation-bold {
  font-size: 16px;
  font-weight: 700;
}

.teacher-inormation-bold.font-mali {
  font-family: Mali, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.teacher-information {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  clear: left;
}

.teacher-information.no-clear {
  clear: none;
}

.teacher-information.no-clear.color-white {
  margin-left: 25px;
}

.teacher-information.color-white {
  padding-bottom: 10px;
  color: #fff;
}

.learn-more-button {
  margin-top: 20px;
  float: left;
  clear: left;
  font-weight: 700;
}

.teacher-present-video {
  border: 1px none #000;
  border-radius: 20px;
}

.pers-cab-profile-pic-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.talking {
  padding-top: 4px;
  padding-left: 12px;
  float: left;
  font-size: 16px;
}

.kids-age {
  padding-top: 4px;
  padding-left: 12px;
  float: left;
  font-size: 16px;
}

.payment-page-div-block {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.lesson-time {
  font-family: Mali, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.hr-grey {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  border: 1px dashed #cbcbcb;
}

.columns-14 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  background-image: url('../images/apmaksa-bg.png');
  background-position: 0px -20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.time-for-abonement {
  font-family: Mali, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.price {
  margin-top: 40px;
  font-size: 30px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.price-for-lesson {
  font-size: 18px;
}

.choose-price-plan-button {
  margin-top: 35px;
  padding: 12px 30px;
  border-radius: 15px;
  background-color: #eb961d;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.09);
  font-family: Mali, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Mali, sans-serif;
  color: #ca619b;
  font-size: 20px;
  font-weight: 700;
}

.read-more-link {
  color: #ca619b;
  text-decoration: none;
}

.read-more-link.color-green {
  color: #73ca61;
}

.read-more-link.color-blue {
  color: #61b9ca;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.breadcrumb-text {
  color: #fff;
}

.blog {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-bottom: 44px;
  padding-left: 0px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background-color: #fff;
}

.blog-paragraph {
  padding: 20px 30px;
}

.share {
  margin-top: 10px;
  margin-left: 30px;
  float: left;
  font-weight: 700;
}

.span {
  font-family: Mali, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.planned-lesson-teacher {
  width: 90%;
  max-width: 1400px;
  margin: 45px auto 80px;
  padding: 35px 20px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}

.lesson-data-column {
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  float: none;
  clear: both;
  border-bottom: 1px dashed #d3d3d3;
}

.data {
  font-size: 18px;
}

.data.lesson-done {
  color: #afafaf;
}

.time {
  font-size: 18px;
}

.cancel {
  float: right;
  font-size: 18px;
}

.time-for-lesson {
  font-size: 18px;
}

.time-for-lesson.lesson-done {
  color: #afafaf;
}

.see-more-arrows {
  width: 20px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: left;
  -webkit-transform: rotate(9091deg);
  -ms-transform: rotate(9091deg);
  transform: rotate(9091deg);
  font-size: 24px;
  cursor: pointer;
}

.see-more-arrows.color-white {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 36px;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-block-cabinet {
  display: block;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-as-block {
  padding-top: 15px;
  padding-left: 0px;
  float: right;
  font-family: Mali, sans-serif;
  color: #fff;
  font-size: 18px;
}

.portret {
  width: 45px;
  margin-right: 10px;
  padding-right: 0px;
  float: right;
}

.edit-logout-columns {
  width: 280px;
  margin-top: 10px;
  float: right;
  clear: right;
}

.profile-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-column.line {
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 2px solid #fff;
}

.text-block-23 {
  color: #fff;
}

.icon-in-profile {
  margin-right: 9px;
}

.edit-profile {
  color: #fff;
  text-decoration: none;
}

.logoff {
  color: #fff;
  text-decoration: none;
}

.about-client-payments {
  margin-top: 90px;
  margin-bottom: 35px;
  clear: both;
}

.h3-heading {
  margin-top: 0px;
  font-family: Mali, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}

.lesson-description-in-cabinet {
  margin-left: 10px;
  padding-top: 0px;
  padding-left: 0px;
  font-family: Mali, sans-serif;
  color: #fff;
  font-size: 18px;
}

.lesson-description-in-cabinet.size-16 {
  margin-top: 5px;
  padding-top: 0px;
  padding-right: 10px;
  float: left;
  font-size: 16px;
}

.link-6 {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}

.information-about-teacher {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.column-in-left-side {
  display: block;
}

.lesson-data-column-hidden {
  display: none;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  float: none;
  clear: both;
  border-bottom: 1px dashed #d3d3d3;
}

.description {
  padding-top: 4px;
  padding-left: 20px;
  float: left;
  font-size: 18px;
}

.description-hidden {
  display: none;
}

.slider-2 {
  display: none;
}

.icons-footer {
  margin-top: 5px;
  margin-right: 8px;
  padding-right: 0px;
  float: left;
}

.soc-media-icons-footer {
  float: right;
}

.soc-icons {
  margin-right: 5px;
  margin-left: 5px;
}

.review-text {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 400;
}

.link-color-white {
  color: #fff;
  text-decoration: none;
}

.visa {
  margin-top: 10px;
  float: none;
  padding-right: 25px;
}

.back-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #eb961d;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
}

.back-to-top.w--current {
  position: fixed;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #eb961d;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.arrow {
  width: 20px;
  padding-bottom: 5px;
}

.quote {
  width: 75px;
}

.slider-3 {
  display: none;
}

.time-icon {
  width: 65px;
}

.teachername-info-in-mob {
  display: none;
}

.blog-link-block {
  width: 100%;
  height: 244px;
  max-width: 330px;
  min-width: 240px;
}

.link-with-no-style {
  color: #333;
  text-decoration: none;
}

.blog-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-justify-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  display: block;
  width: 1100px;
  max-width: 1400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.calendar-section {
  padding-top: 30px;
  padding-bottom: 37px;
  background-color: #fff;
}

.image-13 {
  display: none;
}

.soc-media-icons {
  margin-left: 5px;
  float: left;
}

.soc-media-img {
  width: auto;
  margin-right: 4px;
  margin-left: 4px;
  padding-left: 0px;
}

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

.dropdown-link {
  padding-left: 10px;
  background-color: transparent;
  color: #333;
}

.dropdown-list {
  background-color: hsla(0, 0%, 86.7%, 0.18);
}

.dropdown-list.w--open {
  background-color: #fff;
}

.video-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
}

.video-block {
  width: 50%;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
}

.close-button {
  position: relative;
  z-index: 9999;
  margin: -40px -40px 0px 0px;
  padding: 10px;
  float: right;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Mali, sans-serif;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.why-online-columns-padding-90 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-img-large {
  width: 100%;
}

.airplane-img {
  display: none;
}

.email-link {
  color: #333;
  text-decoration: none;
}

@media (max-width: 991px) {
  .navigation {
    display: block;
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .navbar-second {
    padding-top: 0px;
  }
  .section {
    padding-bottom: 50px;
    background-size: 220px, 600px;
  }
  .landing-page-text-and-computer {
    margin-top: 70px;
  }
  .heading {
    font-size: 28px;
    line-height: 34px;
  }
  .first-text-block {
    font-size: 24px;
    line-height: 28px;
  }
  .button.float-right {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .button.float-right.display-none {
    padding-right: 35px;
    padding-left: 35px;
  }
  .image {
    margin-top: 35px;
  }
  .lesson-heading {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .features-text {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
  .block-for-elements {
    height: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-for-benefits.why-icons {
    padding-right: 10px;
  }
  .section-headings.align-right {
    text-align: right;
    text-transform: none;
  }
  .cloud-blocks {
    width: 220px;
    height: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
  }
  .cloud-blocks.margin-50 {
    margin-top: 50px;
    font-size: 14px;
  }
  .cloud-columns-large {
    padding-bottom: 160px;
  }
  .why-multibox-element-header {
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .why-multibox-element-text {
    text-align: center;
  }
  ._3-blogs {
    width: 100%;
    min-width: auto;
  }
  .blog-post {
    width: 90%;
    min-width: 250px;
  }
  .blog-heading {
    font-size: 20px;
  }
  .review-block {
    width: 100%;
  }
  .footer-text {
    font-size: 14px;
  }
  .copyright {
    font-size: 14px;
  }
  .video-right-columns {
    padding-top: 0px;
  }
  .nav-bar-riga {
    display: none;
  }
  .nav-menu {
    background-color: #fff;
  }
  .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 45px;
    border-style: none;
    border-color: #73bd64;
    background-color: #fff;
    color: #333;
    font-weight: 700;
  }
  .nav-link.login {
    padding-left: 45px;
    border-style: none;
    border-radius: 0px;
    color: #333;
    font-weight: 700;
    white-space: normal;
  }
  .nav-link.reg {
    margin-left: 0px;
    padding-left: 45px;
    border-style: none;
    border-radius: 0px;
    background-color: #fff;
    color: #333;
  }
  .logo {
    width: 120px;
  }
  .brand {
    margin-top: 0px;
    clear: none;
  }
  .down {
    font-weight: 700;
  }
  .languages {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
  }
  .main-block {
    width: 99%;
    padding-top: 30px;
  }
  .page-header.color-333 {
    font-size: 28px;
  }
  .page-header.color-333.align-left {
    font-size: 24px;
  }
  .page-description {
    font-size: 18px;
  }
  .page-description.color-333 {
    width: 90%;
    font-size: 18px;
  }
  .about-text {
    width: 100%;
    font-size: 18px;
  }
  .section-with-silueth {
    padding-bottom: 0px;
  }
  .rules-paragraph {
    font-size: 18px;
  }
  .reg-columns {
    width: 100%;
  }
  .link-color-333 {
    float: left;
    clear: left;
  }
  .teacher-information-block {
    padding-right: 10px;
    padding-left: 0px;
  }
  .teacher-photo {
    width: 100px;
    height: 100px;
    max-width: 120px;
    min-height: 100px;
    min-width: 100px;
  }
  .teacher-photo.larger {
    width: 120px;
    height: 120px;
    min-height: 150px;
    min-width: 150px;
  }
  .apply-for-a-lesson {
    font-size: 14px;
  }
  .techers-name.float-right.mob-display-none {
    font-size: 18px;
  }
  .lesson {
    padding-left: 10px;
    float: left;
  }
  .talking {
    padding-left: 37px;
    float: none;
    font-size: 16px;
  }
  .kids-age {
    padding-left: 10px;
  }
  .price-block {
    margin-top: 15px;
  }
  .blog {
    padding-bottom: 25px;
  }
  .blog-paragraph {
    padding-right: 15px;
    padding-left: 15px;
  }
  .share {
    margin-left: 15px;
  }
  .cancel {
    text-align: right;
  }
  .menu-button {
    float: right;
    clear: none;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .icons-footer {
    margin-top: 8px;
  }
  .soc-icons {
    width: 30px;
  }
  .icon-3 {
    color: #333;
  }
  .image-12 {
    width: 90%;
  }
  .dropdown {
    float: none;
  }
}

@media (max-width: 767px) {
  .heading {
    text-align: center;
  }
  .first-text-block {
    text-align: center;
  }
  .button.padding-40 {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .button.padding-40.width-240 {
    margin-top: 15px;
  }
  .button.padding-40.mob-display-none {
    display: none;
  }
  .button.padding-40.desktop-display-none {
    display: block;
    margin-top: 50px;
  }
  .button.float-right {
    display: block;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
  }
  .button.float-right.display-none {
    display: none;
  }
  .button.mob-display-none {
    display: none;
  }
  .column-elements {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-call-to-action {
    text-align: center;
  }
  .block-for-elements {
    height: 200px;
    margin-top: 25px;
  }
  .paragraph {
    display: none;
  }
  .online-school-is-for-section {
    padding-bottom: 55px;
  }
  .section-headings {
    font-size: 36px;
  }
  .section-headings.white.align-left {
    text-align: center;
  }
  .section-headings.align-right {
    text-align: center;
  }
  .cloud-columns.align-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cloud-columns.align-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cloud-blocks.in-slider {
    margin-right: auto;
    margin-left: auto;
  }
  .clouds-columns-2-elements {
    display: none;
    padding-top: 35px;
  }
  .cloud-columns-large {
    display: none;
    margin-top: 0px;
    padding-bottom: 50px;
  }
  .blog-post {
    width: 320px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }
  .blog-parent-block {
    margin-bottom: 20px;
  }
  .slider {
    height: auto;
    padding-bottom: 40px;
  }
  .hr.margin-12 {
    margin-right: auto;
    margin-left: auto;
  }
  .parent-name {
    margin-top: 15px;
    margin-left: 0px;
    text-align: center;
  }
  .review-column {
    margin-top: 30px;
  }
  .footer-text {
    text-align: center;
  }
  .video-right-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header.color-333.align-right {
    float: none;
    text-align: center;
  }
  .page-header.color-333.size-30 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .page-header.color-333.align-left {
    text-align: center;
  }
  .about-us-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-us-columns.change {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-text {
    text-align: center;
  }
  .about-text.align-left {
    text-align: center;
  }
  .about-text.width-100 {
    font-size: 18px;
    text-align: center;
  }
  .column-in-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rules-paragraph {
    font-size: 16px;
  }
  .reg-columns {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .reglog-page-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .airplane {
    display: none;
  }
  .teacher-information-block {
    background-position: 0% -25%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .teacher-photo {
    width: 150px;
    height: 150px;
    max-width: 150px;
  }
  .techers-name.float-right.mob-display-none {
    text-align: left;
  }
  .lesson.margin-25.mob-display-none {
    padding-left: 14px;
    float: left;
  }
  .teacher-information.no-clear.color-white {
    margin-left: 0px;
    float: left;
    clear: left;
  }
  .learn-more-button {
    clear: left;
  }
  .teacher-present-video {
    margin-top: 25px;
  }
  .planned-lesson-teacher {
    padding-right: 10px;
    padding-left: 10px;
  }
  .lesson-data-column {
    padding-top: 30px;
  }
  .time {
    float: left;
  }
  .cancel {
    margin-top: 15px;
  }
  .portret {
    width: 25px;
    margin-top: 13px;
  }
  .edit-logout-columns {
    margin-top: 15px;
  }
  .h3-heading {
    margin-top: 50px;
    text-align: center;
  }
  .langing-section-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-in-left-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icons-footer {
    /*display: none;*/
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .review-text {
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
  }
  .back-to-top {
    background-color: #eb961d;
  }
  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-19 {
    margin-bottom: 40px;
  }
  .quote {
    width: 61px;
  }
  .slide-nav-buttons {
    display: none;
  }
  .slide-nav-3 {
    display: none;
  }
  .slider-3 {
    display: block;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 86.7%, 0);
  }
  .columns-20 {
    display: none;
  }
  .footer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .time-icon {
    display: block;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .link-with-no-style {
    text-align: left;
  }
  .blog-column.mobile-display-none {
    display: none;
  }
  .image-12 {
    display: none;
  }
  .image-13 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .video-popup {
    display: none;
  }
  .video-block {
    width: 90%;
  }
  .why-online-columns-padding-90 {
    padding-bottom: 35px;
  }
  .column-25 {
    margin-top: 20px;
  }
  .column-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .airplane-img {
    display: block;
  }
  .align-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rns-21 {
    margin-top: 35px;
  }
}

@media (max-width: 479px) {
  .section {
    padding-bottom: 60px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .landing-page-text-and-computer {
    margin-top: 60px;
  }
  .first-text-block {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .button.padding-40.mob-display-none {
    display: none;
  }
  .button.padding-40.desktop-display-none {
    margin-top: 15px;
  }
  .button.float-right {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .button.larger {
    margin-top: 0px;
  }
  .image {
    margin-top: 20px;
  }
  .column-elements {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .why-online-section {
    padding-bottom: 1px;
  }
  .text-call-to-action {
    font-size: 16px;
  }
  .block-for-elements {
    height: 220px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .block-for-elements.height-120 {
    height: 160px;
  }
  .icon-for-benefits.why-icons {
    padding-right: 16px;
  }
  .first-page-video {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .online-school-is-for-section {
    padding-bottom: 20px;
  }
  .div-blocks-for-elements {
    padding-bottom: 25px;
  }
  .section-headings {
    font-size: 30px;
  }
  .section-headings.white.align-left {
    font-size: 28px;
    text-align: center;
  }
  .section-headings.align-right {
    text-align: center;
  }
  .cloud-blocks.margin-50 {
    font-size: 16px;
  }
  .cloud-blocks.in-slider {
    width: 200px;
    height: 120px;
    margin: 15px auto;
    font-size: 14px;
  }
  .clouds-columns-2-elements {
    display: none;
  }
  .cloud-columns-large {
    display: none;
  }
  .blog-post {
    width: 280px;
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .blog-post.mob-display-none {
    display: none;
  }
  .blog-heading.size-36 {
    font-size: 18px;
    line-height: 24px;
  }
  .blog-parent-block {
    margin-top: 30px;
  }
  .copyright {
    margin-top: 10px;
  }
  .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .video-right-columns {
    padding-right: 10px;
  }
  .nav-link {
    padding-left: 25px;
  }
  .nav-link.login {
    padding-left: 25px;
  }
  .nav-link.reg {
    padding-left: 25px;
  }
  .dropdown-toggle {
    color: #333;
    text-align: right;
  }
  .main-block {
    padding-top: 35px;
  }
  .page-header {
    font-size: 24px;
    line-height: 38px;
  }
  .page-header.color-333 {
    font-size: 18px;
    font-weight: 500;
  }
  .page-header.color-333.align-right {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .page-header.color-333.size-30 {
    font-weight: 400;
    text-align: center;
  }
  .page-header.color-333.align-left {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .page-description {
    width: 90%;
    line-height: 24px;
  }
  .page-description.color-333 {
    font-size: 16px;
    line-height: 28px;
  }
  .about-text {
    font-size: 16px;
  }
  .about-text.align-left {
    float: none;
    font-size: 16px;
  }
  .about-text.width-100 {
    text-align: center;
  }
  .column-in-right-side {
    padding-top: 0px;
  }
  .rules-paragraph {
    width: 95%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
  }
  .form-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .reg-header {
    font-size: 18px;
  }
  .steps {
    font-size: 18px;
  }
  .text-field {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .submit-button {
    width: 220px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .link {
    font-size: 16px;
  }
  .checkbox-label {
    font-size: 16px;
  }
  .reg-columns {
    margin-top: 0px;
  }
  .reglog-page-info {
    margin-top: 10px;
  }
  .cta-reg {
    font-size: 16px;
  }
  .faq-h2-header {
    font-size: 28px;
  }
  .middle-header {
    font-size: 20px;
    font-weight: 400;
  }
  .middle-header.align-center {
    font-size: 18px;
  }
  .faq-answer {
    font-size: 14px;
  }
  .link-color-333 {
    float: none;
    clear: none;
  }
  .teacher-information-block {
    padding-right: 0px;
    padding-bottom: 42px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.41)), to(hsla(0, 0%, 100%, 0.41))), url('../images/bg_for_teachers.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.41), hsla(0, 0%, 100%, 0.41)), url('../images/bg_for_teachers.png');
    background-position: 0px 0px, 0% -100%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }
  .teacher-photo {
    width: 100px;
    height: 100px;
    max-width: 150px;
  }
  .apply-for-a-lesson {
    margin-top: 30px;
    padding-left: 15px;
    font-size: 14px;
  }
  .techers-name {
    float: none;
    text-align: center;
  }
  .techers-name.float-right {
    margin-top: 0px;
    font-size: 20px;
    text-align: left;
  }
  .techers-name.float-right.mob-display-none {
    display: none;
  }
  .lesson {
    padding-top: 0px;
    padding-left: 5px;
    float: none;
    font-size: 16px;
    text-align: left;
  }
  .lesson.margin-25 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .lesson.margin-25.mob-display-none {
    display: none;
  }
  .about-teacher-icon {
    display: none;
  }
  .teacher-inormation-bold {
    float: left;
  }
  .teacher-inormation-bold.font-mali {
    float: none;
    font-size: 16px;
    text-align: left;
  }
  .teacher-information {
    float: none;
    clear: left;
    text-align: center;
  }
  .teacher-information.no-clear.color-white {
    margin-left: 0px;
    float: none;
    text-align: left;
  }
  .teacher-information.color-white {
    float: none;
    clear: none;
  }
  .learn-more-button {
    margin-top: 25px;
    text-align: center;
  }
  .teacher-present-video {
    margin-top: 20px;
  }
  .pers-cab-profile-pic-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .talking {
    padding-top: 0px;
    padding-left: 5px;
    float: none;
    text-align: left;
  }
  .kids-age {
    padding-top: 0px;
    padding-left: 5px;
    float: none;
    text-align: left;
  }
  .payment-page-div-block {
    padding-bottom: 0px;
  }
  .lesson-time {
    font-size: 18px;
  }
  .price-columns {
    display: none;
  }
  .price-block {
    width: 225px;
    margin-right: auto;
    margin-left: auto;
  }
  .choose-price-plan-button {
    margin-top: 30px;
    font-size: 16px;
  }
  .blog-paragraph {
    padding-right: 10px;
    padding-left: 10px;
  }
  .span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .planned-lesson-teacher {
    width: 95%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .lesson-data-column {
    margin-top: 10px;
  }
  .login-as-block {
    float: right;
    font-size: 14px;
    text-align: right;
  }
  .portret {
    display: none;
    width: 30px;
    margin-top: 12px;
    margin-right: 8px;
    margin-left: 12px;
    float: right;
  }
  .edit-logout-columns {
    width: 230px;
    margin-top: 15px;
  }
  .profile-column {
    padding-left: 7px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .profile-column.line {
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .icon-in-profile {
    margin-right: 9px;
  }
  .description {
    padding-top: 3px;
    padding-left: 0px;
    float: none;
    text-align: left;
  }
  .slider-2 {
    display: block;
    margin-bottom: 70px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .slide-nav {
    display: none;
    margin-top: 0px;
    margin-bottom: -60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .soc-icons {
    width: 25px;
  }
  .back-to-top {
    background-color: #eb961d;
  }
  .right-arrow {
    margin-right: -23px;
    margin-left: 0px;
    color: #333;
  }
  .right-arrow.display-none {
    display: none;
  }
  .left-arrow {
    margin-left: -23px;
    color: #333;
  }
  .left-arrow.display-none {
    display: none;
  }
  .slide-nav-3 {
    display: none;
  }
  .slide-nav-3.show {
    display: block;
    margin-top: 0px;
    margin-bottom: -40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slider-3 {
    display: block;
    height: auto;
    background-color: hsla(0, 0%, 86.7%, 0);
  }
  .slider-arrow {
    font-size: 30px;
  }
  .columns-20 {
    display: none;
  }
  .column-23 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .teachername-info-in-mob {
    display: block;
    padding-left: 15px;
  }
  .column-justify-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .soc-media-img {
    width: 30px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .text-block {
    float: left;
    text-align: left;
  }
  .close-button {
    margin-right: -10px;
  }
  .why-online-columns-padding-90 {
    padding-top: 50px;
  }
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Mali';
  src: url('../fonts/Mali-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Mali';
  src: url('../fonts/Mali-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Mali';
  src: url('../fonts/Mali-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Mali';
  src: url('../fonts/Mali-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Mali';
  src: url('../fonts/Mali-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Mali';
  src: url('../fonts/Mali-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Mali';
  src: url('../fonts/Mali-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Mali';
  src: url('../fonts/Mali-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mali';
  src: url('../fonts/Mali-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}