.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-cabinet {
  margin: 0 0 15px 0;
}
.section-cabinet .cabinet-menu {
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 480px) {
  .section-cabinet .cabinet-menu {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
  }
}
.section-cabinet .cabinet-menu li {
  background-color: #000;
  border-bottom: 1px solid #cb6364;
  list-style-type: none;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .section-cabinet .cabinet-menu li {
    border-right: 1px solid #cb6364;
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .section-cabinet .cabinet-menu li {
    border-left: 1px solid #cb6364;
    border-bottom: none;
    flex: 1;
  }
}
.section-cabinet .cabinet-menu li:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 480px) {
  .section-cabinet .cabinet-menu li:last-child {
    border-bottom: 1px solid #cb6364;
  }
}
@media only screen and (min-width: 600px) {
  .section-cabinet .cabinet-menu li:last-child {
    border-bottom: none;
  }
}
.section-cabinet .cabinet-menu li .dropdown-menu {
  position: relative;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px #b51f20;
  -moz-box-shadow: 0 6px 12px #b51f20;
  box-shadow: 0 6px 12px #b51f20;
}
@media only screen and (min-width: 480px) {
  .section-cabinet .cabinet-menu li .dropdown-menu {
    width: 100%;
    position: absolute;
    box-shadow: none;
  }
}
@media only screen and (min-width: 600px) {
  .section-cabinet .cabinet-menu li .dropdown-menu {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .section-cabinet .cabinet-menu li .dropdown-menu {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .section-cabinet .cabinet-menu li .dropdown-menu li {
    width: 100.3%;
  }
}
@media only screen and (min-width: 600px) {
  .section-cabinet .cabinet-menu li .dropdown-menu li {
    width: 100%;
  }
}
.section-cabinet .cabinet-menu li .dropdown-menu li a {
  background: #df5959;
}
@media only screen and (min-width: 480px) {
  .section-cabinet .cabinet-menu li .dropdown-menu li a {
    padding: 8px 10px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .section-cabinet .cabinet-menu li .dropdown-menu li a {
    padding: 12px 10px;
  }
}
.section-cabinet .cabinet-menu li .dropdown-menu li a:hover {
  color: #FFFFFF;
  background: #b51f20;
}
.section-cabinet .cabinet-menu li a {
  background-color: #dc4c4c;
  color: #FFFFFF;
  display: flex;
  font-size: 12px;
  justify-content: center;
  padding: 8px 0;
  text-decoration: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-cabinet .cabinet-menu li a {
    padding: 12px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-cabinet .cabinet-menu li a {
    padding: 12px 0;
    font-size: 14px;
  }
}
.section-cabinet .cabinet-menu li a:hover,
.section-cabinet .cabinet-menu li a.active {
  background: #b51f20;
}
.section-cabinet .cabinet-menu li a img {
  display: none;
  margin: 0 5px 0 0;
}
@media only screen and (min-width: 480px) {
  .section-cabinet .cabinet-menu li a img {
    display: inline;
  }
}
@media only screen and (min-width: 600px) {
  .section-cabinet .cabinet-menu li a img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .section-cabinet .cabinet-menu li a img {
    display: inline;
  }
}
@media only screen and (min-width: 992px) {
  .section-cabinet .cabinet-menu li a img {
    margin: 0 15px 0 0;
  }
}
.section-cabinet .content-container {
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 15px;
}
.section-cabinet .content-container .webinar-info .photo-box {
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .section-cabinet .content-container .webinar-info .photo-box {
    float: left;
    margin-right: 15px;
  }
}
.section-cabinet .content-container .webinar-info .photo-box .img-container {
  width: 175px;
  height: 175px;
  margin: 0 auto 15px auto;
}
.section-cabinet .content-container .webinar-info .photo-box .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-cabinet .content-container .webinar-info .info-box {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-cabinet .content-container .webinar-info .info-box {
    font-size: 16px;
  }
}
.section-cabinet .content-container .webinar-info .info-box dt.webinar-description-title {
  clear: both;
}
.section-cabinet .content-container .webinar-info .info-box dd {
  margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
  .section-cabinet .content-container .webinar-info .info-box dd {
    margin-bottom: 5px;
  }
}
.section-cabinet .content-container .webinar-info .info-box dd span.time {
  margin-left: 10px;
}
.section-cabinet .content-container .webinar-info .info-box dd.webinar-description {
  text-align: justify;
}
.section-cabinet .content-container .webinar-info .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
  text-align: center;
  background: #f5f5f5;
  font-weight: 700;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .section-cabinet .content-container .webinar-info .button-container {
    padding: 8px 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .section-cabinet .content-container .webinar-info .button-container {
    padding: 12px 0;
    font-size: 18px;
  }
}
.section-cabinet .content-container .webinar-info .button-container img {
  margin: 0 5px 0 0;
}
@media only screen and (min-width: 768px) {
  .section-cabinet .content-container .webinar-info .button-container img {
    margin: 0 10px 0 0;
  }
}
