/*
font-family: Roboto, sans-serif;
font-family: 'Montserrat Alternates',sans-serif;
*/

/* Guideline! */

/* Class if you need hide chexbox in IE 11 */
/*
.visualy-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
}
*/
/* End hide checbox in IE 11 */

/* styles! Guide */

.font-primary span {
  font-family: 'Montserrat Alternates', sans-serif !important;
}

.responsive-container {
  width: 100%;
  padding: 0 56px;
}

.width-100 {
  width: 100%;
}

.mb-16 {
  margin-bottom: 16px;
}

.custom-shadow {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.rounded-normal {
  border-radius: 8px;
}

.rounded-x2 {
  border-radius: 16px;
}

.circle-rounded {
  border-radius: 50%;
}

.group-bg {
  background: #85D6FF
}

.event-bg {
  background: #BCF376
}

.lecture-bg {
  background: #FCFF73
}

.social-bg {
  background: #7CDDE2
}

.therapy-bg {
  background: rgb(196, 169, 255)
}

.individual-bg {
  background: rgb(91, 222, 139);
}

.tas-bg {
  background: rgb(255, 215, 0);
}

.intervision-bg {
  background-color: rgb(234, 117, 0);
}

.gs-bg {
  background-color: rgb(255, 36, 0)
}

/* End styles! Guide */

#guidelineDropdowns {
  padding-bottom: 220px;
  padding-left: 2px;
  padding-right: 2px;
}

.dropdown-btn {
  background-color: #fff;
  border-radius: 8px;
  height: 48px;
  padding: 0 32px 0 16px;
  cursor: pointer;
  border: 1px solid #ddd;
  transition: 0.3s ease;
  text-align: left;
}

.dropdown-time-input {
  width: 48px;
  cursor: text;
  padding: 0 12px;
  width: 48px;
  text-align: center;
}

.dropdown-btn:hover {
  background-color: #f7f7f7;
  transition: 0.3s ease;
}

.dropdown-btn:focus {
  border: 1px solid #01B1FE;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-time__separator {
  margin: 0 8px;
  font-weight: 600;
  color: #999;
}

.dropdown__icon {
  position: absolute;
  font-size: 17px;
  color: #999;
  top: 16px;
  right: 12px;
}

.dropdown__list {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  width: 100%;
  overflow: auto;
  top: 52px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
  z-index: 4;
  max-height: 320px;
}

.dropdown-time__list {
  min-width: 80px;
}

.dropdown__list_item {
  display: block;
  color: #999;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 14px;
}

.dropdown__list_item:hover {
  background: #f7f7f7;
}

.dropdown-show {
  display: block;
}

/* Color! Guide */

/* BG */
/* End BG */

/* Text */
.main-grey {
  color: #999;
}

/* End Text */

/* End Color! Guide */

/* Title! Guide */
.section-title {
  margin-bottom: 24px;
}

/* End Title! Guide */

/* *Btn! Guidline */
/* specification .btn! */
.btn {
  display: block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: none;
  transition: .3s ease;
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
}

.btn:hover {
  transition: .3s ease;
  color: #fff;
}

.btn:hover {
  transition: .3s ease
}

.btn:focus {
  outline: 0;
  box-shadow: none;
  transition: 0.3s ease;
}

.btn:after {
  border-radius: 20px;
  z-index: 2;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  opacity: 0;
}

.btn:hover:after {
  opacity: 1
}

/* End specification .btn! */

/* .btn-main! */
.btn-main {
  border-radius: 8px;
  background: #20DF7F;
}

.btn-main:hover {
  background: #12DA75;
}

.btn-main:focus {
  background: #02C864;
}

.btn-main-average {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  min-width: 196px;
  line-height: 35px;
}

.btn-main-big {
  min-width: 196px;
  height: 52px;
  font-size: 17px;
}

.btn-main-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 168px;
  height: 40px;
  font-size: 16px;
}

.btn-main-small {
  min-width: 152px;
  height: 36px;
  font-size: 14px;
}

.btn-disabled {
  cursor: not-allowed !important;
  opacity: .4;
}

/* End .btn-main! */

/*
???
.btn-main-long {
    width: 100%;
}
*/

/* .btn-second! */
.btn-second {
  border-radius: 8px;
  background: #007EFF;
}

.btn-second:hover {
  background: #0072E8;
}

.btn-second:focus {
  background: linear-gradient(135deg, #65ADC3, #003EB7);
}

.btn-second-big {
  min-width: 144px;
  height: 48px;
  font-size: 18px;
}

.btn-second-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 128px;
  height: 40px;
  font-size: 15px;
  line-height: 28px;
}

.btn-second-small {
  height: 32px;
  border-radius: 50px;
  font-size: 12px;
}

/* End .btn-second! */


/* .btn-outline! */
.btn-main-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 1px solid #20DF7F;
  color: #20DF7F;
  border-radius: 8px;
  background: #fff;
}

.btn-main-outline:hover {
  background: #f7f7f7;
  color: #20DF7F;
}

.btn-outline {
  min-width: 160px;
  background: #fff;
  border: 1px solid #999;
  color: #999;
  height: 42px;
}

.btn-outline:hover {
  background: #f7f7f7;
  color: #999;
}

.btn-outline:focus {
  background: #eee;
}

/* End .btn-outline! */

/* main-page-btn!*/
.main-page-btn {
  height: 64px;
  width: 288px;
  line-height: 52px;
  font-size: 18px;
}

/* End main-page-btn!*/
/* End Btn Guide */

/* Checkbox! and Radio! Guide */
.option {
  display: block;
  width: max-content;
}

.check {
  cursor: pointer;
  padding-left: 28px;
  font-size: 14px;
}

.check label {
  cursor: pointer;
}

.diary__checkbox label {
  display: flex;
}

.check__wrap {
  position: relative;
  cursor: pointer;
}

.check__wrap label {
  cursor: pointer;
}

.check__input {
  position: absolute;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  z-index: -1;
  left: -9999999999999;
}

.personal-settings__email-wrap .check__input {
  left: auto;
}

.label-checkbox-radio input {
  width: 0;
  height: 0;
  opacity: 0;
}

.label-checkbox-radio input:checked {
  content: '';
}

input[type=checkbox] {
  border: none;
}

.check__box {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  border: 2px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  margin-top: -1px;
  transition: 0.3s ease;
  z-index: 0;
}

.check__box_new {
  top: 0;
  left: 0;
}

.check__radio {
  background-image: url(../img/default-radio.svg) !important;
  background-size: 100%;
  border-radius: 50px;
  margin-left: -28px;
  border: none;
}

.check__wrap:hover .check__input+.check__box {
  border: 2px solid #ccc;
  background-color: #f7f7f7;
  transition: 0.3s ease;
}

/* Checked */
.check__input:checked+.check__box {
  background-color: #01B1FE;
  border: 2px solid #01B1FE;
  transition: 0.3s ease;
}

.check__input:checked+.check__radio {
  background: none;
  border: none;
}

.check__input_checkbox:checked+span:after {
  content: '';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 10px;
  top: 3px;
  left: 6px;
  z-index: 2;
}

.check__input_checkbox.checkbox_new:checked+span:after {
  left: 6px;
}

.check__input_radio:checked+span:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../img/active-radio.svg) !important;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.3s ease;
}

.check__wrap:hover .check__input:checked+.check__box {
  border: 2px solid #00A6EF;
  background-color: #00A6EF;
  transition: 0.3s ease;
}

/* End Checked */

/* Disabled */
.check__input_checkbox:disabled+.check__box {
  border: 2px solid #DDDDDD;

}

.check__input:disabled+span+.check {
  color: #999;
  opacity: .6;
}

.check__input_checkbox:checked:disabled+.check__box {
  border: 2px solid #DDDDDD;

  background-color: #999;
}

.check__input_radio:checked:disabled+.check__radio {
  border: 2px solid #DDDDDD;

  background-color: #fff;
}

.check__input_radio:checked:disabled .check__input_radio:after {
  border: 2px solid #DDDDDD;

}

.check:hover .check__input:disabled+.check__box {
  border: 2px solid #DDDDDD;

  background-color: #fff;
  transition: 0.3s ease;
}

.check:hover .check__input:checked:disabled+.check__box {
  border: 2px solid #DDDDDD;

  background-color: #999;
  transition: 0.3s ease;
}

/* End Disabled */

/* End Checkboxes! Guide */

/* Inputs! Guideline */

/* *INPUTS NEW AND NEW ENTER */

.input-form {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
  position: relative;
  font-size: 16px;
  text-align: left;
  //margin-bottom: 20px;
  transition: 0.3s ease;
}

.input-form:hover {}

.input-form__title {
  font-size: ;
}

.input-form__name {
  margin-right: 12px;
  height: 50px;
}

.input-form__input {
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  background: none;
  width: 100%;
  /* padding: 1.2em 1em 0.8em; */
  padding: 0 12px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #454545;
  height: 46px;
  transition: 0.3s ease;
}

.input-form__input::placeholder {
  color: #999
}

.edit-profile__wrap .input-form__input {
  padding-top: 8px;
}

.input-form__textarea {
  padding-top: 12px;
  resize: none;
  height: 120px;
}

.input-form__placeholder {
  box-sizing: border-box;
  border: none;
  background: none;
  width: 100%;
  position: absolute;
  z-index: 1;
  padding-left: 12px;
  left: 0;
  top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  color: #999;
  transition: all 0.2s ease;
}

.input-form__textarea-placeholder {
  margin-top: 0;
  top: 8px;
}

.input-form__input_filled+.input-form__placeholder,
.input-form__input:focus+.input-form__placeholder {
  z-index: 10;
  font-size: 12px;
  top: 0;
  margin-top: 0.1em;
  font-weight: 500;
}

.input-form__placeholder--active {
  z-index: 10;
  font-size: 12px;
  top: 0;
  margin-top: 0.1em;
  font-weight: 500;
}

.input-form__input:focus+.input-form:focus {
  border: 1px solid #000;
  background: #000;
}

.input-form__input_filled+.input-form__textarea-placeholder,
.input-form__textarea:focus+.input-form__textarea-placeholder {
  z-index: 10;
  font-size: 12px;
  top: 0;
  font-weight: 500;
  background: #fff;
  margin: 0;
  padding-top: 0.1em;
  border-radius: 8px;
  width: calc(100% - 20px);
}

/* End Inputs! Guideline */

/* Notifications! */

.notification {
  padding: 12px;
  color: #fff;
}

.notification:hover {
  opacity: .6;
  color: #fff;
}

.notification__sign {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin-right: 16px;
  line-height: 28px;
}

/* .notification__sign-exclamation {
  margin-left: 2px;
}
 */
.notification__sign-check {
  font-size: 14px;
  line-height: 28px;
}

.notification__danger {
  background: #FE6F61;
}

.notification__warning {
  background: #FFC21D;
}

.notification__success {
  background: #87DB50;
}

.notification__sign_danger {
  color: #FE6F61;
}

.notification__sign_warning {
  color: #FFC21D;
}

.notification__sign_success {
  color: #87DB50;
}

/* End Notifications */

/* Sticky sidebar! Guide */
.sidebar-fixed {
  width: 312px;
  background: #fff;
  padding: 24px 0;
}

.sticky-sidebar {
  position: fixed;
  top: 0px;
  z-index: 10;
}

.sidebar-fixed-active {
  margin-top: 40px;
}

.sticky-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.sidebar-fixed__title {
  margin-bottom: 12px;
  padding-left: 24px;
}

.sidebar-fixed__list_link {
  display: block;
  width: 100%;
  color: #999;
  background: #fff;
  padding: 4px 24px;
}

.sidebar-fixed__list_link:hover {
  color: #999;
  background: #f7f7f7;
}

/* End Sticky sidebar! Guide */

/* Guide Page Styles */
.guideline {
  padding: 40px 0;
}

.guideline-section {
  padding: 40px 0;
}

.guideline__block {
  margin-bottom: 24px;
}

.guideline__block_undertitle {
  margin-bottom: 8px;
}

.guideline__wrap {
  margin-bottom: 8px;
}

.guideline__undertitle {
  width: 132px;
  margin-right: 14px;
}

/* End Guide Page Styles */

/* End Guideline! */

/* hat! */

.hat-personal__dropdown {
  background: #fff;
  right: 6px;
  width: 100%;
  top: 84px;
  border-radius: 0;
}

.hat-personal__dropdown_list-link {
  color: #999;
  padding: 8px 40px;
  display: block;
}

.hat-personal__dropdown_list-link:hover {
  background: #eee;
  color: #454545;
}

/* Adaptive menu! */
@media (max-width:1482px) {
  .menu {
    padding-left: 70px;
  }
}

@media (max-width:1400px) {
  .menu {
    padding-left: 16px;
  }

  .search {
    padding: 0 12px 0 12px;
  }
}

@media (max-width:1310px) {
  .menu__list_item-link {
    padding: 0 8px;
  }
}

@media (max-width:767.98px) {
  .hat-personal__btn-text {
    display: none
  }

  .hat-personal__btn-img {
    margin-right: 0
  }

  .hat-personal__btn-registered {
    position: relative;
  }

  .hat-personal__btn {
    padding: 16px 0px 16px 8px;
  }
}

@media (max-width:576px) {
  .hat-enter__btn {
    min-width: 80px;
    height: 36px;
    line-height: 22px;
  }

  .logo__text {
    font-size: 20px;
  }

  .logo {
    width: 100%;
    margin: auto;
  }

  .hamburger {
    margin-left: -14px:
  }
}

/* End Adaptive menu! */

/* personal-cabinet! specification */
.personal-cabinet {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #f9f9f9;
  min-height: 90vh;
}

.personal-cabinet__pages {
  width: 100%;
}

.personal-cabinet__pages-title {
  margin-bottom: 40px;
}

.personal-cabinet__pages-title a {
  color: inherit;
  transition: .2s;
}

.personal-cabinet__pages-title a:hover {
  opacity: .8;
}


.calendar-select__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 14px;
  line-height: 16px;
  border-radius: 8px;
  background: #20DF7F;
  height: 34px;
  padding: 0 16px;
  color: #fff;
  margin-left: 15px;
  transition: .2s;
  white-space: nowrap;
}

.calendar-select__btn:hover {
  opacity: .6;
}

.personal-cabinet__content {
  width: 100%;
}

.personal-cabinet__content-middle {
  min-width: 55%;
}

.personal-cabinet__block {
  background: #fff;
  width: 100%;
  margin-bottom: 40px;
}

.personal-cabinet__block .calendar {
  margin-top: 0;
}

.personal-settings__sms_wrap,
.personal-settings p {
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
}

.personal-cabinet__block-wide {
  padding: 32px;
}

.personal-cabinet__block-square {
  padding: 16px;
  height: 200px;
  color: #454545;
}

.personal-cabinet__block-square:hover {
  background: #f7f7f7;
  color: #454545;
}

.personal-cabinet__block-square_wrap {
  width: 100%;
  padding: 0 32px 0 0;
  bottom: 16px;
}

.personal-cabinet__block-square_link {
  font-weight: 600;
  font-size: 14px;
  color: #007BFF;
  margin-top: 8px;
}

.personal-cabinet__block-square_link:hover {
  color: #007BFF;
}

.personal-cabinet__block-first {
  padding: 104px 40px 40px 40px;
  background-image: url(../images/pkfbg.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.personal-cabinet__block-orders {
  background-image: url(../images/arrbg.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 117% 125%;
  height: calc(100% - 40px);
  max-height: 282px;
  display: flex;
  flex-direction: column;
}

.personal-cabinet__block-orders .btn-second-middle {
  margin-top: auto;
}

.personal-cabinet__block-right {
  min-width: 28%;
  padding: 28px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.personal-cabinet__first-title {
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 16px;
}

.personal-cabinet__block-first_btn-wrap {
  margin-top: 24px;
}

.personal-cabinet__btn-first {
  margin-right: 16px;
}

.personal-cabinet__btn-middle {
  width: 176px;
}

.personal-cabinet__undertext {
  color: #999;
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 24px;
  margin-top: 8px;
}

.personal-cabinet__no-seances {
  margin-bottom: 24px;
  text-align: center;
}

.personal-cabinet__attention_title {
  margin-bottom: 16px;
}

.personal-cabinet__attention_item {
  margin-top: 8px;
}

.personal-cabinet__filled-profile {
  margin-top: 16px;
}

.personal-cabinet__filled-profile_bar {
  width: 160px;
  height: 16px;
  background: #eee;
  border-radius: 20px;
  margin-right: 8px;
}

.personal-cabinet__filled-profile_bar-filled {
  height: 100%;
  width: 68%;
  border-radius: 20px;
}

.bar_danger {
  background: linear-gradient(135deg, #9F0000, #DF0000);
}

.bar_warning {
  background: linear-gradient(135deg, #FFC21D, #FCFF73);
}

.bar_success {
  background: linear-gradient(135deg, #87DB50, #029884);
}

/* Personal Cabinet seances! */
.personal-cabinet__seances_top {
  padding: 16px 40px;
  border-bottom: 2px solid #f9f9f9;
}

.personal-cabinet__seances_top-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}

.personal-cabinet__seances_content {
  padding: 24px 40px 1px;
}



.personal-cabinet__seances_wrap {
  margin-bottom: 52px;
}

.personal-cabinet__seances_day {
  min-width: 120px;
}

.personal-cabinet__seances_info-item {
  width: 100%;
  margin-top: -12px;
  word-break: break-all;
}

.personal-cabinet__seances_info {
  width: 100%;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
}

.personal-cabinet__seances_info:hover {
  background: #eee;
  transition: 0.3s ease;
}

.personal-cabinet__seances_info-time {
  font-size: 14px;
  min-width: 94px;
  width: 94px;
  white-space: nowrap;
  margin-right: 8px;
}

.personal-cabinet__seances_info-type {
  width: 12px;
  height: 12px;
  min-width: 12px;
  margin-left: 4px;
  margin-right: 16px;
}

.personal-cabinet__seances_info-title {
  font-size: 16px;
}

/* End Personal Cabinet seances! */

/* Personal Cabinet calendar! */
.personal-cabinet__calendar {
  background: #f9f9f9;
  text-align: center;
  margin-bottom: 32px;
}

.personal-cabinet__calendar-top {
  padding: 16px;
  border-bottom: 2px solid #fff;
}

.personal-cabinet__calendar-top_arrow {
  font-size: 18px;
  color: #999;
  transition: 0.3s ease;
}

.personal-cabinet__calendar-top_arrow:hover {
  color: #454545;
  transition: 0.3s ease;
}

.personal-cabinet__calendar-top_arrow-left {
  margin-right: 20px;
}

.personal-cabinet__calendar-top_arrow-right {
  margin-left: 20px;
}

.personal-cabinet__calendar_table-wrap {
  padding: 24px 0 12px;
  width: 306px;
  display: flex;
  margin: auto;
}

.personal-cabinet__calendar_table {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-collapse: separate;
}

.personal-cabinet__calendar_hat {
  font-weight: 500;
  padding-bottom: 12px;
}

.personal-cabinet__calendar_cell {
  border: 1px solid #f9f9f9;
  margin: 1px;
  border-radius: 4px;
  transition: 0.3s ease;
  position: relative;
}

.simple_cell {
  padding: 11px;
}

.personal-cabinet__calendar_cell a {
  padding: 11px;
  display: block;
  background: transparent;
  color: #333;
}

.personal-cabinet__calendar_cell-seance-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  justify-content: center;
}

.personal-cabinet__calendar_cell-seance {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  margin: 0 2px;
}

.personal-cabinet__calendar_cell:hover {
  cursor: pointer;
  border: 1px solid #01B1FE;
  transition: 0.3s ease;
}

.personal-cabinet__calendar_cell-today {
  border: 1px solid #01B1FE;
  background: #01B1FE;
  color: #fff;
}

.personal-cabinet__calendar_cell-today a {
  color: #fff;
}

.personal-cabinet__calendar_cell-past {
  font-weight: 400;
  color: #999;
}

.personal-cabinet__calendar-bottom {
  border-top: 2px solid #fff;
  padding: 24px 0px;
}

.personal-cabinet__calendar-bottom_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 306px;
  height: 40px;
  background: #f9f9f9;
  font-size: 1.5rem;
}

.personal-cabinet__calendar-bottom_btn:hover {
  background: #eee;
}

/* End Personal Cabinet calendar! */

/* Personal Cabinet footer! */
.personal-cabinet__footer {
  background: #f9f9f9;
  padding-left: 17%;
}

.footer-logo {
  padding: 0;
}

.personal-cabinet__footer_logo-img {
  width: 52px;
  margin-right: 16px;
}

.personal-cabinet__footer_logo-text {
  font-size: 24px;
}

.personal-footer__list_item-link {
  font-size: 15px;
  color: #999;
  line-height: 32px;
}

.personal-footer__list_item-faq {
  line-height: 24px;
  padding-top: 4px;
}

.personal-footer__list_item-link:hover {
  color: #454545;
}

.personal-cabinet__footer_partners {
  text-align: left;
}

.personal-cabinet__footer_title {
  font-size: 15px;
  font-weight: 600;
  color: #999;
  margin-bottom: 24px;
  margin-top: 0;
}

.personal-cabinet__footer_list {
  margin-top: 0;
}

.personal-cabinet__footer_rights {
  margin-top: 64px;
  color: #999;
  font-size: 15px;
  line-height: 32px;
}

.personal-cabinet__footer_rights-link {
  color: #007BFF;
}

.personal-cabinet__footer_rights-link:hover {
  color: #454545;
}

.personal-cabinet__footer_rights-workby {
  color: #999;
}

@media (max-width:1440px) {
  .personal-footer__list_item-link {
    font-size: 14px;
  }

  .personal-cabinet__footer_rights {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .personal-cabinet__footer {
    padding-left: 0;
  }

  .footer-logo {
    margin-bottom: 56px;
  }
}

@media (max-width: 991.98px) {
  .footer__rights {
    margin: 0;
    margin-top: 64px;
  }
}

@media (max-width: 767px) {
  .personal-cabinet__footer_logo {
    margin-bottom: 24px;
    width: auto;
  }

  .personal-cabinet__footer_title {
    margin-bottom: 8px;
  }

  .personal-cabinet__footer_partners,
  .personal-cabinet__footer_soc-wrap,
  .footer__rights {
    margin-top: 24px;
  }
}

@media (max-width: 575.98px) {
  .personal-cabinet__footer_list {
    text-align: left;
  }

  .personal-cabinet__footer_soc-wrap {
    text-align: left;
  }

  .personal-cabinet__footer_soc {
    margin: 0;
  }
}

/* End Personal Cabinet footer! */

/* Personal Cabinet Adaptive and Mobile */
@media (max-width:1700px) {
  .responsive-container {
    padding: 0 40px;
  }

  .personal-cabinet__calendar_cell a {
    padding: 7px;
  }

  .simple_cell {
    padding: 7px;
  }

  .personal-cabinet__calendar_table-wrap {
    min-width: 250px;
  }

  .personal-cabinet__calendar_table-wrap {
    padding: 16px 0 12px;
  }

  .personal-cabinet__block-right {
    padding: 16px;
  }

  .personal-cabinet__calendar-bottom_btn {
    min-width: 250px;
  }

  .personal-cabinet__calendar-bottom {
    padding: 24px;
  }

  .personal-cabinet__calendar-top {
    padding: 12px;
  }

  .personal-cabinet__block-first {
    background-size: 46%;
  }
}

@media (max-width:1440px) {
  .responsive-container {
    padding: 0 40px;
  }

  .personal-cabinet__block-right {
    padding: 0;
    box-shadow: none;
    background: none;
  }

  .personal-cabinet__calendar {
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  }

  .personal-cabinet__calendar_table-wrap {
    padding: 8px 24px 12px;
    border-top: none;
    border-bottom: none;
  }

  .personal-cabinet__calendar-top {
    padding: 16px;
  }

  .personal-cabinet__calendar-top {
    padding: 16px;
    border-bottom: none;
  }

  .personal-cabinet__calendar_cell {
    border: 1px solid #fff;
  }

  .personal-cabinet__calendar-bottom {
    padding: 8px 24px 16px;
  }

  .personal-cabinet__calendar-bottom_btn {
    min-width: 200px;
    background: #fff;
  }

}

@media (max-width:1200px) {
  .personal-cabinet__first-undertext {
    font-size: 17px;
    max-width: 320px;
  }

  .personal-cabinet__seances_bottom {
    padding: 16px 32px 24px;
  }

  .personal-cabinet__attention_mobile {
    margin-bottom: 40px;
    padding: 0 8px;
  }
}

@media (max-width:992px) {
  .personal-cabinet__block-first {
    background-size: auto;
  }
}


@media (max-width:768px) {

  .personal-cabinet__seances_day-title,
  .personal-cabinet__seances_day-name {
    font-weight: 600;
    line-height: 1.2em;
    font-size: 16px;
  }

  .personal-cabinet__seances_info-item {
    margin-top: 0;
  }

  .personal-cabinet__first-title {
    font-size: 30px;
  }

  .personal-cabinet__block-first {
    background-size: 60%;
  }

  .personal-cabinet__seances_day-title {
    margin-right: 4px;
  }

  .personal-cabinet__seances_day {
    min-width: 100%;
    margin-bottom: 8px;
    padding: 0 8px;
  }

  .personal-cabinet__mobile-block {
    height: 90px !important;
    margin-bottom: 20px !important;
  }

  .personal-cabinet__seances_content {
    padding-top: 0
  }
}

@media (max-width:576px) {
  .responsive-container {
    padding: 0 16px;
  }

  .personal-cabinet__content {
    margin-top: 24px;
  }

  .personal-cabinet__block {
    margin-bottom: 32px;
  }

  .personal-cabinet__block-wide {
    padding: 24px;
  }

  .personal-cabinet__block-first {
    padding: 56px 32px 24px;
    background-size: 70%;
  }

  .personal-cabinet__first-undertext {
    font-size: 15px;
    max-width: 252px;
  }

  .personal-cabinet__first-title {
    font-size: 18px;
  }

  .personal-cabinet__first-title {
    margin-bottom: 8px;
  }

  .personal-cabinet__block-first_btn-wrap {
    margin-top: 16px;
    width: 180px;
  }

  .personal-cabinet__mobile-block {
    height: 80px;
  }

  .personal-cabinet__btn-first {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .personal-cabinet__block-first .btn-main-average {
    height: 40px;
    line-height: 28px;
    width: 100%;
    min-width: 100%;
  }

  .personal-cabinet__seances_top {
    padding: 16px 20px;
  }

  .personal-cabinet__titles {
    font-size: 16px;
    font-weight: 700;
  }

  .personal-cabinet__seances_content {
    padding: 16px 20px 1px;
  }

  .personal-cabinet__seances_info {
    padding: 8px 12px;
  }

  .personal-cabinet__seances_info-type {
    margin-left: 0px;
    margin-right: 8px;
  }

  .personal-cabinet__seances_info-title {
    font-size: 14px;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }

  .personal-cabinet__seances_day-title,
  .personal-cabinet__seances_day-name {
    font-size: 14px;
  }

  .personal-cabinet__seances_wrap {
    margin-bottom: 24px;
  }

  .personal-cabinet__seances_day {
    padding: 0 12px;
  }

  .personal-cabinet__attention_mobile {
    margin-bottom: 32px;
  }

  .personal-cabinet__attention_title {
    font-size: 16px;
  }

  .notification__sign {
    margin-right: 8px;
  }

  .personal-cabinet__block-orders {
    height: auto;
  }

  .personal-cabinet__undertext {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .personal-cabinet__block-square_link {
    font-size: 13px;
  }

  .personal-cabinet__filled-profile {
    margin-top: 8px;
  }

  .personal-cabinet__pages-title {
    font-size: 20px;
    margin-bottom: 32px;
  }

  .personal-cabinet__pages_second-title {
    text-align: left;
    font-size: 16px;
  }

  .personal-settings__sms_wrap,
  .personal-settings p {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-logo {
    margin-bottom: 16px;
  }
}

@media (max-width:414px) {
  .personal-cabinet__seances_content {
    padding: 16px;
    padding-top: 0;
  }

  .personal-cabinet__seances_top {
    padding: 16px;
  }

  .personal-cabinet__seances_bottom {
    padding: 16px;
  }

}

/* End  Personal Cabinet Adaptive and Mobile */

/* End personal-cabinet! specification */

/* Start dashboard! */

/* Dashboard side-menu! */

.side-menu {
  background: #fff;
  width: 312px;
  min-width: 312px;
  border-radius: 16px;
  height: 90vh;
}

.side-menu__list-top {
  margin-bottom: 40px;
}

.side-menu__list_icon {
  width: 16px;
  margin-right: 12px;
}

.side-menu__list_link {
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  color: #ccc;
  white-space: nowrap;
}

.testside-menu__list_link--border {
  position: relative;
}

.testside-menu__list_link--border::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #ccc;
}

.side-menu__list_link:hover {
  color: #999;
}

.side-menu__list-bottom_link {
  line-height: 40px;
  color: #999;
}

.side-menu__list_link-active {
  color: #fff;
}

.side-menu__list_link-active:hover {
  color: #fff;
}

.side-menu__list_item-active {
  position: relative;
  z-index: 2;
}

.side-menu__list_item-active:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 106%;
  height: 52px;
  border-radius: 8px;
  background: #01B1FE;
  z-index: -1;
  margin-left: -16px;
}

.side-menu__closest_seance {
  color: #454545;
  padding: 16px;
  font-size: 14px;
  margin-top: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.side-menu__closest {
  padding: 24px;
}

.side-menu__list {
  padding: 24px;
}

.side-menu__closest_seance:hover {
  color: #454545;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.side-menu__closest_seance-date {
  font-size: 12px;
  margin-bottom: 6px;
}

.side-menu__closest_seance-avatar {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.side-menu__closest_seance-btn {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #454545;
  margin-top: 12px;
  transition: all 0.2s ease;
  position: relative;
}

.side-menu__closest_seance-btn:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #454545;
  transition: width 0.3s ease;
}

.side-menu__closest_seance:hover .side-menu__closest_seance-btn:after {
  width: 100%;
}

@media (max-width:1600px) {
  .side-menu__list_icon {
    margin-right: 12px;
  }
}

@media (max-width:1440px) {
  .side-menu {
    padding: 0px;
  }

  .side-menu__list_item-active:after {
    width: 100%;
    margin-left: 0;
  }
}


@media (max-width:1280px) {
  .side-menu__list-top {
    margin-bottom: 24px;
  }

  .side-menu__list-bottom {
    margin-top: 24px;
  }

  .side-menu__list_link {
    line-height: 48px;
  }

  .side-menu__list_item-active:after {
    height: 48px;
  }

  .side-menu__list_icon {
    margin-right: 8px;
  }

  .side-menu__list-bottom_link {
    line-height: 32px;
  }

  .side-menu__closest {
    padding: 0 16px;
  }

  .side-menu__closest_title {
    font-size: 14px;
  }

  .side-menu__closest_seance {
    padding: 12px;
  }

  .side-menu__closest_seance-btn {
    font-size: 12px;
  }

  .side-menu__closest_seance-avatar {
    width: 32px;
    height: 32px;
  }

  .side-menu__closest_seance-name {
    font-size: 12px;
  }
}

@media (max-width:1200px) {
  .side-menu {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    width: 400px;
    z-index: 1000;
    overflow-y: auto;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .side-menu__overlay {
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    opacity: 0.6;
  }

  .side-menu__list_item-active:after {
    border-radius: 0;
    height: 56px;
  }

  .side-menu__list_link {
    line-height: 56px;
    padding: 0 24px;
    color: #999;
  }

  .side-menu__list_icon {
    margin-right: 16px;
  }
}

/* End Dashboard side-menu! */

/* End dashbboard! */

.ui-widget.ui-widget-content {
  font-family: 'Montserrat', sans-serif;
}

.margin-top-14rem {
  margin-top: 1.4rem;
}

.pt-075rem {
  padding-top: .75rem !important;
}

.fui-user {
  width: 100%;
  margin-bottom: 20px;
}

.form-input {
  box-shadow: none;
  border: 1px solid #454545;
  height: 36px;
  padding: 0 1rem;
}

.date-field-pr {
  margin: 0 !important;
  transform: translateX(0) !important;
  width: 50% !important;
}

.date-field-pr-title label {
  width: 45%;
  margin: 0;
  margin-right: 3.72%;
}

.personal-chat__messages_doc-title {
  font-size: 1rem;
}

.btn-chatwidget {
  color: #fff;
  background-color: #34495e;
  border-color: #2c3e50;
}

.btn-chatwidget:hover {
  color: #fff;
  background-color: #2c3e50;
  border-color: #34495e;
}

.btn-chatwidget:not(:disabled):not(.disabled).active,
.btn-chatwidget:not(:disabled):not(.disabled):active,
.show>.btn-chatwidget.dropdown-toggle {
  color: #fff;
  background-color: #2c3e50;
  border-color: #34495e;
}

@media (max-width: 1199.98px) {
  .personal-broadcast__wrap {
    padding: 0;
  }

  .personal-chat__messages-pr {
    max-width: 100%;
    display: block;
    height: 100%;
  }

  .personal-broadcast__note-body {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px;
    height: calc(67vh - 10.25em);
  }

  .personal-broadcast__chat-body {
    padding: 15px;
    height: calc(100% - 155px);
    border-radius: 10px;
  }

  .btn-chat span,
  .btn-close_chat span {
    position: relative;
    z-index: 3;
    font-size: 1rem;
    line-height: 1;
  }
}

@media (max-width:991.98px) {
  .btn-video-room {
    border-radius: 10px;
    background: none;
    height: 1.25rem;
    transition: .3s ease;
    z-index: 1;
    line-height: 1.25rem;
    padding: 1em;
    width: auto;
    left: 50%;
    bottom: .5rem;
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
    transform: translateX(3.5rem);
  }

  .btn-chat span,
  .btn-close_chat span {
    position: relative;
    z-index: 3;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
  }

  .close-btn-mob {
    position: absolute;
    width: 160px;
    color: #111;
  }

  .btn-close_chat {
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    height: 2.65rem;
    padding: .825rem;
    font-size: 1rem;
    line-height: 1rem;
    height: 48px;
  }

  .personal-broadcast__chat-body,
  .personal-broadcast__note-body {
    padding: 15px;
    height: calc(100% - 150px);
  }



  #chatwraper1 {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 0 2 100%;
    background: #fff;
    /*height:calc( 100% - 5rem);*/
    height: 100%;
    width: 100%;
    margin: 2rem 0 0 0;
    transition: .5s ease-in-out;
    transform: translateX(-100%);
    opacity: 0;
    z-index: 3;
  }

  #chatwraper1.active {
    transform: translateX(0);
    opacity: 1;
    z-index: 20;
  }
}


/* *VIDEOROOM NEW */
.broadcast__control-btns {
  width: 100%;
  bottom: 22px;
  z-index: 1;
}

.personal-broadcast__control-btn_tooltip {
  opacity: 0;
  top: -38px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  width: auto;
  white-space: nowrap;
  left: 50%;
  transition: 0.3s ease;
  margin-right: -50%;
  transform: translate(-50%);
}

.personal-broadcast__control-btn_tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%);
  bottom: -14px;
  border: 9px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.3);
}

.personal-broadcast__control-btn_tooltip-bottom {
  top: auto;
  bottom: -35px;
}

.personal-broadcast__control-btn_tooltip-bottom:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%);
  bottom: auto;
  top: -14px;
  border: 9px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

.personal-broadcast__control-btn:hover .personal-broadcast__control-btn_tooltip {
  opacity: 1;
  transition: 0.3s ease;
}

.personal-broadcast__control-fullscreen {
  bottom: 22px;
  right: 12px;
  z-index: 2;
}

/* END *VIDEOROOM NEW */

@media (min-width:992.98px) {
  .btn-close_chat {
    display: none;
  }

  #chatwraper1 {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 0 2 100%;
    background: #fff;
    height: calc(100% - 10px);
    width: 35vw;
    margin: 1rem 0 0 0;
    transition: .5s ease-in-out;
    transform: translateX(-35vh);
    opacity: 0;
    /*transform: translateX(0);*/
    /*opacity: 1;*/
    margin: 5px;
    border-radius: 10px;
    z-index: 2;
  }

  #chatwraper1.active {
    transform: translateY(0);
    opacity: 1;
    z-index: 20;
  }
}

.personal-broadcast__wrap-chat-pr {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #111;
}

/*.video-chat-btn-group-pr{transition: .5s ease-in-out;transform: translateY(-2.55rem);}
.video-chat-btn-group-pr:hover{transform: translateY(0);}*/
.moder-btn-video-room-pr {
  width: 100%;
  height: 2.55rem;
  font-size: .85rem !important;
  padding: .85rem;
  line-height: .85rem;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.personal-broadcast__broadcast {
  background: #000;
  width: 100%;
  /*border-radius: 20px;*/
  min-height: 330px;
  height: calc(67vh + 10.25rem);
  display: block;
  color: #fff
}

@media (max-width:1199.98px) {
  .personal-broadcast__broadcast {
    height: calc(60vh + 168px)
  }

  .personal-broadcast__control-btn_tooltip {
    display: none;
  }
}

@media (max-width:575.98px) {
  .personal-broadcast__broadcast {
    height: calc(60vh + 168px)
  }
}

.sendButton_info {
  font-size: .75rem;
  margin-left: 0;
  transform: translateX(-50%);
  color: #666;
  margin-top: 0;
  margin-bottom: .25rem;
  line-height: 1;
}

.sendButton_info {
  display: none;
}


/*NOTES IN CHAT*/
.personal-chat__messages_doc-wrap {
  color: #111;
}

.personal-chat__messages_doc-wrap span {
  font-size: .65rem;
  line-height: .65rem;
}

/*FILES IN CHAT*/

.personal-chat__messages_doc-title-pr {
  font-size: .95rem;
}

.personal-chat__messages_message-pr {
  width: auto;
  max-width: 590px;
  padding: 8px 16px;
  background: #fff;
  border-radius: 16px;
  border-bottom-right-radius: 16px;
  display: inline-block;
  margin-bottom: 24px;
  line-height: 1.6em;
}

.personal-chat__messages_doc-ico-pr {
  color: #008aff;
  font-size: 2rem;
  position: relative;
  padding: 20px;
  margin-right: 15px;
}

.personal-chat__messages_doc-ico-pr:after {
  content: '';
  display: block;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  border: 1px solid #008aff;
  border-right-color: rgb(0, 138, 255);
  border-right-style: solid;
  border-right-width: 1px;
  border-right: 2px solid transparent;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2.25rem;
}

.personal-chat__messages-pr {
  position: relative;
  max-width: 100%;
  display: block;
  height: 100%;

}

.personal-broadcast__chat-body.files-pr {
  height: 100%;
  max-height: calc(100% - 4rem);
}

.personal-broadcast__chat_bottom {
  width: 100%;
  padding: 0;
  border-top: none;
  position: absolute;
  bottom: 0;
}

.chat-textarea {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
  resize: none;
  padding: 8px 16px;
}

.personal-broadcast__chat_bottom-textarea {
  width: 100%;
  padding: 0;
  height: 92px;
  margin-bottom: 8px;
}

#screen-header.active {
  transform: translateY(0);
  opacity: 1;
}

.personal-broadcast__wrap-broadcast-pr {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  overflow: hidden;
}

.personal-broadcast__broadcast_top-pr {
  background: rgba(34, 47, 62, .4);
  padding: 1rem;
  /*border-bottom: 1px solid rgba(255,255,255,.6);*/
  top: 0;
  left: 0;
  transition: .3s ease-in-out;
  opacity: 0;
}

.personal-broadcast__broadcast_top-pr:hover {}

.personal-broadcast__broadcast_top-photo-pr {
  width: 3rem;
  height: 3rem;
}

.personal-broadcast__broadcast_top-name {
  margin-right: 1rem;

}

.allert-m-window,
.allert-m-head,
.allert-m-body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.allert-m-window {
  width: 60vw;
  height: 40vh;
  background: #fff;
  flex-direction: column;
  position: fixed;
  top: 30vh;
  left: 20vw;
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, .8);
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(15vh);
  transition: .5s ease-in-out;
}

.allert-m-window.active {
  opacity: 1;
  transform: translateY(0);
}

.allert-m-head {
  padding: 1.5rem;
  flex-direction: column;
  background: #c0392b;
}

.allert-m-head img {}

.allert-m-head h2 {
  color: #ecf0f1;
  font-size: 1.5rem;
  text-align: center;
}

.allert-m-body {
  padding: 2rem;
}

.allert-m-body p {
  text-align: center;
  font-size: 1rem;
  color: #2c3e50;
}

.payment_label_yelow {
  color: #FFD700;
}

.payment_label_green {
  color: #32CD32;
}

.payment_label_red {
  color: #DC143C;
}

.user-right__wrap-btns_account_status {
  font-size: 5rem;
}

.personal-broadcast__wrapper {
  width: 100vw;
  height: calc(67vh + 10.25rem);
  max-height: calc(67vh + 10.25rem);
}

#fileExchange.highlight {
  border-color: #2c3e50;
}

a.preaty-btn {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  border: 2px solid #2c3e50;
  text-transform: uppercase;
  color: #2c3e50;
  text-decoration: none;
  font-weight: 600;
  font-size: 3rem;
}

a.preaty-btn:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 12px);
  background: #fff;
  transition: .5s ease-in-out;
  transform: scaleY(1);
}

a.preaty-btn:hover:before {
  transform: scaleY(0);
}

a.preaty-btn:after {
  content: '';
  position: absolute;
  left: 6px;
  top: -2px;
  height: calc(100% + 4px);
  width: calc(100% - 12px);
  background: #fff;
  transition: .5s ease-in-out;
  transform: scaleY(1);
}

a.preaty-btn:hover:after {
  transform: scaleY(0);
}

a.preaty-btn span {
  position: relative;
  z-index: 3;
}

/*  HOME PAGE CARDS  */
.home-page_container {
  width: 90vw;
  margin-left: 5vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.home-page_container .home-page_card {
  width: 43vw
}

@media (min-width:1199.98px) {
  .home-page_container {
    justify-content: space-between;
  }

  .home-page_container .home-page_card {
    width: 43vw
  }

  .home-page_container .home-page_card:hover {
    /*cursor: pointer;*/
  }

  .home-page_container .home-page_card .home-page_face {
    height: 400px;
    transition: .5s;
  }

  .home-page_container .home-page_card .home-page_face .home-page_icon {
    color: #fff;
    font-size: 5rem;
    margin-bottom: 3rem;

  }

  .home-page_container .home-page_card .home-page_face .home-page_card-title {
    position: relative;
    font-size: 2rem;
    text-align: center;
    font-weight: 300;
    color: #fff;
    transition: .5s ease-in-out;
  }

  .home-page_container .home-page_card:hover .home-page_face .home-page_card-title {
    font-size: 2.02rem;
  }

  .home-page_container .home-page_card .home-page_face.face1 {
    position: relative;
    background: #0093b2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(200px);
  }

  .home-page_container .home-page_card:hover .home-page_face.face1 {
    transform: translateY(0);
  }

  .home-page_container .home-page_card .home-page_face.face1 .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: .8;
    transition: .5s;
  }

  .home-page_container .home-page_card:hover .home-page_face.face1 .content {
    opacity: 1;
  }

  .home-page_container .home-page_card .home-page_face.face1 img {
    width: 128px;
    height: auto;
    margin-bottom: 1rem;
  }

  .home-page_container .home-page_card .home-page_face.face2 {
    position: relative;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    padding: 1rem;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, .8);
    box-sizing: border-box;
    transform: translateY(-200px);
  }

  .home-page_container .home-page_card:hover .home-page_face.face2 {
    transform: translateY(0);
  }
}

@media (max-width:1199.98px) {
  .home-page_container {

    justify-content: space-between;
  }

  .home-page_container .home-page_card {
    width: 43vw
  }

  .home-page_container .home-page_card:hover {
    /*cursor: pointer;*/
  }

  .home-page_container .home-page_card .home-page_face {
    height: 350px;
    transition: .5s;
  }

  .home-page_container .home-page_card .home-page_face .home-page_icon {
    color: #fff;
    font-size: 5rem;
    margin-bottom: 3rem;

  }

  .home-page_container .home-page_card .home-page_face .home-page_card-title {
    position: relative;
    font-size: 2rem;
    text-align: center;
    font-weight: 300;
    color: #fff;
    transition: .5s ease-in-out;
  }

  .home-page_container .home-page_card:hover .home-page_face .home-page_card-title {
    font-size: 2.02rem;
  }

  .home-page_container .home-page_card .home-page_face.face1 {
    position: relative;
    background: #0093b2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(175px);
  }

  .home-page_container .home-page_card:hover .home-page_face.face1 {
    transform: translateY(0);
  }

  .home-page_container .home-page_card .home-page_face.face1 .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: .8;
    transition: .5s;
  }

  .home-page_container .home-page_card:hover .home-page_face.face1 .content {
    opacity: 1;
  }

  .home-page_container .home-page_card .home-page_face.face1 img {
    width: 128px;
    height: auto;
    margin-bottom: 1rem;
  }

  .home-page_container .home-page_card .home-page_face.face2 {
    position: relative;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    padding: 1rem;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, .8);
    box-sizing: border-box;
    transform: translateY(-175px);
  }

  .home-page_container .home-page_card:hover .home-page_face.face2 {
    transform: translateY(0);
  }

  .purchase-card__list {
    margin-top: 0;
    height: 270px;
  }

  .purchase-card__list_item {
    font-size: 1em;
    line-height: 2em;
    margin: .5rem 0;
  }
}

@media (max-width:991.98px) {
  .home-page_container {
    justify-content: space-between;
  }

  .home-page_container .home-page_card {
    width: 43vw
  }

  .home-page_container .home-page_card:hover {
    /*cursor: pointer;*/
  }

  .home-page_container .home-page_card .home-page_face {
    height: 400px;
    transition: .5s;
  }

  .home-page_container .home-page_card .home-page_face .home-page_icon {
    color: #fff;
    font-size: 5rem;
    margin-bottom: 3rem;

  }

  .home-page_container .home-page_card .home-page_face .home-page_card-title {
    position: relative;
    font-size: 2rem;
    text-align: center;
    font-weight: 300;
    color: #fff;
    transition: .5s ease-in-out;
  }

  .home-page_container .home-page_card:hover .home-page_face .home-page_card-title {
    font-size: 2.02rem;
  }

  .home-page_container .home-page_card .home-page_face.face1 {
    position: relative;
    background: #0093b2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(200px);
  }

  .home-page_container .home-page_card:hover .home-page_face.face1 {
    transform: translateY(0);
  }

  .home-page_container .home-page_card .home-page_face.face1 .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: .8;
    transition: .5s;
  }

  .home-page_container .home-page_card:hover .home-page_face.face1 .content {
    opacity: 1;
  }

  .home-page_container .home-page_card .home-page_face.face1 img {
    width: 128px;
    height: auto;
    margin-bottom: 1rem;
  }

  .home-page_container .home-page_card .home-page_face.face2 {
    position: relative;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, .8);
    box-sizing: border-box;
    transform: translateY(-200px);
  }

  .home-page_container .home-page_card:hover .home-page_face.face2 {
    transform: translateY(0);
  }

  .purchase-card__list {
    margin-top: 0;
    height: 300px;
  }

  .purchase-card__list_item {
    font-size: 1em;
    line-height: 2em;
    margin: .5rem 0;
  }
}

@media (max-width:767.98px) {
  .home-page_container {
    justify-content: center;
    flex-direction: column;
  }

  .home-page_container .home-page_card {
    width: 90vw
  }

  .home-page_container .home-page_card .home-page_face {
    height: 320px;
    transition: .5s;
  }

  .home-page_container .home-page_card .home-page_face .home-page_icon {
    color: #fff;
    font-size: 5rem;
    margin-bottom: 3rem;

  }

  .home-page_container .home-page_card .home-page_face .home-page_card-title {
    position: relative;
    font-size: 2.02rem;
    text-align: center;
    font-weight: 300;
    color: #fff;
    transition: .5s ease-in-out;
  }

  .home-page_container .home-page_card .home-page_face.face1 {
    position: relative;
    background: #0093b2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(160px);
  }

  .home-page_container .home-page_card:hover .home-page_face.face1 {
    transform: translateY(0);
  }

  .home-page_container .home-page_card .home-page_face.face1 .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: .8;
    transition: .5s;
  }

  .home-page_container .home-page_card:hover .home-page_face.face1 .content {
    opacity: 1;
  }

  .home-page_container .home-page_card .home-page_face.face1 img {
    width: 128px;
    height: auto;
    margin-bottom: 1rem;
  }

  .home-page_container .home-page_card .home-page_face.face2 {
    position: relative;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, .8);
    box-sizing: border-box;
    transform: translateY(-160px);
  }

  .home-page_container .home-page_card:hover .home-page_face.face2 {
    transform: translateY(0);
  }

  .purchase-card__list {
    margin-top: 0;
    height: 210px;
  }

  .purchase-card__list_item {
    font-size: 1em;
    line-height: 2em;
    margin: .5rem 0;
  }
}

@media (max-width:575.98px) {
  .home-page_container .home-page_card .home-page_face {
    height: 450px;
    transition: .5s;
  }

  .home-page_container .home-page_card .home-page_face.face1 {
    transform: translateY(225px);
  }

  .home-page_container .home-page_card .home-page_face.face2 {
    transform: translateY(-225px);
  }

  .purchase-card__list {
    margin-top: 0;
    height: 320px;
  }

  .purchase-card__list_item {
    font-size: 1em;
    line-height: 2em;
    margin: .5rem 0;
  }
}


/*
@media (min-width:1199.98px) {
  .home-page_container{
    width: 90vw;
    margin-left: 5vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    }
  .home-page_container .home-page_card{
    width:43vw
    }
  .home-page_container .home-page_card:hover{
    }
  .home-page_container .home-page_card .home-page_face{
    height:400px;
    transition: .5s;
    }
  .home-page_container .home-page_card .home-page_face .home-page_icon{
    color:#fff;
    font-size: 5rem;
    margin-bottom: 3rem;

    }
  .home-page_container .home-page_card .home-page_face .home-page_card-title{
    position: relative;
    font-size: 2rem;
    text-align: center;
    font-weight: 300;
    color:#fff;
    transition: .5s ease-in-out;
    }
  .home-page_container .home-page_card:hover .home-page_face .home-page_card-title{
    font-size: 2.02rem;
    }
  .home-page_container .home-page_card .home-page_face.face1{
    position: relative;
    background: #0093b2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(200px);
    }
    .home-page_container .home-page_card:hover .home-page_face.face1{transform: translateY(0);}
  .home-page_container .home-page_card .home-page_face.face1 .content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: .8;
    transition: .5s;
    }
  .home-page_container .home-page_card:hover .home-page_face.face1 .content{
    opacity: 1;
  }

  .home-page_container .home-page_card .home-page_face.face1 img{
    width: 128px;
    height: auto;
    margin-bottom: 1rem;
    }
  .home-page_container .home-page_card .home-page_face.face2{
    position: relative;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    box-shadow: 0 1rem 1.5rem rgba(0,0,0,.8);
    box-sizing: border-box;
     transform: translateY(-200px);
    }
  .home-page_container .home-page_card:hover .home-page_face.face2{
    transform: translateY(0);
    }
}

@media (max-width:1199.98px) {
.home-page_container{
    width: 90vw;
    margin-left: 5vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    }
  .home-page_container .home-page_card{
    width:43vw
    }
  .home-page_container .home-page_card .home-page_face{
    height:350px;
    transition: .5s;
    }
  .home-page_container .home-page_card .home-page_face .home-page_icon{
    color:#fff;
    font-size: 5rem;
    margin-bottom: 3rem;

    }
  .home-page_container .home-page_card .home-page_face .home-page_card-title{
    position: relative;
    font-size: 2rem;
    text-align: center;
    font-weight: 300;
    color:#fff;
    transition: .5s ease-in-out;
    }
  .home-page_container .home-page_card:hover .home-page_face .home-page_card-title{
    font-size: 2.02rem;
    }
  .home-page_container .home-page_card .home-page_face.face1{
    position: relative;
    background: #0093b2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(175px);
    }
    .home-page_container .home-page_card:hover .home-page_face.face1{transform: translateY(0);}
  .home-page_container .home-page_card .home-page_face.face1 .content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: .8;
    transition: .5s;
    }
  .home-page_container .home-page_card:hover .home-page_face.face1 .content{
    opacity: 1;
  }

  .home-page_container .home-page_card .home-page_face.face1 img{
    width: 128px;
    height: auto;
    margin-bottom: 1rem;
    }
  .home-page_container .home-page_card .home-page_face.face2{
    position: relative;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    box-shadow: 0 1rem 1.5rem rgba(0,0,0,.8);
    box-sizing: border-box;
     transform: translateY(-175px);
    }
  .home-page_container .home-page_card:hover .home-page_face.face2{
    transform: translateY(0);
    }
  .purchase-card__list {
    margin-top: 0;
    height: 270px;
  }
  .purchase-card__list_item {
    font-size: 1em;
    line-height: 2em;
    margin: .5rem 0;
    }
}

@media (max-width:991.98px) {
.home-page_container{
    width: 90vw;
    margin-left: 5vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    }
  .home-page_container .home-page_card{
    width:43vw
    }
  .home-page_container .home-page_card .home-page_face{
    height:400px;
    transition: .5s;
    }
  .home-page_container .home-page_card .home-page_face .home-page_icon{
    color:#fff;
    font-size: 5rem;
    margin-bottom: 3rem;

    }
  .home-page_container .home-page_card .home-page_face .home-page_card-title{
    position: relative;
    font-size: 2rem;
    text-align: center;
    font-weight: 300;
    color:#fff;
    transition: .5s ease-in-out;
    }
  .home-page_container .home-page_card:hover .home-page_face .home-page_card-title{
    font-size: 2.02rem;
    }
  .home-page_container .home-page_card .home-page_face.face1{
    position: relative;
    background: #0093b2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(200px);
    }
    .home-page_container .home-page_card:hover .home-page_face.face1{transform: translateY(0);}
  .home-page_container .home-page_card .home-page_face.face1 .content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: .8;
    transition: .5s;
    }
  .home-page_container .home-page_card:hover .home-page_face.face1 .content{
    opacity: 1;
  }

  .home-page_container .home-page_card .home-page_face.face1 img{
    width: 128px;
    height: auto;
    margin-bottom: 1rem;
    }
  .home-page_container .home-page_card .home-page_face.face2{
    position: relative;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    box-shadow: 0 1rem 1.5rem rgba(0,0,0,.8);
    box-sizing: border-box;
     transform: translateY(-200px);
    }
  .home-page_container .home-page_card:hover .home-page_face.face2{
    transform: translateY(0);
    }
  .purchase-card__list {
    margin-top: 0;
    height: 300px;
  }
  .purchase-card__list_item {
    font-size: 1em;
    line-height: 2em;
    margin: .5rem 0;
    }
}

@media (max-width:767.98px) {
.home-page_container{
    width: 90vw;
    margin-left: 5vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    }
  .home-page_container .home-page_card{
    width:90vw
    }
  .home-page_container .home-page_card .home-page_face{
    height:320px;
    transition: .5s;
    }
  .home-page_container .home-page_card .home-page_face .home-page_icon{
    color:#fff;
    font-size: 5rem;
    margin-bottom: 3rem;

    }
  .home-page_container .home-page_card .home-page_face .home-page_card-title{
    position: relative;
    font-size: 2.02rem;
    text-align: center;
    font-weight: 300;
    color:#fff;
    transition: .5s ease-in-out;
    }
  .home-page_container .home-page_card .home-page_face.face1{
    position: relative;
    background: #0093b2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(160px);
    }
    .home-page_container .home-page_card:hover .home-page_face.face1{transform: translateY(0);}
  .home-page_container .home-page_card .home-page_face.face1 .content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: .8;
    transition: .5s;
    }
  .home-page_container .home-page_card:hover .home-page_face.face1 .content{
    opacity: 1;
  }

  .home-page_container .home-page_card .home-page_face.face1 img{
    width: 128px;
    height: auto;
    margin-bottom: 1rem;
    }
  .home-page_container .home-page_card .home-page_face.face2{
    position: relative;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    box-shadow: 0 1rem 1.5rem rgba(0,0,0,.8);
    box-sizing: border-box;
     transform: translateY(-160px);
    }
  .home-page_container .home-page_card:hover .home-page_face.face2{
    transform: translateY(0);
    }
  .purchase-card__list {
    margin-top: 0;
    height: 210px;
  }
  .purchase-card__list_item {
    font-size: 1em;
    line-height: 2em;
    margin: .5rem 0;
    }
}

@media (max-width:575.98px) {

  .home-page_container .home-page_card .home-page_face {
    height: 450px;
    transition: .5s;
  }
  .home-page_container .home-page_card .home-page_face.face1 {transform: translateY(225px);}
  .home-page_container .home-page_card .home-page_face.face2 {transform: translateY(-225px);}
  .purchase-card__list {
    margin-top: 0;
    height: 320px;
    }
  .purchase-card__list_item {
    font-size: 1em;
    line-height: 2em;
    margin: .5rem 0;
    }
  }



*/

/*PlatromForm*/

.plForm-sbmt_btn {
  width: 100% !important;
}

/*body{
    margin:0;
    padding: 0;
    width:100%;
    text-align:center;
    font-family: Arial;
}*/
/*body{overflow-x: hidden;}*/

/* HOME-page OL styles*/
.payment-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.finances_btn-group {
  margin-left: 1em;
}

.button-check-fix {
  bottom: .5em;
  right: 1em;
  top: auto;
}

.video-chat-btn-group {
  width: 100%;
}

.video-chat-btn-group label {
  font-size: 1em;
  line-height: 1;
  padding-top: 1em;
}

.file-input-fix {
  overflow: hidden;
}

.blog-post h4 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 20px;
}

.blog-post blockquote {
  position: relative;
  padding-left: 1rem;
  border-left: 0.2em solid #005cbf;
  font-size: 1.2rem;
  line-height: 1.75rem;
  font-weight: 100;
  letter-spacing: .025rem;
}

.blog-post blockquote:before,
.blog-post blockquote:after {
  content: '\201C';
  font-family: 'Sanchez';
  color: #ccc;
  font-size: 2em;
}

.blog-post blockquote:after {
  content: '\201D';
}

.blog-post ol {
  counter-reset: section;
}

.blog-post ol li,
.blog-post ul li {
  list-style-type: none;
  position: relative;
  font-size: 1rem;
  padding: .5em .5em .5em 1em;
  margin-bottom: 1em;
  background: #ecf0f1;
  color: #2c3e50;
}

.blog-post ol li::before {
  counter-increment: section;
  content: counter(section);
  text-align: center;
  display: inline-block;
  color: #000;
  border-radius: 50%;
  position: absolute;
  left: -2.5em;
  top: 50%;
  transform: translateY(-50%);
  padding: .25em;
  font-size: 1.5rem;
  width: 2em;
  height: 2em;
  border: 2px solid #000;
}

.blog-post ul li::before {
  content: "";
  display: inline-block;
  color: #2c3e50;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  position: absolute;
  transform: translateY(-50%);
  left: -3.75em;
  top: 50%;
}

.blog-post ul li::after {
  content: "";
  display: inline-block;
  color: #2c3e50;
  background: #2c3e50;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  /*border: 2px solid #2c3e50;*/
  position: absolute;
  transform: translateY(-50%);
  left: -3.25em;
  top: 50%;
}

@media (max-width:1199.98px) {
  .personal-cabinet__block-square {
    height: 120px;
    margin-bottom: 30px;
  }
}

@media (max-width:991.98px) {}

.blog-post ol li,
.blog-post ul li {
  margin-left: 35px;
}

@media (max-width:575.98px) {
  .blog-post ol li::before {
    left: -2.5em;
    padding: .5em;
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    border: 2px solid #000;
    line-height: 1;
  }

  .blog-post ol li,
  .blog-post ul li {
    list-style-type: none;
    position: relative;
    font-size: 1rem;
    padding: .5em .5em .5em 1.5rem;
    margin: 0 0 1rem 2.5rem;
    background: #E4E4E4;
    color: #454545;
  }
}

ol.home-page__ol {
  color: #008e7c;
  list-style-type: none;
}

ol.home-page__ol li {
  position: relative;
  font: bold italic 45px/1.5 'Montserrat Alternates', sans-serif;
  margin-bottom: 20px;
}

ol.home-page__ol li p {
  font: 17px/1.5 'Montserrat Alternates', sans-serif;
  padding-left: 60px;
  color: #2c3e50;
}

ol.home-page__ol li span {
  position: absolute;
}


.mright-2em {
  margin-right: 2em;
}

.padding-zero {
  padding: 0 !important;
}

.btn-primary:not(:disabled):not(.disabled).active_type {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.fullwh {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100vw;
}

#crop_btn_div {
  display: flex;
  justify-content: center;
}

#crop_btn_div .btn-active {
  width: 100%;
  background: linear-gradient(135deg, #7fc500, #1e7365);

}

/*
Agree Btn
*/

.disagreeBtn {
  top: 14em;

}

.endSeanceBtn_wrap {
  margin-top: 1rem;
  text-align: center;
  width: 100%;
}

.endSeanceBtn_wrap .btn {
  margin-top: 1rem;
  margin-left: 50%;
  transform: translateX(-50%);
}


/*Person List is_online*/
.person-list_online {
  content: '';
  width: 24px;
  height: 24px;
  border: 4px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 10px;
}

.person-list_online-active {
  background: #87DB50;
}

.person-list_online-offline {
  background: #999999;
}

.blog-post__title {
  font-size: 2.5rem;
  color: #fff;
}

@media (max-width:991.98px) {
  .blog-post__title {
    font-size: 2rem;
    color: #fff;
  }
}

/* Mobile Shedule */
@media (max-width:1199.98px) {
  .calendar {
    overflow: scroll;
    margin-bottom: 4em;
  }

  .calendar table {
    width: 220vw;
  }

  .schedule-calendar__event-wrap {
    max-height: 10.5rem;
  }

  .schedule-calendar__cell {
    height: 13.5rem;
  }
}

@media (max-width:991.98px) {
  .calendar table {
    width: 200vw;
  }

  .schedule-calendar__event-wrap {
    max-height: 10.5rem;
  }

  .schedule-calendar__cell {
    height: 13.5rem;
  }
}

@media (max-width:767.98px) {
  .calendar {
    overflow: scroll;
    margin-bottom: 4em;
  }

  .calendar table {
    width: 300vw;
  }

  .schedule-calendar__event-wrap {
    max-height: 10.5rem;
  }

  .schedule-calendar__cell {
    height: 13.5rem;
  }
}

@media (max-width:575.98px) {
  .calendar {
    overflow: scroll;
    margin-bottom: 4em;
  }

  .calendar table {
    width: 400vw;
  }

  .schedule-calendar__event-wrap {
    max-height: 10.5rem;
  }

  .schedule-calendar__cell {
    height: 13.5rem;
  }
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .person-list_online {
    bottom: 1em;
    right: 5em;
  }

  .login-screen {
    width: 100% !important;
  }

  .menu__list_item-link {
    padding: 0 .5em;
    font-size: 2em;
  }

  .personal-main__video {
    height: 220px;
  }
}

@media screen and (min-width: 400px) and (max-width: 767.98px) {
  .person-list_online {
    bottom: 3em;
    right: 1em;
  }

  .person-status {
    top: 1em;
    right: 7em;
  }
}

.person-status_online {
  position: absolute;
  top: 10px;
  right: 0;
}

.person-status_online .badge-secondary {
  right: -6px;
}

/*Post Delete*/

.confirm_deletion-wrapper {
  z-index: 10000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ecf0f1;
  padding: 25px;
  border-radius: 20px;
}

.btn-del {
  width: 100%;
  margin-top: 25px;
  background: -webkit-linear-gradient(top left, #e74c3c, #c0392b);
  background: -o-linear-gradient(top left, #e74c3c, #c0392b);
  background: linear-gradient(to bottom right, #e74c3c, #c0392b);
}

.btn-notdel {
  width: 100%;
  margin-top: 15px;
  background: -webkit-linear-gradient(top left, #06ccc1, #01916b);
  background: -o-linear-gradient(top left, #06ccc1, #01916b);
  background: linear-gradient(to bottom right, #06ccc1, #01916b);
}




/*Flash mess*/

.flash-mess__box {
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 1em;
  z-index: 10000;
  text-align: center;
}

.flash-mess__box span.mess-text {}

.contents_id ol,
ul {
  /*list-style-type: none;*/
  padding: 0;
}

.add-tag__btn,
.del-tag__btn {
  font-size: 25px;
}

.p-shadow {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
}

.p-shadow-2 {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
}

.moderation-menu {
  margin-top: 15px;
}

.moderator_name {
  position: absolute;
  top: 15px;
}

.editor_menu {
  margin-top: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.editor_menu span.badge-danger {
  padding: 10px 13px 11px 11px;
  font-size: 18px;
}

.badge-glory {
  padding: 10px 13px 11px 11px;
  font-size: 18px;
  background-color: blue;
  color: #fff
}

.badge-restored {
  padding: 10px 13px 11px 11px;
  font-size: 18px;
  background-color: skyblue;
  color: #fff
}

.badge-hidden {
  padding: 10px 13px 11px 11px;
  font-size: 18px;
  background-color: darkgrey;
  color: #fff
}

.editor_menu span.badge-info {
  margin-left: 10px;
  padding: 10px 11.5px 11.5px 10px;
  font-size: 18px;
}

.editor_menu span:hover {
  cursor: pointer;
}

.post_moderation__in_post_block .btn,
.post_moderation__in_post .btn {
  width: auto;
  font-size: 14px;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
}

#container {
  max-width: 1024px;
  margin: auto;
}

.selected-day {
  background-color: #CCFFcc;
}


.margin-top-15 {
  margin-top: 15px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-m15 {
  margin-top: -15px;
}

/*888888888888888888*/
/*Custom form fields*/
/*888888888888888888*/

/*schedule Form*/
.crate-event__form-wrap textarea {
  width: 100%;
  height: 30vh;
}

/*TextArea*/
.custom-form__field textarea {
  background: #fff;
  border: 2px solid #ddd;
  padding: 20px;
  cursor: pointer;
  color: #7f8c8d;
  text-indent: 5px;
  font-size: 1.1em;
  font-weight: 300;
  transition: .5s ease;
}

/*Radio*/
.custom-form__field input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.custom-form__field input[type="radio"]+label {
  position: relative;
  padding: 0 0 0 2rem;
  cursor: pointer;
  line-height: 25px;
  font-size: .9375rem;
  font-weight: 300;
  color: #656565;
}

.custom-form__field input[type="radio"]+label:before {
  content: '';
  background: #fff;
  border: 2px solid #ddd;
  height: 25;
  width: 25px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-form__field input[type="radio"]+label:after {
  content: '';
  background: #007BFF;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  transition: .3s ease-in;
}

.custom-form__field input[type="radio"]:checked+label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.custom-form__field_fast-s {
  text-align: left;
  margin-top: 20px;
}

.custom-form__field_fast-s-text {
  margin-top: 12px !important;
  width: 340px;
}

/*seance #BCF376*/
/*group #85D6FF*/
/*lecture #FCFF73*/
.global-schedule__seance-type ul li {
  display: inline;
  margin-right: 15px;
}

.shedule-legend__controls {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: top !important;
}

.global-schedule__seance-type input[type="checkbox"]#seance_type_vacant+label:after,
.global-schedule__seance-type input[type="checkbox"]#seance_type_lecture+label:after,
.global-schedule__seance-type input[type="checkbox"]#seance_type_group+label:after {
  border-radius: 50% !important;
  left: 3px !important;
}

.global-schedule__seance-type input[type="checkbox"]#seance_type_vacant+label:before,
.global-schedule__seance-type input[type="checkbox"]#seance_type_lecture+label:before,
.global-schedule__seance-type input[type="checkbox"]#seance_type_group+label:before {
  height: 20px !important;
  width: 20px;
  border-width: 2px !important;
  border-style: solid !important;
  top: 2px !important;
  left: 0;
  border-radius: 50% !important;
}

.global-schedule__seance-type input[type="radio"]#seance_type_vacant+label:before,
.global-schedule__seance-type input[type="checkbox"]#seance_type_vacant+label:before {
  border-color: #BCF376;
}

.global-schedule__seance-type input[type="radio"]#seance_type_vacant+label:after,
.global-schedule__seance-type input[type="checkbox"]#seance_type_vacant+label:after {
  background: #BCF376;
}

.global-schedule__seance-type input[type="radio"]#seance_type_lecture+label:before,
.global-schedule__seance-type input[type="checkbox"]#seance_type_lecture+label:before {
  border-color: #FCFF73;
}

.global-schedule__seance-type input[type="radio"]#seance_type_lecture+label:after,
.global-schedule__seance-type input[type="checkbox"]#seance_type_lecture+label:after {
  background: #FCFF73;
}

.global-schedule__seance-type input[type="radio"]#seance_type_group+label:before,
.global-schedule__seance-type input[type="checkbox"]#seance_type_group+label:before {
  border-color: #85D6FF;
}

.global-schedule__seance-type input[type="radio"]#seance_type_group+label:after,
.global-schedule__seance-type input[type="checkbox"]#seance_type_group+label:after {
  background: #85D6FF;
}

/*005b9a*/
/*Input*/
/*.custom-form__field input[type="text"],
.custom-form__field input[type="password"],
.custom-form__field input[type="date"],
.custom-form__field input[type="tel"]{
  background: #fff;
  border: 2px solid #ddd;
  height: 50px;
  cursor: pointer;
  color:#7f8c8d;
  text-indent: 5px;
  font-size: 1.1em;
  font-weight: 300;
  border-radius: 20px;
  transition: .5s ease;
}*/
/*.custom-form__field:hover input[type="text"],
.custom-form__field:hover input[type="password"],
.custom-form__field:hover input[type="date"],
.custom-form__field:hover input[type="tel"],
.custom-form__field:hover select,
.custom-form__field:hover textarea,
.custom-form__field:focus-within input[type="text"],
.custom-form__field:focus-within input[type="password"],
.custom-form__field:focus-within input[type="date"],
.custom-form__field:focus-within input[type="tel"],
.custom-form__field:focus-within select,
.custom-form__field:focus-within textarea{
border: 2px solid #e35583;
}*/
/*Select*/
.create-event__wrap .custom-form__field-select {
  width: 85px;
}

.create-event__wrap .custom-form__field-select select {
  padding: 0;
}

.custom-form__field select {
  width: 100%;
  height: 50px;
  background: none;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-appearence: none;
  padding: 0 50px 0 10px;
  cursor: pointer;
  text-indent: 5px;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 300;
  color: #7f8c8d;
  margin: 0;
}

.custom-form__field select::-ms-expand {
  display: none;
}

.custom-form__field select:focus {
  outline: none;
}

.custom-form__field option {
  text-indent: 5px;
  font-size: 1em;
  font-weight: 300;
  color: #7f8c8d;
}

.custom-form__field .custom-form__field-select {
  position: relative;
  background: #fff;
  border: none;
  height: 50px;
  cursor: pointer;
}

.custom-form__field:hover .custom-form__field-select:before,
.custom-form__field:focus-within .custom-form__field-select:before {
  background: #e35583;
}

.custom-form__field .custom-form__field-select:before {
  content: '';
  background: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  pointer-events: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  z-index: 1;
}

.custom-form__field .custom-form__field-select:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 2;
}

.custom-form__field-bottom {
  text-align: left;
}

.create-event__label {
  display: block;
  margin-top: 12px;
}

.custom-form__field-bottom {
  margin-top: 40px;
}

.custom-form__field_undertitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
}

.custom-form__field_undertext {
  max-width: 507px;
  color: #999;
  margin-bottom: 12px;
  margin-top: 6px;
}

.create-event__input {
  font-size: 18px !important;
  padding: 0;
  transition: 0.3s ease;
}

.custom-form__field_pass-wrap {
  width: 231px;
}

.create-event__input-disabled {
  opacity: 0.2;
  transition: 0.3s ease;
}

.custom-form__field_text-right {
  margin-left: 16px;
  color: #777;
}

.custom-form__field_wrap {
  transition: 0.3s ease;
}

@media (max-width:576px) {
  .custom-form__field_text-right {
    margin-left: 0;
    margin-top: -4px;
    margin-bottom: 12px;
  }
}

/*.menu {
    float:left
}
.menu a {
    margin:1em;
}
a {
    color: #3498DB;
    text-decoration: none;
}

a:hover{
    text-decoration:underline;
}*/
.blog-top {
  position: relative;
}

.post_moderation__in_post_block {
  position: absolute;
  top: 15px;
  left: 25px;
  width: 90%;
}

#titlespace {
  height: 4em;
  background-color: #eee;
  padding: 1em 0 0 0;
}

.list-item {
  background-color: #eee;
  padding: .5em;
  color: #000033;
  margin-bottom: .5em;
  width: 100%;
}

.items-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}

.chat-window {
  overflow-y: auto;
  overflow-x: hidden;
  height: 53vh;
}

.item-controls {
  float: right;
  color: #444;
  font-size: 14px;
}

.item-controls a {
  margin: .5em;
}

.schedule-controls_wrap {
  margin: 1em 0;
}

.schedule-controls-title {
  background-color: #eee;
  font-size: .9em;
  line-height: 1;
  height: 2em;
  text-align: left;
  padding-left: .7em;
  padding-top: .5em;
  border-radius: .5em;
  cursor: pointer;
  width: 55%;
  float: left;
  margin-right: 2.5%;
  font-weight: 400;
  color: #2c3e50;
}

.schedule-controls {
  position: absolute;
  top: 3em;
  left: 0;
  background: #fff;
  z-index: 1000;
  height: 17em;
  overflow: auto;
  transition: .3s ease;
  padding: 1em 0 0 1.5em;
  border-radius: 10px;
}

.schedule-controls a {
  margin-left: 1em;
}

.specialities_list li {
  display: block !important;
  line-height: 1.2;
  height: 1.5em;
  padding-top: .25em;
  margin-bottom: 1em;
}

.specialities_list input[type="checkbox"] {
  display: inline-block;
}

/*Custom CheckBoxes*/
.specialities_list label:after {
  content: '';
  display: table;
  clear: both;
}

.specialities_list .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.changes__body {
  margin: 0 4em 4em 4em;
}

.changes__body-item {
  min-height: 4em;
  text-align: left;
}

.changes__body-item--pic {
  display: flex;
  flex-direction: column;
}

.specialities_list .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}


.specialities_list label input[type="checkbox"] {
  display: none;
}

.specialities_list label input[type="checkbox"]+.cr>.cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}

.specialities_list label input[type="checkbox"]:checked+.cr>.cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.specialities_list label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}


.schedule-controls-btn {
  font-size: .9em;
  line-height: 1;
  padding-top: .5em;
  height: 2em;
  width: 40%;
  color: #2c3e50;
  font-weight: 400;
}

.avatar-dialog {
  float: left;
  margin-right: 1em;
}

.items-list-screen {
  margin: 5em auto;
  text-align: center;
}

.chat-list-screen {
  width: 100%;
}

.avatar-message {
  float: left;
  margin-right: 1em;
}


.filter {}

.we-write_badge {
  font-size: .75em;
  padding: .5em .7em;
}

.we-write_badge:hover {
  color: #fff;
}

.heightnone {
  height: 0 !important;
}

.hidden_field {
  opacity: 0;
}

.nearest-seance {
  margin-top: 45px;
}

/*.nearest-controls{
    float:right;
}*/
.today {
  background-color: #CCFFF3;
  border-radius: 10px;
}

.vacant {
  background-color: #BCF376;
}

.lecture {
  background: #FCFF73;
}

.group {
  background: #85D6FF;
}

.past-seance {
  background: #ccc;
}

/*.lecture a, .group a, .employed a, .vacant a {
    color:#FFF;
}*/
.employed {
  background: #BCF376;
}

.about-spec {
  padding-left: 1em;
}

.workspace-controls a {
  margin-right: 1em
}

button#hangupButton {
  margin: 0;
  display: none;
}

/*video {
  --width: 700px;
  width: var(--width);
  height: calc(var(--width) * 0.75);
  margin: 0 0 0 20px 0;
  vertical-align: top;
}*/

/*@media screen and (max-width: 400px) {
  button {
    width: 100px;
  }

  button {
    margin: 0 11px 10px 0;
  }*/
/*
  video {
    height: 90px;
    margin: 0 0 10px 0;
    width: calc(50% - 7px);

}*/
/*video#localVideo {
  --width: 100px;
  width: var(--width);
  height: calc(var(--width) * 0.75);
  border: 1px solid #fff;
  position: relative;
  bottom:0px;
}
video#remoteVideo {
  margin-top: -55px;
}*/

.player-controls-left i,
.player-controls-right i {
  float: left;
  color: #fff;
  font-size: 2em;
  margin-left: 1em;
  cursor: pointer;
}

.player-controls-right i {
  float: right;
  margin-right: 1em;
}

/*#videoScreen{
  float: left;
  background-color: #000;
  border-radius: 9px;
  width: 1000px;
  height: 615px;
  margin-right: 1em;
}
#screen-header{
  color:#fff;
  padding: 2em;
}
#screen-timer{
  float:left;
}
#screen-interlocator{
  float: right;
}
#screen-interlocator a{
  margin-right:2em;
}
#chatWrapper{
  float: left;
  width: 350px;

  vertical-align: bottom;
}
#receivebox{
  height: 615px;
  background-color: #eee;
  padding:1em;
  border-radius: 9px;
  border:1px solid #ddd;
  overflow: auto;
}

.chatMessage{
  margin-bottom: 3px;
}

.chatMessageFrom{
  float: left;
  padding: .5em;
  text-align: left;
  background-color: #fff;
}
.chatMessageTo{
  float: right;
  padding: .5em;
  text-align: left;
  background-color: #fff;
}
.messagebox{
  height: 500px;
}
#chatMessageControls{
  bottom:0px;
  height: 100px;
}*/
#sTime {
  display: none;
}

.sidebar-close {
  top: 15px;
  right: 15px;
}

.sidebar__name {
  line-height: 1.25em;
  margin-bottom: 5px;
}

.sidebar__list_link {
  line-height: 2.5em;
  margin-right: 15px;
}

.sidebar__list_item-text {
  width: 100%;
}


.workspace {
  /*margin-left:5%;*/
  /*float:left;*/
  text-align: left;
}



.clearer {
  clear: both;
}

.flush-form {
  margin-top: 5px !important;
  margin-left: 50% !important;
  color: #DC143C !important;
  display: block;
  height: 1.1em;
  font-size: 0.9em;
  width: max-content;
  text-align: center;
  transform: translateX(-50%);
  -webkit-animation: fadeOut 2s;
  -o-animation: fadeOut 2s;
  -moz-animation: fadeOut 2s;
  animation: fadeOut 2s;
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  bottom: -17px;
}

.flush {
  display: block;
  height: 1.1em;
  color: #bdc3c7;
  margin-top: -15px;
  margin-left: 99%;
  font-size: 0.9em;
  width: max-content;
  text-align: center;
  transform: translateX(-100%);
  -webkit-animation: fadeOut 1s;
  -o-animation: fadeOut 1s;
  -moz-animation: fadeOut 1s;
  animation: fadeOut 1s;
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    height: 1.1em;
  }

  to {
    opacity: 0;
    height: 0px;
    margin-top: 0;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    height: 1.1em;
  }

  to {
    opacity: 0;
    height: 0px;
    margin-top: 0;

  }
}

@-o-keyframes fadeOut {
  from {
    opacity: 1;
    height: 1.1em;
  }

  to {
    opacity: 0;
    height: 0px;
    margin-top: 0;
  }
}

@-moz-keyframes fadeOut {
  from {
    opacity: 1;
    height: 1.1em;
  }

  to {
    opacity: 0;
    height: 0px;
    margin-top: 0;
  }
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

.login-screen {
  width: 360px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 60px 0;
}

.login-screen__enter {
  font-size: 24px;
  margin-bottom: 36px;
}

@media (max-width:576px) {
  .login-screen__enter {
    font-size: 32px;
  }

  .registation-screen h4 {
    font-size: 20px;
    margin: 42px 0 20px;
  }

  .flush {
    width: 100%;
  }
}

.fui-user {
  width: 100%;
  margin-bottom: 20px;
}

.login-page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-top: 20px;
}

.control-group {
  margin-bottom: 10px;
}

.file-message {
  width: 100%;
  padding: 0 auto;
  text-align: center;
}

.file-message img {
  max-width: 400px;
  margin: 0 auto;
}

.litle-field {
  width: 7em;
}

.file-btn {
  float: left;
  height: 3em;
}

.file-btn #fileToSend {
  visibility: hidden;
  width: 1px;
}

.file-btn-label {
  background: linear-gradient(135deg, #00c1ff, #0056ff);
  color: #fff;
  padding: 1em;
  display: block;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  cursor: pointer;
  border-radius: 10px;
}

/*input, textarea {
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
width:100%;
transition: border .5s;
}

input:focus {
border: 2px solid #3498DB;
box-shadow: none;
}

input[type='checkbox']{
    width:1em;
    margin:0 0 0 .5em ;
}
input[type='file']{
}

label {
    margin:.5em 0;
}*/
/*.btn {
  border: 2px solid transparent;
  background: #eee;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
  cursor:pointer;
}

.btn-active {
    background: #3498DB;
}
.btn-active:hover {
  background-color: #2980B9;
}*/

/* spec_note! */
.field_errors,
.help-block {
  color: red;
  display: block;
  width: 100%;
  text-align: center;
}

/* end spec_note! */

.login-link {
  font-size: 12px;
  color: #444;
  display: block;
  margin-top: 12px;
}

#cropping-zone {
  display: block;
  min-height: 250px !important;
  width: 250px;
  max-height: 250px;
  background-color: lightgray;
}

.cropping-container {
  position: relative;
  z-index: 99;
}

.cropper-container {
  z-index: 99;
  border-radius: 50%;
}

/*#badge{
float:right
}
#badge a{
 text-decoraton:none;
 cursor:pointer;
 color:#444;
 margin:0 .5em;
}
.badge{
    border:1px solid #ddd;
    vertical-align:middle;
    color:#444;
    margin-bottom:3em;
}*/

/* Social Share Buttons */
.middle {
  text-align: left;
}

.social-share__btn {
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #ecf0f1;
  margin: 10px;
  border-radius: 30%;
  box-shadow: 0 5px 15px -5px #00000070;
  color: #3498db;
  overflow: hidden;
  position: relative;
}

.social-share__btn i {
  line-height: 45px;
  font-size: 18px;
  transition: .2s linear;
}

.social-share__btn:hover i {
  transform: scale(1.3);
  color: #ecf0f1;
}

.social-share__btn::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #3498db;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.social-share__btn:hover::before {
  animation: social-share-anim .7s 1;
  top: -10%;
  left: -10%;
}

@-webkit-keyframes social-share-anim {
  0% {
    left: -110%;
    top: 90%;
  }

  50% {
    left: 10%;
    top: -30%;
  }

  100% {
    top: -10%;
    left: -10%;
  }
}

@-o-keyframes social-share-anim {
  0% {
    left: -110%;
    top: 90%;
  }

  50% {
    left: 10%;
    top: -30%;
  }

  100% {
    top: -10%;
    left: -10%;
  }
}

@-moz-keyframes social-share-anim {
  0% {
    left: -110%;
    top: 90%;
  }

  50% {
    left: 10%;
    top: -30%;
  }

  100% {
    top: -10%;
    left: -10%;
  }
}

@keyframes social-share-anim {
  0% {
    left: -110%;
    top: 90%;
  }

  50% {
    left: 10%;
    top: -30%;
  }

  100% {
    top: -10%;
    left: -10%;
  }
}

/* Specification */

label {
  margin-bottom: 0;
}

/* Listing Section */

.listing-body {
  margin-top: 52px;
}

.hamburger-menu_list {
  text-align: center;
  margin-top: 25vh;
}

.hamburger-menu_list li {
  margin-bottom: 3em;
}

.hamburger-menu_list li a {
  color: #ecf0f1;
}

.hamburger-menu_list li a:hover {
  color: #ecf0f1;
}

/*.listing-body__filters {
  margin-top: -25px;
}*/

.listing-body__filters-wrap {
  margin: 0 0 0 0;
}

.listing-body__filters-selector {
  width: 100%;
}

/*
.listing-body__filters-btn {
  width: 100%;
  margin-top: 35px;
  background: linear-gradient(135deg,#06ccc1,#01916b);
}

.listing-body__filters-btn:hover {
  color: #fff;
}

.listing-body__filters-btn:after {
  background: linear-gradient(135deg,#08afa6,#01815f);
}
*/
.listing-body__filters-remove {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  color: #999;
  transition: 0.3s ease;
}

.tag_proposal_btn {
  width: auto;
  height: 30px;
  margin-top: 5px;
  color: #999;
  transition: 0.3s ease;
}

.listing-body__filters-remove:hover {
  transition: 0.3s ease;
}

.listing-result {
  margin-top: 3px;
}

.listing-card {
  display: block;
  color: #454545;
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .1);
  transition: .3s ease;
  padding: 20px 0 30px 20px;
  min-height: 14.5em;
}

.listing-card__wrap {
  margin-bottom: 2.5em;
  transition: .3s ease;
}


.listing-card__btn {
  width: 130px;
  background: linear-gradient(135deg, #00c1ff, #0056ff);
  z-index: 10;
  border-radius: 10px;
  display: block;
  bottom: -4px;
}

.listing-card__btn:after {
  background: linear-gradient(135deg, #01b7f1, #004de3);
}

.listing-card__btn:hover {
  color: #fff;
}

.listing-card__photo {
  width: 140px;
  height: 140px;
}

.listing-card__photo-wrap {
  width: 140px;
  margin-right: 30px;
}

.listing-card__info-link {
  display: block;
  color: #454545;
}

.listing-card__info-link:hover {
  color: #454545;
}

.listing-card__info-name {
  color: #005b9a;
  font-size: 1.25em;
  margin-bottom: 0;
}

.listing-card__info-undertitle {
  color: #999;
  margin-bottom: 7px;
}

.listing-card__info-about {
  line-height: 1.25em;
  height: 65px;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 10px;
}

.listing-card__info_years {
  margin-top: 5px;
}

.listing-card__info_price {
  margin: 3px 0;
}

.listing-card__info_price-total-ico {
  font-size: 15px;
}

.listing-card__info-timetable {
  color: #ffc21d;
  font-size: 1.5rem;
  bottom: 1.5rem;
  right: 3.5rem;
}

.listing-card__info-timetable:hover {
  color: #e6c263;
}

.person-status {
  top: 10px;
  right: 10px;
  padding: 5px;
}

.specialist-materials .person-status {
  right: -10px;
}

.person-status-chat {
  top: -4px;
  right: 20px;
  padding: 5px;
}

.listing-card__fav {
  bottom: 1.5rem;
  right: 1rem;
  padding: 0;
}

.profile-card__fav {
  top: 3em !important;
  right: 1em !important;
  bottom: auto !important;
}

.moderation_spec__buttons button {
  width: auto !important;
  height: 42px;
  border-radius: 20px;
  line-height: 31px;
  margin-top: 20px;
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 0 45px;
}

.listing-card__fav-ico {
  color: #ffc21d;
  font-size: 1.5rem;
}

.listing-card__info_price-total,
.listing-card__info_years-date {
  font-weight: 700;
  margin-left: 5px;
}

.user-info__form_save {
  line-height: 37px;
}

.user-info__form_save:hover {
  color: #01916b;
}

.user-soc {
  margin-top: 70px;
}

.personal-broadcast__broadcast_top {
  z-index: 0;
}

.personal-broadcast__broadcast_top-left {
  margin-top: 0;
}

.personal-broadcast__broadcast_video-in {
  bottom: 28px;
  right: 92px;
  width: auto;
  height: 160px;
  border: 2px solid #999;
  border-radius: 8px;
}

.roomer {
  width: 100% !important;
  height: 220px !important;
  border-radius: 20px;
  border: 1px solid #eaeaea !important;
  margin-bottom: 20px;
  overflow: hidden;
}

/* chat */

.personal-chat__messages_message-top {
  margin-bottom: 8px;
  margin-left: 8px;
}

.personal-chat__messages_message-name {
  margin-bottom: 0px;
  margin-left: 0px;
  color: #666;
}

.personal-chat__messages_message-date {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
}


.modal-rate {
  position: absolute;
  border-radius: 20px;
  margin: 300px auto;
  left: 0;
  right: 0;
  padding: 2em;
  height: 600px;
  width: 400px;
  background-color: #ecf0f1;
  z-index: 100;
}

.modal-rate h2,
.modal-rate .personal-undertitle,
.modal-rate span {
  color: #2c3e50;
}

.personal-broadcast__broadcast_btn span {
  color: #454545;
}

.modal-rate textarea {
  width: 100%;
  height: 250px;
}

/* schedule */

.schedule-tabs__tab {
  font-size: 17px;
}

.schedule-calendar {
  background: #fff7e1;
}

.calendar {
  margin-top: 42px;
}

.schedule-calendar__top-item {
  padding-bottom: 12px;
  width: 193px;
}

.schedule-calendar__content {
  border-radius: 15px;
  border-collapse: separate;
  border: 2px solid #fff7e1;
  margin-bottom: 3rem;
}

.chat-main__wrap__home .chat-main__btn {
  margin-top: 18rem;
  margin-left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width:1199.98px) {
  .chat-main__wrap__home .chat-main__btn {
    margin: 4rem 0 2rem 50%;
    transform: translateX(-50%);
  }
}

.schedule-calendar__top {}

.schedule-calendar__row {}

.schedule-block {
  margin-top: 50px;
}

.schedule-tabs {
  margin-top: 0;
}

.schedule-tabs__text {
  margin-right: 0;
}

.schedule-calendar__top-item_date {
  font-size: 17px;
  font-weight: 400;
  color: #454545;
  margin-left: 10px;
}

.schedule-calendar__event-wrap {
  left: 0;
  padding: 0 5px;
}

.schedule-calendar__event-title {
  color: #454545;
}

.schedule-calendar__event {
  width: 100%;
}

.schedule-calendar__cell {
  border: 2px solid #fff7e1;
  border-radius: 15px;
}

.cal-cell {
  border: 2px solid #fff7e1;
}


.flash-message-box {
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  vertical-align: middle;
  max-height: 14em;
  width: 500;
  padding: 1em;
  border-radius: 1em;
  /*border:4px dashed #000;*/
  background-color: #E5FFCC;
  color: #333300;
  z-index: 1000;
}

.info-icon {
  font-size: 3em;
}

.mess-box-icon {}

.mess-count {
  float: right;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
  padding: 0.2em;
  width: 1.5em;
  height: 1.5em;
  color: red;
  /*border: 1px solid #ccc;*/
  border-radius: 2em;
}

.mess-box-text {
  font-size: 2em;
  text-align: center;
  margin-left: 1em;
  /*border:4px dashed #000;*/
}

.file_upload {
  position: relative;
  overflow: hidden;
  font-size: 1em;
  /* example */
  height: 17em;
  /* example */
  line-height: 2em
    /* the same as height */
}

.personal-timetable__top-btns_btn {
  line-height: 37px;
}

.personal-timetable__top-btns_btn:hover,
.personal-timetable__top-btns_btn:focus {
  color: #fff;
  box-shadow: 0 5px 14px 1px rgba(0, 0, 0, .15);
}

.schedule__month-control {
  margin-top: 55px;
}

.schedule__month-control__title {
  margin-bottom: 1px;
}

.schedule__month-control_arrow {
  color: #999;
  font-size: 25px;
  padding: 0 15px;
}

.schedule__month-control_arrow-prev {
  margin-left: -15px;
}

.schedule__month-control_arrow:hover {
  color: #666;
}

.schedule-link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.schedule-calendar__cell:hover .schedule-calendar__overlay {
  opacity: 1;
  transition: 0.3s ease;
}

.schedule-calendar__cell:hover .schedule-calendar__event-wrap {
  opacity: 0.75;
  transition: 0.3s ease;
}

.schedule-drop__title {
  margin-bottom: 0;
}

.schedule-drop__wrap {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #999;
  padding: 0 20px;
}

.schedule-drop__item-status {
  text-align: center;
}

/* create event */

.crate-event {
  padding: 45px 0 190px;
}

.crate-event__date-input {
  width: 231px;
}

.crate-event__date-input:focus {
  border-color: #454545;
  outline: 0;
  box-shadow: none;
}

.crate-event__form {
  margin-top: 40px;
}

.crate-event__form-wrap {
  margin-bottom: 35px;
}

.create-event__btn {
  width: 354px;
  display: block;
  margin: 40px auto 0;
}


.crate-event__selector {
  width: 64px;
  padding: 0 0 0 10px;
  margin-right: 10px;
}

/* social icons */

.social-fb-ico {
  line-height: 43px;
}

.social-twi-ico {
  line-height: 35px;
}

.social-vk-ico {
  line-height: 37px;
}

/* sidebar */

.sidebar {
  padding: 0;
}

.sidebar-wrap {
  padding: 15px 15px 15px 20px;
  width: 100%;
  height: 100%;
}

/* personal */


.materials-link {
  margin-left: 50%;
  transform: translateY(-50%);
}

.personal__fav {
  top: 3px;
  right: 0;
}

.user-photo__login {
  display: inline-block;
}

.user-info__name {
  padding-right: 2em;
}

.user-photo__crop-btn {
  width: 100%;
  text-align: center;
  font-size: 17px;
  margin-bottom: 10px;
  cursor: pointer;
}

#img-preview {
  width: 300px;
}

#cropping-zone {
  height: 100%;
  width: 100%;
  background-color: #fff;
}

.user-photo__wrap {
  width: 160px;
  height: 160px;
  overflow: hidden;
}

.profile-about-rows {
  margin-left: 2em;
  color: #ccc;
}

.user-right__btn {
  width: auto;
  height: 42px;
  border-radius: 20px;
  line-height: 31px;
  margin-bottom: 20px;
  display: block;
}

.user-right__wrap-btns {
  margin-top: 40px;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  background: #fff;
}

.user-right__wrap-btns_link {
  display: block;
  margin-bottom: 5px;
}

.user-right__wrap-btns_price-num {
  font-weight: 700;
  font-size: 30px;
  margin-right: 10px;
}

.user-right__wrap-btns_price-ico {
  font-size: 23px;
}

.user-right {
  position: relative;
  top: auto;
}

.user-info__edit-link {
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}

.user-info__edit-link:hover {
  color: #666;
}

.user-right__wrap {
  height: auto;
}

.user-right__btn-message {
  margin-top: 20px;
}

.user-right__btn:after {
  border-radius: 20px;
}

.user-right__btn:hover {
  color: #fff;
}

.personal-questionnaire__wrap-group {
  font-weight: 700;
}

.personal-questionnaire__wrap-group_input {
  margin: 0 15px;
}

.moder-btn {
  width: auto !important;
  font-size: .75em !important;
  line-height: .75em;
  height: 2.5em;
  padding: .875em;
}

.moder-btn-group-video-room {
  width: 100%;
}

.moder-btn-video-room {
  width: 100%;
  height: 3rem;
  font-size: 1rem !important;
  padding-top: 1rem;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.personal-questionnaire__textarea {
  height: 190px;
  padding: 20px;
  resize: none;
}

.personal-questionnaire__input-small {
  width: 135px;
}

.personal-questionnaire__wrap_ruble {
  margin-left: 15px;
}

.attach-file__input {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.personal-questionnaire__label_wrap-input {
  margin-top: 20px;
  cursor: pointer;
  margin-left: -10px;
}

.personal-questionnaire__label_wrap-delete {
  color: #999;
  margin-top: 15px;
  display: block;
}

.personal-questionnaire__label_wrap-delete:hover {
  color: #666;
}

.personal-questionnaire__btn {
  margin-top: 10px;
}

.specialist-reviews__rating-bar_wrap {
  width: 100%;
  height: 25px;
  display: block;
  margin: 0 10px;
}

.specialist-reviews__no-coments,
.specialist-reviews__no-coments a {
  font-size: 2.5rem;
  text-align: center;
  padding: 2.75rem 0;
  font-weight: 300;
  width: 100%;
  color: rgb(111, 111, 111);
}

.specialist-reviews__no-coments a:hover {
  color: rgb(27, 27, 27);
}

.specialist-reviews__rating-bar {
  height: 100%;
  border-radius: 5px;
}

.bar-f {
  background: #35CD72;
}

.bar-s {
  background: #53E28D;
}

.bar-t {
  background: #6BEC9F;
}

.bar-fr {
  background: #C8FE83;
}

.bar-ff {
  background: #FEEA83;
}

.bar-sx {
  background: #FED383;
}

.bar-sv {
  background: #FEC583;
}

.bar-e {
  background: #F9B98B;
}

.bar-n {
  background: #F99F8B;
}

.bar-ten {
  background: #FC4548;
}

.specialist-reviews__rating-wrap {
  margin-bottom: 5px;
}

.specialist-reviews__info {
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
  min-height: 8rem;
}

.specialist-reviews__info-rating {
  width: 90px;
  background: #f7f7f7;
  border-radius: 20px;
  margin: auto;
  padding: 6px;
  margin-bottom: 17px;
}

.specialist-reviews__info-rating_text {
  font-size: 21px;
}

.specialist-reviews__info-rating_star {
  font-size: 23px;
}

.specialist-reviews__rating-many,
.specialist-reviews__rating-num {
  width: 20px;
}

.specialist-reviews__info-ratings {
  margin-top: 15px;
}

.specialist-reviews__top-selector {
  width: 125px;
}



.specialist-reviews__info-question {
  top: 20px;
  right: 20px;
  display: block;
  width: 25px;
  height: 25px;
  background: #ccc;
  line-height: 25px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.specialist-reviews__info-question_mark {
  top: 18px;
  background: #fff;
  right: 62px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  max-width: 295px;
  z-index: 26;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.45em;
  text-align: left;
  opacity: 0;
  transition: 0.3s ease;
}

.specialist-reviews__info-question:hover .specialist-reviews__info-question_mark {
  opacity: 1;
  transition: 0.3s ease;
}

.specialist-reviews__info-peoples {
  color: #666;
  margin-top: 12px;
  font-size: 15px;
}

.specialist-reviews__review {
  margin-bottom: 30px;
}

.specialist-reviews__review-top_photo {
  margin-right: 20px;
  width: 65px;
  height: 65px;
}

.specialist-reviews__review-top_name {
  font-weight: 700;
  font-size: 21px;
  margin-right: 15px;
}

.specialist-reviews__review-text {
  color: #666;
  line-height: 1.65em;
  margin-left: 85px;
  margin-top: -25px;
}

.specialist-reviews__review-top_star {
  font-size: 17px;
}

.specialist-reviews__review-top_text {
  font-size: 17px;
  font-weight: 700;
  color: #666;
}

#specialist-reviews__content-block {
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

.specialist-reviews__content {
  height: 270px;
  overflow: hidden;

}

.specialist-reviews__content-open {
  height: auto !important;
}

.specialist-reviews__review-show {
  margin-top: 24px;
  width: 100%;
}


/* favs */

.personal-section {
  padding: 40px 0;
}

.personal-section {
  padding-top: 20px;
}

.title-wrap {
  margin-bottom: 20px;
}

.title-wrap__link {
  margin-left: 20px;
  font-size: 17px;
  color: #999;
}

.title-wrap__link:hover {
  color: #666;
}

.fav-item {
  width: 100%;
  height: 225px;
  color: #fff;
  padding: 0px 20px 20px 20px;
  margin-bottom: 30px;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
  cursor: pointer;
}

.new-item {
  height: 270px;
}

.fav-item-specialist {
  color: #454545;
}

.fav-item__title {
  margin-bottom: 8px;
}

.fav-item__date {
  font-size: 15px;
  display: inline;
  top: -20px;
  left: 0;
  font-weight: 700;
  color: #454545;
}

.fav-close {
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 34px;
  background: none;
  height: 34px;
  padding: 10px;
  transition: 0.3s ease;
}

.fav-close:hover {
  background: none;
}

.fav-close:after,
.fav-close:before {
  top: 9px;
  right: 16px;
  transition: 0.3s ease;
}

.fav-close:hover .fav-close:after,
.fav-close:hover .fav-close:before {
  background: #FFA800;
  transition: 0.3s ease;
}

.fav__btn {
  width: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 120px;
}

.fav-item__content {
  z-index: 5;
  height: 100%;
  width: 100%;
  color: #fff;
  display: block;
  z-index: 5;
}

.fav-item__info {
  bottom: 00px;
}

.fav-item__type .badge {
  padding: .5em .45em;
  font-size: 16px;
}

.fav-item__content-specialsit {
  color: #454545;
}

.fav-item__text {
  line-height: 1.5em;
  color: #eaeaea;
  max-height: 48px;
  overflow: hidden;
  height: 0px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.fav-item:hover .fav-item__text {
  height: 48px;
}

.fav-item__content:hover {
  color: #fff;
}

.fav-item__content-specialsit:hover {
  color: #454545;
}

.fav-item__wrap {
  bottom: 0;
}

.fav-tabs {
  margin-top: 25px;
  margin-left: -4px;
  margin-bottom: 35px;
}

.new-item__filter {
  background: #333;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  transition: 0.3s ease;
  opacity: 0.7;
}

.fav-item:hover .new-item__filter {
  opacity: 0.65;
  transition: 0.3s ease;
}

.fav-item__type {
  top: 18px;
  right: 0;
}

.fav-item__star {
  /*top: 17px;*/
  z-index: 5;
  bottom: 3.5em;
  right: 2em;
}

.personal-notes__accordion {
  width: 100%;
}

.personal-notes__btn {
  width: 230px;
}

.personal-notes__wrap {
  margin-top: 15px;
  padding: 0 5px;
}

.personal-notes__time {
  font-weight: 700;
  color: #999;
}

/* Pangination */

.pangination {
  text-align: center;
}

.pangination__text {
  font-weight: 400;
  margin-left: 8px;
}

.pangination__text-number {
  margin: 0 8px;
}

.pangination__arrow {
  color: #999;
  font-size: 25px;
  padding: 0 7px;
}

.pangination__arrow:hover {
  color: #666;
}

.payment-methods img {
  width: 80px;
  margin-left: 1em;
}

/* Pay-Page */
.transaction-card {
  border: none;
  box-shadow: 0 5px 14px 1px rgba(0, 0, 0, .15);
  margin-top: 1em;
  height: 5em;
  background: #fff;
}

.pay-page_avatar {
  margin: 1em auto;
}

.pay-page_avatar img {
  width: 5em;
  height: 5em;
}

.pay-page_person-info {
  padding: 1em 1em;
}

.pay-page_person-info h4 {
  font-size: 1em;
  line-height: 1;
}

.pay-page_person-info .pay-page_person-name {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pay-page_person-info .pay-page_person-id {
  margin-top: 0;
  margin-bottom: 0;
}

.pay-page_payment-info {
  padding: 1em 1em;
}

.pay-page_date {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1;
  margin-top: 2rem;
}

.pay-page_payment-info .pay-page_purpose {
  font-size: 1rem;
  line-height: 1;
  margin-top: .5rem;
}

.pay-page_count-box {
  padding: 1em 0;
}

.pay-page_count-box .pay-page_count {
  font-size: 1em;
  line-height: 1;
  margin-top: 1rem;
}

.pay-page_count-box .pay-page_count.spend {
  color: #c0392b
}

.pay-page_count-box .pay-page_count.fill {
  color: #27ae60;
}

@media (max-width:1199.98px) {}

@media (max-width:991.98px) {
  .pay-page_payment-info .pay-page_purpose {
    font-size: 1rem;
    line-height: 1;
    margin-top: 0;
  }

}

@media (max-width:767.98px) {

  .pay-page_payment-info,
  .pay-page_person-info {
    padding: 0 1rem;
  }

  .transaction-card {
    height: 6em;
  }

  .pay-page_person-info .pay-page_person-name {
    margin-top: .5rem;
    margin-bottom: 0;
  }

  .pay-page_payment-info .pay-page_purpose {
    font-size: .75rem;
    line-height: 1;
    margin-top: .5rem;
  }

  .pay-page_date {
    font-size: .85rem;
    margin: .15rem;
    line-height: 1;
  }

  .pay-page_count-box {
    padding: 0;
  }

  .pay-page_count-box .pay-page_count {
    font-size: 1em;
    line-height: 1;
    margin-top: .15rem;
  }

}

@media (max-width:575.98px) {

  .pay-page_payment-info,
  .pay-page_person-info {
    padding: 0 1rem;
  }

  .transaction-card {
    height: 6em;
  }

  .pay-page_person-info .pay-page_person-name {
    margin-top: .5rem;
    margin-bottom: 0;
  }

  .pay-page_payment-info .pay-page_purpose {
    font-size: .75rem;
    line-height: 1;
    margin-top: .5rem;
  }

  .pay-page_date {
    font-size: .85rem;
    margin: .15rem;
    line-height: 1;
  }

  .pay-page_count-box {
    padding: 0;
  }

  .pay-page_count-box .pay-page_count {
    font-size: 1em;
    line-height: 1;
    margin-top: .15rem;
  }
}


/* Blog Create */

.blog-create__bottom-wrap {
  margin-top: 55px;
}

/* Blog Post */

.blog-post__content-video {
  width: 100%;
  height: 374px;
  margin-bottom: 30px;
}

.blog-post__content-img {
  width: 100%;
  margin-bottom: 15px;
}

.blog-post__content-img_wrap {
  margin-bottom: 15px;
}

.blog-post__content table {
  font-size: 20px;
  line-height: 1.75;
}

.personal-news__btn {
  width: 285px;
  color: #656565;
  background: none;
  display: block;
  margin-right: 0;
  margin-left: auto;
  transition: .3s ease;
}

.personal-material__btn {
  width: 285px;
  color: #656565;
  background: none;
  display: block;
  margin-right: 0;
  margin-left: auto;
  transition: .3s ease;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
}

.personal-news__btn:hover {
  color: #fff;
}

.personal-news {
  margin-bottom: 42px;
}

/* Fixed */

.slick-slide {
  /*height: auto;*/
}

.specialists-slider__slide-a {
  background: url(../img/specialistsbg.png) no-repeat;
  background-size: cover;
  background-position: center top;
}

.specialists-slider__slide-b {
  background: url(../img/specialistsbg2.png) no-repeat;
  background-size: cover;
  background-position: center top;
}

.specialists-slider__slide-c {
  background: url(../img/specialistsbg3.png) no-repeat;
  background-size: cover;
  background-position: center top;
}

@media screen and (max-width: 991.98px) {
  .specialists-slider__slide-a {
    background-size: cover;
    background-position: center top;
  }

  .specialists-slider__slide-b {
    background-size: cover;
    background-position: center top;
  }

  .specialists-slider__slide-c {
    background-size: cover;
    background-position: center top;
  }
}

@media screen and (max-width: 767.98px) {
  .specialists-slider__slide-a {
    background-size: cover;
    background-position: center top;
  }

  .specialists-slider__slide-b {
    background-size: cover;
    background-position: center top;
  }

  .specialists-slider__slide-c {
    background-size: cover;
    background-position: center top;
  }
}

@media screen and (max-width:575.98px) {
  .specialists-slider__slide-a {
    background-size: cover;
    background-position: center top;
  }

  .specialists-slider__slide-b {
    background-size: cover;
    background-position: center top;
  }

  .specialists-slider__slide-c {
    background-size: cover;
    background-position: center top;
  }
}

@media screen and (max-width: 400px) {
  .specialists-slider__slide-a {
    background-size: cover;
    background-position: -30rem top;
  }

  .specialists-slider__slide-b {
    background-size: cover;
    background-position: -30rem top;
  }

  .specialists-slider__slide-c {
    background-size: cover;
    background-position: center top;
  }
}

.hat-personal__btn-ico:after {
  left: -10px;
}

.first {
  padding-top: 80px;
  padding-bottom: 246px;
}

@media (max-width:991.98px) {
  .first {
    padding-top: 40px;
  }
}

.second {
  margin-top: -133px;
}

.landing-schedule {
  padding: 0 2em;
}

.personal-main {
  padding-top: 4em;
}

.personal-main__btn {
  margin-top: -140px;
}

.slider-arrow-ico {
  margin-top: 13px;
}

@media (max-width:991.98px) {
  .main-arrow {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    line-height: 2rem;
    margin-top: -2rem
  }

  .slider-arrow-ico {
    margin-top: .5rem;
  }

  .landing-shedule {
    margin: -5rem 0 0 0;
  }
}

@media (max-width:766px) {
  .main-arrow {
    display: none !important;
  }

  .landing-shedule {
    margin: -5rem 0 0 0;
  }
}

@media (max-width:575.98px) {
  .main-arrow {
    display: none
  }
}

.login-form__input {
  margin-bottom: 23px;
}

.login-screen__bottom {
  margin-top: 20px;
  text-align: left;
}

.login-screen__bottom-link {
  display: inline-block;
  text-align: right;
}

@media screen and (max-width:1199.98px) {
  .listing-body__filters {
    //display: none;
  }

  .listing-body__filters-active {
    display: block;
  }

  .user-photo__wrap {
    width: 160px;
    height: 160px;
  }

  .specialist-reviews__review-text {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991.98px) {
  .user-right {
    margin-top: 0;
    width: auto;
  }

  .user-info__form_save {
    width: 100%;
  }

  .user-info__form_invite {
    width: 100%;
  }

  .user-right__wrap {
    margin-top: 45px;
  }

  .specialist-reviews__info {
    margin-bottom: 40px;
  }

  .specialist-reviews__content {
    height: auto;
    overflow: inherit;
  }

  .specialist-reviews__review-top_name {
    margin-left: 0;
    margin-bottom: 5px;
  }

  .specialist-reviews__rating {
    width: 100%;
  }

  .specialist-reviews__info-rating {
    margin: 0;
    height: 44px;
    margin-right: 20px;
  }

  .specialist-reviews__rating-many {
    display: none;
  }

  .specialist-reviews__rating-wrap {
    margin-bottom: 0;
  }

  .specialist-reviews__rating-bar_wrap {
    height: 14px;
  }
}

@media screen and (max-width: 767.98px) {
  .badge {
    display: block;
  }

  .user-photo__wrap {
    width: 220px;
    height: 220px;
  }
}

@media screen and (max-width:575.98px) {
  .fav__btn {
    left: 20px;
    top: 39px;
  }

  .listing-card {
    padding: 20px;
  }

  .listing-card__info {
    text-align: left;
  }

  .listing-card__photo-wrap {
    width: 100%;
    margin-right: 0;
  }

  .listing-card__info {
    width: 100%;
    text-align: center;
  }

  .listing-card__photo {
    display: block;
    margin: 0 auto;
  }

  .listing-card__btn {
    margin: 15px auto 0;
  }

  .listing-card__fav {
    top: 1.5rem;
    right: 1rem;
    bottom: auto;
  }

  .listing-card__info-timetable {
    top: 1rem;
    right: 1rem;
    bottom: auto;
    margin: 0;
  }

  .listing-card__info,
  .listing-card__info_bottom {
    margin-left: 0;
  }

  .listing-card__info-undertitle {
    margin-bottom: 13px;
    margin-top: 7px;
  }

  .specialist-reviews__top-selector {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .title-wrap__link {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: 0;
  }

  .specialist-reviews__info-rating {
    margin: auto;
    margin-bottom: 15px;
  }

  .edit-profile__section-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}


/* End Listing Section */

.item-title a {
  margin-right: 3em;
}

.for-scroll {
  width: 10em;
  max-height: 7em !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.procents_bar {
  border: 1px solid #bbb;
  border-radius: 1em;
  width: 10em;
  height: 1em;
}

.fill_bar {
  border-radius: 1em;
  background-color: #ddd;
  height: 100%
}


/* Home page BTN */
/*
.btn-main {
  padding: 1.4375rem 2rem;
  border-radius: 25px;
  line-height: 1;
  background: #15bb93;
  width: auto;
  display: inline-block;
  background: linear-gradient(135deg, #87db50, #029884);
  height: 4rem;
}

.btn-main:hover {
    color: #fff
}

.btn-main:after {
    border-radius: 25px;
    background: linear-gradient(135deg, #5fcf21, #027b6b)
}

.btn-main__secondary {
    background: linear-gradient(135deg, #00bca4, #008e7c)
}

.btn-main__secondary:after {
    background: linear-gradient(135deg, #009985, #00796a)
}

.home_btn-a{

  }
.home_btn-b, .home_btn-c{
  bottom: .5rem;
  position: relative !important;
  }
@media (max-width:575.98px) {
    .btn-main {
        padding: 1.5rem 2rem;
        font-size: 1rem;
        width: 100%;
        height: 4rem;
        line-height: 1
    }
    .home_btn-a{
      margin-top: 2.5rem;
    }
    .home_btn-b, .home_btn-c{
      bottom: 0;
      position: relative;
      width: 90%;
      width: 100%;
      }
}
*/
.purchase {
  padding: 5rem 0 9rem;
  background: url(../img/purchasebg.png) no-repeat center top/cover
}

@media (max-width:991.98px) {
  .purchase {
    padding: 100px 0 15rem
  }
}

@media (max-width:767.98px) {
  .purchase {
    padding: 79px 0 15rem;
  }
}

@media (max-width:575.98px) {
  .purchase {
    padding: 6rem 0 15rem;
    background: url(../img/purchasebg.png) no-repeat center top/cover
  }
}

.purchase-tgl-wrap {
  background: rgba(255, 255, 255, .5);
  padding: 2rem 2rem 5rem
}

.purchase-card {
  padding: 3rem 2.5px 0px 2.5rem;
  background: rgba(255, 255, 255, .6);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: .6s ease-in-out;
  min-height: 40rem;
}

@media (max-width:1199.98px) {
  .purchase-card {
    padding: 35px 40px 44px
  }
}

@media (max-width:991.98px) {
  .purchase-card {
    margin-bottom: 30px
  }
}

@media (max-width:575.98px) {
  .purchase-card {
    padding: 2.5rem 2rem 2.5rem;
  }
}



.chat-main {
  padding: 10rem 0 335px;
  background: url(../img/laptop.png) no-repeat -10rem 12rem;
}

@media (max-width:1199.98px) {
  .chat-main {
    margin-top: 98px;
    padding: 0 0 344px;
    background: url(../img/laptop.png) no-repeat -33rem;
  }
}

@media (max-width:991.98px) {
  .chat-main {
    padding: 0 0 16rem;
    background: url(../images/profilebg.png) no-repeat top right;
    background-size: 100%;
  }
}

@media (max-width:767.98px) {
  .chat-main {
    padding: 0 0 16rem;
    background: url(../images/profilebg.png) no-repeat top right;
    background-size: 100%;
  }
}

@media (max-width:575.98px) {
  .chat-main {
    margin-top: 75px;
    background: 0 0;
    padding: 0;
  }
}

.care {
  padding: 228px 0 228px;
  margin-top: -140px;
  background: url(../img/mobile.png) no-repeat right;
}

@media (max-width:1199.98px) {
  .care {
    padding: 130px 0 241px;
    background: url(../img/mobile.png) no-repeat 95px;
  }
}

@media (max-width:991.98px) {
  .care {
    margin: -157px 0 -153px;
    padding: 0 0 16rem;
    background: url(../img/mobile.png) no-repeat 228px;
    background-size: 90%;
  }
}

@media (max-width:767.98px) {
  .care {
    padding: 0 0 16rem;
    background: url(../images/profilebg.png) no-repeat top right;
    background-size: 76%;
  }
}

@media (max-width:575.98px) {
  .care {
    padding: 0 0 16rem;
    background: url(../images/profilebg.png) no-repeat top right;
    background-size: 100%;
    margin: 75px 0 75px;
    background: 0 0;
    padding: 0;
  }
}

@media (max-width:1199.98px) {
  .care__btn {
    margin: 2rem auto 0;
  }
}


/* Landing videos */

.landing-page_video {
  max-width: 80% !important;
}

.modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: none;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  text-align: center;
}

@media (max-width:1199.98px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }

  .landing-page_video {
    max-width: 80% !important;
  }
}

@media (max-width:991.98px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }

  .landing-page_video {
    max-width: 98% !important;
  }
}

@media (max-width:767.98px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }

  .landing-page_video {
    max-width: 98% !important;
  }
}

@media (max-width:575.98px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .landing-page_video {
    max-width: 98% !important;
  }
}

/*.actual {
    padding: 15rem 0 20rem 0;
    background: url(../img/actualbgg.png) no-repeat center top/cover;
}*/


/*finances Section*/
/*
.finances-sec{
  background: url(../images/profilebg.png) no-repeat -15rem 0rem;
  padding: 3rem 0 20rem 0;
  background-size: 80%;

}

@media (max-width:1199.98px) {
  .finances-sec{
  background: url(../images/profilebg.png) no-repeat -17rem 1rem;
  background-size: 80%;
}
}

@media (max-width:991.98px) {
  .finances-sec{
    background: url(../images/profilebg.png) no-repeat -20rem 1rem;
    background-size: 90%;
  }
}

@media (max-width:767.98px) {
  .finances-sec{
    background: url(../images/profilebg.png) no-repeat top center;
    background-size: 200%;
  }
}

@media (max-width:575.98px) {
  .finances-sec{
    background: url(../images/profilebg.png) no-repeat top center;
    background-size: 200%;
  }
}
*/





.finances-sec__first-line {
  height: 3rem;
}

.finances-sec__title {
  font-size: 1.25rem;
}

.finances-sec__sidebar {
  padding-top: 3rem;
}

.finances-sec__sidebar-btn-group {
  margin-bottom: 1.5rem;
}

.finances-sec__sidebar-btn {
  font-size: 1rem;
  font-weight: 400;
  color: #2d3436;
  line-height: 1;
  width: 100%;
  margin: .125rem 0 .125rem 0;
  box-shadow: none;
  height: 1.25rem;
  cursor: pointer;
  text-align: left;
}

.finances-sec__sidebar-btn:hover {
  color: #2c3e50;
  font-weight: 700;
}

.finances-sec__period-title {
  float: left;
}

.finances-sec__period-btns {
  margin-left: 1rem;
}

.finances-sec__period-btn {
  display: block;
  font-size: 1rem;
  line-height: 1;
  padding: .125rem;
  margin-right: .25rem;
  font-weight: 400;
  color: #2d3436;
  height: 1.5rem;
  width: auto;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  border: none;
  transition: .3s ease;
  position: relative;
  z-index: 1;
  box-shadow: none;
}

.finances-sec__sidebar-btn:not(:disabled):not(.disabled).active,
.finances-sec__sidebar-btn:not(:disabled):not(.disabled):active,
.show>.finances-sec__sidebar-btn.dropdown-toggle,
.finances-sec__period-btn:not(:disabled):not(.disabled).active,
.finances-sec__period-btn:not(:disabled):not(.disabled):active,
.show>.finances-sec__period-btn.dropdown-toggle {
  color: #2c3e50;
  font-weight: 700;
}

.period-btns {
  float: left;
  margin-right: 1rem;
}

.personal-finances__body {
  margin-top: 3rem;
}

.finances-sec__account-card {
  float: left;
  padding: 0;
}

.finances-sec__account-card:nth-child(2n+1) {
  padding-right: .5rem;
}

.finances-sec__account-card:nth-child(2n) {
  padding-left: .5rem;
}

.finances-sec__account-card .listing-card {
  min-height: 12rem;
}

.finances-sec__account-card .listing-card .listing-card__info {
  cursor: pointer;
}

.schedule-calendar__event {
  border-radius: 10px;
  padding: .25rem 5px;
  margin-bottom: .25rem;
}

.btn-video-room {
  font-size: 18px;
  font-weight: 700;
  border-radius: 40px;
  padding: 0 20px;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 25px 4px;
  color: #454545;
  background: #fff;
  transition: .3s ease;
  z-index: 1;
  line-height: 1.25rem;
  width: auto;
  left: 15rem;
}


@media (max-width:1199.98px) {}

@media (max-width:991.98px) {}

@media (max-width:767.98px) {}

@media (max-width:575.98px) {
  .schedule-list {
    padding: 12px 0 12px;
    margin-bottom: 12px;
    margin-left: 0px;
    overflow-y: auto;
  }

  .schedule-tabs__tab,
  .sorting-tabs__tab {
    font-size: 15px;
    padding: 0 .1rem 0;
  }

  .schedule-tabs__tab:last-child {
    white-space: nowrap;
  }

  .filterBtn-wrap {
    margin: 1rem 0;
    padding: 0;
  }

  .filterBtn-wrap .btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
    font-size: 1.5rem;
  }

  .filterBtn-wrap .btn-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent
  }

  .filterBtn-wrap .btn-link.focus,
  .filterBtn-wrap .btn-link:focus {
    text-decoration: noe;
    border-color: transparent;
    box-shadow: none
  }

  .filterBtn-wrap .btn-link.disabled,
  .filterBtn-wrap .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
  }
}

.personal-broadcast__main {}

@media (max-width:767.98px) {
  .personal-broadcast__main {
    margin-top: 0;
  }
}

.toggle-password {
  position: absolute;
  font-size: 1.1rem;
  top: 16px;
  right: 16px;
  z-index: 2;
  cursor: pointer;
}

.toggle-password--reg {
  font-size: 17px;
  color: #999;
}

.toggle-password-login {
  z-index: 2;
  cursor: pointer;
  color: #999;
  font-size: 17px;
  right: 16px;
  top: 16px;
}

.blog-post__share-bottom {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

.post-type__icon {
  font-size: 1.5rem;
  font-weight: 100;
}

.fav-item__type {
  top: 1rem;
  right: -.25rem;
}

@media (max-width:1199.98px) {
  .listing-filter__btn {
    padding: 0;
    margin-top: 1rem;
  }

  .personal-news__search {
    padding: 0;
  }

  .personal-news__search-wrapper {
    margin-top: 1rem;
  }
}

@media (max-width:991.98px) {
  .listing-filter__btn {
    padding: 0;
    margin-top: 1rem;
  }

  .personal-news__search {
    padding: 0 1em;
  }

  .filterBtn-wrap {
    padding: 0;
  }

}

@media (max-width:767.98px) {

  /*.listing-card__fav {
    top: 1rem;
    left: 2rem;
    bottom: auto;
}*/

}

@media (max-width:575.98px) {
  .listing-filter__btn {
    padding-left: 1rem;
  }

  .person-item .listing-card__fav {
    top: 1rem;
    left: 1rem;
    bottom: auto;
  }
}

@media (max-width:575.98px) {
  .nritem-card .listing-card__fav {
    top: auto;
    right: none;
  }
}

.calendar-icon,
.listing-card__fav-ico-blank,
.post-type__icon {
  /*  -webkit-box-shadow: 11px 6px 15px -6px rgba(52,73,94,1);
  -moz-box-shadow: 11px 6px 15px -6px rgba(52,73,94,1);
  box-shadow: 11px 6px 15px -6px rgba(52,73,94,1);
*/
  font-weight: 100 !important;
}



/*CKEDITOR*/

.cke_reset {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  width: auto;
  height: auto;
  vertical-align: baseline;
  box-sizing: content-box;
  position: static;
  transition: none
}

.cke_reset_all,
.cke_reset_all *,
.cke_reset_all a,
.cke_reset_all textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  width: auto;
  height: auto;
  vertical-align: baseline;
  box-sizing: content-box;
  position: static;
  transition: none;
  border-collapse: collapse;
  font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
  color: #000;
  text-align: left;
  white-space: nowrap;
  cursor: auto;
  float: none
}

.cke_reset_all .cke_rtl * {
  text-align: right
}

.cke_reset_all iframe {
  vertical-align: inherit
}

.cke_reset_all textarea {
  white-space: pre-wrap
}

.cke_reset_all textarea,
.cke_reset_all input[type="text"],
.cke_reset_all input[type="password"] {
  cursor: text
}

.cke_reset_all textarea[disabled],
.cke_reset_all input[type="text"][disabled],
.cke_reset_all input[type="password"][disabled] {
  cursor: default
}

.cke_reset_all fieldset {
  padding: 10px;
  border: 2px groove #e0dfe3
}

.cke_reset_all select {
  box-sizing: border-box
}

.cke_reset_all table {
  table-layout: auto
}

.cke_chrome {
  display: block;
  border: 1px solid #b6b6b6;
  padding: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.cke_inner {
  display: block;
  -webkit-touch-callout: none;
  background: #fff;
  padding: 0
}

.cke_float {
  border: 0
}

.cke_float .cke_inner {
  padding-bottom: 0
}

.cke_top,
.cke_contents,
.cke_bottom {
  display: block;
  overflow: hidden
}

.cke_top {
  border-bottom: 1px solid #b6b6b6;
  padding: 0px 0 2px 2px;
  white-space: normal;
  box-shadow: 0 1px 0 #fff inset;
  background: #87CEEB;
}

.cke_float .cke_top {
  border: 1px solid #b6b6b6;
  border-bottom-color: #999
}

.cke_bottom {
  padding: 6px 8px 2px;
  position: relative;
  border-top: 1px solid #bfbfbf;
  box-shadow: 0 1px 0 #fff inset;
  background: #87CEEB;
}

.cke_browser_ios .cke_contents {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.cke_resizer {
  width: 0;
  height: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px 10px 0 0;
  border-color: transparent #666 transparent transparent;
  border-style: dashed solid dashed dashed;
  font-size: 0;
  vertical-align: bottom;
  margin-top: 6px;
  margin-bottom: 2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .3)
}

.cke_hc .cke_resizer {
  font-size: 15px;
  width: auto;
  height: auto;
  border-width: 0
}

.cke_resizer_ltr {
  cursor: se-resize;
  float: right;
  margin-right: -4px
}

.cke_resizer_rtl {
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #a5a5a5;
  border-style: dashed dashed dashed solid;
  cursor: sw-resize;
  float: left;
  margin-left: -4px;
  right: auto
}

.cke_wysiwyg_div {
  display: block;
  height: 100%;
  overflow: auto;
  padding: 0 8px;
  outline-style: none;
  box-sizing: border-box
}

.cke_panel {
  visibility: visible;
  width: 120px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  border-bottom-color: #999;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.cke_menu_panel {
  padding: 0;
  margin: 0
}

.cke_combopanel {
  width: 150px;
  height: 170px
}

.cke_panel_frame {
  width: 100%;
  height: 100%;
  font-size: 12px;
  overflow: auto;
  overflow-x: hidden
}

.cke_panel_container {
  overflow-y: auto;
  overflow-x: hidden
}

.cke_panel_list {
  list-style-type: none;
  margin: 3px;
  padding: 0;
  white-space: nowrap
}

.cke_panel_listItem {
  margin: 0;
  padding-bottom: 1px
}

.cke_panel_listItem a {
  padding: 3px 4px;
  display: block;
  border: 1px solid #fff;
  color: inherit !important;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 2px
}

* html .cke_panel_listItem a {
  width: 100%;
  color: #000
}

*:first-child+html .cke_panel_listItem a {
  color: #000
}

.cke_panel_listItem.cke_selected a {
  border: 1px solid #dedede;
  background-color: #f2f2f2;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset
}

.cke_panel_listItem a:hover,
.cke_panel_listItem a:focus,
.cke_panel_listItem a:active {
  border-color: #dedede;
  background-color: #f2f2f2;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset
}

.cke_hc .cke_panel_listItem a {
  border-style: none
}

.cke_hc .cke_panel_listItem a:hover,
.cke_hc .cke_panel_listItem a:focus,
.cke_hc .cke_panel_listItem a:active {
  border: 2px solid;
  padding: 1px 2px
}

.cke_panel_grouptitle {
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
  padding: 4px 6px;
  color: #474747;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
  border-bottom: 1px solid #b6b6b6;
  border-radius: 2px 2px 0 0;
  box-shadow: 0 1px 0 #fff inset;
  background: #cfd1cf;
  background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf);
  filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf')
}

.cke_panel_listItem p,
.cke_panel_listItem h1,
.cke_panel_listItem h2,
.cke_panel_listItem h3,
.cke_panel_listItem h4,
.cke_panel_listItem h5,
.cke_panel_listItem h6,
.cke_panel_listItem pre {
  margin-top: 0;
  margin-bottom: 0
}

.cke_colorblock {
  padding: 3px;
  font-size: 11px;
  font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif
}

.cke_colorblock,
.cke_colorblock a {
  text-decoration: none;
  color: #000
}

span.cke_colorbox {
  width: 10px;
  height: 10px;
  border: #808080 1px solid;
  float: left
}

.cke_rtl span.cke_colorbox {
  float: right
}

a.cke_colorbox {
  border: #fff 1px solid;
  padding: 2px;
  float: left;
  width: 12px;
  height: 12px
}

.cke_rtl a.cke_colorbox {
  float: right
}

a:hover.cke_colorbox,
a:focus.cke_colorbox,
a:active.cke_colorbox {
  border: #b6b6b6 1px solid;
  background-color: #e5e5e5
}

a.cke_colorauto,
a.cke_colormore {
  border: #fff 1px solid;
  padding: 2px;
  display: block;
  cursor: pointer
}

a:hover.cke_colorauto,
a:hover.cke_colormore,
a:focus.cke_colorauto,
a:focus.cke_colormore,
a:active.cke_colorauto,
a:active.cke_colormore {
  border: #b6b6b6 1px solid;
  background-color: #e5e5e5
}

.cke_toolbar {
  float: left
}

.cke_rtl .cke_toolbar {
  float: right;

}

.cke_toolbox .cke_toolbar {

  margin-top: 3px;

}

.cke_toolgroup {
  float: left;
  margin: 0;
  border: none;
  height: 45px;

}

.cke_hc .cke_toolgroup {
  border: 0;
  margin-right: 10px;
  margin-bottom: 10px
}

.cke_rtl .cke_toolgroup {
  float: right;
  margin-left: 6px;
  margin-right: 0
}

a.cke_button {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  padding: 0;
  outline: 0;
  cursor: default;
  float: left;
  border: 0;
  margin-right: 2px;

  background: #fff;
}

.cke_ltr .cke_button:last-child,
.cke_rtl .cke_button:first-child {
  border-radius: 0 2px 2px 0
}

.cke_ltr .cke_button:first-child,
.cke_rtl .cke_button:last-child {
  border-radius: 2px 0 0 2px
}

.cke_rtl .cke_button {
  float: right
}

.cke_hc .cke_button {
  border: 1px solid black;
  padding: 3px 5px;
  margin: -2px 4px 0 -2px
}

a.cke_button_on {
  box-shadow: 0 1px 5px rgba(0, 0, 0, .6) inset, 0 1px 0 rgba(0, 0, 0, .2);
  background: #EAF1FA;
  background-image: linear-gradient(to bottom, #EAF1FA, #EAF1FA);
  filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#EAF1FA', endColorstr='#EAF1FA')
}

.cke_hc .cke_button_on,
.cke_hc a.cke_button_off:hover,
.cke_hc a.cke_button_off:focus,
.cke_hc a.cke_button_off:active,
.cke_hc a.cke_button_disabled:hover,
.cke_hc a.cke_button_disabled:focus,
.cke_hc a.cke_button_disabled:active {
  border-width: 3px;
  padding: 1px 3px
}

.cke_button_disabled .cke_button_icon {
  opacity: .3
}

.cke_hc .cke_button_disabled {
  opacity: .5
}

a.cke_button_on:hover,
a.cke_button_on:focus,
a.cke_button_on:active {
  box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2)
}

a.cke_button_off:hover,
a.cke_button_off:focus,
a.cke_button_off:active,
a.cke_button_disabled:hover,
a.cke_button_disabled:focus,
a.cke_button_disabled:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset;
  background: #EAF1FA;
}

.cke_button_icon {
  cursor: inherit;
  background-repeat: no-repeat;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  display: inline-block
}

.cke_rtl .cke_button_icon {
  float: right
}

.cke_hc .cke_button_icon {
  display: none
}

.cke_button_label {
  display: none;
  padding-left: 3px;
  margin-top: 1px;
  line-height: 17px;
  vertical-align: middle;
  float: left;
  cursor: default;
  color: #474747;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

.cke_rtl .cke_button_label {
  padding-right: 3px;
  padding-left: 0;
  float: right
}

.cke_hc .cke_button_label {
  padding: 0;
  display: inline-block;
  font-size: 12px
}

.cke_button_arrow {
  display: inline-block;
  margin: 8px 0 0 1px;
  width: 0;
  height: 0;
  cursor: default;
  vertical-align: top;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #474747
}

.cke_rtl .cke_button_arrow {
  margin-right: 5px;
  margin-left: 0
}

.cke_hc .cke_button_arrow {
  font-size: 10px;
  margin: 3px -2px 0 3px;
  width: auto;
  border: 0
}

.cke_toolbar_separator {
  float: left;
  background-color: #c0c0c0;
  background-color: rgba(0, 0, 0, .2);
  margin: 5px 2px 0;
  height: 18px;
  width: 1px;
  box-shadow: 1px 0 1px rgba(255, 255, 255, .5)
}

.cke_rtl .cke_toolbar_separator {
  float: right;
  box-shadow: -1px 0 1px rgba(255, 255, 255, .1)
}

.cke_hc .cke_toolbar_separator {
  width: 0;
  border-left: 1px solid;
  margin: 1px 5px 0 0
}

.cke_toolbar_break {
  display: block;
  clear: left
}

.cke_rtl .cke_toolbar_break {
  clear: right
}

a.cke_toolbox_collapser {
  width: 12px;
  height: 11px;
  float: right;
  margin: 11px 0 0;
  font-size: 0;
  cursor: default;
  text-align: center;
  border: 1px solid #a6a6a6;
  border-bottom-color: #979797;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset;
  background: #e4e4e4;
  background-image: linear-gradient(to bottom, #fff, #e4e4e4);
  filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4')
}

.cke_toolbox_collapser:hover {
  background: #ccc;
  background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
  filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc')
}

.cke_toolbox_collapser.cke_toolbox_collapser_min {
  margin: 0 2px 4px
}

.cke_rtl .cke_toolbox_collapser {
  float: left
}

.cke_toolbox_collapser .cke_arrow {
  display: inline-block;
  height: 0;
  width: 0;
  font-size: 0;
  margin-top: 1px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #474747;
  border-top: 3px solid transparent
}

.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
  margin-top: 4px;
  border-bottom-color: transparent;
  border-top-color: #474747
}

.cke_hc .cke_toolbox_collapser .cke_arrow {
  font-size: 8px;
  width: auto;
  border: 0;
  margin-top: 0;
  margin-right: 2px
}

.cke_menubutton {
  display: block
}

.cke_menuitem span {
  cursor: default
}

.cke_menubutton:hover,
.cke_menubutton:focus,
.cke_menubutton:active {
  background-color: #d3d3d3;
  display: block
}

.cke_hc .cke_menubutton {
  padding: 2px
}

.cke_hc .cke_menubutton:hover,
.cke_hc .cke_menubutton:focus,
.cke_hc .cke_menubutton:active {
  border: 2px solid;
  padding: 0
}

.cke_menubutton_inner {
  display: table-row
}

.cke_menubutton_icon,
.cke_menubutton_label,
.cke_menuarrow {
  display: table-cell
}

.cke_menubutton_icon {
  background-color: #d7d8d7;
  opacity: .70;
  filter: alpha(opacity=70);
  padding: 4px
}

.cke_hc .cke_menubutton_icon {
  height: 16px;
  width: 0;
  padding: 4px 0
}

.cke_menubutton:hover .cke_menubutton_icon,
.cke_menubutton:focus .cke_menubutton_icon,
.cke_menubutton:active .cke_menubutton_icon {
  background-color: #d0d2d0
}

.cke_menubutton_disabled:hover .cke_menubutton_icon,
.cke_menubutton_disabled:focus .cke_menubutton_icon,
.cke_menubutton_disabled:active .cke_menubutton_icon {
  opacity: .3;
  filter: alpha(opacity=30)
}

.cke_menubutton_label {
  padding: 0 5px;
  background-color: transparent;
  width: 100%;
  vertical-align: middle
}

.cke_menubutton_disabled .cke_menubutton_label {
  opacity: .3;
  filter: alpha(opacity=30)
}

.cke_menubutton_on {
  border: 1px solid #dedede;
  background-color: #f2f2f2;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset
}

.cke_menubutton_on .cke_menubutton_icon {
  padding-right: 3px
}

.cke_menubutton:hover,
.cke_menubutton:focus,
.cke_menubutton:active {
  background-color: #eff0ef
}

.cke_panel_frame .cke_menubutton_label {
  display: none
}

.cke_menuseparator {
  background-color: #d3d3d3;
  height: 1px;
  filter: alpha(opacity=70);
  opacity: .70
}

.cke_menuarrow {
  background-image: url(images/arrow.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  padding: 0 5px
}

.cke_rtl .cke_menuarrow {
  background-position: 5px -13px;
  background-repeat: no-repeat
}

.cke_menuarrow span {
  display: none
}

.cke_hc .cke_menuarrow span {
  vertical-align: middle;
  display: inline
}

.cke_combo {
  display: inline-block;
  float: left
}

.cke_rtl .cke_combo {
  float: right
}

.cke_hc .cke_combo {
  margin-top: -2px
}

.cke_combo_label {
  display: none;
  float: left;
  line-height: 26px;
  vertical-align: top;
  margin-right: 5px
}

.cke_rtl .cke_combo_label {
  float: right;
  margin-left: 5px;
  margin-right: 0
}

a.cke_combo_button {
  cursor: default;
  display: inline-block;
  float: left;
  margin: 0 6px 5px 0;
  border: 1px solid #a6a6a6;
  border-bottom-color: #979797;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 0 2px rgba(255, 255, 255, .15) inset, 0 1px 0 rgba(255, 255, 255, .15) inset;
  background: #e4e4e4;
  background-image: linear-gradient(to bottom, #fff, #e4e4e4);
  filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4')
}

.cke_combo_off a.cke_combo_button:hover,
.cke_combo_off a.cke_combo_button:focus {
  background: #ccc;
  background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
  filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc');
  outline: 0
}

.cke_combo_off a.cke_combo_button:active,
.cke_combo_on a.cke_combo_button {
  border: 1px solid #777;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 1px 5px rgba(0, 0, 0, .6) inset;
  background: #b5b5b5;
  background-image: linear-gradient(to bottom, #aaa, #cacaca);
  filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca')
}

.cke_combo_on a.cke_combo_button:hover,
.cke_combo_on a.cke_combo_button:focus,
.cke_combo_on a.cke_combo_button:active {
  box-shadow: 0 1px 6px rgba(0, 0, 0, .7) inset, 0 1px 0 rgba(0, 0, 0, .2)
}

.cke_rtl .cke_combo_button {
  float: right;
  margin-left: 5px;
  margin-right: 0
}

.cke_hc a.cke_combo_button {
  padding: 3px
}

.cke_hc .cke_combo_on a.cke_combo_button,
.cke_hc .cke_combo_off a.cke_combo_button:hover,
.cke_hc .cke_combo_off a.cke_combo_button:focus,
.cke_hc .cke_combo_off a.cke_combo_button:active {
  border-width: 3px;
  padding: 1px
}

.cke_combo_text {
  line-height: 26px;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  cursor: default;
  color: #474747;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  width: 60px
}

.cke_rtl .cke_combo_text {
  float: right;
  text-align: right;
  padding-left: 0;
  padding-right: 10px
}

.cke_hc .cke_combo_text {
  line-height: 18px;
  font-size: 12px
}

.cke_combo_open {
  cursor: default;
  display: inline-block;
  font-size: 0;
  height: 19px;
  line-height: 17px;
  margin: 1px 7px 1px;
  width: 5px
}

.cke_hc .cke_combo_open {
  height: 12px
}

.cke_combo_arrow {
  cursor: default;
  margin: 11px 0 0;
  float: left;
  height: 0;
  width: 0;
  font-size: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #474747
}

.cke_hc .cke_combo_arrow {
  font-size: 10px;
  width: auto;
  border: 0;
  margin-top: 3px
}

.cke_combo_disabled .cke_combo_inlinelabel,
.cke_combo_disabled .cke_combo_open {
  opacity: .3
}

.cke_path {
  float: left;
  margin: -2px 0 2px
}

a.cke_path_item,
span.cke_path_empty {
  display: inline-block;
  float: left;
  padding: 3px 4px;
  margin-right: 2px;
  cursor: default;
  text-decoration: none;
  outline: 0;
  border: 0;
  color: #4c4c4c;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  font-size: 11px
}

.cke_rtl .cke_path,
.cke_rtl .cke_path_item,
.cke_rtl .cke_path_empty {
  float: right
}

a.cke_path_item:hover,
a.cke_path_item:focus,
a.cke_path_item:active {
  background-color: #bfbfbf;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .5) inset, 0 1px 0 rgba(255, 255, 255, .5)
}

.cke_hc a.cke_path_item:hover,
.cke_hc a.cke_path_item:focus,
.cke_hc a.cke_path_item:active {
  border: 2px solid;
  padding: 1px 2px
}

.cke_button__source_label,
.cke_button__sourcedialog_label {
  display: inline
}

.cke_combo__fontsize .cke_combo_text {
  width: 30px
}

.cke_combopanel__fontsize {
  width: 120px
}

textarea.cke_source {
  font-family: 'Courier New', Monospace;
  font-size: small;
  background-color: #fff;
  white-space: pre-wrap;
  border: 0;
  padding: 0;
  margin: 0;
  display: block
}

.cke_wysiwyg_frame,
.cke_wysiwyg_div {
  background-color: #fff
}

.cke_notifications_area {
  pointer-events: none
}

.cke_notification {
  pointer-events: auto;
  position: relative;
  margin: 10px;
  width: 300px;
  color: white;
  border-radius: 3px;
  text-align: center;
  opacity: .95;
  filter: alpha(opacity=95);
  box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.3);
  -webkit-animation: fadeIn .7s;
  animation: fadeIn .7s
}

.cke_notification_message a {
  color: #12306f
}

@-webkit-keyframes fadeIn {
  from {
    opacity: .4
  }

  to {
    opacity: .95
  }
}

@keyframes fadeIn {
  from {
    opacity: .4
  }

  to {
    opacity: .95
  }
}

.cke_notification_success {
  background: #72b572;
  border: 1px solid #63a563
}

.cke_notification_warning {
  background: #c83939;
  border: 1px solid #902b2b
}

.cke_notification_info {
  background: #2e9ad0;
  border: 1px solid #0f74a8
}

.cke_notification_info span.cke_notification_progress {
  background-color: #0f74a8;
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1
}

.cke_notification_message {
  position: relative;
  margin: 4px 23px 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  z-index: 4;
  text-overflow: ellipsis;
  overflow: hidden
}

.cke_notification_close {
  background-image: url(images/close.png);
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  cursor: pointer;
  text-align: center;
  height: 20px;
  width: 20px;
  top: 1px;
  right: 1px;
  padding: 0;
  margin: 0;
  z-index: 5;
  opacity: .6;
  filter: alpha(opacity=60)
}

.cke_notification_close:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.cke_notification_close span {
  display: none
}

.cke_notification_warning a.cke_notification_close {
  opacity: .8;
  filter: alpha(opacity=80)
}

.cke_notification_warning a.cke_notification_close:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.cke_chrome {
  visibility: inherit
}

.cke_voice_label {
  display: none
}

legend.cke_voice_label {
  display: none
}

.cke_button__about_icon {
  background: url(icons.png) no-repeat 0 -0px !important;
}

.cke_button__bold_icon {
  background: url(icons.png) no-repeat 0 -24px !important;
}

.cke_button__italic_icon {
  background: url(icons.png) no-repeat 0 -48px !important;
}

.cke_button__strike_icon {
  background: url(icons.png) no-repeat 0 -72px !important;
}

.cke_button__subscript_icon {
  background: url(icons.png) no-repeat 0 -96px !important;
}

.cke_button__superscript_icon {
  background: url(icons.png) no-repeat 0 -120px !important;
}

.cke_button__underline_icon {
  background: url(icons.png) no-repeat 0 -144px !important;
}

.cke_button__bidiltr_icon {
  background: url(icons.png) no-repeat 0 -168px !important;
}

.cke_button__bidirtl_icon {
  background: url(icons.png) no-repeat 0 -192px !important;
}

.cke_button__blockquote_icon {
  background: url(icons.png) no-repeat 0 -216px !important;
}

.cke_rtl .cke_button__copy_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
  background: url(icons.png) no-repeat 0 -240px !important;
}

.cke_ltr .cke_button__copy_icon {
  background: url(icons.png) no-repeat 0 -264px !important;
}

.cke_rtl .cke_button__cut_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
  background: url(icons.png) no-repeat 0 -288px !important;
}

.cke_ltr .cke_button__cut_icon {
  background: url(icons.png) no-repeat 0 -312px !important;
}

.cke_rtl .cke_button__paste_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
  background: url(icons.png) no-repeat 0 -336px !important;
}

.cke_ltr .cke_button__paste_icon {
  background: url(icons.png) no-repeat 0 -360px !important;
}

.cke_button__bgcolor_icon {
  background: url(icons.png) no-repeat 0 -384px !important;
}

.cke_button__textcolor_icon {
  background: url(icons.png) no-repeat 0 -408px !important;
}

.cke_rtl .cke_button__templates_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
  background: url(icons.png) no-repeat 0 -432px !important;
}

.cke_ltr .cke_button__templates_icon {
  background: url(icons.png) no-repeat 0 -456px !important;
}

.cke_button__creatediv_icon {
  background: url(icons.png) no-repeat 0 -480px !important;
}

.cke_rtl .cke_button__find_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
  background: url(icons.png) no-repeat 0 -504px !important;
}

.cke_ltr .cke_button__find_icon {
  background: url(icons.png) no-repeat 0 -528px !important;
}

.cke_button__replace_icon {
  background: url(icons.png) no-repeat 0 -552px !important;
}

.cke_button__flash_icon {
  background: url(icons.png) no-repeat 0 -576px !important;
}

.cke_button__button_icon {
  background: url(icons.png) no-repeat 0 -600px !important;
}

.cke_button__checkbox_icon {
  background: url(icons.png) no-repeat 0 -624px !important;
}

.cke_button__form_icon {
  background: url(icons.png) no-repeat 0 -648px !important;
}

.cke_button__hiddenfield_icon {
  background: url(icons.png) no-repeat 0 -672px !important;
}

.cke_button__imagebutton_icon {
  background: url(icons.png) no-repeat 0 -696px !important;
}

.cke_button__radio_icon {
  background: url(icons.png) no-repeat 0 -720px !important;
}

.cke_rtl .cke_button__select_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
  background: url(icons.png) no-repeat 0 -744px !important;
}

.cke_ltr .cke_button__select_icon {
  background: url(icons.png) no-repeat 0 -768px !important;
}

.cke_rtl .cke_button__textarea_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
  background: url(icons.png) no-repeat 0 -792px !important;
}

.cke_ltr .cke_button__textarea_icon {
  background: url(icons.png) no-repeat 0 -816px !important;
}

.cke_rtl .cke_button__textfield_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
  background: url(icons.png) no-repeat 0 -840px !important;
}

.cke_ltr .cke_button__textfield_icon {
  background: url(icons.png) no-repeat 0 -864px !important;
}

.cke_button__horizontalrule_icon {
  background: url(icons.png) no-repeat 0 -888px !important;
}

.cke_button__iframe_icon {
  background: url(icons.png) no-repeat 0 -912px !important;
}

.cke_button__image_icon {
  background: url(icons.png) no-repeat 0 -936px !important;
}

.cke_rtl .cke_button__indent_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
  background: url(icons.png) no-repeat 0 -960px !important;
}

.cke_ltr .cke_button__indent_icon {
  background: url(icons.png) no-repeat 0 -984px !important;
}

.cke_rtl .cke_button__outdent_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
  background: url(icons.png) no-repeat 0 -1008px !important;
}

.cke_ltr .cke_button__outdent_icon {
  background: url(icons.png) no-repeat 0 -1032px !important;
}

.cke_button__smiley_icon {
  background: url(icons.png) no-repeat 0 -1056px !important;
}

.cke_button__justifyblock_icon {
  background: url(icons.png) no-repeat 0 -1080px !important;
}

.cke_button__justifycenter_icon {
  background: url(icons.png) no-repeat 0 -1104px !important;
}

.cke_button__justifyleft_icon {
  background: url(icons.png) no-repeat 0 -1128px !important;
}

.cke_button__justifyright_icon {
  background: url(icons.png) no-repeat 0 -1152px !important;
}

.cke_button__language_icon {
  background: url(icons.png) no-repeat 0 -1176px !important;
}

.cke_rtl .cke_button__anchor_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
  background: url(icons.png) no-repeat 0 -1200px !important;
}

.cke_ltr .cke_button__anchor_icon {
  background: url(icons.png) no-repeat 0 -1224px !important;
}

.cke_button__link_icon {
  background: url(icons.png) no-repeat 0 -1248px !important;
}

.cke_button__unlink_icon {
  background: url(icons.png) no-repeat 0 -1272px !important;
}

.cke_rtl .cke_button__bulletedlist_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
  background: url(icons.png) no-repeat 0 -1296px !important;
}

.cke_ltr .cke_button__bulletedlist_icon {
  background: url(icons.png) no-repeat 0 -1320px !important;
}

.cke_rtl .cke_button__numberedlist_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
  background: url(icons.png) no-repeat 0 -1344px !important;
}

.cke_ltr .cke_button__numberedlist_icon {
  background: url(icons.png) no-repeat 0 -1368px !important;
}

.cke_button__maximize_icon {
  background: url(icons.png) no-repeat 0 -1392px !important;
}

.cke_rtl .cke_button__newpage_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
  background: url(icons.png) no-repeat 0 -1416px !important;
}

.cke_ltr .cke_button__newpage_icon {
  background: url(icons.png) no-repeat 0 -1440px !important;
}

.cke_rtl .cke_button__pagebreak_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
  background: url(icons.png) no-repeat 0 -1464px !important;
}

.cke_ltr .cke_button__pagebreak_icon {
  background: url(icons.png) no-repeat 0 -1488px !important;
}

.cke_rtl .cke_button__pastetext_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
  background: url(icons.png) no-repeat 0 -1512px !important;
}

.cke_ltr .cke_button__pastetext_icon {
  background: url(icons.png) no-repeat 0 -1536px !important;
}

.cke_rtl .cke_button__pastefromword_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
  background: url(icons.png) no-repeat 0 -1560px !important;
}

.cke_ltr .cke_button__pastefromword_icon {
  background: url(icons.png) no-repeat 0 -1584px !important;
}

.cke_rtl .cke_button__preview_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
  background: url(icons.png) no-repeat 0 -1608px !important;
}

.cke_ltr .cke_button__preview_icon {
  background: url(icons.png) no-repeat 0 -1632px !important;
}

.cke_button__print_icon {
  background: url(icons.png) no-repeat 0 -1656px !important;
}

.cke_button__removeformat_icon {
  background: url(icons.png) no-repeat 0 -1680px !important;
}

.cke_button__save_icon {
  background: url(icons.png) no-repeat 0 -1704px !important;
}

.cke_button__selectall_icon {
  background: url(icons.png) no-repeat 0 -1728px !important;
}

.cke_rtl .cke_button__showblocks_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
  background: url(icons.png) no-repeat 0 -1752px !important;
}

.cke_ltr .cke_button__showblocks_icon {
  background: url(icons.png) no-repeat 0 -1776px !important;
}

.cke_rtl .cke_button__source_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
  background: url(icons.png) no-repeat 0 -1800px !important;
}

.cke_ltr .cke_button__source_icon {
  background: url(icons.png) no-repeat 0 -1824px !important;
}

.cke_button__specialchar_icon {
  background: url(icons.png) no-repeat 0 -1848px !important;
}

.cke_button__scayt_icon {
  background: url(icons.png) no-repeat 0 -1872px !important;
}

.cke_button__table_icon {
  background: url(icons.png) no-repeat 0 -1896px !important;
}

.cke_rtl .cke_button__redo_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
  background: url(icons.png) no-repeat 0 -1920px !important;
}

.cke_ltr .cke_button__redo_icon {
  background: url(icons.png) no-repeat 0 -1944px !important;
}

.cke_rtl .cke_button__undo_icon,
.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
  background: url(icons.png) no-repeat 0 -1968px !important;
}

.cke_ltr .cke_button__undo_icon {
  background: url(icons.png) no-repeat 0 -1992px !important;
}

.cke_button__spellchecker_icon {
  background: url(icons.png) no-repeat 0 -2016px !important;
}

.cke_hidpi .cke_button__about_icon {
  background: url(icons_hidpi.png) no-repeat 0 -0px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__bold_icon {
  background: url(icons_hidpi.png) no-repeat 0 -24px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__italic_icon {
  background: url(icons_hidpi.png) no-repeat 0 -48px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__strike_icon {
  background: url(icons_hidpi.png) no-repeat 0 -72px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__subscript_icon {
  background: url(icons_hidpi.png) no-repeat 0 -96px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__superscript_icon {
  background: url(icons_hidpi.png) no-repeat 0 -120px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__underline_icon {
  background: url(icons_hidpi.png) no-repeat 0 -144px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__bidiltr_icon {
  background: url(icons_hidpi.png) no-repeat 0 -168px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__bidirtl_icon {
  background: url(icons_hidpi.png) no-repeat 0 -192px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__blockquote_icon {
  background: url(icons_hidpi.png) no-repeat 0 -216px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__copy_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
  background: url(icons_hidpi.png) no-repeat 0 -240px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__copy_icon,
.cke_ltr.cke_hidpi .cke_button__copy_icon {
  background: url(icons_hidpi.png) no-repeat 0 -264px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__cut_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
  background: url(icons_hidpi.png) no-repeat 0 -288px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__cut_icon,
.cke_ltr.cke_hidpi .cke_button__cut_icon {
  background: url(icons_hidpi.png) no-repeat 0 -312px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__paste_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
  background: url(icons_hidpi.png) no-repeat 0 -336px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__paste_icon,
.cke_ltr.cke_hidpi .cke_button__paste_icon {
  background: url(icons_hidpi.png) no-repeat 0 -360px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__bgcolor_icon {
  background: url(icons_hidpi.png) no-repeat 0 -384px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__textcolor_icon {
  background: url(icons_hidpi.png) no-repeat 0 -408px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__templates_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
  background: url(icons_hidpi.png) no-repeat 0 -432px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__templates_icon,
.cke_ltr.cke_hidpi .cke_button__templates_icon {
  background: url(icons_hidpi.png) no-repeat 0 -456px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__creatediv_icon {
  background: url(icons_hidpi.png) no-repeat 0 -480px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__find_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__find_icon {
  background: url(icons_hidpi.png) no-repeat 0 -504px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__find_icon,
.cke_ltr.cke_hidpi .cke_button__find_icon {
  background: url(icons_hidpi.png) no-repeat 0 -528px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__replace_icon {
  background: url(icons_hidpi.png) no-repeat 0 -552px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__flash_icon {
  background: url(icons_hidpi.png) no-repeat 0 -576px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__button_icon {
  background: url(icons_hidpi.png) no-repeat 0 -600px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__checkbox_icon {
  background: url(icons_hidpi.png) no-repeat 0 -624px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__form_icon {
  background: url(icons_hidpi.png) no-repeat 0 -648px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__hiddenfield_icon {
  background: url(icons_hidpi.png) no-repeat 0 -672px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__imagebutton_icon {
  background: url(icons_hidpi.png) no-repeat 0 -696px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__radio_icon {
  background: url(icons_hidpi.png) no-repeat 0 -720px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__select_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__select_icon {
  background: url(icons_hidpi.png) no-repeat 0 -744px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__select_icon,
.cke_ltr.cke_hidpi .cke_button__select_icon {
  background: url(icons_hidpi.png) no-repeat 0 -768px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__textarea_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textarea_icon {
  background: url(icons_hidpi.png) no-repeat 0 -792px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__textarea_icon,
.cke_ltr.cke_hidpi .cke_button__textarea_icon {
  background: url(icons_hidpi.png) no-repeat 0 -816px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__textfield_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__textfield_icon {
  background: url(icons_hidpi.png) no-repeat 0 -840px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__textfield_icon,
.cke_ltr.cke_hidpi .cke_button__textfield_icon {
  background: url(icons_hidpi.png) no-repeat 0 -864px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__horizontalrule_icon {
  background: url(icons_hidpi.png) no-repeat 0 -888px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__iframe_icon {
  background: url(icons_hidpi.png) no-repeat 0 -912px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__image_icon {
  background: url(icons_hidpi.png) no-repeat 0 -936px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__indent_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
  background: url(icons_hidpi.png) no-repeat 0 -960px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__indent_icon,
.cke_ltr.cke_hidpi .cke_button__indent_icon {
  background: url(icons_hidpi.png) no-repeat 0 -984px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__outdent_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1008px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__outdent_icon,
.cke_ltr.cke_hidpi .cke_button__outdent_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1032px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__smiley_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1056px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__justifyblock_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1080px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__justifycenter_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1104px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__justifyleft_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1128px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__justifyright_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1152px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__language_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1176px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__anchor_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1200px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__anchor_icon,
.cke_ltr.cke_hidpi .cke_button__anchor_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1224px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__link_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1248px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__unlink_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1272px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1296px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,
.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1320px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1344px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,
.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1368px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__maximize_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1392px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__newpage_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__newpage_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1416px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__newpage_icon,
.cke_ltr.cke_hidpi .cke_button__newpage_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1440px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__pagebreak_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pagebreak_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1464px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__pagebreak_icon,
.cke_ltr.cke_hidpi .cke_button__pagebreak_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1488px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__pastetext_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1512px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__pastetext_icon,
.cke_ltr.cke_hidpi .cke_button__pastetext_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1536px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__pastefromword_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1560px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__pastefromword_icon,
.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1584px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__preview_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1608px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__preview_icon,
.cke_ltr.cke_hidpi .cke_button__preview_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1632px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__print_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1656px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__removeformat_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1680px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__save_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1704px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__selectall_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1728px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__showblocks_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1752px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__showblocks_icon,
.cke_ltr.cke_hidpi .cke_button__showblocks_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1776px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__source_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1800px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__source_icon,
.cke_ltr.cke_hidpi .cke_button__source_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1824px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__specialchar_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1848px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__scayt_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1872px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__table_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1896px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__redo_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1920px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__redo_icon,
.cke_ltr.cke_hidpi .cke_button__redo_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1944px !important;
  background-size: 16px !important;
}

.cke_rtl.cke_hidpi .cke_button__undo_icon,
.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1968px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_ltr .cke_button__undo_icon,
.cke_ltr.cke_hidpi .cke_button__undo_icon {
  background: url(icons_hidpi.png) no-repeat 0 -1992px !important;
  background-size: 16px !important;
}

.cke_hidpi .cke_button__spellchecker_icon {
  background: url(icons_hidpi.png) no-repeat 0 -2016px !important;
  background-size: 16px !important;
}


/*Custom file input*/

.material-photos_input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.material-photos_input+label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: #87CEEB;
  display: inline-block;
  cursor: pointer;
  padding: .5rem;
}

.material-photos_input:focus+label,
.material-photos_input+label:hover {
  background-color: #2980b9;
}

.material-photos_input:focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

/* Personal Cabinet */

.personal-cabinet .row {
  margin-right: -20px;
  margin-left: -20px;
}

.pc-col {
  padding-left: 20px;
  padding-right: 20px;
}

.personal-cabinet-wrap {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.personal-cabinet__item {
  border-radius: 10px;
  position: relative;
}

.personal-cabinet__item_bottom {
  margin: 0;
  background: #f7f7f7;
  padding: 20px 5px 8px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.personal-active .personal-cabinet__item {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.personal-cabinet__item_bottom-text {
  font-size: 15px;
  margin-bottom: 12px;
}

.personal-cabinet__item_bottom-undertitle {
  font-weight: 600;
  display: inline;
  color: #666;
}

.personal-cabinet__item_btn {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  padding: 0 20px;
  margin: auto;
}

.personal-cabinet__item_btn-delete {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  color: #ff1b1b;
  border: 2px solid #ff1b1b;
  background: none;
  text-align: center;
  line-height: 17px;
  font-weight: 600;
  font-size: 17px;
  transition: 0.1 ease;
  margin-right: 0;
  margin-left: auto;
}

.personal-cabinet__item_btn-delete:hover {
  background: none;
  color: #ff1b1b;
  transform: scale(1.15);
  transition: 0.1 ease;
}

.personal-cabinet__item_btn-delete .btn-text {
  margin-left: -2px;
}

.personal-cabinet__item_btn-payment {
  background: linear-gradient(135deg, #00c1ff, #0056ff);
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  padding: 0 14px;
  margin-left: 12px;
  width: auto;
  transition: 0.3s ease;
}

.personal-cabinet__item_btn-payment:hover {
  background: linear-gradient(135deg, #0091bf, #0044ca) !important;
  color: #fff;
  transition: 0.3s ease
}

.personal-cabinet__title {
  margin-bottom: 40px;
  margin-top: 60px;
}

@media (max-width:1199px) {
  .personal-cabinet__item {
    padding: 16px 0;
  }

  .personal-cabinet__item_btn {
    margin-left: 0;
    margin-top: 12px;
  }

  .personal-cabinet__item_btn-delete {
    margin-left: -10px;
  }
}



@media (max-width:991px) {
  .personal-cabinet__title {
    margin-bottom: 28px;
    margin-top: 40px;
  }
}


@media (max-width:767px) {
  .nearest-seance {
    margin-top: 12px;
  }

  .personal-cabinet__item_text {
    margin-bottom: 6px;
  }

  .personal-cabinet__item_btn {
    margin-top: 4px;
    margin-left: 0;
  }

  .personal-cabinet__item_btn-delete {
    margin-left: auto;
  }
}

@media (max-width: 567px) {

  .custom-form__field input[type="text"],
  .custom-form__field input[type="password"],
  .custom-form__field input[type="date"],
  .custom-form__field input[type="tel"],
  .custom-form__field input[type="number"] {
    font-size: 17px;
    padding: 0;
    margin-bottom: 12px;
    height: 36px;
  }

  .date-field-pr-title {
    text-align: left;
  }
}

.personal-cabinet__item {
  margin: 0;
  min-height: 56px;
  font-size: 15px;
}

.personal-cabinet__item_text-date {
  font-weight: 600;
  font-size: 16px;
  color: #666;
}

.personal-cabinet__filters-wrapper {
  margin: 26px 0;
}

.personal-cabinet__items .personal-news__body_empty {
  padding: 0;
}

@media (max-width:991.98px) {
  .personal-chat__messages_top-wrap {
    margin-left: 50px margin-left: 0px
  }

  .personal-cabinet__items {
    margin-top: 32px;
  }

  .personal-cabinet__filters-wrap {
    margin-top: 26px;
    border-bottom: 1px solid #eee;
  }

}

@media (max-width:767px) {
  .personal-cabinet__item_bottom-undertitle {
    display: block;
  }

  .personal-cabinet__item_btn-payment {
    margin-left: 0;
    margin-top: 8px;
  }
}

@media (max-width:567px) {
  #personalFilters .listing-filters__items_wrap {
    margin-bottom: 0;
  }
}


.personal-cabinet__filters_title {
  margin: 24px 0 10px;
  font-weight: 600;
  font-size: 17px;
}

.personal-cabinet__filters-btn {
  border: 1px solid #888;
  border-radius: 20px;
  font-weight: 600;
  padding: 4px 12px;
  color: #888;
  background: #fff;
  font-size: 14px;
}

.personal-cabinet__filters-btn_hide {
  border: none;
  background: none;
  padding: 0;
  font-size: 17px;
  font-weight: 600;
  color: #666;
  margin-top: 16px;
}

.hat-new-message {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -13px;
  left: -30px;
  border-radius: 50px;
  height: 22px;
  width: 22px;
  line-height: 15px;
  font-size: 12px;
  background: linear-gradient(135deg, #00c1ff, #0056ff);
}

.hat-new-message:hover {
  opacity: .9;
}

.side-menu .hat-new-message {
  top: -1px;
  left: 10px;
}

.intervision-error .error-page__title {
  font-size: 22px;
  margin-bottom: 16px;
  text-align: start;
}

.intervision-error .error-page__subtitle {
  font-size: 16px;
  margin-bottom: 0;
  text-align: start;
  max-width: 880px;
}

.intervision-error span {
  font-weight: 700;
  color: #454545;
}

.sidebar-new-message {
  border-radius: 50px;
  height: 22px;
  width: 22px;
  line-height: 15px;
  font-size: 12px;
  background: linear-gradient(135deg, #00c1ff, #0056ff);
}

@media (max-width:767px) {
  .side-menu .hat-new-message {
    display: inline-block;
  }
}

.personal-cabinet-wrap__stumb {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.personal-cabinet__item_text .schedule-day__name {
  position: relative;
  z-index: 2;
}

.personal-cabinet__item_text-price {
  margin-right: -28px;
}

/* BROADCAST GROUP */

/* *VIDEOROOM NEW */

.personal-broadcast__control-btn {
  background: rgba(153, 153, 153, 0.3);
  padding: 12px;
  color: #fff;
  position: relative;
  border-radius: 50px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin: 0 12px;
  transition: 0.3s ease;
  color: #f9f9f9;
  cursor: pointer;
  z-index: 2;
}

.personal-broadcast__control-size {
  height: 37px;
  max-height: 37px;
  min-width: 37px;
  width: 37px;
  font-size: 12px;
}

#volume_main {
  top: 23px;
  height: 3px;
  display: none;
}

.personal-broadcast__control-btn:hover {
  background: rgba(153, 153, 153, 0.5);
  transition: 0.3s ease;
}

.personal-broadcast__control-btn:focus {
  background: rgba(153, 153, 153, 0.3);
  transition: 0.3s ease;
}

.personal-broadcast__control-chat {
  margin: 0;
  bottom: 22px;
  left: 20px;
  z-index: 25;
}

.personal-broadcast__control-chat.chat-notification {
  -webkit-animation: notifi 700ms linear infinite;
  animation: notifi 700ms linear infinite;
}

@keyframes notifi {
  50% {
    transform: scale(1.2);
    background-color: #0093b2;
  }
}


.personal-broadcast__control-chat .personal-broadcast__control-btn-ico {
  margin-left: 2px;
}

.personal-broadcast__control-btn_volume {
  position: absolute;
}

.remote-test {
  background: #000;
  width: 100%;
  /* border-radius: 20px; */
  height: 100%;
  display: block;
  color: #fff;
}

.remote-table__scroll .remote-table__item {
  background: #000;
  margin-bottom: 8px;
  border: 1px solid rgba(153, 153, 153, 0.3);
  border-radius: 8px;
  height: 250px;
  position: relative;
  max-height: 250px;
}

.remote-table__scroll .remote-table__item video {
  border-radius: 8px;
}

.remote-table__item-status_wrap {
  top: 12px;
  right: 12px;
}

.remote-table__item-status {
  font-size: 14px;
  color: #fe6f61;
  background: rgba(153, 153, 153, 0.2);
  padding: 8px;
  border-radius: 50px;
  margin: 0 4px;
  height: 30px;
  text-align: center;
  width: 30px;
}

.remote-table__item_novideo-ico {
  line-height: 88px;
  font-size: 20px;
  opacity: 0.5;
}

.remote-table__item_novideo {
  border-radius: 50px;
  width: 88px;
  height: 88px;
  text-align: center;
  line-height: 50px;
  background: rgba(155, 155, 155, 0.15);
  color: #999;
  top: 50%;
  left: 50%;
  margin-left: -44px;
  margin-top: -56px;
}

/*.remote-table__scroll .remote-table__item:hover .remote-table__item_overlay {
  opacity: 1;
  transition: 0.3s ease;
}*/

.remote-table__item_desktop {
  height: 100%;
}

.remote-table__item_overlay {
  bottom: 0px;
  width: 100%;
  background: rgba(153, 153, 153, 0.2);
  height: 36px;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.remote-table__item_name {
  padding: 12px 16px 10px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.85;
}

.remote-table__item_mute-btn {
  border: none;
  background: none;
  color: #fff;
  font-size: 17px;
  padding: 10px 16px 9px 12px;
}

.remote-table__item_mute-btn .fa-volume-mute {
  font-size: 13px;
  color: #fe6f61;
}

.remote-table__item-right:hover .remote-table__item-volume {
  opacity: 1;
  transition: 0.3s ease;
}

.remote-table__item-volume {
  top: -28px;
  right: -12px;
  width: 63px;
  height: 4px;
  transform: rotate(-90deg);
  opacity: 0;
  transition: 0.3s ease;
}

.remote-table__item-volume_dots {
  padding: 12px;
}

.remote-table__item-volume_dots-dot {
  width: 4px;
  height: 4px;
  margin: 0 2px;
  display: block;
  background: #fff;
  border-radius: 50px;
}

.remote-table__main {
  /*width: 100%;*/
  width: calc(100% - 300px);
  height: 100%;
}

.remote-table__scroll {
  display: none;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 8px solid #000;
  padding-bottom: 100px;
}

.remote-table__scroll-active {
  display: block;
}

.hide-mic-video {
  z-index: 0;
}

.remote-table__main-first,
.remote-table__main-second {
  width: 100%;
  height: 100%;
  background: #000;
  min-height: 0;
  display: flex;
}

.remote-table__main-first {
  border-left: 4px solid #000;
}

.remote-table__main-second {
  border-right: 4px solid #000;
}

.remote-table__main-second-wrap {
  top: 20px;
  left: 20px;
  height: 32px;
}

.remote-table__main-name {
  top: 20px;
  left: 20px;
  max-height: 32px;
  background: rgba(153, 153, 153, 0.3);
  padding: 8px 16px;
  border-radius: 20px;
  color: #f9f9f9;
  z-index: 1;
}

.second-name-active {
  z-index: 10;
  left: 50%;
  transform: translate(-50%);
  top: 20px;
}


.remote-table__main-first div,
.remote-table__main-second div {
  width: 100%;
  height: 100%;
}

.remote-table__item video {
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
  max-height: 250px;
  width: 100%;
}

.remote-video-active {
  height: 100%;
  width: 100%;
}

.remote-table__scroll_toggler {
  right: 0;
  left: auto;
  top: 50%;
  margin-top: -18px;
  height: 36px;
  line-height: 50px;
  opacity: 0.5;
  width: 64px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 37px;
  padding: 0;
  margin: 0;
}

.remote-table__scroll_toggler:hover {
  background: rgba(153, 153, 153, 0.5);
}

.remote-table__scroll_toggler-arr {
  margin-left: 17px;
  font-size: 15px;
}

.personal-broadcast__control-btn-ico {
  font-size: 17px;
  line-height: 26px;
}

.personal-broadcast__control-size i {
  font-size: 17px;
  line-height: 14px;
}

.remote-table__scroll_toggler-people {
  font-size: 14px;
  margin-left: 6px;
}

.remote-table__scroll_toggler .personal-broadcast__control-btn_tooltip-bottom {
  line-height: 18px;
}

.toggler-disabled {
  top: 50%;
  right: 292px;
}

@media (max-width:1199px) {
  .personal-broadcast__title {
    margin-bottom: 12px;
  }

  .remote-table__scroll {
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    overflow-x: auto;
    overflow-y: none;
    display: flex;
    border-left: 0;
    border-bottom: 8px;
    padding-bottom: 0px;
    display: none;
  }

  .remote-table__scroll-active {
    display: flex;
  }

  .remote-table__scroll .remote-table__item {
    margin-bottom: 0;
    margin-right: 8px;
    height: 100%;
    width: 250px;
    min-width: 250px;

  }

  .remote-table__main {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: calc(100% - 150px);
  }

  .remote-video-active {
    height: 100%;
    width: 100%;
  }

  .remote-table__item video {
    max-height: 148px;
  }

  #micOffBtn-title,
  #camOffBtn-title {
    display: none;
  }

  .tooltip-inner {
    display: none;
  }

  .remote-table__item-volume {
    opacity: 1;
    transform: rotate(0deg);
    top: auto;
    right: auto;
    width: 100%;
  }

  .remote-table__item_mobile-volume {
    padding-right: 12px;
    margin-bottom: -4px;
  }

  .remote-table__item-volume_mobile {
    top: 6px;
    right: 0;
  }

  .remote-table__item_overlay-show {
    height: auto;
  }
}

@media (max-width:992px) {
  #chatwraper1 {
    margin-top: 0;
    z-index: 6;
  }
}

@media (max-width:576px) {
  .remote-table__item {
    min-width: 205px;
  }

  .remote-table__main {
    flex-direction: column;
  }

  .btn-video-room {
    margin-left: -80px;
  }

  #volume_main {
    top: auto;
    display: block;
    width: 90px;
    height: 2px;
  }

  .personal-broadcast__control-btn-vol {
    margin-left: 0;
    margin-right: 0;
    background: none;
  }

  .personal-broadcast__control-btn_volume-wrap {
    background: rgba(153, 153, 153, 0.3);
    border-radius: 50px;
    padding-right: 16px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .personal-broadcast__control-btn_volume {
    position: relative;
  }
}


.remote-test__row {
  width: 100%;
  height: auto;
}

@media (min-width:992px) {
  .zoom_grid_main {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    width: 100%;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }

  .zoom_grid_item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
  }

  .zoom_grid_item video {
    height: 100%;
  }

  .zoom_grid_item__service_icons {
    position: absolute;
    top: 5px;
    align-self: center;
    padding: 10px;
  }

  .zoom_grid_counter-1 {
    height: 100%;
    width: 80%;
  }

  .zoom_grid_counter-2 {
    height: 80%;
    width: 50%;
    border: solid 2px rgba(255, 255, 255, 0.2);
  }

  .zoom_grid_counter-4 {
    height: calc(100% /2);
    width: calc(100% /2);
    border: solid 2px rgba(255, 255, 255, 0.2);
  }

  .zoom_grid_counter-9 {
    height: calc(100% /3);
    width: calc(100% /3);
    border: solid 2px rgba(255, 255, 255, 0.2);
  }

  .zoom_grid_counter-16 {
    height: calc(100% /4);
    width: calc(100% /4);
    border: solid 2px rgba(255, 255, 255, 0.2);
  }

  .zoom_grid_counter-25 {
    height: calc(100% /5);
    width: calc(100% /5);
    border: solid 2px rgba(255, 255, 255, 0.2);
  }

}



/* PEOFILE SETTINGS CHECKBOXES */

.personal-settings__email_link {
  color: #454545;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 16px;
}

.personal-settings__modal_form {
  margin: 16px 0 0;
}

.personal-settings__undertitle {
  margin-bottom: 16px;
}

.personal-settings__email_link:hover {
  color: #454545;
}

.personal-settings__email_link-box {
  height: 18px;
  width: 18px;
  border: 1px solid #999;
  background: none;
  border-radius: 5px;
  display: block;
  margin-right: 20px;
}

.personal-settings__email_link-box-active {
  height: 14px;
  width: 14px;
  background: #01b1fe;
  border-radius: 5px;
  display: block;
  top: 1px;
  left: 1px;

}

.personal-settings__toggle-password {
  top: 7px;
  right: 5px;
}

.active-ico .fa-comments {
  color: #c0392b;
}

@media (max-width:992px) {
  .active-ico {
    display: none;
  }

  .videoroom-chat-btn {
    width: calc(100% - 173px);
  }
}

@media (max-width:992px) {
  .btn-video-room {
    width: 50px;
    max-width: auto;
    height: 50px;
    bottom: -20px;
  }
}

@media (max-width:767px) {
  .btn-video-room {
    bottom: 0;
  }
}

@media (max-width:576px) {
  .close-btn-mob {
    width: 110px;
  }

  .videoroom-chat-btn {
    width: calc(100% - 120px);
  }

  .personal-timetable__top-btns {
    overflow-y: auto;
  }

  .personal-timetable__top-btns_btn {
    margin-right: 16px;
  }

  .schedule-legend__item {
    margin-bottom: 8px;
  }

  .side-menu {
    width: 90%;
  }
}

@media (max-width:1199px) {
  .remote-table__scroll_toggler {
    top: 0px;
    left: 50%;
    margin-left: -25px;
    margin-top: 0;
    right: auto;
    transform: rotate(0deg);
    opacity: 1;
    background: rgba(153, 153, 153, 0.6);
    width: 63px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    border-radius: 50px;
  }

  .remote-table__scroll_toggler:hover {
    background: rgba(153, 153, 153, 0.6);
  }

  .remote-table__scroll_toggler-arr {
    margin-left: 0;
    transform: rotate(270deg);
  }

  .toggler-disabled {
    top: 140px;
  }

  .personal-broadcast__wrap-chat-pr {
    padding: 12px 12px 16px;
  }

  .close-btn-mob {
    bottom: 24px;
    left: 12px;
  }
}

@media (max-width: 992px) {
  .personal-broadcast__wrap-chat-pr {
    padding: 12px 12px 24px;
  }
}


/* NEW LISTING STYLES */

.listing {
  padding-top: 60px;
}

.listing-radio {
  width: 100%;
  color: #454545;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.listing-radio:hover {
  color: #454545;
}

#listingFilters input[type=checkbox]+label,
input[type=radio]+label {
  font-size: 14px;
  font-weight: 400;
  color: #454545;
}

#listingFilters input[type=checkbox]+label:before,
input[type=radio]+label:before {
  top: 0;
}

#listingFilters input[type=checkbox]+label:after,
input[type=radio]+label:after {
  top: 2px;
}

.listing-radio__circle {
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin-right: 12px;
  position: relative;
}

.listing-radio__circle-active {
  width: 14px;
  height: 14px;
  background: #01b1fe;
  display: block;
  border-radius: 50px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.listing-filters__undetitile {
  margin-bottom: 8px;
}

.listing-filters__items_wrap {
  margin-bottom: 8px;
}

.listing-filters__items {
  max-height: 174px;
  overflow-y: auto;
  padding-top: 1px;
}

.listing-filters__items--no-scroll {
  overflow-y: inherit !important;
}

.listing-filters__items-rating {
  max-height: none;
  overflow-y: auto;
}

.rating-word {
  margin-right: 4px;
}

.listing-rating-star {
  font-size: 14px;
  margin-left: 2px;
  color: #ffc21d;
  line-height: 21px;
}

.listing-rating-star-grey {
  color: #eee;
}

.listing-filters__items-major {
  max-height: 384px;
}

.listing-body__filters-btn {
  margin-bottom: 30px;
}

@media (max-width:1199px) {
  .listing-filters__items {
    display: none;
    max-height: none;
    overflow-y: none;
  }

  .listing-filters__items-active {
    display: block;
  }

  .listing-body {
    margin-top: 30px;
  }
}

.persons_list_sort {
  margin-top: 16px;
}

@media (max-width:576px) {
  .persons_list_sort--mobile {
    flex-direction: column;
  }

  .persons_list_sort--mobile a {
    margin-bottom: 8px;
  }

  .persons_list_sort__text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .listing-filters__wrap {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
  }

  .listing-body__filters {
    margin-top: 20px;
    border-radius: 12px;
  }

  .listing {
    padding-top: 25px;
  }
}

.listing-search-input {
  padding: 0 64px 0 16px;
}


.listing-filters__wrap {
  margin-bottom: 32px;
}

.listing-filters__text-input {
  height: 36px;
  border: 1px solid #ddd;
  color: #454545;
  border-radius: 5px;
  padding: 0 12px;
  width: 100%;
}

.listing-filters__text-input:focus {
  color: #454545;
}

.listing-filters__text-input:first-child {
  margin-right: 6px;
}

.listing-filters__text-input:last-child {
  margin-left: 6px;
}

.listing-empty {
  width: 100%;
  text-align: center;
}

/* EDIT PROFILE DROPDOWN */

.form-input__dropdown {
  text-align: left;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: 8px;
  padding: 12px 24px;
}

.form-input__dropdown li {
  margin-bottom: 6px;
  font-size: 16px;
}

.form-input__dropdown-toggler {
  text-align: left;
  cursor: pointer;
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 20px;
}

.form-input__dropdown-toggler_block {
  border: 2px solid #ddd;
  height: 50px;
  font-size: 1.1em;
  line-height: 44px;
  padding: 0 50px 0 10px;
  color: #7f8c8d;
}

.edit-profile__oreder-for-edit {
  border-radius: 50px;
  color: #888;
  border: 1px solid #888;
  padding: 0 20px;
  height: 40px;
  font-size: 14px;
  width: 85%;
  display: block;
  height: auto;
  text-align: center;
  line-height: 19px;
  padding: 7px 19px;
  margin: 16px auto 0;
  font-weight: 600;
}

.edit-profile__oreder-for-edit:hover {
  color: #666;
  border: 1px solid #666;
  background: #eee;
}

.edit-profile__photo-btn {
  width: 100%;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(135deg, #87db50, #029884);
}

.user-photo {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}

/* GROP PASSWORD */

.password-page__wrap {
  margin-top: 48px;
}

.password-page__input {
  border: none;
  border-bottom: 2px solid #ddd;
  height: 48px;
}

.password-page__btn {
  height: 48px;
  width: 170px;
  border-radius: 10px;
  margin-left: 24px;
  background: linear-gradient(135deg, #00c1ff, #0056ff);
  font-size: 16px;
}

.password-page__title {
  font-size: 36px;
}

@media (max-width:576px) {
  .password-page__title {
    font-size: 23px;
    padding: 0 26px;
  }

  .password-page__wrap {
    flex-direction: column;
  }

  .password-page__input,
  .password-page__btn {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width:400px) {
  .password-page__title {
    padding: 0;
  }
}

/* NEW EDIT PROFILE */

.edit-profile__section {
  //padding: 40px 0;
}

.edit-profile__section-title {
  margin-bottom: 20px;
}

.edit-profile__sumbit {
  width: 100%;
}

.edit-profile__wrap {
  padding: 18px 0;
}

.edit-profile__diplome {
  border: 1px dashed #ddd;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  background: #f7f7f7;
}

.edit-profile__diplome_wrap {
  display: inline-block;
}

.edit-profile__diplome_delete {
  top: 0;
  right: 0;
  background: #FE6F61 !important;
  opacity: 1 !important;
}

.edit-profile__diplome_title {
  font-size: 17px;
  font-weight: 700;
}

.edit-profile__diplome_text {
  font-size: 14px;
  color: #999;
}

.edit-profile__diplome_text-top {
  margin: 8px 0 16px;
}

.edit-profile__diplome_text-bottom {
  margin-top: 8px;
}

.edit-profile__diplome_btn {
  border-radius: 50px;
  margin: auto;
}

.custom-input {
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  width: 100%;
}

.custom-textarea {
  width: 100%;
  border: 1px solid #ddd;
  height: 120px;
  border-radius: 8px;
  resize: none;
  padding: 12px;
  font-size: 14px;
}

.edit-profile__work-experience_month {
  width: 120px;
  margin-right: 16px;
  font-size: 16px;
}

.edit-profile__workpalce_undertitle {
  margin-bottom: 16px;
}

.edit-profile__workpalce_btn {
  margin-top: 16px;
}

.edit-profile__work-experience_year {
  width: 72px;
  font-size: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.edit-profile__work-experience_dropdown-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 176px;
}

.edit-profile__work-experience_wrap-end {
  margin-top: 8px;
}

.edit-profile__ethic-agree {
  margin-bottom: 20px;
}

.edit-profile__work-experience_add-btn {
  margin-top: 28px;
  margin-bottom: 40px;
}

.edit-profile__work-experience_edit-btn {
  font-size: 14px;
  color: #666;
  padding: 0;
  font-weight: 400;
  width: auto;
  background: none;
  box-shadow: none;
  margin: 0;
  margin-top: 8px;
  line-height: auto;
  height: auto;
}

.edit-profile__workplace-wrap {
  margin-bottom: 8px;
}

.edit-profile__workplace-item {
  margin-bottom: 40px;
}

.edit-profile__workplace-stage {
  color: #666;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: -8px;
}

.edit-profile__workplace-delete {
  color: #999;
  font-weight: 500;
  font-size: 12px;
  background: none;
  border: none;
  width: auto;
  padding: 0;
  height: auto;
  box-shadow: none;
  top: 2px;
  right: 0;
  transition: 0.3s ease;
}

.edit-profile__workplace-delete:hover {
  transition: 0.3s ease;
  color: red;
}

.edit-profile__moderation {
  font-weight: 600;
  color: #f60;
  font-size: 12px;
}

.edit-profile__radio {
  margin-top: 4px;
}

.edit-profile__hint {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
  margin-bottom: 8px;
}

.edit-profile__birth-date {
  width: 155px;
}

.edit-profile__platform-work_price {
  width: 75px;
}

.edit-profile__platform-work_dropdown-angle {
  top: 0;
  right: 8px;
}

.add-wp {
  background: #fff;
  border-radius: 8px;
  max-width: 650px;
}

.edit-profile__workplace-text {
  font-size: 18px;
}

.custom-form__field input[type="text"],
.custom-form__field input[type="password"],
.custom-form__field input[type="date"],
.custom-form__field input[type="tel"] {
  background: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: none;
  background-size: auto;
  border-bottom: 2px solid #ddd;
  height: 3rem;
  cursor: pointer;
  color: #2d3436;
  text-indent: 5px;
  font-size: 1.5rem;
  font-weight: 300;
  border-radius: 20px;
  transition: .5s ease;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 3px solid #aaa;
  border-radius: 0;
}

.edit-prodile__workpalce-modal {
  padding: 36px;
}

/* Edit Profile Warning and Sidebar */

.edit-profile__warning {
  background: #FE6F61;
  padding: 12px;
  width: 312px;
  color: #fff;
  margin-bottom: 12px;
  transition: .2s;
}

.edit-profile__warning:hover {
  opacity: .6;
  color: #fff;
}

.edit-profile__warning-sign {
  font-size: 16px;
  color: #FE6F61;
  font-weight: 700;
  text-align: center;
  background: #fff;
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin-right: 16px;
  line-height: 28px;
}

#ModalForm {
  margin-bottom: 0;
}

@media (max-width:767px) {
  #Modal {
    padding: 0 !important;
  }

  #Modal .modal-dialog {
    margin-top: 0;
    border-radius: 0;
    min-height: 100%;
    margin-bottom: 0;
  }
}

@media (max-width:567px) {
  .edit-prodile__workpalce-modal {
    padding: 20px;
  }
}


/* NEW PROFILE */

.user-info__section {
  padding: 20px 0;
}

.user-info__form-wrap_work {
  padding-bottom: 20px;
  padding-top: 2px;
  border-bottom: 1px solid #eee;
}

.user-info__section-title_work {
  margin-bottom: 10px;
}

.user-info__section-title {
  color: #666;
  font-weight: 500;
  margin-bottom: 24px;
  font-size: 18px;
}

.user-right__failure {
  background: #ffd9d9;
  width: 100%;
  border-radius: 10px;
  padding: 16px;
}

.user-right__failure-title {
  font-size: 13px;
  font-weight: 500;
  color: #666;
}

.user-right__failure-text {
  font-weight: 500;
  font-size: 20px;
  margin-top: 12px;
}

.user-right__failure-sign {
  bottom: 12px;
  right: 12px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  font-weight: 700;
  color: red;
  font-size: 28px;
}

.del-seance-type {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  right: 0;
  top: 0;
}

/* *FINANCES */

.finances-filters__item-wrap {
  margin-right: 28px;
  margin-bottom: 0;
}

.finances-filtets__date-text {
  font-weight: 600;
  font-size: 12px;
  margin: 0 8px 0 12px;
}

.finances-filteres {}

.finances__filters-wrapper {
  margin: 0;
}

.finances-filtets__date-wrap {
  cursor: pointer;
}

.finances-filtets__date_filter {
  width: 250px;
  background: #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 8px;
  z-index: 12;
  right: 50%;
  margin-right: -125px;
  top: 32px;
  position: absolute;
}

.finances-filtets__date_filter li {
  margin-bottom: 8px;
}

.finances-filtets__date_filter-link {
  font-size: 15px;
  color: #454545;
  cursor: pointer;
}

.finances-filtets__date_filter-link:hover {
  color: #999;
}

.finances-filtets__date_filter-bottom {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.finances-filtets__date_filter-bottom-wrap {
  margin-bottom: 8px;
}

.finances-filtets__date_filter-bottom-title {
  font-size: 15px;
  color: #999;
  margin-bottom: 4px;
}

.finances-filtets__date_filter-bottom-input {
  width: 100%;
  border: 1px solid #ddd;
  height: 36px;
  border-radius: 5px;
  color: #454545;
  padding: 0 8px;
  font-size: 15px;
}

.finances-filtets__date_filter-bottom-btn {
  height: 35px;
  width: 149px;
  font-size: 17px;
  padding: 0;
  margin-top: 8px;
}

.finances-body__table {
  width: 100%;
  margin-bottom: 40px;
}

.finances-body__title {
  font-weight: 700;
  font-size: 18px;
  color: #999;
  margin-bottom: 28px;
}

.finances-body__table_hat-item {
  font-weight: 600;
  font-size: 14px;
  color: #777;
  padding: 0 4px 16px 0;
}

.finances-body__table_hat-time,
.finances-body__table_row-time {
  width: 92px;
  padding-left: 12px;
}

.finances-body__table_hat-price,
.finances-body__table_row-price {
  width: 200px;
}

.finances-body__table_hat-status,
.finances-body__table_row-status {
  width: 300px;
}

.finances-body__table_hat-info,
.finances-body__table_row-info {
  width: 44px;
}

.finances-body__table_row {
  border-bottom: 1px solid #eee;
  transition: 0.3s ease;
}

.finances-body__table_row:hover {
  background: #f7f7f7;
  transition: 0.3s ease;
}

.finances-body__table_row-item {
  font-size: 15px;
  padding: 8px 16px 8px 0;
}

.finances-body__table_row-item:first-child {
  padding-left: 12px;
}

.finances-body__table_row-item:last-child {
  padding-right: 12px;
}

.finances-body__table_row-link {
  color: #454545;
  transition: 0.3s ease;
}

.finances-body__table_row-link:hover {
  color: #999;
  transition: 0.3s ease;
}

.finances__table_hint {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background: #eee;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  margin: 0 0 0 auto;
}

.finances__table_hint-item {
  width: auto;
  white-space: nowrap;
  z-index: 10;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
  top: -6px;
  left: 37px;
  opacity: 0;
  transition: 0.3s ease;
}

.finances__table_hint-wrap:hover .finances__table_hint-item {
  opacity: 1;
  transition: 0.3s ease;
}

.finances-sidebar {
  padding: 20px;
  background: #fff;
}

.finances-sidebar__list_item {
  margin-bottom: 12px;
}

.finances-sidebar__title {
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 8px;
}

.finances-sidebar__value {
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.finances-sidebar__btn {
  box-shadow: none;
  width: auto;
  height: auto;
  background: none;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  color: #777;
}

.finances-sidebar__btn:after {
  content: none;
}

.finances-body__pangintaion_list-link {
  font-weight: 500;
  color: #666;
  font-size: 16px;
  padding: 0 6px;
}

.finances-body__pangintaion_list-link:hover {
  color: #999;
}

.finances-body__pangintaion_list-link-active {
  color: #87db50;
}

.finances-body__pangintaion_list-link-active:hover {
  color: #87db50;
}

@media (max-width:1200px) {
  .finances-sidebar {
    margin-bottom: 40px;
  }
}


@media (max-width:988px) {
  .finances-filtets__date_filter {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 0 0;
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0 28px;
    border-radius: 0;
  }

  .finances-filters__item-wrap {
    margin: 0 0 12px;
  }

  .finances-filteres {
    margin-top: 20px;
  }

  .finances-body {
    margin-top: 36px;
  }

  .finances-body__table_hat-status,
  .finances-body__table_row-status {
    width: 152px;
  }

  .finances-body__table_hat-price,
  .finances-body__table_row-price {
    width: 128px;
  }

}



@media (max-width:767px) {
  .finances-body__table-wrap {
    overflow-y: auto;
  }

  .finances-body__table {
    width: 600px;
  }

  .finances-body__table_hat-item {
    padding: 0 8px 16px 0;
  }

  .finances-filters__item-wrap {
    margin: 0;
  }

  .finances-body__table_hat-time,
  ,
  .finances-body__table_row-time {
    padding-left: 12px;
  }

  .finances-body__table_hat-price,
  .finances-body__table_row-price {
    width: 100px;
  }

  .finances-body__table_hat-time {
    padding-left: 12px;
  }

  .finances__table_hint {
    z-index: 15;
    position: relative;
  }

  .finances__table_hint-item {
    top: -4px;
    left: auto;
    right: -4px;
    padding-right: 43px;
    border-radius: 15px;
  }
}

/* PAYMENT PAGE */

.payment-page__widget {
  height: 650px;
}

.payment-page__info {
  margin-top: 68px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px 0px rgba(0, 0, 0, .1);
}

.payment-page__info_top-wrap {
  padding: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #eee;
}

.payment-page__info_avatar {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.payment-page__info_body {
  padding: 20px;
  padding-top: 4px;
}

.payment-page__info_name {
  color: #454545;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}

.payment-page__info_type {
  font-size: 14px;
}

.payment-page__info_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
}

.payment-page__info_item-text {
  font-weight: 500;
}

@media (max-width:988px) {
  .payment-page__info {
    margin-top: 12px;
    margin-bottom: -30px;
  }

  .payment-page__info_top-wrap {
    padding: 16px;
    padding-top: 12px;
  }

  .payment-page__info_body {
    padding: 16px;
    padding-top: 8px;
  }
}

/* FAST SEANCE */

.fast-seance__body {
  margin-top: 52px;
}

.fast-seance__body_item {
  font-size: 17px;
  margin-bottom: 24px;
}

.fast-seance__body_item-title {
  font-weight: 500;
  margin-bottom: 8px;
}

.fast-seance__input {
  width: 500px;
  border: 1px solid #ddd;
  padding: 0 12px;
  border-radius: 12px;
  color: #00bce4;
}

.fast-seance__btn {
  width: auto;
}

.fast-seance__body_item-undertext {
  width: 497px;
  font-size: 15px;
  line-height: 1.5em;
  color: #777;
  margin-bottom: 20px;
}

.fast-seance__tooltip {
  font-size: 15px;
  margin-top: 12px;
  color: #666;
  display: block;
}

.fast-seance__input-name {
  width: 400px;
  border: 1px solid #ddd;
  padding: 0 12px;
  border-radius: 12px;
}

.fast-seance__wrap-form {
  margin-top: 40px;
}

.fast-seance__end-btn {
  margin-top: 32px;
}

@media (max-width:767px) {
  .fast-seance__input {
    width: 100%;
    height: 48px;
  }

  .fast-seance__btn {
    width: 100%;
    margin-left: 0;
  }

  .fast-seance__body_item-undertext {
    width: 100%;
  }

  .fast-seance__btn-name {
    margin-left: 20px;
    width: auto;
  }
}

@media (max-width:576px) {
  .fast-seance__input-name {
    width: 100%;
    height: 48px;
  }

  .fast-seance__btn-name {
    margin-left: 0px;
    width: 100%;
  }
}

.login-soc-wrap {
  width: 274px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 48px;
}

.login-soc {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: #eee;
  color: #fff;
  transition: 0.3s ease;
}

.login-soc:hover {
  color: #fff;
  transition: 0.3s ease;
}

.login-soc-vk {
  background: #06C8D2;
}

.login-soc-vk:hover {
  opacity: .6
}

.login-soc-fb {
  background: #3A569D;
}

.login-soc-fb:hover {
  opacity: .6
}

.login-soc-ok {
  background: #06C8D2;
}

.login-soc-ok:hover {
  opacity: .6
}

.login-soc-ya {
  background: #06C8D2;
}

.login-soc-ya:hover {
  opacity: .6
}

.login-soc-gg {
  background: #06C8D2;
}

.login-soc-gg:hover {
  opacity: .6
}

.login-soc-ico {
  font-size: 21px;
  line-height: 42px;
}

.login-form__undertitle {
  font-size: 20px;
  font-weight: 600;
  margin: 24px 0;
}

.login-form__registration-wrap {
  width: 100%;
}

.login-form__registration {
  width: 174px;
  line-height: 30px;
}

.events-rating__empty {
  font-size: 14px;
  color: #454545;
}

.events-rating__empty--checklist {
  margin-top: 12px;
}

.events-rating__empty--bold {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width:576px) {
  .input-form__name {
    margin-right: 0;
    height: auto;
  }

  .login-screen__enter {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .login-screen {
    padding: 30px 0;
  }

  .login-form__registration {
    margin-bottom: 16px;
    width: 100%;
  }

  .login-soc-wrap {
    margin-bottom: 32px;
  }
}

.video-room__full {
  width: 0;
  height: 0;
}


/* *LISTING NEW CARDS */

.card-listing {
  background: #F6F6F4;
  border-radius: 16px;
  margin-bottom: 32px;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.15);
}

.card-listing__left {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  width: 100%;
}

.card-listing__photo-wrap {
  text-align: center;

  display: flex;
  flex-direction: column;
}

.card-listing__photo-cont {
  flex: 1;
}

.card-listing__photo-online {
  bottom: 5px;
  right: 17px;
}

.card-listing__photo {
  width: 140px;
  height: 140px;
}

.card-listing__rating-text {
  font-size: 15px;
  margin: 16px 0 8px;
}

.card-listing__btn {
  width: 160px;
  line-height: 25px;
}

.card-listing__btn-admin {
  background: linear-gradient(135deg, #00c1ff, #0056ff);
}

.card-listing__btn:hover {
  color: #fff;
}

.card-listing__info {
  margin-left: 28px;
  width: 100%
}

.card-listing__fav {
  top: 0;
  bottom: auto;
  right: 0;
}

.card-listing__fav-ico {
  color: #FE6F61;
  font-size: 27px;
}

.card-listing__role {
  font-size: 14px;
  color: #454545;
  margin-bottom: 8px;
}

.card-listing__name {
  color: #454545;
  margin-bottom: 32px;
}

.card-listing__info-wrap {
  font-size: 15px;
  color: #999;
  margin-top: 12px;
}

.card-listing__info-wrap_text {
  color: #454545;
  font-weight: 600;
  margin-left: 5px;
}

.card-listing__right {
  width: 65%;
  display: block;
  padding: 28px;
}

.card-listing__tabs {
  width: 230px;
  justify-content: space-between;
  align-content: center;
  margin: 0 auto 12px;
  font-size: 14px;
  font-weight: 500;
}

.card-listing__video-none {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #7777;
  background: #eee;
  border-radius: 6px;
}

.card-listing__video-none_text {
  margin-top: 4px;
}

.card-listing__video-frame {
  border-radius: 6px;
  max-height: 240px;
}


@media (max-width:992.98px) {
  .card-listing__right {
    display: none;
  }
}

.create-event__date {
  width: 210px;
}

.create-event__time {
  width: 120px;
}

.create-event__dropdown-list {
  position: absolute;
  z-index: 9;
  background: #fff;
  max-height: 270px;
  overflow-y: auto;
  top: 56px;
  width: 130px;
  border-radius: 8px;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.create-event__input-btn {
  border: none;
  box-shadow: none;
  border-radius: 8px;
  width: 130px;
  text-align: left;
  height: 48px;
  background: #eee;
  padding: 0 12px;
  cursor: pointer;
  transition: 0.3s ease;
}

.create-event__input-btn-date {
  width: 290px;
}

.create-event__input-wrap-date {
  width: 290px;
}

.create-event__btn-event {
  width: 100%;
}

.create-event__block {
  width: 290px;
  margin: 0 auto;
}


.create-event__input-btn:hover {
  background: #ddd;
  transition: 0.3s ease;
}

.create-event__input-angle {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 18px;
  color: #999;
}

.create-event__separator {
  font-size: 18px;
  font-weight: 700;
  margin: 0 12px;
}

.create-event__wrap {
  margin-bottom: 20px;
  text-align: left;
}


.create-event__dropdown-list-item {
  padding: 4px;
  cursor: pointer;
}

.create-event__dropdown-list-item:hover {
  background: #f7f7f7;
}

@media (max-width:767px) {
  .card-listing__info {
    margin-left: 20px;
  }

  .card-listing__btn {
    width: 140px;
  }

  .card-listing__left {
    padding: 20px;
  }
}

@media (max-width:576px) {
  .card-listing__name {
    text-align: center;
  }

  .card-listing__role {
    text-align: center;
  }

  .card-listing__info {
    margin-left: 0;
  }

  .card-listing__btn {
    display: none;
  }

  .card-listing__fav {
    top: -180px;
  }

  .card-listing__photo-online {
    right: 50%;
    margin-right: -62px;
  }
}

/* *PROFILE NEW */

.profile-sectoin__title {
  margin-bottom: 28px;
}

.profile-personal {
  font-size: 16px;
  margin-top: 60px;
  overflow: visible;
}

.profile-video {
  margin-bottom: 40px;
  width: 100%;
  border-radius: 6px;
  height: 400px;
}

.profile-video__frame {
  border-radius: 6px;
}

.profile-personal__wrap {
  margin-bottom: 60px;
}

.profile-top__left {
  width: 128px;
  height: 128px;
}

.profile-online {
  bottom: 0;
  right: 0;
}

.profile-photo {
  width: 100%;
  height: 100%;
}

.profile-top__middle {
  margin-left: 32px;
}

.profile-role {
  font-size: 16px;
  margin-bottom: 8px;
}

.profile-name {
  font-size: 24px;
}

.profile-top__right {
  margin-left: auto;
  font-size: 16px;
}

.profile-top__rate-star {
  font-size: 16px;
  color: #FFC21D;
}

.profile-top__rate-star,
.profile-top__reviews-num {
  margin-right: 5px;
}

.profile-top__rate-num,
.profile-top__reviews-num {
  font-weight: 700;
}

.profile-top__reviews {
  margin-left: 20px;
}

.profile-personal__item {
  margin-bottom: 12px;
}

.profile-personal__item-title {
  color: #999;
}

.profile-personal__photos {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.profile-personal__photos img {
  width: 100%;
  margin-bottom: 12px;
}

.profile-personal__item-text {
  font-weight: 600;
}

.profile-personal__workplace {
  margin-bottom: 20px;
}

.profile-personal__workplace-wrap {
  margin-bottom: 8px;
}

.profile-personal__workplace-place {
  font-weight: 700;
}

.profile-personal__workplace-stage {
  color: #999;
}

.profile-reviews__box {
  width: 200px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 12px;
  height: 118px;
  margin-right: 30px;
  min-width: 200px;
}

.profile-reviews__box_star {
  font-size: 14px;
  color: #FFC21D;
  margin-right: 8px;
}

.profile-reviews__box_num {
  font-size: 26px;
  font-weight: 700;
  margin-right: 16px;
}

.profile-reviews__review {
  margin-top: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.profile-reviews__review_client-photo {
  width: 42px;
  height: 42px;
  margin-right: 16px;
}

.profile-reviews__review_text {
  margin-top: 12px;
}

.profile-reviews__review_client-name {
  font-weight: 600;
  font-size: 16px;
}

.profile-reviews__review_rate {
  width: 200px;
  margin-right: 30px;
}

.profile-reviews__review_rate-star {
  font-size: 18px;
  color: #FFC21D;
  margin-right: 12px;
}

.profile-reviews__review_rate-num {
  font-weight: 700;
  font-size: 16px;
}

.profile-reviews__review_rate-date {
  font-size: 16px;
  color: #999;
}

.personal-scrollbar {
  padding: 28px 20px 24px;
  border-radius: 12px;
}

.personal-scrollbar__top-text {
  font-size: 16px;
}

.personal-scrollbar__top-text_price {
  font-weight: 700;
}

.personal-scrollbar__btn {
  margin-top: 16px;
  margin-bottom: 20px;
  line-height: 28px;
}

.personal-scrollbar__btn:hover {
  opacity: .6;
}

.personal-scrollbar__favorites-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #CCC;
  border-radius: 50px;
  margin-left: 16px;
  transition: 0.3s ease;
}

.personal-scrollbar__admin-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: 16px;
  font-size: 16px;
  width: 100%;
  margin-left: 0;
  border-radius: 8px;
}

.personal-scrollbar__favorites-btn:hover {
  border: 2px solid #CCC;
  background: #f7f7f7;
  transition: 0.3s ease;
}

.personal-scrollbar__favorites-ico {
  font-size: 18px;
  color: #FE6F61;
}

.personal-scrollbar__list_link {
  font-size: 14px;
  color: #999;
  padding: 3px 0;
  display: block;
}

.personal-scrollbar__list_link:hover {
  color: #888;
}

.profile-admin-btns {
  margin-top: 40px;
}

.profile-admin-btns .btn-chat {
  height: 40px !important;
}

.profile-admin-btns .btn-chat span {
  font-size: 16px;
}

.profile-materials {
  padding-top: 60px;
}

.modal-content-password {
  display: flex;
  flex-direction: column;
}

.modal-content-password h3 {
  margin-bottom: 24px;
}

.modal-content-password__nav {
  display: flex;
  justify-content: space-between;
}

.modal-content-password button {
  width: calc(50% - 8px);
}

@media (max-width:992px) {
  .personal-scrollbar {
    margin-bottom: 20px;
  }
}

@media (max-width:576px) {
  .modal-content-password__nav {
    flex-direction: column;
  }

  .modal-content-password__nav button {
    width: 100%;
    margin-bottom: 12px;
  }

  .profile-video {
    height: 250px;
  }

  .profile-top__left {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .profile-name {
    font-size: 20px;

  }

  .profile-role {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .profile-top__middle {
    margin-left: 20px;
  }

  .profile-personal {
    font-size: 15px;
  }

  .profile-sectoin__title {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .profile-personal__wrap {
    margin-bottom: 44px;
  }

  .profile-personal {
    margin-top: 44px;
  }

  .profile-reviews__box {
    width: 100%;
  }
}

/* *VERIFY PAGE NEW */

.verify-page__title {
  font-size: 28px;
  font-weight: 700;
}

.verify-page__undertitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.verify-page__text {
  font-size: 17px;
  line-height: 140%;
  margin-top: 20px;
}

.verify-page__text-main {
  margin-top: 40px;
}

.verify-page__form {
  margin-top: 40px;
}

.verify-page__date {
  width: 170px;
}

.verify-page__date-wrap {
  margin-bottom: 20px;
}

.verify-page__wrap {
  margin-top: 28px;
}

.verify-page__btn {
  margin-top: 0;
}

.verify-page__btn {
  height: 48px;
  line-height: 35px;
}

.verify-page__btn-next:hover {
  color: #fff;
  background: linear-gradient(135deg, #5BCA12, #017D6D);
  transition: 0.3s ease;
}

.verify-page__btn-skip {
  box-shadow: none;
  width: 200px;
  min-width: 200px;
  margin-left: 16px;
  border-radius: 50px;
}

.verify-page__menu-wrap {
  margin-bottom: 20px;
}

.verify-page__menu_title {
  font-size: 15px;
  font-weight: 500;
  margin-right: 24px;
}

.verify-page__menu_link {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  margin-left: 12px;
}

.verify-page__menu_link:hover {
  color: #777;
}

.verify-page__list_link-active {
  color: #454545;
}

.verify-page__menu_link-active:hover {
  color: #454545;
}

.half-input__left {
  margin-right: 20px;
  width: 100%;
}

.half-input__right {
  width: 100%;
}

.input-form-middle {
  width: 220px;
}

@media (max-width:576px) {
  .verify-page__title {
    font-size: 24px;
  }

  .verify-page__btn {
    width: 100%;
  }

  .verify-page__btn-skip {
    margin-left: 0;
    margin-top: 20px;
  }

  .verify-page__form {
    margin-top: 24px;
  }

  .verify-page__text {
    font-size: 15px;
    margin-top: 20px;
  }

  .verify-page__menu_link {
    margin-left: 0;
    padding-right: 10px;
  }

  .verify-page__menu {
    margin-top: 12px;
  }

  .create-event__input-wrap {
    width: 100%;
  }

  .verify-page__date {
    width: 100%;
  }

  .create-event__input-wrap_month {
    margin: 0 12px;
  }
}

/* *SCHEDULE NEW STYLES */

.timesheet {
  width: 100%;
}

.timesheet-title {
  margin-bottom: 0;
}

.timesheet-title__modal {
  margin-bottom: 28px;
}

.timesheet-section {
  position: relative;
}

.timesheet-section__hat {
  margin-bottom: 36px;
}

.timesheet-btn__main {
  width: 200px;
}

.timesheet-cell {
  border: 1px solid #eee;
  height: 64px;
  width: 207px;
  padding: 2px;
}

.timesheet-hat__cell {
  font-size: 18px;
  font-weight: 500;
  color: #454545;
  margin-right: 4px;
  padding: 16px 20px;
  height: 52px;
  background: #fafafa;
}

.timesheet-hat__cell-day {
  color: #999;
  font-size: 12px;
}

.timesheet-cell__time {
  width: 60px;
  font-size: 12px;
  border-top: none;
  border-bottom: none;
  text-align: center;
}

.timesheet-hat__cell-empty {
  width: 60px;
}

.arrow-absolute {
  background: url(../img/arrow-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 12px top 9px !important;
  background-size: 10px 16px !important;
}

/* *EVENT IN NEW SCHEDULE */

.timesheet-seance {
  background: #BCF376;
}

.timesheet-lecture {
  background: #FCFF73;
}

.timesheet-group {
  background: #85D6FF;
}

.timesheet-event {
  width: 100%;
  border-radius: 12px;
  font-size: 12px;
  height: 100%;
  cursor: pointer;
  padding: 4px 8px;
}

.timesheet-event__hat-status {
  margin-left: 12px;
  opacity: 0.7;
}

.timesheet-event__title {
  font-size: 13px;
  margin-top: 2px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 2px;
}

.timesheet-event__info {
  top: 0;
  width: 476px;
  left: 0px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, .15);
}

.timesheet-event__info-month {
  left: 195px;
}

.timesheet-event__info-past {
  font-size: 12px;
}

.timesheet-event__info-type {
  color: #999;
  font-size: 12px;
}

.timesheet-event__info-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 8px;
  word-break: break-all;
}

.timesheet-event__info_item-title {
  font-weight: 500;
  font-size: 13px;
  color: #777;
  min-width: 110px;
}

.timesheet-event__info_item {
  margin-bottom: 8px;
}

.timesheet-event__info_item-info {
  font-size: 14px;
}

.timesheet-event__info-list {
  margin-top: 13px;
}

.timesheet-event__info_show-btn {
  font-size: 12px;
  color: #666;
  font-weight: 700;
  transition: 0.3s ease;
}

.timesheet-event__info_clients-name {
  font-size: 14px;
  color: #666;
}

.timesheet-event__info_clients-list-wait {
  margin-top: -2px;
}

.timesheet-event__info_clients-wait {
  margin-bottom: 6px;
}

.imesheet-event__info_clients-status {
  font-size: 12px;
  font-weight: 700;
}

.timesheet-event__info_clients-list {
  margin-bottom: 24px;
}

.timesheet-event__info_clients-green {
  color: green;
}

.timesheet-event__info_clients-orange {
  color: #f90;
}

.timesheet-event__info_clients-red {
  color: red;
}

.timesheet-event__info_show-btn:hover {
  color: #888;
  transition: 0.3s ease;
}

.timesheet-event__info-description {
  margin-top: 9px;
  font-size: 14px;
  color: #666;
  word-break: break-all;
}

.side-menu__closest_seance-name {
  word-break: break-all;
}

.timesheet-event__info_payment-btn {
  width: 75px;
  height: 23px;
  font-size: 11px;
  font-weight: 700;
  background: linear-gradient(135deg, #00C1FF, #0056FF);
  margin-left: 12px;
  line-height: 2px;
  box-shadow: none;
}

.timesheet-event__info_bottom {
  margin-top: 16px;
}

.timesheet-event__info_bottom .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.timesheet-event__info_bottom-main {
  width: 176px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #87db50, #029884);
  padding: .775rem .75rem;
}

.timesheet-event__info_bottom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 50px;
  margin-right: 12px;
  transition: 0.3s ease;
  padding: 0;
}

.timesheet-event__info_bottom-btn:hover {
  background: #f7f7f7;
  border: 2px solid #eee;
  transition: 0.3s ease;
}

#month-table {
  position: relative;
}

.modal-month {
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 2;
  cursor: auto;
}

.hide-modal {
  display: block;
}

.link-copy-modal-notify {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  z-index: 1;
  padding: 5px;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0.9;
  border-radius: 11px;
  box-shadow: 0 1px 6px 1px rgb(0 0 0 / 15%);
  transition: .2s linear;
}

.bottom-month .link-copy-modal-notify {
  bottom: 20px !important;
}

/* *SCHEDULE MODAL */

.timesheet-modal-dialog {
  background: #fff;
  border-radius: 8px;
  padding: 36px;
  max-width: 650px;
}

.timesheet-modal-close {
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 5;
}

.timesheet-modal__field-content .dropdown input {
  height: 39px;
}

.timesheet-modal__field-col {
  border: none;
  background: none;
  padding: 0;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  border-radius: 50%;
  position: relative;
  transition: .2s;
  overflow: hidden;
}

.timesheet-modal__field-col:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }

  20% {
    transform: scale(25, 25);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.timesheet-modal__field-col:focus:not(:active)::after {
  animation: ripple 1s ease-out;
}

.timesheet-modal__field-col:hover {
  background-color: #e6e6e6;
}

.timesheet-modal__field-col--fix {
  margin-right: 0;
}

.timesheet-modal__field-col i {
  color: #454545;
  font-size: 16px;
}

.timesheet-modal__seance-hidden input {
  margin-left: 14px;
  height: 39px;
}

.timesheet-modal__field-wrap--top .dropdown-btn {
  height: 39px;
}

.timesheet-modal__field-content .dropdown__icon {
  top: 12px;
}

.timesheet-modal__field-wrap--top span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  margin-right: 39px;
}

.timesheet-modal__field-content .dropdown__list {
  top: 42px;
}

.timesheet-modal__seance .dropdown__list {
  top: 42px;
  left: 14px;
  z-index: 100;
}

.timesheet-modal__field {
  margin-bottom: 80px;
}

.timesheet-modal__seance {
  margin-top: 45px;
}

.timesheet-modal__field-list span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
}

.timesheet-modal__field-list span:first-child {
  margin-right: 18px;
}

.timesheet-modal__field-list span:last-child {
  margin-left: 15px;
}

.timesheet-modal__field-hidden {
  display: none;
  margin-top: 25px;
  margin-left: 90px;
}

.timesheet-modal__field-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  margin-bottom: 5px;
}

.timesheet-modal__field-subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  margin-bottom: 17px;
}

.timesheet-modal__field-options {
  display: flex;
  align-items: center;
}

.timesheet-modal__field-options input {
  position: absolute;
  opacity: 0;
  font-size: 0;
}

.timesheet-modal__field-options label {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 11px 17px;
  border-radius: 8px;
  margin-right: 9px;
  cursor: pointer;
}

.timesheet-modal__field-options input:checked+label {
  color: #FFFFFF;
  background: #01B1FE;
}

.timesheet-modal__field-options {
  margin-bottom: 21px;
}

.timesheet-modal__wrap {
  margin-bottom: 24px;
}

.timesheet-modal__wrap_title {
  font-size: 14px;
  font-weight: 500;
  min-width: 91px;
}

.timesheet-modal__select-wrap {
  width: 100%;
}

.timesheet-modal__select-wrap_time {
  width: 36px;
}

.timesheet-modal__select-separator {
  margin: 0 4px;
  font-weight: 600;
}

.timesheet-modal__time-separator {
  margin: 0 6px 0 16px;
}

.timesheet-modal__select {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  height: 36px;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 8px;
  text-align: left;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid #ccc;
}

.timesheet-modal__select-wrap_time .timesheet-modal__select {
  cursor: text;
  padding: 0 5px 0 7px;
}

.timesheet-modal__select:focus {
  border: 1px solid #007bff;
  transition: 0.3s ease;
}

.timesheet-modal__date {
  width: 114px;
}

.timesheet-modal__select-arrow {
  right: 12px;
  top: 10px;
  color: #aaa;
  font-size: 16px;
}

.timesheet-modal__seance-hidden {
  display: none;
  margin-left: 40px;
  margin-top: 14px;
}

.timesheet-modal__seance .check__wrap {
  display: flex;
  cursor: default;
}

.field-active {
  display: flex;
  flex-direction: column;
}

.timesheet-modal__flex {
  display: flex;
  align-items: center;
}

.timesheet-modal__field-subtitle--mt {
  margin-top: 10px;
}

.timesheet-modal__field-list {
  display: flex;
  align-items: center;
}

/*
.timesheet-modal__select:hover {
  background: #ddd;
  transition: 0.3s ease;
}
*/
/* delete! */
.timesheet-modal__select-list,
.select-list {
  top: 41px;
  background: #fff;
  max-height: 198px;
  overflow-y: auto;
  width: 100%;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .10);
  border-radius: 8px;
  z-index: 10;
  min-width: 62px;
}

/* delete! */
/* delete! */
.fil-select-list {
  top: 54px;
  position: absolute;
}

/* delete! */
/* delete! */
@media (max-width:576px) {
  .fil-select-list {
    position: relative;
    top: 4px;
  }

  .timesheet-modal__field-hidden {
    margin-left: 0;
  }

  .timesheet-modal__field-options {
    flex-wrap: wrap;
  }

  .timesheet-modal__field-options label {
    margin-bottom: 10px;
  }

  .timesheet-modal__field-wrap--top span {
    margin-right: 25px;
  }

  .timesheet-modal__field-list span:first-child {
    margin-right: 7px;
  }

  .timesheet-modal__field-list span:last-child {
    margin-left: 7px;
  }

  .timesheet-modal__field {
    margin-bottom: 60px;
  }

  .timesheet-modal__seance-hidden {
    margin-left: 0;
  }
}

/* delete! */
/*
.select-list {
  display: none;
}
*/
/* delete! */
.timesheet-modal__select-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 6px 12px;
  transition: 0.3s ease;
  cursor: pointer;
}

.timesheet-modal__select-item label {
  padding-left: 6px;
}

.timesheet-modal__select-item:hover {
  background: #f7f7f7;
  transition: 0.3s ease;
}

/* delete! */

.timesheet-modal__btn {
  margin-top: 16px;
}

.timesheet-modal__textarea {
  border: 1px solid #ddd;
  border-radius: 8px;
  resize: none;
  height: 90px;
  font-size: 16px;
  padding: 12px;
  line-height: 120%;
  transition: 0.3s ease;
}

.timesheet-modal__textarea:focus {
  border: 1px solid #007bff;
  transition: 0.3s ease;
}

.timesheet-modal__textarea-wrap {
  margin-top: -16px;
}

.timesheet-modal__textarea-added {
  margin-top: 0;
}

.timesheet-modal__textarea-btn {
  padding: 0;
  font-weight: 500;
}

.timesheet-modal__label-wrap {
  margin-bottom: 6px;
}

.timesheet-modal__label {
  font-size: 13px !important;
  padding-left: 25px !important;
  line-height: 24px;
}

.timesheet-modal__input-form {
  margin-bottom: 0;
}

.timesheet-modal__input-form {
  border: none;
}

.timesheet-modal__input-form_input {
  height: 36px;
  font-size: 14px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}

.timesheet-modal__input-form_input:focus {
  border: 1px solid #007bff;
  transition: 0.3s ease;
}

.timesheet-modal__input-form_price {
  width: 58px;
}

.timesheet-modal__input-form_password {
  width: 182px;
}

.timesheet-modal__input-form_group {
  margin-top: 12px;
}

.timesheet-modal__input-form_price-text {
  font-size: 13px;
  margin-left: 8px;
}

.events-admin__preview {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.events-admin__error {
  display: none;
  font-size: 12px;
  line-height: 20px;
  color: #DC143C;
}

.events-admin__preview--disabled {
  border: 1px solid #ff0000;
}

.events-admin__submit--disabled {
  background: #999999 !important;
  cursor: not-allowed !important;
}

.input-form__error {
  display: none;
  font-size: 12px;
  line-height: 20px;
  color: #DC143C;
  margin-bottom: 10px;
}

.input-form--error {
  border: 1px solid #DC143C !important;
}

@media (max-width:767px) {
  .timesheet-modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    min-height: 100vh;
    position: relative;
  }

  .timesheet-modal__btn {
    position: fixed;
    bottom: 32px;
    width: calc(100% - 140px);
    z-index: 15;
    height: 44px;
    border-radius: 50px;
  }

  .timesheet-modal-dialog .modal-content {
    padding-bottom: 48px;
  }

  .timesheet-modal__date {
    width: 160px;
  }

  .timesheet-modal__date input {
    width: 100%;
  }

  .timesheet-modal__wrap .arrow-absolute {
    background: none !important;
  }
}

@media (max-width:576px) {
  .timesheet-modal-dialog {
    padding: 28px 20px;
  }

  .timesheet-modal__wrap {
    margin-bottom: 20px;
  }

  .timesheet-modal__wrap_title {
    margin-bottom: 4px;
    font-weight: 600;
  }

  .timesheet-modal__btn {
    width: calc(100% - 116px);
  }
}

.not_valid {
  border: 1px solid #DC143C !important;
}

/* *SCHEDULE FILTERS */

.timesheet-filters {
  font-size: 14px;
  margin-bottom: 40px;
}

/* delete! */
.timesheet-filters__item {
  height: 48px;
  background: #fff;
  box-shadow: 0 1px 5px 0px rgba(3, 3, 3, .1);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.timesheet-filters__dropdown {
  width: 100%;
}

.timesheet-filters__dropdown_input {
  width: 100%;
}

.timesheet-filters__item:hover {
  background: #fafafa;
  transition: 0.3s ease;
}

/* delete! */

/* delete! */
.timesheet-filters__item-input {
  padding: 0 12px;
  width: 100%;
  text-align: left;
}

/* delete! */

.timesheet-filters__item-btn {
  width: 48px;
}

.timesheet-filters__item-search {
  width: 266px;
  min-width: 266px;
}

.timesheet-filters__item-search .timesheet-filters__item {
  cursor: text;
  background: #fff;
  border: 1px solid #ddd;
  transition: 0.3s ease;
  box-shadow: none;
}

.timesheet-filters__item-search .timesheet-filters__item:focus {
  border: 1px solid #007bff;
  transition: 0.3s ease;
}


.timesheet-filters__item-timeline {
  width: 176px;
}

.timesheet-filters__item-type {
  width: 268px;
  margin-right: 12px;
}

.timesheet-filters__date-switch {
  margin: 0 20px;
  width: 250px;
}

.timesheet-filters__date-switch:hover {
  background: #fff;
}

.timesheet-filters__date-switch_item {
  height: 100%;
  color: #454545;
}

.timesheet-filters__date-switch_item:hover {
  background: #fafafa;
  transition: 0.3s ease;
}

.timesheet-filters__date-switch_item-left,
.timesheet-filters__date-switch_item-right {
  width: 48px;
}

.timesheet-filters__date-switch_item-left {
  border-right: 1px solid #eee;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.timesheet-filters__date-switch_item-left:hover {
  border-right: 1px solid #eee;
}

.timesheet-filters__date-switch_item-left:focus {
  border-right: 1px solid #eee;
}

.timesheet-filters__date-switch_item-right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 1px solid #eee;
}

.timesheet-filters__date-switch_item-right:hover {
  border-left: 1px solid #eee;
}

.timesheet-filters__date-switch_item-right:focus {
  border-left: 1px solid #eee;
}

.timesheet-filters__date-switch_item-middle {
  width: 148px;
}

/* delete! */
.timesheet-filters__item-arrow {
  color: #999;
  font-size: 18px;
}

.timesheet-filters__item_input-arrow {
  right: 16px;
  top: 13px;
}

/* delete! */

.timesheet-section__filters-btn {
  box-shadow: none;
  width: 120px;
  height: 36px;
  color: #454545;
  font-weight: 700;
  font-size: 14px;
}

@media (max-width:1450px) {
  .timesheet-filters__item-type {
    width: 200px;
  }

  .timesheet-filters__item-timeline {
    width: 160px;
  }

  .timesheet-filters__date-switch {
    width: 224px;
  }

  .timesheet-filters__item-search {
    width: 200px;
    min-width: 200px;
  }
}


@media (max-width:576px) {

  .timesheet-filters__item-input,
  .timesheet-filters__item-timeline,
  .timesheet-filters__date-switch,
  .timesheet-filters__item-type,
  .timesheet-filters__item-search {
    width: 100%;
    margin: 0;
  }

  .timesheet-filters__item-timeline,
  .timesheet-filters__date-switch,
  .timesheet-filters__middle {
    margin-bottom: 24px;
  }

  .timesheet-filters__item-type {
    margin-bottom: 12px;
  }

  .timesheet-filters {
    padding-bottom: 32px;
    border-bottom: 1px solid #eee;
  }
}


/* *MONTH TIMESHEET */

.timesheet-month {
  box-shadow: 0 1px 5px 0px rgba(3, 3, 3, .1);
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.timesheet-month__table {
  width: 100%;
}

.timesheet-month__table-cell {
  width: 100%;
  height: 115px;
  border: 1px solid #eee;
  border-collapse: separate;
  display: table-cell;
  vertical-align: text-top;
  overflow: auto;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}

.timesheet-month__table-cell::-webkit-scrollbar {
  width: 4px;
}

.timesheet-month__table-cell::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.timesheet-month__table-cell::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.timesheet-month__table-row {
  display: flex;
  width: 100%;
}

.timesheet-month__table-cell_hat {
  background: #FAFAFA;
  height: 52px;
  font-weight: 500;
  font-size: 18px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.timesheet-month__table-cell_num {
  font-size: 14px;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 6px;
  width: 28px;
  margin-left: auto;
}

.timesheet-month__table-cell_past {
  color: #999;
}

.timesheet-month__table-cell_today .timesheet-month__table-cell_num {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: #00B2FC;
  color: #fff;
  text-align: center;
  line-height: 25px;
  padding-left: 2px;
  top: 8px;
  right: 8px;
}

.timesheet-month__item {
  max-width: 212px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  padding: 0 4px;
  margin-bottom: 4px;
  cursor: pointer;
  z-index: 10;
}

.timesheet-month__item-time {
  min-width: 39px;
}

.timesheet-month__item-title {
  font-size: 12px;
  font-weight: 500;
  max-height: 12px;
  max-width: 133px;
  overflow: hidden;
  margin-bottom: 0;
}

/* *SEANCES NEW */

.timesheet-seances {
  font-size: 16px;
  color: #454545;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 5px 0px rgba(3, 3, 3, .1);
  margin-bottom: 10px;
}

.timesheet-seances__wrap {
  width: 100%;
  padding: 40px;
}

.timesheet-seances__item {
  margin-bottom: 60px;
}

.timesheet-seances__item-day {
  min-width: 121px;
  margin-top: 5px;
}

.timesheet-seances__item-day_num {
  font-weight: 500;
  font-size: 17px;
  margin-right: 6px;
}

.timesheet-seances__item-day_month {
  font-weight: 400;
}

.timesheet-seances__item-day_weekady {
  font-size: 13px;
  color: #999;
  margin-top: -2px;
}

.timesheet-seances__item-day_today {
  font-weight: 600;
  color: #00B2FC;
  margin-top: 2px;
  font-size: 14px;
}

.timesheet-seances__item-list {
  width: 100%;
}

.timesheet-seances__item-seance {
  padding: 6px;
  background: #fff;
  transition: 0.2s ease;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
}

.timesheet-seances__item-seance_time {
  font-size: 14px;
  min-width: 92px;
}

.timesheet-seances__item-seance:hover {
  background: #eee;
  transition: 0.2s ease;
}

.timesheet-seances__item-seance_type {
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin: 0 24px;
}

.timesheet-seances__item-seance_title {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}

.timesheet-seances__item-info {
  min-width: 476px;
  width: 476px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 5px 0px rgba(3, 3, 3, .1);
  padding: 20px;
}

.timesheet-seances__item-past .timesheet-seances__item-day_date,
.timesheet-seances__item-past .timesheet-seances__item-seance_title,
.timesheet-seances__item-past .timesheet-seances__item-seance_time {
  color: #999;
}

@media (max-width:992px) {
  .timesheet-seances__wrap {
    padding: 20px;
  }

  .timesheet-seances__item-seance {
    padding: 6px 0;
  }

  .timesheet-seances__item-seance_time {
    min-width: 84px;
  }

  .timesheet-seances__item-seance_type {
    margin: 0 8px;
  }

  .timesheet-seances__item-day {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .timesheet-seances__item-day_weekady {
    margin-top: 0;
    color: #454545;
  }

  .timesheet-seances__item-past .timesheet-seances__item-day_weekady {
    color: #999;
  }

  .timesheet-seances__item-day_num,
  .timesheet-seances__item-day_month,
  .timesheet-seances__item-day_weekady,
  .timesheet-seances__item-day_today {
    font-size: 16px;
    font-weight: 500;
  }

  .timesheet-seances__item-day_today {
    margin-top: 0;
  }

  .timesheet-seances__item-day_comma {
    color: #454545;
    margin-right: 2px;
  }

  .timesheet-seances__item-info {
    width: 100%;
    min-width: 100%;
  }

  .link-copy-modal-notify {
    bottom: 90px !important;
  }
}

@media (max-width:576px) {
  .timesheet-seances__item-seance_time {
    font-size: 12px;
    font-weight: 500;
    min-width: 73px;
  }

  .timesheet-seances__item-seance_title {
    font-size: 14px;
  }

  .timesheet-btn__main {
    position: fixed;
    top: 86px;
    right: 15px;
    width: calc(100% - 116px);
    z-index: 15;
    height: 44px;
    box-shadow: 0 2px 15px 2px rgb(000, 000, 000, 0.1);
  }
}

.personal-cabinet__seances-modal {
  position: relative;
  width: 100%;
  padding: 40px;
}

.personal-cabinet__seances-info_description {
  max-width: 750px;
}

.personal-cabinet__seances-info_type {
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 2px;
  margin-bottom: 8px;
  display: inline-block;
}

.personal-cabinet__seances-info_title {
  margin-bottom: 16px;
  line-height: 120%;
  margin-bottom: 20px;
  word-break: break-all;
}

.personal-cabinet__seances-info_description {
  line-height: 140%;
  margin-bottom: 16px;
  word-break: break-all;
}

.personal-cabinet__seances-info_list-item {
  margin-bottom: 12px;
}

.personal-cabinet__seances-info_bottom {
  margin-top: 24px;
  margin-bottom: 12px;
}

@media (max-width:992px) {
  .personal-cabinet__seances-modal {
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    padding: 24px;
    height: 100vh;
    z-index: 1000;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
  }

  .personal-cabinet__seances-info_undertitle {
    font-weight: 500;
    margin-bottom: 4px;
  }
}

/* *MATCHING */

.matching {
  padding: 80px 0;
}

.matching-title {
  margin-bottom: 48px;
  text-align: center;
}

.matching-title-cards {
  margin-bottom: 0;
  text-align: left;
}

.matching-undertitle {
  margin-bottom: 24px;
}

.matching-form {
  width: 750px;
  padding: 40px;
  margin: auto;
  margin-bottom: 60px;
}

.matching-form__btns {
  margin-top: 20px;
}

.matching-btn {
  width: 160px;
}

.matching-back {
  height: 36px;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  opacity: 0.8;
}

.matching-form__undertext {
  font-size: 14px;
  margin-top: 0px;
  color: #999;
  line-height: 135%;
}

.matching-form__label {
  padding-bottom: 5px;
  padding-left: 25px !important;
}

.matching-form__label-input {
  font-size: 17px !important;
  padding-bottom: 16px;
  margin-top: -3px;
}

.matching-cards {
  padding: 40px 0;
}

.matching-cards__top {
  margin-bottom: 40px;
}

.matching-cards__btn {
  line-height: 28px;
  width: 240px;
}

@media (max-width:992px) {
  .matching-form {
    width: 100%;
  }
}

@media (max-width:576px) {
  .matching {
    padding: 40px 0;
  }

  .matching-title {
    margin-bottom: 32px;
  }

  .matching-form {
    padding: 20px;
  }

  .matching-form__label,
  .matching-form__label-input {
    margin-bottom: 0 !important;
  }

  .matching-form__label-input {
    padding-bottom: 12px !important;
  }

  .matching-undertitle {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .matching-form__btns {
    margin-top: 12px;
  }
}


/* *REQUEST TIME */

.personal-chat__messages_message-btns {
  margin-top: 8px;
}

.personal-chat__messages_message-btn {
  box-shadow: none;
  width: 132px;
  height: 36px;
  font-size: 14px;
  box-shadow: none;
  line-height: 25px;
  border-radius: 12px;
}

.personal-chat__messages_message-yes {
  background: linear-gradient(135deg, #87db50, #029884);
}

.personal-chat__messages_message-no {
  background: linear-gradient(135deg, #DF0000, #9F0000);
  margin-left: 12px;
}

/* *VIDEOROOM NEW */

/* spec_note! */
.mb-28 {
  margin-bottom: 28px;
}

/* end spec_note! */

/* videoroom__bottom! */

.personal-broadcast__statement {
  background: #f7f7f7;
  font-size: 13px;
  border-radius: 8px;
  padding: 8px;
  margin-top: 12px;
  width: 462px;
}

@media (max-width:576px) {
  .personal-broadcast__statement {
    width: 100%;
  }

  .personal-cabinet__block-square {
    height: 80px !important;
    margin-bottom: 20px;
  }
}

.personal-broadcast__bottom {
  width: 100%;
  margin-top: 80px;
}

@media (max-height:768px) {
  .sticky-sidebar {
    top: -30px
  }
}


@media (min-width: 1199.98px) {
  .fix-4 {
    flex: 0 0 33.33333333%;
  }
}

@media (max-width: 1199.98px) {
  .fix-4 {
    flex: none;
  }

  .fix-12 {
    flex: none;
  }
}

/* suggestions */
.suggestions {
  width: 100%;
}

.suggestions__items {
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}

.suggestions__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.suggestions__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.suggestions__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(40% - 48px);
}

.suggestions__nav .check {
  width: 18px;
  height: 18px;
  margin-left: 20px;
}

.suggestions__nav .reject {
  margin-left: 16px;
}

.suggestions__foto {
  width: 48px;
  margin-right: 20px;
}

.suggestions__name {
  width: 30%;
  font-size: 18px;
  font-weight: 600;
  word-break: break-all;
  color: #454545;
  margin-right: 15px;
}

.suggestions__name:hover {
  color: #454545;
  opacity: .6;
}

.suggestions__date {
  font-size: 15px;
  margin-right: 10px;
}

.suggestions__time {
  font-size: 15px;
  margin-right: 10px;
}

.suggestions__foto img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.btn-red {
  background: #FE6F61;
  margin-left: auto;
}

.btn-red:hover {
  background: #fd5343;
}

.suggestions__content {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  padding-right: 24px;
}

.suggestions__right {
  width: 100%;
  padding: 16px;
}

.suggestions__left {
  width: 100%;
}

.suggestions__date--right {
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
}

.suggestions__time--right {
  margin-left: auto;
}

.suggestions__name--right {
  margin-right: 15px;
}

.suggestions__item--right {
  padding: 16px 22px;
}

.suggestions__wrap {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 94px - 32px - 34px - 37px - 32px - 32px);
  min-height: 270px;
  overflow: hidden;
  width: 100%;
}

.suggestions__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 190px;
  overflow: hidden;
  flex-shrink: 4;
  overflow: auto;
  overflow-x: hidden;
  direction: ltr;
  scrollbar-color: #EEEEEE #DDDDDD;
  scrollbar-width: thin;
  overflow-y: auto;
}

.suggestions__wrapper-top {
  flex-shrink: 1;
  margin-bottom: 40px;
}

.suggestions__wrapper::-webkit-scrollbar {
  width: 4px;
}

.suggestions__wrapper::-webkit-scrollbar-track {
  background-color: #EEEEEE;
}

.suggestions__wrapper::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #01B1FE;
  border-radius: 8px;
}

.suggestions__status {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 700;
  min-width: 100px;
}

.suggestions__center {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 30%;
}

.suggestions__center--end {
  width: calc(70% - 48px);
}

.suggestions__top {
  display: flex;
  align-items: center;
}

.suggestions__price {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.suggestions__center--customer {
  margin-left: auto;
  margin-right: 60px;
}

.suggestions__value {
  font-size: 18px;
  font-weight: 700;
  margin-right: 40px;
  min-width: 160px;
}

.suggestions__item--active {
  cursor: pointer;
  transition: .2s;
}

.suggestions__item--active:hover {
  background: #fff;
}

.suggestions__inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.suggestions__reject {
  display: flex;
  justify-content: flex-end;
  width: calc(40% - 48px);
}

.suggestions__reject input {
  margin: 0;
}

.spinner-wrap {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}

.schedule-control__submit {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #02C864;
  border-radius: 8px;
  border: none;
  width: 180px;
  margin-bottom: 20px;
  padding: 14px 26px;
  margin-left: auto;
  cursor: pointer;
  transition: .2s;
}

.schedule-control__submit:hover {
  opacity: .6;
}

.spinner-wrap-person {
  background: none;
  margin-bottom: 40px;
}

.spinner-wrap .loader:after {
  background: #fff;
}

.spinner-wrap .loader {
  background: #01B1FE;
  background: -webkit-linear-gradient(left, #01B1FE 10%, rgba(255, 255, 255, 0) 42%);
}

.spinner-wrap .loader:before {
  background: #01B1FE;
}

.spinner-wrap-small {
  justify-content: center;
  position: relative;
  width: 138px;
  height: 30px;
}

.messenger-chat__name-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  border-radius: 8px;
  transition: .2s;
}

.messenger-chat__name-link:hover {
  color: #777777;
  opacity: .6;
}

.messenger-chat__persons-container {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 4;
  padding: 16px 8px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
  background: #fff;
  width: 100%;
}

.messenger-chat__persons-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.messenger-chat__persons-input {
  border: 1px solid #ddd;
  padding: 8px;
  padding-left: 16px;
  font-size: 14px;
  color: #454545;
  border-radius: 8px;
  width: 100%;
}


.messenger-chat__persons-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
  margin-left: 8px;
  border: none;
  transition: .2s;
}

.messenger-chat__persons-close:hover {
  opacity: .6;
}

.messenger-chat__persons-close i {
  font-size: 16px;
  color: #454545;
}

.messenger-chat__persons-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #ddd;
  transition: .2s;
  cursor: pointer;
}

.messenger-chat__persons-item .check__wrap {
  height: 16px;
  margin-left: auto;
}

.messenger-chat__persons-item:hover {
  opacity: .6;
}

.messenger-chat__persons-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.messenger-chat__persons-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.messenger-chat__persons-item span {
  font-size: 14px;
  color: #454545;
  margin-left: 8px;
}

.spinner-wrap-small .loader {
  width: 30px;
  height: 30px;
  margin: 0;
}

.chat-error {
  color: #DC143C;
}

.events {
  width: 100%;
}

.breadcrumbs {
  display: flex;
  align-items: center;

  margin-bottom: 33px;
}

.breadcrumbs__link {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #999;
  transition: .2s;
}

.breadcrumbs__link--active {
  color: #01B1FE;
}

.breadcrumbs__link:hover {
  opacity: .6;
}

.breadcrumbs span {
  margin: 0 5px;
}

.events__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 53px;
}

.events__content::after {
  content: "";
  width: calc(33.3333% - 20px);
}

.events__content--list {
  margin-bottom: 0 !important;
}

.events__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(33.3333% - 20px);
  margin-bottom: 20px;
}

.events__panel {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.events__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  margin-right: 9px;
}

.events__panel .custom-input {
  width: auto;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding: 11px 18px;
  padding-right: 46px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.events__select {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 30px;
}

.events__select i {
  position: absolute;
  right: 12px;
  top: 15px;
  font-size: 12px;
  color: #999999;
}

.events__foto {
  position: relative;
}

.events-checked input {
  position: absolute;
  opacity: 0;
  font-size: 0;
}

.events-checked {
  opacity: 0;
  position: absolute;
  left: 14px;
  top: 12px;
  transition: .2s;
}

.events__foto:hover .events-checked {
  opacity: 1;
}

.events-checked:hover {
  opacity: .6 !important;
}

.events-checked label {
  width: 37px;
  height: 37px;
  background: #EEEEEE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  cursor: pointer;
}

.events-checked i {
  font-size: 16px !important;
  color: #454545;
}

.events-checked input+label .fa-eye-slash {
  display: none;
}

.events-checked input:checked+label .fa-eye-slash {
  display: block;
}

.events-checked input:checked+label .fa-eye {
  display: none;
}

.events__foto span {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  position: absolute;
  right: 11px;
  top: -12px;
  background: #02C864;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 29px;
  padding: 9px 15px;
}

.events__switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
}

.events__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.events__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  border: 1px solid #DDDDDD;
}

.events__slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 21px;
  left: 2px;
  bottom: 0;
  background-color: #DDDDDD;
  -webkit-transition: .4s;
  transition: .4s;
}

.events__input-checkbox:checked+.events__slider::before {
  background-color: #02C864;
}

.events__input-checkbox:checked+.events__slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.events__slider:before {
  border-radius: 50%;
}

.events__panel-bottom {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.events__item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}

.suggestions__info-text {
  display: none;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: 700;
  width: calc(40% - 48px);
}

.events__nav {
  display: flex;
  align-items: center;

  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #E4E4E4;
  overflow: visible;
}

.events__link {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #454545;
  margin-right: 25px;
  position: relative;
  border: none;
  background: none;
  padding: 0;
  transition: .2s;
}

.events__link:last-child {
  margin-right: 0;
}

.events__link--active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 4px;
  background: #01B1FE;
}

.events__link:hover {
  opacity: .6;
}

.events__link--active:hover {
  opacity: 1;
}

.events__bottom {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 0px 0px 16px 16px;
  height: 100%;
}

.events__date {
  display: flex;
  align-items: center;
}

.events__reg {
  margin-top: 3px;
}

.events__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #454545;
  word-break: break-word;
  padding-right: 30px;
}

.events__title:hover {
  opacity: .6;
}

.events__date i {
  font-size: 14px;
  color: #01B1FE;
  margin-right: 10px;
}

.events__time {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #01B1FE;
}

.events__time--close {
  color: #999;
}

.events__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #FFFFFF;
  background: #02C864;
  border-radius: 8px;
  padding: 14px 26px;
  transition: .2s;
  height: 64px;
  border: none;
  margin-top: 20px;
}

.events__btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #02C864;
  border-radius: 8px;
  font-weight: 700;
  padding: 22px 67px;
  transition: .2s;
  height: 64px;
  border: none;
}

.events__btn button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.events__btn {
  display: flex;
  justify-content: center;
}

.events__btn a:hover {
  opacity: .8;
}

.events__btn button:hover {
  opacity: .6;
}

.events__top {
  display: flex;
  justify-content: space-between;
}

.events__right {
  display: flex;
  align-self: center;
}

.events-admin {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding-top: 33px;
  padding-left: 58px;
  margin-top: 44px;
  margin-bottom: 41px;
  padding-right: 53px;
  padding-bottom: 58px;
}

.events-admin h3 {
  margin-bottom: 21px;
}

.events-admin .input-form {
  max-width: 100%;
  margin-bottom: 12px;
  border: 1px solid #DDDDDD;
}

.events-admin .input-form__placeholder {
  color: #CCCCCC;
}

.events-admin__format {
  margin-top: 28px;
  padding-top: 41px;
  border-top: 1px solid #DDDDDD;
}

.events-admin__item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.events-admin__item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  width: 143px;
  min-width: 143px;
  margin-right: 63px;
}

.events-admin__item .dropdown-input {
  border: 1px solid #EEEEEE;
  height: 39px;
  padding-left: 16px;
  padding-right: 110px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

.events-admin__item .dropdown__icon {
  top: 12px;
}

.events-admin__item .custom-input {
  border: 1px solid #EEEEEE;
  height: 39px;
  padding-left: 16px;
  padding-right: 151px;
  border: 1px solid #EEEEEE;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: .2s;
}

.events-admin__item .custom-input:hover {
  background-color: #f7f7f7;
}

.events-admin__item .custom-form__field-select {
  position: relative;
}

.events-admin__item--reg {
  margin-top: 18px;
}

.events-admin__element {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  min-width: 11px;
  width: 11px;
  margin-right: 11px;
  margin-left: -21px;
}

.events-admin__element--center {
  margin: 0 22px;
  min-width: 22px;
  width: 22px;
}

.events-admin__speakers {
  margin-top: 41px;
  padding-top: 34px;
  border-top: 1px solid #DDDDDD;
}

.events-admin__speakers-item {
  display: flex;
  align-items: center;
  padding: 6px;
  padding-top: 5px;
  padding-bottom: 8px;
  transition: .2s;
  margin-bottom: 14px;
}

.events-admin__speakers-item a:hover {
  opacity: 1 !important;
}

.events-admin__speakers-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 17px rgba(97, 97, 97, 0.1);
  border-radius: 8px;
}

.events-admin__foto {
  position: relative;
  margin-right: 20px;
}

.events-admin__foto img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.events-admin__name {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.events-admin__name a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  transition: .2s;
}

.events-admin__name a:hover {
  opacity: .6;
}

.events-admin__desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  margin-top: 6px;
}

.events-admin__status {
  position: absolute;
  right: 1px;
  top: -3px;
  width: 16px;
  height: 16px;
  background: #98CA58;
  border: 4px solid #F9F9F9;
  border-radius: 50%;
}

.events-admin__close {
  background: none;
  border: none;
  margin-left: auto;
  transition: .2s;
  opacity: 0;
}

.events-admin__speakers-item:hover .events-admin__close {
  opacity: 1;
}

.events-admin__speakers-item:hover .events-admin__close:hover {
  opacity: 0.6;
}

.events-admin__close i {
  font-size: 22px;
  color: #CCCCCC;
}

.events-admin__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.events-admin__btn button {
  background: #01B1FE;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 17px;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  transition: .2s;
}

.events-admin__submit:hover {
  opacity: .6;
}

.events-admin__btn button:hover {
  opacity: .6;
}

.events-admin__social {
  padding-top: 31px;
  margin-top: 41px;
  border-top: 1px solid #DDDDDD;
  padding-bottom: 41px;
  margin-bottom: 41px;
  border-bottom: 1px solid #DDDDDD;
}

.events-admin__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.events-admin__wrap .input-form {
  margin-bottom: 0;
}

.events-admin__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #01B1FE;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 15px;
}

.events-admin__icon i {
  font-size: 15px;
  color: #FFFFFF;
}

.events-admin__social .events-admin__btn--admin {
  margin-top: 20px;
}

.events-admin__desc--i {
  max-width: 295px;
  margin-top: 10px;
}

.events-admin__banner input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.events-admin__banner i {
  font-size: 25px;
  color: #777777;
  margin-bottom: 22px;
}

.events-admin__banner label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #E4E4E4;
  border-radius: 8px;
  height: 266px;
  max-width: 483px;
  cursor: pointer;
  position: relative;
}

.events-admin__banner span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  text-align: center;
  max-width: 167px;
}

.events-admin__submit {
  background: #01B1FE;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 14px 17px;
  background: #02C864;
  border: none;
  border-radius: 8px;
  transition: .2s;
  cursor: pointer;
}

.events-admin__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 36px;
}

.events-admin__popup-close {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
}

.events-admin__popup-close:hover {
  opacity: .6;
}

.events-admin__popup-close i {
  font-size: 22px;
  color: #CCCCCC;
}

.events-popup-admin {
  max-width: 1028px;
}

.events-admin__search {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.events-admin__search .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.events-admin__search .input-form {
  max-width: 100%;
}

.events-admin__search .search__btn {
  top: -5px;
  right: -13px;
  z-index: 2;
}

.events-admin__popup-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.events-admin__popup-item:last-child {
  margin-bottom: 0;
}

.events__empty--test {
  margin-top: 30px !important;
}

.events__empty--survey {
  margin-top: 30px !important;
}

.events__empty--survey {
  display: none;
}

.events__empty--test {
  display: none;
}

.events-admin__accept {
  border: none;
  background: none;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #02C864;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: .2s;
}

.events-admin__accept i {
  font-size: 18px;
  color: #FFFFFF;
}

.events-admin__accept:hover {
  opacity: .6;
}

.events-admin__add {
  border: none;
  background: none;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: .2s;
}

.events-admin__add:hover {
  opacity: .6;
}

.events-admin__add i {
  font-size: 20px;
  color: #C4C4C4;
}

.events-admin__btn--popup {
  padding-top: 16px;
  border-top: 1px solid #DDDDDD;
}

.timetable__desc {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  margin-top: 12px;
}

.timetable__content {
  display: flex;
  flex-direction: column;
  margin-top: 37px;
}

.timetable {
  /* overflow: hidden; */
}

.timetable__top-nav {
  display: flex;
  align-items: center;
  background: #DDD;
  border-radius: 8px;
  max-width: 352px;
  height: 45px;
  padding: 0 2px;
  margin-bottom: 25px;
}

.timetable__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  width: 50%;
  height: 41px;
  transition: .2s;
  border: none;
}

.timetable__btn:hover {
  color: #999999;
  opacity: .6;
}

.timetable__btn--active {
  background: #007EFF;
  border-radius: 8px;
  color: #fff;
}

.timetable__btn--active:hover {
  color: #fff;
}

.timetable__top {
  border-bottom: 1px solid #E4E4E4;
}

.timetable__nav {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: auto;
  padding-bottom: 15px;
  direction: ltr;
  scrollbar-color: #CBD1D2 #f3f8ff;
  scrollbar-width: #CBD1D2;
}

.speakers-tab-2 {
  display: none;
}

.timetable__nav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.timetable__nav::-webkit-scrollbar-track {
  background-color: #f3f8ff;
}

.timetable__nav::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #CBD1D2;
}

.timetable__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  padding: 11px 30px;
  background: #EEEEEE;
  border-radius: 40px;
  margin-right: 7px;
  white-space: nowrap;
  transition: .2s;
  border: none;
}

.events--timetable {
  /* overflow: hidden; */
}

.timetable__link:hover {
  opacity: .6;
  color: #999999;
}

.timetable__link--active {
  background: #02C864;
  color: #FFFFFF;
}

.timetable__link--active:hover {
  color: #FFFFFF;
  opacity: 1;
}

.timetable__date {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #454545;
  margin-bottom: 20px;
}

.timetable__item {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding-top: 23px;
  padding-left: 33px;
  padding-bottom: 34px;
  padding-right: 40px;
}

.timetable__item--gray {
  background: #eee;
  box-shadow: none;
}

.timetable__item-top {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.timetable-admin__route {
  font-size: 16px;
  line-height: 18px;
  color: #454545;
  margin-left: 20px;
  transition: .2s;
  cursor: pointer;
  position: relative;
}

.timetable-admin__route::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #eee;
}

.timetable-admin__route:hover {
  color: #454545;
  opacity: .6;
}

.timetable__time {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  margin-right: 16px;
}

.timetable__time div {
  margin: 0 3px;
}

.timetable__favorites {
  border: none;
  background: none;
  transition: .2s;
}

.timetable__favorites:hover {
  opacity: .6;
}

.timetable__favorites i {
  font-size: 17px;
  color: #FFF500;
}

.timetable__warning {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #FF9D9D;
  margin-bottom: 12px;
}

.timetable__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  transition: .2s;
}

.timetable__name:hover {
  opacity: .6;
  color: #454545;
}

.timetable__center {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E4E4E4;
  padding-top: 10px;
  margin-top: 10px;
}

.timetable__member {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.timetable__foto {
  margin-right: 10px;
  position: relative;
}

.timetable__foto img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.timetable__foto--loading {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.timetable__foto--loading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
  animation: shimmer 2s infinite;
}

.messenger-chat__name-link {
  position: relative;
  overflow: hidden;
  min-width: 120px;
  height: 17px;
}

.messenger-chat__name-link--loading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.timetable__status {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 16px;
  height: 16px;
  background: #98CA58;
  border: 4px solid #F9F9F9;
  border-radius: 50%;
}

.timetable__item {
  margin-bottom: 20px;
}

.timetable__tags {
  display: flex;
  flex-wrap: wrap;
}

.timetable__tags span {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #01B1FE;
  margin-right: 10px;
}

.timetable__fio {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  word-break: break-word;
  transition: .2s;
}

.timetable__fio:hover {
  opacity: .6;
}

.timetable-inner {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  margin-top: 33px;
  padding: 27px 33px;
  padding-right: 49px;
  padding-bottom: 44px;
}

.timetable-inner__nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 24px;
  padding-bottom: 10px;
}

.timetable-inner__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  margin-right: 17px;
  position: relative;
}

.timetable-inner__btn--right {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #02C864 !important;
  margin-top: 20px;
}

.timetable-inner__btn--right:hover {
  color: #fff;
}

.timetable-inner__link--active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #01B1FE;
  bottom: -12px;
  left: 0;
}

.timetable-inner__content {
  display: flex;
  flex-direction: column;
}

.timetable-inner__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.timetable-inner__item img {
  width: 60px;
  height: 60px;
}

.timetable-inner__item .timetable__foto {
  margin-right: 17px;
}

.timetable-inner__desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #C4C4C4;
  margin-top: 5px;
}

.timetable-inner__btn {
  margin-left: auto;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #EEEEEE;
  padding: 11px 25px;
  background: #007EFF;
  border-radius: 8px;
  transition: .2s;
  border: none;
  white-space: nowrap;
}

.timetable-inner__btn:hover {
  opacity: .6;
}

.timetable-inner__text {
  margin-top: 10px;
  padding-left: 78px;
}

.timetable-inner__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.timetable-inner__icon {
  display: flex;
  justify-content: center;
  width: 22px;
  margin-right: 9px;
}

.timetable-inner__icon i {
  font-size: 22px;
  color: #007EFF;
}

.timetable-inner__subtitle div {
  margin: 0 3px;
}

.timetable-inner__subtitle {
  display: flex;
  align-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #454545;
}

.timetable-inner__about {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #454545;
  margin-bottom: 15px;
  margin-top: 37px;
}

.timetable-inner__about--small {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.timetable-inner__list li {
  margin-bottom: 14px;
  position: relative;
}

.timetable-inner__list a {
  font-size: 14px;
  color: #007bff;
  transition: .2s;
}

.timetable-inner__list a:hover {
  color: #007bff;
  opacity: .6;
}

.timetable-new__wrap {
  display: flex;
  flex-direction: column;
}

.timetable-new__wrap .timetable__fio:hover {
  opacity: 1;
}

.timetable-new__wrap span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  margin-top: 12px;
}

.timetable-inner__list span {
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  white-space: pre-line;
  max-width: 872px;
}

.timetable-inner__list i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: #01B1FE;
}

.timetable-inner__name {
  margin-right: 20px;
}

.timetable-inner__name-top {
  display: flex;
  align-items: flex-start;
}

.timetable-right {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.timetable-inner__name-top .timetable__favorites {
  margin-left: 6px;
}

.timetable-inner .timetable__fio {
  color: #454545;
}

.timetable-popup__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 38px;
}

.timetable-popup__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 17px;
  max-width: 642px;
}

.timetable-popup__rating {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.timetable-popup__rating:not(:checked)>input {
  display: none;
}

.timetable-popup__rating:not(:checked)>label {
  float: right;
  width: 30px;
  height: 30px;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  cursor: pointer;
  margin-right: 13px;
}

.timetable-popup__rating>input:checked~label {
  background-image: url(../img/star-active.svg);
}

.timetable-popup__rating:not(:checked)>label:hover,
.timetable-popup__rating:not(:checked)>label:hover~label {
  background-image: url(../img/star-active.svg);
}

.timetable-popup__rating>input:checked+label:hover,
.timetable-popup__rating>input:checked+label:hover~label,
.timetable-popup__rating>input:checked~label:hover,
.timetable-popup__rating>input:checked~label:hover~label,
.timetable-popup__rating>label:hover~input:checked~label {
  background-image: url(../img/star-active.svg);
}

.rate-area>label:active {
  position: relative;
}

.timetable-popup__btn {
  margin-left: auto;
}

.timetable-popup__btn input {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #007EFF;
  border-radius: 8px;
  padding: 15px 63px;
  border: none;
  cursor: pointer;
  transition: .2s;
}

.timetable-popup__btn input:hover {
  opacity: .6;
}

.timetable-popup {
  max-width: 845px;
}

.timetable-admin__btn {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #454545;
  margin-bottom: 23px;
  background: none;
  border: none;
  transition: .2s;
  margin-top: 36px;
  padding-left: 0;
}

.events__empty--news {
  display: none;
}

.events__empty--faq {
  display: none;
}

.events__empty--video {
  display: none;
}

.timetable-admin__btn:hover {
  opacity: .6;
}

.timetable-admin__btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  background: #01B1FE;
  border-radius: 50%;
  width: 37px;
  height: 37px;
}

.timetable-admin__btn span {
  margin-right: 16px;
}

.timetable-popup-admin {
  max-width: 1028px;
}

.timetable-popup-admin .events-admin__header {
  margin-bottom: 27px;
}

.timetable-popup-admin .input-form {
  max-width: 581px;
  border: 1px solid #DDDDDD;
  margin-bottom: 12px;
}

.timetable-popup-admin .input-form__placeholder {
  color: #CCCCCC;
}

.timetable-popup-admin .events-admin__item {
  margin: 6px;
}

.timetable-popup-admin .events-admin__item span {
  width: 49px;
  min-width: 49px;
  margin-right: 30px;
}

.timetable-popup-admin .dropdown-btn {
  padding-right: 36px;
}

.timetable-popup-admin .events-admin__element {
  margin-left: 0;
}

.timetable-popup-admin .events-admin__element--center {
  margin-left: 34px;
  margin-right: 11px;
}

.timetable-admin__nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  margin-bottom: 49px;
}

.timetable-admin__wrap input {
  opacity: 0;
  font-size: 0;
  width: 0;
  position: absolute;
}

.timetable-admin__wrap label {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  background: #EEEEEE;
  border-radius: 40px;
  padding: 11px 30px;
  cursor: pointer;
  transition: .2s;
  margin-right: 7px;
  margin-bottom: 9px;
}

.timetable-admin__wrap label:hover {
  opacity: .6;
}

.timetable-admin__wrap input:checked+label {
  background: #01B1FE;
  color: #FFFFFF;
}

.timetable-popup__add {
  padding-bottom: 46px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 16px;
}

.timetable-popup__add .timetable-admin__btn {
  margin-top: 27px;
  margin-bottom: 0;
}

.timetable-popup__add i {
  background: #EEEEEE;
  color: #C4C4C4;
}

.timetable-admin__content {
  display: flex;
  flex-direction: column;
  margin-top: 37px;
}

.timetable-new__date {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #454545;
  margin-right: 11px;
}

.timetable-admin__item {
  display: flex;
  width: 100%;
}

.timetable-admin__show {
  background: #EEEEEE;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: .2s;
  margin-right: 7px;
}

.timetable-admin__show:hover {
  opacity: .6;
}

.timetable-admin__show i {
  font-size: 16px;
  color: #454545;
}

.timetable-admin__item .timetable__item {
  width: 100%;
}

.timetable-admin__item .timetable__item-top {
  display: flex;
  justify-content: space-between;
}

.timetable-admin__item .timetable-admin__left {
  display: flex;
  align-items: center;
  width: 100%;
}

.timetable-admin__left-wrap {
  display: flex;
  align-items: center;
}

.timetable-admin__left .btn {
  margin-left: auto;
}

.timetable-admin__edit {
  border: none;
  background: none;
  margin-right: 16px;
  transition: .2s;
}

.timetable-admin__edit:hover {
  opacity: .6;
}

.timetable-admin__edit:last-child {
  margin-right: 0;
}

.timetable-admin__edit i {
  font-size: 22px;
  color: #999;
}

.timetable-admin__item .timetable__item--active {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.timetable-admin__save {
  display: flex;
  justify-content: flex-end;
  margin-top: 38px;
}

.timetable-admin__save input {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  border: none;
  padding: 14px 17px;
  background: #02C864;
  border-radius: 8px;
  transition: .2s;
  cursor: pointer;
}

.timetable-admin__save input:hover {
  opacity: .6;
}

.timetable-popup-del {
  max-width: 703px;
}

.timetable-popup-del .events-admin__header {
  border-bottom: none;
  margin-bottom: 28px;
}

.timetable-popup__btn h2 {
  font-weight: 700;
}

.timetable-popup-del span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  margin-bottom: 28px;
}

.timetable-popup-del .timetable-popup__btn {
  margin-left: 0;
}

.news-list {
  overflow: hidden;
  width: 100%;
}

.news-list__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 35px;
}

.news-list__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 30px 47px;
  padding-bottom: 26px;
  position: relative;
}

.news-list__date {
  font-size: 12px;
  line-height: 15px;
  color: #777777;
  margin-bottom: 4px;
}

.news-list__desc {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  margin-bottom: 23px;
}

.news-list__item h2 {
  font-weight: 700;
  margin-bottom: 14px;
  max-width: 900px;
}

.news-list__item span {
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  margin-bottom: 26px;
  max-width: 900px;
}

.news-list__item img {
  width: 100%;
  max-width: 896px;
  margin-bottom: 24px;
}

.news-list__hidden {
  display: flex;
  flex-direction: column;
  display: none;
}

.news-list__btn {
  font-size: 16px;
  line-height: 20px;
  color: #01B1FE;
  background: none;
  border: none;
  text-align: start;
  padding: 0;
  transition: .2s;
}

.news-list__btn:hover {
  opacity: .6;
}

.news-list__item--platform {
  padding-top: 50px;
  padding-left: 62px;
  padding-bottom: 50px;
}

.news-list__item--platform h2 {
  margin-bottom: 31px;
}

.news-list__item--platform h3 {
  margin-bottom: 12px;
  max-width: 900px;
}

.news-list__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  padding-top: 49%;
  margin-bottom: 53px;
}

.news-list__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.news-list__line {
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  margin-top: 20px;
  margin-bottom: 41px;
}

.news-list__item span a {
  color: #01B1FE;
  transition: .2s;
}

.news-list__item span a:hover {
  opacity: .6;
}

.news-list__file {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  margin-bottom: 17px;
  transition: .2s;
}

.news-list__file:hover {
  opacity: .6;
  color: #454545;
}

.news-list__file i {
  font-size: 25px;
  color: #CCCCCC;
  margin-right: 12px;
}

.event-error-same {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #DC143C;
  margin: 7px 0;
}

@media (max-width: 576px) {
  .news-list {
    margin-top: 13px;
  }

  .news-list h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .news-list__item {
    padding-top: 17px;
    padding-left: 15px;
    padding-right: 8px;
    padding-bottom: 22px;
  }

  .news-list__item span {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
  }

  .news-list__video {
    margin-bottom: 24px;
  }

  .news-list__line {
    margin-top: 3px;
    margin-bottom: 21px;
  }
}

@media (max-width: 991px) {
  .timetable-inner__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .timetable-inner__btn {
    margin-left: 0;
    margin-top: 15px;
  }

  .timetable-right {
    width: 100%;
  }

  .timetable-inner__item .timetable__foto {
    margin-bottom: 15px;
  }

  .timetable-inner__text {
    padding-left: 0;
  }

  .timetable-inner__item {
    position: relative;
  }

  .timetable-inner__item .timetable__favorites {
    position: absolute;
    right: 0;
    top: 0;
  }

  .timetable-inner__btn {
    padding: 14px 57px;
  }

  .timetable-inner__wrap i {
    font-size: 15px;
  }

  .timetable-inner__subtitle {
    font-size: 14px;
    line-height: 17px;
  }

  .timetable-inner__about {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .timetable-inner {
    margin-top: 14px;
    padding: 17px;
    padding-bottom: 10px;
  }

  .timetable-inner__link {
    font-size: 12px;
    line-height: 15px;
  }

  .timetable-popup .events-admin__header {
    margin-bottom: 21px;
  }

  .timetable-popup__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }

  .timetable-popup .personal-cabinet__titles {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
  }

  .timetable-popup__rating:not(:checked)>label {
    width: 20px;
    height: 20px;
    margin-right: 9px;
  }

  .timetable-popup__btn {
    width: 100%;
  }

  .timetable-popup__btn input {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 13px 0;
  }
}

@media (max-width: 576px) {
  .timetable__content {
    margin-top: 20px;
  }

  .timetable__top-nav {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .timetable__nav {
    padding-top: 10px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .timetable__link {
    font-size: 12px;
    line-height: 15px;
    padding: 8px 22px;
  }

  .timetable__date {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 13px;
  }

  .timetable__item {
    padding: 15px;
    padding-right: 11px;
    padding-bottom: 19px;
  }
}

@media (max-width: 1200px) {
  .events__item {
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 991px) {
  .events__item {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .events__right {
    display: none;
  }

  .events {
    margin-top: 0;
  }

  .breadcrumbs {
    margin-bottom: 13px;
  }

  .events__item {
    border-radius: 0px 0px 8px 8px !important;
  }

  .events .listing__title {
    font-size: 22px;
    line-height: 27px;
  }

  .events__nav {
    margin-top: 17px;
    padding-bottom: 4px;
  }

  .events__link {
    font-size: 14px;
    line-height: 17px;
    margin-right: 17px;
  }

  .events__link--active::after {
    bottom: -6px;
    height: 3px;
  }

  .events__item img {
    border-radius: 8px 8px 0px 0px;
  }

  .events__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 9px 13px;
    padding-right: 9px;
    border-radius: 0px 0px 8px 8px;
  }

  .events__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 13px;
  }

  .events__date {
    justify-content: flex-end;
    width: 100%;
  }

  .events__date i {
    font-size: 11px;
    margin-right: 6px;
  }

  .events__time {
    font-size: 14px;
    line-height: 17px;
  }

  .events__content {
    margin-bottom: 9px;
  }

  .events__btn a {
    font-size: 14px;
    line-height: 17px;
    padding: 12px 27px;
  }

  .events__btn button {
    font-size: 14px;
    line-height: 17px;
    padding: 12px 27px;
  }

  .events__nav-btn-wrapper {
    flex-direction: column;
  }

  .events__nav-btn-wrapper .events__btn {
    width: 100%;
  }

  .events__nav-btn-wrapper a {
    width: 100%;
  }

  .events__nav-btn-wrapper button {
    width: 100%;
  }

  .events__btn--buy {
    margin-left: 0 !important;
    padding-bottom: 0 !important;
  }

  .events__panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .events__panel-bottom {
    margin-top: 17px;
  }
}

.events-inner {
  display: flex;
  flex-direction: column;
}

.events--inner {
  overflow: hidden;
}

.events-inner .events__left {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.events__empty--section {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.events-admin__social-item {
  margin-bottom: 25px;
}

.events__empty--sections {
  margin-bottom: -30px;
}

.events__empty--persons {
  margin-top: 0 !important;
}

.events-inner__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #454545;
  margin-top: 24px;
  margin-bottom: 12px;
}

.events-inner__subtitle {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #454545;
}

.events-inner__subtitle a {
  color: #007bff;
}

.events-inner__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.events-inner__content::after {
  content: "";
  width: calc(33.3333% - 20px);
}

.events-inner__item {
  width: 100%;
  max-width: calc(33.33333% - 20px);
  height: 266px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 20px;
}

.events-inner__status {
  position: absolute;
  left: 10px;
  top: 8px;
  background: #01B1FE;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 6px 16px;
}

.events-inner__viewers {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 6px 11px;
  position: absolute;
  left: 10px;
  bottom: 8px;
  background: rgba(69, 69, 69, 0.5);
}

.events-inner__title--price span {
  font-weight: 700;
  color: #01B1FE;
}

.events-inner__title--price {
  margin-top: 8px;
}

.events__btn--ticket {
  justify-content: flex-start;
  margin-top: 16px;
}

.events__btn--ticket a {
  font-weight: 700;
  padding: 22px 67px;
  margin-top: 0;
}

.events-inner__text {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #DDDDDD;
  padding-top: 24px;
  margin-top: 34px;
}

.events-inner__text a {
  background-color: inherit !important;
  color: #007BFF;
  transition: .2s;
}

.events-inner__text a:hover {
  opacity: .6;
  color: #007BFF;
}

.events-inner__city h4 {
  margin-bottom: 4px;
}

.events-inner__city span {
  font-size: 14px;
}

.events-inner__city-title span {
  font-size: 16px;
  font-weight: 700;
  color: #01B1FE;
}

.events-inner__city-title {
  margin-bottom: 8px;
}

.events-inner__city-title i {
  font-size: 14px;
  color: #01B1FE;
  margin-right: 8px;
  padding-left: 2px;
}

.events-inner__city {
  margin-bottom: 8px;
}

.events-inner__features--border {
  border-top: 1px solid #DDDDDD;
  margin-top: 24px;
  padding-top: 24px;
}

.events-inner__text span {
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  max-width: 900px;
  white-space: pre-line;
}

.events__inner {
  display: flex;
  flex-direction: column;
}

.events-inner__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #DDDDDD;
}

.events-inner__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 225px;
  margin-right: 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  min-height: 163px;
  transition: .2s;
  border: none;
  margin-bottom: 20px;
}

.events-inner__link--admin {
  border: none;
}

.events-inner__link--disable {
  cursor: not-allowed;
  opacity: .4;
}

.events-inner__link:hover {
  opacity: .7;
}

.events-inner__link--disable:hover {
  opacity: .4;
}

.events-inner__link i {
  font-size: 45px;
  color: #454545;
}

.events-inner__link span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #454545;
  text-align: center;
  margin-top: 28px;
}

.events-inner__quiz {
  display: flex;
  overflow-y: auto;
  padding: 41px 0;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}

.scroll-y {
  direction: ltr;
  scrollbar-color: #f9f9f9 #DDDDDD;
  scrollbar-width: thin;
}

.scroll-y::-webkit-scrollbar {
  height: 6px;
}

.scroll-y::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}

.scroll-y::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #DDDDDD;
}

.events-inner__quiz-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 28px 31px;
  width: 100%;
  max-width: 643px;
  margin-right: 28px;
  min-width: 643px;
}

.events-inner__quiz-item--disable {
  opacity: .4;
}

.events-inner__quiz-item .events-inner__title {
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  margin-bottom: 24px;
}

.events-inner__btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #007BFF;
  border-radius: 8px;
  padding: 14px 17px;
  max-width: 178px;
  text-align: center;
  transition: .2s;
}

.events-inner__btn:hover {
  color: #FFFFFF;
  opacity: .6;
}

.events-inner__title--social {
  margin: 0;
  margin-bottom: 16px;
}

.events-inner__social {
  padding-top: 41px;
}

.events-inner__links {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}

.events-inner__links a {
  background: #01B1FE;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 11px;
  transition: .2s;
}

.events-inner__links i {
  font-size: 18px;
  color: #FFFFFF;
}

.events-inner__links a:hover {
  opacity: .6;
}

.events-content__banner {
  margin-top: 20px;
  margin-bottom: 20px;
}

.events-content__banner img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.news-list--members .timetable__top {
  display: flex;
  justify-content: space-between;
}

.news-list--members .events-admin__search {
  max-width: 430px;
  margin-left: 20px;
}

.news-list--members .timetable__top-nav {
  width: 100%;
}

.news-list--members .timetable__top {
  margin-top: 37px;
  margin-bottom: 25px;
}

.members__content {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 24px;
  max-height: 70vh;
  overflow: auto;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}

.members__content::-webkit-scrollbar {
  width: 3px;
}

.members__content::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.members__content::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.members__content .btn {
  max-width: 100% !important;
}

.members__content .btn {
  max-width: 330px;
  margin-top: 18px;
}

.members__item {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #E4E4E4;
}

.members__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.members__btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 8px 17px;
  background: #02C864;
  border-radius: 8px;
  margin-left: auto;
  white-space: nowrap;
  opacity: 0;
  cursor: pointer;
}

.members__item:hover .members__btn {
  opacity: 1;
}

.members__btn:hover {
  opacity: .6 !important;
  color: #fff;
}

.news-list--members .timetable__foto img {
  width: 34px;
  height: 34px;
}

.timetable__favorites--disabled i {
  color: #CCCCCC;
}

.members__btn-mobile {
  display: none;
}

.members__content h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  margin-bottom: 7px;
}

.members__desc {
  font-size: 14px;
  line-height: 17px;
  color: #C4C4C4;
}

.members__title {
  display: flex;
  align-items: center;
}

.members__title h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #454545;
}

.members__content--info {
  padding-top: 21px;
  padding-left: 32px;
  padding-right: 51px;
  padding-bottom: 20px;
  min-height: 303px;
}

.members__title {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 11px;
  margin-bottom: 26px;
}

.members-info {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.members-info .members__btn {
  display: block;
  opacity: 1;
}

.members-info .timetable__fio {
  font-size: 20px;
  line-height: 2.4rem;
  font-weight: 700;
  color: #454545;
}

.members-info .timetable__foto {
  margin-right: 17px;
}

.members-info__wrap {
  display: flex;
  align-items: center;
}

.members__content--info h4 {
  font-weight: bold;
  color: #454545;
  margin-bottom: 16px;
}

.members__list-title {
  padding-top: 16px;
  margin-top: 3px;
  border-top: 1px solid rgba(228, 228, 228, 0.5);
}

.members__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 13px;
}

.members__list span {
  font-size: 12px;
  line-height: 15px;
  color: #C4C4C4;
  margin-bottom: 6px;
}

.members__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  transition: .2s;
}

.members__list a:hover {
  color: #454545;
  opacity: .6;
}

.members__subtitle--social {
  text-decoration-line: underline;
  color: #01B1FE;
}

.speakers__item {
  display: flex;
  flex-direction: column;
  background: rgba(238, 238, 238, 0.7);
  border-radius: 8px;
  padding-top: 20px;
  padding-left: 26px;
  padding-right: 20px;
  padding-bottom: 28px;
  width: 100%;
  max-width: 668px;
  margin-bottom: 10px;
  transition: .2s;
}

.speakers__item:hover {
  opacity: .6;
}

.speakers__item:last-child {
  margin-bottom: 39px;
}

.speakers__item span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  margin-bottom: 8px;
}

.speakers__text {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #454545 !important;
  max-width: 569px !important;
}

.members__nav {
  display: flex;
  align-items: center;
}

.speakers__icon {
  margin-left: 10px;
  margin-right: 8px;
}

.speakers__icon i {
  font-size: 18px;
  color: #999999;
}

.messenger__nav {
  display: flex;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 23px;
  overflow-x: auto;
  padding-bottom: 15px;
  overflow: auto;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}

.messenger__nav::-webkit-scrollbar {
  height: 4px;
}

.messenger__nav::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.messenger__nav::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.messenger__link {
  font-weight: bold !important;
  font-size: 14px;
  line-height: 17px;
  color: #999999 !important;
  padding: 11px 30px;
  background: #EEEEEE;
  border-radius: 40px;
  margin-right: 7px;
  transition: .2s;
  white-space: nowrap;
}

.messenger__nav-btn input {
  position: absolute;
  opacity: 0;
  z-index: -2;
  font-size: 0;
}

.messenger__nav-btn label {
  cursor: pointer;
}

.messenger__link:hover {
  color: #999999;
  opacity: .6;
}

.messenger__nav-btn input:checked+label {
  color: #FFFFFF !important;
  background: #02C864;
}

.messenger__nav-btn input+label:hover {
  opacity: .6;
}

.messenger__link--active:hover {
  opacity: 1;
  color: #FFFFFF;
}

.messenger__nav-btn input:checked+label:hover {
  color: #999999;
  opacity: 1 !important;
}


.messenger__content {
  display: flex;
  flex-direction: column;
}

.messenger__access {
  font-size: 26px;
  line-height: 28px;
  color: #454545;
  text-align: center;
  height: 100%;
}

.messenger__item {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 23px;
  margin-bottom: 9px;
  cursor: pointer;
  transition: .2s;
}

.messenger__item:hover {
  opacity: .6;
}

.messenger__center {
  display: flex;
  flex-direction: column;
}

.messenger__top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.messenger__top a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  margin-right: 17px;
}

.messenger__top a:hover {
  opacity: .6;
}

.messenger__time {
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  margin-right: 11px;
}

.messenger__date {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
}

.messenger__text {
  font-size: 14px;
  line-height: 24px;
  color: #454545;
  width: 100%;
  max-width: 754px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.messenger__item--new {
  background: #D2F1FF;
}

.messenger__check {
  margin-right: 7px;
}

.messenger-chat__notification-icon {
  background: url('https://api.iconify.design/quill/checkmark-double.svg?color=%23999&width=18&height=18') no-repeat center center / contain;
  content: url('https://api.iconify.design/quill/checkmark-double.svg?color=%23999&width=18&height=18');
}

.messenger-chat__notification-icon--active {
  background: url('https://api.iconify.design/quill/checkmark-double.svg?color=%2301b1fe&width=18&height=18') no-repeat center center / contain;
  content: url('https://api.iconify.design/quill/checkmark-double.svg?color=%2301b1fe&width=18&height=18');
}

.messenger__bottom {
  display: flex;
  align-items: center;
}

.messenger-themes__content {
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 38px 49px;
  padding-right: 34px;
}

.messenger-themes__item {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E4E4E4;
  cursor: pointer;
  transition: .2s;
}

.messenger-themes__item:hover {
  opacity: .6;
}

.messenger__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  margin-right: 17px;
  word-break: break-word;
}

.dropdown--messenger {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.messenger-chat__btn {
  border: none;
  background: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  padding: 0;
}

.messenger-chat__show:hover {
  opacity: .6;
}

.messenger-chat__show {
  transition: .2s;
  cursor: pointer;
}

.messenger-chat__show i {
  font-size: 19px;
  color: #999999;
  margin-left: 14px;
}

.messenger-chat__button-popup {
  color: #454545;
  border: none;
  background: none;
  padding: 0;
  margin-left: 14px;
}

.dropdown--messenger .dropdown__list {
  top: 32px;
  right: 0;
  min-width: 215px;
}

.messenger-chat__content {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding-top: 20px;
  padding-left: 22px;
  padding-right: 32px;
  padding-bottom: 40px;
}

.messenger-chat__top {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.messenger-chat__status {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #CCCCCC;
  padding: 8px 18px;
  border: 1px solid #CCCCCC;
  border-radius: 42px;
}

.messenger-chat__field {
  display: flex;
  flex-direction: column;
  max-height: calc(70vh - 123px);
  overflow-y: auto;
  overflow-x: hidden;
  direction: ltr;
  scrollbar-color: #f9f9f9 #DDDDDD;
  scrollbar-width: thin;
}

.messenger-chat__field::-webkit-scrollbar {
  width: 6px;
}

.messenger-chat__field::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}

.messenger-chat__field::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #DDDDDD;
}

.messenger-chat__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 17px;
}

.messenger-chat__item--active .messenger-chat__text {
  background-color: rgba(32, 223, 127, .4);
}

.messenger-chat__trash {
  position: absolute;
  right: 18px;
  top: 16px;
  background: none;
  border: none;
  padding: 0;
  transition: .2s;
}

.messenger-chat__trash:hover {
  opacity: .6;
}

.messenger-chat__trash i {
  font-size: 17px;
  color: #454545;
}

.messenger-chat__trash--foto {
  top: auto;
  right: auto;
  bottom: 24px;
  left: 16px;
  background: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 37px;
  height: 37px;
}

.messenger-chat__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(1, 177, 254, 0.1);
  border-radius: 10px;
  width: 100%;
  max-width: 888px;
  margin-right: 9px;
  padding: 10px 18px;
  padding-bottom: 26px;
  position: relative;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.messenger-chat__trash--popup {
  right: 0;
  top: 0;
}

.messenger-chat__text--speaker {
  background-color: #F7F7F7;
  max-width: 888px;
}

.messenger-chat__trash--popup i {
  margin-right: 0;
}

.messenger-chat__info {
  display: flex;
  align-items: center;
  width: 100%;
}

.messenger-chat__info p {
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  margin-left: auto;
  margin-right: 7px;
}

.messenger-chat__info .messenger__check {
  margin-left: 7px;
}

.messenger-chat__reply {
  opacity: 0;
  border: none;
  background: none;
  transition: .2s;
}

.messenger-chat__item:hover .messenger-chat__reply {
  opacity: 1;
}

.messenger-chat__item:hover .messenger-chat__reply:hover {
  opacity: .6;
}

.messenger-chat__reply i {
  font-size: 18px;
  color: #CCCCCC;
}

.messenger-chat__text img {
  width: 100%;
  margin-top: 16px;
}

.messenger-chat__form {
  display: flex;
  align-items: center;
}

.messenger-chat__file input {
  position: absolute;
  opacity: 0;
  font-size: 0;
}

.messenger-chat__file label {
  cursor: pointer;
  margin-right: 9px;
  transition: .2s;
}

.messenger-chat__file label:hover {
  opacity: .6;
}

.messenger-chat__file i {
  font-size: 27px;
  color: #999;
}

.messenger-chat__form .input-form__textarea {
  height: 58px;
}

.messenger-chat__submit {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #007EFF;
  border-radius: 8px;
  padding: 19px 26px;
  margin-left: 9px;
  border: none;
  cursor: pointer;
  transition: .2s;
}

.messenger-chat__submit:hover {
  opacity: .6;
}

.messenger-chat__mobile {
  display: none;
}

.messenger-chat__label {
  display: none;
}

.messenger-popup__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  max-height: 261px;
  padding-top: 26px;
  border-top: 1px solid #DDDDDD;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}

.messenger-popup__content::-webkit-scrollbar {
  width: 4px;
}

.messenger-popup__content::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.messenger-popup__content::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.messenger-popup__item {
  display: flex;
  width: 100%;
  position: relative;
  padding-right: 40px;
  margin-bottom: 17px;
  transition: .2s;
}

.messenger-popup__item:hover {
  opacity: .6;
}

.messenger-popup__item i {
  font-size: 22px;
  color: #CCCCCC;
  margin-right: 12px;
}

.messenger-popup__item span {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  margin-bottom: 0;
  word-break: break-all;
}

.messenger-popup .events-admin__header {
  padding-bottom: 13px;
  margin-bottom: 0;
}

.messenger-popup__content--foto {
  width: 100%;
}

.messenger-popup__content--foto::after {
  content: '';
  display: block;
  clear: both;
}

.messenger-popup__content--foto {
  max-height: 100%;
}

.grid-sizer {
  width: 33.3333%;
}

.messenger-popup__foto {
  float: left;
  width: 33.3333%;
  padding: 7px;
  padding-top: 0;
  height: auto;
  padding-bottom: 15px;
  position: relative;
}

.messenger-popup__foto img {
  display: block;
  width: 100%;
}

.events-admin__header--foto {
  justify-content: flex-end;
  margin-bottom: 12px !important;
  padding-bottom: 0 !important;
}


.messenger-chat__reply-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  position: relative;
}

.spinner-wrap-big {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 110px;
}

.spinner-wrap-messenger {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 110px;
  background: #f9f9f9;
}

.messenger__file-empty {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #454545;
}

.messenger__foto-empty {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #454545;
}

.messenger-chat__empty {
  display: none;
  margin-left: 35px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  margin-top: 20px;
}

.messenger-chat__reply-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 10px;
}

.del-foto {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 3;
  border-radius: 50%;
  background: #fff;
  width: 22px;
  height: 22px;
}

.del-foto i {
  font-size: 20px;
  margin-right: 0;
}

.del-foto:hover {
  opacity: .6;
}

.messenger-chat__reply-item .messenger-popup__item--reply {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.messenger-chat__reply-active i {
  font-size: 20px;
  color: #01B1FE;
}

.messenger-chat__reply-active {
  margin-right: 17px;
}

.messenger-chat__reply-field .events-admin__popup-close i {
  font-size: 11px;
}

.messenger-chat__text--reply {
  flex-direction: row;
  max-width: 100%;
  background: none;
  padding: 0;
  margin-right: 32px;
}

.messenger-chat__text--reply:hover {
  opacity: 1;
}

.messenger-chat__text--reply span {
  width: 100%;
  max-width: 1160px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.messenger-popup__item--reply {
  display: flex;
  margin-left: 35px;
}

.messenger-popup__item--reply .events-admin__popup-close {
  margin-left: auto;
}

.messenger-popup__item--reply-foto {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 35px;
  padding-right: 0;
}

.messenger-chat__reply-item--foto {
  position: relative;
  flex-wrap: wrap;
  margin-right: 11px;
}

.messenger-popup__item--reply-foto img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
}

.messenger-popup__item--reply-foto:hover {
  opacity: 1;
}

.messenger-chat__reply-item .messenger-popup__item--reply-foto {
  justify-content: flex-start;
  width: calc(20% - 35px);
}

.messenger-popup__item--reply img {
  width: 100%;
  max-width: 37px;
  margin-right: 11px;
}

.messenger-chat__del {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
}

.messenger-chat__reply-item .messenger-chat__del {
  display: block;
  margin-top: 5px;
}

.messenger-chat__text-reply {
  padding: 5px;
  padding-left: 11px;
  position: relative;
  margin-top: 12px;
  margin-bottom: 14px;
}

.messenger-chat__text-reply .messenger-chat__name {
  margin-bottom: 9px;
}

.messenger-chat__text-reply span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.messenger-chat__text-reply::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #01B1FE;
}

.messenger-popup__item--text {
  align-items: center;
  margin-top: 9px;
  margin-bottom: 0;
}

.messenger-popup__mobile {
  display: none;
}

.messenger-chat__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  margin-right: 10px;
}

.messenger-chat__like {
  display: flex;
  align-items: center;
  margin-right: 9px;
}

.messenger-chat__like span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #454545;
  margin-right: 4px;
}

.messenger-chat__like i {
  font-size: 14px;
  color: #CCCCCC;
}

.messenger-chat__like button {
  border: none;
  background: none;
  padding: 0;
  transition: .2s;
}

.messenger-chat__like button:hover {
  opacity: .6;
}

.messenger-chat__like--active i {
  color: #01B1FE;
}

.messenger-chat__right {
  display: flex;
  margin-top: auto;
}

.news-list__video--element {
  position: relative;
}

.news-list__video--element::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.article-popup .modal-dialog {
  max-width: 1280px;
}

.article-popup .news-list__video {
  max-width: 100%;
}

.materials-test__btn {
  font-size: 17px;
  line-height: 21px;
  color: #999999;
  background: none;
  border: none;
  transition: .2s;
}

.materials-test__btn:hover {
  opacity: .6;
}

.materials-test__btn i {
  font-size: 21px;
  color: #999999;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  height: 28px;
  transition: .2s
}

.arrow-active {
  transform: rotate(180deg);
  padding-top: 10px !important;
}

.materials-test {
  margin-top: 26px;
}

.materials-test__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 29px;
  border-bottom: 1px solid #DDDDDD;
}

.materials-test__content {
  display: flex;
  align-items: flex-start;
}

.materials-test__content .materials-test__header {
  width: 100%;
}

.materials-test__content--video {
  width: 100%;
}

.materials-test__content:last-child {
  margin-bottom: 0;
}

.materials-test__section-content {
  display: flex;
  flex-direction: column;
  margin-top: 21px;
}

.materials-test__item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.materials-test__item .materials-test__link {
  margin-left: auto;
}

.materials-test__item:last-child {
  margin-bottom: 0;
}

.materials-test__left {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.materials-test__icon {
  margin-right: 12px;
}

.materials-test__icon i {
  font-size: 17px;
  color: #CCCCCC;
}

.materials-test__name {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  margin-right: 20px;
  transition: .2s;
}

.materials-test__description {
  font-size: 13px;
  line-height: 17px;
  color: #454545;
  margin-right: 20px;
  transition: .2s;
}

.materials-test__name:hover {
  opacity: .6;
  color: #454545;
}

.materials-test__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #EEEEEE;
  padding: 11px 44px;
  background: #007EFF;
  border-radius: 8px;
  border: none;
  transition: .2s;
  height: 39px;
}

.materials-test__link:hover {
  color: #EEEEEE;
  opacity: .6;
}

.materials-inner__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 31px;
}

.materials-inner__header span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #CCCCCC;
  margin-right: 22px;
}

.materials-test__content--inner {
  padding-top: 46px;
  padding-bottom: 248px;
}

.materials-inner__nav {
  display: flex;
  align-items: center;
}

.materials-inner__nav .materials-test__link {
  margin-right: 9px;
}

.materials-inner__test {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.materials-inner__wrap input {
  position: absolute;
  font-size: 0;
  opacity: 0;
}

.materials-inner__wrap label {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  width: 100%;
  padding: 22px 24px;
  background: #F7F7F7;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 60px;
  word-break: break-all;
}

.materials-inner__wrap {
  margin-bottom: 11px;
}

.materials-inner__wrap input:checked+label {
  color: #007EFF;
  font-weight: bold;
}

.materials-inner__wrap input:checked+label:after {
  content: '';
  position: absolute;
  right: 21px;
  top: 40%;
  width: 17px;
  height: 13px;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
}


.events-admin__section {
  display: flex;
  flex-direction: column;
}

.events-admin__section--tags {
  padding: 41px 0;
  padding-bottom: 0;
  border-top: 1px solid #DDDDDD;
  margin: 41px 0;
}

.events-admin__section-wrap {
  display: flex;
  align-items: center;
}

.events-admin__section-wrap button {
  border-radius: 50%;
  border: none;
  background: #01B1FE;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: .2s;
}

.events-admin__section-wrap button:hover {
  opacity: .6;
}

.events-admin__section-wrap i {
  font-size: 17px;
  color: #FFFFFF;
}

.events-admin__section-wrap .input-form {
  margin-bottom: 0;
}

.events-admin__section-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.events-admin__section-item {
  display: flex;
  align-items: center;
  padding: 12px 30px;
  background: #EEEEEE;
  border-radius: 40px;
  margin-right: 7px;
  margin-bottom: 10px;
  word-break: break-all;
}

.events-admin__section-item span {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}

.events-admin__section-item button {
  border: none;
  background: none;
  padding: 0;
  margin-left: 10px;
}

.events-admin__section-item i {
  font-size: 19px;
  color: #CCCCCC;
}

.events-admin__price-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.events-admin__price-wrap label {
  margin-right: 69px;
}

.events-admin__price-field {
  display: flex;
  align-items: center;
}

.events-admin__price-field span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  margin-right: 11px;
}

.events-admin__price-field .input-form {
  max-width: 127px;
  margin-right: 22px;
  margin-bottom: 0;
  position: relative;
}

.events-admin__price-field input::placeholder {
  font-weight: 700;
  color: #454545;
}

.events-admin__price-field .input-form::after {
  content: '\20BD';
  position: absolute;
  right: 11px;
  top: 8px;
  font-weight: 700;
}

.events-admin__price-field input {
  height: 39px;
  font-weight: 700;
}

.materials-test__content--result {
  padding-top: 46px;
  padding-bottom: 30px;
}

.materials-test__next {
  display: flex;
  margin-top: 35px;
}

.materials-test__content--result h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #454545;
  margin-bottom: 45px;
}

.materials-test__result {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #007EFF;
  margin-top: 20px;
  margin-bottom: 20px;
}

.materials-test__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #007EFF;
  margin-bottom: 24px;
}

.materials-result {
  padding: 26px 0;
}

.result-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 28px;
}

.link-back {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #EEEEEE !important;
  background: #007EFF;
  border-radius: 8px;
  padding: 11px 44px;
  max-width: 279px;
  transform: .2s;
}

.link-back:hover {
  opacity: .6;
}

.link-back-wrap {
  display: flex;
  border-top: 1px solid #DDDDDD;
  padding-top: 35px;
  cursor: pointer;
}

.materials-result__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #C4C4C4;
  margin-bottom: 10px;
}

.materials-result h2 {
  margin-bottom: 21px;
}

.materials-result__content {
  margin-bottom: 50px;
}

.materials-result__content:last-child {
  margin-bottom: 0;
}

.materials-result__item {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 22px 24px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  margin-bottom: 11px;
}

.materials-result__item input {
  opacity: 0;
  position: absolute;
  font-size: 0;
}

.materials-result__item:last-child {
  margin: 0;
}

.materials-result__item--red {
  background: #FFB8B8;
}

.materials-result__item--green {
  background: #BCF376;
}

.materials-inner__wrap--survey {
  display: flex;
  align-items: center;
}

.materials-inner__wrap--survey span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #454545;
  margin-right: 36px;
  min-width: 40px;
  max-width: 40px;
}

.materials-inner__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(1, 177, 254, 0.1);
  border-radius: 10px;
  z-index: 2;
}

.materials-survey {
  width: 100%;
  position: relative;
}

.materials-survey--active label {
  color: #454545 !important;
  cursor: default;
}

.materials-inner__progress {
  background: rgba(1, 177, 254, 0.1);
}

.materials-inner__progress--active {
  background: rgba(1, 177, 254, 0.4);
}

.materials-inner__end {
  display: flex;
  margin-top: 35px;
}

.materials-test__content--servey {
  padding-top: 46px;
}

.materials-test__content--servey h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #454545;
  margin-bottom: 30px;
}

.materials-test__content--servey .materials-inner__wrap input:checked+label:after {
  content: none;
}

.materials-test--faq .materials-test__header {
  padding-bottom: 17px;
}

.materials-test--faq span {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #454545 !important;
  background: rgba(225, 225, 225, 0.1) !important;
  max-width: 863px !important;
  margin-bottom: 15px;
}

.materials-test--faq p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #454545 !important;
  background: #fff !important;
  max-width: 863px !important;
  margin-bottom: 15px !important;
}

.materials-test--faq p:last-child {
  margin-bottom: 0 !important;
}

.materials-test--faq span a {
  color: #007bff !important;
}

.materials-test--faq p a {
  color: #007bff !important;
  background: none !important;
}

.event-foto__container {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  margin-top: 26px;
  padding: 40px 54px;
  padding-bottom: 42px;
  width: 100% !important;
}

.mfp-bottom-bar {
  background: #fff;
  padding: 16px;
}

.mfp-counter {
  top: 16px !important;
  right: 16px !important;
}

.mfp-image-holder .mfp-content {
  min-width: 660px;
}

.event-foto__content:last-child {
  margin-bottom: 0;
}

.event-foto__container .spinner-wrap {
  display: flex;
  position: relative;
  height: auto;
}

.event-foto__group {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-foto__group .event-show-more {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.event-foto__group:last-child {
  margin-bottom: 0;
}

.event-foto__content::after {
  content: '';
  display: block;
  clear: both;
}

.event-foto__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.grid-sizer {
  width: 33.3333%;
}

.event-foto__foto {
  display: flex;
  align-items: center;
}

.event-show-more {
  /* display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px; */
}

.event-foto__wrap {
  position: relative;
  overflow: hidden;
}

.event-foto__admin-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 9px;
  right: 9px;
  opacity: 0;
  transition: .2s;
}

.event-foto__foto:hover .event-foto__admin-nav {
  opacity: 1;
}

.event-foto__admin-nav button {
  z-index: 1041;
}

.messenger-chat__trash .fa-eye-slash {
  display: none;
}

.messenger-chat__trash--disabled .fa-eye-slash {
  display: block;
}

.messenger-chat__trash--disabled .fa-eye {
  display: none;
}

.event-foto__admin-nav .messenger-chat__trash {
  position: static;
  margin-right: 10px;
}

.messenger-chat__trash--del .fa-recycle {
  display: none;
}

.messenger-chat__trash--del-active .fa-trash {
  display: none;
}

.messenger-chat__trash--del-active .fa-recycle {
  display: block;
}

.event-foto__foto img {
  display: block;
  width: 100%;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}

.event-foto__foto:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.events-admin__header--foto {
  justify-content: flex-end;
  margin-bottom: 12px !important;
  padding-bottom: 0 !important;
}

.foto-popup__foto {
  margin-bottom: 29px;
}

.foto-popup__foto img {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
}

.foto-popup .modal-dialog {
  max-width: 930px;
}

.foto-popup__img {
  margin-right: 16px;
}

.foto-popup__img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.foto-popup__name {
  display: flex;
  flex-direction: column;
}

.foto-popup__top {
  display: flex;
  margin-bottom: 16px;
}

.event-foto__group-wrap {
  display: flex;
  align-items: center;
}

.event-foto__group-wrap:last-child {
  margin-bottom: 0;
}

.event-foto__group-wrap button {
  background: none;
  border: none;
  padding: 0;
  margin-left: 16px;
  transition: .2s;
}

.event-foto__group-wrap button:hover {
  opacity: .6;
}

.event-foto__group-wrap i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  background: #01B1FE;
  border-radius: 50%;
  width: 37px;
  height: 37px;
}

.foto-popup__name-top {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.foto-popup__time {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #C4C4C4;
  margin-right: 8px;
}

.foto-popup__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #C4C4C4;
}

.foto-popup__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  word-break: break-all;
}

.foto-popup__inner span {
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  font-weight: 400;
  word-break: break-word;
}

.members__btn--foto {
  display: block;
  border: none;
  cursor: pointer;
  opacity: 1;
}

.members__btn--foto i {
  display: none;
}

.event-foto__header--foto {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foto-popup__add {
  display: flex;
  flex-direction: column;
}

.foto-popup__left {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.foto-popup__left input {
  opacity: 0;
  position: absolute;
  font-size: 0;
}

.foto-popup__left i {
  font-size: 25px;
  color: #999;
  margin-bottom: 22px;
}

.foto-popup__left label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #E4E4E4;
  border-radius: 8px;
  height: 150px;
  width: 100%;
  cursor: pointer;
}

.event-admin-photo__content {
  display: flex;
  flex-direction: column;
}

.event-admin-photo__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.event-admin-photo__item-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.event-admin-photo__status {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FE6F61;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
  padding: 12px;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  margin-top: 4px;
}

.event-admin-photo__status--active {
  background-color: #02C864;
}

.foto-popup__progress {
  display: none;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  width: 100%;
  margin-right: 16px;
  height: 52px;
  position: relative;
}

.foto-popup__bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 8px;
  background: #007bff;
}

.foto-popup__progress span {
  color: #454545;
  display: flex;
  font-size: 14px;
  margin-bottom: 0;
  z-index: 2;
}

.loaded {
  display: none;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.foto-popup__progress span:nth-child(2) {
  margin: 0 8px;
}

.foto-popup__right input {
  width: 100%;
  max-width: 232px;
}

.event-admin-photo__content-left {
  position: relative;
  width: calc(50% - 8px);
}

.event-admin-photo__content-left button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  width: 25px;
  height: 25px;
  transition: .2s;
}

.event-admin-photo__content-left button:hover {
  opacity: .6;
}

.event-admin-photo__content-left i {
  color: #454545;
  font-size: 14px;
}

.event-admin-photo__content-left img {
  width: 100%;
  max-height: 140px;
  object-fit: cover;
  border-radius: 8px;
}

.event-admin-photo__about {
  width: calc(50% - 8px);
}

.foto-popup__left label span {
  text-align: center;
}

.foto-popup__left span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 12px;
}

.foto-popup__right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.foto-popup__add-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  margin-bottom: 11px;
}

.foto-popup__right textarea {
  height: 191px;
}

.foto-popup__right .input-form {
  margin-bottom: 26px;
}

.foto-popup__mobile {
  display: none;
}

.messenger-chat__reply-item .messenger-popup__item:hover {
  opacity: 1;
}

.messenger-chat__text .messenger-popup__item:hover {
  opacity: 1;
}

.messenger-admin__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 20px;
}

.messenger-admin__nav button {
  border: none;
  background: none;
  padding: 0;
  width: 37px;
  height: 37px;
  background: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: .2s;
  margin-right: 7px;
}

.messenger-admin__nav button:hover {
  opacity: .6;
}

.messenger-admin__nav button:last-child {
  margin-right: 0;
}

.messenger-admin__nav i {
  font-size: 17px;
  color: #454545;
}

.messenger-admin__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.members__btn--admin {
  opacity: 1;
  border: none;
  margin-left: 0;
}

.messenger-admin__title {
  display: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  margin-top: 20px;
}

.messenger-admin__title-chats {
  margin-top: 0;
}

#helpContent {
  display: none;
}

.messenger-admin__popup h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #454545;
  margin-bottom: 22px;
  margin-top: 32px;
}

.messenger-admin__popup h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  margin-bottom: 17px;
}

.messenger-admin__popup-content {
  display: flex;
  flex-direction: column;
}

.messenger-admin__del {
  border: none;
  background: none;
  padding: 0;
  margin-left: auto;
}

.messenger-admin__del i {
  font-size: 20px;
  color: #CCCCCC;
}

.messenger-admin__popup-hidden {
  display: none;
}

.messenger-admin__popup-show {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: none;
  transition: .2s;
}

.messenger-admin__popup-show:hover {
  opacity: .6;
}

.messenger-admin__popup-show i {
  font-size: 16px;
  color: #999999;
  margin-left: 14px;
  margin-bottom: 5px;
}

.messenger-admin__popup .timetable-admin__btn i {
  background: #EEEEEE;
  color: #C4C4C4;
}

.messenger-admin__popup-btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
  border-top: 1px solid #DDDDDD;
}

.messenger-admin__popup-btn input {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #007EFF;
  border-radius: 8px;
  padding: 15px 75px;
  border: none;
  transition: .2s;
  cursor: pointer;
}

.messenger-admin__popup-btn input:hover {
  opacity: .6;
}

.event-faq__edit {
  background: none;
  border: none;
  padding: 0;
  margin-left: 24px;
  transition: .2s;
}

.event-faq__edit:hover {
  opacity: .6;
}

.timetable-admin__btn--faq span {
  margin-bottom: 0;
}

.event-faq__content {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding-top: 34px;
  padding-left: 49px;
  padding-right: 34px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  width: 100%;
}

.event-faq__content--inner h2 {
  word-wrap: break-word;
}

.event-faq__edit i {
  font-size: 19px;
  color: #999;
}

.event-faq__wrap {
  display: flex;
  align-items: center;
}

.event-faq__wrap--column {
  flex-direction: column;
  align-items: flex-start;
}

.event-faq__wrap-participants {
  font-size: 16px;
  line-height: 18px;
  color: #454545;
  margin-left: 24px;
  transition: .2s;
}

.event-faq__wrap-participants:hover {
  color: #454545;
  opacity: .6;
}

.sub-event__participants {
  font-size: 16px;
  line-height: 18px;
  color: #454545;
  text-align: end;
  margin: 12px 0;
  transition: .2s;
}

.event-faq__wrap-participants-timetable {
  margin-top: 16px;
}

.event-faq__wrap-participants-timetable .event-faq__wrap-participants {
  margin-left: 0;
}

.sub-event__participants:hover {
  color: #454545;
  opacity: .6;
}

.event-admin__show {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-right: 22px;
  background: #EEEEEE;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: none;
  transition: .2s;
}

.event-admin__show-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-right: 22px;
  background: #EEEEEE;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: none;
  transition: .2s;
  cursor: pointer;
}

.event-admin__show-label input {
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 0;
}

.event-admin__show:hover {
  opacity: .6;
}

.event-admin__show-label:hover {
  opacity: .6;
}

.event-admin__show i {
  color: #454545;
  font-size: 15px;
}

.event-faq__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.event-admin__show .fa-eye-slash {
  display: none;
}

.event-admin__nav {
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.event-admin__nav--video {
  position: absolute;
  right: 25px;
  top: 25px
}

.event-admin__show--disabled .fa-eye {
  display: none;
}

.event-admin__show--disabled .fa-eye-slash {
  display: block;
}

.materials-test__header--faq {
  justify-content: flex-start;
}

.materials-test__header--faq .materials-test__btn {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.materials-admin__nav {
  display: flex;
  flex-direction: column;
  margin-top: 39px;
}

.materials-admin__nav button {
  margin: 0;
  margin-bottom: 14px;
}

.materials-popup__wrap h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #454545;
  margin-bottom: 12px;
}

.materials-popup__wrap {
  display: flex;
  flex-direction: column;
}

.materials-popup__error-test {
  font-weight: 700;
  font-size: 16px;
  color: #DC143C;
  margin-bottom: 16px;
}

.materials-popup__h2 {
  margin-top: 34px;
}

.materials-popup__wrap h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  margin-top: 13px;
  margin-bottom: 12px;
}

.materials-popup__wrap .input-form__textarea {
  height: 69px;
}

.materials-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.materials-popup__wrap .timetable-admin__btn {
  margin: 0;
}

.materials-popup__wrap .timetable-admin__btn i {
  width: 24px;
  height: 24px;
  font-size: 14px;
}

.materials-popup__bottom {
  display: flex;
  align-items: center;
  margin-top: 13px;
}

.materials-popup__bottom label {
  margin-right: 29px;
}

.materials-popup__bottom span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #C4C4C4;
  margin-right: 39px;
}

.materials-popup__field {
  margin-bottom: 23px;
}

.materials-popup__more {
  padding-top: 14px;
  margin-top: 30px;
  border-top: 1px solid #DDDDDD;
  margin-bottom: 54px;
}

.materials-popup__more button {
  margin: 0;
}

.materials-popup__btn {
  display: flex;
  justify-content: flex-end;
}

.materials-popup__btn button {
  width: 100%;
}

.materials-popup__wrap .input-form span {
  color: #CCCCCC;
}

.members-admin__del {
  border: none;
  padding: 0;
  background: none;
  margin-left: auto;
  transition: .2s;
}

.members-admin {
  display: none;
  margin-top: 18px;
  max-width: 520px;
}

.members-admin__del--ml {
  margin-left: 30px;
}

.members-admin__del:hover {
  opacity: .6;
}

.members-admin__del i {
  font-size: 25px;
  color: #999999;
}

.members__item--text {
  padding-bottom: 0;
  border-bottom: none;
}

.members__item--text img {
  margin-bottom: 0;
}

.materials-test__content--platform {
  margin-top: 35px;
}

.materials-test__content--platform .news-list__content {
  margin-top: 0;
}

.platform-admin__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.materials-test__content .news-list__content {
  margin-top: 0;
}

/* .event-faq__content--disabled {
  background: rgba(225, 225, 225, 0.5);
} */

.event-faq__header {
  margin-top: 20px;
}

.events-admin__nav {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 32px;
}

.events-admin__nav--top {
  margin-top: 55px;
}

.events-admin__btn--js {
  order: 5;
}

.events-admin__btn-popup {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #454545;
  margin-right: 26px;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  transition: .2s;
}

.events-admin__btn-popup:hover {
  opacity: .6;
}

.events-admin__btn-popup--active::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #01B1FE;
}

.events-admin__btn-top {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #454545;
  margin-right: 26px;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  transition: .2s;
}

.events-admin__btn-top:hover {
  opacity: .6;
}

.events-admin__btn-top--active::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #01B1FE;
}

.events-admin__download label {
  max-width: 100%;
}

.events-admin__input-error {
  display: none;
  font-size: 12px;
  line-height: 14px;
  color: #DC143C;
}

.events-admin__download .events-admin__desc {
  max-width: 100%;
}

.events-admin__download {
  display: none;
  flex-direction: column;
}

.events-admin__download--create {
  display: flex;
}

.events-admin__status .events-admin__btn--big button {
  padding: 15px 63px;
  background: #007EFF;
}

.events-admin__create {
  display: none;
  flex-direction: column;
}

.events-admin__create .input-form {
  margin-bottom: 20px;
}

.events-admin__create .d-sm-flex .input-form:first-child {
  margin-right: 20px;
}

.events-admin__inner-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.events-admin__inner-wrap .events-admin__accept:hover {
  opacity: 1;
}

.events-admin__accept-span {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #02C864;
}

.events-admin__error-span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #DC143C;
  max-width: 225px;
}

.events__download {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #01B1FE;
  margin-bottom: 25px;
  transition: .2s;
}

.events__download:hover {
  color: #01B1FE;
  opacity: .6;
}

.events-admin__close-btn {
  background: none;
  border: none;
  padding: 0;
  transition: .2s;
}

.events-admin__close-btn:hover {
  opacity: .6;
}

.events-admin__close-btn i {
  font-size: 24px;
  color: #CCCCCC;
}

.events-inner__features--admin .events-inner__link {
  position: relative;
}

.events-inner__features--admin .events-inner__link:hover {
  opacity: 1;
}

.events-inner__features--admin .events-inner__link:hover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3C3C3C;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  opacity: 0.96;
  background-image: url(../edit.svg);
}

.events-inner__features--admin .events-inner__link:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  z-index: 2;
  background-image: url(../img/edit.svg);
}

.events-inner__features--admin {
  display: none;
}

#batchToSend {
  cursor: pointer;
}

#imgToSend {
  cursor: pointer;
}

#banner {
  border-radius: 8px;
}

.autoComplete_wrapper {
  position: relative;
}

.autoComplete_wrapper ul {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  width: 100%;

  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: #fff;
  max-height: 300px;
  overflow-y: scroll;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}

.autoComplete_wrapper ul::-webkit-scrollbar {
  width: 7px;
  height: 4px;
}

.autoComplete_wrapper ul::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.autoComplete_wrapper ul::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.no_result {
  padding: 10px;
}

.autoComplete_wrapper li {
  cursor: pointer;
  padding: 10px;
  transition: .2s;
}

.autoComplete_wrapper li:hover {
  background: #E4E4E4;
}

.events-inner__checkbox-wrap input {
  opacity: 0;
  position: absolute;
  font-size: 0;
  width: 0;
  left: -99999;
}

.events-inner__features--event .events-inner__checkbox-wrap {
  width: calc(16.6666% - 10px);
}

.events-inner__features--course .events-inner__checkbox-wrap {
  width: calc(12.5% - 10px);
}

.events-inner__features--start {
  justify-content: flex-start;
}

@media (max-width: 1785px) {
  .events-inner__checkbox-wrap {
    width: calc(20% - 8px);
  }
}

.messenger-chat__add-persons {
  transition: .2s;
  margin-right: 9px;
}

.messenger-chat__add-persons:hover {
  opacity: .6;
}

.messenger-chat__add-persons button {
  border: none;
  background: #fff;
}

.messenger-chat__add-persons i {
  font-size: 27px;
  color: #999;
}

.events-inner__checkbox-wrap label {
  max-width: 100%;
  cursor: pointer;
}

.events-inner__checkbox-wrap .events-inner__link--checkbox:hover::before {
  width: 50px;
  height: 50px;
  background-image: url(../img/eye-slash.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.events-inner__checkbox-wrap input:checked+.events-inner__link--checkbox::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  background-image: url(../img/eye-slash.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.events-inner__checkbox-wrap input:checked+.events-inner__link--checkbox::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3C3C3C;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  opacity: 0.96;
}

.events-inner__checkbox-wrap input:checked+.events-inner__link--checkbox:hover::before {
  background-image: url(../img/eye.svg);
}

.events-admin__search--timetable .input-form {
  max-width: 100%;
}

.events-admin__create--timetable {
  margin-bottom: 40px;
}

.events-admin__download--timetable {
  margin-bottom: 60px;
}

.personal-cabinet__titles--timetable {
  margin-bottom: 20px;
}

.input-number::-webkit-outer-spin-button,
.input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.broadcast-admin .input-form__placeholder {
  font-weight: 400;
  line-height: 1rem;
}

.broadcast-admin .members__btn--foto {
  margin-left: 0;
  margin-top: 30px;
}

.broadcast-admin .input-form:first-child {
  margin-bottom: 10px;
}

.broadcast-admin__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.broadcast-admin__item .btn {
  background: #DC143C;
}

.broadcast-admin__item .btn:hover {
  opacity: .6;
}

.broadcast-admin__item span {
  color: #fff;
}

.broadcast-admin__title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.broadcast-admin--del {
  margin-top: 40px;
}

@media (max-width: 1200px) {

  .members__btn {
    opacity: 1;
  }

  .event-foto__container {
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .events-inner__item {
    max-width: 100%;
  }

  .events-inner__quiz-item {
    max-width: 580px;
  }

  .messenger-chat__btn {
    display: none;
  }

  .dropdown--messenger .dropdown__list {
    left: -180px;
  }

  .members-info--messenger {
    flex-direction: row !important;
  }

  .news-list__inner--messenger .breadcrumbs {
    display: none;
  }

  .messenger-chat__mobile {
    display: block;
    margin-right: 20px;
  }

  .messenger-chat__mobile i {
    font-size: 14px;
    color: #000000;
  }

  .members-info--messenger .timetable__favorites {
    padding: 0;
  }

  .members-info--messenger .timetable-inner__name {
    margin-right: 0;
  }

  .messenger-chat__content {
    min-height: 453px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 18px;
    padding-right: 15px;
    margin: 0 -40px;
    border-radius: 0;
  }

  .members-info--messenger {
    margin-bottom: 17px;
  }
}

.messenger-chat__persons-field {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
}

.messenger-chat__persons-field-title {
  font-size: 14px;
  color: #454545;
  min-width: 200px;
  margin-right: 8px;
}

.messenger-chat__persons-field-title {
  display: flex;
  flex-wrap: wrap;
}

.messenger-chat__persons-field-item {
  display: flex;
  align-items: center;
  margin-right: 8px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
}

.messenger-chat__persons-field-item img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
}

.messenger-chat__persons-field-item span {
  font-size: 12px;
  color: #454545;
  margin-right: 8px;
}

.messenger-chat__persons-field-item button {
  border: none;
  background: #fff;
  transition: .2s;
}

.messenger-chat__persons-field-item button:hover {
  opacity: .6;
}

.messenger-chat__persons-field-item i {
  font-size: 14px;
  color: #454545;
}

.messenger-chat__persons-field-item:last-child {
  margin-right: 8px;
}

.events-admin__del-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.events-admin__btn-del {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  border: none;
  background: #007EFF;
  width: calc(50% - 6px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 8px;
}

.events-admin__btn-del--green {
  background: #20DF7F;
}

.messenger-chat__persons-items {
  display: flex;
  flex-direction: column;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  direction: ltr;
  scrollbar-color: #f9f9f9 #DDDDDD;
  scrollbar-width: thin;
}

.messenger-chat__persons-items::-webkit-scrollbar {
  width: 7px;
}

.messenger-chat__persons-items::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}

.messenger-chat__persons-items::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #DDDDDD;
}

@media (max-width: 576px) {
  .materials-test--faq .materials-test__header {
    padding-bottom: 8px;
  }

  .materials-test--faq span {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 20px;
  }

  .materials-test--faq p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 20px !important;
  }

  .materials-test--faq p:last-child {
    margin-bottom: 0 !important;
  }

  .materials-test--faq .materials-test__section-content {
    margin-top: 11px;
  }

  .materials-inner__end .materials-test__link {
    display: block;
  }

  .events-inner__title {
    font-size: 16px;
    line-height: 20px;
    margin: 9px 0 7px 0;
  }

  .events-inner .events__date {
    justify-content: flex-start;
  }

  .events-inner__city-title span {
    font-size: 14px;
  }

  .events-inner__city-title i {
    font-size: 11px;
    margin-right: 4px;
    padding-left: 2px;
  }

  .events-inner__content {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: auto;
    margin-right: -15px;
  }

  .events-inner__item {
    min-width: 90%;
    max-height: 162px;
    margin-right: 8px;
  }

  .events-inner__title--price {
    margin: 17px 0;
    margin-top: 1px;
    margin-bottom: 24px;
    max-width: 175px;
  }

  .events-inner__subtitle {
    font-size: 14px;
  }

  .events__btn--ticket a {
    padding: 20px 102px;
  }

  .events__btn--ticket {
    padding-bottom: 28px;
  }

  .events-inner__text span {
    font-size: 14px;
    line-height: 20px;
  }

  .events-inner__text {
    padding-top: 17px;
    margin-top: 6px;
    padding-bottom: 17px;
    margin-bottom: 6px;
  }

  .events-inner__link {
    max-width: 100%;
    margin-right: 0;
  }

  .events-inner__link {
    min-height: 108px;
    margin-bottom: 8px;
  }

  .events-inner__link span {
    font-size: 12px;
    line-height: 15px;
    margin-top: 15px;
  }

  .events-inner__link i {
    font-size: 38px;
  }

  .events-inner__features {
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .events-inner__quiz {
    padding: 17px 0;
  }

  .events-inner__quiz-item {
    min-width: 90%;
    padding: 19px 17px;
    padding-right: 37px;
    padding-bottom: 20px;
    margin-right: 13px;
  }

  .events-inner__btn {
    font-size: 14px;
    line-height: 17px;
    padding: 14px 17px;
  }

  .events-inner__social {
    padding-top: 27px;
  }

  .events-inner__links i {
    font-size: 16px;
  }

  .events-inner__links a {
    width: 33px;
    height: 33px;
    margin-right: 8px;
  }

  .events-inner__links {
    margin-bottom: 20px;
  }

  .news-list--members .timetable__top {
    flex-direction: column;
    justify-content: flex-start;
  }

  .news-list--members .events-admin__search {
    max-width: 100%;
    margin-left: 0;
  }

  .messenger-popup__item {
    padding-right: 0;
  }

  .news-list--members .timetable__top {
    margin-top: 17px;
    border: none;
  }

  .news-list--members .search__btn {
    top: 0;
  }

  .members__content {
    background: none;
    box-shadow: none;
    padding: 0;
  }

  .members__item {
    border: none;
    margin-bottom: 20px;
    padding-bottom: 0;
    min-height: auto;
  }

  .news-list--members .timetable__foto img {
    width: 34px;
    height: 34px;
  }

  .news-list--members .timetable__foto {
    margin-right: 15px;
  }

  .members__btn {
    display: none;
  }

  .members__nav {
    display: flex;
    align-items: center;
    margin-left: 15px;
  }

  .news-list--members .timetable-inner__name {
    width: 100%;
  }

  .news-list--members .timetable-inner__name-top {
    justify-content: space-between;
  }

  .members__btn-mobile {
    display: block;
  }

  .members__btn-mobile i {
    font-size: 18px;
    color: #CCCCCC;
    margin-left: 8px;
  }

  .news-list--members .timetable-inner__desc {
    margin-right: 30px;
  }

  .members__item:hover .members__btn {
    display: none;
  }

  .members-info {
    flex-direction: column;
    justify-content: flex-start;
  }

  .members-info__wrap {
    width: 100%;
  }

  .members-info .members__btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 17px;
    width: 100%;
  }

  .members-info .timetable__fio {
    font-size: 14px;
    line-height: 20px;
  }

  .members__content--info {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding-top: 11px;
    padding: 12px;
    padding-right: 13px;
    padding-bottom: 20px;
  }

  .speakers__item {
    padding-top: 15px;
    padding-left: 18px;
    padding-bottom: 17px;
    padding-right: 14px;
    margin-bottom: 9px;
  }

  .speakers__item:last-child {
    margin-bottom: 17px;
  }

  .speakers__icon {
    margin-right: 20px;
  }

  .messenger__item {
    padding: 8px 6px;
    align-items: flex-start;
    border-radius: 6px;
    padding-right: 8px;
    padding-bottom: 14px;
  }

  .messenger__item .timetable__foto {
    margin-right: 0;
  }

  .messenger__item img {
    width: 32px;
    height: 32px;
  }

  .messenger__center {
    margin-left: 11px;
  }

  .messenger__top {
    justify-content: space-between;
  }

  .messenger__text {
    -webkit-line-clamp: 2;
  }

  .messenger__check {
    display: none;
  }

  .messenger__check--mobile {
    display: block;
  }

  .messenger__nav {
    padding-bottom: 15px;
  }

  .messenger-themes__content {
    padding-top: 11px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 11px;
    margin-bottom: 11px;
  }

  .messenger-themes__item {
    align-items: flex-start;
  }

  .messenger-chat__field .timetable__foto {
    display: none;
  }

  .messenger-chat__item .timetable__foto {
    display: block;
  }

  .timetable__foto--loading {
    width: 39px;
    min-width: 39px;
    height: 39px;
  }

  .messenger-chat__body-wrap {
    width: 100%;
  }

  .messenger-chat__content {
    padding: 0 40px;
    padding-top: 40px;
    padding-bottom: 12px;
  }

  .messenger-chat__content .messenger__check {
    display: block;
  }

  .messenger-chat__text--speaker {
    width: 100%;
  }

  .messenger-chat__submit {
    padding: 0;
    font-size: 0;
    width: 55px;
    height: 55px;
    background: url('../img/paper.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 0;
  }

  .messenger-chat__form .input-form__textarea {
    height: 52px;
  }

  .messenger-chat__label {
    display: block;
    margin-left: 16px;
  }

  .messenger-chat__label i {
    font-size: 25px;
    color: #DDDDDD;
  }

  .messenger-popup__content {
    max-height: 100%;
    border: none;
  }

  .messenger-popup .events-admin__header {
    display: none;
  }

  .messenger-popup__mobile {
    display: flex;
    align-items: center;
  }

  .messenger-popup__close {
    border: none;
    background: none;
    margin-left: 5px;
    margin-right: 32px;
  }

  .messenger-popup__close i {
    font-size: 14px;
    color: #000000;
  }

  .messenger-popup__nav {
    display: flex;
    align-items: center;
    padding-bottom: 9px;
    border-bottom: 1px solid #E4E4E4;
    width: 100%;
  }

  .messenger-popup__btn {
    border: none;
    padding: 0;
    background: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #454545;
    margin-right: 13px;
  }

  .messenger-popup__btn--active {
    position: relative;
  }

  .messenger-popup__btn--active::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #01B1FE;
  }

  .materials-test__link {
    display: none;
  }

  .materials-test__content {
    padding: 14px;
  }

  .materials-test__btn span {
    display: none;
  }

  .materials-test__header {
    padding-bottom: 14px;
  }

  .materials-test__header h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #454545;
  }

  .materials-inner__title {
    font-size: 16px;
    line-height: 22px;
  }

  .materials-inner__subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }

  .materials-inner__header span {
    font-size: 14px;
    line-height: 17px;
    margin-right: 13px;
  }

  .materials-inner__header {
    margin-bottom: 14px;
  }

  .materials-inner__wrap label {
    padding: 14px;
    padding-right: 30px;
  }

  .materials-inner__nav .materials-test__link {
    display: block;
  }

  .materials-test__content--result h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 19px;
  }

  .materials-test__result {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .materials-test__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .materials-result {
    padding: 19px 0;
    padding-bottom: 30px;
  }

  .materials-result__title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 7px;
  }

  .materials-test__content--result h2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .materials-result__item {
    padding: 14px;
    padding-right: 41px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
  }

  .materials-test__next {
    margin-top: 19px;
  }

  .materials-test__next .materials-test__link {
    display: block;
  }

  .materials-inner__wrap--survey {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .materials-inner__wrap--survey span {
    margin-top: 6px;
    margin-right: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
  }

  .members__btn--foto {
    display: block;
  }

  .event-foto__header--foto .members__btn--foto {
    font-size: 0;
    background: #01B1FE;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .members__btn--foto i {
    font-size: 20px;
    color: #FFFFFF;
    display: block;
  }

  .members__btn--foto span {
    display: none;
  }

  .event-admin-photo__item-inner {
    flex-direction: column;
  }

  .foto-popup__right {
    flex-direction: column;
  }

  .foto-popup__right .members__btn--foto {
    max-width: 100%;
  }

  .foto-popup__progress {
    margin-bottom: 8px;
  }

  .event-admin-photo__content-left {
    width: 100%;
    margin-bottom: 8px;
  }

  .event-admin-photo__about {
    width: 100%;
  }

  .event-foto__container {
    box-shadow: none;
    padding: 0;
    background: none;
    border-radius: 0;
  }

  .event-foto__foto {
    padding: 2px;
    padding-bottom: 5px;
  }

  .foto-popup__foto {
    margin-bottom: 22px;
  }

  .foto-popup__arrow {
    width: 20px !important;
  }

  .foto-popup__arrow-next {
    right: -20px !important;
  }

  .foto-popup__arrow-prev {
    left: -20px !important;
  }

  .foto-popup__inner span {
    font-size: 12px;
    line-height: 18px;
  }

  .foto-popup__add {
    flex-direction: column;
  }

  .foto-popup__desktop {
    display: none;
  }

  .foto-popup__left span {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 20px;
  }

  .foto-popup__mobile {
    display: block;
    font-size: 14px !important;
    line-height: 18px !important;
    margin: 0 !important;
    margin-top: 9px !important;
  }

  .foto-popup__left i {
    margin-bottom: 0;
  }

  .foto-popup__left label {
    max-width: 100%;
    height: 92px;
  }

  .foto-popup__left {
    max-width: 100%;
    margin-right: 0;
  }

  .foto-popup__right textarea {
    height: 106px;
    margin-bottom: 11px;
  }

  .foto-popup__right .members__btn--foto {
    width: 100%;
  }

  .messenger-popup__foto {
    padding: 2px;
    padding-bottom: 5px;
  }

  .event-faq__content {
    padding: 14px;
  }
}

@media (max-width: 1200px) {
  .suggestions__content {
    padding: 24px;
    padding-right: 2px;
  }

  .suggestions__wrap {
    max-height: calc(100vh - 240px);
  }

  .suggestions__nav .check {
    position: relative;
  }

  .suggestions__center {
    margin-right: 30px;
  }

  .suggestions__foto {
    margin-right: 15px;
  }

  .suggestions__right {
    margin-top: 40px;
  }

  .suggestions__item--active:hover {
    background: inherit;
  }

  .btn-red {
    margin-right: 24px;
  }

  .tooltip {
    display: none !important;
  }
}

.presentations {
  width: 100%;
}

.presentations__content {
  display: flex;
  flex-direction: column;
}

.presentations__items {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 24px 16px;
  margin-bottom: 24px;
}

.presentations__item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}

.presentations__item:last-child {
  margin-bottom: 0;
}

.presentations__icon i {
  font-size: 25px;
  color: #CCCCCC;
  margin-right: 12px;
}

.presentations__title {
  font-size: 14px;
  font-weight: 700;
  color: #454545;
  word-break: break-all;
  padding-right: 20px;
  cursor: pointer;
  transition: .2s
}

.presentations__title:hover {
  opacity: .6;
}

.presentations__link {
  margin-left: auto;
}

.presentations__section {
  padding: 34px 40px;
  padding-right: 34px;
  padding-bottom: 40px;
}

.presentations__top {
  display: flex;
  align-items: center;
  padding-bottom: 29px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 21px;
}

.presentations__top .presentations__btn {
  margin-left: auto;
}

.presentations__section-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.presentations__section-item i {
  font-size: 25px;
  color: #CCCCCC;
  margin-right: 12px;
}


.presentations__section-item:last-child {
  margin-bottom: 0;
}

.presentations__btn {
  font-size: 17px;
  line-height: 21px;
  color: #999999;
  background: none;
  border: none;
  transition: .2s;
}

.presentations__btn:hover {
  opacity: .6;
}

.presentations__btn i {
  font-size: 21px;
  color: #999999;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  height: 28px;
  transition: .2s
}

.presentations__top .edit-profile__section-title {
  margin-bottom: 0;
}

.arrow-active {
  transform: rotate(180deg);
  padding-top: 10px !important;
}

.presentations-admin {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.presentations-admin__btn {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #454545;
  margin-bottom: 23px;
  background: none;
  border: none;
  transition: .2s;
  padding-left: 0;
}

.presentations-admin__btn:hover {
  opacity: .6;
}

.presentations-admin__btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  background: #01B1FE;
  border-radius: 50%;
  width: 37px;
  height: 37px;
}

.presentations-admin__btn span {
  text-align: start;
  margin-right: 16px;
}

.events-admin__btn--w100 button {
  width: 100%;
}

.events-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 13px;
  margin-bottom: 21px;
}

.events-popup__close {
  border: none;
  background: none;
}

.events-popup__close i {
  font-size: 20px;
  color: #CCCCCC;
}

.events-popup__center {
  position: relative;
  margin-bottom: 17px;
}

.events-popup__center label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #E4E4E4;
  border-radius: 8px;
  height: 134px;
}

.events-popup__center span {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-top: 15px;
  max-width: 167px;
  text-align: center;
}

.events-popup__center i {
  font-size: 25px;
  color: #999;
}

.events-popup__center input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  font-size: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.presentations__inner {
  min-height: 70vh;
}

.events__empty--pres {
  display: none;
  margin-bottom: 20px;
}

.events__empty--event {
  display: none;
}

.events__empty--participant {
  display: none;
  margin-top: 0 !important;
}

.events__empty--speaker {
  display: none;
  margin-top: 0 !important;
}

.events-popup__btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #999999;
  border-radius: 8px;
  padding: 15px 64px;
  border: none;
  max-width: 218px;
  margin-left: auto;
  cursor: not-allowed;
}

.events-popup__btn--active {
  background: #007EFF;
  border-radius: 8px;
  cursor: pointer;
  transition: .2s;
}

.events-popup__btn--active:hover {
  opacity: .6;
}

.events-popup__item {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.events-popup__item .events-popup__close {
  margin-left: auto;
}

.events-popup__content {
  margin-bottom: 31px;
}

.events-popup__input .input-form__placeholder {
  font-weight: 500;
  color: #CCCCCC;
}

.events-popup__content-select .SumoSelect {
  width: 100%;
}

.presentations__content-title {
  margin-bottom: 16px;
}

.modal-content--group .events-popup__content {
  margin-bottom: 0;
}

.events-popup {
  max-width: 1028px;
}

.presentations__edit {
  padding: 0;
  border: none;
  background: none;
  margin-left: 23px;
  transition: .2s;
}

.presentations__edit:hover {
  opacity: .6;
}

.presentations__edit i {
  font-size: 19px;
  color: #CCCCCC;
}

.presentations__title-top {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.presentations-admin__nav {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.presentations-admin__nav button {
  padding: 0;
  border: none;
  background: none;
  margin-right: 18px;
  transition: .2s;
}

.presentations-admin__nav button:hover {
  opacity: .6;
}

.presentations-admin__nav i {
  font-size: 18px;
  color: #CCCCCC;
}

.presentations-admin__nav button:last-child i {
  font-size: 22px;
}

.presentations-admin__nav button:last-child {
  margin-right: 0;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #0dc5c1;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loader-suggestions {
  display: none;
  font-size: 10px;
  margin: 0 auto;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #007bff;
  background: -moz-linear-gradient(left, #007bff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #007bff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #007bff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #007bff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #007bff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader-suggestions:before {
  width: 50%;
  height: 50%;
  background: #007bff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader-suggestions:after {
  background: #f9f9f9;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.input-form--col {
  max-width: 195px;
}

.event-editor {
  height: 400px;
  margin-top: 21px;
  margin-bottom: 16px;
}

.event-editor .trumbowyg-box {
  border-radius: 8px !important;
}

.event-editor .trumbowyg-editor,
.trumbowyg-textarea {
  min-height: 400px !important;
  height: 100% !important;
}

.event-popup__btn--news {
  margin-top: 43px !important;
}

.text-editor {
  height: 100% !important;
}

.event-editor .trumbowyg-strong-button {
  position: relative;
}

.event-editor .trumbowyg-em-button {
  position: relative;
}

.event-editor .trumbowyg-del-button {
  position: relative;
}

.event-editor .trumbowyg-strong-button::after {
  content: 'Ж';
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #454545;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.event-editor .trumbowyg-em-button::after {
  content: 'К';
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #454545;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.event-editor .trumbowyg-del-button::after {
  content: 'Т';
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #454545;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-decoration-line: line-through;
}

.event-editor .trumbowyg-link-button svg {
  width: 20px;
  height: 20px;
}

.event-editor .trumbowyg-button-pane {
  background: none !important;
  border: none !important;
}

.event-editor .trumbowyg-button-pane .trumbowyg-button-group::after {
  display: none;
}

.event-editor .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  display: none;
}

.event-editor .trumbowyg-strong-button svg {
  display: none !important;
}

.event-editor .trumbowyg-em-button svg {
  display: none !important;
}

.event-editor .trumbowyg-del-button svg {
  display: none !important;
}

.event-popup__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 23px;
}

.event-popup__btn input {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 15px 75px;
  background: #007EFF;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: .2s;
}

.event-popup__btn input:hover {
  opacity: .6;
}

.area-label {
  position: relative;
}

.dragged-over {
  border: 1px solid;
}

.schedule-control h1 {
  margin-bottom: 12px;
}

.schedule-control__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.schedule-control__item-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 16px;
}

.schedule-control__content {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding-top: 37px;
  padding-left: 40px;
  padding-right: 47px;
  padding-bottom: 122px;
  margin-top: 35px;
}

.schedule-control__content--spec {
  padding-bottom: 11px
}

.schedule-control__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 19px;
}

.schedule-control__item:last-child {
  margin-bottom: 0;
}

.schedule-control__weeks {
  display: flex;
}

.schedule-control__day {
  display: flex;
  flex-direction: column;
  width: 14.25%;
}

.schedule-control__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  transition: .2s;
}

.schedule-control__name:hover {
  color: #01B1FE;
}

.schedule-control__title {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  padding-bottom: 13px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}

.schedule-control__block {
  display: flex;
  flex-wrap: wrap;
}

.schedule-control__btn {
  background: #C4A9FF;
  border-radius: 8px;
  padding: 9px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  border: none;
  margin-right: 5px;
  transition: .2s;
  margin-bottom: 6px;
}

.schedule-control__btn:hover {
  color: #454545;
  opacity: .6;
}

.schedule-control__btn--disabled {
  background: #DDD;
}

.schedule-control__btn--disabled:hover {
  background: #DDD;
}

.schedule-control__btn--selected {
  background: #BCF376;
}

.schedule-control__btn--selected:hover {
  background: #BCF376;
}

.schedule-control__mobile {
  display: none;
}

.schedule-control__title-mobile {
  display: none;
}

.modal-schedule__content {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.modal-schedule__content--popup {
  flex-direction: column;
  align-items: flex-start;
}

.modal-schedule__name {
  font-size: 18px;
  line-height: 20px;
  color: #454545;
  font-weight: 700;
  margin-bottom: 12px;
}

.modal-schedule__content a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  transition: .2s;
  margin-right: 59px;
}

.modal-schedule__content a:hover {
  opacity: .6;
  color: #454545;
}

.modal-schedule__content span {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  color: #999999;
  margin-right: 15px;
  margin-left: 16px;
}

.modal-schedule__wrapper-desc {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.modal-schedule__wrapper-desc span {
  font-weight: 700;
  color: #454545 !important;
}

.modal-schedule__description {
  font-size: 14px;
  line-height: 16px;
  color: #454545;
  margin-right: 8px;
}

.modal-schedule__wrapper {
  display: flex;
  flex-direction: column;
}

.modal-schedule__time {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  background: #C4A9FF;
  border-radius: 8px;
  padding: 8.5px;
}

.modal-schedule__nav {
  display: flex;
  align-items: center;
}

.modal-schedule__wrap {
  display: flex;
  align-items: center;
}

.modal-schedule__nav button {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-radius: 8px;
  padding: 15px 40px;
  border: none;
  color: #FFFFFF;
  transition: .2s;
  margin-right: 9px;
}

.modal-schedule__nav button:hover {
  opacity: .6;
}

.modal-schedule__nav button:first-child {
  background: #E4E4E4;
  color: #777777;
}

.modal-schedule__nav button:last-child {
  background: #007EFF;
}

.schedule-control__wrap {
  display: flex;
  align-items: center;
}

.schedule-control__add {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 14px 17px;
  background: #02C864;
  border-radius: 8px;
  margin-left: auto;
  transition: .2s;
}

.schedule-control__add--create {
  border: none;
}

.schedule-control__add:hover {
  color: #FFFFFF;
  opacity: .6;
}

.schedule-control__add-nav {
  display: flex;
  align-items: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #E4E4E4;
  margin-top: 33px;
  margin-bottom: 17px;
}

.schedule-control__add-btn {
  padding: 0;
  border: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #454545;
  transition: .2s;
  margin-right: 26px;
  position: relative;
  padding: 0;
  background: none;
}

.schedule-control__add-btn--active::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #01B1FE;
}

.schedule-control__add-btn:hover {
  opacity: .6;
}

.schedule-control__wrap-content {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.schedule-control__block {
  display: flex;
  margin-bottom: 26px;
}

.schedule-control__foto {
  width: 60px;
  height: 60px;
  margin-right: 19px;
}

.schedule-control__foto img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.schedule-control__name {
  display: flex;
  flex-direction: column;
}

.schedule-control__name a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #777777;
  transition: .2s;
  margin-bottom: 6px;
}

.schedule-control__name a:hover {
  opacity: .6;
}

.schedule-control__name span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #C4C4C4;
}

.schedule-control__wrap-content .schedule-control__item {
  border-bottom: 1px solid #E4E4E4;
}

.schedule-control__check-btn {
  margin-left: auto;
}

.schedule-control__check-btn input {
  position: absolute;
  opacity: 0;
  font-size: 0;
  width: 0;
}

.schedule-control__check-btn label {
  background: #EEEEEE;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.schedule-control__check-btn .fa-plus {
  color: #C4C4C4;
}

.schedule-control__check-btn input:checked+label .fa-check {
  display: block;
  color: #FFFFFF;
}

.schedule-control__check-btn input:checked+label .fa-plus {
  display: none;
}

.schedule-control__check-btn input:checked+label {
  background: #02C864;
}

.schedule-control__check-btn label .fa-check {
  display: none;
}

.schedule-control__wrap-content .schedule-control__weeks {
  margin-left: 80px;
}

.schedule-control__client {
  display: none;
}

.schedule-control__file {
  margin-left: auto;
  transition: .2s;
}

.schedule-control__file:hover {
  opacity: .6;
}

.schedule-control__file a {
  font-size: 16px;
  line-height: 20px;
  color: #777777;
  margin-right: 15px;
}

.schedule-control__file i {
  color: #777777;
  font-size: 16px;
}

.schedule-control__report-nav {
  display: flex;
  margin-bottom: 23px;
}

.schedule-control__report-btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #999999;
  padding: 11px 45px;
  background: #E4E4E4;
  border-radius: 8px;
  border: none;
  margin-right: 5px;
  transition: .2s;
}

.schedule-control__report-btn:hover {
  opacity: .6;
}

.schedule-control__report-btn--active {
  background: #007EFF;
  color: #EEEEEE;
}

.schedule-control__report-btn--active:hover {
  opacity: 1;
}

.schedule-control__report-btn-client {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #999999;
  padding: 11px 45px;
  background: #E4E4E4;
  border-radius: 8px;
  border: none;
  margin-right: 5px;
  transition: .2s;
}

.schedule-control__report-btn-client:hover {
  opacity: .6;
}

.schedule-control__report-btn-client--active {
  background: #007EFF;
  color: #EEEEEE;
}

.schedule-control__report-btn-client--active:hover {
  opacity: 1;
}

.schedule-control__item-2 {
  display: none;
}

.schedule-control__report .schedule-control__item {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding-left: 42px;
  padding-top: 38px;
  padding-bottom: 30px;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
  padding-right: 55px;
}

.schedule-control__report .schedule-control__item::-webkit-scrollbar {
  height: 4px;
}

.schedule-control__report .schedule-control__item::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.schedule-control__report .schedule-control__item::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.schedule-control__header {
  display: flex;
}

.schedule-control__report-item {
  display: flex;
  margin-top: 20px;
}

.schedule-control__header span:first-child {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
  padding-right: 77px;
  padding-bottom: 30px;
}

.schedule-control__header span:nth-child(2) {
  width: 173px;
  min-width: 173px;
  max-width: 173px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.schedule-control__report-item span:nth-child(2) {
  width: 173px;
  min-width: 173px;
  max-width: 173px;
  padding-right: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.schedule-control__header span:nth-child(3) {
  width: 137px;
  min-width: 137px;
  max-width: 137px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.schedule-control__report-item span:nth-child(3) {
  width: 137px;
  min-width: 137px;
  max-width: 137px;
  padding-right: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.schedule-control__header span:nth-child(4) {
  width: 125px;
  min-width: 125px;
  max-width: 125px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.schedule-control__report-item span:nth-child(4) {
  width: 125px;
  min-width: 125px;
  max-width: 125px;
  padding-right: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.schedule-control__header span:nth-child(5) {
  width: 143px;
  min-width: 143px;
  max-width: 143px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.schedule-control__report-item span:nth-child(5) {
  width: 143px;
  min-width: 143px;
  max-width: 143px;
  padding-right: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.schedule-control__header span:nth-child(6) {
  width: 114px;
  min-width: 114px;
  max-width: 114px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.schedule-control__report-item span:nth-child(6) {
  width: 114px;
  min-width: 114px;
  max-width: 114px;
  padding-right: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.schedule-control__header span:nth-child(7) {
  width: 146px;
  min-width: 146px;
  max-width: 146px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.schedule-control__report-item span:nth-child(7) {
  width: 146px;
  min-width: 146px;
  max-width: 146px;
  padding-right: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.schedule-control__header span:nth-child(8) {
  width: 162px;
  min-width: 162px;
  max-width: 162px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.schedule-control__report-item span:nth-child(8) {
  width: 162px;
  min-width: 162px;
  max-width: 162px;
  padding-right: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.schedule-control__header span:nth-child(9) {
  width: 138px;
  min-width: 138px;
  max-width: 138px;
  padding-bottom: 30px;
}

.schedule-control__report-item span:nth-child(9) {
  width: 138px;
  min-width: 138px;
  max-width: 138px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.schedule-control__header span {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  border-bottom: 1px solid #DDDDDD;
}

.schedule-control__report-item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  transition: .2s;
}

.schedule-control__report-item a:hover {
  opacity: .6;
}

.schedule-control__report-item a:first-child {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
  padding-right: 77px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.schedule-control__report-item a:nth-child(2) {
  width: 173px;
  min-width: 173px;
  max-width: 173px;
  padding-right: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.schedule-control__report-item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
}

.schedule-control__more {
  margin: 0 auto;
  border: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #EEEEEE;
  padding: 11px 44px;
  background: #007EFF;
  border-radius: 8px;
  margin-top: 80px;
  transition: .2s;
}

.schedule-control__more:hover {
  opacity: .6;
}

.schedule-control__report-item a:last-child {
  width: 143px;
  min-width: 143px;
  max-width: 143px;
  padding-right: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.schedule-control__report-item:last-child span {
  border: none !important;
}

.schedule-control__report-item:last-child a {
  border: none !important;
}

.schedule-control__field {
  display: flex;
  flex-direction: column;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.messenger-admin__scroll {
  height: 100%;
  max-height: 350px;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}

.messenger-admin__scroll::-webkit-scrollbar {
  width: 4px;
}

.messenger-admin__scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.messenger-admin__scroll::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.messenger-admin__checkbox {
  margin: 20px 0;
}

.messenger-admin__checkbox label {
  font-size: 14px;
  line-height: 16px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.messenger-admin__checkbox label::after {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
}

.messenger-admin__checkbox input {
  position: absolute;
  font-size: 0;
  opacity: 0;
}

.messenger-admin__checkbox input:checked+label::after {
  background-color: #01B1FE;
  border: 2px solid #01B1FE;
}

.messenger-admin__checkbox input:checked+label::before {
  content: '';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 10px;
  top: 2px;
  left: 8px;
  z-index: 2;
}

.person-disabled {
  opacity: .5;
}

.messenger__foto-block {
  display: flex;
  flex-wrap: wrap;
}

.messenger__foto-block img {
  width: calc(25% - 10px);
  object-fit: cover;
  margin-right: 10px;
}

.messenger__foto-block--user img {
  width: calc(33.33333% - 10px);
  max-height: 280px;
}

.messenger__foto-block--user-size1 img {
  width: 100%;
  max-width: 420px;
  max-height: 280px;
}

.messenger__foto-block--user-size2 img {
  width: calc(50% - 10px);
  max-width: 420px;
  max-height: 280px;
}


.messenger__foto-block--size-1 img {
  width: 100%;
  max-width: 320px;
  max-height: 280px;
  object-fit: cover;
  margin-right: 0;
}

.messenger__foto-block--size-2 img {
  width: calc(50% - 10px);
  max-width: 320px;
  max-height: 320px;
}

.iframe-editor {
  width: 100%;
  height: 320px;
}

.event-faq__content .iframe-editor {
  height: 56.25vh;
}

.messenger-text {
  font-size: 14px;
  line-height: 24px;
  color: #454545;
  width: 100%;
  word-break: break-word;
}

.business-intro {
  background: #F6F6F4;
  border-radius: 40px;
  margin: 0 43px;
}

.business-intro__inner {
  display: flex;
  align-items: center;
  min-height: 88vh;
  padding: 0 30px;
}

.business-intro__title {
  font-weight: bold;
  font-size: 54px;
  line-height: 66px;
  color: #454545;
  max-width: 760px;
  margin-bottom: 25px;
}

.business-intro__subtitle {
  font-size: 24px;
  line-height: 34px;
  color: #454545;
  margin-bottom: 67px;
  max-width: 487px;
}

.business-intro__btn {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  padding: 20px 46px;
  background: #06C8D2;
  border-radius: 8px;
  border: none;
  white-space: nowrap;
  transition: .2s;
}

.business-intro__btn:hover {
  opacity: .6;
}

.business-intro__right img {
  width: 100%;
}

.business-container {
  width: 100%;
  max-width: 1438px;
  padding: 0 15px;
  margin: 0 auto;
}

.business-features {
  margin-top: 129px;
  margin-bottom: 129px;
}

.business-features__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #454545;
  width: 100%;
  white-space: nowrap
}

.business-features__line {
  width: 100%;
  height: 7px;
  background: #06C8D2;
  margin-top: 4px;
  margin-left: 10px;
}

.business-features__top {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}

.business-features__content {
  display: flex;
  justify-content: space-between;
}

.business-features__item {
  width: 100%;
  max-width: 412px;
}

.business-features__item:nth-child(2) {
  margin: 0 20px;
}

.business-features__photo {
  width: 100%;
}

.business-features__photo img {
  border-radius: 4px;
  width: 100%;
}

.business-features__subtitle {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #06C8D2;
  margin-top: 16px;
  margin-bottom: 19px;
  max-width: 411px;
}

.business-features__link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #454545;
}

.business-features__link a {
  color: #06C8D2;
}

.business-features__link:hover {
  color: #454545;
}

.business-features__link--sub {
  display: block;
}

.business-features__link img {
  margin-right: 14px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
}

.business-features__link:hover img {
  transform: translate(30%);
}

.business-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #454545;
}

.business-title--center {
  text-align: center;
}

.business-blocks__content {
  display: flex;
  justify-content: space-between;
}

.business-blocks__item {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #454545;
  background: rgba(246, 246, 244, 0.7);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 122px;
  width: 100%;
  max-width: 476px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 50px;
  transition: .2s;
}

.business-blocks__item:hover {
  background: #06C8D2;
  color: #FFFFFF;
}

.business-blocks .business-title {
  margin-bottom: 59px;
}

.business-blocks__item:nth-child(2) {
  margin: 0 19px;
}

.business-blocks {
  margin-bottom: 109px;
}

.business-members__slider {
  display: flex;
  margin-top: 66px;
  margin-bottom: 73px;
}

.business-members__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 228px;
  margin-right: 20px;
}

.business-members__item:last-child {
  margin-right: 0;
}

.business-members__item img {
  width: 100%;
  border-radius: 4px;
}

.business-members__features {
  display: flex;
  justify-content: space-between;
}

.business-members__wrap {
  display: flex;
  align-items: center;
}

.business-members__wrap:nth-child(2) {
  margin: 0 20px;
}

.business-members__wrap img {
  margin-right: 23px;
}

.business-members__subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #454545;
  max-width: 351px;
}

.business-pros {
  margin: 0 43px;
  margin-top: 136px;
  margin-bottom: 121px;
  background: rgba(246, 246, 244, 0.7);
  border-radius: 40px;
  padding: 20px;
  padding-top: 81px;
  padding-bottom: 76px;
}

.business-pros .business-features__top {
  margin-bottom: 50px;
}

.business-pros__content {
  display: flex;
  flex-direction: column;
}

.business-pros__item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.business-pros__item img {
  margin-right: 16px;
}

.business-pros__subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #454545;
}

.business-pros__subtitle span {
  color: #06C8D2;
  font-weight: 700;
}

.business-pros__desc {
  font-size: 18px;
  line-height: 26px;
  color: #999999;
  margin-top: -30px;
  margin-left: 60px;
}

.business-partners__item {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(209, 209, 209, 0.4);
  border-radius: 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  margin-right: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 127px;
}

.business-partners__slider {
  display: flex;
  align-items: center;
}

.business-partners__slider .slick-list {
  padding-left: 12px;
}

.business-partners__wrapper {
  position: relative;
  height: 228px;
  margin-top: 27px;
  margin-bottom: 110px;
}

.business-partners {
  margin-bottom: 120px;
}

.business-container-global {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.business-partners__wrap {
  position: absolute;
  left: -12px;
}

.business-title--small {
  font-size: 40px;
  line-height: 56px;
  max-width: 827px;
}

.business-problems__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 73px;
}

.business-problems__item {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #06C8D2;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: center;
  transition: .2s;
  padding-top: 29px;
}

.business-problems__item:nth-child(1) {
  background-image: url('../img/business/element-1.png');
  width: 350px;
  height: 107px;
  margin-right: 15px;
}

.business-problems__item:nth-child(2) {
  background-image: url('../img/business/element-2.png');
  width: 385px;
  height: 84px;
  margin-right: 37px;
}

.business-problems__item:nth-child(3) {
  background-image: url('../img/business/element-3.png');
  width: 129px;
  height: 107px;
  margin-right: 37px;
}

.business-problems__item:nth-child(4) {
  background-image: url('../img/business/element-4.png');
  width: 367px;
  height: 84px;
  margin-right: 37px;
}

.business-problems__item:nth-child(5) {
  background-image: url('../img/business/element-5.png');
  width: 324px;
  height: 84px;
  margin-right: 32px;
  padding-right: 25px;
}

.business-problems__item:nth-child(6) {
  background-image: url('../img/business/element-6.png');
  width: 239px;
  height: 105px;
  margin-right: 37px;
}

.business-problems__item:nth-child(7) {
  background-image: url('../img/business/element-7.png');
  width: 199px;
  height: 84px;
  margin-right: 28px;
  padding-right: 25px;
}

.business-problems__item:nth-child(8) {
  background-image: url('../img/business/element-8.png');
  width: 312px;
  height: 107px;
  margin-right: 28px;
}

.business-problems__item:nth-child(9) {
  background-image: url('../img/business/element-9.png');
  width: 164px;
  height: 84px;
  margin-right: 28px;
  padding-right: 25px;
}

.business-problems__item:nth-child(10) {
  background-image: url('../img/business/element-10.png');
  width: 302px;
  height: 107px;
  margin-right: 37px;
}

.business-problems__item:nth-child(11) {
  background-image: url('../img/business/element-11.png');
  width: 228px;
  height: 107px;
  margin-right: 37px;
}



.business-problems__item:hover {
  color: #454545;
}

.business-problems {
  background: rgba(246, 246, 244, 0.7);
  border-radius: 40px;
  margin: 0 43px;
  padding-top: 83px;
  padding-bottom: 53px;
}

.business-problems__inner {
  padding: 0 20px;
}

.business-center {
  display: flex;
  margin-top: 143px;
  margin-bottom: 194px;
}

.business-center__left {
  display: flex;
  flex-direction: column;
  max-width: 679px;
}

.business-center__title {
  font-weight: 600;
  font-size: 34px;
  line-height: 46px;
  color: #454545;
  margin-bottom: 39px;
}

.business-center__title span {
  color: #06C8D2;
}

.business-center .business-intro__btn {
  padding: 20px 43px;
  max-width: 279px;
  margin-top: 53px;
}

.business-center__right img {
  width: 100%;
}

.business-programs {
  margin-bottom: calc(136px - 52px);
}

.business-programs .business-title {
  text-align: center;
}

.business-programs__content {
  display: flex;
  flex-direction: column;
  margin-top: 93px;
}

.business-programs__left {
  display: flex;
  align-items: center;
  margin-bottom: 52px;
}

.business-programs__item {
  background: #FFFFFF;
  box-shadow: 0px 0px 27px rgba(191, 191, 191, 0.3);
  border-radius: 16px;
  padding: 59px 57px;
  width: 100%;
  max-width: 851px;
}

.business-programs__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  color: #454545;
  margin-bottom: 11px;
}

.business-programs__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #06C8D2;
}

.business-programs__item ul {
  margin-top: 50px;
}

.business-programs__item li {
  font-size: 22px;
  line-height: 30px;
  color: #454545;
  padding-left: 30px;
  position: relative;
  margin-bottom: 18px;
}

.business-programs__item li:last-child {
  margin-bottom: 57px;
}

.business-programs__item li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #06C8D2;
}

.business-programs .business-intro__btn {
  padding: 30px 87px;
}

.business-programs__icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-programs__right {
  display: flex;
  margin-bottom: 52px;
}

.business-connect {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 123px;
}

.business-connect .business-title {
  text-align: center;
  max-width: 813px;
  margin: 0 auto;
}

.business-connect__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
  margin-top: 51px;
}

.business-connect__item {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(6, 200, 210, 0.5);
  border-radius: 4px;
  width: calc(50% - 12px);
  padding-top: 23px;
  padding-left: 27px;
  padding-right: 38px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  min-height: 205px;
}

.business-connect__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #454545;
}

.business-connect__icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100px;
}

.business-connect .business-intro__btn {
  width: 100%;
  max-width: 534px;
  padding: 30px 0;
}

.business-about {
  margin-bottom: calc(157px - 42px);
}

.business-about__content {
  margin-top: 57px;
}

.business-about__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.business-about__item-last {
  border: none;
  margin-bottom: 0;
}

.business-about__btn button {
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  color: #454545;
  border: none;
  background: none;
  transition: .2s;
  text-align: start;
  padding: 0;
}

.business-about__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}

.business-about__btn img {
  border-radius: 50%;
  margin-right: 19px;
  transition: .3s;
}

.business-about__btn--active img {
  transform: rotate(45deg);
}

.business-about__text {
  font-size: 18px;
  line-height: 32px;
  color: #454545;
  max-width: 1003px;
  padding-left: 40px;
}

.business-about__text h4 {
  font-size: 20px;
}

.business-about__text .card-body {
  padding: 0;
}

.business-bottom__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F9F9F7;
  border-radius: 40px;
  margin-bottom: 132px;
  padding: 90px 20px;
}

.business-bottom__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #454545;
  margin-bottom: 47px;
  max-width: 920px;
}

.business-bottom__title span {
  color: #06C8D2;
}

.business-bottom .business-intro__btn {
  padding: 25px 72px;
}

.business-social {
  margin-bottom: 59px;
}

.business-social__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  color: #454545;
  margin-bottom: 20px;
}

.business-social__content {
  display: flex;
  align-items: center;
  margin-top: 42px;
}

.business-social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: #06C8D2;
  margin-right: 12px;
  transition: .2s;
}

.business-social__link:hover {
  opacity: .6;
}

.business-popup {
  position: relative;
}

.business-popup .events-admin__popup-close {
  position: absolute;
  right: 10px;
  top: 0;
}

.business-popup__title {
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  color: #454545;
  text-align: center;
  margin-bottom: 17px;
}

.business-popup__subtitle {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #454545;
  max-width: 435px;
  margin: 0 auto;
  margin-bottom: 34px;
}

.business-popup .input-form {
  border: none;
  margin-bottom: 30px;
}

.business-popup .input-form__input::placeholder {
  font-size: 18px;
  line-height: 22px;
  color: #999;
}

.business-popup .input-form__input {
  background: rgba(246, 246, 244, 0.9);
  border-radius: 8px;
  height: 59px;
  font-size: 18px;
  line-height: 22px;
}

.business-popup__col {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.business-popup__col span {
  font-size: 18px;
  line-height: 28px;
  color: #454545;
  margin-right: 40px;
}

.business-popup__col button {
  border: none;
  background: none;
  margin-right: 14px;
  transition: .2s;
}

.business-popup__col button:hover {
  opacity: .6;
}

.business-popup__col i {
  font-size: 24px;
  color: #06C8D2;
}

.business-popup__col input {
  background: rgba(246, 246, 244, 0.9);
  border-radius: 8px;
  width: 83px;
  height: 59px;
  border: none;
  text-align: center;
  margin-right: 14px;
}

.business-popup__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #454545;
  margin-bottom: 16px;
}

.business-popup__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.business-popup__wrap input {
  position: absolute;
  opacity: 0;
  height: 0;
  font-size: 0;
}

.business-popup__wrap label {
  font-size: 18px;
  line-height: 28px;
  color: #454545;
  padding-left: 36px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}

.business-popup__wrap input+label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border: 2px solid #06C8D2;
  border-radius: 50%;
}

.business-popup__wrap input:checked+label::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #06C8D2;
  border-radius: 50%;
}

.business-popup__checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  font-size: 0;
}

.business-popup__checkbox label {
  font-size: 18px;
  line-height: 28px;
  color: #454545;
  padding-left: calc(26px + 15px);
  position: relative;
  cursor: pointer;
}

.business-popup__checkbox input+label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #06C8D2;
  border-radius: 3px;
  width: 26px;
  height: 26px;
}

.business-popup__checkbox input:checked+label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #06C8D2;
  width: 26px;
  height: 26px;
  background-image: url('../img/business/popup-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}

.business-popup__checkbox a {
  color: #06C8D2 !important;
}

.business-popup__btn {
  background: #06C8D2;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  padding: 20px 0;
  cursor: pointer;
  transition: .2s;
  margin-top: 44px;
}

.business-popup__error {
  display: none;
  font-size: 14px;
  margin-top: 5px;
  color: #DC143C;
}

.business-popup__btn:hover {
  opacity: .6;
}

.business-popup__wrapper {
  display: flex;
  align-items: center;
}

.input-form--phone {
  position: relative;
}

.business-label a {
  font-size: 18px;
  line-height: 28px;
  color: #454545;
  transition: .2s;
}

.business-popup--end h2 {
  margin-bottom: 40px;
}

.foto-popup--end {
  top: 40%;
}

.business-label a:hover {
  opacity: .6;
}

.business-features__title--pros {
  max-width: 520px;
}

.business-popup__btn-disabled {
  opacity: .2;
  cursor: not-allowed;
}

.business-error {
  border: 1px solid #DC143C;
}

.business-checkbox-error::after {
  border: 1px solid #DC143C !important;
}

.business-members__name {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #454545;
  margin-top: 15px;
  margin-bottom: 10px;
}

.business-members__old {
  font-size: 14px;
  line-height: 16px;
  color: #454545;
  margin-bottom: 6px;
}

.business-members__spec {
  font-size: 14px;
  line-height: 16px;
  color: #454545;
}

@media (min-width: 993px) {
  .business-about__btn:hover img {
    transition: .8s;
    transform: rotate(360deg);
  }
}

@media (max-width: 993px) {
  .business-intro__inner {
    flex-direction: column;
  }

  .business-about__text br {
    display: none;
  }

  .business-intro__right {
    margin: 40px 0;
    margin-top: 60px;
  }

  .business-intro__right img {
    max-width: 520px;
  }

  .business-intro__left {
    margin-top: 60px;
  }

  .business-intro__title {
    font-size: 42px;
    line-height: 54px;
  }

  .business-intro__subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .business-intro__btn {
    font-size: 18px;
    padding: 16px 42px;
  }

  .business-features__content {
    flex-direction: column;
  }

  .business-features {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .business-features__title {
    font-size: 36px;
    line-height: 40px;
    white-space: inherit;
  }

  .business-features__line {
    margin-top: 10px;
  }

  .business-features__item {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .business-features__item:nth-child(2) {
    margin: 0;
    margin-bottom: 50px;
  }

  .business-features__subtitle {
    max-width: 100%;
  }

  .business-blocks__item br {
    display: none;
  }

  .business-blocks__item {
    max-width: 100%;
    height: 80px;
  }

  .business-blocks__content {
    flex-direction: column;
  }

  .business-blocks__item:nth-child(2) {
    margin: 0;
    margin-bottom: 20px;
  }

  .business-title {
    font-size: 36px;
    line-height: 40px;
  }

  .business-blocks .business-title {
    margin-bottom: 35px;
  }

  .business-members__features {
    flex-direction: column;
  }

  .business-members__wrap:nth-child(2) {
    margin: 0;
    margin-bottom: 25px;
  }

  .business-members__wrap {
    margin-bottom: 25px;
  }

  .business-members__subtitle {
    max-width: 100%;
  }

  .business-members__subtitle br {
    display: none;
  }

  .business-members__item {
    min-width: 228px;
  }

  .business-members__slider {
    overflow-y: auto;
    direction: ltr;
    scrollbar-color: #ccc #fff;
    scrollbar-width: thin;
    padding-bottom: 15px;
    margin-bottom: 55px;
  }

  .business-members__slider::-webkit-scrollbar {
    height: 3px;
  }

  .business-members__slider::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .business-members__slider::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: #ccc;
  }

  .business-pros {
    margin: 90px 15px;
  }

  .business-intro {
    margin: 0 15px;
  }

  .business-pros .business-features__title {
    white-space: nowrap;
  }

  .business-center {
    flex-direction: column;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .business-center__left {
    max-width: 100%;
  }

  .business-center__right {
    margin-top: 30px;
  }

  .business-programs__icon {
    display: none;
  }

  .business-programs__item {
    max-width: 100%;
  }

  .business-programs__left {
    margin-bottom: 30px;
  }

  .business-programs__right {
    margin-bottom: 30px;
  }

  .business-connect__item {
    width: 100%;
  }

  .business-connect__title br {
    display: none;
  }

  .business-connect__title {
    margin-right: 20px;
  }

  .business-connect .business-intro__btn {
    padding: 24px 0;
    max-width: 460px;
  }

  .business-programs .business-intro__btn {
    padding: 24px 64px;
  }

  .business-about__btn {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .business-about__btn img {
    margin-right: 10px;
  }

  .business-about__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .business-bottom__content {
    padding: 60px 20px;
    margin-bottom: 80px;
  }

  .business-bottom__title {
    font-size: 28px;
    line-height: 44px;
  }

  .business-partners {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .business-intro__right {
    margin: 23px 0;
  }

  .business-intro__left {
    margin-top: 23px;
  }

  .business-intro__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .business-intro__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 23px;
  }

  .business-intro__btn {
    padding: 13px 0;
    width: 100%;
    white-space: normal;
  }

  .business-intro {
    margin: 0;
    border-radius: 0;
  }

  .business-intro__inner {
    padding: 0;
    min-height: auto;
    padding-bottom: 3px;
  }

  .business-features__top {
    align-items: flex-start;
    margin-bottom: 31px;
  }

  .business-features__title {
    font-size: 22px;
    line-height: 27px;
    max-width: 159px;
    min-width: 159px;
    width: 159px;
  }

  .business-features {
    margin-top: 43px;
    margin-bottom: 12px;
  }

  .business-features__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 9px;
  }

  .business-features__link {
    font-size: 16px;
    line-height: 26px;
  }

  .business-features__item {
    margin-bottom: 35px;
  }

  .business-features__item:nth-child(2) {
    margin-bottom: 35px;
  }

  .business-features__line {
    margin-left: 0;
  }

  .business-blocks__item {
    height: auto;
    background: #06C8D2;
    border-radius: 66px;
    padding: 18px 27px;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 5px;
  }

  .business-blocks__content {
    flex-direction: column;
  }

  .business-blocks__item:nth-child(2) {
    margin: 0;
    margin-bottom: 20px;
  }

  .business-title {
    font-size: 36px;
    line-height: 40px;
  }

  .business-title--center {
    text-align: start;
  }

  .business-blocks .business-title {
    margin-bottom: 30px;
  }

  .business-blocks {
    margin-bottom: 42px;
  }

  .business-title {
    font-size: 20px;
    line-height: 30px;
  }

  .business-title br {
    display: none;
  }

  .business-blocks__item:nth-child(2) {
    margin-bottom: 5px;
  }

  .business-members__slider {
    margin-top: 21px;
    margin-bottom: 29px;
    padding-bottom: 10px;
  }

  .business-members__item {
    max-width: 165px;
    min-width: 165px;
    margin-right: 6px;
  }

  .business-members__wrap img {
    width: 45px;
    height: 41px;
    margin-right: 23px;
  }

  .business-members__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .business-pros {
    margin: 50px 0;
    border-radius: 0;
    padding: 43px 0;
  }

  .business-pros .business-features__title {
    min-width: 235px;
    max-width: 235px;
    width: 235px;
    margin-right: 10px;
  }

  .business-pros .business-features__line {
    margin-top: 12px;
  }

  .business-pros .business-features__top {
    margin-bottom: 35px;
  }

  .business-pros__item img {
    width: 28px;
    height: 28px;
  }

  .business-pros__subtitle {
    font-size: 14px;
    line-height: 24px;
  }

  .business-pros__item {
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .business-pros__desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: -6px;
    margin-left: 40px;
  }

  .business-problems {
    padding-top: 37px;
    padding-bottom: 0;
    margin: 0;
    border-radius: 0;
  }

  .business-problems__content {
    flex-wrap: nowrap;
    overflow-y: auto;
    margin-top: 17px;
  }

  .business-problems__content::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .business-problems__inner {
    padding: 17px;
    padding-right: 0;
    padding-bottom: 0;
  }

  .business-problems .business-container {
    padding: 0;
  }

  .business-center {
    margin-top: 49px;
    margin-bottom: 63px;
  }

  .business-center__title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .business-center .business-intro__btn {
    margin-top: 23px;
    padding: 15px 0;
    max-width: 100%;
  }

  .business-programs__content {
    margin-top: 36px;
  }

  .business-programs-wrapper .business-container {
    padding: 0;
  }

  .business-programs__item {
    padding: 29px 20px;
    padding-right: 16px;
  }

  .business-programs__title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
  }

  .business-programs__subtitle {
    font-size: 14px;
    line-height: 22px;
  }

  .business-programs__item ul {
    margin-top: 27px;
  }

  .business-programs__item li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 25px;
    margin-bottom: 5px;
  }

  .business-programs__item li:last-child {
    margin-bottom: 27px;
  }

  .business-programs__item li::after {
    width: 10px;
    height: 10px;
  }

  .business-programs .business-intro__btn {
    padding: 12px 0;
  }

  .business-programs__right {
    margin-bottom: 15px;
  }

  .business-programs__left {
    margin-bottom: 15px;
  }

  .business-programs {
    margin-bottom: calc(77px - 15px);
  }

  .business-connect {
    margin-bottom: 79px;
  }

  .business-connect__content {
    margin-top: 32px;
    margin-bottom: calc(21px - 9px);
  }

  .business-connect__item {
    flex-direction: column;
    padding: 11px 13px;
    padding-bottom: 20px;
    margin-bottom: 9px;
    min-height: 160px;
  }

  .business-connect__title {
    font-size: 14px;
    line-height: 22px;
    padding-right: 20px;
  }

  .business-connect__icon {
    max-width: 100%;
    justify-content: flex-end;
  }

  .business-connect__icon img {
    width: 100%;
    max-width: 51px;
  }

  .business-connect__item:nth-child(3) img {
    max-width: 31px;
    height: 53px;
    margin-right: 13px;
  }

  .business-connect .business-intro__btn {
    padding: 17px 0;
    max-width: 100%;
  }

  .business-about__content {
    margin-top: 32px;
  }

  .business-about__btn {
    font-size: 14px;
    line-height: 24px;
  }

  .business-about__btn button {
    font-size: 14px;
    line-height: 24px;
  }

  .business-about__btn img {
    width: 25px;
    height: 25px;
    margin-right: 14px;
    margin-top: 5px;
  }

  .business-about__text {
    font-size: 14px;
    line-height: 22px;
    padding-left: 0;
  }

  .business-about__item {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .business-about {
    margin-bottom: calc(41px - 14px);
  }

  .business-bottom__content {
    padding: 50px 20px;
    margin-bottom: 41px;
  }

  .business-bottom__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .business-bottom .business-intro__btn {
    padding: 20px 0;
    width: 100%;
  }

  .business-social__title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 12px;
  }

  .business-social__content {
    margin-top: 22px;
  }

  .business-social__link {
    margin-right: 10px;
  }

  .business-social .business-features__link {
    align-items: flex-start;
  }

  .business-social .business-features__link img {
    margin-top: 4px;
  }

  .business-features__link--sub {
    font-size: 16px;
    line-height: 20px;
  }

  .business-popup__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 14px;
  }

  .business-popup__subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 26px;
  }

  .business-popup .input-form__input {
    height: 53px;
  }

  .business-popup .input-form {
    margin-bottom: 10px;
  }

  .business-popup__col {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8px;
  }

  .business-popup__col span {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .business-popup__col input {
    height: 53px;
  }

  .business-popup__col button {
    width: 36px;
    height: 36px;
    padding: 0;
    margin-right: 13px;
  }

  .business-popup__col i {
    font-size: 36px;
  }

  .business-popup__wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .business-popup__wrap label {
    margin-bottom: 13px;
  }

  .business-popup__checkbox {
    margin-bottom: 23px;
  }

  .business-popup__checkbox label {
    font-size: 16px;
    line-height: 26px;
    padding-left: 31px;
  }

  .business-popup__checkbox input+label::after {
    width: 22px;
    height: 22px;
    top: 3px;
  }

  .business-popup__checkbox input:checked+label::before {
    width: 22px;
    height: 22px;
    top: 3px;
  }

  .business-popup__btn {
    font-size: 18px;
    line-height: 22px;
  }

  .business-popup__desc {
    margin-top: 14px;
    font-size: 16px;
    line-height: 20px;
  }

  .business-problems__item {
    font-size: 16px;
    line-height: 26px;
    padding: 24px;
    white-space: nowrap;
    margin-right: 11px !important;
    margin-bottom: 0;
    margin-bottom: 0;
    background: #FFFFFF !important;
    height: 75px !important;
    border-radius: 16px;
    box-shadow: 0px 0px 11.1429px rgba(206, 206, 206, 0.4);
  }

  .business-problems__content {
    margin-top: 0;
    padding-top: 17px;
    padding-bottom: 39px;
    padding-left: 17px;
  }

  .business-problems .business-title {
    padding-left: 17px;
  }

  .business-problems__inner {
    padding-left: 0;
  }

  .business-partners__wrapper {
    height: 140px;
  }

  .business-partners__item {
    padding: 19px 20px;
    height: 82px;
    margin-right: 8px;
  }

  .business-partners__slider .slick-list {
    padding-left: 6px;
  }

  .business-partners__wrap {
    left: -6;
    top: 0;
  }

  .business-partners .business-title {
    margin-bottom: -20px;
  }

  .input-form--phone::after {
    top: 15px;
  }
}

#favoritesEvents {
  display: none;
}

.fotoReply {
  width: 100%;
  max-width: 155px;
  max-height: 200px;
  object-fit: cover;
  margin-top: 0 !important;
}

.filesReply {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #454545;
  word-break: break-all;
}

.filesWrap {
  display: flex;
  align-items: center;
}

.filesWrap i {
  font-size: 22px;
  color: #CCCCCC;
  margin-right: 12px;
}

.input-form--timetable {
  width: 65px;
  height: 39px;
  margin-bottom: 0 !important;
}

.input-form--timetable input {
  width: 66px;
  height: 39px;
  padding-left: 22px !important;
}

.input-form--timetable input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-form--timetable input {
  -moz-appearance: textfield;
}

.events-error-input {
  border: 1px solid #DC143C !important;
}

.events-disabled-btn {
  opacity: .2;
  cursor: not-allowed;

}

.event-error {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #DC143C;
  margin: 5px 0;
}

.event-error-time-start {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #DC143C;
  margin: 7px 0;
}

.event-error-time-end {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #DC143C;
  margin: 7px 0;
}

.event-error-time {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #DC143C;
  margin: 7px 0;
}

#batchFileName {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #454545;
  margin-bottom: 25px;
}

.events-admin__popup-link {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #DC143C;
  margin: 20px 0;
  transition: .2s;
}

.events-admin__banner--small {
  display: flex;
  flex-direction: column;
}

.events-admin__banner--small label {
  height: 140px;
}

.events-admin__popup-link:hover {
  opacity: .6;
}

.events__empty {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #999;
  margin-top: 15px;
  margin-left: 0 !important;
}

.sub-events {
  margin-top: 15px;
}

.admin-certificate {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 11px;
  margin-bottom: 41px;
}

.admin-certificate .dropdown {
  width: 100%;
  max-width: 581px;
  margin-bottom: 12px;
}

.admin-certificate .dropdown input {
  width: 100%;
}

.admin-certificate .check__wrap {
  display: flex;
  margin-bottom: 24px;
}

.admin-certificate__content {
  display: none;
  margin-bottom: 30px;
}

.events-broadcast {
  padding-top: 22px;
  border-top: 1px solid #DDDDDD;
}

.events-broadcast h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #454545;
}

.events-broadcast__nav {
  display: flex;
  margin-bottom: 12px;
}

.events-broadcast__tab {
  font-size: 20px;
  line-height: 22px;
  color: #454545;
  border: none;
  background: none;
  position: relative;
  font-weight: 700;
  border-bottom: 1px solid #DDDDDD;
  padding: 0;
  padding-left: 12px;
  padding-bottom: 12px;
  padding-right: 18px;
  transition: .2s;
}

.events-broadcast__tab:last-child {
  padding-right: 6px;
}

.events-broadcast__tab:hover {
  opacity: .6;
}

.events-broadcast__tab--active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #01B1FE;
}

.events-broadcast--admin {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.events-broadcast__admin {
  display: flex;
  flex-direction: column;
  width: 238px;
  height: 266px;
  margin-right: 20px;
}

.events-broadcast__admin--empty {
  height: auto;
  padding-top: 22px;
  padding-bottom: 44px;
}

.events-broadcast__admin button:last-child {
  background: #DC143C;
  margin-top: 20px;
}

.events-broadcast__admin button:last-child:hover {
  opacity: .8;
}

.events-broadcast__item {
  width: 438px;
  height: 266px;
  margin-right: 20px;
}

.events-broadcast__item iframe {
  width: 438px;
  height: 266px;
}

.events-broadcast__content {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 22px;
}

.events-broadcast__iframe {
  position: relative;
}


.events-broadcast__iframe iframe {
  width: 538px;
  min-width: 538px;
  height: 316px;
  margin-right: 20px;
}

.timetable-inner__video .events-broadcast__iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.events-broadcast__iframe--record {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.events-broadcast__iframe--record iframe {
  margin-right: 0;
}

.events-broadcast__iframe--record button {
  width: calc(100% - 4px);
  margin: 0;
  margin-top: 12px;
}

.events-broadcast__content--record {
  display: flex !important;
}

.timetable-inner__video iframe {
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.events-broadcast__content-2 {
  display: none;
}

.events-broadcast__content-3 {
  display: flex;
}

.events-broadcast__content--active {
  display: flex;
}

.events-broadcast__broadcast-link {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.events-broadcast__broadcast-link a:hover {
  color: #fff;
}

.events-broadcast__broadcast-link a {
  margin-left: 0;
}

.events-broadcast__content .ovenplayer {
  width: 538px !important;
  min-width: 538px;
  height: 316px;
  margin-right: 20px;
}

.timetable-inner__video .ovenplayer {
  width: 100% !important;
  height: 100%;
  margin-right: 0;
}

.lecture-video__nav {
  margin-top: 12px;
  margin-bottom: 8px;
}

.lecture-video__tab {
  font-size: 24px;
  line-height: 26px;
  color: #454545;
  border: none;
  background: none;
  position: relative;
  font-weight: 700;
  border-bottom: 1px solid #DDDDDD;
  padding: 0;
  padding-left: 12px;
  padding-bottom: 12px;
  padding-right: 18px;
  transition: .2s;
}

.lecture-video__tab:last-child {
  padding-right: 6px;
}

.lecture-video__tab:hover {
  opacity: .6;
}

.lecture-video__tab--active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #01B1FE;
}

.lecture-video__iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.lecture-video__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.lecture-video__player {
  display: flex;
  width: 100%;
}

.lecture-video__player-2 {
  display: none;
}

/* .lecture-video__player-3 {
  display: none;
} */

.admin-tools {
  display: flex;
}

.admin-tools__left {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 16px;
  border-right: 1px solid #eee;
}

.admin-tools__left h1 {
  margin-bottom: 42px;
}

.admin-tools__item {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.admin-tools__item .input-form__input {
  height: 40px;
}

.admin-tools__item .input-form {
  width: 100%;
  margin-right: 16px;
}

.admin-tools {
  width: 100%;
}

.admin-tools__right {
  width: 50%;
  padding-left: 16px;
  padding-top: 72px;
}

.admin-tools__result {
  font-size: 14px;
  line-height: 16px;
  color: #454545;
  padding: 8px;
  border: 1px solid #eee;
  margin-top: 22px;
}

@media (max-width: 1200px) {
  .presentations {
    margin-top: 0;
  }

  .schedule-control__content {
    padding: 15px 10px;
  }

  .messenger-chat__reply {
    opacity: 1;
  }
}

@media (max-width: 768px) {

  .presentations__section {
    padding: 24px;
  }

  .schedule-control__tab-1 {
    display: flex;
  }

  .schedule-control__title {
    display: none;
  }

  .schedule-control__mobile {
    display: flex;
    align-items: center;
    padding-bottom: 9px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }

  .schedule-control__mobile-btn {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    background: none;
    border: none;
    position: relative;
    margin-right: 17px;
    padding: 0;
    padding-right: 5px;
  }

  .schedule-control__mobile-btn--active::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #01B1FE;
  }

  .schedule-control__weeks {
    flex-direction: column;
  }

  .schedule-control__day {
    display: none;
  }

  .schedule-control__day--active {
    display: flex;
  }

  .schedule-control__title-mobile {
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    padding-bottom: 9px;
    margin-bottom: 12px;
    border-bottom: 1px solid #DDDDDD;
  }

  .modal-schedule__content {
    justify-content: space-between;
  }

  .modal-schedule__content a {
    margin-right: 23px;
  }

  .modal-schedule__content span {
    margin-right: 12px;
  }

  .modal-schedule__nav button {
    font-size: 14px;
    line-height: 17px;
    padding: 11px 0px;
    width: 50%;
    transition: .2s;
  }

  .modal-schedule__nav button:last-child {
    margin-right: 0;
  }

  .result-title {
    padding-bottom: 16px;
    margin-bottom: 19px;
  }

  .link-back {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .link-back-wrap {
    border-top: none;
    padding-top: 0;
  }

  .events-broadcast__content .ovenplayer {
    min-width: 100%;
    width: 100% !important;
    max-width: 100%;
    height: 100%;
  }

  .events-broadcast__iframe {
    position: relative;
    overflow: hidden;
    width: 100vw;
    min-width: calc(100vw - 78px + 16px);
    padding-top: 56.25%;
    margin-right: 16px;
  }

  .events-broadcast__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
  }

  .events-broadcast__iframe--admin iframe {
    height: calc(100% - 60px);
  }

  .events-broadcast__iframe--record button {
    width: calc(100% - 8px);
  }

  .timetable-inner__video-btn--event {
    max-width: 100% !important;
  }

  .events-broadcast__iframe iframe html {
    overflow: hidden;
  }

  .lecture-video__nav {
    display: flex;
  }

  .lecture-video__tab {
    font-size: 18px;
    line-height: 20px;
    width: 33.3333%;
  }

  .admin-tools {
    flex-direction: column;
  }

  .admin-tools__left {
    width: 100%;
    padding-right: 0;
    border: none;
  }

  .admin-tools__right {
    width: 100%;
    padding-left: 0;
    border: none;
    padding-top: 12px;
  }
}

@media (max-width: 576px) {
  .events-broadcast__iframe {
    min-width: calc(100vw - 30px + 16px);
  }

  .fotoReply {
    max-height: 150px;
  }

  .presentations .personal-cabinet__pages-title {
    margin-bottom: 21px;
  }

  .presentations__link {
    display: none;
  }

  .presentations__title {
    font-size: 12px;
    line-height: 18px;
    padding-right: 0;
  }

  .presentations_icon i {
    font-size: 17px;
  }

  .presentations__section {
    padding: 14px;
    padding-bottom: 27px;
  }

  .presentations .edit-profile__section-title {
    font-size: 14px;
  }

  .presentations__btn {
    font-size: 0;
  }

  .presentations__top {
    padding-bottom: 0;
  }

  .presentations__section-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .presentations__section-item i {
    font-size: 17px;
  }

  .messenger-chat__reply-item .messenger-popup__item--reply-foto {
    justify-content: flex-start;
    width: calc(50% - 15px);
    margin-left: 0;
    margin-right: 15px;
  }

  .messenger-chat__field {
    max-height: 520px;
  }

  .messenger__foto-block img {
    width: calc(50% - 10px);
    margin-right: 10px;
  }

  .events__empty {
    margin-top: 5px;
  }

  .members__content {
    max-height: 60vh;
  }

  .events-broadcast__content {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .events-broadcast__item {
    width: 267px;
    height: 162px;
    margin-right: 8px;
  }

  .events-broadcast__item iframe {
    width: 267px;
    height: 162px;
  }

  .events-broadcast__tab {
    font-size: 18px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .events-broadcast__tab:hover {
    opacity: 1;
  }
}

.bonus__btn {
  margin-bottom: 60px;
}

.bonus h1 {
  margin-bottom: 30px;
}

.bonus {
  margin-bottom: 20px;
}

.bonus__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
  background: #fff;
}

.bonus__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  float: left;
}

.bonus__item span {
  font-size: 16px;
  line-height: 20px;
  color: #454545;
  margin-right: 30px;
}

.bonus__item span:first-child {
  width: 200px;
  min-width: 200px;
}

.bonus__item span:nth-child(2) {
  width: 65px;
  min-width: 65px;
}

.bonus__item span:nth-child(3) {
  width: 156px;
  min-width: 156px;
}

.bonus__item span:nth-child(4) {
  width: 146px;
  min-width: 156px;
}

.bonus__item span:nth-child(5) {
  width: 206px;
  min-width: 156px;
  word-break: break-all;
}

.bonus__item span:nth-child(6) {
  width: 106px;
  min-width: 156px;
  margin-right: 10px;
  word-break: break-word;
}

.bonus__del {
  margin-left: auto;
  background-color: #FE6F61;
  min-width: 185px !important;
}

.bonus__del:hover {
  opacity: .8;
  background-color: #FE6F61;
}

.bonus__del span {
  color: #fff;
  margin-right: 0;
  width: 100% !important;
}

.bonus__item--header span {
  font-weight: 600;
  white-space: nowrap;
}

.empty-element {
  width: 185px;
  min-width: 185px;
}

.active-bonus {
  color: #87DB50 !important;
}

.disabled-bonus {
  color: #DC143C !important;
}

.bonus__list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.bonus__list::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.bonus__list::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.bonus__header {
  timetable-admin__right display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.bonus__form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bonus__wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.check__wrap--bonus {
  margin-top: 15px;
}

.check__wrap--mark {
  margin-bottom: 15px;
}

.bonus__specialists {
  display: flex;
  flex-direction: column;
}

.bonus__specialists .events-admin__popup-item {
  margin-bottom: 20px;
}

.bonus__label {
  font-size: 16px;
  line-height: 18px;
  color: #777;
  margin-bottom: 10px;
}

.bonus__wrap .flatpickr {
  width: 100%;
}

.notifications-admin__history {
  display: none;
  background: #fff;
}

.notifications-admin__history-container::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

.notifications-admin__history-container::-webkit-scrollbar-track {
  background-color: #EEEEEE;
}

.notifications-admin__history-container::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #01B1FE;
  border-radius: 8px;
}

.notifications-admin__history-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: calc(97vh - 38px - 34px - 16px - 144px - 22px - 32px - 40px - 8px - 32px);
  overflow: auto;
  direction: ltr;
  scrollbar-color: #EEEEEE #DDDDDD;
  scrollbar-width: thin;
  overflow-y: auto;
}

.notifications-admin__history-btn {
  display: none;
  width: 100%;
  margin-top: 12px;
}

.notifications-admin__checkbox label {
  font-size: 16px;
}

.notifications-admin__checkbox h3 {
  margin-bottom: 15px;
}

.notifications-admin__checkbox {
  margin-bottom: 35px;
}

.notifications-admin__checkbox .check__wrap {
  margin-bottom: 10px;
}

.notifications-admin__input {
  margin-bottom: 15px;
}

.notifications-admin__input--html {
  margin-bottom: 16px;
}

.notifications-admin__input--html .event-editor {
  margin-bottom: 52px;
}

.notifications-admin__file {
  display: none;
  flex-direction: column;
}

.notifications-admin__file input {
  font-size: 0;
  opacity: 0;
  width: 0;
  position: absolute;
}

.notifications-admin__file label {
  padding: 6px 12px;
  color: #fff;
  border-radius: 8px;
  background: #007EFF;
  cursor: pointer;
  transition: .2s;
  max-width: 220px;
  text-align: center;
  margin-bottom: 20px;
}

.notifications-admin__file label:hover {
  opacity: .6;
}

.notifications-admin__file img {
  display: none;
  width: 100%;
  max-width: 320px;
  max-height: 320px;
  object-fit: cover;
  margin-bottom: 20px;
}

.notifications-admin__content {
  width: calc(50% - 25px);
}

.notifications-admin__wrapper-inner {
  width: calc(50% - 25px);
}

.notifications-admin__content {
  display: none;
}

.notifications-admin__content .notifications-admin__input {
  max-width: 100%;
}

/* .notifications-admin__add {
  margin-left: auto;
}

.notifications-admin__add input {
  font-size: 0;
  opacity: 0;
  position: absolute;
}

.notifications-admin__add label .fa-check {
  display: none;
}

.notifications-admin__add i {
  font-size: 20px;
  color: #C4C4C4;
}

.notifications-admin__add label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: .2s;
  cursor: pointer;
}

.notifications-admin__add input:checked + label {
  background: #02C864;
}

.notifications-admin__add input:checked + label .fa-check {
  display: block;
}

.notifications-admin__add input:checked + label .fa-plus {
  display: none;
}

.notifications-admin__add input:checked + label i {
  color: #fff;
} */

.notifications-close {
  margin-left: auto;
}

.notifications-close:hover {
  opacity: .6;
}

.notifications-admin__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.notifications-admin__input--flex {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.notifications-admin__input--flex .input-form--timetable {
  height: 48px;
}

.notifications-admin__input--flex .input-form--timetable input {
  height: 48px;
}

.notifications-admin__wrap .dropdown-btn {
  background: none;
}

.notifications-admin__wrap i {
  display: none;
}

.notifications-admin__wrap span {
  margin-left: 20px;
  margin-right: 40px;
}

.notifications-admin__element {
  margin-right: 35px;
}

.notifications-admin__history {
  padding: 32px;
}

.notifications-admin__item span {
  margin-right: 20px;
}

.notifications-admin__item--header span {
  font-weight: 700;
  white-space: nowrap;
}

.notifications-admin__item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.notifications-admin__item span:first-child {
  min-width: 180px;
  width: 180px;
  word-break: break-word;
}

.notifications-admin__item span:nth-child(2) {
  width: 130px;
  min-width: 130px;
}

.notifications-admin__item span:nth-child(3) {
  width: 160px;
  min-width: 160px;
}

.notifications-admin__item span:nth-child(4) {
  width: 130px;
  min-width: 130px;
}

.notifications-admin__item span:nth-child(5) {
  width: 210px;
  min-width: 210px;
}

.notifications-admin__item span:nth-child(6) {
  width: 150px;
  min-width: 150px;
}

.notifications-admin__item .btn {
  padding: 0 20px;
}

.notifications-admin__item .btn span {
  margin-right: 0 !important;
}

.notifications-admin__inner {
  display: flex;
  align-items: center;
}

.notifications-admin__person {
  width: calc(50% - 8px);
  height: auto;
  border-bottom: 1px solid #DDDDDD;
  padding: 16px;
  margin-bottom: 16px;
}

.notifications-admin__time h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.notifications-admin__time label {
  margin-bottom: 10px;
}

.notifications-admin__input--title {
  display: none;
}

.notifications-admin__input .input-form__placeholder {
  background: none !important;
}

.notifications-admin__wrapper {
  display: flex;
  justify-content: space-between;
}

.notifications-admin__time {
  margin-top: 20px;
  margin-bottom: 30px;
}

.notifications-admin__type {
  display: flex;
  flex-direction: column;
}

.notifications-admin__type .option {
  margin-bottom: 10px;
}

.notifications-admin__type .SumoSelect {
  width: 100%;
}

.notifications-admin__type span {
  display: flex;
}

.notifications-admin__time {
  display: none;
}

.notification-input {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.notification-input .option {
  margin-bottom: 0;
}

.notification-input .input-form {
  margin: 0 10px;
}

.notification-span {
  margin-left: 10px;
}

.person-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-y: auto;
  max-height: 750px;
  direction: ltr;
  scrollbar-color: #CBD1D2 #f3f8ff;
  scrollbar-width: #CBD1D2;
}

.person-container--bonus {
  max-height: 320px;
}

.person-container::-webkit-scrollbar {
  width: 4px;
}

.person-container::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.person-container::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.notifications-select {
  display: none;
  margin-bottom: 20px;
}

.notifications-select .dropdown-btn {
  width: 100%;
  height: 36px;
}

.notifications-select .dropdown__icon {
  top: 10px;
}

.notifications-error {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #DC143C;
  margin-bottom: 20px;
}

.notifications-admin__person .events-admin__foto img {
  width: 25px;
  height: 25px;
}

.notifications-admin__content .SumoSelect {
  width: 100% !important;
  margin-bottom: 20px;
}

.CaptionCont {
  border: 1px solid #ddd !important;
  background: none !important;
  border-radius: 8px !important;
}

.CaptionCont label {
  display: none;
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
  background-color: #01B1FE !important;
}

.CaptionCont {
  height: 34px !important;
}

.optWrapper {
  border-radius: 8px !important;
}

.notifications-admin__button {
  margin-top: 40px;
}

.notifications-admin__content .SumoSelect .select-all {
  height: 38px;
}

.wickedpicker {
  width: 215px !important;
  z-index: 999999999;
}

.timepicker {
  width: 86px;
  border: 1px solid #ddd;
  background: none;
  border-radius: 8px;
  padding: 8px;
  padding-right: 12px;
  text-align: center;
  height: 48px;
}

.bonus__sumo .SumoSelect .select-all {
  height: 38px;
}

.bonus__sumo .SumoSelect {
  width: 100% !important;
  margin-bottom: 20px;
}

.wickedpicker__title {
  font-size: 18px;
  font-weight: 700;
}

.wickedpicker__close {
  font-size: 18px;
  font-weight: 400;
}

.wickedpicker__controls__control--hours {
  font-size: 14px;
  font-weight: 500;
}

.wickedpicker__controls__control--minutes {
  font-size: 14px;
  font-weight: 500;
}

.error-where {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #DC143C;
  margin-bottom: 20px;
}

.notifications-admin__max {
  font-size: 14px;
  line-height: 18px;
  color: #777;
  margin-bottom: 10px;
}

.notifications-admin__checkbox .check__wrap {
  display: flex;
}

.notifications__sub-event {
  display: none;
  flex-direction: column;
  margin-bottom: 20px;
}

.notifications__sub-event .SumoSelect {
  display: flex;
  width: 100%;
  margin-bottom: 0;
}

.notifications__sub-event .SumoSelect:first-child {
  margin-bottom: 12px;
}

.notifications__sub-event .SumoSelect>.CaptionCont {
  width: calc(100% - 6px);
}

@font-face {
  font-family: 'fontello';
  src: url("../css/font-plugin/fontello.eot?52602240");
  src: url("../css/font-plugin/fontello.eot?52602240#iefix") format("embedded-opentype"), url("../css/font-plugin/fontello.woff?52602240") format("woff"), url("../css/font-plugin/fontello.ttf?52602240") format("truetype"), url("../css/font-plugin/fontello.svg?52602240#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media (max-width:991px) {
  .notifications-admin__wrapper {
    flex-direction: column;
  }

  .notifications-admin__content {
    margin: 20px 0;
  }

  .notifications-admin__person {
    width: 100%;
  }
}

@media (max-width:576px) {
  .notifications-admin__history {
    padding: 16px;
    max-height: calc(100vh - 170px);
  }

  .notifications-admin__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .notifications-admin__wrap .dropdown-btn {
    width: 100%;
    margin-bottom: 15px;
  }

  .notifications-admin__wrap .dropdown {
    width: 100%;
  }

  .notifications-admin__wrap span {
    margin-left: 0;
  }

  .wickedpicker {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    width: 95% !important;
    transform: translate(-50%, -50%) !important;
  }

  .messenger-popup--auto {
    overflow-y: auto;
  }
}


/* end videoroom__bottom! */


/* Удаленные классы */
/*

form-input
user-info__form_input
personal-questionnaire__wrap
personal-undertitle
personal-questionnaire__wrap_undertitle
margin-top-15
user-info__birth_input
form-control
personal-questionnaire__textarea
tooltip-cod
tooltip-west
tooltip-item
tooltip-content

*VIDEOROOM DELETED:

personal-broadcast__broadcast_bottom-btn
personal-broadcast__broadcast_bottom-btn-pr
personal-broadcast__broadcast_bottom-microphone
personal-broadcast__broadcast_bottom-video

*/

.new-calendar {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.new-calendar--active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.payment-info {
  margin-top: 80px;
  height: 50vh;
}

.payment-info__container {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 15px;
}

.payment-info__inner {
  display: flex;
  flex-direction: column;
}

.payment-info__block {
  display: flex;
  background-color: rgb(232, 244, 253);
  padding: 16px 22px;
  border-radius: 12px;
  margin-bottom: 48px;
}

.payment-info__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #2196f3;
  border-radius: 50%;
}

.payment-info__icon i {
  color: #2196f3;
  font-size: 12px;
}

.payment-info__wrap {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}

.payment-info__title {
  font-size: 16px;
  line-height: 18px;
  color: rgb(13, 60, 97);
  font-weight: 700;
  margin-bottom: 8px;
}

.payment-info__subtitle {
  font-size: 14px;
  line-height: 16px;
  color: rgb(13, 60, 97);
  margin-bottom: 12px;
}

.payment-info__link {
  color: rgb(13, 60, 97);
  text-decoration: underline;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px;
  transition: .2s;
}

.payment-info__link:hover {
  color: rgb(13, 60, 97);
  text-decoration: underline;
  opacity: .6;
}

.payment-info__about {
  display: flex;
  flex-direction: column;
}

.payment-info__about-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  columns: #454545;
}

.payment-info__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(10, 37, 64, 0.1);
  padding: 12px 0;
}

.payment-info__item span {
  color: rgba(10, 37, 64, 0.5);
  font-size: 14px;
  line-height: 16px;
  margin-right: 8px;
}

.payment-info__price {
  font-size: 14px;
  line-height: 16px;
  color: #454545;
  font-weight: 700;
}

.payment-info__total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  margin-top: 12px;
}

.payment-info__total span {
  font-size: 20px;
  line-height: 22px;
  color: #454545;
  font-weight: 700;
}

.payment-info__next {
  padding: 0 16px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00a884;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  transition: .2s;
  white-space: nowrap;
  border: none;
}

.input-number {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.payment-info__next:hover {
  opacity: .6;
  color: #fff;
}

.payment-info__promo-btn {
  width: 160px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00a884;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  border: none;
  transition: .2s;
}

.payment-info__promo-btn:hover {
  opacity: .6;
  color: #fff;
}

.payment-info__about .input-form {
  margin: 12px 0;
}

.payment-info__promo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.payment-info__promo input {
  border: 1px solid #ddd;
  font-size: 16px;
  border-radius: 8px;
  padding-left: 12px;
  width: 320px;
  color: #454545;
  height: 34px;
}

.payment-info__promo input::placeholder {
  font-size: 14px;
}

@media (max-width: 1200px) {
  .payment-info {
    height: auto;
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .messenger__access {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .payment-info {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .payment-info__promo {
    flex-direction: column;
  }

  .payment-info__promo input {
    width: 100%;
    margin-bottom: 12px;
  }
}

.lecture-video {
  display: flex;
  position: relative;
  height: calc(100vh - 133px);
}

.video_chat_messages {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 8px;
  overflow-y: scroll;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}

.video_chat_messages::-webkit-scrollbar {
  width: 7px;
  height: 4px;
}

.video_chat_messages::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.video_chat_messages::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.video__spinner {
  background: #515151;
  height: 100%;
}

.video__spinner .loader:after {
  background: #515151;
}

.video_chat-block {
  display: flex;
  flex-direction: column;
  background: #515151;
  width: 100%;
  height: 100%;
  padding-top: 6px;
}

.video_chat-main {
  display: flex;
  justify-content: center;
  /* height: calc(100% - 40px); */
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.lecture-video__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding: 8px;
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  transition: .2s;
  margin: 0 6px;
}

.lecture-video__btn:hover {
  opacity: .6;
}

.video_scroll {
  height: 98%;
}

.video_chat-textarea {
  display: flex;
  resize: none;
  background: #323232;
  border-radius: 8px;
  border: none;
  margin: 8px;
  padding-left: 6px;
  padding-top: 6px;
  width: calc(100% - 16px);
  color: #454545;
  background: #fff;
  height: 80px;
  margin-bottom: 0;
}

.video_send-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  width: 100%;
  border-radius: 8px;
  background: #007EFF;
  color: #fff;
  border: none;
  text-align: center;
  font-weight: 700;
  transition: .2s;
  margin-bottom: 12px;
  white-space: nowrap;
  height: 34px;
  font-size: 14px;
  margin: 10px;
  max-width: calc(100% - 32px);
}

.video_send-btn:hover {
  opacity: .6;
}

.video_send-container {
  display: flex;
  height: 60px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.video_send-container i {
  display: flex;
  color: #FFFFFF;
  margin: 0px 0px 0px 8px;
  font-size: 24px;

}

.video_send-container i:active {
  color: rgba(255, 255, 255, 0.5);
}

.video_send-file-button {
  border: none;
  background: none;
  cursor: pointer;
}

.video_send-file-button input[type="file"] {
  display: none;
}

.video_send-button_disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #353535;
  flex: 1;
  height: 40px;
  border-radius: 12px;
  margin: 10px;
  font-weight: 600;
  color: #FFFFFF;
}

.lecture-video__chat {
  width: 25%;
  min-width: 460px;
}

.lecture-video__messageBlock {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-right: 8px;
}

.lecture-video__messageBlock img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}

.lecture-video__messageWrap {
  display: flex;
  flex-direction: column;
  padding: 6px;
  border-radius: 8px;
  width: 100%;
  background: #353535;
}

.lecture-video__messageText {
  font-size: 16px;
  line-height: 18px;
  color: #eee;
  margin-bottom: 8px;
}

.lecture-video__messageTime {
  font-size: 14px;
  line-height: 16px;
  color: #eee;
  text-align: end;
}

.lecture-video__messageName {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 8px;
}

.video_send-button {
  display: flex;
  flex: 1;
  height: 40px;
  background: #06C8D2;
  border-radius: 12px;
  margin: 10px;
  font-weight: 600;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video_send-button:active {
  background: rgba(6, 200, 210, 0.5);
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
  -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
  box-shadow: inset 0px 0px 5px #c1c1c1;
}

.video__chat-block {
  margin-bottom: 8px;
  padding: 8px;
  border-bottom-right-radius: 12px;
  margin-right: auto;
  width: calc(100% - 10px);
  background: #3C3C3C;
}

.video__chat-text {
  font-size: 14px;
  font-weight: 600;
  word-break: break-word;
  margin-bottom: 8px;
  color: #fff;
}

.video__chat-text a {
  color: #fff;
  transition: .2s;
}

.video__chat-text a:hover {
  opacity: .6;
  color: #fff;
}

.video__chat-time {
  font-size: 12px;
  color: #fff;
}

.video__chat-photo-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.video__chat-photo-block img {
  width: calc(50% - 6px);
  margin-bottom: 12px;
  cursor: pointer;
  object-fit: cover;
  transition: .2s;
}

.video__chat-photo-block img:hover {
  opacity: .6;
}

.video__chat-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.video__chat-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 12px;
}

.video__chat-file {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  transition: .2s;
}

.video__chat-file:hover {
  opacity: .6;
}

.video__chat-file i {
  color: #fff;
  margin-right: 12px;
}

.video__chat-file span {
  font-size: 14px;
  font-weight: 700;
  word-break: break-all;
  color: #fff;
}

.video__chat-fio {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  word-break: break-all;
  margin-bottom: 8px;
  transition: .2s;
}

.video__chat-fio:hover {
  opacity: .6;
  color: #fff;
}

.video__chat-block--blue {
  background: #0071a1;
}

@media (max-width: 992px) {
  .lecture-video {
    flex-direction: column;
  }

  .video_chat-block {
    width: 100%;
    height: 100%;
  }

  .lecture-video__chat {
    margin-left: 0;
    height: 100%;
    width: 100%;
  }

  .video_chat_messages {
    height: 100%;
    max-height: 39vh;
  }

  .lecture-video {
    height: auto;
  }
}

.timetable-inner__video {
  margin-top: 32px;
}

.timetable-inner__video h3 {
  font-size: 18px;
  line-height: 20px;
}

.timetable-inner__video-top {
  margin-bottom: 18px;
}

.timetable-inner__video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 24px;
}

.timetable-inner__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.timetable-inner__video-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timetable-inner__video-btn--admin {
  margin-bottom: 12px;
}

.timetable-inner__video-btn-wrap {
  display: flex;
  justify-content: space-between;
}

.timetable-inner__video-btn-wrap button {
  width: calc(50% - 12px);
}

.timetable-inner__video-btn--event {
  margin-left: 0;
  max-width: 320px;
  margin-bottom: 22px;
}

.timetable-inner__video-btn-wrap button:first-child {
  background: #02C864;
}

@media (max-width: 991px) {
  .timetable-inner__video {
    margin-top: 22px;
  }
}

@media (max-width: 576px) {
  .timetable-inner__video .timetable-inner__video-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .timetable-inner__video-btn-wrap {
    flex-direction: column;
  }

  .timetable-inner__video-btn-wrap button {
    width: 100%;
  }

  .events-content__banner {
    margin-bottom: 12px;
  }

  .timetable-admin__item .timetable-admin__left {
    flex-direction: column;
    align-items: flex-start;
  }

  .timetable-admin__left .btn {
    margin-left: 0;
    margin-top: 12px;
    margin-bottom: 8px;
  }
}

.user-certificate__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F3F8FF;
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px;
  border-radius: 10px;
  transform-style: preserve-3d;
  outline: 1px solid #01b1fe;
  outline-offset: -15px;
  outline-style: groove;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin: 80px 0;
  margin-left: 20px;
}

.user-certificate__inner>div:nth-child(2),
.user-certificate__inner>div:nth-child(3),
.user-certificate__inner::before,
.user-certificate__inner::after {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  z-index: -1;
  content: "";
  border: 2px solid #01b1fe;
  color: lawngreen;
  transition: all 0.3s ease-in-out;
}

.user-certificate__inner::before {
  top: -15px;
  right: -15px;
}

.user-certificate__inner::after {
  bottom: -15px;
  left: -15px;
}

.user-certificate__inner>div:nth-child(2) {
  top: -15px;
  left: -15px;
}

.user-certificate__inner>div:nth-child(3) {
  bottom: -15px;
  right: -15px;
}

.user-certificate__inner>img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  outline: 1px ridge #01b1fe;
  outline-offset: -10px;
  transform-style: preserve-3d;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.user-certificate__inner>img::before {
  content: "";
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0px 20px 20px 0px;
  position: absolute;
  transform: scale(0);
  border-radius: 100px;
  width: 1%;
  height: 1%;
  font-size: 30pt;
  color: lawngreen;
  background-color: transparent;
  background-image: radial-gradient(#01b1fe 0.75px, transparent 0.75px),
    radial-gradient(#FFFFFF 0.75px, #00000055 0.75px);
  background-size: 30px 30px;
  background-position: 0px 0px, 15px 15px;
  opacity: 0;
  z-index: 4;
  filter: contrast(0%);
  text-shadow: 1px 1px 3px black;
  mix-blend-mode: overlay;
  text-shadow: 1px 1px 5px black;
  transition: all 0.3s ease-in-out;
}

.user-certificate__inner>img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #FFFFFF;
  mix-blend-mode: color-burn;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

.user-certificate__inner:hover {
  transform: rotateX(20deg) rotateY(10deg);
  box-shadow: #01b1fe 0px 2px 4px, #01b1fe 0px 7px 13px -3px;
  outline-offset: 60px;
  outline-style: dashed;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.user-certificate__inner:hover::before,
.user-certificate__inner:hover::after,
.user-certificate__inner:hover>div {
  width: 100%;
  height: 100%;
  margin: -20px;
  outline-offset: 20px;
  transition: all 0.3s ease-in-out;
}

.user-certificate__inner:hover>img {
  transform: translateZ(70px) translateX(5px) translateY(10px);
  outline-offset: 0px;
  transition: all 0.3s ease-in-out;
}

.user-certificate__inner:hover>img::before {
  transform: scale(1);
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 0px;
  background-position: 30px 30px, 50px 50px;
  filter: contrast(100%);
  animation: dots 12s linear infinite;
  animation-direction: forwards;
}

.user-certificate__inner:hover>img::after {
  filter: saturate(200%) sepia(20%);
  transition: all 0.3s ease-in-out;
}

@keyframes dots {
  0% {
    background-position: 30px 30px, 50px 50px;
  }

  50% {
    background-position: 0px 0px, 15px 15px;
  }

  100% {
    background-position: 30px 30px, 50px 50px;
  }
}

.user-certificate {
  padding-top: 0;
}

.user-certificate__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.user-certificate__item {
  width: calc(50% - 12px);
}

.user-certificate__item img {
  width: 100%;
  object-fit: cover;
}

.user-certificate__item button {
  width: 100%;
}

.user-certificate__popup-nav {
  display: flex;
  justify-content: space-between;
}

.user-certificate__popup-nav button {
  width: calc(50% - 8px);
}

@media (max-width: 991px) {
  .user-certificate__content {
    flex-direction: column;
  }

  .user-certificate__item {
    width: 100%;
  }

  .user-certificate__inner {
    margin-left: 0;
  }

  .user-certificate__inner {
    width: 100%;
    margin-top: 40px;
  }
}

.create-certificate {
  padding-top: 0;
}

.create-certificate h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #454545;
  margin-bottom: 32px;
}

.create-certificate__content {
  display: flex;
}

.create-certificate__photo {
  width: 50%;
}

.create-certificate__photo img {
  width: 100%;
}

.create-certificate__nav {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 22px;
}

.create-certificate__item {
  display: flex;
  margin-bottom: 22px;
}

.input-form--certificate {
  width: 100%;
}

.create-certificate__item select {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #777;
  background: none;
  height: 46px;
  border-radius: 8px;
  padding-left: 12px;
  cursor: pointer;
}

.create-certificate__add-new input {
  opacity: 0;
  z-index: -1;
  position: absolute;
  width: 0;
}

.create-certificate__add-new {
  margin-left: 8px;

}

.create-certificate__add-new label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(119, 119, 119, .6);
  width: 46px;
  min-width: 46px;
  height: 46px;
  cursor: pointer;
  transition: .2s;
}

.create-certificate__add-new:hover {
  opacity: .6;
}

.create-certificate__add-new i {
  color: #fff;
}

.create-certificate__pin {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  margin-left: 8px;
  transition: .2s;
  cursor: pointer;
}

.create-certificate__pin:hover {
  opacity: .6;
}

.create-certificate__pin i {
  font-size: 42px;
  color: rgba(119, 119, 119, .6);
}

.create-certificate__nav h2 {
  margin-top: 32px;
  margin-bottom: 12px;
}

.create-certificate__nav .btn-main-middle {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-top: 80px;
}

.create-certificate__item .check__wrap {
  min-width: 48px;
  height: 48px;
  margin-right: 16px;
}

.create-certificate__item .check__wrap span {
  display: flex;
  align-items: flex-end;
  width: 48px;
  min-width: 48px;
  height: 48px;

}

.check__wrap--bonus {
  width: 100%;
  max-width: 160px;
}

.check__wrap--mark {
  width: 100%;
  max-width: 220px;
}

.create-certificate__item .check__box {
  cursor: pointer;
}

.create-certificate__item .check__input_checkbox:checked:after {
  width: 16px;
  height: 28px;
  top: 4px;
  left: 16px;
  cursor: pointer;
}

.check--grid {
  padding-left: 66px;
  margin-top: 12px;
  font-weight: 700;
}

.create-certificate--disabled {
  opacity: .4;
}

.broadcasts-admin {
  display: flex;
  width: 100%;
  padding: 50px;
  overflow: auto;
}

.broadcasts-admin__right-content {
  display: flex;
  flex-direction: column;
  max-height: 320px;
  overflow-x: visible;
  overflow-y: auto;
  padding: 0 21px;
}

.broadcasts-admin__left {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
  margin-right: 10px;
  width: 100%;
  max-width: 70%;
}

.broadcasts-admin__left-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 932px;
  overflow-x: auto;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}

.broadcasts-admin__left-inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.broadcasts-admin__left-inner::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.broadcasts-admin__left-inner::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.broadcasts-admin__header {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 18px;
  margin-bottom: 25px;
}

@media (max-width: 1750px) {
  .broadcasts-admin__header {
    border: none;
    padding-bottom: 0;
  }
}

.broadcasts-admin__header span {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}

.broadcasts-admin__item {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}

.broadcasts-admin__item-inner {
  display: flex;
  position: relative;
  padding: 2px 0;
}

.broadcasts-admin__item-inner a {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  box-shadow: 0px 2px 22px rgb(88 88 88 / 10%);
  padding: 13px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #454545;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  border-radius: 12px;
}

.broadcasts-admin__item-inner:hover a {
  visibility: visible;
  opacity: .6;
}

.broadcasts-admin__header span:first-child {
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  margin-right: 35px;
}

.broadcasts-admin__item span:first-child {
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  margin-right: 35px;
}

.broadcasts-admin__header span:nth-child(2n) {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  margin-right: 35px;
}

.broadcasts-admin__item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #454545;
}

.broadcasts-admin__item span:nth-child(2n) {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  word-break: break-word;
  margin-right: 35px;
}

.broadcasts-admin__header span:nth-child(3n) {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  margin-right: 35px;
}

.broadcasts-admin__item span:nth-child(3n) {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  margin-right: 35px;
}

.broadcasts-admin__header span:nth-child(4n) {
  width: 82px;
  min-width: 82px;
  max-width: 82px;
  margin-right: 35px;
}

.broadcasts-admin__item span:nth-child(4n) {
  width: 82px;
  min-width: 82px;
  max-width: 82px;
  margin-right: 35px;
}

.broadcasts-admin__header span:nth-child(5n) {
  width: 83px;
  min-width: 83px;
  max-width: 83px;
  margin-right: 58px;
}

.broadcasts-admin__item span:nth-child(5n) {
  width: 83px;
  min-width: 83px;
  max-width: 83px;
  margin-right: 58px;
}

.broadcasts-admin__header span:nth-child(6n) {
  width: 85px;
  min-width: 85px;
  max-width: 85px;
  margin-right: 10px;
}

.broadcasts-admin__item span:nth-child(6n) {
  width: 85px;
  min-width: 85px;
  max-width: 85px;
  margin-right: 10px;
}

.broadcasts-admin__header span:nth-child(7n) {
  width: 88px;
  min-width: 88px;
  max-width: 88px;
  margin-right: 35px;
}

.broadcasts-admin__item span:nth-child(7n) {
  width: 88px;
  min-width: 88px;
  max-width: 88px;
  margin-right: 35px;
}

.broadcasts-admin__header span:nth-child(8n) {
  width: 85px;
  min-width: 85px;
  max-width: 85px;
  margin-right: 10px;
}

.broadcasts-admin__item span:nth-child(8n) {
  width: 85px;
  min-width: 85px;
  max-width: 85px;
  margin-right: 10px;
}

.broadcasts-admin__item button {
  display: flex;
  border: none;
  background: none;
  border-radius: 16px;
  padding: 0;
  transition: .2s;
  margin-left: auto;
}

.broadcasts-admin__item button:hover {
  opacity: .6;
}

.broadcasts-admin__item i {
  font-size: 22px;
  color: #ddd;
}

.broadcasts-admin__right {
  width: 100%;
}

.broadcasts-admin__right-panel {
  width: 100%;
  max-width: 30%;
  margin-left: 10px;
}

.broadcasts-admin__right-inner {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 16px;
  padding: 25px 0;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
}

.broadcasts-admin__right-send {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 16px;
  padding: 25px 0;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
  padding: 26px 21px;
  margin-top: 21px;
}

.broadcasts-admin__right-send h3 {
  margin-bottom: 12px;
}

.broadcasts-admin__right-send .btn {
  margin-top: 12px;
}

.broadcasts-admin__right-send .SumoSelect {
  width: 100%;
}

.broadcasts-admin__right-send h5 {
  margin-top: 22px;
  margin-bottom: 8px;
}

.broadcasts-admin__right-header {
  display: flex;
  justify-content: space-between;
  padding: 0 21px;
  margin-bottom: 34px;
}

.broadcasts-admin__right-header span {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #454545;
}

.video__popup-content {
  display: flex;
  flex-direction: column;
}

.video__popup-content h3 {
  margin-bottom: 12px;
}

.video__popup-content h4 {
  margin-bottom: 8px;
}

.video__popup-content h2 {
  margin-bottom: 16px;
}

.video__popup-content .btn {
  margin-top: 12px;
}

.video__popup-modal .events-admin__popup-close {
  right: -16px;
  top: -16px;
}

.broadcasts-admin__right h3 {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  padding: 0 21px;
  margin-bottom: 10px;
}

.broadcasts-admin__right-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 22px rgba(88, 88, 88, 0.1);
  padding: 13px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.broadcasts-admin__right-item span {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #454545;
  margin-right: 10px;
  max-width: 190px;
}

.roadcasts-admin__status i {
  font-size: 18px;
  color: #20DF7F;
}

.roadcasts-admin__status--off i {
  color: #FE6F61;
}

.broadcasts-inner {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  width: 100%;
}

.broadcasts-inner__left {
  width: calc(50% - 10px);
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
  padding: 21px;
  border-radius: 8px;
  background: #fff;
}

.broadcasts-inner__right {
  width: calc((50% - 10px));
}

.broadcasts-inner__right-top {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 21px;
  border-radius: 16px;
}

.broadcasts-inner__right-bottom {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 21px;
  border-radius: 16px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.broadcasts-inner__left-item .input-form {
  background: #fff;
  box-shadow: 0px 2px 22px rgba(88, 88, 88, 0.1);
  border-radius: 4px;
  border: none;
}

.broadcasts-inner__left-item--big {
  padding-bottom: 21px;
  border-bottom: 1px solid #DDDDDD;
}

.broadcasts-inner__left-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  position: relative;
}

.broadcasts-inner__left-item button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 3;
  transition: .2s;
}

.broadcasts-admin__active {
  color: #02C864 !important;
}

.broadcasts-admin__inactive {
  color: #DC143C !important;
}

.broadcasts-inner__left-item--sumo button {
  top: 37px;
}

.broadcasts-inner__left-item button:hover {
  opacity: .6;
}

.broadcasts-inner__player {
  margin-bottom: 26px;
}

.broadcasts-inner__list-subtitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 8px;
}

.broadcasts-inner__bottom-header {
  display: flex;
  width: 100%;
  margin-bottom: 23px;
}

.broadcasts-inner__bottom-header .events__checkbox {
  margin-left: auto;
}

.broadcasts-inner__bottom-header span {
  font-size: 16px;
  line-height: 18px;
}

.broadcasts-inner__bottom-header span:first-child {
  font-weight: 700;
}

.broadcasts-inner__status span {
  font-weight: 400 !important;
}

.broadcasts-inner__status--off span {
  font-size: 400 !important;
}

.broadcasts-inner__status i {
  font-size: 18px;
  color: #20DF7F;
  margin-left: 8px;
}

.broadcasts-inner__status--off i {
  font-size: 18px;
  color: #FE6F61;
  margin-left: 8px;
}

.broadcasts-inner__list-content {
  display: flex;
  flex-direction: column;
}

.broadcasts-inner__list-item input {
  position: absolute;
  z-index: -1;
  font-size: 0;
  width: 0;
}

.broadcasts-inner__list-item {
  margin-bottom: 8px;
}

.broadcasts-inner__list-item label {
  font-size: 12px !important;
  line-height: 20px;
  color: #454545;
  margin-bottom: 12px;
  cursor: pointer;
  transition: .2s;
  background: #FFFFFF;
  box-shadow: 0px 2px 22px rgba(88, 88, 88, 0.1);
  border-radius: 4px;
  padding: 13px 21px;
  width: 100%;
}

.broadcasts-inner__list-item label:hover {
  opacity: .6;
}

.broadcasts-inner__list-item label:last-child {
  margin-bottom: 0;
}

.broadcasts-inner__list-item input:checked+label {
  background: #ddd;
}

.broadcasts-inner__nav {
  display: flex;
  margin-left: 20px;
}

.broadcasts-inner__nav button {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 14px;
  transition: .2s;
}

.broadcasts-inner__nav button:hover {
  opacity: .6;
}

.broadcasts-inner__nav button {
  margin-right: 12px;
}

.broadcasts-inner__nav i {
  font-size: 16px;
  color: #454545
}

.broadcasts-inner__right-item {
  margin-bottom: 21px;
}

.broadcasts-admin__right .btn {
  height: 48px;
  width: 100%;

}

.broadcasts-admin__btn {
  padding: 0 21px;
  margin-top: auto;
}

.broadcasts-inner__graph {
  width: 100% !important;
}

.broadcasts-inner__left-item span {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 8px;
}

.broadcasts-inner__left-item--big span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #454545;
  margin-bottom: 8px;
}

.broadcast-inner__left-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.broadcasts-inner__left-item--eye {
  width: calc(50% - 5px);
}

.broadcasts-inner__left-item .SumoSelect {
  width: 100%;
  background: #fff;
}

.broadcast-inner__title-wrap {
  margin-bottom: 8px;
}

.broadcast-inner__title-wrap span {
  margin-right: 8px;
}

.broadcasts-inner__left-item .SumoSelect>.CaptionCont {
  border: none !important;
  box-shadow: 0px 2px 22px rgb(88 88 88 / 10%);
  border-radius: 4px;
}

.personal-cabinet__banner {
  width: 100%;
  order: 2;
  margin-bottom: 40px;
  padding: 0 20px;
  border-radius: 16px;
}

.personal-cabinet__banner img {
  width: 100%;
  border-radius: 16px;
}

.broadcasts-disabled {
  background: #E5E5E5 !important;
}

.broadcasts-inner__left-item .disabled {
  opacity: 1 !important;
  cursor: pointer !important;
}

.broadcasts-inner__left-item .SumoSelect.disabled>.CaptionCont {
  box-shadow: 0px 2px 22px rgb(88 88 88 / 10%);
}

.broadcasts-btn input {
  opacity: 0;
  font-size: 0;
  position: absolute;
  left: -99999px;
}

.broadcasts-btn {
  cursor: pointer;
}

.broadcasts-btn i {
  font-size: 14px;
  color: #454545;
}

@media (max-width: 1440px) {
  .broadcasts-inner {
    flex-direction: column;
    padding: 0 16px;
  }

  .broadcasts-inner__left {
    width: 100%;
    margin-bottom: 32px;
  }

  .broadcasts-inner__right {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .personal-cabinet__banner {
    margin-bottom: 32px;
  }
}

.transaction-info__content {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  padding: 32px;
  padding-bottom: calc(32px - 18px);
}

.transaction-info .btn {
  max-width: 220px;
  margin-top: 32px;
}

.transaction-info__item {
  display: flex;
  margin-bottom: 32px;
}

.transaction-info__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #454545;
  margin-right: 12px;
  white-space: nowrap;
  width: 160px;
  min-width: 210px;
}

.transaction-info__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  padding-top: 4px;
}

@media (max-width: 576px) {
  .transaction-info h1 {
    font-size: 22px;
  }

  .transaction-info__content {
    padding: 16px;
    padding-bottom: 0;
    margin-top: 18px;
  }

  .transaction-info__title {
    font-size: 16px;
    line-height: 18px;
    margin-right: 10px;
    width: 100%;
    min-width: 100%;
    margin-bottom: 8px;
  }

  .transaction-info__item {
    flex-direction: column;
    margin-bottom: 18px;
  }

  .transaction-info__text {
    font-size: 12px;
  }
}

.events-rating {
  display: flex;
  flex-direction: column;
}

.events-rating h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #454545;
  margin-right: 10px;
}

.events-rating__subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  margin-top: 12px;
  margin-bottom: 40px;
}

.events-rating__content {
  display: flex;
  justify-content: space-between;
}

.events-rating__left {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 30px 26px;
  width: calc(40% - 10px);
}

.events-rating__left-header {
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #DDDDDD;
}

.events-rating__left-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.events-rating__wrap span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  margin-right: 15px;
}

.events-rating__wrap {
  display: flex;
  align-items: center;
}

.events-rating__time {
  display: flex;
  align-items: center;
}

.events-rating__time i {
  font-size: 14px;
  color: #01B1FE;
}

.events-rating__time span {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #01B1FE;
  width: 32px;
  margin-right: 0;
  margin-left: 8px;
}

.events-rating__flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.events-rating__item {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 2px 22px rgba(88, 88, 88, 0.1);
  border-radius: 4px;
  padding: 13px 19px;
  width: 100%;
  margin-bottom: 12px;
}

.events-rating__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.events-rating__item-header i {
  font-size: 16px;
  margin-right: 10px;
}

.events-rating__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #454545;
  margin-right: 14px;
}

.events-rating__item-points {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-right: 8px;
}

.events-rating .top-1 {
  color: #FFD600;
}

.events-rating .top-2 {
  color: #C2CCD6;
}

.events-rating .top-3 {
  color: #D7A23D;
}

.events-rating__item-header span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}

.events-rating__item-bottom {
  display: flex;
  align-items: center;
}

.events-rating__avatar {
  width: 38px;
  height: 38px;
  min-width: 38px;
  margin-right: 10px;
}

.events-rating__avatar img {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  min-width: 38px;
  object-fit: cover;
}

.events-rating__item-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  word-break: break-word;
  margin-right: 10px;
  transition: .2s;
}

.events-rating__item-name--bold {
  font-weight: 700;
  color: #454545;
  font-size: 16px;
}

.events-rating__item-name:hover {
  opacity: .6;
  color: #999999;
}

.events-rating__list {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 446px;
  padding-top: 22px;
  margin-top: 14px;
  border-top: 1px solid #DDDDDD;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
  padding-right: 4px;
}

.events-rating__list::-webkit-scrollbar {
  width: 4px;
}

.events-rating__list::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.events-rating__list::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.events-rating__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.events-rating__list-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #454545;
  width: 11px;
  margin-right: 19px;
}

.events-rating__list-title--bold {
  font-weight: 700;
}

.events-rating__list-right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.events-rating__list-points {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-right: 4px;
}

.events-rating__list-points--green {
  color: #02C864;
}

.events-rating__list-points--green-light {
  color: #6DD7A1;
}

.events-rating__list-points--blue-dark {
  color: #007EFF;
}

.events-rating__list-points--blue {
  color: #01B1FE;
}

.events-rating__list-right span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}

.events-rating__right {
  display: flex;
  flex-direction: column;
  width: calc(60% - 10px);
}

.events-rating__right-top {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 30px 26px;
  margin-bottom: 20px;
}

.events-rating__right-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #DDDDDD;
}

.events-rating__admin-btns {
  display: flex;
  align-items: center;
}

.events-rating__admin-btns button {
  margin-left: 8px;
}

.events-rating__right-content::after {
  content: "";
  width: calc(33.3333% - 8px);
}

.events-rating__right-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 12px;
}

.events-rating__right-item--50 {
  width: calc(50% - 8px);
}

.events-rating__right-item--33 {
  width: calc(33.3333% - 8px);
}

.events-rating__right-item .input-form {
  margin: 16px 0;
}

.events-rating__file input {
  opacity: 0;
  position: absolute;
  left: -999999px;
  z-index: -1;
  width: 0;
  font-size: 0;
}

.events-rating__file label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.events-rating__right-photo {
  position: relative;
  margin-bottom: 14px;
}

.events-rating__right-photo button {
  padding: 8px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: none;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 2;
  background: none;
  background: #ddd;
  transition: .2s;
  opacity: .8;
}

.events-rating__right-photo button:hover {
  opacity: .6;
}

.events-rating__right-photo i {
  color: #454545;
  font-size: 16px;
}

.events-rating__right-photo img {
  width: 100%;
  max-height: 320px;
  border-radius: 4px;
  object-fit: cover;
}

.events-list__add-check-list {
  margin-top: 12px;
}

.events-list__check-list-del {
  border: none;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 5%);
  transition: .2s;
}

.events-list__content-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.events-list__add-item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ddd;
}

.events-list__check-list-del:hover {
  opacity: .6;
}

.events-list__check-list-del i {
  color: #454545;
  font-size: 16px;
}

.events-rating__right-place {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.events-rating__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #454545;
  margin-left: 10px;
}

.events-rating__right-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #454545;
  margin-bottom: 8px;
}

.events-rating__right-bottom {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 30px 26px;
}

.events-rating__right-points {
  border-top: 1px solid #DDDDDD;
  padding-top: 20px;
  margin-top: 20px;
}

.events-rating__points-item {
  display: flex;
  margin-bottom: 25px;
}

.events-rating__points-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  border-radius: 28px;
  width: 133px;
  height: 54px;
  margin-right: 23px;
}

.events-rating__points-amount span {
  font-size: 20px;
  line-height: 24px;
  margin-right: 6px;
}

.events-rating__points-amount--green {
  background: #02C864;
}

.events-rating__points-amount--navy-blue {
  background: #007EFF;
}

.events-rating__points-amount--blue {
  background: #01B1FE;
}

.events-rating__points-amount--green-light {
  background: #6DD7A1;
}

.events-rating__points-right {
  display: flex;
  flex-direction: column;
}

.events-rating__points-text {
  margin-bottom: 10px;
}

.events-rating__points-text i {
  color: #01B1FE;
  margin-right: 9px;
  font-size: 12px;
}

.events-rating__points-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #454545;
}

.events-list__subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  margin-top: 12px;
  margin-bottom: 40px;
}

.events-list__content {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 40px;
}

.events-list__content h2 {
  margin-bottom: 22px;
}

.events-list__item {
  display: flex;
  align-items: center;
  max-width: 715px;
  margin-bottom: 33px;
}

.events-list__item--admin {
  max-width: 100%;
  margin-bottom: 16px;
}

.events-list__admin-input {
  margin-bottom: 22px;
}

.input-form__input--checklist {
  margin-bottom: 8px;
}

.events-list__checklist-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

.events-list__checklist-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.events-list__item:last-child {
  margin-bottom: 8px;
}

.events-list__admin-name {
  margin-bottom: 22px;
}

.events-list__item .check {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  padding-left: 50px;
}

.events-list__item .check__input_checkbox:checked:disabled+.check__box {
  background: #02C864;
  border: 1px solid #02C864;
  width: 30px;
  height: 30px;
}

.events-list__item .check__input_checkbox:checked+.check__box {
  background: #02C864 !important;
  border: 1px solid #02C864 !important;
  width: 30px;
  height: 30px;
}

.events-list__item .check__input_checkbox:checked+span:after {
  width: 8px;
  height: 16px;
  top: 4px;
  left: 10px;
}

.events-list__item .check__input_checkbox:checked+.check__box+.check {
  text-decoration: line-through;
}

.events-list__item .check__input_checkbox+.check__box {
  border: 2px solid #DDDDDD;
  width: 30px;
  height: 30px;
  top: 1px;
}

.events-rating__me {
  border-top: 1px solid #ddd;
  padding-top: 16px;
  margin-top: 16px;
  padding-right: 4px;
}

.events-rating__me .events-rating__item-name {
  font-weight: 700;
  font-size: 16px;
  color: #454545;
}

@media (max-width: 1500px) {
  .events-rating__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .events-rating__time {
    margin-top: 6px;
  }

  .events-rating__left-header-inner {
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  .events-rating__content {
    flex-direction: column;
  }

  .events-rating__left {
    width: 100%;
    margin-bottom: 18px;
  }

  .events-rating__right {
    width: 100%;
  }

  .business-partners__wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .events-list__subtitle br {
    display: none;
  }
}

@media (max-width: 576px) {
  .events-rating__right-photo img {
    height: 100%;
  }

  .timetable__nav {
    margin-bottom: 0;
  }

  .events-list h1 {
    font-size: 22px;
  }

  .events-list__subtitle {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 20px;
  }

  .events-list__content {
    padding: 16px;
  }

  .events-list__item .check {
    font-size: 14px;
    padding-left: 30px;
  }

  .events-list__item {
    margin-bottom: 18px;
  }

  .events-list__item .check__input_checkbox:checked:disabled+.check__box {
    width: 16px;
    height: 16px;
  }

  .events-list__item .check__input_checkbox:checked+.check__box {
    width: 16px;
    height: 16px;
    height: 16px;
    top: 7px;
  }

  .events-list__item .check__input_checkbox+.check__box {
    width: 16px;
    height: 16px;
    top: 7px;
  }

  .events-list__item .check__input_checkbox:checked:after {
    width: 4px;
    height: 10px;
    top: 8px;
    left: 7px;
  }

  .events-rating__right-content {
    flex-direction: column;
  }

  .events-rating__right-item {
    width: 100%;
    margin-bottom: 18px;
  }

  .events-rating__points-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
  }

  .events-rating__points-amount {
    width: 100%;
    height: 38px;
    margin-bottom: 8px;
  }

  .events-rating__points-amount span {
    font-size: 18px;
  }

  .events-rating__right-bottom {
    padding: 16px;
  }

  .events-rating__right-top {
    padding: 16px;
  }

  .events-rating__left {
    padding: 16px;
  }

  .events-rating h2 {
    font-size: 18px;
  }

  .events-rating__wrap span {
    font-size: 12px;
  }

  .events-rating__time i {
    font-size: 12px;
  }

  .events-rating__left-header {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .events-rating__left-header-inner {
    flex-direction: column;
  }

  .events-rating__wrap {
    flex-direction: row;
    align-items: center;
  }

  .events-rating__time {
    margin-top: 3px;
  }

  .events-rating h1 {
    font-size: 20px;
  }

  .events-rating__subtitle {
    font-size: 12px;
    margin-bottom: 18px;
    margin-top: 8px;
  }

  .events-rating__item {
    font-size: 12px;
  }

  .events-rating__item-title {
    font-size: 16px;
  }

  .events-rating__item-points {
    font-size: 16px;
  }

  .events-rating__item-header span {
    font-size: 12px;
  }

  .events-rating__list-title {
    font-size: 16px;
  }

  .events-rating__list {
    max-height: 320px;
  }

  .business-partners__wrapper {
    margin-bottom: 0;
  }
}

.no-access {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  line-height: 54px;
  height: 100%;
  text-align: center;
}

.events-admin__header--foto .events-admin__popup-close {
  top: -15px;
  right: -5px;
}

@media (max-width: 1200px) {
  .no-access {
    font-size: 32px;
    margin: 32px 0;
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .no-access {
    font-size: 22px;
    line-height: 24px;
  }

  .materials-popup__btn .members__btn {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }

  .fav-mobile-margin {
    margin-left: 16px;
  }

  .events-admin__header--foto .events-admin__popup-close {
    top: -15px;
    right: -15px;
  }
}

.timetable-admin__right {
  display: flex;
  margin-left: 20px;
}

.events__nav-btn {
  display: none;
}

.events__nav-btn-wrapper {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.events__nav-btn-wrapper .events__btn {
  margin-top: 0;
}

.events__btn--buy {
  margin-left: 16px;
}

.messenger-audio {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
}

.modal-banner__item h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.modal-banner__item .SumoSelect {
  width: 100%;
}

.modal-banner__photo img {
  width: 100%;
  border-radius: 8px;
}

.modal-banner__photo {
  position: relative;
  margin: 12px 0;
}

.modal-banner__photo button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  transition: .2s;
  border: none;
}

.modal-banner__photo button:hover {
  opacity: .6;
}

.modal-banner__photo .events-checked {
  opacity: 1;
  right: 12px;
  left: auto;
}

.foto-popup__nav-bottom {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.foto-popup__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(204, 204, 204, .3);
  width: 36px;
  height: 100%;
  cursor: pointer;
  transition: .2s;
}

.foto-popup__arrow:hover {
  opacity: .6;
}

.foto-popup__foto {
  position: relative;
}

.foto-popup__arrow-next {
  right: -36px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.foto-popup__arrow-prev {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  left: -36px;
}

.foto-popup__share {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.foto-popup__share h4 {
  color: #454545;
  margin-bottom: 8px;
}

.foto-popup__left-bottom {
  display: flex;
  margin-right: 8px;
}

.mfp-title {
  padding-right: 42px !important;
}

.foto-popup__share a:hover {
  opacity: .6;
}

@media (max-width: 576px) {
  .foto-popup__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .foto-popup__nav-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0;
    margin-top: 12px;
  }

  .foto-popup__share {
    margin-top: 8px;
  }
}

.event-faq__wrap--photo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tas-info {
  display: flex;
  flex-direction: column;
}

.tas-info h3 {
  max-width: 920px;
  padding-right: 16px;
  margin-top: 16px;
}

.event-faq__wrap--photo h1 {
  margin-bottom: 8px;
}

.events-inner .events-inner__title {
  margin-top: 8px;
}

.tracking-participants {
  padding-bottom: 22px;
}

.tracking-participants__top {
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  margin-top: 12px;
}

.tracking-participants h2 {
  margin-bottom: 22px;
}

.tracking-participants h3 {
  margin-bottom: 12px;
}

.tracking-participants__search {
  position: relative;
  margin-bottom: 32px;
}

.tracking-participants__search i {
  position: absolute;
  right: 16px;
  top: 16px;
}

.tracking-participants__content {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  overflow-y: auto;
  overflow-x: auto;
  height: 100%;
  max-height: 690px;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}

.tracking-participants__content::-webkit-scrollbar {
  width: 4px;
}

.tracking-participants__content::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.tracking-participants__content::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.tracking-participants__item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.tracking-participants__avatar {
  margin-right: 12px;
}

.tracking-participants__avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.tracking-participants__item .check__wrap {
  margin-left: auto;
}

.tracking-participants__name {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #454545;
  padding-right: 16px;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.tracking-participants__center {
  display: flex;
  justify-content: space-between;
}

.tracking-participants__back {
  display: flex;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .tracking-participants__content {
    max-height: 400px;
  }
}

@media (max-width: 576px) {
  .tracking-participants {
    padding: 16px 8px;
  }

  .tracking-participants__avatar img {
    width: 40px;
    height: 40px;
  }
}

.events-admin__chat {
  padding: 16px 0;
  margin: 16px 0;
  margin-top: 8px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.events-admin__price--format {
  padding-top: 16px;
  border-top: 1px solid #ddd;
  margin-top: 8px;
}

.calendar-container {
  flex-direction: column;
  align-items: flex-start;
}

.events-broadcast__link-btn i {
  color: #fff;
  font-size: 30px;
}

.events-broadcast__link-btn {
  background: none;
  margin-right: 12px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  float: left;
  transition: .2s;
}

.events-broadcast__link-btn:hover {
  opacity: .6;
}

.personal-scrollbar__social {
  display: flex;
  font-size: 12px;
  line-height: 14px;
  color: #454545;
  margin-top: 8px;
  margin-bottom: 6px;
  transition: .2s;
}

.personal-scrollbar__social:hover {
  color: #454545;
  opacity: .6;
}

.events-broadcast__stream-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 20px);
  height: 100%;
}

.events-broadcast__stream-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 16px;
  color: #454545;
  transition: .2s;
}

.events-broadcast__stream-link a:hover {
  color: #454545;
  opacity: .9;
}

@media (max-width: 769px) {
  .events-broadcast__stream-link {
    width: 100%;
  }
}

.schedule-control__btn-slot {
  padding-top: 16px;
  border-top: 1px solid #ddd;
}

.schedule-control__btn-slot button {
  width: 100%;
}

.schedule-control__btn-slot .spinner-wrap {
  position: relative;
  background: #20DF7F;
}

.schedule-control__btn-slot .loader {
  width: 30px;
  height: 30px;
}

.schedule-control__btn-slot .loader:after {
  background: #20DF7F;
}

.schedule-control__spec-list {
  margin-top: 32px;
}

.schedule-control__weeks-title-container {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

.schedule-control__weeks-title-container:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.schedule-control__weeks-title {
  font-size: 14px;
  line-height: 16px;
  color: #454545;
  font-weight: 700;
  margin-left: 16px;
}

.schedule-control__weeks-title-container img {
  width: 60px;
  min-height: 60px;
  height: 60px;
  border-radius: 50%;
}

.messenger-chat__reply-item .events-admin__popup-close {
  position: relative;
}

.messenger-chat__reply-item--foto .del-foto {
  position: absolute;
}

.main-chat__container {
  display: flex;
  justify-content: space-between;
}

.main-chat__chat {
  display: flex;
  flex-direction: column;
  width: calc(80% - 16px);
  padding-bottom: 32px;
}

.main-chat__items h2 {
  margin-bottom: 33px;
}

.main-chat__items {
  display: flex;
  flex-direction: column;
  width: calc(20% - 16px);
}

.main-chat__item {
  height: auto;
  padding: 16px;
}

.main-chat__chat .messenger-chat__content {
  padding: 0;
}

.main-chat__chat .messenger-chat__field {
  padding-left: 22px;
  padding-right: 32px;
}

.main-chat__chat .messenger-chat__form {
  padding: 22px;
  padding-top: 0;
  background: #f9f9f9;
}

.main-chat__header {
  display: flex;
  align-items: center;
  padding: 24px;
  background: #f3f8ff;
}

.main-chat__header-wrap {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}

.main-chat__chat .messenger-chat__reply-field {
  background: #f9f9f9;
  margin-top: 0;
  padding-top: 12px;
}

.main-chat__name {
  font-size: 16px;
  font-weight: 600;
  color: #454545;
}

.main-chat__role {
  font-size: 12px;
  font-weight: 500;
  color: #777777;
}

.main-chat__item--active {
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
  background: #f3f8ff;
}

.messenger-chat__body-wrap {
  display: flex;
  flex-direction: column;
}

.messenger-chat__persons-body-item {
  display: flex;
  align-items: center;
  padding-right: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 8px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.messenger-chat__persons-body-item:last-child {
  margin-right: 0;
}

.messenger-chat__persons-body-item img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 4px;
  margin-top: 0;
}

.messenger-chat__persons-body-item span {
  font-size: 12px;
  color: #454545;
}

.messenger-chat__body-text {
  font-size: 14px;
  color: #454545;
  margin-bottom: 4px;
}

.messenger-chat__body-persons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 888px;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #ddd;
}

.messenger-chat__persons-body-container {
  display: flex;
  flex-wrap: wrap;
}

.messenger-chat__persons-btn i {
  font-size: 12px;
  color: #454545;
}

@media (max-width: 991px) {
  .main-chat__items {
    width: 100%;
  }

  .main-chat__items h2 {
    margin-bottom: 12px;
  }

  .main-chat__chat {
    display: none;
  }

  .messenger-chat__persons-field {
    flex-direction: column;
  }

  .messenger-chat__persons-field-title {
    margin-right: 0;
  }
}

.nav-menu {
  overflow: hidden;
  padding: 24px;
  padding-bottom: 150px;
  margin-bottom: auto;
  height: 100%;
}

.nav-menu__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #ccc;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
  cursor: pointer;
}

.nav-menu__link:hover {
  color: #ccc;
  opacity: .6;
}

.nav-menu__link--active {
  color: #fff;
  font-weight: 700;
  background: #01B1FE;
  margin-bottom: 4px;
}

.nav-menu__link--active:hover {
  color: #fff;
  opacity: 1;
}

.nav-menu__inner {
  padding-left: 42px;
  display: none;
}

.nav-menu__list--active .nav-menu__inner {
  display: block;
}

.nav-menu__list--open .nav-menu__inner {
  display: block;
}

.nav-menu__inner-link {
  margin-bottom: 3px;
}

.nav-menu__inner-link a {
  display: flex;
  width: 100%;
  padding: 4px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #ccc;
}

.nav-menu__inner-link a:hover {
  opacity: .6;
}

.nav-menu__inner-link--active a:hover {
  opacity: 1;
}

.nav-menu__inner-link--active a {
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  background: #01B1FE;
}

.nav-menu__list {
  position: relative;
}

.nav-menu__list-inner {
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 9;
  width: calc(100% - 53px);
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
  padding: 4px;
  border-radius: 8px;
  transform: translateX(calc(100% + 15px + 24px));
  transition: .8s;
}

.nav-menu__list-inner a {
  display: flex;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #454545;
}

.nav-menu__list-inner a:hover {
  background: rgba(155 155 155 / .4);
}

/* .nav-menu__list--absolute:hover>.nav-menu__list-inner {
  visibility: visible;
  transform: translateX(0);
} */

.nav-menu__list-mobile {
  display: none;
}

.nav-menu__arrow {
  position: absolute;
  /* top: 20px; */
  right: 0;
  width: 24px;
  height: 40px;
  display: flex;
  align-items: center;
}

.nav-menu__arrow i.rotated {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}


@media (max-width: 1200px) {
  .nav-menu {
    padding: 16px;
    height: auto;
  }

  .side-menu__list {
    padding: 0;
  }

  .nav-menu__list-mobile {
    display: block;
  }

  .nav-menu__list-inner {
    position: relative;
    top: 0;
    transform: translate(0);
    transition: 0;
    box-shadow: none;
    width: 100%;
    padding-left: 42px;
  }

  .nav-menu__list-inner a {
    display: flex;
    width: 100%;
    padding: 4px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
  }

  /* .nav-menu__list--absolute:hover>.nav-menu__list-inner {
    transform: translateX(0);
  } */

  .nav-menu__link {
    padding-bottom: 8px;
  }
}

.hat-personal__nav {
  display: flex;
  margin: 0 12px;
}

.hat-personal__nav-link {
  position: relative;
}

.hat-personal__nav-link::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #06C8D2;
  border-radius: 50%;
  right: 0;
  top: 4px;
  position: absolute;
  z-index: 2;
  animation: pulseLink 1s infinite;
}

.nav-menu__link-message--new span {
  position: relative;
}

.nav-menu__link-message--new span::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #06C8D2;
  border-radius: 50%;
  right: -10px;
  top: 1px;
  position: absolute;
  z-index: 2;
  animation: pulseLink 1s infinite;
}

.nav-menu__link-message--active+.nav-menu__list-inner .nav-menu__inner-link:nth-child(2) a {
  animation: pulseLink 1s infinite;
  color: #06C8D2 !important;
}

@keyframes pulseLink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .4;
  }

  100% {
    opacity: 1;
  }
}

.nav-menu__link-message--counter {
  display: flex;
  justify-content: center;
  align-items: center;
  content: '';
  padding: 0 6px;
  font-size: 11px;
  color: #fff;
  background: #06C8D2;
  border-radius: 8px;
  margin-left: 12px;
  animation: pulseLink 1s infinite;
  /* TODO */
  display: none !important;
}

.hat-personal__nav-link i {
  color: #454545;
  font-size: 24px;
}

.hat-personal__nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #fff;
}

.hat-personal__nav a:hover {
  opacity: .6;
}

.hat-personal__nav a:first-child {
  margin-right: 8px;
}

.nav-menu {
  overflow-y: auto;
  overflow-x: hidden;
  direction: ltr;
  scrollbar-color: #f9f9f9 #DDDDDD;
  scrollbar-width: thin;
}

.nav-menu::-webkit-scrollbar {
  width: 3px;
}

.nav-menu::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}

.nav-menu::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #DDDDDD;
}

@media (max-width: 767px) {
  .hat-personal__nav a:first-child {
    margin-right: 4px;
  }

  .hat-personal__nav {
    margin-right: 6px;
  }
}

@media (max-width: 576px) {
  .logo {
    padding: 0;
  }

  .messenger-chat__persons-body-container {
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    direction: ltr;
    scrollbar-color: #f9f9f9 #DDDDDD;
    scrollbar-width: thin;
  }

  .messenger-chat__persons-body-container::-webkit-scrollbar {
    width: 3px;
  }

  .messenger-chat__persons-body-container::-webkit-scrollbar-track {
    background-color: #f9f9f9;
  }

  .messenger-chat__persons-body-container::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: #DDDDDD;
  }

  .messenger-chat__persons-body-item span {
    word-break: break-word;
  }
}

.messenger-chat__spinner-wrap {
  display: flex;
  position: relative;
}

.messenger-chat__spinner-wrap .loader {
  width: 60px;
  height: 60px;
  margin: 16px 0;
}

.messenger-chat__notification {
  display: none;
  align-items: center;
  margin-right: 16px;
}

.messenger-chat__notification button {
  border: none;
  background: none;
  transition: .2s;
}

.messenger-chat__notification button:hover {
  opacity: .6;
}

.messenger-chat__notification i {
  font-size: 19px;
  color: #999999;
}

.messenger-chat__notification-counter {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.messenger-chat__notification-counter span {
  font-size: 14px;
  color: #999999;
  font-weight: 700;
  margin-right: 4px;
}

.messenger-chat__notification-nav {
  display: flex;
  flex-direction: column;
}

.messenger-chat__notification-wrap {
  display: none;
  align-items: center;
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #ddd;
}

.messenger-chat__notification-wrap--active {
  display: flex;
}

.messenger-chat__notification-nav i {
  font-size: 14px;
}

.messenger-chat__notification-nav button:first-child {
  margin-bottom: 1px;
}

.messenger-chat__notification-nav button:last-child {
  margin-top: 1px;
}

.fa-at--active {
  color: rgba(0, 126, 255, .7) !important;
}

.messenger-chat__notification-new {
  display: none;
  position: absolute;
  right: 2px;
  top: -3px;
  z-index: 2;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #01B1FE;
}

.messenger-chat__notification-btn {
  position: relative;
}

.events__nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.events__nav-btns {
  display: flex;
  align-items: center;
}

.events__nav-label input {
  position: absolute;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
}

.events__nav-label div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
  cursor: pointer;
  transition: .2s;
}

.events__nav-label:hover {
  opacity: .6;
}

.events__nav-label i {
  color: #454545;
  font-size: 16px;
}

.events__nav-label--change {
  margin-left: 16px;
}

.events__nav-label--change .fa-th {
  display: none;
}

.events__nav-label--change input:checked+div .fa-th {
  display: block;
}

.events__nav-label--change input:checked+div .fa-window-maximize {
  display: none;
}

.events__search {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 420px;
  background: #fff;
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  /* padding-right: 38px; */
  box-shadow: 0 1px 5px 0px rgb(3 3 3 / 10%);
  position: relative;
}

.events__search input {
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 42px;
}

.events__search .fa-search {
  position: absolute;
  right: 25px;
  top: 16px;
  border: none;
  background: none;
  color: #454545;
  transition: .2s;
}

.events__search .fa-search:hover {
  opacity: .6;
}

.events__search .fa-times {
  position: absolute;
  right: 8px;
  top: 16px;
  border: none;
  background: none;
  transition: .2s;
}

.events__search .fa-times:hover {
  opacity: .6;
}

.events__nav-label--active div {
  background: #01B1FE;
}

.events__nav-label--active i {
  color: #fff
}

.events__th {
  flex-direction: column;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
  background-color: #fff;
  margin-bottom: 20px;
}

.events__th-inner {
  display: flex;
  flex-direction: column;
}

.events__th-item {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.events__th-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.events__th-mobile {
  display: flex;
  width: 60%;
}

.events__th-wrap-title {
  width: 60%;
  padding-right: 16px;
}

.events__th-name {
  font-size: 16px;
  font-weight: 700;
  color: #454545;
  word-break: break-word;
}

.events__th-wrap-reg {
  width: 40%;
}

.events__th-reg {
  font-size: 14px;
  font-weight: 500;
  color: #454545;
  padding-right: 8px;
}

.events__th-wrap-part {
  width: 25%;
}

.events__th-part {
  font-size: 14px;
  font-weight: 500;
  color: #454545;
  padding-right: 8px;
}

.events__th-btn {
  width: 10%;
}

.events__th-btn--client {
  width: 15%;
}

.events__th-part--client {
  color: #20DF7F;
}

.events__th-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #007EFF;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  height: 36px;
}

.events__th-btn i {
  display: none;
}

.events__th-item .events-checked {
  position: relative;
  opacity: 1;
  width: 5%;
  display: flex;
  justify-content: center;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .events__nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .events__nav-btns {
    width: 100%;
  }


  .events__search {
    max-width: 100%;
    margin-right: 12px;
  }

  .events__th-mobile {
    flex-direction: column;
    width: calc(100% - 58px - 40px);
  }

  .events__th-wrap-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 8px;
  }

  .events__th-wrap-reg {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 8px;
  }

  .events__th-wrap-part {
    display: flex;
    flex-direction: column;
    width: 58px;
    margin-bottom: 8px;
  }

  .events__th-part {
    font-size: 0;
  }

  .events__th-part--client {
    font-size: 14px;
  }

  .events__th-btn {
    width: 40px;
    padding-left: 16px;
  }

  .events__th-btn a {
    font-size: 0;
    width: 24px;
    height: 24px;
  }

  .events__th-btn i {
    display: block;
    font-size: 14px;
    color: #fff;
  }
}

.events-admin__btn--search button {
  width: 100%;
  background: #20DF7F;
}

.personal-scrollbar__social-project {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  margin: 8px 0;
  padding-bottom: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.personal-scrollbar__social-project .btn {
  background: #06c8d2;
}

.personal-scrollbar__social-project .btn:hover {
  opacity: .6;
}

.buying-courses {
  display: flex;
  flex-direction: column;
  margin: 32px 0;
  margin-bottom: 94px;
}

.buying-courses h3 {
  margin-bottom: 24px;
}

.buying-courses .input-form {
  margin-bottom: 16px;
}

.buying-courses .btn {
  margin-top: 16px;
  width: 100%;
}

.buying-courses h4 {
  display: none;
  text-align: center;
  margin-top: 16px;
}

.buying-courses__content {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  margin: 16px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.buying-courses__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

.buying-courses__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.buying-courses__photo {
  width: calc(30% - 16px);
}

.buying-courses__photo img {
  width: 100%;
}

.buying-courses__about {
  display: flex;
  flex-direction: column;
  width: calc(70% - 16px);
}

.buying-courses__about h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

.buying-courses__about p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.buying-courses__about h5 {
  font-size: 18px;
  margin-bottom: 16px;
}

.buying-courses__about h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .buying-courses__item {
    flex-direction: column;
  }

  .buying-courses__photo {
    width: 100%;
    margin-bottom: 18px;
  }

  .buying-courses__about {
    width: 100%;
  }
}

.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up {
  color: #454545 !important;
}

.blog-post__content--faq .business-title {
  margin-bottom: 42px;
}

.business-subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  color: #06c8d2;
  margin-top: 18px;
  font-weight: 500;
}

.business-subtitle--mb {
  margin-bottom: 50px;
}

.privacy-subtitle-mb {
  margin-bottom: 32px;
}

.privacy-text-mb {
  margin-bottom: 16px;
}

.privacy-subtitle-mt {
  margin-top: 32px;
}

.privacy-popup {
  display: none;
  width: 20%;
  min-width: 420px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #fff;
  border-radius: 8px;
  padding: 32px 16px;
  z-index: 9999999999;
  box-shadow: 0 0.625em 1.875em rgba(57, 62, 72, 0.22);
}

.privacy-popup--active {
  display: flex;
  flex-direction: column;
}

.user-arg {
  white-space: break-spaces;
}

.timetable-new__type {
  padding: 4px 8px;
  background: #fff;
  border-radius: 8px;
  margin-left: 8px;
}

@media (max-width: 576px) {
  .blog-post__content--faq .business-title {
    margin-bottom: 12px;
  }

  .business-subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
  }

  .business-subtitle--mb {
    margin-bottom: 24px;
  }
}

.education-popup h2 {
  margin-bottom: 36px;
}

.education-popup__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}

.education-popup__nav a {
  width: 100%;
  margin-bottom: 16px;
}

.education-popup__nav button {
  width: 100%;
}

.education-popup__video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.education-popup__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.education-popup .timesheet-modal-dialog {
  max-width: 1200px;
}

.header__top-menu {
  display: flex;
  align-items: center;
  padding-left: 38px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 2px 22px rgba(88, 88, 88, 0.07);
  border-radius: 0px 0px 8px 8px;
}

.header__top-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgba(153, 153, 153, 0.7);
  margin-right: 28px;
  transition: .2s;
}

.header__top-link:hover {
  color: #06C8D2;
}

.header__top-link:last-child {
  margin-right: 0;
}

.header__logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.header__logo img {
  /* width: 65px; */
  height: 49px;
  margin-right: 9px;
}

.header__logo .logo__text {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #333333;
}

.header__menu {
  padding-left: 107px;
}

.header__menu a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #999999;
  padding: 0;
  transition: .2s;
}

.header__menu a:hover {
  color: #06C8D2;
}

.header__menu li {
  margin-right: 50px;
}

.header__menu li:last-child {
  margin-right: 0;
}

.header__search {
  padding: 0;
  margin-left: 83px;
}

.search__btn {
  margin-right: 16px;
}

.header__avatar {
  padding: 21px;
}

.hat-personal__btn-text .header__avatar {
  padding: 0;
}

.hat-personal__btn-text {
  padding-right: 52px;
}

.hat-personal__btn-text a:first-child {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #454545;
}

.hat-personal__btn-text a:first-child:hover {
  color: #454545;
  opacity: .6;
  background: none;
}

.hat-personal__btn-text a:last-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #999999;
}

.hat-personal__btn-text a:last-child:hover {
  opacity: .6;
}

.hat-personal__btn-text span {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #999999;
  cursor: pointer !important;
}

.hat-personal__btn-text span:hover {
  opacity: .6;
}

.hat-personal__btn-img {
  width: 44px;
  height: 44px;
}

.hat-personal__btn-img_wrap {
  width: 52px;
  height: 52px;
}

.header__login-btn {
  background: rgba(6, 200, 210, 0.2);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #06C8D2;
  width: 189px;
  height: 49px;
  transition: .2s;
  border: none;
}

.header__login-btn:hover {
  color: #06C8D2;
  opacity: .6;
}

.education-popup__nav .check__wrap {
  margin-top: 16px;
}

.header__login-mobile {
  display: none;
}

@media (max-width: 1320px) {
  .header__menu li {
    width: calc(25% + 50px);
  }
}

@media (max-width: 1200px) {
  .header__top-menu {
    display: none;
  }

  .events--main {
    width: 100% !important;
  }

  .suggestions__nav .btn-red {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .header__person {
    display: none !important;
  }

  .header__bottom {
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    height: 60px;
  }

  .hamburger {
    order: 3
  }

  .header__logo {
    order: 1;
    margin-left: 16px;
  }

  .header__logo img {
    /* width: 47px; */
    height: 35px;
    margin-right: 5px;
  }

  .header__logo .logo__text {
    font-size: 20px;
  }

  .header__login-mobile {
    display: flex;
    padding: 0;
    order: 2;
    margin: 0 8px;
  }

  .header__login-btn {
    font-size: 14px;
    width: 100%;
    min-width: 120px;
    height: 42px;
  }

  .events__nav-btns {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .events__search {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .personal-cabinet__seances_top-text {
    font-size: 12px;
  }
}

.dashboard__tooltip-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 620px;
}

.dashboard__tooltip {
  display: flex;
  align-items: center;
  margin: 4px 0;
  font-size: 14px;
  color: #01B1FE;
  font-weight: 700;
  cursor: pointer;
}

.dashboard__tooltip i {
  font-size: 16px;
  color: #01B1FE;
  margin-left: 8px;
}

.dashboard__tooltip-wrap {
  display: flex;
  width: 100%;
  position: relative;
}

.dashboard__tooltip-content {
  font-size: 14px;
  color: #fff;
  background: #999;
  padding: 8px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  display: none;
}

.dashboard__tooltip-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 64px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #999 transparent;
}

.dashboard__tooltip-content span {
  font-weight: 700;
}

.events__desc-inner {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 8px;
}

.login-form .btn-main {
  background: rgba(6, 200, 210, 0.2);
  color: #06C8D2;
}

.login-form .btn-main:hover {
  opacity: .6;
}

@media (max-width: 991px) {
  .suggestions__item {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .suggestions__name {
    width: calc(100% - 15px - 48px);
    margin-right: 0;
  }

  .suggestions__center {
    width: calc(50% - 8px);
    align-items: flex-start;
    margin: 0;
    margin-top: 16px;
  }

  .suggestions__nav {
    width: 100%;
    margin-top: 8px;
  }

  .suggestions__inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .suggestions__wrapper-top {
    min-height: 222px;
    margin-bottom: 20px;
  }

  .suggestions__reject {
    margin-top: 8px;
    width: 100%;
  }

  .suggestions__name {
    font-size: 16px;
  }

  .suggestions__info-text {
    width: calc(50% - 8px);
  }
}

@media (max-width: 576px) {
  .suggestions__item {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .suggestions__inner {
    padding-bottom: 4px;
  }
}

.lecture-video__chat .new-chat__content {
  padding-top: 0;
  padding-bottom: 0;
}

.lecture-video__chat .new-chat__wrapper {
  width: 100%;
  border-radius: 0;
}

.lecture-video__chat .new-chat__header {
  border-radius: 0;
}

.lecture-video__chat .new-chat__bottom {
  border-radius: 0;
}

.lecture-video__chat .new-chat__send {
  border-radius: 0;
}

.lecture-video__nav {
  display: none;
}

.lecture-video__chat .new-chat__chat-container--border {
  border-radius: 0;
}

.events-admin__empty-nav {
  margin-top: 16px;
}

.events-admin__empty-nav button {
  width: 100%;
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  .lecture-video__chat .new-chat__wrapper--mobile {
    display: flex;
  }

  .lecture-video__chat .new-chat__header {
    display: none;
  }

  .lecture-video__chat {
    min-width: 100%;
    min-height: 350px;
  }

  .lecture-video__chat .new-chat__content {
    min-height: 100%;
  }

  .events-admin__empty-nav {
    flex-direction: column;
  }

  .events-admin__empty-nav button {
    width: 100%
  }

  .events-admin__empty-nav button:first-child {
    margin-bottom: 8px;
  }

  .events__promo-banners-arrow {
    display: none;
  }
}

@media (max-width: 576px) {
  .lecture-video__chat .new-chat__content {
    height: 100%;
  }
}

.events-admin__fix-nav {
  display: flex;
  justify-content: flex-end;
}

.events-admin__fix-nav button:last-child {
  margin-left: 8px;
}

.events-admin__fix-nav {
  display: flex;
  justify-content: flex-end;
}

.events-admin__fix-nav button:last-child {
  margin-left: 8px;
}

.dashboard__about-wrapper {
  display: flex;
  align-items: center;
}

.dashboard__about-wrapper button {
  border: none;
  background: none;
  font-size: 16px;
  color: #01B1FE;
  margin-left: 8px;
}

.dashboard__about-wrapper-inner {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

@media (max-width: 576px) {
  .dashboard__about-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard__about-wrapper-inner {
    margin-left: 0;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.suggestions__empty-list {
  font-weight: 700;
}

.members__btn-rotation {
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  margin-right: 16px;
  width: 36px;
  height: 36px;
  transform: scale(-1, 1);
  border-radius: 8px;
  transition: .2s;
}

.members__btn-rotation:hover {
  opacity: .6;
}

.user-certificate__desc {
  margin-top: 16px;
}

.user-certificate__desc a {
  color: #007bff;
}

.events-rating__me-list {
  margin-top: 8px;
}

.events-rating__me-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.events-rating__me-list li {
  width: calc(50% - 8px);
  margin-bottom: 8px;
}

.events-rating__me-title {
  margin-bottom: 8px;
  font-weight: 500;
}

.events-rating__me-list i {
  color: #01B1FE;
  margin-right: 4px;
  font-size: 12px;
}

.events-rating__me-list span span {
  font-weight: 700;
  color: #01B1FE;
}

@media (max-width: 576px) {
  .events-rating__me-list li {
    width: 100%;
  }
}

.bx-livechat-user-info {
  overflow: visible !important;
}

.bx-livechat-user-name {
  overflow: visible !important;
}

.card-member {
  width: 100%;
  max-width: 765px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  margin-bottom: 24px;
  position: relative;
  z-index: 4;
}

.card-member img {
  border-radius: 16px;
  width: 100%;
}

.modal-content-password--akpp .modal-content-password__nav {
  margin-top: 24px;
}

.modal-content-password--akpp h3 {
  margin-bottom: 8px;
}

.notifications-admin-html {
  margin-bottom: 16px;
}

.notifications-admin-html .notifications-admin__input {
  margin-top: 16px;
}

.akpp-popup h2 {
  margin-bottom: 16px;
}

.akpp-popup h3 a {
  color: #007BFF;
}

.akpp-popup__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.akpp-popup__nav button {
  width: calc(50% - 8px);
}

.reject--client {
  margin-left: 0;
}

@media (max-width: 576px) {
  .akpp-popup__nav {
    flex-direction: column;
  }

  .akpp-popup__nav button {
    width: 100%;
  }

  .akpp-popup__nav button:first-child {
    margin-bottom: 16px;
  }

  .suggestions__wrap {
    max-height: calc(100vh - 190px);
  }

  .suggestions__nav {
    justify-content: flex-end;
  }
}

.akpp-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 50vh;
  padding: 60px 0;
}

.akpp-email__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 420px;
}

.akpp-email__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 36px;
}

.akpp-email__subtitle {
  margin-bottom: 16px;
}

.akpp-email .btn {
  width: 100%;
  margin-top: 24px;
}

.akpp-email-popup h2 {
  margin-bottom: 8px;
}

.spec-seance-popup h2 {
  margin-bottom: 16px;
}

.seance__nav {
  width: 100%;
  margin-top: 16px;
}

.seance__nav button {
  width: 100%;
}

.finances-body__title--sticky {
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 20px 0;
  background: #fff;
}

.membership-member {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.membership-member h1 {
  width: 100%;
  margin-bottom: 24px;
}

.membership-member__item {
  width: calc(50% - 8px);
  margin-bottom: 16px;
}

.membership-member__title {
  margin-bottom: 8px;
}

.membership-member__subtitle {
  font-weight: 700;
  font-size: 16px;
}

.membership-member__item a {
  font-weight: 700;
  font-size: 16px;
}

.membership-member__item img {
  width: 100%;
  max-width: 250px;
  border-radius: 16px;
}

.tests-list--center h1 {
  margin-bottom: 24px;
}

.tests-list__content--main .tests-list__header span {
  width: 100% !important;
}

.tests-list__content--main .tests-list__item-subtitle-wrapper {
  width: 80% !important;
}

.events-admin__sticker {
  margin-bottom: 24px;
}

.events-admin__sticker .check__wrap {
  margin-bottom: 16px;
}

.events-admin__sticker-wrapper {
  display: flex;
  flex-direction: column;
}

.events-admin__sticker-color h4 {
  margin-bottom: 8px;
}

.events-admin__sticker-color input {
  background: none;
  width: 128px;
  height: 48px;
  border-radius: 8px;
}

.events__sticker {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  position: absolute;
  left: 11px;
  top: -12px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 29px;
  padding: 9px 15px;
}

.events__event-status {
  font-weight: bold;
  position: absolute;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  left: 11px;
  bottom: 4px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 29px;
  padding: 9px 15px;
}

.events__event-status--active {
  background: #02C864;
}

.events__event-status--cancel {
  background: #DC143C;
}

.events-admin__weight {
  margin-bottom: 24px;
}

.events-admin__weight h4 {
  margin-bottom: 8px;
}

.personal-cabinet__courses {
  margin-bottom: 24px;
}

.personal-cabinet__courses h2 {
  margin-bottom: 8px;
}

.personal-cabinet__courses-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.personal-cabinet__courses-item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 8px);
}

.personal-cabinet__courses-item-link {
  color: #007BFF;
  font-weight: 700;
  margin-bottom: 8px;
}

.personal-cabinet__courses-item-link:hover {
  opacity: .6;
}

.personal-cabinet__courses-item-banner {
  border-radius: 8px;
  overflow: hidden;
  transition: 0.7s;
  margin-top: auto;
}

.personal-cabinet__courses-item img {
  width: 100%;
  transition: transform 0.7s;
  border-radius: 8px;
}

.personal-cabinet__courses-item-banner:hover img {
  transform: scale(1.1);
  border-radius: 8px;
}

.events__promo-banners {
  position: relative;
  margin-top: 24px;
}

.events--main {
  width: calc(100% - 312px);
}

.events__banners-item {
  transition: .2s;
}

.events__banners-item:hover {
  opacity: .6;
}

.events__banners-item img {
  width: 100%;
  border-radius: 8px;
}

.events__promo-banners-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: .2s;
}

.events__promo-banners-arrow:hover {
  opacity: .6;
}

.events__promo-banners-arrow i {
  font-size: 16px;
  color: #D7D7D7;
}

.events__promo-banners-arrow--left {
  left: 0
}

.events__promo-banners-arrow--right {
  right: 0;
}

.events__promo-banners-dots {
  display: none;
  margin-top: 8px;
}

.events__promo-dot {
  border: none;
  height: 4px;
  background: rgba(73, 215, 223, 0.20);
  transition: .2s;
}

.events__promo-dot--active {
  background: #49D7DF;
}

.events__promo-dot:hover {
  opacity: .6;
}

.events__promo-dot--2 {
  width: calc(50% - 5px);
}

.events__promo-dot--3 {
  width: calc(33.3333% - 5px);
}

.events-popup__img-wrapper {
  padding-top: 16px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
}

.events-popup__img-wrapper h3 {
  margin-bottom: 8px;
}

.events__promo-banners-inner--mobile {
  display: none !important;
}

.events-banners-popup {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}

.events-banners-popup h3 {
  margin-bottom: 8px;
}

.events-banners-empty {
  font-weight: 700;
}

.events-banners__info-wrapper {
  margin-top: 16px;
}

@media (max-width: 991px) {
  .events__promo-banners-inner {
    padding: 0 !important;
  }

  .events__promo-banners-arrow {
    display: none;
  }

  .events__promo-banners-dots {
    display: flex;
    justify-content: space-between;
  }

  .events__promo-banners-inner--desc {
    display: none !important;
  }

  .events__promo-banners-inner--mobile {
    display: block !important;
  }

  .mfp-image-holder .mfp-content {
    min-width: 100%;
  }
}

.events__btn--edit {
  margin-top: 20px;
  margin-right: 8px;
}

.events-btn-banner {
  width: 100%;
  margin-top: 16px;
}

.events-banners-popup {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.events-banners-popup__item {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.events-banners-popup__item:last-child {
  margin-bottom: 0;
}

.events-banners-popup__item img {
  width: 100%;
  border-radius: 8px;
}

.events-banners-popup__del {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  background: #fff;
  border: none;
  border-radius: 8px;
  width: 22px;
  height: 22px;
  transition: .2s;
}

.events-banners-popup__del:hover {
  opacity: .6;
}

.events-admin__complexity {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.events-admin__weight .SumoSelect {
  width: 100%;
}

.events-admin__complexity .check {
  margin-bottom: 8px;
}

.events__panel--jc {
  justify-content: space-between;
}

.events__panel-filters-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.events__panel-filters-content h4 {
  font-weight: 700;
  margin-bottom: 8px;
}

.events__panel-filters-content .check__wrap {
  margin-bottom: 8px;
}

.events__panel-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 40px;
}

.events__panel-filters-label {
  margin-right: 6px;
  cursor: pointer;
  transition: .2s;
}

.events__panel-filters-label:hover {
  opacity: .6;
}

.events__panel-filters-label:last-child {
  margin-right: 0;
}

.events__panel-filters-label input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.events__panel-filters-label span {
  font-weight: 600;
  color: #31C2CB;
  padding: 6px 12px;
  border-radius: 20px;
  background: #DDF1F1;
}

.events__panel-filters-label--active input:checked+span {
  color: #fff;
  background: #31C2CB;
}

@media (max-width: 576px) {
  .personal-cabinet__courses-item {
    width: 100%;
    margin-bottom: 8px;
  }

  .personal-cabinet__courses-item:last-child {
    margin-bottom: 0;
  }

  .events__banners-item {
    width: 100%;
    margin-bottom: 8px;
    transition: .2s;
  }

  .events__panel-filters {
    margin-top: 8px;
  }

  .events__panel-filters-content h4 {
    display: none;
  }
}

.events__promo-banners-inner {
  padding: 0 70px;
}

.membership-form__modal-photo img {
  max-width: 100% !important;
}

.suggestions__chat {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
  background: #fff;
  margin-right: 16px;
  transition: .2s;
}

.suggestions__chat:hover {
  opacity: .6;
}

.suggestions__chat i {
  font-size: 18px;
}

.events__pagination {
  display: flex;
  align-items: center;
}

.events__pagination a:first-child {
  margin-right: 7px;
}

.events__pagination a:last-child {
  margin-left: 7px;
}

.events__pagination i {
  font-size: 22px;
  color: #999;
}

.matching-wrapper {
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 80vh;
  padding: 8px 0;
  direction: ltr;
  scrollbar-color: #ccc #fff;
  scrollbar-width: thin;
}

.matching-wrapper::-webkit-scrollbar {
  width: 5px;
}

.matching-wrapper::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.matching-wrapper::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #ccc;
}

.timetable__top--admin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}

.timetable__top--admin .timetable__top-nav {
  width: 100%;
  margin-bottom: 0;
}

.images_gallery_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00000040;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.images_gallery_popup-image {
  height: 90%;
  object-fit: contain;
}

.chat-page .b24-widget-button-wrapper {
  display: none;
}

#selectISPopup .SumoSelect {
  width: 100%;
}

.TherapyCenterSpecialist-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #5BC5D0;
  border: 1px solid #5BC5D0;
  border-radius: 13px;
  margin-left: 5px;
  padding: 2px 8px;
}