* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Roboto', sans-serif;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
input {
  font-size: 23px;
  color: #646868;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
textarea {
  font-size: 23px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
button {
  cursor: pointer;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear {
  clear: both;
}
#wrapper {
  width: 1180px;
}
#header {
  width: 100%;
  background: #04c3da;
}
#header-inner {
  /*height: 140px;*/
}
#header-inner .header-content {
  width: 1180px;
  margin: 0 auto;
  height: 80px;
  overflow: hidden;
  padding: 10px 0;
}
#header-inner .header-content > div {
  width: 33.33%;
  float: left;
}
#header-inner .header-content .phone {
  text-align: center;
  margin-top: 6px;
}
#header-inner .header-content .phone-inner {
  margin-left: -40px;
}
#header-inner .header-content .phone-inner .call-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('../images/call.png') no-repeat;
  margin-right: 12px;
}
#header-inner .header-content .phone-inner .part-1 {
  font-size: 26px;
  color: #fff;
}
#header-inner .header-content .phone-inner .part-2 {
  font-size: 36px;
  color: #000;
}
#header-inner .navigation {
  border-top: 1px solid #22e0f7;
}
#header-inner .navigation-inner {
  width: 1180px;
  margin: 0 auto;
}
#header-inner .navigation-inner ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 23px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  line-height: 58px;
  font-weight: 100;
}
#header-inner .navigation .request-call {
  display: none;
}
#header-inner .navigation .request-call button {
  float: left;
  width: 150px;
  height: 30px;
  margin: 5px 0;
  font-size: 14px;
}
.request-call button {
  width: 280px;
  height: 40px;
  float: right;
  margin: 10px 0;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 23px;
  color: #011f23;
}
#top-form {
  width: 100%;
  height: 590px;
  background: url('../images/bg.png') no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
#top-form-inner {
  width: 1180px;
  margin: 0 auto;
}
#top-form-inner .order-lesson {
  width: 800px;
  margin: 20px auto 0;
  overflow: hidden;
}
#top-form-inner .order-lesson > div {
  width: 400px;
  padding: 10px;
}
#top-form-inner .order-lesson .alert-info {
  margin-top: 42px;
  padding: 4px;
  border-radius: 4px;
}
#top-form-inner .order-lesson input {
  width: 380px;
  height: 40px;
  margin-bottom: 20px;
}
#top-form-inner .order-lesson input.required {
  border: 1px solid #df1616;
}
#top-form-inner .order-lesson button {
  margin-top: 36px;
  width: 372px;
  height: 92px;
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  color: #011f23;
  text-shadow: 0 1px rgba(255, 255, 255, 0.74);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffd202;
  border: 0;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
  padding: 0 20px;
  outline: none!important;
  margin-left: 2px;
}
#top-form-inner .slogan {
  overflow: hidden;
  padding-top: 20px;
}
#top-form-inner .slogan > div {
  width: 590px;
}
#top-form-inner .slogan-left {
  text-align: right;
  float: right;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  margin-right: 30px;
}
#top-form-inner .slogan-right {
  position: relative;
  text-align: left;
  float: left;
  font-size: 56px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  font-weight: 100;
  margin-left: 30px;
}
#top-form-inner .slogan-right:before {
  content: '';
  width: 4px;
  height: 174px;
  background: #fff;
  position: absolute;
  top: 13px;
  left: -31px;
}
#top-form:after {
  clear: both;
}
.triggers {
  width: 1130px;
  margin: -130px auto 0;
}
.triggers .trigger {
  float: left;
  margin-left: 145px;
  width: 280px;
  height: 290px;
  background: #8734f7;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-box-shadow: 9px -11px 40px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 9px -11px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 9px -11px 40px rgba(0, 0, 0, 0.25);
  font-size: 23px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
.triggers .trigger.trigger-1 {
  background-color: #10a7c7;
  margin-left: 0;
}
.triggers .trigger.trigger-2 {
  background-color: #04c3da;
}
.triggers .trigger.trigger-3 {
  background-color: #06d5ee;
}
.triggers .trigger .trigger-text {
  text-align: center;
  -webkit-transform: skewY(6deg);
  -moz-transform: skewY(6deg);
  -o-transform: skewY(6deg);
  transform: skewY(6deg);
}
.triggers .trigger .trigger-text p {
  margin: 35px 0;
}
.triggers .trigger .trigger-text img {
  margin-top: 30px;
}
#teachers {
  background: #f9fdfd;
  border-top: 1px solid #dfe3e4;
  border-bottom: 1px solid #dfe3e4;
  margin-top: 80px;
  padding: 20px 0;
}
#teachers-inner {
  width: 1180px;
  margin: 0 auto;
}
#teachers-inner .teachers-block-title {
  font-size: 46px;
  color: #011f23;
  margin: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
