@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i';
* {
  font-family: "Roboto Condensed";
}
p {
  font-size: 16px;
  font-weight: 300;
}
ul li,
ol li {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
  ul li,
  ol li {
    font-size: 18px;
  }
}
/* Large devices (large desktops, 1200px and up) */
.background-blue-lighter {
  background-color: #A5D5ED;
}
.background-blue-light {
  background-color: #79C2E6;
}
.background-blue-dark {
  background-color: #004E95;
}
.background-magenta-dark {
  background-color: #D72653;
}
.background-magenta {
  background-color: #FC2F60;
}
.background-red {
  background-color: #E40421;
}
.background-orange-light {
  background-color: #FFA133;
}
.background-cyan {
  background-color: #4CBBE3;
}
.background-blue {
  background-color: #2C7DFF;
}
.background-green {
  background-color: #39B54A;
}
.background-grey-darker {
  background-color: #303030;
}
.grey-darker {
  color: #303030;
}
.orange-light {
  color: #FFA133;
}
.magenta {
  color: #FC2F60;
}
.green {
  color: #39B54A;
}
.blue {
  color: #2C7DFF;
}
.blue-dark {
  color: #004E95;
}
.cyan {
  color: #4CBBE3;
}
.grey-light {
  color: #9B9B9B;
}
.red {
  color: #E40421;
}
header {
  position: relative;
}
header.home {
  overflow: hidden;
  height: 179px;
}
header.home .logo h1 {
  display: inline;
  margin: 0;
  padding: 0;
}
header.home .navbar.navbar-inverse {
  opacity: 0.85;
}
header .logo {
  float: left;
  width: 187px;
  height: 70px;
  padding: 0px 0 0 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
header .logo h1 {
  margin: 0;
  padding: 0;
}
header .motive {
  float: left;
  margin-left: 143px;
  color: white;
  margin-top: 5vw;
  font-size: 17px;
  width: 32%;
  font-size: 3vw;
  line-height: 5vw;
}
header .navbar.navbar-inverse {
  border: none;
  z-index: 99;
  height: 70px;
}
header .navbar .navbar-toggle {
  margin-top: 16px;
}
header .main-menu {
  background-color: #666666;
}
header .main-menu a {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
header .main-menu a.active,
header .main-menu a.subscription {
  border-radius: 7px;
}
header .main-menu a.active {
  background-color: #666666;
}
header .main-menu a.subscription {
  background-color: #F68A13;
}
header .main-menu .menu-lang {
  margin-left: 20px;
}
header .main-menu .menu-lang a {
  font-size: 16px;
  color: white;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}
header .main-menu .menu-lang a:not(:last-child):after {
  margin-left: 9px;
  margin-right: 5px;
  content: '|';
}
header .main {
  /*height: 108px;*/
}
header .big-picture {
  background-image: url(../images/theme/pictures/home-slider.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 145px;
  z-index: 98;
  position: absolute;
  top: 34px;
  left: 0;
}
header .slogan {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  padding: 20px;
  background-color: grey;
  opacity: 0.8;
  color: white;
  font-size: 23px;
  border-radius: 4px;
  display: none;
}
/* xSmall devices (tablets, 380px and up) */
@media (min-width: 380px) {
  header .motive {
    float: left;
    margin-left: 143px;
    color: white;
    margin-top: 18px;
    font-size: 17px;
    width: 40%;
    line-height: initial;
    font-size: 15px;
  }
}
/* xSmall devices (tablets, 420px and up) */
@media (min-width: 420px) {
  header.home {
    height: 199px;
  }
  header.home .big-picture {
    height: 160px;
    top: 40px;
    left: 0;
  }
}
/* xSmall devices (tablets, 640px and up) */
@media (min-width: 640px) {
  header.home {
    height: 243px;
  }
  header.home .big-picture {
    height: 204px;
    top: 40px;
    left: 0;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  header.home {
    height: 340px;
  }
  header.home .big-picture {
    width: 100%;
    height: 322px;
    z-index: 98;
    position: absolute;
    top: 20px;
    left: 0;
  }
  header .logo {
    height: 90px;
    padding: 9px 0 0 40px;
    border-right: 1px solid white;
  }
  header .motive {
    position: absolute;
    margin-left: 216px;
    margin-top: 8px;
    width: auto;
    font-size: 17px;
  }
  header .navbar.navbar-inverse {
    height: 90px;
  }
  header .main-menu {
    background-color: transparent;
    margin-top: 38px;
    margin-left: 187px;
  }
  header .main-menu li a {
    font-size: 15px;
    line-height: 12px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  header.home {
    height: 450px;
  }
  header.home .big-picture {
    width: 100%;
    height: 500px;
    z-index: 98;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .logo {
    width: 187px;
    height: 108px;
    padding: 17px 0 0 40px;
  }
  header .motive {
    border-bottom: 1px solid white;
    padding-bottom: 4px;
  }
  header .navbar.navbar-inverse {
    height: 108px;
  }
  header .main-menu {
    margin-top: 53px;
    margin-left: 187px;
  }
  header .main-menu li a {
    font-size: 24px;
  }
}
/* Large devices (large desktops, 1200px and up) */
.title-block {
  color: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.title-block i.fa {
  font-size: 40px;
}
.title-block h1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
}
.title-block p {
  font-size: 20px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .title-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-block i.fa {
    font-size: 70px;
  }
  .title-block h1 {
    font-size: 70px;
  }
  .title-block p {
    font-size: 20px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.big-block {
  color: #4A4A4A;
  position: relative;
  padding: 20px;
  min-height: 300px;
}
.big-block h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.big-block p {
  font-size: 18px;
}
.big-block .more {
  position: absolute;
  bottom: 16px;
  right: 27px;
  font-size: 35px;
}
.courses-grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
}
.courses-grid .course-block {
  color: white;
  font-size: 36px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.courses-grid .course-block.subscribe {
  grid-column: 1 / span 2;
}
.courses-grid .course-block:hover {
  opacity: 0.85;
}
.courses-grid .course-block .wrapper {
  padding: 10px 10px;
}
.courses-grid .course-block .wrapper .type {
  line-height: 34px;
}
.courses-grid .course-block .wrapper .duration {
  font-weight: 400;
  line-height: 160px;
  background: url('../images/theme/icons/duration.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 17px;
}
.courses-grid .course-block .wrapper .price {
  margin-top: 9px;
}
.courses-grid .course-block .wrapper .price .total {
  line-height: 25px;
}
.courses-grid .course-block .wrapper .price .detail {
  font-weight: 400;
  font-size: 20px;
}
.courses-grid .course-block .wrapper .description {
  font-size: 26px;
  font-weight: 500;
}
.courses-grid .course-block:before {
  content: '';
  padding-top: 100%;
  /* vertical value as  100% equals width */
  float: left;
}
.course-block.offer {
  background-image: none;
  padding: 30px;
}
.course-block.offer .description {
  margin-bottom: 30px;
}
.course-block.offer .price {
  font-size: 28px;
  margin-top: 0;
}
.course-block.offer .price .detail {
  display: block;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .big-block {
    min-height: 400px;
  }
  .courses-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .courses-grid .course-block.subscribe {
    grid-column: 2 / span 2;
  }
  .courses-grid .course-block .wrapper {
    padding: 10px 30px;
  }
  .courses-grid .course-block .wrapper .duration {
    line-height: 92px;
    background-position-y: 0px;
    background-position: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
  }
  .courses-grid .course-block .wrapper .description {
    font-size: 21px;
  }
  .course-block.offer {
    background-image: url("../images/theme/icons/offer-background.svg");
    padding: 30px;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: 358px;
    background-position-y: 176px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .big-block {
    min-height: 310px;
  }
  .courses-grid .course-block .wrapper .duration {
    line-height: 160px;
    background-position-y: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 36px;
  }
  .courses-grid .course-block .wrapper .description {
    font-size: 26px;
  }
  .course-block.offer {
    background-size: 418px;
    background-position-y: 249px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .courses-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .course-block.offer {
    background-size: 507px;
    background-position-y: 290px;
  }
}
.form-group.strong label {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}
.form-group.strong input,
.form-group.strong textarea {
  border: 3px solid black;
  border-radius: 0;
  color: black;
  font-weight: 600;
}
.form-group.strong .submit {
  font-size: 24px;
  color: white;
  border: 3px solid black;
  padding: 10px 20px;
  box-shadow: 3px 6px 0px black;
}
.design-link {
  font-size: 24px;
  color: white;
  border: 3px solid black;
  padding: 10px 20px;
  box-shadow: 3px 6px 0px black;
}
.design-link:hover {
  opacity: 0.8;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
ol li {
  padding-left: 7px;
}
.faq-list li {
  margin-bottom: 40px;
}
.faq-list li .answer ol li {
  margin-bottom: 0;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.bubble-container {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.bubble-container .bubble {
  font-size: 90px;
  background-color: white;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  padding-top: 20px;
  margin: 0 auto 20px auto;
}
.bubble-container p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
footer {
  background-color: #383838;
  color: white;
}
footer .wrapper {
  padding: 20px;
}
footer .wrapper h3,
footer .wrapper .slogan {
  margin-top: 0;
  text-transform: uppercase;
}
footer .wrapper h3 {
  font-size: 26px;
  font-weight: 600;
}
footer .wrapper .slogan {
  font-size: 20px;
  line-height: 19px;
}
footer .wrapper .slogan,
footer .wrapper .logo,
footer .wrapper .address {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer .wrapper .logo {
  background-repeat: no-repeat;
  background-size: contain;
  height: 58px;
}
footer .wrapper .address {
  padding-left: 0;
  padding-right: 0;
}
footer .wrapper .address h3 {
  font-size: 18px;
  text-transform: none;
}
footer .wrapper .address p {
  font-size: 16px;
  margin-bottom: 0;
}
footer .wrapper .copyright {
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  display: none;
}
footer .wrapper .offer {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 15px 0;
}
footer .wrapper .offer h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
footer .wrapper .offer p {
  font-size: 20px;
}
footer .wrapper .offer .small {
  font-size: 16px;
  display: block;
}
footer .wrapper .contact {
  color: #666666;
  text-align: right;
  padding: 15px 0;
}
footer .wrapper .contact input {
  margin-bottom: 10px;
}
footer .wrapper .contact textarea {
  height: 130px;
  margin-bottom: 23px;
}
footer .wrapper .contact .submit {
  margin-bottom: 0;
  color: white;
  background-color: #F68A13;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  padding: 5px 15px 5px 15px;
}
footer .border-left {
  border-left: 1px solid white;
}
footer .border-right {
  border-right: 1px solid white;
}
footer .border-bottom {
  border-bottom: 1px solid white;
}
footer .border-top {
  border-top: 1px solid white;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  footer .wrapper .logo {
    height: 45px;
    margin-top: 7px;
  }
  footer .wrapper .copyright {
    display: block;
  }
  footer .wrapper .offer,
  footer .wrapper .contact {
    border-top: none;
    border-bottom: none;
    padding: 0 15px;
  }
  footer .border-sm-left {
    border-left: 1px solid white;
  }
  footer .border-sm-right {
    border-right: 1px solid white;
  }
  footer .border-sm-bottom {
    border-bottom: 1px solid white;
  }
  footer .border-sm-top {
    border-top: 1px solid white;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  footer .wrapper .logo {
    height: 58px;
    margin-top: 0px;
  }
}
/* Large devices (large desktops, 1200px and up) */
.icon-flask:before {
  content: "";
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.layout-padding {
  padding-right: 20px;
  padding-left: 20px;
}
.block-spacer {
  height: 20px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .layout-padding {
    padding-right: 60px;
    padding-left: 60px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.courses h2 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
