

/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./app/styles/global-elements.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
#gcAccountUserMenu {
  display: block !important;
  background: none;
}
#gcAccountUserMenu .gc-page-nav-items-menu {
  display: none !important;
}
#gcAccountUserMenu .notify-count {
  min-width: 17px;
  line-height: 17px;
  text-align: center;
  color: #BF0035;
  font-weight: 600;
  border-radius: 10px;
  font-size: 9px;
  background: #EFEFEF;
  pointer-events: none;
  padding: 0 3px;
  width: auto;
}
#gcAccountUserMenu .gc-account-leftbar {
  background: none;
  width: auto;
  height: auto;
  font-weight: 600;
  font-size: 12px;
  top: auto;
  bottom: 0;
}
#gcAccountUserMenu .gc-account-leftbar.expanded {
  height: 100%;
}
#gcAccountUserMenu .gc-account-leftbar.expanded .gc-account-user-menu {
  display: flex;
}
#gcAccountUserMenu .gc-account-leftbar .toggle-link {
  width: 100vw;
  background: #EFEFEF;
  height: 45px;
  padding: 0 0 0 11px;
  display: flex;
  align-items: center;
  bottom: 0;
}
#gcAccountUserMenu .gc-account-leftbar .toggle-link img {
  display: none;
}
#gcAccountUserMenu .gc-account-leftbar .toggle-link:before {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: url("https://fs.getcourse.ru/fileservice/file/download/a/52784/sc/296/h/dec0ad646f89f0cc4faecd8174663343.svg") no-repeat center center #BF0035;
  background-size: 17px auto;
  margin-right: 18px;
}
#gcAccountUserMenu .gc-account-leftbar .toggle-link:after {
  content: "Меню";
  font-size: 16px;
  font-weight: 400;
  color: #2A2A2A;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu {
  width: 167px;
  height: calc(100% - 45px);
  flex-direction: column;
  align-items: center;
  padding: 47px 0 40px;
  border-radius: 0 30px 30px 0px;
  background: #BF0035;
  display: none;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu:before {
  content: "";
  display: block;
  height: 0;
  order: 1;
  margin-bottom: auto;
  margin-top: auto;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu:after {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  margin-top: auto;
  order: 1;
  background: url("https://fs.getcourse.ru/fileservice/file/download/a/52784/sc/96/h/bdbe6a8901369e4f1abe129720947106.png") no-repeat center bottom;
  background-size: contain;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item {
  width: 100%;
  padding: 0;
  border: 0;
  position: relative;
  transition: opacity 0.4s;
  color: #fff;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:hover {
  opacity: 0.7;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item a {
  background: none !important;
  height: auto;
  width: 100%;
  font: inherit;
  color: inherit;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item .menu-item-label {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item .notify-count {
  position: absolute;
  right: auto;
  bottom: auto;
  top: 2px;
  left: 36px;
  transition: background-color 0.4s, color 0.4s;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:last-child {
  margin-bottom: auto;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile) {
  display: block;
  margin-top: 4px;
  transition: color 0.4s;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile) img {
  max-width: 31px;
  width: auto;
  height: auto;
  display: block !important;
  margin-right: 10px;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile).selected {
  opacity: 0.85;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile).active,#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile).selected {
  color: #BF0035;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile).active a,#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile).selected a {
  background: #fff !important;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile).active .notify-count,#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile).selected .notify-count {
  background: #BF0035;
  color: #fff;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile) a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 5px 8px 19px;
  min-height: 30px;
  transition: background-color 0.4s;
  text-align: left;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item.menu-item-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: auto;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item.menu-item-profile a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  padding-right: 5px;
  padding-left: 5px;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item.menu-item-profile img {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 50px;
  margin-bottom: 7px;
  max-width: 50px;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item.menu-item-profile .user-default-profile-image,#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item.menu-item-profile img[src="/public/img/default_profile_50.png"] {
  padding: 28px;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item.menu-item-profile .menu-item-label {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
#gcAccountUserMenu .gc-account-user-submenu-bar {
  z-index: -1;
  left: 0;
  width: 350px;
  border-radius: 0 30px 30px 0;
  color: #2A2A2A;
  padding: 65px 15px 10px 187px;
  height: calc(100% - 45px);
  background: #EFEFEF;
}
#gcAccountUserMenu .gc-account-user-submenu-bar h3 {
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4166666667;
  font-weight: 600;
  padding: 0;
  margin: 0 0 25px;
  color: inherit;
  text-transform: uppercase;
}
#gcAccountUserMenu .gc-account-user-submenu-bar .user-balance {
  display: none !important;
}
#gcAccountUserMenu .gc-account-user-submenu-bar .gc-account-user-submenu li {
  width: 100%;
}
#gcAccountUserMenu .gc-account-user-submenu-bar .gc-account-user-submenu li a {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 5px 0;
  color: inherit;
  transition: color 0.4s;
  background: none;
  display: flex;
  align-items: center;
  text-transform: none;
}
#gcAccountUserMenu .gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
  color: #BF0035;
}
#gcAccountUserMenu .gc-account-user-submenu-bar .gc-account-user-submenu li a .notify-count {
  position: static;
  margin-left: 6px;
  background: #BF0035;
  color: #fff;
}
#gcAccountUserMenu .gc-account-user-submenu-bar .gc-account-user-submenu li.menu-item-chatium_qr a {
  flex-direction: column;
}

