.home #page.front-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
}

.front-page #main {
  padding: 0;
  background-size: contain;
  background-position: center top;
}

@media (min-width: 1200px) {
  .front-page #main {
    background: url("../images/backgroundSmileNew.png") no-repeat;
    background-size: contain;
    background-position: center top;
  }
}

.nav-front {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.nav-front.not-auth {
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .nav-front {
    padding: 20px 0 20px 80px;
  }
}

@media (min-width: 992px) {
  .nav-front .nav-item:nth-child(1) {
    max-width: 100%;
    width: auto;
  }

  .nav-front.not-auth .nav-item:nth-child(1) {
    max-width: 100%;
    width: auto;
  }
}

@media (min-width: 992px) {
  .nav-front .nav-item:nth-child(2) {
    max-width: 30%;
    width: 100%;
    text-align: center;
  }
}

.nav-front a {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}

.front-page .nav-front a {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}

.nav-front a:hover {
  color: #008ee0;
}

.nav-front ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-front.not-auth ul {
  width: 315px;
  justify-content: space-between;
}

.nav-front ul li {
  list-style: none;
}

.nav-front.auth {
  padding: 0;
  margin: 0;
}

.nav-front.auth .menu-header-rigth-menu-container ul li {
  text-align: center;
  display: block;
  width: 100%;
}

.front-link {
  padding: 5px 15px;
  border: 1px solid transparent;
  display: inline-block;
}

.front-link:hover {
  text-decoration: none;
}

.front-btn {
  font-family: "HelveticaNeue";
  display: inline-block;
  background: #ffc10d;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 10px 22px 6px 22px;
  color: #000000;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  font-weight: normal !important;
  box-sizing: border-box;
}

.nav-front .front-btn:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #000000;
}

.header-main {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  align-items: center;
}

@media (min-width: 1200px) {
  .header-main {
    flex-direction: row;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .header-main .header-content {
    max-width: 70%;
    width: 100%;
  }
}

.header-main .header-sidebar {
  text-align: center;
}

@media (min-width: 1200px) {
  .header-main .header-sidebar {
    max-width: 30%;
  }
}

.header-sidebar .homeschool {
  max-width: 350px;
  width: 100%;
}

@media (min-width: 992px) {
  .header-sidebar .homeschool {
    max-width: 350px;
  }
}

@media (min-width: 1200px) {
  .header-sidebar .homeschool {
    max-width: 100%;
  }
}

/*Home main*/

.home-main {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

@media (min-width: 1200px) {
  .home-main {
    flex-direction: row;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .home-main .home-content {
    max-width: 70%;
    width: 100%;
  }
}

.front-logo {
  max-width: 350px;
  width: 100%;
}

@media (min-width: 992px) {
  .front-logo {
    max-width: 350px;
  }
}

@media (min-width: 1200px) {
  .front-logo {
    width: auto;
    max-width: 100%;
    max-height: 100px;
  }
}

.home-main .home-sidebar {
  position: relative;
}

@media (min-width: 1200px) {
  .home-main .home-sidebar {
    max-width: 30%;
    width: 100%;
  }
}

.home-main .home-sidebar .home-block {
  padding-top: 30px;
}

.login-form {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .login-form {
    width: 100%;
  }
}

.login-form .error {
  color: red;
  margin: 0;
}

.login-form label {
  font-family: "HelveticaNeue";
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-left: 10px;
  display: inline-block;
  color: #000000;
}

.login-form input {
  width: 100%;
  padding: 14px 15px 14px 15px !important;
  box-sizing: border-box;
  border: 1px solid #000000;
  outline: none;
  box-shadow: none;
  background: #ffffff;
  font-size: 15px;
}

.login-form input[placeholder] {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.75);
}

.login-form input::-moz-placeholder {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.75);
}

.login-form input:-moz-placeholder {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.75);
}

.login-form input:-ms-input-placeholder {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.75);
}

.login-form .visible-password {
  position: absolute;
  right: 25px;
  top: 71%;
  transform: translateY(-71%);
  display: block;
  line-height: 1;
  cursor: pointer;
  font-size: 14px;
  color: #008ee0;
  font-weight: bold;
}

.login-form .line-field {
  position: relative;
  margin-bottom: 20px;
}

.login-form .button-primary {
  font-family: "HelveticaNeue";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 25px;
  font-weight: normal;
  cursor: pointer;
  background: #008ee0;
  border: 1px solid #008ee0;
  color: #ffffff;
  padding: 14px 0 11px 0 !important;
  box-sizing: content-box;
  line-height: 1;
  border-radius: 0;
}

.login-form .button-primary:hover {
  opacity: 0.8;
}

.login-form .login-forgot {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  margin: -5px 0 11px 10px;
}

.login-form .login-forgot a {
  font-family: "HelveticaNeue";
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  color: #008ee0;
}

.login-form .login-forgot a:hover {
  color: #008ee0;
}

.login-form .login-sign {
  margin-bottom: 20px;
  text-align: center;
}

.login-form .btn-sign {
  font-family: "HelveticaNeue";
  font-size: 25px;
  font-weight: normal;
  cursor: pointer;
  background: #ffbb00;
  color: #000000;
  padding: 14px 10px 11px 10px;
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #000000;
  width: 100%;
  max-width: 220px;
}

