@charset "UTF-8";
@font-face {
  font-family: 'Source sans pro';
  src: url("fonts/Source san pro/sourcesanspro-regular-webfont.eot");
  src: url("fonts/Source san pro/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Source san pro/sourcesanspro-regular-webfont.woff2") format("woff2"), url("fonts/Source san pro/sourcesanspro-regular-webfont.woff") format("woff"), url("fonts/Source san pro/sourcesanspro-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Source sans pro';
  src: url("fonts/Source san pro/sourcesanspro-bold-webfont.eot");
  src: url("fonts/Source san pro/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Source san pro/sourcesanspro-bold-webfont.woff2") format("woff2"), url("fonts/Source san pro/sourcesanspro-bold-webfont.woff") format("woff"), url("fonts/Source san pro/sourcesanspro-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato/lato-light-webfont.eot");
  src: url("fonts/Lato/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato/lato-light-webfont.woff2") format("woff2"), url("fonts/Lato/lato-light-webfont.woff") format("woff"), url("fonts/Lato/lato-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato/lato-regular-webfont.eot");
  src: url("fonts/Lato/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato/lato-regular-webfont.woff2") format("woff2"), url("fonts/Lato/lato-regular-webfont.woff") format("woff"), url("fonts/Lato/lato-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato/lato-medium-webfont.eot");
  src: url("fonts/Lato/lato-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato/lato-medium-webfont.woff2") format("woff2"), url("fonts/Lato/lato-medium-webfont.woff") format("woff"), url("fonts/Lato/lato-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato/lato-semibold-webfont.eot");
  src: url("fonts/Lato/lato-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato/lato-semibold-webfont.woff2") format("woff2"), url("fonts/Lato/lato-semibold-webfont.woff") format("woff"), url("fonts/Lato/lato-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("fonts/Lato/lato-bold-webfont.eot");
  src: url("fonts/Lato/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Lato/lato-bold-webfont.woff2") format("woff2"), url("fonts/Lato/lato-bold-webfont.woff") format("woff"), url("fonts/Lato/lato-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  overflow-x: hidden;
}

@media only screen and (max-width: 1200px) {
  .float-reset-tablet {
    float: none !important;
  }
}

.mask {
  height: 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #5d5d5d;
  opacity: 0.9;
  z-index: 5;
}

.mask.open {
  height: 100%;
}

pre {
  margin: 70px 0;
  padding: 50px;
}

span.wpcf7-not-valid-tip {
  font: 400 14px/14px "Lato";
  margin-top: 10px;
}

div.wpcf7-validation-errors {
  border: none !important;
}

div.wpcf7-response-output {
  font: 400 14px/14px "Lato";
  color: #212121;
}

#cn-notice-text {
  font: 400 14px/24px "Lato";
}

#cn-accept-cookie {
  background-color: #0b910d !important;
  color: #FFF;
  font: 400 13px/14px "Lato";
  padding: 5px 10px;
  border-radius: 5px;
}

.header-main-page {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 5;
}

.header-single-page {
  height: 208px;
  background-image: url("../img/header-single-page.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.header-single-page__container {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
}

.header-single-page__container--back-only {
  display: flex;
  justify-content: center;
}

.page-logo {
  display: block;
  float: left;
}

.page-menu {
  float: right;
  list-style-type: none;
  margin-top: -4px;
}

@media only screen and (max-width: 992px) {
  .page-menu {
    display: none;
  }
}

.page-menu.open {
  display: block;
}

.page-menu__element {
  margin-right: 60px;
  display: inline-block;
}

.page-menu__element:last-child {
  margin-right: 0;
}

.page-menu__element--training {
  margin-left: -30px;
}

@media only screen and (max-width: 1200px) {
  .page-menu__element {
    margin-right: 40px;
  }
}

.page-menu__item {
  font: 300 13px/13px "Source sans pro";
  color: #fff;
}

.page-menu__item:hover {
  color: #fff;
  text-decoration: none;
}

.page-menu__item:focus {
  color: #fff;
  text-decoration: underline;
}

.page-menu__item--training {
  display: block;
  height: 46px;
  width: 165px;
  line-height: 46px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #df1111;
  border-radius: 5px;
  padding: 0 0 0 23px;
  background-image: url("../img/arrows/white-arrow-right.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-menu__item--training:hover {
  background-position: right 15px center;
  text-decoration: none;
  color: #fff;
}

.page-menu__item--back {
  display: block;
  height: 46px;
  width: 190px;
  line-height: 46px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #0b910d;
  border-radius: 5px;
  text-align: center;
}

.page-menu-mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .page-menu-mobile {
    display: block;
    float: right;
  }
}

.page-menu-mobile__link {
  font: 300 13px/13px "Source sans pro";
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  height: 46px;
  width: 165px;
  margin-right: 20px;
  line-height: 46px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #df1111;
  border-radius: 5px;
  padding: 0 0 0 23px;
  background-image: url("../img/arrows/white-arrow-right.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-menu-mobile__link:hover {
  background-position: right 15px center;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .page-menu-mobile__link {
    display: none;
  }
}

.page-menu-mobile__link--single {
  background-color: #0b910d;
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .page-menu-mobile__link--single {
    display: inline-block;
    width: 50px;
    background-image: none;
    text-align: center;
    margin-top: -5px;
    padding: 0;
  }
}

.page-menu-mobile__name {
  font: 400 13px/13px "Source sans pro";
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 0;
}

.page-menu-mobile .menu-mobile-bar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  width: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99999;
}

.page-menu-mobile .menu-mobile-bar__icon {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 4px;
  opacity: 1;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-menu-mobile .menu-mobile-bar__icon--pages {
  background-color: #fff;
}

.page-menu-mobile .menu-mobile-bar__icon:nth-child(1) {
  top: 0px;
}

.page-menu-mobile .menu-mobile-bar__icon:nth-child(2) {
  top: 9px;
}

.page-menu-mobile .menu-mobile-bar__icon:nth-child(3) {
  top: 18px;
}

.page-menu-mobile .menu-mobile-bar.open .menu-mobile-bar__icon {
  background-color: #000;
}

.page-menu-mobile .menu-mobile-bar.open .menu-mobile-bar__icon:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.page-menu-mobile .menu-mobile-bar.open .menu-mobile-bar__icon:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.page-menu-mobile .menu-mobile-bar.open .menu-mobile-bar__icon:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.page-menu.open {
  padding-left: 0;
  position: absolute;
  right: 0;
  top: -45px;
  width: 379px;
  height: 722px;
  border-radius: 0px 0px 0px 100px;
  background-color: #ffffff;
  padding-top: 150px;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .page-menu.open {
    width: 100%;
  }
}

.page-menu.open .page-menu__element {
  margin-right: 0;
  margin-bottom: 75px;
  text-align: center;
  display: block;
}

.page-menu.open .page-menu__item {
  color: #414042;
}

.page-menu.open .page-menu__item--training {
  display: none;
}

.page-home {
  height: 100vh;
  background-image: url("../img/page-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.page-home__container {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-home__title {
  font: 300 60px/60px "Source sans pro";
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .page-home__title {
    font: 300 36px/36px "Source sans pro";
    margin: 0 0 15px 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-home__title {
    font: 300 32px/36px "Source sans pro";
  }
}

.page-home__subtitle {
  font: 400 21px/40px "Source sans pro";
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .page-home__subtitle {
    font: 400 18px/18px "Source sans pro";
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-home__subtitle {
    font: 400 13px/18px "Source sans pro";
  }
}

.page-home__btn {
  display: block;
  margin: 55px auto 0;
  width: 320px;
  height: 46px;
  font: 400 14px/46px "Source sans pro";
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #0b910d;
  padding: 0 0 0 25px;
  text-align: left;
  background-image: url("../img/arrows/white-arrow-right.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-home__btn:hover {
  background-position: right 15px center;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .page-home__btn {
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-home__btn {
    font: 400 12px/46px "Source sans pro";
  }
}

.page-home__arrow-down {
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #df1111;
  background-image: url("../img/arrows/white-arrow-down.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.page-home-event-box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  z-index: 6;
}

.page-home-event-box-relative {
  position: relative;
}

.page-home-event {
  width: 445px;
  height: 357px;
  box-shadow: 0 2px 2px rgba(2, 31, 4, 0.3);
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  bottom: 70px;
  right: 0;
  padding: 40px;
}

@media only screen and (max-width: 768px) {
  .page-home-event {
    bottom: 100px;
    padding: 20px;
    width: 70%;
    height: auto;
    left: 0;
    margin: 0 auto;
  }
}

.page-home-event-icon {
  width: 52px;
  height: 69px;
}

.page-home-event__header {
  font: 400 11px/46px "Source sans pro";
  color: #929292;
  border-bottom: 1px solid #0b910d;
  margin-bottom: 30px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .page-home-event__header {
    margin-bottom: 15px;
    line-height: 16px;
    padding-bottom: 5px;
  }
}

.page-home-event__close {
  font: 400 11px/46px "Source sans pro";
  color: #df1111;
  text-decoration: underline;
}

.page-home-event__close:hover {
  color: #df1111;
}

@media only screen and (max-width: 768px) {
  .page-home-event__close {
    line-height: 16px;
  }
}

.page-home-event__offert {
  font: 300 19px/30px "Lato";
  color: #221f20;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .page-home-event__offert {
    font: 300 14px/24px "Lato";
  }
}

.page-home-event__check {
  font: 300 13px/46px "Source sans pro";
  display: block;
  height: 46px;
  width: 165px;
  color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #df1111;
  border-radius: 5px;
  padding: 0 0 0 23px;
  background-image: url("../img/arrows/white-arrow-right.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-home-event__check:hover {
  background-position: right 15px center;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .page-home-event__check {
    width: 100%;
  }
}

.page-home-event__mask {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #5d5d5d;
  opacity: 0.9;
  z-index: 5;
}

.page-for-who {
  padding: 230px 0 130px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .page-for-who {
    padding: 130px 0 65px;
  }
}

@media only screen and (max-width: 768px) {
  .page-for-who {
    padding: 70px 0 30px;
  }
}

.page-for-who__title {
  font: 300 32px/32px "Lato";
  color: #0b910d;
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .page-for-who__title {
    font: 300 26px/26px "Lato";
  }
}

.page-for-who__list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 50px;
}

.page-for-who__element {
  font: 400 18px/26px "Lato";
  color: #231f20;
  margin-bottom: 33px;
  position: relative;
  padding-left: 50px;
}

.page-for-who__element:before {
  content: '';
  background-image: url("../img/icons/green-circle-list-style.png");
  background-size: cover;
  position: absolute;
  left: 0;
  width: 28px;
  height: 26px;
}

@media only screen and (max-width: 768px) {
  .page-for-who__element {
    font: 400 13px/21px "Lato";
  }
}

.page-for-who__btn {
  font: 400 13px/13px "Source sans pro";
  color: #fff;
  display: block;
  width: 180px;
  height: 46px;
  line-height: 46px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #df1111;
  border-radius: 5px;
  padding: 0 0 0 23px;
  background-image: url("../img/arrows/white-arrow-right.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-for-who__btn:hover {
  background-position: right 15px center;
  text-decoration: none;
  color: #fff;
}

.page-for-who__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../img/phone-circle.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  width: 700px;
}

@media only screen and (max-width: 1200px) {
  .page-for-who__bg {
    width: 365px;
    height: 509px;
  }
}

@media only screen and (max-width: 992px) {
  .page-for-who__bg {
    bottom: -100px;
  }
}

.page-needs {
  background-color: #f8f8f8;
  padding: 138px 0 78px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page-needs {
    padding: 60px 0 30px;
  }
}

.page-needs__bg {
  position: absolute;
  top: 100px;
  left: 0;
  background-image: url("../img/monitors.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 610px;
  width: 610px;
}

@media only screen and (max-width: 1200px) {
  .page-needs__bg {
    display: none;
  }
}

.page-needs__bg-tablet {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .page-needs__bg-tablet {
    display: block;
    background-image: url("../img/monitors.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 610px;
    width: 610px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 768px) {
  .page-needs__bg-tablet {
    background-size: contain;
    width: 100%;
    height: 600px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 460px) {
  .page-needs__bg-tablet {
    height: 350px;
  }
}

.page-needs__title {
  font: 300 32px/50px "Lato";
  color: #0b910d;
  margin-bottom: 50px;
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .page-needs__title {
    font: 300 24px/34px "Lato";
  }
}

.page-needs__description {
  font: 300 16px/28px "Lato";
  color: #231f20;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .page-needs__description {
    font: 300 13px/22px "Lato";
    margin-bottom: 30px;
  }
}

.page-needs__list {
  list-style-type: none;
  margin-bottom: 40px;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .page-needs__list {
    padding-left: 0;
  }
}

.page-needs__element {
  font: 300 16px/20px "Lato";
  color: #231f20;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.page-needs__element:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  line-height: 10px;
  border-radius: 50%;
  border: 2px solid #0b910d;
  background: transparent;
}

@media only screen and (max-width: 768px) {
  .page-needs__element {
    font: 300 13px/22px "Lato";
  }
}

.page-android {
  height: 550px;
  background-image: url("../img/grey-laptop.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.page-android__container {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

@media only screen and (max-width: 992px) {
  .page-android__container {
    -webkit-transform: translateY(45%);
    -moz-transform: translateY(45%);
    -ms-transform: translateY(45%);
    -o-transform: translateY(45%);
    transform: translateY(45%);
  }
}

@media only screen and (max-width: 768px) {
  .page-android__container {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
  }
}

.page-android__title {
  font: 300 40px/50px "Lato";
  color: #fff;
  margin-top: 0;
}

@media only screen and (max-width: 992px) {
  .page-android__title {
    font: 300 35px/38px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .page-android__title {
    font: 300 26px/32px "Lato";
  }
}

.page-android__subtitle {
  font: 300 26px/26px "Lato";
  color: #fff;
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .page-android__subtitle {
    font: 400 24px/26px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .page-android__subtitle {
    font: 400 18px/26px "Lato";
  }
}

.page-android__description {
  font: 400 16px/24px "Lato";
  color: #fff;
  margin-bottom: 60px;
}

@media only screen and (max-width: 992px) {
  .page-android__description {
    font: 400 15px/24px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .page-android__description {
    font: 400 13px/24px "Lato";
  }
}

.page-android__btn {
  font: 400 13px/46px "Source sans pro";
  color: #fff;
  display: block;
  width: 320px;
  height: 46px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #df1111;
  border-radius: 5px;
  padding: 0 0 0 25px;
  background-image: url("../img/arrows/white-arrow-right.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-android__btn:hover {
  background-position: right 15px center;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .page-android__btn {
    font: 400 12px/46px "Source sans pro";
  }
}

@media only screen and (max-width: 460px) {
  .page-android__btn {
    width: 90%;
  }
}

.page-apps {
  margin: 240px auto 160px;
}

@media only screen and (max-width: 992px) {
  .page-apps {
    margin: 114px auto 80px;
  }
}

@media only screen and (max-width: 768px) {
  .page-apps {
    margin: 80px auto;
  }
}

.page-apps__title {
  font: 300 38px/50px "Lato";
  color: #0b910d;
  margin-bottom: 45px;
  width: 90%;
}

@media only screen and (max-width: 768px) {
  .page-apps__title {
    font: 300 26px/32px "Lato";
  }
}

.page-apps__description {
  font: 400 16px/28px "Lato";
  color: #414042;
  margin-bottom: 45px;
  width: 85%;
}

@media only screen and (max-width: 768px) {
  .page-apps__description {
    font: 400 13px/25px "Lato";
  }
}

.page-apps__btn {
  font: 400 13px/13px "Source sans pro";
  color: #fff;
  display: block;
  width: 180px;
  height: 46px;
  line-height: 46px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #df1111;
  border-radius: 5px;
  padding: 0 0 0 25px;
  background-image: url("../img/arrows/white-arrow-right.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-apps__btn:hover {
  background-position: right 15px center;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .page-apps__btn {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .page-apps__btn {
    margin-bottom: 50px;
  }
}

.page-apps__slider {
  height: 500px;
}

.page-apps__slider-box {
  display: inline-block;
  margin-right: 35px;
  width: 190px;
  height: 330px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-apps__slider-box:last-child {
  margin-right: 0;
}

.page-apps__slider-box.slick-current {
  height: 500px;
  position: relative;
}

.page-apps__slider-box.slick-current .page-apps__slider-popup {
  transition-delay: .5s;
  opacity: 1;
}

.page-apps__slider-element {
  height: inherit;
  width: auto;
  transition: all .5s;
}

@media only screen and (max-width: 768px) {
  .page-apps__slider-element {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}

.page-apps__slider-popup {
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 0;
  width: 100%;
  box-shadow: 0 3px 21px rgba(188, 209, 218, 0.35);
  border-radius: 10px;
  background-color: #fafafa;
  padding: 30px;
  position: absolute;
  bottom: 70px;
  right: -85%;
}

@media only screen and (max-width: 768px) {
  .page-apps__slider-popup {
    width: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.page-apps__slider-popup-title {
  font: 400 20px/28px "Lato";
  color: #0b910d;
  margin-bottom: 25px;
  display: block;
}

.page-apps__slider-popup-title:hover {
  color: #0b910d;
  text-decoration: underline;
}

.page-apps__slider-popup-link {
  font: 400 14px/28px "Lato";
  color: #545455;
  display: block;
  background-image: url("../img/arrows/green-slider-arrow-right.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}

.page-apps__slider-popup-link:hover {
  color: #545455;
}

.page-apps__slider__btn {
  width: 61px;
  height: 61px;
  line-height: 61;
  box-shadow: 0 3px 21px rgba(209, 209, 209, 0.35);
  display: inline-block;
  margin-right: 20px;
  border-radius: 50%;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  outline: 0;
}

.page-apps__slider__btn--prev {
  background-color: #fff;
  background-image: url(../img/arrows/green-slider-arrow-left.png);
}

.page-apps__slider__btn--next {
  background-color: #0b910d;
  background-image: url(../img/arrows/white-slider-arrow-right.png);
}

.page-apps__slider-btn-box {
  margin: -30px auto 0;
  text-align: center;
  position: relative;
}

.slick-list {
  overflow-x: hidden;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .slick-list {
    height: 100% !important;
  }
}

.page-options .container {
  position: relative;
}

.page-options__wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-options__wrapper-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 992px) {
  .page-options__wrapper-content {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.page-options__container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 450px;
}

@media only screen and (max-width: 992px) {
  .page-options__container {
    height: 380px;
  }
}

.page-options__container--left {
  background-image: url("../img/green-left.png");
}

.page-options__container--right {
  background-image: url("../img/green-right.png");
}

@media only screen and (max-width: 992px) {
  .page-options__tablet {
    height: 380px;
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -o-transform: translateY(15%);
    transform: translateY(15%);
  }
}

@media only screen and (max-width: 768px) {
  .page-options__tablet {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
  }
}

@media only screen and (max-width: 460px) {
  .page-options__tablet {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
}

.page-options__title {
  font: 300 30px/38px "Lato";
  color: #fff;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .page-options__title {
    font: 300 24px/32px "Lato";
  }
}

.page-options__description {
  font: 400 14px/20px "Lato";
  color: #fff;
  margin-bottom: 35px;
  width: 85%;
}

@media only screen and (max-width: 768px) {
  .page-options__description {
    width: 100%;
  }
}

.page-options__btn {
  display: block;
  width: 226px;
  height: 46px;
  font: 400 13px/46px "Source sans pro";
  color: #010101;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 0 0 0 23px;
  background-image: url("../img/arrows/black-arrow-right.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-options__btn:hover {
  background-position: right 15px center;
  text-decoration: none;
  color: #000;
}

.page-options__gap {
  padding-left: 50px;
}

@media only screen and (max-width: 992px) {
  .page-options__gap {
    padding-left: 15px;
  }
}

/* New consultation layout */
.page-options {
  padding: 120px 0;
  position: relative;
}

.page-options--single {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  background-attachment: fixed;
}

.page-options__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.35));
}

.page-options__content {
  position: relative;
}

.page-options__content--center {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.page-options--single .page-options__title,
.page-options--single .page-options__description {
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .page-options {
    padding: 90px 0;
  }
  .page-options--single {
    background-attachment: scroll;
  }
}

.page-mentors {
  padding-top: 160px;
}

@media only screen and (max-width: 992px) {
  .page-mentors {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .page-mentors {
    padding-top: 65px;
  }
}

.page-mentors__title {
  font: 300 43px/59px "Source sans pro";
  color: #0b910d;
  margin-bottom: 130px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-mentors__title {
    font: 300 26px/36px "Source sans pro";
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.page-mentors .row {
  margin-bottom: 260px;
}

@media only screen and (max-width: 992px) {
  .page-mentors .row {
    margin-bottom: 140px;
  }
}

@media only screen and (max-width: 768px) {
  .page-mentors .row {
    margin-bottom: 50px;
  }
}

.page-mentors__photo {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .page-mentors__photo {
    margin-top: 50px;
  }
}

.page-mentors__photo--left:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 10px;
  background-image: url("../img/mentor-circles-left.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 120%;
  width: 120%;
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .page-mentors__photo--left:after {
    right: 50px;
    bottom: 0;
    background-size: contain;
  }
}

@media only screen and (max-width: 992px) {
  .page-mentors__photo--left:after {
    right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .page-mentors__photo--left:after {
    right: 40px;
    height: 280px;
    width: 280px;
    margin: 0 auto;
    display: block;
    left: 0;
  }
}

.page-mentors__photo--right:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -30px;
  background-image: url("../img/mentor-circles-right.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 120%;
  width: 120%;
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .page-mentors__photo--right:after {
    left: -90px;
    bottom: 0;
    background-size: contain;
  }
}

@media only screen and (max-width: 992px) {
  .page-mentors__photo--right:after {
    left: -40px;
  }
}

@media only screen and (max-width: 768px) {
  .page-mentors__photo--right:after {
    right: 0px;
    height: 280px;
    width: 280px;
    margin: 0 auto;
    display: block;
    left: 40px;
  }
}

.page-mentors__photo-img {
  border-radius: 50%;
  width: 420px;
  height: 420px;
}

@media only screen and (max-width: 1200px) {
  .page-mentors__photo-img {
    width: 233px;
    height: 233px;
  }
}

@media only screen and (max-width: 768px) {
  .page-mentors__photo-img {
    margin: 0 auto;
    display: block;
  }
}

.page-mentors__name {
  font: 600 41px/26px "Source sans pro";
  color: #231f20;
  margin-bottom: 35px;
}

@media only screen and (max-width: 992px) {
  .page-mentors__name {
    font: 600 32px/26px "Source sans pro";
  }
}

@media only screen and (max-width: 768px) {
  .page-mentors__name {
    font: 600 24px/26px "Source sans pro";
    margin: 35px 0 25px;
    text-align: center;
  }
}

.page-mentors__work {
  font: 400 20px/26px "Source sans pro";
  color: #231f20;
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .page-mentors__work {
    font: 400 16px/26px "Source sans pro";
  }
}

@media only screen and (max-width: 768px) {
  .page-mentors__work {
    font: 400 14px/26px "Source sans pro";
    text-align: center;
  }
}

.page-mentors__description {
  font: 300 16px/26px "Source sans pro";
  color: #231f20;
  margin-bottom: 35px;
  width: 85%;
  margin-bottom: 30px;
}

.page-mentors__description:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .page-mentors__description {
    font: 300 13px/26px "Source sans pro";
  }
}

@media only screen and (max-width: 768px) {
  .page-mentors__description {
    font: 300 13px/26px "Source sans pro";
    text-align: center;
    width: 100%;
  }
}

.page-mentors__link {
  font-weight: 700;
  color: #231f20;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.page-mentors__link:hover {
  color: #0b910d;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .page-courses {
    margin-top: 50px;
  }
}

.page-courses__banner {
  height: 215px;
  width: 100%;
  background-image: url("../img/red-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.page-courses__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font: 300 41px/41px "Source sans pro";
  color: #fff;
  margin: 0 0 0 15px;
}

@media only screen and (max-width: 992px) {
  .page-courses__title {
    font: 300 32px/41px "Source sans pro";
  }
}

@media only screen and (max-width: 768px) {
  .page-courses__title {
    font: 300 24px/30px "Source sans pro";
    margin: 0 15px;
  }
}

.page-courses__container {
  padding-top: 110px;
  background-color: #f1f1f1;
}

@media only screen and (max-width: 768px) {
  .page-courses__container {
    padding-top: 80px;
  }
}

.page-courses__content {
  box-shadow: 0 2px 2px rgba(2, 31, 4, 0.3);
  border-radius: 10px;
  background-color: #fff;
  padding: 55px 65px 40px 45px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .page-courses__content {
    padding: 40px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .page-courses__icon-box {
    margin-bottom: 25px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .page-courses__time-box {
    margin-bottom: 45px;
  }
}

.page-courses__name {
  font: 300 23px/23px "Lato";
  color: #221f20;
}

@media only screen and (max-width: 992px) {
  .page-courses__name {
    font: 300 20px/20px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .page-courses__name {
    font: 300 16px/21px "Lato";
  }
}

.page-courses__description {
  font: 300 14px/26px "Lato";
  color: #221f20;
}

@media only screen and (max-width: 768px) {
  .page-courses__description {
    font: 300 13px/26px "Lato";
  }
}

.page-courses__time {
  font: 300 21px/21px "Lato";
  color: #221f20;
}

@media only screen and (max-width: 992px) {
  .page-courses__time {
    font: 300 18px/18px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .page-courses__time {
    font: 300 16px/21px "Lato";
  }
}

.page-courses__more {
  display: block;
  font: 400 13px/46px "Lato";
  color: #fff;
  width: 180px;
  height: 46px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #df1111;
  border-radius: 5px;
  padding: 0 0 0 25px;
  background-image: url("../img/arrows/white-arrow-right.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-courses__more:hover {
  background-position: right 15px center;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .page-courses__more {
    width: 100%;
  }
}

.page-courses__line {
  height: 1px;
  background-color: #0b910d;
  opacity: 0.34;
}

.page-courses__content--single {
  padding: 0;
  box-shadow: none;
}

.courses-single__list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 60px;
}

.courses-single__list-title {
  font: 300 18px/29px "Lato";
  color: #221f20;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .courses-single__list-title {
    font: 300 16px/29px "Lato";
  }
}

.courses-single__element {
  font: 300 14px/20px "Lato";
  color: #231f20;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .courses-single__element {
    font: 300 12px/20px "Lato";
  }
}

.courses-single__element:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  line-height: 10px;
  border-radius: 50%;
  border: 2px solid #0b910d;
  background: transparent;
}

.courses-single__projects {
  margin-top: 90px;
  height: 166px;
  width: calc(100% + 87px);
  background-image: url("../img/green-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -47px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .courses-single__projects {
    height: 333px;
    margin-bottom: 250px;
  }
}

.courses-single__projects-title {
  font: 300 29px/41px "Lato";
  color: #fff;
  margin-bottom: 0;
  position: relative;
  top: 50%;
  left: 140px;
  width: 260px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {
  .courses-single__projects-title {
    left: 120px;
  }
}

@media only screen and (max-width: 992px) {
  .courses-single__projects-title {
    left: 50px;
    font: 300 20px/30px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .courses-single__projects-title {
    top: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.courses-single__projects-box {
  position: absolute;
  right: 70px;
  bottom: 55px;
}

@media only screen and (max-width: 992px) {
  .courses-single__projects-box {
    right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .courses-single__projects-box {
    top: 145px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 100%;
  }
}

.courses-single__projects-container {
  margin-right: 25px;
}

@media only screen and (max-width: 1200px) {
  .courses-single__projects-container {
    margin-right: 15px;
  }
}

.courses-single__projects-img {
  width: 150px !important;
  height: 270px;
}

@media only screen and (max-width: 1200px) {
  .courses-single__projects-img {
    width: 135px !important;
    height: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .courses-single__projects-img {
    margin: 0 auto;
  }
}

.courses-single-helpers-container {
  padding-bottom: 100px;
}

.courses-single-helpers {
  margin-top: 60px;
}

.courses-single-helpers__img {
  display: block;
  margin: 0 auto;
  height: 111px;
}

.courses-single-helpers__title {
  margin-top: 40px;
  text-align: center;
  font: 400 14px/25px "Lato";
  color: #221f20;
}

.courses-single-code-days {
  padding-top: 60px;
}

.courses-single-code-days__days {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .courses-single-code-days__days {
    margin-bottom: 40px;
  }
}

.courses-single-code-days__increement {
  width: 71px;
  height: 70px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  font: 300 30px/70px "Lato";
  text-align: center;
  color: #221f20;
  background-image: url("../img/icons/courses-list-icon.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .courses-single-code-days__increement {
    width: 53px;
    height: 52px;
    margin-right: 20px;
    font: 300 20px/53px "Lato";
  }
}

.courses-single-code-days__day-name {
  display: inline-block;
  vertical-align: middle;
  font: 700 19px/19px "Lato";
  color: #221f20;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .courses-single-code-days__day-name {
    font: 700 16px/16px "Lato";
  }
}

.courses-single-code-days__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 45px;
}

.courses-single-code-days__title {
  font: 700 16px/26px "Lato";
  color: #221f20;
}

@media only screen and (max-width: 768px) {
  .courses-single-code-days__title {
    font: 700 13px/23px "Lato";
  }
}

.courses-single-code-days__element {
  font: 400 16px/26px "Lato";
  color: #221f20;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .courses-single-code-days__element {
    font: 400 13px/23px "Lato";
    margin-bottom: 10px;
  }
}

.courses-single-code-days__element:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  line-height: 10px;
  border-radius: 50%;
  border: 2px solid #0b910d;
  background: transparent;
}

.courses-single__slider-nav {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -160px;
}

.courses-single__red-banner {
  margin: 100px 0;
  height: 216px;
  background-image: url("../img/red-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.courses-single__red-banner--mentors {
  margin: 100px 0 0 0;
}

.courses-single__red-banner-title {
  font: 300 41px/41px "Lato";
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 992px) {
  .courses-single__red-banner-title {
    font: 300 38px/38px "Lato";
    margin-left: 47px;
  }
}

@media only screen and (max-width: 768px) {
  .courses-single__red-banner-title {
    font: 300 24px/32px "Lato";
    margin-left: 15px;
  }
}

.courses-single__red-banner-link {
  font: 700 41px/41px "Lato";
  color: #fff;
  text-decoration: underline;
}

.courses-single__red-banner-link:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .courses-single__red-banner-link {
    font: 300 24px/32px "Lato";
  }
}

.page-opinion {
  background-color: #f7f7f7;
  padding-top: 111px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .page-opinion {
    padding-top: 70px;
  }
}

.page-opinion__title {
  font: 300 38px/38px "Lato";
  color: #231f20;
  margin-bottom: 22px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-opinion__title {
    font: 300 26px/36px "Lato";
  }
}

.page-opinion__subtitle {
  font: 300 20px/25px "Lato";
  color: #231f20;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-opinion__subtitle {
    font: 300 13px/25px "Lato";
  }
}

.page-opinion__slider {
  margin-top: 80px;
  margin-bottom: 60px !important;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .page-opinion__slider {
    margin-top: 0;
    margin-bottom: 40px !important;
  }
}

.page-opinion__slider-single {
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
  padding: 80px 100px 80px 84px;
  margin: 0 10px 20px;
  min-height: 500px;
}

@media only screen and (max-width: 768px) {
  .page-opinion__slider-single {
    padding: 40px 15px 40px 15px;
  }
}

.page-opinion__slider-dots {
  position: static;
  margin-top: 50px;
}

.page-opinion__slider-dots li {
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 50%;
  border: 1px solid #0b910d;
  background-color: transparent;
}

.page-opinion__slider-dots li.slick-active {
  background-color: #0b910d;
}

.page-opinion__more {
  font: 400 18px/18px "Lato";
  color: #231f20;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-opinion__more {
    font: 400 13px/18px "Lato";
  }
}

.page-opinion__more-btn {
  color: #231f20;
  text-decoration: underline;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.page-opinion__more-btn:hover {
  color: #0b910d;
}

.page-opinion__photo {
  width: 144px;
  height: 144px;
  border-radius: 50%;
}

@media only screen and (max-width: 992px) {
  .page-opinion__photo {
    margin: 80px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-opinion__photo {
    margin: 35px auto 0;
    width: 74px;
    height: 74px;
  }
}

.page-opinion__data-info {
  margin-top: 35px;
  width: 170px;
}

@media only screen and (max-width: 992px) {
  .page-opinion__data-info {
    margin: 35px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-opinion__data-info {
    margin: 25px auto 0;
  }
}

.page-opinion__name {
  font: 700 24px/24px "Lato";
  color: #4c4c4c;
  margin-bottom: 15px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-opinion__name {
    font: 700 18px/24px "Lato";
    margin-bottom: 10px;
  }
}

.page-opinion__job {
  font: 300 17px/17px "Lato";
  color: #4c4c4c;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-opinion__job {
    font: 300 15px/17px "Lato";
  }
}

.page-opinion__description {
  font: 300 14px/25px "Lato";
  color: #4c4c4c;
}

@media only screen and (max-width: 768px) {
  .page-opinion__description {
    font: 300 13px/25px "Lato";
  }
}

.opinion__title {
  font: 300 38px/38px "Lato";
  color: #231f20;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .opinion__title {
    font: 300 31px/31px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .opinion__title {
    font: 300 21px/21px "Lato";
  }
}

.opinion__desc {
  font: 400 20px/30px "Lato";
  color: #231f20;
  text-align: center;
  margin-bottom: 90px;
}

@media only screen and (max-width: 992px) {
  .opinion__desc {
    font: 400 16px/26px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .opinion__desc {
    font: 400 14px/24px "Lato";
  }
}

.opinion-single {
  margin-bottom: 125px;
}

@media only screen and (max-width: 992px) {
  .opinion-single {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .opinion-single {
    margin-bottom: 30px;
  }
}

.opinion-single__quotation {
  display: block;
  margin: 0 auto 70px;
  width: 71px;
  height: 47px;
  background-image: url("../img/quotation-marks.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
  .opinion-single__quotation {
    margin: 0 auto 35px;
    width: 61px;
    height: 37px;
    background-size: contain;
  }
}

@media only screen and (max-width: 768px) {
  .opinion-single__quotation {
    width: 51px;
    height: 27px;
    margin: 0 auto 25px;
  }
}

.opinion-single__desc {
  font: 300 14px/25px "Lato";
  color: #4c4c4c;
  text-align: center;
  margin-bottom: 70px;
}

@media only screen and (max-width: 992px) {
  .opinion-single__desc {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .opinion-single__desc {
    font: 300 14px/22px "Lato";
  }
}

.opinion-single__photo {
  display: block;
  margin: 0 auto 35px;
  width: 144px;
  height: 144px;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .opinion-single__photo {
    margin: 0 auto 25px;
    width: 77px;
    height: 77px;
  }
}

.opinion-single__name {
  font: 700 40px/40px "Lato";
  color: #4c4c4c;
  margin-bottom: 15px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .opinion-single__name {
    font: 700 30px/30px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .opinion-single__name {
    font: 700 20px/20px "Lato";
    margin-bottom: 10px;
  }
}

.opinion-single__work {
  font: 300 21px/25px "Lato";
  color: #4c4c4c;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .opinion-single__work {
    font: 300 18px/22px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .opinion-single__work {
    font: 300 16px/22px "Lato";
  }
}

.page-clients {
  background-color: #f1f1f1;
  padding-top: 111px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .page-clients {
    padding: 50px 0 40px;
  }
}

.page-clients__title {
  font: 300 38px/48px "Lato";
  color: #231f20;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-clients__title {
    font: 300 26px/40px "Lato";
  }
}

.page-clients__slider {
  margin-top: 70px;
}

.page-clients__slider-element {
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
  margin-right: 50px;
  max-height: 50px;
  object-fit: contain;
  object-position: center center;
}

.page-contact {
  height: 330px;
  background-image: url("../img/qustion-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.page-contact__title {
  font: 300 40px/67px "Lato";
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .page-contact__title {
    font: 300 32px/67px "Lato";
    margin: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .page-contact__title {
    font: 300 22px/38px "Lato";
  }
}

.page-contact__faq {
  text-decoration: underline;
  color: #fff;
}

.page-contact__faq:hover {
  color: #fff;
}

.page-contact__mail {
  font-weight: 700;
  color: #fff;
}

.page-contact__mail:hover {
  color: #fff;
  text-decoration: none;
}

footer {
  padding: 23px 0;
}

footer .footer__img {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 46px;
  margin-right: 45px;
}

footer .footer__copyrights {
  display: inline-block;
  vertical-align: middle;
  font: 400 12px/20px "Lato";
  color: #8a8a8a;
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  footer .footer__copyrights {
    width: 85%;
  }
}

.single-page {
  background-color: #f1f1f1;
  padding-bottom: 175px;
}

.single-page--mentors {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .single-page--mentors {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .single-page {
    padding-bottom: 100px;
  }
}

.singe-page-container {
  box-shadow: 0 2px 2px rgba(2, 31, 4, 0.3);
  border-radius: 10px;
  background-color: #fff;
  margin-top: -75px;
  padding: 85px 164px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .singe-page-container {
    padding: 45px 70px;
  }
}

@media only screen and (max-width: 768px) {
  .singe-page-container {
    padding: 25px;
  }
}

.singe-page-container.blog-single {
  padding: 68px 164px;
}

@media only screen and (max-width: 992px) {
  .singe-page-container.blog-single {
    padding: 45px 70px;
  }
}

@media only screen and (max-width: 768px) {
  .singe-page-container.blog-single {
    padding: 25px;
  }
}

.singe-page-container.courses-single {
  padding: 50px 40px 150px 47px;
}

@media only screen and (max-width: 768px) {
  .singe-page-container.courses-single {
    padding: 50px 40px 50px 47px;
  }
}

.singe-page-container.mentors {
  padding: 150px 100px;
}

@media only screen and (max-width: 1200px) {
  .singe-page-container.mentors {
    padding: 75px 50px;
  }
}

.blog__title {
  font: 700 24px/24px "Lato";
  color: #0b910d;
  margin-bottom: 50px;
}

.page-blog {
  padding: 120px 0 80px;
  background: #f6f6f6;
}

@media only screen and (max-width: 992px) {
  .page-blog {
    padding: 80px 0 60px;
  }
}

.blog-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 80px;
}

.blog-hero + .blog-feature-card,
.blog-hero + .row {
  margin-top: 10px;
}

.blog-hero img {
  max-width: 220px;
}

@media only screen and (max-width: 768px) {
  .blog-hero {
    display: block;
    text-align: left;
  }
}

.page-blog__eyebrow {
  font: 700 13px/13px "Lato";
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7c7c7c;
  margin-bottom: 10px;
}

.page-blog__title {
  margin-bottom: 35px;
}

.page-blog__lede {
  font: 400 17px/28px "Lato";
  color: #464646;
  max-width: 760px;
  margin: 0;
}

.blog-feature-card {
  display: flex;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .blog-feature-card {
    display: block;
  }
}

.blog-feature-card__image {
  flex: 1;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  background-color: #eef4e6;
}

.blog-feature-card__body {
  flex: 1;
  padding: 35px 40px;
}

.blog-feature-card__eyebrow {
  font: 700 12px/12px "Lato";
  color: #98c03f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.blog-feature-card__title {
  font: 700 34px/38px "Lato";
  margin: 0 0 12px;
  color: #464646;
}

.blog-feature-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-feature-card__meta {
  font: 400 14px/14px "Lato";
  color: #7c7c7c;
  margin-bottom: 16px;
}

.blog-feature-card__meta i {
  margin-right: 6px;
}

.blog-feature-card__meta span + span {
  margin-left: 16px;
}

.blog-feature-card__excerpt {
  font: 400 16px/26px "Lato";
  color: #464646;
  margin-bottom: 20px;
}

.blog-grid {
  margin-top: 10px;
}

.blog-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card__image {
  padding-top: 56%;
  background-size: cover;
  background-position: center;
  background-color: #eef4e6;
}

.blog-card__body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card__title {
  font: 700 24px/28px "Lato";
  margin: 0 0 8px;
  color: #464646;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-card__meta {
  font: 400 13px/13px "Lato";
  color: #7c7c7c;
  margin-bottom: 12px;
}

.blog-card__meta i {
  margin-right: 6px;
}

.blog-card__meta span + span {
  margin-left: 14px;
}

.blog-card__excerpt {
  font: 400 15px/24px "Lato";
  color: #464646;
  margin-bottom: 16px;
  flex: 1;
}

.blog-card__cta {
  align-self: flex-start;
}

.page-for-who__btn--simple {
  display: inline-block;
  min-width: 220px;
  padding: 14px 56px 14px 24px;
  line-height: 1.4;
  height: auto;
  background-position: calc(100% - 24px) center;
  background-size: 18px auto;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.blog-post__actions {
  text-align: center;
  margin-top: 40px;
}

.blog-post__actions .page-for-who__btn {
  display: inline-block;
  margin: 0 10px;
  min-width: 220px;
  padding: 14px 56px 14px 24px;
  line-height: 1.4;
  height: auto;
  background-position: calc(100% - 24px) center;
  background-size: 18px auto;
}

@media only screen and (max-width: 600px) {
  .blog-post__actions .page-for-who__btn {
    display: block;
    margin: 0 auto 12px;
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .blog__title {
    font: 700 21px/21px "Lato";
  }
}

.blog-post {
  margin-bottom: 110px;
}

@media only screen and (max-width: 992px) {
  .blog-post {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-post {
    margin-bottom: 50px;
  }
}

.blog-post__title {
  font: 700 51px/51px "Lato";
  color: #464646;
  margin-bottom: 35px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 992px) {
  .blog-post__title {
    font: 700 31px/31px "Lato";
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-post__title {
    font: 700 24px/24px "Lato";
  }
}

.blog-post__title:hover {
  color: #464646;
}

.blog-post__desc {
  font: 400 22px/36px "Lato";
  color: #464646;
  margin-bottom: 45px;
}

@media only screen and (max-width: 992px) {
  .blog-post__desc {
    font: 400 18px/30px "Lato";
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-post__desc {
    font: 400 16px/26px "Lato";
    margin-bottom: 25px;
  }
}

.blog-post__link {
  margin-bottom: 75px;
  display: block;
}

@media only screen and (max-width: 992px) {
  .blog-post__link {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-post__link {
    margin-bottom: 25px;
  }
}

.blog-post__photo {
  width: 100%;
}

.blog-post__wysiwyg {
  font: 400 18px/34px "Lato";
  color: #464646;
  margin-bottom: 111px;
}

@media only screen and (max-width: 992px) {
  .blog-post__wysiwyg {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-post__wysiwyg {
    font: 400 14px/26px "Lato";
    margin-bottom: 30px;
  }
}

.blog-post__single-post {
  font: 400 18px/34px "Lato";
  color: #464646;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .blog-post__single-post {
    margin-bottom: 15px;
    font: 400 16px/28px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .blog-post__single-post {
    font: 400 14px/24px "Lato";
  }
}

.blog-post__msg-box {
  position: relative;
  margin-top: 90px;
  width: 100%;
}

.blog-post #reply-title {
  display: none;
}

.blog-post .comment-form-comment label {
  display: none;
}

.blog-post__author-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}

@media only screen and (max-width: 992px) {
  .blog-post__author-img {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-post__author-img {
    margin-right: 15px;
  }
}

.blog-post__author-img img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
}

.blog-post__author-data-box {
  display: inline-block;
  vertical-align: middle;
}

.blog-post__author-data {
  font: 400 12px/18px "Lato";
  color: #7c7c7c;
  margin-bottom: 0;
}

.blog-post__author-name {
  font: 400 18px/18px "Lato";
  color: #464646;
  margin-bottom: 20px;
}

.blog-post__author--single {
  padding-top: 30px;
  border-top: 1px solid #bfbfbf;
  position: relative;
}

.blog-post__author--single .blog-post__author-img {
  margin-right: 22px;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .blog-post__author--single .blog-post__author-img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.blog-post__author--single .blog-post__author-img img {
  width: 88px;
  height: 88px;
}

.blog-post__author--single .blog-post__author-data-box {
  vertical-align: top;
  margin-top: 8px;
  width: 445px;
}

@media only screen and (max-width: 768px) {
  .blog-post__author--single .blog-post__author-data-box {
    width: 100%;
    text-align: center;
  }
}

.blog-post__details {
  padding: 0;
  list-style-type: none;
  margin-bottom: 75px;
}

@media only screen and (max-width: 992px) {
  .blog-post__details {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-post__details {
    margin-bottom: 20px;
  }
}

.blog-post__details-txt {
  display: inline-block;
  margin-right: 15px;
  font: 400 14px/14px "Lato";
  color: #7c7c7c;
}

@media only screen and (max-width: 768px) {
  .blog-post__details-txt {
    margin-right: 10px;
    font: 400 12px/12px "Lato";
  }
}

.blog-post--single .blog-post__photo {
  height: 260px;
  object-fit: cover;
  object-position: center;
}

.blog-post--single .blog-post__title {
  font: 400 24px/24px "Lato";
  margin-bottom: 23px;
  display: block;
}

@media only screen and (max-width: 992px) {
  .blog-post--single .blog-post__title {
    font: 400 20px/20px "Lato";
    margin-bottom: 15px;
  }
}

.blog-post--single .blog-post__desc {
  font: 400 14px/24px "Lato";
  margin-bottom: 70px;
}

@media only screen and (max-width: 992px) {
  .blog-post--single .blog-post__desc {
    margin-bottom: 35px;
  }
}

#comments {
  font: 300 14px/18px "Lato";
  color: #464646;
}

#comments a {
  color: #0b910d;
}

#comments .comment-meta {
  padding: 0;
}

#comments .reply {
  color: #0b910d;
}

#comments .comment-list {
  padding: 0;
}

#comments .fn {
  font: 700 16px/18px "Lato";
}

#comments p {
  margin-top: 10px;
  font: 300 12px/18px "Lato";
}

#comments .comment-author.vcard {
  margin-bottom: 10px;
}

textarea {
  height: 100%;
  width: 100%;
  box-shadow: 0 2px 2px rgba(83, 83, 83, 0.15);
  border: 1px solid #f1f1f1;
  font: 300 12px/18px "Lato";
  color: #464646;
  resize: none;
  padding: 50px 20px 20px 73px;
  outline: 0;
  margin-bottom: 20px;
  position: relative;
  background-image: url("../img/icons/comment-icon.png");
  background-repeat: no-repeat;
  background-position: 20px 40px;
  background-size: 36px;
}

textarea ::-webkit-input-placeholder {
  opacity: 1;
  font: 300 12px/18px "Lato";
  color: #464646;
}

textarea :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  font: 300 12px/18px "Lato";
  color: #464646;
}

textarea ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  font: 300 12px/18px "Lato";
  color: #464646;
}

textarea :-ms-input-placeholder {
  opacity: 1;
  font: 300 12px/18px "Lato";
  color: #464646;
}

.comment-form-url,
.comment-notes {
  display: none;
}

.comment-form-author,
.comment-form-email {
  margin-bottom: 15px;
}

.comment-form-author label,
.comment-form-email label {
  font: 400 14px/18px "Lato";
  color: #7c7c7c;
  display: inline-block;
  width: 75px;
}

.comment-form-author input,
.comment-form-email input {
  border: 1px solid #f1f1f1;
  font: 300 12px/18px "Lato";
  color: #464646;
  padding: 5px 5px 5px 10px;
  box-shadow: 0 2px 2px rgba(83, 83, 83, 0.15);
  outline: 0;
}

#submit {
  margin-top: 20px;
  display: block;
  width: 225px;
  height: 46px;
  font: 400 13px/46px "Source sans pro";
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #df1111;
  padding: 0;
  text-align: center;
  border: none;
}

.saboxplugin-wrap .saboxplugin-gravatar {
  padding: 0 20px 20px 0;
}

.saboxplugin-wrap .saboxplugin-authorname {
  margin: 0 0 20px 0;
}

.saboxplugin-wrap .saboxplugin-desc {
  width: 540px;
  color: #7c7c7c;
}

.saboxplugin-wrap .saboxplugin-socials {
  position: absolute !important;
  right: 0;
  top: 75px;
  padding: 0 !important;
}

.synved-social-provider-facebook {
  width: auto !important;
  position: relative;
}

.synved-social-provider-facebook:after {
  content: 'udostępnij';
  font: 400 18px/34px "Lato";
  color: #919191;
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}

.synved-social-provider-facebook:hover {
  color: #919191;
  text-decoration: none;
}

.likebtn_container {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  top: 4px;
}

.lb-count {
  font: 400 18px/34px "Lato";
  margin-left: 10px !important;
}

.page-numbers {
  display: block;
  width: 100%;
  list-style-type: none;
  text-align: center;
}

.page-numbers li {
  display: inline-block;
  margin-right: 5px;
}

.page-numbers .page-numbers {
  font: 400 16px/16px "Source sans pro";
  color: #464646;
  padding: 3px;
}

.page-numbers .page-numbers.current {
  color: #0b910d;
  border: 1px solid #0b910d;
}

.sign-up__title {
  font: 300 29px/37px "Lato";
  color: #221f20;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .sign-up__title {
    font: 300 21px/31px "Lato";
  }
}

.sign-up__desc {
  font: 400 16px/26px "Lato";
  color: #221f20;
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .sign-up__desc {
    font: 400 14px/24px "Lato";
    margin-bottom: 30px;
  }
}

.sign-up__form-field {
  margin-bottom: 30px;
}

.sign-up__field {
  height: 68px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #0b910d;
  color: #221f20;
  font: 400 14px/24px "Lato";
  padding-left: 20px;
  outline: 0;
}

.sign-up__field::-webkit-input-placeholder {
  opacity: 1;
  color: #221f20;
  font: 400 14px/24px "Lato";
}

.sign-up__field:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #221f20;
  font: 400 14px/24px "Lato";
}

.sign-up__field::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #221f20;
  font: 400 14px/24px "Lato";
}

.sign-up__field:-ms-input-placeholder {
  opacity: 1;
  color: #221f20;
  font: 400 14px/24px "Lato";
}

.sign-up__field--select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/icons/black-select-arrow.png");
  background-repeat: no-repeat;
  background-size: 12px 6px;
  background-position: right 20px center;
}

.sign-up__submit {
  display: block;
  font: 400 13px/65px "Source sans pro";
  color: #fff;
  width: 185px;
  height: 65px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background-color: #df1111;
  border-radius: 5px;
  border: 0;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .sign-up__submit {
    width: 100%;
  }
}

.sign-up__info {
  margin-bottom: 65px;
}

.sign-up__mail {
  color: #221f20;
  font: 700 16px/26px "Lato";
}

.sign-up__mail:hover {
  text-decoration: none;
  color: #221f20;
}

.thanks__title {
  font: 700 29px/39px "Lato";
  color: #221f20;
  margin-bottom: 20px;
}

.thanks__subtitle {
  font: 700 24px/34px "Lato";
  color: #221f20;
  margin-bottom: 20px;
}

.thanks__content {
  font: 400 16px/26px "Lato";
  color: #221f20;
}

.thanks__content ul {
  padding-left: 0;
  margin-top: 30px;
  list-style-type: none;
}

.thanks__content li {
  font: 300 16px/20px "Lato";
  color: #231f20;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.thanks__content li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  line-height: 10px;
  border-radius: 50%;
  border: 2px solid #0b910d;
  background: transparent;
}

@media only screen and (max-width: 768px) {
  .thanks__content li {
    font: 300 13px/22px "Lato";
  }
}

.thanks__content a {
  color: #0b910d;
  font-weight: 700;
}

.thanks__content a:hover {
  text-decoration: underline;
  color: #0b910d;
}

.thanks__txt {
  font: 400 16px/26px "Lato";
  color: #221f20;
  margin-bottom: 30px;
}

.mentors__box {
  position: relative;
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .mentors__box {
    margin-bottom: 30px;
  }
}

.mentors__info {
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .mentors__info {
    position: static;
  }
}

.mentors__data {
  font: 300 51px/69px "Lato";
  color: #231f20;
}

@media only screen and (max-width: 992px) {
  .mentors__data {
    font: 300 31px/39px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .mentors__data {
    font: 300 21px/29px "Lato";
    text-align: center;
  }
}

.mentors__name {
  font-weight: 700;
  color: #7bb34b;
}

.mentors__photo {
  border-radius: 25px;
}

@media only screen and (max-width: 992px) {
  .mentors__photo {
    width: 225px;
    height: 225px;
  }
}

@media only screen and (max-width: 768px) {
  .mentors__photo {
    float: none !important;
    margin: 30px auto 0;
    display: block;
  }
}

.mentors__wysiwyg {
  font: 400 20px/38px "Lato";
  color: #231f20;
}

@media only screen and (max-width: 992px) {
  .mentors__wysiwyg {
    font: 400 16px/28px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .mentors__wysiwyg {
    font: 400 14px/24px "Lato";
  }
}

.mentors__wysiwyg a {
  color: #7bb34b;
  font-weight: 700;
  text-decoration: underline;
}

.mentors__contact {
  margin-top: 80px;
}

@media only screen and (max-width: 992px) {
  .mentors__contact {
    margin-top: 40px;
  }
}

.mentors__contact-title {
  font: 700 27px/38px "Lato";
  color: #231f20;
  margin-bottom: 60px;
}

@media only screen and (max-width: 992px) {
  .mentors__contact-title {
    font: 700 21px/31px "Lato";
  }
}

@media only screen and (max-width: 768px) {
  .mentors__contact-title {
    font: 700 18px/28px "Lato";
    margin-bottom: 30px;
  }
}

.mentors__contact-social-media {
  display: inline-block;
  width: 59px;
  height: 59px;
  line-height: 59px;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}

.mentors__contact-social-media:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .mentors__contact-social-media {
    width: 39px;
    height: 39px;
    line-height: 39px;
    margin-right: 10px;
  }
}

.mentors__contact-social-media img {
  width: 100%;
  height: 100%;
}

.mentors__skillset-box {
  height: 80px;
  margin-bottom: 40px;
  position: relative;
}

.mentors__skillset-box:nth-child(2n + 2) img {
  right: 15px;
  left: initial;
}

.mentors__skillset img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

@media only screen and (max-width: 992px) {
  .mentors__skillset img {
    position: static;
    width: 100%;
  }
}