.gc-main-content.with-left-menu,.gc-main-content.with-left-menu>.top-notification-wrapper .top-notification,html body div.gc-main-content.with-left-menu.account-page-content {
  margin-left: 0px;
}

html body div.gc-main-content.with-left-menu.account-page-content {
  margin-left: 0px !important;
}

body .gc-main-content.with-left-menu {
  margin-bottom: 51px;
}

.gc-fade-wrapper .gc-fade,.with-left-menu .gc-into-main-content {
  left: 0px;
}

.resp-screen.resp-full-window,.talks-widget-window,.block-style-popover,.popover.webinar-blocks-popover {
  left: 0px !important;
}

.talks-widget-window,#webinar-content-block.mobile .gc-comment-form {
  width: 100% !important;
}

#webinar-content-block.mobile .gc-comment-form {
  right: 0 !important;
}
.gw-calendar {
  max-width: 600px;
}

.gw-calendar__month-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  background: #EFEFEF;
  border-radius: 10px 10px 0 0;
}
.gw-calendar__month-header__button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  padding: 5px 10px;
  flex: 0 0 auto;
}
.gw-calendar__month-header__button svg path {
  fill: #BF0035;
  transition: fill 0.4s;
}
.gw-calendar__month-header__button--left svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gw-calendar__month-header__button--not-active svg path {
  fill: #A9A9A9;
}
.gw-calendar__month-header__label {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.gw-calendar__table {
  width: 100%;
  background: #EFEFEF;
  border-radius: 0 0 10px 10px;
  margin-bottom: 40px;
}
.gw-calendar__table td {
  border-top: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  color: #2A2A2A;
  width: 14.2857142857%;
  text-align: right;
  font-size: 12px;
  line-height: 1.3333333333;
  padding: 2px 4px;
  overflow: hidden;
}
.gw-calendar__table td:first-child {
  border-left-width: 0;
}
.gw-calendar__table thead td {
  border-top-width: 0;
}
.gw-calendar__table thead td {
  color: #fff;
  background: #BF0035;
}
.gw-calendar__table thead td:nth-child(n+6) {
  background: #A9A9A9;
}
.gw-calendar__table tbody td div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.gw-calendar__table tbody td div:before {
  content: "";
  display: block;
  width: 0;
  padding-top: calc(100% - 4px);
}
.gw-calendar__event-block__title {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.gw-calendar__event-block__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gw-calendar__event-block__item {
  background: #EFEFEF;
  border-radius: 10px;
  padding: 20px 17px 40px 94px;
  position: relative;
  min-height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.gw-calendar__event-block__item:before {
  content: "";
  top: 20px;
  left: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/52784/sc/191/h/93e1c42a39fc6f91cc053472ea26b84a.svg) no-repeat 50% 55% #BF0035;
  background-size: 30px 30px;
  position: absolute;
}
.gw-calendar__event-block__item__date {
  font-size: 12px;
  position: absolute;
  left: 96px;
  bottom: 20px;
}
.gw-calendar__event-block__item__title {
  font-size: 16px;
}
.gw-calendar__event-block__item__desc {
  font-size: 12px;
  margin-bottom: auto;
}
.gw-calendar__event-block__item__time {
  font-size: 12px;
  position: absolute;
  right: 17px;
  bottom: 20px;
}
.gw-calendar__event-block__item+.gw-calendar__event-block__item {
  margin-top: 16px;
}
.gw-calendar__date--event {
  cursor: pointer;
  transition: color 0.4s;
}
.gw-calendar__date--event div {
  position: relative;
  z-index: 0;
}
.gw-calendar__date--event div:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 17%;
  padding-top: 17%;
  border-radius: 50%;
  background: #BF0035;
  z-index: -1;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.gw-calendar__date--event-active {
  font-weight: 700;
  color: #fff !important;
}
.gw-calendar__date--event-active div:after {
  -webkit-transform: scale(18);
          transform: scale(18);
}
.gw-calendar__date--not-target {
  color: rgba(42, 42, 42, 0.25);
}

.lite-page .lt-block.gw-lt-all-meetings .modal-block-content,.xdget-root .gw-lt-all-meetings .modal-block-content {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.lite-page .lt-block.gw-lt-all-meetings .flex-row,.xdget-root .gw-lt-all-meetings .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-block,.xdget-root .gw-lt-all-meetings .lt-tsr-block {
  margin: 0 !important;
  flex: 0 1 100% !important;
  width: 100%;
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content,.xdget-root .gw-lt-all-meetings .lt-tsr-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .image-card,.xdget-root .gw-lt-all-meetings .lt-tsr-content .image-card {
  margin-bottom: 10px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 92.85%;
  width: 100%;
  position: relative;
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .image-card .image-wrapper,.xdget-root .gw-lt-all-meetings .lt-tsr-content .image-card .image-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .image-card .image,.xdget-root .gw-lt-all-meetings .lt-tsr-content .image-card .image {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center bottom;
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .f-header,.xdget-root .gw-lt-all-meetings .lt-tsr-content .f-header {
  text-transform: uppercase;
  font-weight: 600;
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .f-description,.xdget-root .gw-lt-all-meetings .lt-tsr-content .f-description {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .button,.xdget-root .gw-lt-all-meetings .lt-tsr-content .button {
  margin-top: auto;
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .f-btn,.xdget-root .gw-lt-all-meetings .lt-tsr-content .f-btn {
  width: 100%;
}

.lite-page .lt-block.gw-lt-all-meetings .flex-row {
  margin-left: -15px;
  margin-right: -15px;
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-block {
  padding: 15px !important;
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content {
  padding: 15px 20px 25px;
  border-radius: 25px;
  border: 1px solid #d1d1d1;
  box-shadow: 0px 7px 100px rgba(92, 92, 92, 0.22);
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .f-header {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 30px;
  color: #767676;
}
.lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .f-description {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3888888889;
  font-size: 12px;
  color: #2A2A2A;
}

.xdget-root .gw-lt-all-meetings .flex-row {
  margin-left: -10px;
  margin-right: -10px;
}
.xdget-root .gw-lt-all-meetings .lt-tsr-block {
  padding: 10px !important;
}
.xdget-root .gw-lt-all-meetings .lt-tsr-content {
  background: #fff;
  padding: 25px 20px 15px;
  border-radius: 15px;
  box-shadow: 0px 5.25px 75px rgba(92, 92, 92, 0.22);
}
.xdget-root .gw-lt-all-meetings .lt-tsr-content .f-header {
  font-size: 15px;
  margin-bottom: 21px;
  color: #000;
}
.xdget-root .gw-lt-all-meetings .lt-tsr-content .f-description {
  font-size: 13px;
  color: #303030;
}
.xdget-root .gw-lt-all-meetings .lt-tsr-content .f-btn {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: auto;
  min-height: 60px;
  min-width: auto;
  float: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-weight: 600;
  cursor: pointer;
  color: #fff !important;
  background: #BF0035 !important;
  border-radius: 16px;
  border: 2px solid #767676 !important;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
  border: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 12px;
  min-height: 41px !important;
}
.xdget-root .gw-lt-all-meetings .lt-tsr-content .f-btn span.text {
  line-height: inherit;
  overflow: visible;
  padding-bottom: 0;
  word-wrap: inherit;
}
.xdget-root .gw-lt-all-meetings .lt-tsr-content .f-btn .fa {
  display: none;
}
.xdget-root .gw-lt-all-meetings .lt-tsr-content .f-btn:hover,.xdget-root .gw-lt-all-meetings .lt-tsr-content .f-btn:focus,.xdget-root .gw-lt-all-meetings .lt-tsr-content .f-btn:active {
  text-decoration: none;
}

.gw-progress-bar {
  background: #EFEFEF;
  border-radius: 15px;
  padding: 15px;
}
.gw-progress-bar__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.gw-progress-bar__title {
  text-transform: uppercase;
  min-width: 60px;
  flex: 0 1 auto;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
.gw-progress-bar__content {
  display: flex;
  align-items: center;
}
.gw-progress-bar__wrapper {
  margin-right: 10px;
  flex: 1 1 auto;
  background: #fff;
  border-radius: 15px;
  height: 27px;
  padding: 3px;
}
.gw-progress-bar__line {
  width: 0%;
  height: 100%;
  border-radius: 15px;
  background: #BF0035;
  opacity: 0;
}
.gw-progress-bar__value {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: #BF0035;
  text-align: right;
}

.gw-progress-circle {
  position: relative;
  text-align: center;
  padding: 25px 0;
  background: #EFEFEF;
  border-radius: 15px;
}
.gw-progress-circle__circle {
  width: 150px;
  height: 150px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.gw-progress-circle__circle circle {
  fill: none;
  stroke-width: 16;
  stroke-linecap: round;
}
.gw-progress-circle__circle__placeholder {
  stroke: #fff;
}
.gw-progress-circle__circle__line {
  stroke: #BF0035;
  opacity: 0;
}
.gw-progress-circle__value {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
}
.gw-progress-circle__value strong {
  font-size: 20px;
  display: block;
}
@media (min-width: 576px){
  .lite-page .lt-block.gw-lt-all-meetings .modal-block-content, .xdget-root .gw-lt-all-meetings .modal-block-content {
    max-width: 750px;
  }
  .lite-page .lt-block.gw-lt-all-meetings .lt-tsr-block, .xdget-root .gw-lt-all-meetings .lt-tsr-block {
    flex: 0 1 50% !important;
    width: 50%;
  }
}
@media (min-width: 768px){
  #gcAccountUserMenu .gc-account-user-submenu-bar h3 {
    font-size: 20px;
  }
  .gw-calendar__event-block__title {
    font-size: 16px;
  }
  .lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .f-header {
    font-size: 16px;
  }
  .lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .f-description {
    font-size: 14px;
  }
  .xdget-root .gw-lt-all-meetings .lt-tsr-content .f-btn {
    font-size: 16px;
  }
}
@media (min-width: 992px){
  #gcAccountUserMenu .gc-account-leftbar {
    width: auto;
    height: 100%;
  }
  #gcAccountUserMenu .gc-account-leftbar .toggle-link {
    display: none;
  }
  #gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu {
    width: 197px;
    height: 100%;
    display: flex;
  }
  #gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item .notify-count {
    left: 55px;
  }
  #gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile) a {
    padding-left: 39px;
  }
  #gcAccountUserMenu .gc-account-user-submenu-bar {
    height: 100%;
    padding-left: 232px;
    width: 407px;
  }
  .gc-main-content.with-left-menu,
  .gc-main-content.with-left-menu > .top-notification-wrapper .top-notification {
    margin-left: 197px;
  }
  html body div.gc-main-content.with-left-menu.account-page-content {
    margin-left: 197px !important;
  }
  body .gc-main-content.with-left-menu {
    margin-bottom: 0;
  }
  .with-left-menu .gc-into-main-content {
    left: 197px;
  }
  body .gc-fade-wrapper .gc-fade {
    left: 197px;
    opacity: 0;
  }
  .resp-screen.resp-full-window,
  .talks-widget-window,
  .block-style-popover,
  .popover.webinar-blocks-popover {
    left: 197px !important;
  }
  .talks-widget-window, #webinar-content-block.mobile .gc-comment-form {
    width: calc(100% - 197px) !important;
  }
  .xdget-root .gw-lt-all-meetings .lt-tsr-content .f-btn {
    min-height: 75px;
  }
  .xdget-root .gw-lt-all-meetings .lt-tsr-content .f-btn {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .gw-progress-bar {
    padding: 25px 25px 20px;
  }
  .gw-progress-bar__header {
    margin-bottom: 10px;
  }
  .gw-progress-bar__title {
    min-width: 80px;
  }
}
@media (min-width: 1200px){
  #gcAccountUserMenu .gc-account-user-submenu-bar h3 {
    font-size: 22px;
  }
  .gw-calendar__event-block__title {
    font-size: 18px;
  }
  .lite-page .lt-block.gw-lt-all-meetings .modal-block-content, .xdget-root .gw-lt-all-meetings .modal-block-content {
    max-width: none;
  }
  .lite-page .lt-block.gw-lt-all-meetings .lt-tsr-block, .xdget-root .gw-lt-all-meetings .lt-tsr-block {
    flex: 0 1 25% !important;
    width: 25%;
  }
  .lite-page .lt-block.gw-lt-all-meetings .flex-row {
    margin-left: -35px;
    margin-right: -35px;
  }
  .lite-page .lt-block.gw-lt-all-meetings .lt-tsr-block {
    padding: 35px !important;
  }
  .lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .f-header {
    font-size: 18px;
  }
  .lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .f-description {
    font-size: 16px;
  }
  .xdget-root .gw-lt-all-meetings .flex-row {
    margin-left: -17px;
    margin-right: -17px;
  }
  .xdget-root .gw-lt-all-meetings .lt-tsr-block {
    padding: 17px !important;
  }
  .xdget-root .gw-lt-all-meetings .lt-tsr-content .f-btn {
    font-size: 18px;
  }
}
@media (min-width: 1500px){
  #gcAccountUserMenu .gc-account-user-submenu-bar h3 {
    font-size: 25px;
  }
  .gw-calendar__event-block__title {
    font-size: 20px;
  }
  .lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .f-header {
    font-size: 20px;
  }
  .lite-page .lt-block.gw-lt-all-meetings .lt-tsr-content .f-description {
    font-size: 18px;
  }
  .xdget-root .gw-lt-all-meetings .lt-tsr-content .f-btn {
    font-size: 20px;
  }
}