.login-form .btn-sign:hover {
  opacity: 0.8;
}

.login-form-info {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  letter-spacing: 2px;
}

.loginform-info {
  text-align: center;
  padding-top: 10px;
}

.loginform-info p {
  font-family: "HelveticaNeue";
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0;
  color: #000000;

}

@media (min-width: 992px) {
  .loginform-info p {
    white-space: pre;
  }
}

.loginform-info span {
  font-weight: bold;
}

.loginform-info b {
  color: #008ee0;
}

.main-text {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  height: 63%;
}

.main-text p {
  position: relative;
  font-size: 53px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.main-text p:after {
  content: '';
  display: block;
  background: url("../images/africa.png") no-repeat;
  position: absolute;
  right: -100px;
  top: 0;
  width: 136px;
  height: 115px;
  background-size: contain;
}

.main-text p span {
  font-size: 35px;
  font-weight: 300;
}

.main-text .title {
  font-size: 36px;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .main-text {
    display: flex;
    justify-content: flex-start;
  }
}

.mobile-text {
  margin-top: 10px;
  margin-bottom: 20px;
}

.mobile-text p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.mobile-text .title {
  font-size: 22px;
}

.mobile-text span {
  position: relative;
  font-size: 22px;
}

.mobile-text p .after:after {
  content: '';
  display: block;
  background: url("../images/africa.png") no-repeat;
  position: absolute;
  right: -56px;
  top: -50px;
  width: 80px;
  height: 82px;
  background-size: contain;
}

@media (min-width: 1200px) {
  .mobile-text {
    display: none;
  }
}

.home-widget {
  font-size: 15px;
}

.t-shirt {
  font-size: 15px;
}

.t-shirt .text {
  font-size: 15px;
}

.t-shirt a {
  display: block;
  text-decoration: none;
}

.t-shirt .store {
  font-weight: bold;
  display: block;
  position: relative;
  top: 0;
}

.t-shirt .love {
  margin-top: 50px;
}

.t-shirt .footer-name {
  margin-top: 15px;
  margin-bottom: 10px;
}

.t-shirt .soc a {
  display: inline-block;
}

.frm_forms .frm-show-form .frm_form_fields .custom-btn input[type="submit"] {
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  background: #ffbb00 !important;
  color: #000000;
  padding: 8px 22px 5px 22px !important;
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #000000;
  width: auto;
  text-align: center;
}

.frm_forms .frm-show-form .frm_form_fields .frm_final_submit[type="submit"] {
  font-family: "HelveticaNeue";
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  appearance: none;
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
  background: #008ee0;
  border: 1px solid #008ee0;
  color: #ffffff;
  padding: 8px 22px 5px 22px !important;
  box-sizing: content-box;
  line-height: 1;
  border-radius: 0;
  width: auto;
  text-align: center;
  vertical-align: middle;
}

#page .tml-register .tml-submit-wrap .tml-button[type=submit] {
  font-family: "HelveticaNeue";
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
  background: #ffbb00;
  color: #000000;
  padding: 10px 22px 6px 22px;
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #000000;
  width: auto;
  text-align: center;
}

#page .tml-login .tml-submit-wrap .tml-button[type=submit] {
  border: 1px solid #008ee0;
  font-size: 15px;
  border-radius: 0;
  padding: 8px 22px 8px 22px;
  line-height: 1;
  cursor: pointer;
}

#page .tml-login label, #page .tml-register label, #page .tml-register .description {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Fira Sans', Ubuntu, Oxygen, 'Oxygen Sans', Cantarell, 'Droid Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.75);
}

.info-fold {
  font-weight: 400;
  margin: 40px auto 0 auto;
  padding: 20px;
}

@media (min-width: 1200px) {
  .info-fold {
    padding: 15px 0 0 0;
  }
}

.info-fold + p {
  line-height: 1.8;
  font-size: 15px;
}

.info-box {
  font-size: 21px;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 20px;
  background: #f2f2f2;
  color: #000000;
  border-radius: 8px;
  box-sizing: border-box;;
}

@media (min-width: 1200px) {
  .info-box {
    padding: 20px 20px 20px 30px;
    flex-direction: row;
  }
}

.info-box ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: disc;
}

.info-box ul li {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .info-box ul li {
    margin-bottom: 0;
  }
}

.info-box p {
  line-height: 1.3;
}

.info-box .col:nth-child(1) {
  flex: 1 0 35%;
  order: 2;
}

@media (min-width: 1200px) {
  .info-box .col:nth-child(1) {
    order: 1;
    text-align: left;
  }
}

.info-box .col:nth-child(2) {
  flex: 1 0 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  order: 1;
  text-align: center;
}

@media (min-width: 1200px) {
  .info-box .col:nth-child(2) {
    font-size: 38px;
  }
}

.info-box .col:nth-child(2) p {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .info-box .col:nth-child(2) p {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .info-box .col:nth-child(2) {
    order: 2;
    text-align: left;
  }
}

.smile-and-heart {
  height: 36px;
}
