@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #ff7302;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #ff7302;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
/************************************
 Colors From : www.flatuicolors.com
************************************/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */
/* Variables */
.btn-primary {
  color: #ffffff;
  background-color: #ef813c;
  border-color: #ef813c;
}
.btn-primary:hover, .btn-primary:focus {
  color: #ffffff;
  background-color: #ec5f00;
  border-color: #ec5f00;
  text-decoration: none;
}
.btn-secondary {
  color: #ffffff;
  background-color: #E49B0B;
  border-color: #E49B0B;
  border-radius: 0;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #ffffff;
  background-color: #E49B0B;
  border-color: #E49B0B;
  text-decoration: none;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-top-color: #ff7a20;
  border-bottom-color: #ff7a20;
}
h2, h3 {
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 20px;
  line-height: normal;
}
/** 
 *------------------------------------------------------------------------------
 * $package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * $copyright     Copyright (C) 2004-2017 JoomlArt.com. All Rights Reserved.
 * $license       GNU General Public License version 2 or later; see LICENSE.txt
 * $authors       JoomlArt, JoomlaBamboo, (contribute to this project at github
 *                & Google group to become co-author)
 * $Google group: https://groups.google.com/forum/#!forum/t3fw
 * $Link:         http://t3-framework.org
 *------------------------------------------------------------------------------
 */
