.body {
  font-family: 'Roboto', sans-serif;
}
.body .section-header {
  background: #F5F5F5;
}
@media only screen and (min-width: 768px) {
  .body .section-header .flex-row {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 480px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu {
    display: block;
  }
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 480px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu .first-floor {
    display: inline-flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu .first-floor {
    display: flex;
    align-items: flex-end;
    margin: 0;
  }
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .dropdown {
  font-weight: 300;
}
@media screen and (min-width: 480px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .dropdown {
    margin: 0 15px 0 0;
  }
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .dropdown button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .dropdown button {
    padding: 2px 5px;
  }
}
@media screen and (min-width: 992px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .dropdown button {
    padding: 5px 12px;
  }
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .dropdown button img {
  margin: 0 10px 0 0;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .dropdown button span.caret {
  margin: 0 0 0 10px;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .dropdown .dropdown-menu {
  border-radius: 0;
  border-color: #E8E8E8;
  min-width: 100%;
  margin: 0;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .dropdown .dropdown-menu li a {
  padding: 2px 3px 2px 5px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .dropdown .dropdown-menu li a {
    padding: 5px 6px 5px 12px;
  }
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .dropdown .dropdown-menu li a img {
  margin: 0 10px 0 0;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .auth-buttons {
  font-weight: 300;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .auth-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  height: 24px;
  padding: 0 5px;
  margin: 0 5px 0 0;
}
@media only screen and (min-width: 768px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .auth-buttons a {
    padding: 2px 20px;
    height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .auth-buttons a {
    height: 32px;
    font-size: 16px;
  }
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .auth-buttons a:last-child {
  margin: 0;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .auth-buttons a.auth {
  background: #1EA034;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .first-floor .auth-buttons a.register {
  background: #D21F22;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .second-floor {
  display: none;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 480px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu .second-floor {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu .second-floor {
    display: block;
    text-align: right;
  }
}
.body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons li {
  display: inline-block;
  margin: 0 0 0 5px;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons li a {
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 24px;
  height: 24px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons li a {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons li a {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}
.body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons li a.facebook {
  background: #3b5998;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons li a.facebook:hover {
  background: #2d4373;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons li a.twitter {
  background: #0084b4;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons li a.twitter:hover {
  background: #005f81;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons li a.vk {
  background: #597ba0;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons li a.vk:hover {
  background: #47627f;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons li a.youtube {
  background: #cc181e;
}
.body .section-header .flex-row .flex-column .header-secondary-menu .second-floor .social-buttons li a.youtube:hover {
  background: #9e1317;
}
.body .section-header .flex-row .flex-column .logo-container {
  margin: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .body .section-header .flex-row .flex-column .logo-container {
    text-align: left;
  }
}
.body .section-header .flex-row .flex-column .logo-container img {
  max-width: 100%;
}
.body .section-main-menu {
  background: #1D63B8;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .body .section-main-menu {
    padding: 0;
  }
}
.body .section-main-menu .main-menu-bars {
  cursor: pointer;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .body .section-main-menu .main-menu-bars {
    display: none;
  }
}
.body .section-main-menu .main-menu {
  display: none;
  margin: 15px 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .body .section-main-menu .main-menu {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
}
.body .section-main-menu .main-menu li {
  list-style-type: none;
}
@media only screen and (min-width: 480px) {
  .body .section-main-menu .main-menu li {
    font-size: 12px;
    margin: 0 0 4px 0;
    display: inline-block;
    text-align: center;
    width: 49.5%;
  }
}
@media only screen and (min-width: 768px) {
  .body .section-main-menu .main-menu li {
    flex: auto;
    margin: 0;
  }
}
.body .section-main-menu .main-menu li a {
  font-weight: 300;
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #FFFFFF;
}
@media only screen and (min-width: 480px) {
  .body .section-main-menu .main-menu li a {
    text-align: center;
    background: #174F92;
  }
}
@media only screen and (min-width: 768px) {
  .body .section-main-menu .main-menu li a {
    background: transparent;
    padding: 10px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 992px) {
  .body .section-main-menu .main-menu li a {
    padding: 10px;
    font-size: 14px;
  }
}
.body .section-main-menu .main-menu li a:hover {
  background: #174F92;
}
.body .section-main-menu .main-menu li a.add-webinar {
  font-weight: 700;
  background: #1EA034;
}
.body .section-page-title .page-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .body .section-page-title .page-title {
    margin: 25px 0;
  }
}
@media only screen and (min-width: 992px) {
  .body .section-page-title .page-title {
    font-size: 38px;
  }
}
.body .section-footer {
  padding: 15px 0;
  background: #E8E8E8;
}
@media only screen and (min-width: 768px) {
  .body .section-footer .footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.body .section-footer .footer-content .left-side .img-container {
  margin: 0 0 10px 0;
  text-align: center;
}
.body .section-footer .footer-content .left-side .img-container img {
  max-width: 100%;
}
.body .section-footer .footer-content .left-side .copyright {
  text-align: center;
  margin: 0 0 10px 0;
  color: #8B898A;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .body .section-footer .footer-content .left-side .copyright {
    text-align: left;
  }
}
.body .section-footer .footer-content .right-side .social-buttons {
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .body .section-footer .footer-content .right-side .social-buttons {
    text-align: right;
  }
}
.body .section-footer .footer-content .right-side .social-buttons li {
  list-style-type: none;
  display: inline;
}
.body .section-footer .footer-content .right-side .social-buttons li a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 18px;
  color: #FFFFFF;
}
.body .section-footer .footer-content .right-side .social-buttons li a.facebook {
  background: #3b5998;
}
.body .section-footer .footer-content .right-side .social-buttons li a.facebook:hover {
  background: #2d4373;
}
.body .section-footer .footer-content .right-side .social-buttons li a.twitter {
  background: #0084b4;
}
.body .section-footer .footer-content .right-side .social-buttons li a.twitter:hover {
  background: #005f81;
}
.body .section-footer .footer-content .right-side .social-buttons li a.vk {
  background: #597ba0;
}
.body .section-footer .footer-content .right-side .social-buttons li a.vk:hover {
  background: #47627f;
}
.body .section-footer .footer-content .right-side .social-buttons li a.youtube {
  background: #cc181e;
}
.body .section-footer .footer-content .right-side .social-buttons li a.youtube:hover {
  background: #9e1317;
}
.body .section-footer .footer-content .right-side .developers {
  justify-content: center;
  display: flex;
  align-items: center;
}
.body .section-footer .footer-content .right-side .developers span {
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
.section-about-us .about-us-content {
  padding: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .section-about-us .about-us-content {
    padding: 0 0 35px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-about-us .about-us-content {
    width: 75%;
    margin: 0 auto;
  }
}
.section-about-us .about-us-content .description {
  text-align: justify;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .section-about-us .about-us-content .description {
    margin: 0 0 35px 0;
    font-size: 16px;
  }
}
.section-about-us .about-us-content .video-container {
  width: 100%;
  height: 0;
  padding-top: 52%;
  position: relative;
}
.section-about-us .about-us-content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