#teachers-inner .teachers .teachers-name {
  margin: 0 0 5px;
  font-size: 23px;
  color: #39c;
  font-weight: 400;
}
#teachers-inner .teachers-item {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  overflow: hidden;
}
#teachers-inner .teachers-item-left {
  position: relative;
  background: #f4f8fa;
  width: 200px;
  /*height: 415px;*/
  padding: 20px;
  float: left;
}
#teachers-inner .teachers-item-left .teachers-name {
  display: none;
}
#teachers-inner .teachers-item-left .teacher-avatar {
  width: 160px;
  /*height: 202px;*/
  border-radius: 3px;
}
#teachers-inner .teachers-item-left .teacher-avatar img {
  width: 160px;
  max-height: 216px;
}
#teachers-inner .teachers-item-left .check-list {
  margin-top: 25px;
}
#teachers-inner .teachers-item-left .check-list-item {
  position: relative;
  font-size: 14px;
  color: #6c6f6f;
  padding-left: 29px;
  margin-bottom: 24px;
}
#teachers-inner .teachers-item-left .check-list-item.video-summary:before {
  content: '';
  display: block;
  width: 19px;
  height: 21px;
  background: url('../images/video-icon.png') no-repeat;
  position: absolute;
  top: -3px;
  left: 0;
}
#teachers-inner .teachers-item-left .check-list-item.profile-checked:before {
  content: '';
  display: block;
  width: 17px;
  height: 15px;
  background: url('../images/check-icon.png') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#teachers-inner .teachers-item-left .schedule-lesson-btn {
  font-size: 15px;
  color: #fff;
  width: 200px;
  height: 35px;
  background-color: #04c3da;
  border: 0;
  outline: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  border-radius: 4px;
}
#teachers-inner .teachers-item-right {
  width: 980px;
  float: right;
}
#teachers-inner .teachers-item-right .teachers-content {
  padding: 20px;
  padding-bottom: 0;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-name {
  margin: 0 0 5px;
  font-size: 23px;
  color: #39c;
  font-weight: 400;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-text {
  position: relative;
  font-size: 17px;
  line-height: 20px;
  font-style: italic;
  color: #6c6f6f;
  height: 102px;
  overflow: hidden;
  text-align: justify;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-text.clipped-text {
  height: 142px;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-text.clipped-text :before {
  content: '...';
  color: #6c6f6f;
  display: block;
  width: 45px;
  height: 20px;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-text.full-text {
  height: auto;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-text.full-text :before {
  display: none;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews {
  padding: 0 40px;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews-item-name {
  font-size: 17px;
  color: #011e22;
  margin-bottom: 7px;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews-item-text {
  font-size: 17px;
  line-height: 20px;
  font-style: italic;
  color: #6c6f6f;
  height: 80px;
  overflow: hidden;
  position: relative;
  text-align: justify;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews-item-text.clipped-text {
  height: 61px;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews-item-text.clipped-text :before {
  content: '...';
  color: #6c6f6f;
  display: block;
  width: 45px;
  height: 20px;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews-item-text.clipped-text.full-text {
  height: auto;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews-item-text.clipped-text.full-text :before {
  display: none;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 49px;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  text-indent: -9999px;
  width: 21px;
  height: 38px;
  background: url('../images/prev-grey.png') no-repeat;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews .owl-nav .owl-prev:hover {
  background: url('../images/prev-blue.png') no-repeat;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews .owl-nav .owl-next {
  position: absolute;
  right: 0;
  text-indent: -9999px;
  width: 21px;
  height: 38px;
  background: url('../images/next-grey.png') no-repeat;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews .owl-nav .owl-next:hover {
  background: url('../images/next-blue.png') no-repeat;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description-reviews .reviews-block-title {
  font-size: 23px;
  color: #011e22;
  font-weight: 400;
  margin: 15px 0;
}
#teachers-inner .teachers-item-right .teachers-content .teachers-description hr {
  margin: 13px 0;
  border-color: #04c3da;
}
#teachers-inner .more-teachers {
  width: 234px;
  margin: 20px auto 0;
  cursor: pointer;
}
#teachers-inner .more-teachers a:hover {
  text-decoration: none;
}
#teachers-inner .more-teachers-title {
  font-size: 23px;
  color: #39c;
  font-weight: 400;
  text-align: center;
}
#teachers-inner .more-teachers-line {
  border: 2px solid #e0e5e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 5px;
}
#teachers-inner .more-teachers-arrow {
  width: 28px;
  height: 16px;
  background: url('../images/arrow-bottom.png') no-repeat;
  margin: 10px auto 0;
}
.show-more-container {
  text-align: right;
}
.show-more {
  display: none;
  margin: 3px 0 0;
  color: #39c;
  cursor: pointer;
  text-align: right;
}
#bottom-form {
  max-width: 1920px;
  height: 300px;
  margin-top: 80px;
  background: url('../images/bg2.png') no-repeat;
}
#bottom-form #second-form {
  width: 674px;
  height: 340px;
  margin: 0 auto;
  position: relative;
  top: -20px;
  background: url('../images/form-bg.png') no-repeat;
  overflow: hidden;
}
#bottom-form #second-form .input-wrap {
  margin-top: 60px;
}
#bottom-form #second-form .input-wrap input {
  display: block;
  width: 380px;
  height: 40px;
  margin: 0 auto 20px;
}
#bottom-form #second-form .input-wrap input.required {
  border: 1px solid #df1616;
}
#bottom-form #second-form .input-wrap .button {
  width: 380px;
  margin: 0 auto;
}
#bottom-form #second-form .input-wrap .button .alert-info {
  padding: 4px;
}
#bottom-form #second-form .input-wrap button {
  display: block;
  width: 380px;
  height: 40px;
  margin: 0 auto;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffd202;
  text-align: center;
  font-size: 23px;
  color: #011f23;
  text-shadow: 0 1px rgba(255, 255, 255, 0.74);
  outline: none !important;
}
.about-us {
  width: 1180px;
  margin: 80px auto 0;
}
.about-us-title {
  font-size: 46px;
  font-weight: 400;
  color: #011f23;
  margin: 10px 0 20px;
}
.about-us-item {
  width: 33.33%;
  padding: 10px;
  float: left;
  overflow: hidden;
}
.about-us-item-icon {
  width: 131px;
  height: 131px;
  margin: 0 auto;
}
.about-us-item-icon.item-1 {
  background: url('../images/about-us-1.png') no-repeat;
}
.about-us-item-icon.item-2 {
  background: url('../images/about-us-2.png') no-repeat;
}
.about-us-item-icon.item-3 {
  background: url('../images/about-us-3.png') no-repeat;
}
.about-us-item-text {
  font-size: 16px;
  color: #6c6f6f;
  border-top: 1px solid #d5d8d8;
  padding: 18px 20px;
  margin-top: 18px;
}
#footer {
  height: 100px;
  background: #f9fdfd;
  border-top: 1px solid #d5d8d8;
  margin-top: 40px;
  padding-top: 10px;
}
#footer #footer-inner {
  width: 1180px;
  margin: 0 auto;
}
#footer #footer-inner > div {
  width: 33.33%;
  float: left;
}
#footer #footer-inner .footer-logo {
  padding: 10px 0;
}
#footer #footer-inner .footer-logo .copyright {
  font-size: 12px;
  color: #6c6f6f;
  margin: 10px 0 0;
}
#footer #footer-inner .footer-phone {
  text-align: center;
  color: #011f23;
  margin-top: 30px;
}
#footer #footer-inner .footer-phone .call-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../images/call-blue.png') no-repeat;
  margin-right: 15px;
}
#footer #footer-inner .footer-phone .part-1 {
  font-size: 26px;
}
#footer #footer-inner .footer-phone .part-2 {
  font-size: 40px;
}
#footer #footer-inner .footer-social .social {
  display: inline-block;
  float: right;
  margin: 40px 40px 0 0;
}
#footer #footer-inner .footer-social .social-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/social-sprite.png) no-repeat;
}
#footer #footer-inner .footer-social .social-icon.social-vk {
  background-position: 0 0;
}
#footer #footer-inner .footer-social .social-icon.social-vk:hover {
  background-position: 0 -30px;
}
#footer #footer-inner .footer-social .social-icon.social-ig {
  background-position: -28px 0;
}
#footer #footer-inner .footer-social .social-icon.social-ig:hover {
  background-position: -28px -30px;
}
#footer #footer-inner .footer-social .social-icon.social-od {
  background-position: -58px 0;
}
#footer #footer-inner .footer-social .social-icon.social-od:hover {
  background-position: -58px -30px;
}
.modal-dialog {
  width: 420px;
  margin-top: 10%;
}
.modal-dialog .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 5px;
}
.modal-dialog .modal-content .modal-header {
  border: 0;
  padding-bottom: 0;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font-size: 23px;
  color: #39c;
  font-weight: 400;
  text-align: center;
}
.modal-dialog .modal-content .modal-body #request-call-form .require-input {
  position: relative;
}
.modal-dialog .modal-content .modal-body #request-call-form .require-input:before {
  content: '*';
  font-size: 23px;
  display: block;
  color: #df1616;
  position: absolute;
  top: -18px;
  right: -10px;
}
.modal-dialog .modal-content .modal-body #request-call-form input {
  width: 380px;
  height: 40px;
  display: block;
  margin: 0 auto 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #cfd3d3;
}
.modal-dialog .modal-content .modal-body #request-call-form input.required {
  border: 1px solid #df1616;
}
.modal-dialog .modal-content .modal-body #request-call-form textarea {
  width: 380px;
  height: 100px;
  max-width: 380px;
  display: block;
  margin: 0 auto 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #cfd3d3;
}
.modal-dialog .modal-content .modal-body #request-call-form button {
  width: 380px;
  height: 40px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #04c3da;
  outline: none !important;
  font-size: 23px;
  color: #fff;
}
#schedule-lesson-modal {
  font-size: 17px;
  line-height: 28px;
  color: #6c6f6f;
}
#schedule-lesson-modal .modal-dialog {
  width: 820px;
}
#schedule-lesson-modal .modal-title {
  text-align: left;
}
#schedule-lesson-modal input {
  width: 239px;
  height: 21px;
  font-size: 17px;
  color: #b3b6b6;
  border-bottom: 1px solid #b3b6b6;
  border-radius: 0;
  padding: 0;
  outline: none !important;
}
#schedule-lesson-modal input.required {
  border-color: #df1616;
}
#schedule-lesson-modal textarea {
  width: 780px;
  max-width: 780px;
  height: 100px;
  margin-top: 20px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 17px;
  color: #b3b6b6;
  outline: none !important;
}
#schedule-lesson-modal button {
  display: block;
  margin: 10px auto 0;
  width: 310px;
  height: 40px;
  font-size: 23px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #04c3da;
  border: 0;
  outline: none !important;
}
.navbar-toggle {
  float: right;
  margin-right: 0;
  padding: 6px 4px;
  margin-top: 5px;
  margin-bottom: 8px;
  border: 2px solid #fff;
  background: #fff;
  display: none;
}
.navbar-toggle .icon-bar {
  background: #000;
}
button.schedule-lesson-btn,
button#request-call-send,
button.send,
button.btn-footer,
button#schedule-lesson-send {
  background-color: orange !important;
  color: #fff;
}
.footer_menu {
  width: 1180px;
  margin: 0 auto;
  height: 22px;
}
.footer_menu a {
  float: left;
  margin-right: 12px;
  color: #04c3da;
  text-decoration: none;
}
.footer_menu a:hover {
  border-bottom: solid 1px #04c3da;
}