body {
  padding-top: 50px;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ff7a20;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, a:focus {
  color: #d35500;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
th, td {
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td, tr td {
  border-top: 1px solid #ddd;
}
.cat-list-row0:hover, .cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1, tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane, table.tablelist, table.category, table.admintable, table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #E49B0B;
}
.red {
  color: #c00;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.wrap {
  width: auto;
  clear: both;
}
.center, .table td.center, .table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/** 
 *------------------------------------------------------------------------------
 * $package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * $copyright     Copyright (C) 2004-2017 JoomlArt.com. All Rights Reserved.
 * $license       GNU General Public License version 2 or later; see LICENSE.txt
 * $authors       JoomlArt, JoomlaBamboo, (contribute to this project at github
 *                & Google group to become co-author)
 * $Google group: https://groups.google.com/forum/#!forum/t3fw
 * $Link:         http://t3-framework.org
 *------------------------------------------------------------------------------
 */
.logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.logo a {
  background: transparent;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo:hover a, .logo a:hover, .logo a:active, .logo a:focus {
  background: #e7e7e7;
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 991px) {
  .logo {
    position: static;
  }
  .logo a {
    background: #e7e7e7;
  }
  .logo:hover a, .logo a:hover, .logo a:active, .logo a:focus {
    color: #333;
  }
}
.off-canvas-toggle + .container .navbar-header .logo {
  left: 50px;
  border-left: 1px solid #e7e7e7;
}
@media screen and (min-width: 991px) {
  .off-canvas-toggle + .container .navbar-header .logo {
    border-left: 0;
  }
}
.logo-image > a {
  max-width: 160px;
  max-height: 55px;
}
.logo-image > a > img {
  max-width: 100%;
}
.logo-image span, .logo-image small {
  display: none;
}
.logo-text {
  text-transform: uppercase;
  font-size: 18px;
}
.logo-text a {
  line-height: 50px;
  padding: 0 20px;
}
.logo-text .site-slogan {
  display: none;
}
.head-search {
  height: 50px;
  position: absolute;
  right: 0;
  margin: 0;
  z-index: 1000;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  background: #f8f8f8;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  position: relative;
}
@media screen and (min-width: 991px) {
  .head-search .search {
    background: #e7e7e7;
  }
}
.head-search .search .fa-search {
  color: #777;
  content: "";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  left: 20px;
  top: 19px;
  z-index: 1;
}
.head-search .search .fa-search:hover {
  z-index: 0;
}
.head-search .form-control {
  border: 0;
  background: transparent;
  color: #777;
  height: 49px;
  line-height: 30px;
  position: relative;
  margin: 0;
  padding: 10px 15px 10px 40px;
  width: 0;
  -webkit-transition: width 0.2s;
  -khtml-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
@media screen and (min-width: 991px) {
  .head-search .form-control {
    height: 50px;
  }
}
.head-search .form-control:hover, .head-search .form-control:active, .head-search .form-control:focus {
  color: #333;
  box-shadow: none;
}
.head-search .form-control:active, .head-search .form-control:focus {
  width: 180px;
}
.head-search .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #0067a2 inset;
  -webkit-text-fill-color: #fff;
}
.head-search .form-control::-moz-placeholder {
  color: #fff;
}
.navbar-toggle + .head-search {
  right: 50px;
  max-width: 57px;
}
@media screen and (max-width: 767px) {
  .navbar-toggle + .head-search {
    max-width: inherit;
  }
  .navbar-toggle + .head-search:hover, .navbar-toggle + .head-search:focus, .navbar-toggle + .head-search:active {
    max-width: none;
  }
  .navbar-toggle + .head-search:hover .form-control, .navbar-toggle + .head-search:focus .form-control, .navbar-toggle + .head-search:active .form-control {
    width: 180px;
  }
}
@media screen and (min-width: 991px) {
  .head-search, .navbar-toggle + .head-search {
    right: 15px;
    top: 0;
    max-width: none;
  }
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  color: #fff;
  background: transparent;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 30px;
}
.chzn-container {
  max-width: 100%;
}
.chzn-container .chzn-single {
  max-width: 260px;
}
.ie8 .radio.t3onoff {
  border: 0;
}
.ie8 label.on, .ie8 label.off {
  border: 1px solid #ddd;
}
.pagination > li > a, .pagination > li > span {
  margin-bottom: 10px;
}
#eblog-wrapper {
  line-height: 1.625;
}
.com_weblinks .weblink-categories .page-header.item-title .btn {
  padding: 5px;
}
.com_weblinks .weblink-categories .page-header.item-title .btn .fa-minus {
  display: block;
}
.com_weblinks .weblink-categories .page-header.item-title .btn .fa-plus {
  display: none;
}
.com_weblinks .weblink-categories .page-header.item-title .btn.collapsed .fa-minus {
  display: none;
}
.com_weblinks .weblink-categories .page-header.item-title .btn.collapsed .fa-plus {
  display: block;
}
.t3-spotlight {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .t3-spotlight > div {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .t3-spotlight:not(:root:root) {
    /*.col-md-6 {
      width: 49.8%;
    }*/
  }
  .t3-spotlight:not(:root:root) .col-md-3 {
    width: 24.9%;
  }
  .t3-spotlight:not(:root:root) .col-md-4 {
    width: 33.2%;
  }
  .t3-spotlight:not(:root:root) .col-md-12 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .t3-spotlight:not(:root:root) .col-sm-3 {
    width: 24.9%;
  }
  .t3-spotlight:not(:root:root) .col-sm-4 {
    width: 33.2%;
  }
  .t3-spotlight:not(:root:root) .col-sm-6 {
    width: 49.8%;
  }
  .t3-spotlight:not(:root:root) .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .t3-spotlight:not(:root:root) .col-xs-3 {
    width: 24.9%;
  }
  .t3-spotlight:not(:root:root) .col-xs-4 {
    width: 33.2%;
  }
  .t3-spotlight:not(:root:root) .col-xs-6 {
    width: 49.8%;
  }
  .t3-spotlight:not(:root:root) .col-xs-12 {
    width: 100%;
  }
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .t3-sl {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.t3-sl .t3-module {
  margin-bottom: 0;
}
.t3-sl .t3-module + .t3-module {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-sl-1 {
  border-bottom: 1px solid #ddd;
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-footer {
  background: #f7f7f7;
  color: #666;
}
.t3-footer::after {
  display: block;
  clear: both;
  content: "";
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer-sl {
  padding: 20px 0;
}
.t3-footer-sl::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (min-width: 768px) {
  .t3-footer-sl {
    padding: 40px 0;
  }
}
.t3-footer-sl .t3-module {
  background: #505050;
  color: #eeeeee;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footer-sl .t3-module .module-title {
  color: #404040;
  font-size: 18px;
  margin-bottom: 10px;
}
.t3-footer-sl .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footer-sl .t3-module ul > li {
  line-height: 24px;
}
.t3-footer-sl .t3-module ul > li > a {
  color: #eeeeee;
}
.t3-footer-sl .t3-module ul > li > a:hover, .t3-footer-sl .t3-module ul > li > a:active, .t3-footer-sl .t3-module ul > li > a:focus {
  color: #eeeeee;
}
#back-to-top {
  z-index: 999;
  position: fixed;
  left: 20px;
  top: auto;
}
#back-to-top.affix {
  bottom: 40px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 28px;
}
.t3-copyright {
  border-top: 1px solid #ddd;
  font-size: 12px;
  padding: 40px 0 80px;
}
.t3-copyright::after {
  display: block;
  clear: both;
  content: "";
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 20px;
}
.poweredby::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo, .poweredby .t3-logo-small {
  display: inline-block;
}
.mod-preview-info {
  z-index: 2000;
}
#ezblog-body .blog-text p, #ezblog-body .blog-text li {
  line-height: 1.625;
}
/** 
 *------------------------------------------------------------------------------
 * $package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * $copyright     Copyright (C) 2004-2017 JoomlArt.com. All Rights Reserved.
 * $license       GNU General Public License version 2 or later; see LICENSE.txt
 * $authors       JoomlArt, JoomlaBamboo, (contribute to this project at github
 *                & Google group to become co-author)
 * $Google group: https://groups.google.com/forum/#!forum/t3fw
 * $Link:         http://t3-framework.org
 *------------------------------------------------------------------------------
 */
.navbar-toggle {
  padding: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
  outline: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 991px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: -7.5px;
}
@media (min-width: 991px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  position: absolute;
  margin-top: -25px;
}
.navbar-nav > li > .dropdown-menu .dropdown-submenu {
  position: relative;
}
.navbar-nav > li > .dropdown-menu .dropdown-submenu > a::after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-left-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  margin-top: 5px;
  margin-right: -5px;
  border-left-color: #ef813c;
}
.navbar-nav > li > .dropdown-menu .dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 85%;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-text {
  color: #777;
}
@media screen and (min-width: 991px) {
  .navbar-default .navbar-nav > li {
    margin-left: 30px;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #777;
  padding: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0;
    line-height: 50px;
  }
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
@media screen and (min-width: 991px) {
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    -webkit-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
  }
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
}
@media screen and (min-width: 991px) {
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    -webkit-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
  }
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #e7e7e7;
  color: #333;
}
.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .fa-bars {
  background-color: transparent;
  color: #777;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media screen and (min-width: 991px) {
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    -webkit-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -2px 0 #fff 2px 5px rgba(0, 0, 0, 0.4);
  }
}
.navbar-default .navbar-nav > .dropdown > .dropdown-toggle {
  cursor: pointer;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu {
    background: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li {
    border-top-color: #dbdbdb;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
    padding: 20px 20px 20px 30px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .open .level2.dropdown-menu {
    background: #dbdbdb;
    border-top: 1px solid #cecece;
    margin-top: 0;
  }
  .navbar-default .navbar-nav .open .level2.dropdown-menu > li {
    border-top-color: #cecece;
  }
  .navbar-default .navbar-nav .open .level2.dropdown-menu > li > a {
    padding-left: 40px;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.t3-mainnav {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
}
@media (min-width: 991px) {
  .t3-mainnav > .container {
    position: relative;
  }
}
.t3-mainnav .t3-navbar-collapse {
  margin-top: 50px;
}
@media (min-width: 991px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #e7e7e7;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu {
  left: -1px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}
/** 
 *------------------------------------------------------------------------------
 * $package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * $copyright     Copyright (C) 2004-2017 JoomlArt.com. All Rights Reserved.
 * $license       GNU General Public License version 2 or later; see LICENSE.txt
 * $authors       JoomlArt, JoomlaBamboo, (contribute to this project at github
 *                & Google group to become co-author)
 * $Google group: https://groups.google.com/forum/#!forum/t3fw
 * $Link:         http://t3-framework.org
 *------------------------------------------------------------------------------
 */
.t3-megamenu .mega-inner {
  padding: 20px 0;
}
.t3-megamenu .row {
  margin-left: auto;
  margin-right: auto;
}
.t3-megamenu .row + .row {
  padding-top: 10px;
  border-top: 1px solid white;
}
.t3-megamenu .mega-dropdown-menu {
  color: #f7f7f7;
}
.t3-megamenu .mega-group {
  border: 0 !important;
}
.t3-megamenu .dropdown-header, .t3-megamenu .mega-nav .mega-group > .dropdown-header, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: normal;
  white-space: nowrap;
}
.t3-megamenu .dropdown-header:hover, .t3-megamenu .dropdown-header:active, .t3-megamenu .dropdown-header:focus, .t3-megamenu .mega-nav .mega-group > .dropdown-header:hover, .t3-megamenu .mega-nav .mega-group > .dropdown-header:active, .t3-megamenu .mega-nav .mega-group > .dropdown-header:focus, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .mega-group-ct .row {
  margin-left: -15px;
  margin-right: -15px;
}
.t3-megamenu .mega-nav > li, .t3-megamenu .dropdown-menu .mega-nav > li {
  border-bottom: 1px solid white;
}
.t3-megamenu .mega-nav > li:first-child, .t3-megamenu .dropdown-menu .mega-nav > li:first-child {
  border-top: 1px solid white;
}
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
  padding: 10px;
  color: #eee;
}
.t3-megamenu .mega-nav > li.open > a, .t3-megamenu .dropdown-menu .mega-nav > li.open > a {
  background: #f5f5f5;
}
.t3-megamenu .mega-nav > li.active > a, .t3-megamenu .dropdown-menu .mega-nav > li.active > a {
  color: #fff;
  background: #f5f5f5;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0;
}
.t3-megamenu .t3-module .module-title {
  color: #eee;
  margin-bottom: 20px;
}
.t3-megamenu .t3-module ul, .t3-megamenu .t3-module .nav {
  padding-left: 20px;
}
.t3-megamenu .t3-module ul li, .t3-megamenu .t3-module .nav li {
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.t3-megamenu .t3-module ul li a, .t3-megamenu .t3-module .nav li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal;
  color: #f7f7f7;
}
.t3-megamenu .t3-module ul li a:hover, .t3-megamenu .t3-module ul li a:focus, .t3-megamenu .t3-module ul li a:active, .t3-megamenu .t3-module .nav li a:hover, .t3-megamenu .t3-module .nav li a:focus, .t3-megamenu .t3-module .nav li a:active {
  background: transparent;
  color: #ff7a20;
  font: inherit;
}
.t3-megamenu .mega-caption {
  color: #777;
  font-size: 12px;
  margin-top: 3px;
  font-weight: normal;
}
.t3-megamenu .nav .dropdown {
  position: relative;
}
.t3-megamenu .nav .dropdown:hover > .dropdown-menu {
  display: block;
}
.t3-megamenu .nav .dropdown:hover > .dropdown-menu.level2 {
  position: absolute;
  left: 95%;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"], .t3-megamenu .nav .input-group-addon [class*=" icon-"], .t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}
.t3-navbar .t3-megamenu .navbar-nav {
  display: block;
  text-align: center;
}
.t3-navbar .t3-megamenu .navbar-nav > li {
  margin-left: 0;
  float: none;
  display: inline-block;
  line-height: 24px;
  margin-left: 42px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.t3-navbar .t3-megamenu .navbar-nav > li > a, .t3-navbar .t3-megamenu .navbar-nav > li > span {
  display: block;
  color: #1F212B;
  padding: 42px 0;
  position: relative;
  line-height: inherit;
  text-transform: none;
}
.t3-navbar .t3-megamenu .navbar-nav > li > a:hover, .t3-navbar .t3-megamenu .navbar-nav > li > span:hover {
  color: #ef813c;
  text-decoration: none;
}
.t3-navbar .t3-megamenu .navbar-nav > li.active > a {
  text-decoration: none;
}
.t3-navbar .t3-megamenu .navbar-nav > li .nav-child {
  min-width: 400px;
  border: none;
  background: #ffffff;
}
.t3-navbar .t3-megamenu .navbar-nav > li .nav-child .dropdown-menu-inner ul {
  padding: 32px 0 32px 40px;
}
.t3-navbar .t3-megamenu .navbar-nav > li .nav-child .dropdown-menu-inner ul li {
  display: block;
  border-top: none;
  border-bottom: none;
  margin-left: 0;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 16px;
  background: transparent;
}
.t3-navbar .t3-megamenu .navbar-nav > li .nav-child .dropdown-menu-inner ul li a, .t3-navbar .t3-megamenu .navbar-nav > li .nav-child .dropdown-menu-inner ul li span {
  padding: 0;
  background: transparent;
  white-space: nowrap;
  color: #1F212B;
}
.t3-navbar .t3-megamenu .navbar-nav > li .nav-child .dropdown-menu-inner ul li a:hover, .t3-navbar .t3-megamenu .navbar-nav > li .nav-child .dropdown-menu-inner ul li span:hover {
  background: transparent;
  color: #ef813c;
  text-decoration: none;
}
.t3-navbar .t3-megamenu .navbar-nav > li .nav-child .dropdown-menu-inner ul li.current > a, .t3-navbar .t3-megamenu .navbar-nav > li .nav-child .dropdown-menu-inner ul li.active > a {
  color: #ef813c;
}
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
/* Menu Movement */
/* Menu Transitions */
/* Site Overlay */
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
/* Submenu Movement */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 10px;
}
nav.pushy li span, nav.pushy li a {
  display: inline-block;
  color: #b3b3b1;
  padding: 15px 0px;
  margin: 0 50px 0 15px;
  text-decoration: none;
  line-height: 17px;
}
nav.pushy li span:hover, nav.pushy li a:hover {
  background: none;
}
nav.pushy li span:active, nav.pushy li a:active {
  background: none;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}
.pushy-content {
  visibility: hidden;
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}
.pushy-open-left #container {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
.pushy-open-left .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content {
  visibility: visible;
}
.pushy-open-left .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}
.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
.pushy-open-right #container {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-right .pushy-content {
  visibility: visible;
}
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}
#container {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.site-overlay {
  display: none;
}
.pushy-submenu {
  cursor: pointer;
  position: relative;
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a {
  position: relative;
}
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 22px;
  right: 15px;
  background: url("../images/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}
.pushy-submenu-open ul {
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.menu-btn {
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  top: 20px;
  z-index: 9998;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}
.pushy-link {
  background: none;
  font-size: 16px;
  line-height: 12px;
  list-style: none;
  padding-left: 0;
  max-width: 100%;
}
.pushy-wrapper {
  display: none;
}
/** 
 *------------------------------------------------------------------------------
 * $package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * $copyright     Copyright (C) 2004-2017 JoomlArt.com. All Rights Reserved.
 * $license       GNU General Public License version 2 or later; see LICENSE.txt
 * $authors       JoomlArt, JoomlaBamboo, (contribute to this project at github
 *                & Google group to become co-author)
 * $Google group: https://groups.google.com/forum/#!forum/t3fw
 * $Link:         http://t3-framework.org
 *------------------------------------------------------------------------------
 */
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .lead {
    font-size: 18px;
  }
}
small, .small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #07b;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-center .item-image img {
  margin: 0 auto;
}
.inline {
  display: inline-block;
}
.inline + .inline {
  margin-left: 20px;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  line-height: 1.1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h2, h3 {
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 20px;
  line-height: normal;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1, .h1 {
  font-size: 49px;
  line-height: 56px;
  font-weight: 300;
}
h2, .h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}
h3, .h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
h1 small, .h1 small {
  font-size: 24px;
}
h2 small, .h2 small {
  font-size: 18px;
}
h3 small, .h3 small, h4 small, .h4 small {
  font-size: 14px;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 21px;
  }
  h1, .h1 {
    font-size: 28px;
  }
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt, dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 991px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd::after {
    display: block;
    clear: both;
    content: "";
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.5;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #777;
}
blockquote small:before {
  content: '— ';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: ' —';
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code, kbd, pre, samp {
  font-family: Consolas, Monaco, "Courier New", monospace;
}
.our-team {
  clear: both;
  overflow: hidden;
}
legend {
  padding-bottom: 10px;
  font-weight: 700;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label, .checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-actions .btn-lg {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 20px;
}
.btn-actions .btn + .btn {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .btn-actions .btn-lg {
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 30px;
  }
}
textareaselect, textareatextarea, textareainput[type="text"], textareainput[type="password"], textareainput[type="datetime"], textareainput[type="datetime-local"], textareainput[type="date"], textareainput[type="month"], textareainput[type="time"], textareainput[type="week"], textareainput[type="number"], textareainput[type="email"], textareainput[type="url"], textareainput[type="search"], textareainput[type="tel"], textareainput[type="color"], textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
    width: auto;
  }
}
select, select.form-control, select.inputbox, select.input {
  padding-right: 5px;
}
.input-append .active, .input-prepend .active {
  background-color: #9bd7a8;
  border-color: #3e9b52;
}
.invalid {
  border-color: #c00;
}
label.invalid {
  color: #c00;
}
input.invalid {
  border: 1px solid #c00;
}
.widget .widget-header h2 {
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 42px;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul.decorated > li {
  position: relative;
  padding-left: 40px;
}
.widget ul.decorated > li:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px !important;
  height: 16px !important;
  display: block;
  content: '';
  background: url("/images/course-icon/course-check.svg") !important;
  border-radius: 0;
  margin-right: 0;
  background-repeat: no-repeat;
}
.widget-panel .panel {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget-panel .panel .panel-title a {
  padding: 15px;
  color: #ef813c;
  display: block;
  text-decoration: none;
  position: relative;
}
.widget-panel .panel .panel-title a .arrow {
  display: block;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 32px;
  height: 32px;
  background: #f8f8f9 url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat center;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.widget-filter {
  min-height: 60px;
  margin-bottom: 25px;
  width: 25%;
  margin-top: 90px;
}
.widget-filter .dnone {
  display: none;
}
.widget-filter .filter-groups {
  text-align: left;
  border-bottom: none;
  position: relative;
  min-height: 60px;
  padding: 0;
}
.widget-filter .filter-groups__title {
  margin-top: 25px;
  font-weight: 500;
}
.widget-filter .filter-groups ul {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #dadada;
  background: #fff;
  user-select: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 0;
}
.widget-filter .filter-groups ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #282A35;
  display: block;
  margin: 10px 0;
}
.widget-filter .filter-groups ul li a {
  position: relative;
  cursor: pointer;
  color: #282A35;
  background-color: #f0f0f4;
  border: none;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  margin: 0 5px;
  border-radius: 8px;
  font-size: 13px;
}
.widget-filter .filter-groups ul li a:hover {
  text-decoration: none;
  color: #ef813c;
}
.widget-filter .filter-groups ul li a.active {
  background-color: #797f92;
}
.category-view {
  width: 75%;
}
.category-view-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .widget-filter {
    margin-top: 0;
  }
  .widget-filter, .category-view {
    width: auto;
  }
  .category-view-wrap {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .widget-filter .filter-groups ul li a {
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 5px;
  }
  .category-view-wrap .products-filter-view {
    border-top: none;
  }
}
.comments, .widget-comments {
  margin-top: 80px !important;
}
.comments .card.card-body, .widget-comments .card.card-body {
  padding: 0;
  border: none;
}
.comments__wrap, .widget-comments__wrap {
  display: flex;
  justify-content: normal;
  flex-wrap: wrap;
}
.comments__wrap .card, .widget-comments__wrap .card {
  border: none;
}
.comments__wrap .card .blockquote, .widget-comments__wrap .card .blockquote {
  border: none;
}
.comments__wrap .card-body, .widget-comments__wrap .card-body {
  background-color: #F7F7F7;
  margin: 5px;
  height: 100%;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.comments__wrap .card-body .date, .widget-comments__wrap .card-body .date {
  color: #7F7F7F;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.comments__wrap .card-body .comment, .widget-comments__wrap .card-body .comment {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.comments__wrap .card-body .company, .widget-comments__wrap .card-body .company {
  color: #7F7F7F;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .comments__wrap .card-body .logo, .widget-comments__wrap .card-body .logo {
    position: initial !important;
  }
}
.comments__wrap .card-body .logo img, .widget-comments__wrap .card-body .logo img {
  height: 50px;
}
.comments .widget-body.card, .widget-comments .widget-body.card {
  margin-top: 25px;
  padding: 1rem 1rem;
  border: none;
}
.comments h2, .widget-comments h2 {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 42px;
}
.comments .comment-img, .widget-comments .comment-img {
  margin-top: 20px;
}
.comments .comment-text, .widget-comments .comment-text {
  margin-bottom: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #282A35;
}
.comments .comment-author, .widget-comments .comment-author {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #282A35;
}
.js-widget-comments-carusel .owl-stage-outer, .js-widget-comments-owlcarusel .owl-stage-outer {
  overflow: hidden;
}
.js-widget-comments-carusel .owl-stage-outer .owl-stage, .js-widget-comments-owlcarusel .owl-stage-outer .owl-stage {
  display: flex;
}
.js-widget-comments-carusel .owl-nav.disabled, .js-widget-comments-owlcarusel .owl-nav.disabled {
  display: none;
}
.js-widget-comments-carusel .owl-dots, .js-widget-comments-owlcarusel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.js-widget-comments-carusel .owl-dots .owl-dot, .js-widget-comments-owlcarusel .owl-dots .owl-dot {
  background: none;
  border: none;
}
.js-widget-comments-carusel .owl-dots .owl-dot:focus, .js-widget-comments-owlcarusel .owl-dots .owl-dot:focus {
  outline: none;
}
.js-widget-comments-carusel .owl-dots .owl-dot span, .js-widget-comments-owlcarusel .owl-dots .owl-dot span {
  background-color: var(--bs-orange);
  margin: 0;
}
.trainers, .widget-author, .widget-trainers {
  margin-top: 80px !important;
}
.trainers h2, .widget-author h2, .widget-trainers h2 {
  margin-top: 0;
  margin-bottom: 42px;
}
.trainers .widget-body, .widget-author .widget-body, .widget-trainers .widget-body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .trainers .widget-body, .widget-author .widget-body, .widget-trainers .widget-body {
    flex-direction: column;
  }
}
.trainers-item, .widget-author-item, .widget-trainers-item {
  flex: 1 1 0;
  padding-right: 5px;
}
.trainers .trainer-photo, .widget-author .trainer-photo, .widget-trainers .trainer-photo {
  margin-bottom: 8px;
}
.trainers .trainer-name, .widget-author .trainer-name, .widget-trainers .trainer-name {
  margin-bottom: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.trainers .trainer-name:before, .widget-author .trainer-name:before, .widget-trainers .trainer-name:before {
  content: '';
  display: block;
  width: 9px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==)  no-repeat left center;
  margin-top: 24px;
  margin-bottom: 8px;
}
.trainers .trainer-name a, .widget-author .trainer-name a, .widget-trainers .trainer-name a {
  color: #1F212B;
}
.trainers .trainer-name a:hover, .widget-author .trainer-name a:hover, .widget-trainers .trainer-name a:hover {
  color: #ef813c;
  text-decoration: none;
}
.widget-author .trainer-desc {
  margin-top: 80px;
}
.widget-trainers .trainer-desc a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ef813c;
}
.trainers h2 {
  padding-left: 15px;
}
.trainers.two div p {
  margin-top: 80px;
}
/* Banner 1 */
.banner1 {
  background: #ef813c;
}
.banner1 .banner1-mod {
  padding-bottom: 55px;
}
.banner1 .banner1-mod .banner-image {
  background-image: url("/images/itil-4-books.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 250px;
}
.banner1 .banner1-mod .banner1-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 55px;
}
.banner1 .banner1-mod h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 37px;
  letter-spacing: 1px;
  margin: 16px 0 42px;
  color: #ffffff;
}
.banner1 .banner1-mod .banner-button-orange {
  display: block;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 230px center;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 271px;
  line-height: 21px;
  padding: 16px 0 16px 32px;
  transition: all 0.3s ease-in;
  border: 1px solid #ffffff;
}
.banner1 .banner1-mod .banner-button-orange:hover {
  text-decoration: none;
  color: #ffffff;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 238px center;
  transition: all 0.3s ease-in;
}
.banner1 .banner1-mod img {
  float: right;
  margin-top: 55px;
}
.widget-webinars {
  margin-top: 100px;
}
.widget-webinars .formWrap form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.widget-webinars .formWrap form .form-floating {
  width: 49%;
}
.widget-webinars .formWrap form .form-floating select, .widget-webinars .formWrap form .form-floating input[type="text"] {
  height: 62px;
  padding: 20px 24px !important;
  margin-bottom: 0;
  border: 1px solid rgba(40, 42, 53, 0.2);
  box-shadow: none;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #1F212B;
  width: 100%;
}
.widget-webinars .formWrap form .form-floating.form-subbmit {
  width: 100%;
}
.widget-webinars .formWrap form .form-floating.form-subbmit input {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  height: 62px;
  background: #ef813c;
  color: #ffffff;
  padding: 20px 40px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
}
.widget-webinars .formWrap form .form-floating.form-subbmit input:hover {
  border: 1px solid #ef813c;
  color: #ef813c;
  background: #ffffff;
  transition: all 0.3s ease-in;
}
.widget-webinars .row {
  padding-bottom: 42px;
  padding-top: 42px;
  border-bottom: 1px solid rgba(40, 42, 53, 0.1);
}
.widget-webinars .row div .embed-container {
  width: 100%;
  height: 100%;
}
.widget-webinars .row div .embed-container iframe {
  width: 100%;
  height: 320px;
}
.widget-webinars .row div h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1F212B;
  margin-top: 0;
  margin-bottom: 24px;
}
.widget-scyandexmoney .easysell-payment-yandexmoney {
  margin-bottom: 20px;
}
.widget-scyandexmoney .easysell-payment-yandexmoney .info-image {
  margin-bottom: 20px;
  margin-top: 20px;
}
.widget-contact-us h3 {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  color: #282A35;
  margin-bottom: 42px;
  background: url(../images/logo-footer.svg) no-repeat right center;
  display: inline-block;
  padding-right: 35px;
}
.widget-contact-us .row div .contacts {
  margin-bottom: 0;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #282A35;
}
.widget-contact-us .row div .contacts a {
  color: #282A35;
}
.widget-contact-us .row div .contacts a:hover {
  text-decoration: none;
  color: #ef813c;
}
.widget-contact-us .row div .contact-button {
  display: block;
  position: relative;
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  padding: 16px 35px 16px 32px;
  background-color: #ef813c;
}
.widget-contact-us .row div .contact-button:after {
  position: absolute;
  right: 35px;
  top: 20px;
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat center center;
  transition: all 0.3s ease-in;
}
.widget-contact-us .row div .contact-button:hover {
  text-decoration: none;
  color: #ffffff;
}
.widget-contact-us .row div .contact-button:hover:after {
  right: 20px;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat right center;
}
@media (max-width: 1199px) {
  .widget-contact-us {
    text-align: center;
  }
  .widget-contact-us .contacts {
    font-size: 14px;
  }
}
.widget-collapse h2 {
  padding: 0;
}
.widget-program {
  margin-top: 80px;
}
.widget-program .widget-header h2 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 42px;
}
.widget-program .widget-header button {
  margin-bottom: 15px;
}
.widget-program h3 {
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #1F212B;
}
.widget-program div h4 {
  margin-bottom: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #282A35;
}
.widget-program div h4 .label-orange {
  display: inline-block;
  background: #ef813c;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-left: 8px;
}
.widget-program div ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 42px;
}
.widget-program div ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
  margin-bottom: 16px;
  padding-left: 20px;
}
.widget-program div ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ef813c;
  border-radius: 50%;
  margin-right: 16px;
}
.widget-program div ul li .label-orange {
  display: inline-block;
  background: #ef813c;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-left: 8px;
}
.widget-useful {
  margin-top: 80px;
  padding: 50px 60px;
  background: #f8f8f9;
}
.widget-useful__side {
  width: 50%;
}
.widget-useful .widget-body {
  display: flex;
  flex-wrap: wrap;
}
.widget-workopt {
  margin-top: 80px;
  padding: 50px 0;
}
.widget-workopt .widget-header h2, .widget-workopt .widget-header h3 {
  margin-bottom: 25px;
  padding: 0;
}
.widget-workopt .widget-body {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 50px 0;
}
.widget-workopt .widget-body li {
  line-height: 30px;
}
.widget-workopt .widget-body li::before {
  top: 8px;
}
.widget-workopt .widget-body__item {
  flex: 1 1 0;
}
.widget-workopt .widget-body__item__title {
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .widget-workopt .widget-body {
    flex-direction: column;
  }
}
.widget-whatdoyouget {
  margin-top: 80px;
  padding: 50px 60px;
}
.widget-whatdoyouget .widget-header {
  margin-bottom: 45px;
}
.widget-whatdoyouget .widget-header h2 {
  line-height: normal;
}
.widget-whatdoyouget .widget-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.widget-whatdoyouget .widget-body .item {
  width: 30%;
  margin-bottom: 45px;
}
.widget-whatdoyouget .widget-body .item .number {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  width: 42px;
  height: 42px;
  background: #ef813c;
  border-radius: 50%;
  padding: 5px 0;
}
@media (max-width: 1199px) {
  .widget-whatdoyouget .widget-body .item {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .widget-whatdoyouget .widget-body .item {
    width: 100%;
  }
}
.widget-whatdoyouget .widget-body .item h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #282a35;
  margin-top: 16px;
  margin-bottom: 24px;
}
.widget-whatdoyouget .widget-body--coll4 .item {
  width: 25%;
  padding: 0 1%;
}
@media (max-width: 1199px) {
  .widget-whatdoyouget .widget-body--coll4 .item {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .widget-whatdoyouget .widget-body--coll4 .item {
    width: 100%;
  }
}
.widget-whatdoyouget .widget-body--coll2 .item {
  width: 50%;
  padding: 0 1%;
}
@media (max-width: 1199px) {
  .widget-whatdoyouget .widget-body--coll2 .item {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .widget-whatdoyouget .widget-body--coll2 .item {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .widget-whatdoyouget {
    padding: 0;
  }
}
.widget-photos {
  margin-top: 80px;
  padding: 50px 60px;
}
.widget-photos .widget-header {
  margin-bottom: 45px;
}
.widget-photos .widget-header h2 {
  line-height: normal;
}
.widget-photos .widget-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.widget-photos .widget-body a {
  display: block;
}
.widget-text {
  margin-top: 80px;
  padding: 50px 0;
}
.widget-text .widget-header {
  margin-bottom: 45px;
}
.widget-text__2col h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #F7931E;
  min-height: 56px;
  box-sizing: content-box;
}
.widget-text__images .item {
  display: flex;
}
.widget-text__images .item .image {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 25px 0;
  order: 0;
}
.widget-text__images .item .image img {
  width: 80%;
  height: auto;
}
.widget-text__images .item .info {
  background: rgba(229, 229, 229, 0.4);
  padding: 70px;
  order: 0;
  text-align: right;
}
.widget-text__images .item .info .subtitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #E49B0B;
  margin-top: 15px;
}
.widget-text__images .item .image + .info {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .widget-text__images .item .info {
    order: 1;
  }
}
.widget-notfound h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 144px;
  font-weight: 300;
  line-height: 169px;
  letter-spacing: 1px;
  color: #282a35;
  text-transform: uppercase;
  margin-bottom: 0;
}
.widget-notfound .text-404 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  color: #282a35;
}
.widget-notfound-card .widget-body h2 {
  font-size: 1.5rem;
  margin: 55px 0;
}
.widget-notfound-card .widget-body ul {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991px) {
  .widget-notfound-card .widget-body ul {
    flex-direction: column;
  }
}
.widget-notfound-card .widget-body ul li a {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.widget-trainer-info .sub-title {
  color: #ef813c;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  margin: 0px 0px 42px 0px;
}
.widget-trainer-info .photo {
  float: right;
  margin: 0 0 25px 25px;
}
.widget-trainer-info .photo img {
  width: 370px;
}
@media (max-width: 991px) {
  .widget-trainer-info .photo {
    float: none;
    text-align: center;
    margin: 25px 0;
  }
  .widget-trainer-info .photo img {
    width: 330px;
  }
}
.widget-spooler-half {
  margin: 50px 0;
}
.widget-spooler-half .widget-header h2 {
  margin-bottom: 10px;
}
.widget-spooler-half .widget-body .btn-spooler-half {
  display: block;
  margin-top: 32px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #1F212B;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat 150px center;
  transition: all 0.3s ease-in;
  text-decoration: none;
}
.widget-spooler-half .widget-body .btn-spooler-half:hover {
  color: #EF813C;
  background-position: 160px center;
}
.widget-spooler-half .widget-body .btn-spooler-half .show-off {
  display: block;
}
.widget-spooler-half .widget-body .btn-spooler-half .show-on {
  display: none;
}
.widget-spooler-half .widget-body .btn-spooler-half.collapsed .show-on {
  display: block;
}
.widget-spooler-half .widget-body .btn-spooler-half.collapsed .show-off {
  display: none;
}
.related-products-wrap {
  float: right;
  margin: 30px 0 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .related-products-wrap {
    margin: 0;
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.related-products-wrap .product-field-display {
  text-align: center;
}
.related-products-wrap .product-related-products .product-field {
  margin: 0;
}
.related-products-wrap .product-related-products .product-field .product-container .vm-product-media-container {
  width: 100%;
}
.related-products-wrap .product-related-products .product-field .product-container .vm-product-media-container .vm-img-desc {
  display: none;
}
.related-products-wrap .product-related-products .product-field .product-container .product-price .PricesalesPrice {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 49px;
  color: #ef813c;
  letter-spacing: 1px;
  margin-bottom: 4px;
  display: block;
  text-align: center;
}
.related-products-wrap .product-related-products .product-field .product-container .product-price .PricesalesPrice .vm-price-desc {
  display: none;
}
.related-products-wrap .product-related-products .product-field .product-container .addtocart-area {
  margin-bottom: 20px;
  margin-top: 0;
}
.related-products-wrap .product-related-products .product-field .product-container .addtocart-area .addtocart-bar {
  margin-top: 0;
}
.related-products-wrap .product-related-products .product-field .product-container .product_s_desc {
  font-size: 16px;
}
.products-filter-view {
  border-top: 1px solid #e9e8e8;
}
.products-filter-view .product-category {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  line-height: normal;
  margin: 10px 0;
}
.products-filter-view .product .product-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.products-filter-view .product .product-container .vm-product-media-container {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.products-filter-view .product .product-container .vm-product-media-container a {
  display: block;
  width: 100%;
}
.products-filter-view .product .product-container .vm-product-media-container a img {
  width: 100%;
}
.products-filter-view .product .product-container .product-center .product-center-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products-filter-view .product .product-container .product-center .vm-product-descr-container h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  padding-top: 0;
  margin-bottom: 8px;
  margin-top: 0;
}
.products-filter-view .product .product-container .product-center .vm-product-descr-container h2 a {
  color: #1F212B;
  line-height: 1.4;
}
.products-filter-view .product .product-container .product-center .vm-product-descr-container h2 a:hover {
  color: #ef813c;
  text-decoration: none;
}
.products-filter-view .product .product-container .product-center .vm-product-descr-container .product_s_desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}
.products-filter-view .product .product-container .product-center .vm-product-descr-container .product_s_desc .duration {
  opacity: 0.5;
  margin-bottom: 23px;
}
.products-filter-view .product .product-container .product-center .vm-product-timetable-container .vmcustom-sc_timetable li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.products-filter-view .product .product-container .product-center .vm-product-timetable-container .vmcustom-sc_timetable li span a {
  margin-bottom: 8px;
  display: inline-block;
  color: #000000;
  background: #f8f8f9;
  padding: 8px 12px;
  white-space: nowrap;
}
.products-filter-view .product .product-container .product-center .vm-product-timetable-container .vmcustom-sc_timetable li span a:hover {
  background: #ef813c;
  color: #ffffff;
  text-decoration: none;
}
.products-filter-view .product .product-container .product-center .vm-product-timetable-container .vmcustom-sc_timetable li span .timetable-places-left {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 12px;
}
.products-filter-view .product .product-container .vm-product-price-container {
  margin: 0;
}
.products-filter-view .product .product-container .vm-product-price-container .product-price {
  text-align: left !important;
}
.products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PricepriceYur, .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PricesalesPrice {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #282A35;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PricepriceYur, .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PricesalesPrice {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PricepriceYur, .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PricesalesPrice {
    font-size: 20px;
  }
}
.products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PriceOld {
  text-decoration: line-through;
  color: #777;
  padding-right: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PricepriceYur, .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PricesalesPrice, .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PriceOld {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PricepriceYur, .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PricesalesPrice, .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .PriceOld {
    display: inline-block;
  }
}
.products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .vm-price-desc {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #282A35;
  opacity: 0.5;
  margin-left: 0;
}
.products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .vm-price-desc + .vm-price-desc {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .vm-price-desc {
    font-size: 10px;
  }
}
@media (min-width: 1400px) {
  .products-filter-view .product .product-container .vm-product-price-container .product-price .vm-price-value .vm-price-desc {
    font-size: 16px;
  }
}
.products-filter-view .product .product-container .vm-product-price-container .addtocart-button-wrap {
  height: auto;
}
.products-filter-view .product .product-container .vm-product-price-container .addtocart-button-wrap .ask-a-question-fullmodal, .products-filter-view .product .product-container .vm-product-price-container .addtocart-button-wrap .ask-a-question, .products-filter-view .product .product-container .vm-product-price-container .addtocart-button-wrap .addtocart-button {
  float: none;
  display: block;
  text-align: left;
  background: #ef813c;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  padding: 15px;
  border-radius: 0;
  border: none;
}
.products-filter-view .product .product-container .vm-product-price-container .addtocart-button-wrap .ask-a-question-fullmodal:hover, .products-filter-view .product .product-container .vm-product-price-container .addtocart-button-wrap .ask-a-question:hover, .products-filter-view .product .product-container .vm-product-price-container .addtocart-button-wrap .addtocart-button:hover {
  text-decoration: none;
}
.products-filter-view .product .product-container .vm-product-price-container .addtocart-button-wrap .addtocart-button {
  padding: 15px;
}
.products-filter-view__view-greed-v4 .vm-products-horizon.vm-col {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .products-filter-view__view-greed .vm-products-horizon.vm-col {
    position: relative;
    transition: all 0.5s;
    width: 33%;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container {
    flex-direction: column;
    position: relative;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .product-center, .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .vm-product-price-container, .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .vm-product-media-container {
    width: 100%;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .product-center .vm-product-descr-container {
    width: 100%;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .product-center .vm-product-descr-container h2 {
    padding: 0;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .product-center .vm-product-descr-container h2 a {
    min-height: 70px;
    font-size: 17px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .product-center .vm-product-descr-container .product_s_desc {
    min-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #aaa;
    font-size: 14px;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .product-center .vm-product-descr-container .product_s_desc .duration {
    position: absolute;
    top: 50px;
    right: 25px;
    display: none;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .product-center .vm-product-timetable-container {
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: relative;
    display: none;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .product-center .vm-product-timetable-container .vmcustom-sc_timetable {
    display: flex;
    position: absolute;
    justify-content: start;
    flex-wrap: nowrap;
    transition: all 1s;
    width: 100%;
    overflow: hidden;
    align-content: start;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .product-center .vm-product-timetable-container .vmcustom-sc_timetable li {
    position: relative;
    margin-right: 5px;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .product-center .vm-product-timetable-container .vmcustom-sc_timetable li a {
    font-size: 14px;
    line-height: normal;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .product-center .vm-product-timetable-container .vmcustom-sc_timetable li span.timetable-places-left {
    position: absolute;
    top: 25px;
    left: 0;
    padding: 1px 5px;
    margin: 0;
    line-height: normal;
    border-radius: 5px;
    opacity: 0.6;
    font-size: 10px;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .vm-product-price-container {
    margin-top: 25px;
    display: none;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .vm-product-price-container .price-variant-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .vm-product-price-container .price-variant-wrap .product-price {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .vm-product-price-container .price-variant-wrap .product-price .vm-price-desc {
    text-align: center;
    margin-bottom: 0;
  }
  .products-filter-view__view-greed .vm-products-horizon.vm-col .product-container .vm-product-price-container .price-btn-wrap {
    position: relative;
    width: 100%;
  }
}
.widget-view-toggle {
  margin-bottom: 25px;
}
.widget-view-toggle .btn-group .btn {
  z-index: auto;
}
.widget-view-toggle .btn-group .btn.active {
  background-color: #ec5f00;
  border-color: #ec5f00;
}
.widget-view-toggle .btn-group .btn.active:hover {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .widget-view-toggle {
    display: none;
  }
}
.widget-webinar-form-register {
  margin-top: 25px;
}
.widget-webinar-form-register .widget-header .title {
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .widget-webinar-form-register .widget-header .title {
    font-size: 1.5rem;
  }
}
.widget-webinar-form-register .widget-body .form-floating label.error {
  display: none !important;
}
.widget-webinar-form-register .widget-body .form-control {
  width: 100%;
}
.widget-webinar-form-register .widget-body .custom-select {
  position: relative;
}
.widget-webinar-form-register .widget-body .custom-select.error .form-select {
  border: 1px solid #d35500 !important;
}
.widget-webinar-form-register .widget-body .custom-select .form-select {
  cursor: pointer;
}
.widget-webinar-form-register .widget-body .custom-select .checkselect {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-top: none;
  border-radius: 0.25rem;
  visibility: hidden;
}
.widget-webinar-form-register .widget-body .custom-select .checkselect.show {
  visibility: visible;
}
.widget-webinar-form-register .widget-body .custom-select .checkselect label {
  position: relative;
  display: block;
  margin: 0;
  padding: 4px 6px 4px 15px;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.1;
  cursor: pointer;
}
.widget-webinar-form-register .widget-body .custom-select .checkselect input {
  margin-right: 5px;
}
/*************
     fullscreenmodal
*************/
.fullscreenmodal {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 122, 32, 0.95);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullscreenmodal .close {
  position: absolute;
  top: 25px;
  right: 65px;
  z-index: 999;
  cursor: pointer;
  background-image: url("/templates/cleverics_2023/images/close.svg");
  width: 45px;
  height: 45px;
  display: block;
}
@media (max-width: 950px) {
  .fullscreenmodal .close {
    top: 15px;
    right: 25px;
  }
}
.fullscreenmodal .modal-content {
  vertical-align: middle;
  max-width: 650px;
  max-height: 90%;
  min-height: 100px;
  padding: 15px 0;
  margin: 50px auto 50px;
  box-sizing: border-box;
  overflow: auto;
}
@media (max-width: 950px) {
  .fullscreenmodal .modal-content {
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .fullscreenmodal .modal-content {
    max-width: 100%;
  }
}
.widget-course-filter {
  margin-bottom: 120px;
}
.widget-course-filter .header .hideBtnFilter {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: rgba(40, 42, 53, 0.6);
  position: absolute;
  right: 15px;
  margin-top: -65px;
}
.widget-course-filter .header .hideBtnFilter .open {
  display: block;
}
.widget-course-filter .header .hideBtnFilter .open .arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin-left: 12px;
  vertical-align: inherit;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat right center;
  transform: rotate(90deg);
}
.widget-course-filter .header .hideBtnFilter .closed {
  display: none;
}
.widget-course-filter .header .hideBtnFilter.active .open {
  display: none;
}
.widget-course-filter .header .hideBtnFilter.active .closed {
  display: block;
}
.widget-course-filter .header .hideBtnFilter.active .closed .arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 1;
  margin-left: 12px;
  vertical-align: text-bottom;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat right center;
  transform: rotate(-90deg);
}
.widget-course-filter .hideDivFilter {
  margin-top: 62px;
}
.widget-course-filter .hideDivFilter .products-filter-view__view-greed {
  flex-direction: row-reverse;
}
.widget-course-filter .hideDivFilter .widget-course-filter__item .widget-course-filter__title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  color: #282A35;
  margin-bottom: 10px;
}
.widget-course-filter .hideDivFilter .widget-course-filter__item .widget-course-filter__desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #1F212B;
  opacity: 0.6;
  margin-bottom: 24px;
}
.widget-course-filter .hideDivFilter .widget-course-filter__item .widget-course-filter__fieldwrap {
  min-height: 410px;
  max-height: 410px;
  border-bottom: 1px solid rgba(40, 42, 53, 0.1);
  padding-bottom: 8px;
  margin-bottom: 64px;
  overflow: auto;
}
.widget-course-filter .hideDivFilter .widget-course-filter__item .widget-course-filter__fieldwrap .checbox-styles {
  display: block;
  cursor: pointer;
  margin-bottom: 14px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #1F212B;
}
.widget-course-filter .hideDivFilter .widget-course-filter__item .widget-course-filter__fieldwrap .checbox-styles input {
  display: none;
}
.widget-course-filter .hideDivFilter .widget-course-filter__item .widget-course-filter__fieldwrap .checbox-styles input + i {
  align-items: center;
  user-select: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #1F212B;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.widget-course-filter .hideDivFilter .widget-course-filter__item .widget-course-filter__fieldwrap .checbox-styles input:checked + i {
  border-color: #ef813c;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTEuMjVMMCA3LjVWNC41TDMuNzUgOC4yNUwxMiAwVjNMMy43NSAxMS4yNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=') no-repeat center;
}
.widget-course-filter .hideDivFilter .course-filter-button {
  margin-bottom: 136px;
}
.widget-course-filter .hideDivFilter .course-filter-button button {
  border: none;
  width: 350px;
  text-align: left;
  padding: 15px 0 15px 32px;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 85% center;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  transition: all 0.3s ease-out;
}
.widget-course-filter .hideDivFilter .course-filter-button button:focus, .widget-course-filter .hideDivFilter .course-filter-button button:hover {
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 90% center;
  transition: all 0.3s ease-in;
  text-decoration: none;
  outline: none;
}
.widget-course-filter .hideDivFilter .course-filter-button .info {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #1F212B;
  margin-top: 24px;
}
.widget-course-filter .hideDivFilter .row-flex {
  display: flex;
  flex-direction: column-reverse;
}
.widget-course-filter .hideDivFilter .row-flex .product {
  margin-bottom: 42px;
}
.widget-course-filter .hideDivFilter .row-flex .product .product-container {
  position: relative;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(40, 42, 53, 0.1);
}
.widget-course-filter .hideDivFilter .row-flex .product .product-container .vm-product-media-container {
  padding: 35px;
}
.widget-course-filter .hideDivFilter .row-flex .product .product-container .product-center .product-desc h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #282A35;
}
.widget-course-filter .hideDivFilter .row-flex .product .product-container .product-center .product-desc h2 a {
  color: #1F212B;
}
.widget-course-filter .hideDivFilter .row-flex .product .product-container .product-center .product-desc h2 a:hover {
  color: #ef813c;
  text-decoration: none;
}
.widget-course-filter .hideDivFilter .row-flex .product .product-container .product-center .product-desc .product_s_desc {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.widget-course-filter .hideDivFilter .row-flex .product .product-container .detailed-cont a {
  display: block;
  background: #ef813c;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
.widget-course-filter .hideDivFilter .row-flex .product .product-container .detailed-cont a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #E5732C;
}
.widget-course-filter .hideDivFilter .row-flex .product .product-container .product-container-score {
  position: absolute;
  left: 83px;
  background: #1F212B;
  padding: 5px 8px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
  width: auto;
}
.widget-course-filter .hideDivFilter .row-flex.products-filter-view__view-greed {
  flex-direction: row;
  flex-wrap: wrap;
}
.widget-course-filter .hideDivFilter .row-flex.products-filter-view__view-greed .product .product-container .vm-product-media-container {
  padding: 0 35px 0 35px;
}
.widget-course-filter .hideDivFilter .row-flex.products-filter-view__view-greed .product .product-container .product-center .product-desc a {
  min-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget-course-filter .hideDivFilter .row-flex.products-filter-view__view-greed .product .product-container .product-center .product_s_desc {
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #aaa;
  font-size: 14px;
}
.widget-course-filter .hideDivFilter .row-flex.products-filter-view__view-greed .product .product-container .detailed-cont {
  display: none;
}
.widget-course-filter .hideDivFilter .widget-course-filter-contact {
  background: #f8f8f9;
  padding: 60px 0 60px 60px;
}
.widget-course-filter .hideDivFilter .widget-course-filter-contact .row div p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #1F212B;
  text-align: left;
}
.widget-course-filter .hideDivFilter .widget-course-filter-contact .row div a {
  display: inline-block;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 85% center;
  color: #ffffff;
  padding: 15px 0 15px 32px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  transition: all 0.3s ease-out;
  text-align: left;
  width: 350px;
}
.widget-course-filter .hideDivFilter .widget-course-filter-contact .row div a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 90% center;
  transition: all 0.3s ease-in;
}
.widget-course-filter .hideDivFilter .widget-course-filter-contact .widget-course-filter-contact-form-wrap {
  display: none;
  margin-top: 80px;
}
.widget-course-filter-contact-form-wrap .widget-body .form-floating textarea {
  height: 100px;
}
.widget-course-filter-contact-form-wrap .widget-body .form-floating label.error {
  display: none !important;
}
.widget-course-filter-contact-form-wrap .widget-body .form-check {
  text-align: left;
}
.widget-course-filter-contact-form-wrap .widget-body .form-check a.terms-of-service {
  width: inherit !important;
  font-size: inherit !important;
  background: none !important;
  color: #ef813c !important;
  font-weight: normal !important;
  transition: none !important;
  padding: 0 !important;
}
.widget-course-filter-contact-form-wrap .form-control {
  width: 100%;
}
/*<!-- deprecated удалить после полной замены на новый код -->*/
.faq, .widget-faq {
  margin-top: 80px;
}
.faq h2, .widget-faq h2 {
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 42px;
}
.faq .panel-group .panel, .widget-faq .panel-group .panel {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.faq .panel-group .panel .panel-heading, .widget-faq .panel-group .panel .panel-heading {
  border: none;
  background: transparent;
  padding: 16px 0;
}
.faq .panel-group .panel .panel-heading .panel-title, .widget-faq .panel-group .panel .panel-heading .panel-title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.faq .panel-group .panel .panel-heading .panel-title a, .widget-faq .panel-group .panel .panel-heading .panel-title a {
  display: block;
  position: relative;
  color: #ef813c;
  display: block;
  text-decoration: none;
}
.faq .panel-group .panel .panel-heading .panel-title a.collapsed, .widget-faq .panel-group .panel .panel-heading .panel-title a.collapsed {
  color: #282A35;
}
.faq .panel-group .panel .panel-heading .panel-title a.collapsed:after, .widget-faq .panel-group .panel .panel-heading .panel-title a.collapsed:after {
  background: #f8f8f9 url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat center;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.faq .panel-group .panel .panel-heading .panel-title a:after, .widget-faq .panel-group .panel .panel-heading .panel-title a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 32px;
  height: 32px;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat center;
  transition: all 0.3s ease-in;
  transform: rotate(-90deg);
}
.faq .panel-group .panel .panel-heading .panel-title a:hover, .widget-faq .panel-group .panel .panel-heading .panel-title a:hover {
  color: #ef813c;
  text-decoration: none;
}
.faq .panel-group .panel .panel-collapse .panel-body, .widget-faq .panel-group .panel .panel-collapse .panel-body {
  border: none;
  padding: 0 0 24px 0;
}
.faq .panel-group .panel .panel-collapse .panel-body ul, .widget-faq .panel-group .panel .panel-collapse .panel-body ul {
  list-style: none;
  padding-left: 0;
}
.faq .panel-group .panel .panel-collapse .panel-body ul li, .widget-faq .panel-group .panel .panel-collapse .panel-body ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
  margin-bottom: 16px;
}
.faq .panel-group .panel .panel-collapse .panel-body ul li:before, .widget-faq .panel-group .panel .panel-collapse .panel-body ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ef813c;
  border-radius: 50%;
  margin-right: 16px;
}
.faq .panel-group .panel .panel-collapse .panel-body ul li a, .widget-faq .panel-group .panel .panel-collapse .panel-body ul li a {
  font-weight: 500;
  color: #ef813c;
}
.faq .panel-group .panel .panel-collapse .panel-body ul li a:hover, .widget-faq .panel-group .panel .panel-collapse .panel-body ul li a:hover {
  color: #ef813c;
}
.faq .panel-group .panel .panel-collapse .panel-body img, .widget-faq .panel-group .panel .panel-collapse .panel-body img {
  margin-bottom: 16px;
  float: left;
  width: 30%;
}
/*<!-- /deprecated удалить после полной замены на новый код -->*/
.widget-sidebar {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 100px;
  font-family: 'Roboto', sans-serif;
}
.widget-sidebar .side-left {
  min-width: 250px;
  margin-right: 45px;
}
.widget-sidebar .side-right {
  flex: 1 1 auto;
}
.widget-sidebar .side-right .widget-header {
  font-weight: 300;
  font-size: 32px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .widget-sidebar {
    flex-direction: column;
  }
}
.widget-sidebar__text {
  margin-bottom: 25px;
}
.widget-sidebar__text ul.list-disc-inside li {
  list-style: disc;
  list-style-position: inside;
}
.widget-sidebar__text ul.list-disc-inside li::marker {
  color: #ef813c;
}
.widget-sidebar__text--light {
  color: rgba(0, 0, 0, 0.7);
}
.widget-blockquote {
  margin-bottom: 50px;
}
.widget-blockquote .text {
  font-weight: 300;
  font-size: 21px;
  line-height: 28px;
}
.widget-blockquote .text-small {
  font-size: 14px;
  line-height: 24px;
}
.widget-slider {
  max-width: 950px;
}
.widget-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNjQ2NDUgMTQuNjQ2NEM2LjQ1MTE4IDE0Ljg0MTcgNi40NTExOCAxNS4xNTgzIDYuNjQ2NDUgMTUuMzUzNkw5LjgyODQzIDE4LjUzNTVDMTAuMDIzNyAxOC43MzA4IDEwLjM0MDMgMTguNzMwOCAxMC41MzU1IDE4LjUzNTVDMTAuNzMwOCAxOC4zNDAzIDEwLjczMDggMTguMDIzNyAxMC41MzU1IDE3LjgyODRMNy43MDcxMSAxNUwxMC41MzU1IDEyLjE3MTZDMTAuNzMwOCAxMS45NzYzIDEwLjczMDggMTEuNjU5NyAxMC41MzU1IDExLjQ2NDVDMTAuMzQwMyAxMS4yNjkyIDEwLjAyMzcgMTEuMjY5MiA5LjgyODQzIDExLjQ2NDVMNi42NDY0NSAxNC42NDY0Wk0yMiAxNC41TDcgMTQuNUw3IDE1LjVMMjIgMTUuNUwyMiAxNC41WiIgZmlsbD0iI0I1QjVCNSI+PC9wYXRoPgo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNC41IiBzdHJva2U9IiNDQUNBQ0EiPjwvY2lyY2xlPgo8L3N2Zz4=");
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  text-indent: -99px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: block;
}
.widget-slider .slick-arrow.slick-next {
  right: -50px;
  transform: rotate(180deg);
}
.widget-slider .slick-arrow.slick-prev {
  left: -50px;
}
.widget-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.widget-slider .slick-dots li button {
  border: none;
  text-indent: -99px;
  overflow: hidden;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin: 0 5px;
}
.widget-slider .slick-dots li.slick-active button {
  background-color: #ef813c;
}
.widget-slider .slick-track .item {
  min-height: 360px;
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.widget-logos .widget-header {
  margin-bottom: 50px;
}
.widget-logos .widget-body {
  display: flex;
  flex-wrap: nowrap;
}
.widget-logos .widget-body .item {
  padding: 0 10px;
}
.widget-logos .widget-body .item img {
  height: 50px;
  width: auto;
}
.widget-digits {
  padding: 40px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.widget-digits .widget-body {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.widget-digits .widget-body .item {
  flex: 1 1 auto;
}
.widget-digits .widget-body .item .digit {
  font-size: 42px;
  font-weight: 300;
  color: var(--bs-orange);
  line-height: normal;
}
@media (max-width: 1199px) {
  .widget-digits .widget-body {
    flex-direction: column;
  }
  .widget-digits .widget-body .item {
    margin-bottom: 50px;
    text-align: center;
  }
}
.widget-suitable_courses {
  margin-top: 80px;
  padding: 50px 60px;
}
.widget-suitable_courses .widget-header {
  margin-bottom: 45px;
}
.widget-suitable_courses .widget-header h2 {
  line-height: normal;
}
.widget-suitable_courses .widget-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.widget-suitable_courses .widget-body .item {
  width: 32%;
  margin-bottom: 45px;
  padding: 40px;
  background: rgba(217, 217, 217, 0.23);
}
@media (max-width: 1199px) {
  .widget-suitable_courses .widget-body .item {
    width: 49%;
  }
}
@media (max-width: 1199px) {
  .widget-suitable_courses .widget-body .item {
    width: 100%;
  }
}
.widget-suitable_courses .widget-body .item h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  color: #282a35;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0;
}
.widget-suitable_courses .widget-body .item .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.widget-suitable_courses .widget-body .item .price {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  padding-top: 40px;
}
.widget-suitable_courses .widget-body--coll2 .item {
  width: 49%;
}
@media (max-width: 1199px) {
  .widget-suitable_courses .widget-body--coll2 .item {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .widget-suitable_courses {
    padding: 0;
  }
}
.joomlaquiz_container .panel-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 1px;
  color: #282a35;
  margin-bottom: 24px;
  padding-top: 55px;
}
.joomlaquiz_container .jq_quiz_container_tbl {
  padding: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  margin: 30px 0;
}
.joomlaquiz_container .panel-body .jq_quiz_container_tbl #error_messagebox {
  text-align: center;
}
.joomlaquiz_container .panel-body .jq_quiz_container_tbl .quest_pos {
  outline: none !important;
  border: none !important;
}
.joomlaquiz_container .panel-body .jq_quiz_container_tbl .jq_time_tick_container {
  color: #f7940a;
  font-size: 25px;
}
.joomlaquiz_container .panel-body .jq_quiz_container_tbl #jq_quiz_container .progress {
  background-color: #e9ecef !important;
}
.joomlaquiz_container .panel-body .jq_quiz_container_tbl #jq_quiz_container .progress .jq_question_info_container {
  top: -40px;
  font-size: 25px;
  color: #f7940a;
  position: absolute;
}
.joomlaquiz_container .panel-body .jq_quiz_container_tbl #jq_quiz_container .progress .bar {
  background-color: #f7940a;
}
.joomlaquiz_container .panel-body .jq_quiz_container_tbl #jq_quiz_container .jq_quiz_container_description ul {
  padding: 0 0 0 25px;
}
.joomlaquiz_container .panel-body .jq_quiz_container_tbl #jq_quiz_container .jq_quiz_container_description ul li {
  list-style: disc;
  margin: 10px 0;
}
.joomlaquiz_container .panel-body .jq_quiz_task_container {
  text-align: center;
}
.joomlaquiz_container .panel-body .quizform .form-group--info {
  text-align: center;
}
.joomlaquiz_container .panel-body .quizform .quizform-wrap {
  max-width: 320px;
  margin: 0 auto;
}
.joomlaquiz_container .panel-body .quizform .quizform-wrap .form-group--tos label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.joomlaquiz_container .panel-body .quizform .quizform-wrap .form-group input[type="text"] {
  width: 100%;
}
.widget-quiz-result .widget-body .result ul li .label {
  font-weight: bold;
}
.widget-quiz-result .widget-body .result ul li .text-result--failed {
  color: #c00;
}
.widget-quiz-result .widget-body .result ul li .text-result--success {
  color: #3e9b52;
}
.widget-quiz-result .widget-body .links {
  margin-top: 25px;
}
.jq_quiz_list .jq_quiz_cat_desc {
  margin: 25px auto;
}
.jq_quiz_list .jq_quiz_container {
  margin: 25px auto;
}
.jq_quiz_list .jq_quiz_container .jq_cat_quiz_item {
  border: 1px solid #d35500;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 25px;
}
.widget-price .card-body .row {
  padding: 32px 0;
  border-bottom: 1px solid rgba(40, 42, 53, 0.1);
}
.widget-price .card-body .row div p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #1F212B;
  margin-bottom: 0;
}
.widget-price .card-body .row div p a {
  color: #ef813c;
}
.widget-price .card-body .row div p a:hover {
  color: #ef813c;
  text-decoration: underline;
}
.widget-product-menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 150;
  background-color: #f8f8f9;
}
.widget-product-menu #product-menu {
  padding: 10px 5px;
}
.widget-product-menu ul {
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.widget-product-menu ul li {
  margin: 5px;
  padding: 0px 20px;
}
.widget-product-menu .widget-product-menu-btn {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--bs-orange);
}
@media (max-width: 991.98px) {
  .widget-product-menu {
    left: 5px;
  }
}
@media (max-width: 767.98px) {
  .widget-product-menu {
    display: none;
  }
}
:root {
  --bs-orange: #F37500;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
select, textarea, input, .inputbox {
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 6px 12px;
  padding-right: 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
select:focus, textarea:focus, input:focus, .inputbox:focus {
  box-shadow: none !important;
  border-color: #d35500 !important;
}
input[type="checkbox"] {
  width: auto;
  display: inline-block;
  height: auto;
  min-height: auto;
  padding: 6px;
}
input[type="checkbox"]:checked {
  background-color: #d35500 !important;
  border-color: #d35500 !important;
}
.btn:focus {
  box-shadow: none !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  color: #ec5f00;
  border-color: #ec5f00;
  background-color: transparent;
}
.btn-outline-primary {
  color: #ef813c;
  border-color: #ef813c;
  background-color: transparent;
}
.btn-outline-primary.active {
  color: #fff;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blockquote-footer {
  margin-top: 0;
}
.tos-modal-wrap {
  padding: 0 20px;
}
.affix {
  position: fixed;
}
img {
  max-width: 100%;
}
body {
  padding-top: 0;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
ul.decorated > li {
  position: relative;
  padding-left: 40px;
}
ul.decorated > li:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  display: block;
  content: '';
  background: url("/images/course-icon/course-check.svg");
  border-radius: 0;
  margin-right: 0;
  background-repeat: no-repeat;
}
ul.decorated-bullets li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
  margin-bottom: 16px;
}
ul.decorated-bullets li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ef813c;
  border-radius: 50%;
  margin-right: 16px;
}
.section-grey {
  background-color: #f8f8f9;
}
.section-fullwidth {
  min-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-left: 0 !important;
  margin-left: calc((100vw - 1278px) / -2) !important;
}
@media (max-width: 1399px) {
  .section-fullwidth {
    margin-left: calc((100vw - 1098px) / -2) !important;
  }
}
@media (max-width: 1199px) {
  .section-fullwidth {
    margin-left: calc((100vw - 936px) / -2) !important;
  }
}
@media (max-width: 1199px) {
  .section-fullwidth {
    margin-left: calc((100vw - 696px) / -2) !important;
  }
}
@media (max-width: 991px) {
  .section-fullwidth {
    margin-left: calc((100vw - 492px) / -2) !important;
  }
}
.pin {
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: 0px 2px;
}
.pin_expert {
  background-image: url('/images/pin_expert.png');
}
.pin_manager {
  background-image: url('/images/pin_manager.png');
}
.pin_practitioner {
  background-image: url('/images/pin_practitioner.png');
}
.pin_foundation {
  background-image: url('/images/pin_foundation.png');
}
.product-price {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #404040;
}
.ask-a-question-fullmodal {
  font-family: 'Roboto', sans-serif !important;
  color: #ffffff;
  background-color: #ff7a20;
  border-color: #c85100;
  border-radius: 10px;
  border: none;
  padding: 10px 30px;
  line-height: 16px;
  display: inline-block;
  font-size: 18px;
  white-space: normal;
}
.ask-a-question-fullmodal:hover {
  background-color: #ec5f00;
  text-decoration: none;
}
.ask-a-question-view {
  font-family: 'Roboto', sans-serif;
}
/* System message */
#system-message-container #system-message .alert-message .alert-message {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: normal;
}
/* Header */
.t3-mainnav {
  background: #ffffff;
  border-bottom: none;
}
.t3-mainnav .container {
  border-bottom: 1px solid rgba(40, 42, 53, 0.1);
}
.navbar-header .logo {
  position: relative;
  left: 0 !important;
  padding-right: 15px;
  width: 175px;
}
.navbar-header .logo .logo-image a {
  background: transparent;
}
/* Menu */
.pushy-link a {
  font-family: 'Roboto', sans-serif;
}
/* Search */
.form-search {
  display: none;
}
#mod-finder-searchform111 {
  display: none;
}
.search-link {
  margin-top: 44px;
}
.search-link .search-button {
  display: inline-block;
}
.search-link .search-button a:hover {
  cursor: pointer;
}
.fancybox-slide {
  padding: 0 !important;
}
.fancybox-content {
  vertical-align: top !important;
  width: 100%;
  padding: 50px 135px;
}
.fancybox-content .search {
  width: 100% !important;
}
.fancybox-content .search label, .fancybox-content .search i {
  display: none;
}
.fancybox-content .search #mod-search-searchword {
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #282A35;
  box-shadow: none;
}
.fancybox-content .search #mod-search-searchword:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.fancybox-content label {
  display: none;
}
.fancybox-content .search-query {
  width: 100%;
  border: none;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #282A35;
  box-shadow: none;
}
.fancybox-content .search-query:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.fancybox-content .search-query::-webkit-input-placeholder, .fancybox-content #mod-search-searchword::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #282A35;
}
.fancybox-content .search-query::-moz-placeholder, .fancybox-content #mod-search-searchword::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #282A35;
}
.fancybox-content .search-query:-moz-placeholder, .fancybox-content #mod-search-searchword:-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #282A35;
}
.fancybox-content .search-query:-ms-input-placeholder, .fancybox-content #mod-search-searchword:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #282A35;
}
.autocomplete-suggestions {
  z-index: 99994 !important;
  width: 100% !important;
  border: none !important;
  box-shadow: none;
}
.autocomplete-suggestions .autocomplete-suggestion {
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #282A35;
  padding: 16px 24px;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #f8f8f9;
}
/* Search results */
.finder #search-results #search-query-explained {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1F212B;
  margin-bottom: 16px;
  padding: 0;
}
.finder #search-results #search-query-explained strong .query-required {
  font-size: 0;
}
.finder #search-results #search-query-explained strong .query-required .term {
  font-size: 24px;
}
.finder #search-results #search-query-explained strong .query-required .term:after {
  content: ' ';
}
.finder #search-results .search-pages-counter {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
  opacity: 0.6;
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(40, 42, 53, 0.2);
}
.finder #search-results .search-results {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.finder #search-results .search-results li {
  padding: 42px 0;
  border-bottom: 1px solid rgba(40, 42, 53, 0.2);
  background: transparent;
}
.finder #search-results .search-results li .result-tags {
  margin-bottom: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ef813c;
}
.finder #search-results .search-results li .result-title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 24px;
}
.finder #search-results .search-results li .result-title a {
  color: #1F212B;
}
.finder #search-results .search-results li .result-title a:hover {
  color: #ef813c;
  text-decoration: none;
}
.finder #search-results .search-results li .result-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #1F212B;
  margin-bottom: 42px;
}
.finder #search-results .search-results li .result-breadcrumbs .breadcrumb li {
  border-bottom: none;
}
.finder #search-results .search-results li .result-breadcrumbs .breadcrumb li.active span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #282A35;
  opacity: 0.5;
}
.result-breadcrumbs ul, .finder #search-results .search-results .result-breadcrumbs li {
  padding: 0;
}
.search .page-title {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 49px;
  letter-spacing: 1px;
  color: #282A35;
  margin-bottom: 24px;
}
.search #searchForm .btn-toolbar, .search #searchForm .form-limit, .search #searchForm .counter {
  display: none;
}
.search #searchForm .searchintro {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
  opacity: 0.6;
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(40, 42, 53, 0.2);
}
.search .search-results {
  margin-bottom: 16px;
  margin-top: 0;
  list-style: none;
  padding-left: 0;
}
.search .search-results li {
  padding: 42px 0;
  border-bottom: 1px solid rgba(40, 42, 53, 0.2);
  background: transparent;
}
.search .search-results li .result-title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 24px;
}
.search .search-results li .result-title a {
  color: #1F212B;
}
.search .search-results li .result-title a:hover {
  color: #ef813c;
  text-decoration: none;
}
.search .search-results li .result-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #1F212B;
  margin-bottom: 42px;
}
.search .pagination {
  display: flex;
  float: none;
}
.search .pagination ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0 auto;
}
.search .pagination ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding: 10px;
  color: #1F212B;
}
.search .pagination ul li.pagination-start, .search .pagination ul li.pagination-end {
  display: none;
}
.search .pagination ul li a {
  color: #1F212B;
  background: transparent;
  border: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.search .pagination ul li a:hover {
  color: #ef813c;
  background: transparent;
  text-decoration: none;
}
.search .pagination ul li.active a {
  color: #ef813c;
}
/* Header bottom */
.header-bottom {
  background: url('../images/header-bottom-bg.png') no-repeat center;
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: cover;
}
.header-bottom .container .row div .custom h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 49px;
  letter-spacing: 1px;
  color: #282A35;
  margin-bottom: 24px;
  padding-top: 55px;
}
.header-bottom .container .row div .custom .header-bottom-text {
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #282A35;
  margin-bottom: 12px;
}
.header-bottom .container .row div .custom .header-bottom-text:before {
  content: '';
  display: inline-flex;
  width: 9px;
  height: 21px;
  margin-right: 12px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat left center;
}
.header-bottom .container .row div .custom .header-info {
  margin-bottom: 50px;
  margin-top: 85px;
}
.header-bottom .container .row div .custom .header-info .info-count {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 49px;
  letter-spacing: 1px;
}
.header-bottom .container .row div .custom .header-info .info-label {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weighT: normal;
  line-height: 19px;
  margin-bottom: 5px;
}
h2.cources-zag {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 49px;
  color: #1F212B;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 50px !important;
  padding-left: 0;
}
/* Cources home */
.cources {
  margin: 0 auto 80px;
}
.transform {
  padding: 80px 0;
  background: #F8F8F9;
}
.cources-mod.cource-otstup {
  margin-bottom: 0px;
}
.cources-mod.bg-linear {
  background: -webkit-linear-gradient(180deg, #f8f8f8, rgba(248, 248, 248, 0));
  background: -moz-linear-gradient(180deg, #f8f8f8, rgba(248, 248, 248, 0));
  background: linear-gradient(180deg, #f8f8f8, rgba(248, 248, 248, 0));
  height: 80vh;
}
.cources-mod.top-pad {
  padding-top: 120px;
}
.cources-mod h2.cources-zag {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 49px;
  color: #1F212B;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 50px;
}
.cources-mod .cource-item {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.cources-mod .cource-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.cources-mod .cource-item .cources-subzag {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #1F212B;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cources-mod .cource-item .cources-subzag .orange {
  color: #ef813c;
}
.cources-mod .cource-item .cources-subzag .label-orange {
  display: inline-block;
  background: #ef813c;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
  color: #ffffff;
  letter-spacing: 1px;
}
.cources-mod .cource-item .cources-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 12px;
  list-style: none;
}
.cources-mod .cource-item .cources-list li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.cources-mod .cource-item .cources-list li a {
  color: #282A35;
  margin-left: 0;
  transform: all 0.3s ease-out;
}
.cources-mod .cource-item .cources-list li a:before {
  content: '';
  display: inline;
  width: 6px;
  padding-right: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat left center;
}
.cources-mod .cource-item .cources-list li a:hover {
  color: #ef813c;
  text-decoration: none;
  margin-left: 8px;
  transform: all 0.3s ease-in;
}
.cources-mod .cources-adv {
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #282A35;
  margin-bottom: 32px;
}
.cources-mod .cources-adv .icon-home {
  display: block;
  float: left;
  margin-right: 28px;
}
.cources-mod .cources-adv:last-child {
  margin-bottom: 0;
}
/* Games home */
.row-feature {
  padding: 80px 0;
}
.games {
  margin-bottom: 80px;
}
.games-zag {
  font-family: 'Roboto', sans-serif;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 32px;
  color: #1F212B;
  margin-top: 0;
  margin-bottom: 42px !important;
}
.widget-games {
  margin-bottom: 50px;
}
.widget-games .widget-body {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
}
.widget-games .widget-body .games-item {
  height: 100%;
  flex: 1 1 0;
}
.widget-games .widget-body .games-item .games-img {
  width: 100%;
  margin-bottom: 24px;
}
.widget-games .widget-body .games-item .games-title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 16px;
}
.widget-games .widget-body .games-item .games-title a {
  color: #1F212B;
}
.widget-games .widget-body .games-item .games-title a:hover {
  color: #ef813c;
  text-decoration: none;
}
.widget-games .widget-body .games-item .games-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(40, 42, 53, 0.6);
}
.advantages {
  margin-bottom: 80px;
}
.advantages div .icon-home {
  margin-bottom: 24px;
}
.advantages div .icon-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #282A35;
}
.line {
  color: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.other-cources {
  padding-top: 80px;
}
.other-cources .other-cources-zag {
  padding-left: 15px;
}
.other-cources div .other-cources-img {
  margin-bottom: 24px;
}
.other-cources div .other-cources-subzag {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #282A35;
  margin-bottom: 24px;
}
.other-cources div .other-cources-subzag a {
  color: #282A35;
}
.other-cources div .other-cources-subzag a:hover {
  color: #ef813c;
  text-decoration: none;
}
.other-cources div .other-cources-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.other-cources div .other-cources-list li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
.other-cources div .other-cources-list li a {
  color: #282A35;
  margin-left: 0;
  transform: all 0.3s ease-out;
}
.other-cources div .other-cources-list li a:before {
  content: '';
  display: inline;
  width: 6px;
  padding-right: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat left center;
}
.other-cources div .other-cources-list li a:hover {
  color: #ef813c;
  text-decoration: none;
  margin-left: 8px;
  transform: all 0.3s ease-in;
}
.other-cources div .other-cources-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(40, 42, 53, 0.6);
}
/* Events home */
.events {
  margin: 120px auto;
}
.events-wrap .events-header {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #1F212B;
  margin-top: 0;
  margin-bottom: 42px;
}
.events-wrap .events {
  margin: 0 auto;
}
.events-wrap .events .event-wrapper {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 25px;
}
.events-wrap .events .event-wrapper .event-date {
  flex: 0 0 auto;
}
.events-wrap .events .event-wrapper .event-date .event-month {
  display: block;
  background: #ef813c;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}
.events-wrap .events .event-wrapper .event-date .event-day {
  text-align: center;
  padding: 16px 0;
  color: #282A35;
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 32px;
  background: rgba(40, 42, 53, 0.03);
}
.events-wrap .events .event-wrapper .event-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  padding: 10px 0 40px 0;
  flex: 1 1 0;
}
.events-wrap .events .event-wrapper .event-title .event-category {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  color: #ef813c;
  margin-bottom: 12px;
}
.events-wrap .events .event-wrapper .event-title a {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #282A35;
}
.events-wrap .events .event-wrapper .event-title .title-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.events-wrap .events .event-wrapper .event-title:hover {
  color: #ef813c;
  text-decoration: none;
}
.events-wrap .events .event-wrapper .places_left {
  background-color: red;
  color: #fff;
  padding: 5px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.events-wrap .events .event-arrow {
  display: none;
}
.events-wrap .events .event-arrow .arrow {
  width: 70px;
  height: 96px;
  background: #f8f8f9 url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat center;
}
.events-wrap .events .event-arrow .arrow-hover {
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat center;
}
.events-wrap .events:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .events-wrap .events .event-wrapper {
    flex-direction: row;
  }
  .events-wrap .events .event-wrapper .event-date, .events-wrap .events .event-wrapper .event-title {
    width: min(25%, 200px);
  }
  .events-wrap .events .event-wrapper .event-date {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .events-wrap .events .event-wrapper .event-date .event-month {
    font-size: 18px;
  }
  .events-wrap .events .event-wrapper .event-date .event-day {
    font-size: 30px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .events-wrap .events .event-wrapper .event-title {
    display: grid;
    padding: 10px 0 10px 0;
  }
  .events-wrap .events .event-wrapper .event-title a {
    font-size: 16px;
    line-height: 20px;
  }
  .events-wrap .events .event-wrapper .event-title .places_left {
    font-size: 16px;
    justify-self: flex-start;
  }
  .events-wrap .events .event-wrapper .event-arrow {
    display: block;
  }
  .events-wrap .events .event-wrapper .event-arrow .arrow {
    height: 100%;
  }
}
/* Breadcrumbs */
.breadcrumb {
  padding: 32px 0 0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li.active .divider {
  display: none;
}
.breadcrumb li.active span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #282A35;
  opacity: 0.5;
}
.breadcrumb li.active span.hasTooltip {
  display: none;
}
.breadcrumb li:before {
  content: '' !important;
  padding: 0 !important;
}
.breadcrumb li a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
}
.breadcrumb li a:hover {
  color: #ef813c;
  text-decoration: none;
}
.breadcrumb li a span {
  color: inherit;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.breadcrumb li span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #282A35;
  opacity: 0.5;
}
.breadcrumb li span.divider {
  display: inline;
  width: 6px;
  padding: 0 12px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjc4MTQgNC45OTk5OUwtNC43NjgzN2UtMDcgOS4zNjc0M0wyLjE2Mjc5IDkuMzY3NDNMNiA0Ljk5OTk5TDIuMTYyNzkgMC42MzI1NUwyLjg2NzllLTA3IDAuNjMyNTVMMy43ODE0IDQuOTk5OTlaIiBmaWxsPSIjRUY4MTNDIi8+Cjwvc3ZnPgo=') no-repeat center;
}
.breadcrumb li span.divider img {
  display: none;
}
/* Content */
.t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
/* Article */
.t3-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 72px;
}
.t3-content .tags {
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding-left: 0;
}
.t3-content .tags li {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ef813c;
}
.t3-content .page-header {
  border-bottom: none;
  padding: 0;
}
.t3-content .page-header h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 49px;
  letter-spacing: 1px;
  color: #282A35;
  margin-bottom: 32px;
}
.t3-content .item-page article {
  font-family: 'Roboto', sans-serif;
}
.t3-content .item-page article .article-content .content-img {
  margin-bottom: 80px;
}
.t3-content .item-page article .article-content .row div p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #282A35;
  margin-bottom: 20px;
}
.t3-content .item-page article .article-content .row div .contact-button {
  margin-bottom: 80px;
  margin-top: 50px;
  display: block;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 270px center;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  width: 315px;
  padding: 16px 0 16px 32px;
  transition: all 0.3s ease-in;
}
.t3-content .item-page article .article-content .row div .contact-button:hover {
  text-decoration: none;
  color: #ffffff;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 290px center;
  transition: all 0.3s ease-in;
}
.t3-content .item-page article .article-content .row div.corporate-offer {
  margin-top: 50px;
}
.t3-content .item-page article .article-content .row div.corporate-offer h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #282A35;
  height: 64px;
  margin-bottom: 24px;
}
/* Course filter */
.body_pointer {
  cursor: pointer;
}
.category-view h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #1F212B;
  margin-bottom: 42px;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
  margin-bottom: 16px;
}
p a {
  font-weight: 500;
  color: #ef813c;
}
p a:hover {
  color: #ef813c;
}
/* Course page */
.product-container h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 49px;
  color: #282A35;
  letter-spacing: 1px;
  margin: 16px 0;
}
.product-container .product-description-top h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #282A35;
  margin-bottom: 40px;
}
.product-container .product-description-top .course-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.product-container .product-description-top .course-features li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
  margin-bottom: 16px;
}
.product-container .product-description-top .course-features li img {
  width: 36px;
  height: 36px;
  padding-right: 8px;
}
.product-container .product-description-top .course-program .program-button {
  display: block;
  max-width: 270px;
  padding: 15px 0 15px 32px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #ef813c;
  background: #f8f8f9 url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat 85% center;
  transition: all 0.3s ease-out;
}
.product-container .product-description-top .course-program .program-button:hover {
  text-decoration: none;
  background: #f8f8f9 url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat 90% center;
  transition: all 0.3s ease-in;
}
.product-container .vm-product-container {
  float: none;
  margin-top: 16px;
}
.product-container .vm-product-container .vm-product-details-container {
  margin: 0;
  border: none;
  padding: 0;
  background: transparent;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area {
  width: 100%;
  text-align: left;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
  margin-bottom: 32px;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value .PricepriceYur, .product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value .PricesalesPrice {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  color: #ef813c;
  letter-spacing: 1px;
  margin-bottom: 4px;
  display: block;
  text-align: left;
}
@media (min-width: 1400px) {
  .product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value .PricepriceYur, .product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value .PricesalesPrice {
    font-size: 30px;
  }
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value .PriceOld {
  text-decoration: line-through;
  color: #777;
  padding-right: 15px;
  text-align: left;
  display: block;
  font-size: 42px;
  font-weight: 300;
  line-height: 49px;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value .vm-price-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #282A35;
  display: block;
  margin-left: 0;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-fields .product-field {
  float: none;
  margin-bottom: 0;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-fields .product-field .product-field-display .vmcustom-sc_timetable {
  margin-bottom: 32px;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-fields .product-field .product-field-display .vmcustom-sc_timetable li {
  width: 45%;
  display: inline-flex;
  margin-bottom: 20px;
  margin-right: 12px;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-fields .product-field .product-field-display .vmcustom-sc_timetable li span a {
  display: block;
  padding: 8px 12px;
  background: #f8f8f9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-fields .product-field .product-field-display .vmcustom-sc_timetable li span a:hover {
  background: #ef813c;
  color: #ffffff;
  text-decoration: none;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-fields .product-field .product-field-display .vmcustom-sc_timetable li span .timetable-places-left {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 12px;
  color: white;
  background-color: #ff0000;
  padding: 2px 5px;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-button-wrap {
  text-align: left;
  height: auto;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-button-wrap a {
  display: block;
  padding: 15px 0 15px 32px;
  border-radius: 0;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 90% center;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  transition: all 0.3s ease-out;
}
.product-container .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-button-wrap a:hover {
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 95% center;
  transition: all 0.3s ease-in;
  text-decoration: none;
}
.product-container .vm-product-container .addtocart-area .product .addtocart-bar .addtocart-button-wrap .addtocart-button {
  display: block;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px 0 15px 32px;
  border-radius: 0;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 85% center;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  transition: all 0.3s ease-out;
}
.product-container .vm-product-container .addtocart-area .product .addtocart-bar .addtocart-button-wrap .addtocart-button:focus, .product-container .vm-product-container .addtocart-area .product .addtocart-bar .addtocart-button-wrap .addtocart-button:hover {
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 90% center;
  transition: all 0.3s ease-in;
  text-decoration: none;
}
.product-container .free-book-wrap .addtocart-button {
  float: none;
  display: block;
  text-align: center;
  background: #ef813c;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  padding: 15px 0;
  border-radius: 0;
  border: none;
}
.product-container .free-book-wrap .addtocart-button:focus, .product-container .free-book-wrap .addtocart-button:hover {
  color: #ffffff;
  background-color: #ec5f00;
  border-color: #ec5f00;
  text-decoration: none;
}
.product-container .product-description-bottom {
  margin-top: 80px;
  /*<!-- to deleted  -->*/
  /*<!-- /to deleted -->*/
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
  margin-bottom: 16px;
  /*<!-- to deleted -->*/
  /*<!-- /to deleted -->*/
  /*<!-- to deleted  -->*/
  /*<!-- /to deleted  -->*/
  /*<!-- устарел удалить после обновления widget-program  -->*/
  /*<!-- /устарел удалить после обновления widget-program  -->*/
}
.product-container .product-description-bottom ul {
  padding: 0;
  list-style: none;
}
.product-container .product-description-bottom ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
  margin-bottom: 16px;
}
.product-container .product-description-bottom ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ef813c;
  border-radius: 50%;
  margin-right: 16px;
}
.product-container .product-description-bottom .useful {
  margin-top: 80px;
}
.product-container .product-description-bottom .useful h2 {
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 42px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #282A35;
}
.product-container .product-description-bottom .useful div ul {
  list-style: none;
  padding-left: 0;
}
.product-container .product-description-bottom .useful div ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
  margin-bottom: 16px;
  display: flex;
}
.product-container .product-description-bottom .useful div ul li:before {
  content: '';
  display: none;
  margin-right: 0;
}
.product-container .product-description-bottom .useful div ul li img {
  margin-right: 16px;
}
.product-container .product-description-bottom .note-orange {
  margin-top: 80px;
  padding: 60px 0;
  background: #f8f8f9;
  min-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.product-container .product-description-bottom .note-orange h2 {
  width: 1170px;
  margin: 0 auto 42px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #282A35;
  padding: 0 10px;
}
.product-container .product-description-bottom .note-orange h2.why:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTVMMCAxMFY2TDUgMTFMMTYgMFY0TDUgMTVaIiBmaWxsPSIjRUY4MTNDIi8+Cjwvc3ZnPgo=') no-repeat center;
  margin-left: 12px;
}
.product-container .product-description-bottom .note-orange .row {
  margin: 0 auto 42px;
  width: 1170px;
}
.product-container .product-description-bottom .note-orange .row div .number {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  width: 42px;
  height: 42px;
  background: #ef813c;
  border-radius: 50%;
  padding: 5px 0;
}
.product-container .product-description-bottom .note-orange .row div h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #282A35;
  margin-top: 16px;
  margin-bottom: 24px;
}
.product-container .product-description-bottom .note-orange .row:last-child {
  margin-bottom: 0;
}
.product-container .product-description-bottom .accr-block {
  margin-top: 80px;
  background: #f8f8f9;
  padding: 50px 60px;
}
.product-container .product-description-bottom .accr-block .row {
  margin-bottom: 42px;
}
.product-container .product-description-bottom .accr-block .row:last-child {
  margin-bottom: 0;
}
.product-container .product-description-bottom .accr-block .row div a {
  width: 100%;
  display: block;
  padding: 15px;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  transition: all 0.3s ease-out;
}
.product-container .product-description-bottom .accr-block .row div a:hover {
  transition: all 0.3s ease-in;
  text-decoration: none;
}
.product-container .product-description-bottom .accr-block .row div .icons-payments {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-container .product-description-bottom .accr-block .row div .icons-payments li {
  margin-right: 18px;
}
.product-container .product-description-bottom .accr-block .row div .icons-payments li:before {
  content: '';
  display: none;
  margin-right: 0;
}
.product-container .product-description-bottom .shema {
  margin-top: 80px;
}
.product-container .product-description-bottom .shema h2 {
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 42px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #282A35;
}
.product-container .product-description-bottom .program {
  margin-top: 80px;
}
.product-container .product-description-bottom .program h2 {
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 42px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #282A35;
}
.product-container .product-description-bottom .program h3 {
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #1F212B;
}
.product-container .product-description-bottom .program div h4 {
  margin-bottom: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #282A35;
}
.product-container .product-description-bottom .program div h4 .label-orange {
  display: inline-block;
  background: #ef813c;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-left: 8px;
}
.product-container .product-description-bottom .program div ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 42px;
}
.product-container .product-description-bottom .program div ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
  margin-bottom: 16px;
  padding-left: 20px;
}
.product-container .product-description-bottom .program div ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ef813c;
  border-radius: 50%;
  margin-right: 16px;
}
.product-container .product-description-bottom .program div ul li .label-orange {
  display: inline-block;
  background: #ef813c;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-left: 8px;
}
.t3-module .module-inner .module-ct .custom .row div img {
  margin-bottom: 15px;
}
.t3-module .module-inner .module-ct .custom .row div img.number-orange {
  margin-bottom: 30px;
}
.t3-module .module-inner .module-ct .custom .row div p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
  margin-bottom: 16px;
}
.t3-module .module-inner .module-ct .custom .row div p a {
  font-weight: 500;
  color: #ef813c;
}
.t3-module .module-inner .module-ct .custom .row div p a:hover {
  color: #ef813c;
}
/* Managers */
.managers h2 {
  margin-bottom: 42px;
}
.managers .row div .manager-name {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #282A35;
}
.managers .row div .manager-name:after {
  content: '';
  display: block;
  width: 9px;
  height: 15px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat left center;
  margin-top: 8px;
  margin-bottom: 24px;
}
.managers .row div .manager-contacts {
  margin-bottom: 16px;
}
.managers .row div .manager-contacts a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
}
.managers .row div .manager-contacts a:hover {
  color: #ef813c;
  text-decoration: none;
}
.managers .row div .manager-contacts .manager-mail {
  color: #ef813c;
}
.managers .row div .manager-contacts .manager-mail:hover {
  color: #ef813c;
}
.managers .row div .manager-social .social-row {
  margin-bottom: 0 !important;
}
.managers .row div .manager-social .social-row .social-name {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
  opacity: 0.4;
  display: inline-block;
  width: 88px;
}
.managers .row div .manager-social .social-row .social-value {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1F212B;
}
/* Contacts */
.contacts-article .author-block {
  display: none;
}
.contacts-article div h2 {
  margin-top: 120px;
  margin-bottom: 42px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  color: #1F212B;
}
.contacts-article .row {
  margin-bottom: 50px;
}
.contacts-article .row .contacts-map {
  width: 100%;
}
.contacts-article .row div .contacts {
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #282A35;
}
.contacts-article .row div .contacts a {
  color: #282A35;
}
.contacts-article .row div .contacts a:hover {
  text-decoration: none;
  color: #ef813c;
}
.contacts-article .row div .contact-metro .metro-icon {
  float: left;
}
.contacts-article .row div .contact-metro p {
  margin-left: 31px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #282A35;
  margin-bottom: 32px;
}
.contacts-article .row div .contact-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #282A35;
  margin-bottom: 32px;
}
.contacts-article .row div .manager-photo {
  margin-bottom: 16px;
}
.contacts-article .row div .manager-name {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #282A35;
}
.contacts-article .row div .manager-name:after {
  content: '';
  display: block;
  width: 9px;
  height: 15px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjEgNy41NzI2MUw5LjUzNjc0ZS0wNyAxNC4zNzU3TDMuMjQ0MTkgMTQuMzc1N0w5IDcuNTcyNjFMMy4yNDQxOSAwLjc2OTQ4OUwyLjA5OTEyZS0wNiAwLjc2OTQ4OEw1LjY3MjEgNy41NzI2MVoiIGZpbGw9IiNFRjgxM0MiLz4KPC9zdmc+Cg==') no-repeat left center;
  margin-top: 8px;
  margin-bottom: 24px;
}
.contacts-article .row div .manager-contacts {
  margin-bottom: 16px;
}
.contacts-article .row div .manager-contacts a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #1F212B;
}
.contacts-article .row div .manager-contacts a:hover {
  color: #ef813c;
  text-decoration: none;
}
.contacts-article .row div .manager-social .social-row {
  margin-bottom: 0 !important;
}
.contacts-article .row div .manager-social .social-row .social-name {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #1F212B;
  opacity: 0.4;
  display: inline-block;
  width: 88px;
}
.contacts-article .row div .manager-social .social-row .social-value {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #1F212B;
}
/* Banner 2 */
.banner2 {
  width: 100%;
  background: #282A35;
}
.banner2-mod h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 37px;
  letter-spacing: 1px;
  margin: 76px 0 12px;
  color: #ffffff;
}
.banner2-mod .link {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 42px;
}
.banner2-mod .banner-button {
  display: block;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 230px center;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 271px;
  line-height: 21px;
  padding: 16px 0 16px 32px;
  transition: all 0.3s ease-in;
}
.banner2-mod .banner-button:hover {
  text-decoration: none;
  color: #ffffff;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 238px center;
  transition: all 0.3s ease-in;
}
.banner2-mod img {
  float: right;
}
/* Footer */
.t3-footer {
  background: #F8F8F9;
  padding-bottom: 50px;
}
.t3-footer .t3-copyright {
  border-top: none;
  padding: 0;
}
.t3-contacts .container {
  border-bottom: 1px solid rgba(40, 42, 53, 0.2);
  padding: 120px 0;
}
.t3-social .container, .t3-copyright .container {
  padding: 0;
}
.social-links {
  border-bottom: 1px solid rgba(40, 42, 53, 0.2);
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links li {
  display: inline-block;
  margin-right: 42px;
  padding: 52px 0;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
}
.social-links li a {
  color: #282A35;
}
.social-links li a:hover {
  color: #ef813c;
  text-decoration: none;
}
.copy1, .copy2 {
  margin: 32px 0 50px;
}
.copy1 p, .copy2 p {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #282A35;
  margin-bottom: 16px;
}
.copy1 p a, .copy2 p a {
  color: #ef813c;
}
.copy1 p a:hover, .copy2 p a:hover {
  color: #ef813c;
}
.dnone {
  display: none;
}
/* 404 page */
.page404 {
  margin-top: 0;
}
.page404 article .article-header h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 144px;
  font-weight: 300;
  line-height: 169px;
  letter-spacing: 1px;
  color: #282A35;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page404 article .article-content .contact-button {
  display: block;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 230px center;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 271px;
  line-height: 21px;
  padding: 16px 0 16px 32px;
  transition: all 0.3s ease-in;
}
.page404 article .article-content .contact-button:hover {
  text-decoration: none;
  color: #ffffff;
  background: #ef813c url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY3MjA5IDYuNTUxMzhMMCAxMy4xMDI1TDMuMjQ0MTkgMTMuMTAyNUw5IDYuNTUxMzhMMy4yNDQxOSAwLjAwMDIxNjkzNUwxLjE0NTQ0ZS0wNiAwLjAwMDIxNjY1MUw1LjY3MjA5IDYuNTUxMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K') no-repeat 238px center;
  transition: all 0.3s ease-in;
}
@media (max-width: 1399px) {
  .t3-navbar .t3-megamenu .navbar-nav li {
    margin-left: 25px;
  }
  .header-bottom {
    padding-top: 34px;
  }
  .banner1-mod h2, .banner2-mod h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .widget-games .widget-body .games-item .games-title {
    font-size: 18px;
    line-height: 24px;
  }
  .other-cources div .other-cources-subzag {
    font-size: 18px;
    line-height: 30px;
  }
  .widget-course-filter .hideDivFilter .row .widget-course-filter__item .widget-course-filter__title {
    font-size: 19px;
  }
  .widget-course-filter .hideDivFilter .row-flex .product .product-container .product-container-score {
    left: 48px;
  }
  .product-container .product-description-bottom .note-orange h2 {
    width: 100%;
  }
  .product-container .product-description-bottom .note-orange .row {
    width: 100%;
  }
  .product-container .product-description-bottom .note-orange .row div h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .product-container .product-description-bottom .note-orange .row div p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .mobile-menu {
    display: none;
  }
  .menu-btn {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    top: 28px !important;
  }
  .menu-btn i {
    color: #1F212B;
  }
  .navbar-header .logo {
    display: inline-block;
    padding: 15px;
  }
  .head-search {
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 50px;
  }
  .head-search .search-link {
    margin-top: 28px;
  }
  .header-bottom {
    padding-bottom: 11px;
    background-size: cover;
  }
  .header-bottom .container .row div .custom .header-bottom-title {
    font-size: 35px;
    line-height: 40px;
  }
  .header-bottom .container .row div .custom .header-bottom-text {
    font-size: 16px;
    line-height: 20px;
  }
  .cources-mod h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .cources-mod .cource-item .cources-subzag {
    font-size: 22px;
    line-height: 28px;
  }
  .cources-mod.top-pad {
    padding-top: 80px;
  }
  .advantages div .adv-text {
    font-size: 14px;
    line-height: 20px;
  }
  .banner1-mod h2, .banner2-mod h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .banner2-mod img {
    float: none;
    width: 120%;
    margin-left: -50px;
    margin-top: 110px;
  }
  .widget-games .widget-body {
    flex-direction: column;
  }
  .widget-games .widget-body .games-item .games-img {
    width: 210px;
    float: left;
    margin-right: 20px;
  }
  .other-cources div.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    min-height: 360px;
  }
  .events-wrap .events .event-wrapper .event-title a {
    font-size: 18px;
    line-height: 26px;
  }
  .t3-contacts .container {
    padding: 60px 0;
  }
  .t3-content .item-page article .article-content .row div.corporate-offer h3 {
    height: auto;
    margin-top: 0;
  }
  .social-links li {
    padding: 26px 0;
  }
  .copy1, .copy2 {
    margin: 32px 0 32px;
  }
  .widget-course-filter .header .hideBtnFilter {
    position: relative;
    margin-top: 0;
  }
  .widget-course-filter .hideDivFilter .row .widget-course-filter__item .widget-course-filter__title {
    font-size: 19px;
  }
  .widget-course-filter .hideDivFilter .row .widget-course-filter__item .widget-course-filter__fieldwrap {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }
  .widget-course-filter .hideDivFilter .row-flex .product .product-container .vm-product-media-container {
    text-align: center;
    margin-bottom: 24px;
  }
  .widget-course-filter .hideDivFilter .row-flex .product .product-container .vm-product-media-container a img {
    width: auto;
  }
  .widget-course-filter .hideDivFilter .row-flex .product .product-container .product-center .product-desc h2 {
    margin-bottom: 24px;
  }
  .widget-course-filter .hideDivFilter .row-flex .product .product-container .product-center .product-desc .product_s_desc {
    margin-bottom: 24px;
  }
  .widget-course-filter .hideDivFilter .row-flex .product .product-container .product-container-score {
    left: auto;
    right: 0;
    width: 120px;
  }
  .product-container h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .product-container .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-button-wrap a {
    display: inline-block;
    width: 300px;
    max-width: 100%;
  }
  .product-container .product-description-bottom .note-orange .row .adv-item {
    min-height: 185px;
  }
  .product-container .product-description-bottom .note-orange .row .why-item {
    min-height: 305px;
  }
  .product-container .product-description-bottom .accr-block {
    padding: 30px;
  }
  .product-container .product-description-bottom .shema div p {
    margin-top: 24px;
  }
  .product-container .product-description-bottom .comments .smile {
    margin-bottom: 24px;
  }
  .product-container .product-description-bottom .comments .smile .comment-text {
    font-size: 16px;
    line-height: 24px;
  }
  .product-container .product-description-bottom .faq div .panel-group .panel .panel-heading .panel-title {
    font-size: 18px;
    line-height: 24px;
  }
  .product-container .product-description-bottom .faq div .panel-group .panel .panel-collapse .panel-body p, .product-container .product-description-bottom .faq div .panel-group .panel .panel-collapse .panel-body ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .header-bottom .container .row div .custom .header-bottom-title {
    font-size: 30px;
    line-height: 35px;
  }
  .cources .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .cources .row div .cources-mod .cource-otstup .top-pad {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cources .row div .cources-mod .cource-otstup .bg-linear {
    height: auto;
  }
  .banner1 .banner1-mod h2 {
    font-size: 26px;
  }
  .banner1 .banner1-mod img {
    float: none;
    display: block;
    margin: 50px auto 0 auto;
    width: 50%;
  }
  h2.cources-zag {
    font-size: 32px;
    line-height: normal;
  }
  .other-cources div.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    min-height: auto;
  }
  .banner2-mod {
    padding-bottom: 40px;
  }
  .banner2-mod h2 {
    margin: 40px 0 12px;
  }
  .banner2-mod img {
    display: none;
  }
  .events {
    margin: 60px 0;
  }
  .events .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .t3-content .page-header h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .product-container .row div h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .product-container .product-description-bottom .row {
    margin-top: 40px;
  }
  .product-container .product-description-bottom .note-orange .row .adv-item, .product-container .product-description-bottom .note-orange .row .why-item {
    min-height: auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .header-bottom .container .row div .custom .header-bottom-title {
    font-size: 19px;
    line-height: 24px;
    margin-top: 0;
  }
  .header-bottom .container .row div .custom .header-bottom-text {
    font-size: 14px;
    line-height: 20px;
  }
  .header-bottom .container .row div .custom .header-bottom-text:before {
    content: '';
    padding-left: 10px;
  }
  .cources-mod h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .cources-mod .cource-item .cources-subzag {
    font-size: 18px;
    line-height: 24px;
  }
  .cources-mod .cource-item .cources-list li {
    font-size: 14px;
    line-height: 20px;
  }
  .banner1-mod h2, .banner2-mod h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .widget-games .widget-body .games-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  .t3-content .page-header h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .t3-content .item-page article .article-content .content-img {
    margin-bottom: 30px;
  }
  .t3-content .item-page article .article-content .row div p {
    font-size: 14px;
    line-height: 20px;
  }
  .t3-content .item-page article .article-content .row div .contact-button {
    margin-bottom: 0;
  }
  .t3-content .item-page article .article-content .row div.corporate-offer {
    margin-top: 25px;
  }
  .t3-content .item-page article .article-content .row div.corporate-offer h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .t3-content .item-page.archive article .article-content #chronoform_WebinarsFilter .ccms_form_element {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    min-width: 100%;
  }
  .t3-content .item-page.archive article .article-content div div .row div h3 {
    margin-top: 24px;
  }
  .widget-course-filter .hideDivFilter .row-flex .product .product-container .product-center .product-desc h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value .PricepriceYur, .product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value .PricesalesPrice {
    font-size: 35px;
    line-height: 40px;
  }
  .product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value .vm-price-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .product-container .product-description-bottom {
    font-size: 14px;
    line-height: 20px;
  }
  .product-container .product-description-bottom .accr-block {
    padding: 10px;
  }
  .product-container .product-description-bottom .faq .panel-group .panel .panel-heading .panel-title {
    font-size: 16px;
    line-height: 22px;
  }
  .product-container .product-description-bottom .faq .panel-group .panel .panel-collapse .panel-body {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value .PricepriceYur, .product-container .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value .PricesalesPrice {
    font-size: 24px;
    line-height: 40px;
  }
}
.view-article.itemid-704 .widget-course-filter h2 {
  margin-top: 0;
  margin-bottom: 42px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #282a35;
}
.items-more .nav {
  flex-direction: column;
}
.pagination-wrap .pagination {
  display: flex;
  margin: 25px 0;
  width: 100%;
  align-content: center;
}
.pagination-wrap .pagination li a {
  padding: 5px;
}
.cart-summary.table {
  border: none;
}
.cart-summary td, .cart-summary tr td, .cart-summary tr th {
  border: none;
  padding: 15px 0;
}
.widget-payment-cart .images {
  text-align: center;
}
.item-block-amount {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-evenly;
  width: 110px;
  height: 26px;
  border: 1px solid #A4AAB6;
  box-sizing: border-box;
  border-radius: 5px;
}
.item-block-amount__field {
  width: 40px !important;
  font-size: 16px;
  line-height: 19px;
  text-transform: lowercase;
  appearance: textfield;
  border: none;
  text-align: center;
  background-color: transparent !important;
  padding: 0;
  min-height: auto;
  height: 100%;
}
.item-block-amount__btn-minus, .item-block-amount__btn-plus {
  cursor: pointer;
  color: #d35500;
  width: 25px;
  line-height: 22px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.widget-form-order {
  max-width: 395px;
  margin: 0 auto;
}
.widget-form-order .widget-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-bottom: 1px solid #A4A4A4;
  margin-bottom: 50px;
  padding-bottom: 35px;
}
.widget-form-order .widget-header h1 {
  font-size: 24px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 35px;
}
.widget-form-order .widget-header .course-name {
  font-size: 24px;
  line-height: 28px;
  color: var(--bs-orange);
}
.widget-form-order .widget-header .course-desc {
  font-size: 16px;
  line-height: 20px;
  color: var(--bs-orange);
  margin-top: 10px;
}
.widget-form-order .widget-body {
  display: flex;
  flex-direction: column;
}
.widget-form-order .widget-body .form-group {
  width: 100%;
  position: relative;
  display: block;
}
.widget-form-order .widget-body .form-group .formError {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  right: 0 !important;
  bottom: 0 !important;
}
.widget-form-order .widget-body .form-group label {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.widget-form-order .widget-body .form-group input[type="text"], .widget-form-order .widget-body .form-group select {
  width: 100%;
}
.widget-form-order .widget-body .form-group.terms-of-service {
  margin: 0;
  padding: 0;
  display: block;
}
.widget-form-order .widget-body .form-group.terms-of-service .formError {
  top: 0 !important;
  bottom: auto !important;
}
.widget-form-order .widget-body .form-group.terms-of-service label {
  margin-bottom: 20px;
  display: block;
}
.widget-form-order .widget-body .form-group .item-block-amount {
  border-radius: 0;
  height: 38px;
  align-items: center;
  font-size: 17px;
  width: 100%;
}
.widget-form-order .widget-body .form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.widget-form-order .widget-body .form-row .form-group {
  max-width: 48%;
}
.product-fields-title-wrapper {
  font-weight: normal;
}
.no-dot {
  list-style: none;
}
.widget-timeTable .widget-header {
  display: none;
}
.widget-timeTable .widget-body {
  overflow-x: auto;
}
.widget-timeTable .widget-body .table-bordered > :not(caption) > * {
  border-width: 0;
}
.widget-timeTable .widget-body .table td:first-child {
  border-left: 1px solid #DCDCDC !important;
}
.widget-timeTable .widget-body .table td:last-child {
  border-right: 1px solid #DCDCDC !important;
}
.pos-position-5 {
  margin-bottom: 120px;
}
.com-content-article.item-page .page-header h1 {
  color: #ef813c;
}
a.terms-of-service {
  display: inline-block;
  font-size: 14px;
}
.widget-cart .widget-header {
  margin-bottom: 50px;
}
.widget-cart .vm-cart-item-quantity .quantity-input {
  width: 55px;
}
.widget-cart .widget-cart-payment .vm-payment-shipment-select {
  display: flex;
  justify-content: space-between;
}
.widget-cart .widget-cart-payment .vm-payment-shipment-select .vm-payment-plugin-single {
  display: flex;
  justify-content: space-between;
}
.widget-cart .widget-cart-payment .vm-payment-shipment-select .vm-payment-plugin-single input {
  display: block;
  width: 20px;
  height: 12px;
  margin-right: 15px;
}
.widget-cart .widget-cart-payment .vm-payment-shipment-select .vm-payment-plugin-single label {
  width: 100%;
}
.widget-cart .widget-cart-payment .vmpayment_name {
  display: block;
  font-size: 16px;
  line-height: 38PX;
}
.widget-cart .widget-cart-payment .vmpayment_description .info {
  font-size: 12px;
  line-height: 1.5;
}
.widget-cart-pricelist table.cart-summary tr th {
  font-weight: normal;
}
.widget-cart-pricelist table.cart-summary tr td {
  vertical-align: middle;
}
.widget-cart-pricelist .vm-cart-item-total .PricesalesPrice {
  white-space: nowrap;
}
.widget-cart-pricelist .section-productinfo .vm-cart-item-name__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.widget-cart-pricelist .section-productinfo .vm-cart-item-name__wrap__image {
  width: 165px;
}
.widget-cart-pricelist .section-productinfo .vm-cart-item-name__wrap__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
}
.widget-cart-pricelist .section-productinfo .vm-cart-item-name__wrap__info .vm-customfield-cart {
  display: flex;
}
.widget-cart-pricelist .vm-cart-item-quantity {
  min-width: 100px;
  width: 10%;
  text-align: center;
}
.widget-cart-pricelist .vm-cart-item-quantity .item-block-amount {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  width: 100px;
  border: 1px solid #cccc;
  box-sizing: border-box;
  border-radius: 5px;
  justify-content: space-evenly;
  font-weight: bold;
  height: auto;
  margin: 15px;
}
.widget-cart-pricelist .vm-cart-item-quantity .item-block-amount__btn-minus, .widget-cart-pricelist .vm-cart-item-quantity .item-block-amount__btn-plus {
  cursor: pointer;
  width: 25px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d35500;
}
.widget-cart-pricelist .vm-cart-item-quantity .item-block-amount__filed {
  width: 35px;
  border: none;
  background: none;
  line-height: normal;
  height: auto;
  box-shadow: none;
  appearance: textfield;
  position: relative;
  z-index: -1;
  text-align: center;
}
.widget-cart-pricelist .vm-cart-item-quantity .item-block-amount__filed::-webkit-outer-spin-button, .widget-cart-pricelist .vm-cart-item-quantity .item-block-amount__filed::-webkit-inner-spin-button {
  display: none;
}
.widget-cart-pricelist .vm-cart-item-quantity .item-block-amount__field-description {
  font-size: 16px;
  line-height: 25px;
  text-transform: lowercase;
  position: absolute;
  right: 30px;
}
.widget-cart-pricelist .vm-cart-item-action {
  min-width: 25px;
  width: 25px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .widget-cart-pricelist .vm-cart-item-name {
    min-width: 50%;
  }
  .widget-cart-pricelist .vm-cart-item-name__wrap {
    flex-direction: column;
  }
}
.widget-cart-pricelist .vm-price-label {
  text-align: right;
  padding-right: 15px;
  line-height: 38px;
}
.widget-cart-pricelist .vm-price-value {
  line-height: 38px;
}
.widget-cart-pricelist .vm-price-value.PricebillTotal {
  line-height: 38px;
}
.widget-cart-pricelist .cart-btn-remove {
  border: none;
  background: none;
  color: #d35500;
  line-height: 38px;
}
.widget-cart-pricelist .cart-btn-remove:hover {
  color: #000;
}
.widget-cart-pricelist .section-productinfo-altcart .vm-img-desc {
  display: none;
}
.widget-cart-pricelist .couponcode-wrap {
  justify-content: flex-end;
  display: flex;
}
.widget-cart-pricelist .couponcode-wrap .couponcode-data {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}
.widget-cart-pricelist .couponcode-wrap .couponcode-data .couponcode-label {
  margin-right: 15px;
}
.widget-cart-pricelist .couponcode-wrap .input-group-couponcode {
  justify-content: flex-end;
}
.widget-cart-pricelist .couponcode-wrap .input-group-couponcode input {
  max-width: 30%;
}
@media screen and (max-width: 1400px) {
  .widget-cart-pricelist .couponcode-wrap .input-group-couponcode input {
    max-width: 35%;
  }
}
@media screen and (max-width: 1200px) {
  .widget-cart-pricelist .couponcode-wrap .input-group-couponcode input {
    max-width: 41%;
  }
}
@media screen and (max-width: 768px) {
  .widget-cart-pricelist .couponcode-wrap .input-group-couponcode input {
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .widget-cart-pricelist .couponcode-wrap .input-group-couponcode input {
    max-width: none;
  }
}
.widget-cart-cartfields {
  margin-bottom: 50px;
}
.widget-cart-cartfields #full-tos {
  display: none;
}
.widget-cart-cartfields .tos-add {
  font-style: italic;
  font-size: 0.8em;
  line-height: normal;
  margin-top: 15px;
}
.widget-cart-cartfields div.terms-of-service {
  margin: 10px 0 0;
  padding: 10px 0 15px;
  display: inline;
}
.widget-cart-cartfields input[type='email'], .widget-cart-cartfields input[type='text'], .widget-cart-cartfields textarea {
  width: 100% !important;
  border-color: #ff7a00;
}
.widget-cart-cartfields textarea {
  min-height: 100px;
}
.widget-cart-cartfields fieldset {
  margin: 10px 0;
}
.widget-cart-cartfields fieldset.vm-fieldset-fizface {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}
.widget-cart-cartfields fieldset.vm-fieldset-fizface .vm-fieldset-fizface-title {
  margin-bottom: 15px;
  display: block;
}
.widget-cart-cartfields fieldset.vm-fieldset-fizface .controls {
  display: flex;
}
.widget-cart-cartfields fieldset.vm-fieldset-fizface .controls label, .widget-cart-cartfields fieldset.vm-fieldset-fizface .controls .form-check {
  display: flex;
  width: 100%;
  justify-content: start;
  text-align: left;
  white-space: nowrap;
  line-height: 30px;
  align-items: center;
}
.widget-cart-cartfields fieldset.vm-fieldset-fizface .controls label input, .widget-cart-cartfields fieldset.vm-fieldset-fizface .controls .form-check input {
  width: 25px;
  margin-right: 15px;
  height: 25px;
  min-height: auto;
}
.widget-cart-cartfields fieldset label.error {
  color: #ff0000;
}
.widget-cart-cartfields fieldset.vm-fieldset-tos {
  padding-top: 10px;
  position: relative;
}
.widget-cart-cartfields fieldset.vm-fieldset-tos-title {
  padding-right: 15px;
}
.widget-cart-cartfields fieldset.vm-fieldset-tos label.error {
  position: absolute;
  bottom: -20px;
  left: 0;
}
.widget-cart-cartfields.vm-fieldset-fizface {
  display: none;
}
.widget-body-cart .checkout-button-top {
  text-align: right;
  padding: 10px 0 0;
  margin-top: 50px;
}
.product-related-products {
  margin-bottom: 25px;
}
.product-related-products .product-related-products__title {
  margin: 0;
  padding-top: 0;
}
.product-related-products__wrap {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product-related-products__wrap .product-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 3px 3px 12px -2px #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  width: 30%;
}
.product-related-products__wrap .product-container .category {
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .product-related-products__wrap .product-container {
    width: 100%;
  }
}
.product-related-products__wrap .product-container:hover {
  box-shadow: 3px 3px 12px -2px #ababab;
}
.product-related-products__wrap .product-container .vm-product-media-container .vm-img-desc {
  display: none;
}
.product-related-products__wrap .product-container .vm-product-descr-container h2 {
  padding: 20px 0 10px 0;
}
.product-related-products__wrap .product-container .vm-product-descr-container h2 a {
  min-height: 36px;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1f212b;
}
.product-related-products__wrap .product-container .vm-product-descr-container .product_s_desc {
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #aaa;
  font-size: 14px;
}
.product-related-products__wrap .product-container .product-price .vm-price-desc {
  display: none;
}
.oferta-wrap h1 {
  text-transform: uppercase;
  text-apgn: center;
}
#system-message-container joomla-alert[type="info"], #system-message-container joomla-alert[type="notice"] {
  background-color: #e2f9e4;
}
.widget-product-bundle {
  box-shadow: 1px 2px 8px -1px #ccc;
  border-radius: 10px;
  padding: 50px;
  max-width: 600px;
  margin: 50px auto 100px;
}
.widget-product-bundle-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.widget-product-bundle-header h3 {
  padding: 0;
  margin-top: 0;
}
.widget-product-bundle-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.widget-product-bundle-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.widget-product-bundle-item {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.widget-product-bundle-item__name {
  font-size: 110%;
}
.widget-product-bundle-item__desc {
  font-style: italic;
}
@media (max-width: 991px) {
  .widget-product-bundle {
    padding: 30px 10px;
  }
  .widget-product-bundle-item__name {
    margin-bottom: 5px;
  }
}
.widget-product-bundle__left {
  padding: 25px 10px;
}
.widget-product-bundle__left .addtocart-button-wrap {
  margin-top: 0;
  width: 100%;
}
.widget-product-bundle-item + .widget-product-bundle-item {
  padding-top: 35px;
}
.widget-product-bundle-item + .widget-product-bundle-item:before {
  position: absolute;
  top: 0;
  content: '+';
  font-size: 25px;
}
.cart-info {
  margin-bottom: 50px;
}
.prod-double-item {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.prod-double-item .spacer-buy-area__second {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .prod-double-item {
    flex-direction: row;
  }
}
.product-container .vm-product-container .vm-product-details-container.prod-double-item .spacer-buy-area .product-fields .product-field .product-field-display .vmcustom-sc_timetable li {
  width: auto;
}
.vm-product-price-container.prod-double-item {
  flex-direction: column;
  justify-content: space-around;
}
@media (min-width: 1200px) {
  .vm-product-price-container.prod-double-item {
    flex-direction: row;
  }
}
.vm-product-details-container .spacer-buy-area .price-variant-wrap, .price-wrap .price-variant-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .vm-product-details-container .spacer-buy-area .price-variant-wrap, .price-wrap .price-variant-wrap {
    flex-direction: column;
    gap: 25px;
  }
}
@media (min-width: 992px) {
  .vm-product-details-container .spacer-buy-area .price-variant-wrap, .price-wrap .price-variant-wrap {
    flex-direction: row;
  }
}
.vm-product-details-container .spacer-buy-area .price-variant-wrap .addtocart-area, .price-wrap .price-variant-wrap .addtocart-area {
  min-width: 100%;
}
.info-nds {
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .info-nds {
    font-size: 10px;
  }
}
@media (min-width: 1400px) {
  .info-nds {
    font-size: 14px;
  }
}
.cart-list-total-row td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  line-height: 14px !important;
}
.vm-product-price-container .price-wrap {
  min-width: 50%;
}
.vm-product-price-container .price-wrap .order-prices {
  width: 100%;
}
/* Remove all .selected styles and event-related styles */
/* Prevent double-tap zoom on mobile */
.itfo4-accent-orange {
  color: #ff7a20;
}
.itfo4-accent-red {
  color: #fff;
  background-color: #f00;
  padding: 3px 10px;
}
.itfo4-accent-red-mobile {
  color: #fff;
  background-color: #f00;
  padding: 1px 10px;
}
.itfo4-desktop-table {
  font-size: 85%;
  background: #f8f8f9;
}
.itfo4-desktop-table tr {
  cursor: pointer;
}
.itfo4-desktop-table tr td {
  vertical-align: middle;
}
.itfo4-course-card {
  cursor: pointer;
  background: #f8f8f9;
  border-radius: 5px;
  padding: 10px;
  border-left: 4px solid #6c757d;
  flex: 1 1 300px;
  min-width: 0;
}
.itfo4-course-card label {
  pointer-events: none;
}
.itfo4-course-card input[type="radio"] {
  pointer-events: none;
  padding: 0;
  line-height: normal;
  min-height: auto;
}
.itfo4-mobile-cards {
  font-size: 85%;
  gap: 10px;
  display: none;
}
@media (max-width: 700px) {
  .itfo4-desktop-table {
    display: none;
  }
  .itfo4-mobile-cards {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 500px) and (max-width: 700px) {
  .itfo4-course-card {
    flex-basis: calc(50% - 10px);
  }
}
