@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUIRegular.eot");
  src: url("../fonts/SegoeUIRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SegoeUIBold";
  src: url("../fonts/SegoeUIBold.eot");
  src: url("../fonts/SegoeUIBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIBold.woff") format("woff"), url("../fonts/SegoeUIBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SegoeUIItalic";
  src: url("../fonts/SegoeUIItalic.eot");
  src: url("../fonts/SegoeUIItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIItalic.woff") format("woff"), url("../fonts/SegoeUIItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SegoeUILight";
  src: url("../fonts/SegoeUILight.eot");
  src: url("../fonts/SegoeUILight.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUILight.woff") format("woff"), url("../fonts/SegoeUILight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SegoeUISemiBold";
  src: url("../fonts/SegoeUISemiBold.eot");
  src: url("../fonts/SegoeUISemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUISemiBold.woff") format("woff"), url("../fonts/SegoeUISemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?kjcbo7');
  src: url('../fonts/icomoon.eot?kjcbo7#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?kjcbo7') format('truetype'), url('../fonts/icomoon.woff?kjcbo7') format('woff'), url('../fonts/icomoon.svg?kjcbo7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ionicons';
  src: url('/static/fonts/ionicons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
small {
  font-size: 12px;
}
.all-buttons {
  border-radius: 10px;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.Hidden {
  display: none;
}
.select2 {
  text-align: center;
  padding: 4.5px 16px;
  color: #b6702a;
  border: 1px solid #dfd8c5;
  background-color: white;
  font-size: 16px;
}
.select2 .selection .select2-container--default,
.select2 .selection .select2-selection--single {
  border: none;
}
.select2 .selection .select2-container--default:focus,
.select2 .selection .select2-selection--single:focus,
.select2 .selection .select2-container--default:active,
.select2 .selection .select2-selection--single:active {
  outline: none;
}
.select2 .selection .select2-container--default .select2-selection__arrow,
.select2 .selection .select2-selection--single .select2-selection__arrow {
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select2 .selection .select2-container--default .select2-selection__arrow b,
.select2 .selection .select2-selection--single .select2-selection__arrow b {
  border-color: #b6702a transparent transparent;
}
.select2 .selection .select2-container--default .select2-selection__rendered,
.select2 .selection .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  color: #b6702a;
  text-align: center;
}
.select2:active {
  border: 1px solid #b6702a;
}
.select2:focus {
  border: 1px solid #b6702a;
}
.select2-container--default .select2-results__option {
  color: #b6702a;
  background-color: white;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: white;
  color: #b6702a;
}
.select2-dropdown {
  border: 1px solid #b6702a;
}
select#id_time_zone {
  text-align: center;
  padding: 4.5px 16px;
  color: #b6702a;
  border: 1px solid #dfd8c5;
  font-size: 16px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: -webkit-center;
  height: 40px;
  background-color: white;
  width: 100%;
  max-width: 394px;
}
select#id_time_zone .selection .select2-container--default,
select#id_time_zone .selection .select2-selection--single {
  border: none;
}
select#id_time_zone .selection .select2-container--default:focus,
select#id_time_zone .selection .select2-selection--single:focus,
select#id_time_zone .selection .select2-container--default:active,
select#id_time_zone .selection .select2-selection--single:active {
  outline: none;
}
select#id_time_zone .selection .select2-container--default .select2-selection__arrow,
select#id_time_zone .selection .select2-selection--single .select2-selection__arrow {
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
select#id_time_zone .selection .select2-container--default .select2-selection__arrow b,
select#id_time_zone .selection .select2-selection--single .select2-selection__arrow b {
  border-color: #b6702a transparent transparent;
}
select#id_time_zone .selection .select2-container--default .select2-selection__rendered,
select#id_time_zone .selection .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  color: #b6702a;
  text-align: center;
}
select#id_time_zone:active {
  border: 1px solid #b6702a;
}
select#id_time_zone:focus {
  border: 1px solid #b6702a;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
.btn {
  background-color: #dacfb1;
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "SegoeUISemiBold";
  font-size: 16px;
  font-weight: 400;
  border: none;
  padding: 4px 12px 5px 13px;
  margin: 15px 0 37px;
  text-align: center;
  max-width: 394px;
  width: 100%;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
button:active,
.btn:active {
  outline: none;
  background-color: #feb567;
}
button:focus,
.btn:focus {
  outline: none;
  background-color: #feb567;
}
button:hover,
.btn:hover {
  background-color: #feb567;
  text-decoration: none;
  color: white;
}
button:disabled,
.btn:disabled {
  background-color: #aeaeae;
}
.success {
  color: #55db50;
}
.warning {
  color: #ffc600;
}
.bg-yellow {
  background-color: yellow;
}
.bg-gray {
  background-color: gray;
}
.danger {
  color: #ff6446;
}
.bg-warning-light {
  background-color: #fde9ae;
}
.bg-success-light {
  background-color: #87d99a;
}
.input-group-text {
  background-color: #b6702a;
  color: white;
  border-color: #fde9ae;
}
.page-link {
  background-color: #b6702a;
  color: white;
  border-color: #fde9ae;
}
.page-link:hover,
.page-link:active,
.page-link:focus {
  background-color: #feb567;
  border-color: #fde9ae;
  color: white;
  text-decoration: none;
}
.wrapper {
  margin-left: 130px;
  position: relative;
  /*height: 100%;
    display: flex;
    flex-direction: column;*/
}
.header {
  background: #ffffff;
  width: 100%;
  /* состояние active при открытом меню  */
}
.header__wrapper {
  padding: 20px 60px 19px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.header__navigator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
}
.header__navigator.Hidden .list-block__sub-title {
  font-size: 16px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__drop {
  display: none;
}
.header__drop-btn {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 72px;
  height: 31px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
}
.header__drop-btn:focus {
  outline: none;
}
.header__drop-btn:hover {
  background-color: transparent;
}
.header__drop-btn span {
  display: block;
  position: absolute;
  top: 15px;
  left: 18px;
  right: 18px;
  height: 4px;
}
.header__drop-btn span::before,
.header__drop-btn span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
}
.header__drop-btn span::before {
  top: -9px;
}
.header__drop-btn span::after {
  bottom: -9px;
}
.header__drop-btn__htx {
  background-color: transparent;
}
.header__drop-btn__htx span {
  background: #e1dac9;
  border-radius: 4px;
  -webkit-transition: all 0s 0.3s;
  -o-transition: all 0s 0.3s;
  transition: all 0s 0.3s;
}
.header__drop-btn__htx span::before,
.header__drop-btn__htx span::after {
  background: #e1dac9;
  border-radius: 4px;
  -webkit-transition-duration: 0.3s, 0.3s;
       -o-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
       -o-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
.header__drop-btn__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.header__drop-btn__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.header__drop-btn__htx.is-active {
  background-color: transparent;
}
.header__drop-btn__htx.is-active span {
  background: none;
}
.header__drop-btn__htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__drop-btn__htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__drop-btn__htx.is-active span::before,
.header__drop-btn__htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
       -o-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}
.header .top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2px 0;
}
.header .top-nav__item,
.header .top-nav__item-logout {
  margin-right: 30px;
}
.header .top-nav__item:last-child,
.header .top-nav__item-logout:last-child {
  margin-right: 0;
  position: relative;
}
.header .top-nav__item:last-child::after,
.header .top-nav__item-logout:last-child::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 5px;
  width: 15px;
  height: 15px;
}
.header .top-nav__item::after {
  background: url('../img/login.png');
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .top-nav__item:hover::after {
  background: url('../img/login-h.png');
}
.header .top-nav__item-logout::after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url('../img/logout.png');
}
.header .top-nav__item-logout:hover::after {
  background: url('../img/logout-h.png');
}
.header .top-nav__link {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 17px;
  color: #4e1f00;
}
.header .top-nav__link_active_true {
  color: #b6702a;
}
.header .top-nav__link:active {
  color: #b6702a;
}
.header .top-nav__link:hover {
  color: #b6702a;
}
.header .top-nav__link:focus {
  color: #b6702a;
}
.ok_icon {
  position: relative;
}
.ok_icon::before {
  content: '';
  background: url('../img/check-ok.png') no-repeat center center;
  position: absolute;
  width: 17px;
  height: 17px;
  left: -28px;
  top: 4px;
}
.error_icon {
  position: relative;
}
.error_icon::before {
  content: '';
  background: url('../img/check-error.png') no-repeat center center;
  position: absolute;
  width: 17px;
  height: 17px;
  left: -28px;
  top: 4px;
}
.ionicon {
  font-family: "Ionicons";
}
.title_item {
  color: white;
  font-family: "SegoeUI";
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.kurse__head {
  font-size: 23px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #b6702a;
  font-family: "SegoeUI";
}
.kurse__head_upprer_none {
  text-transform: none;
}
.kurse__img {
  margin-bottom: 11px;
}
.kurse__name {
  font-family: "SegoeUI";
  font-size: 23px;
  line-height: 29px;
  font-weight: 400;
  text-transform: uppercase;
}
.kurse__line {
  height: 1px;
  margin-top: 14px;
  margin-bottom: 20px;
  background-color: rgba(228, 206, 179, 0.85);
  width: 100%;
}
.kurse__line-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 10px;
}
.kurse__line-flex .zavd-prev {
  text-align: right;
}
.kurse__line-flex .zavd-next {
  text-align: left;
}
.kurse__line-flex .title {
  color: white;
  font-family: "SegoeUI";
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "SegoeUIBold";
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
.kurse__line-flex .button-next {
  margin-right: 29px;
}
.kurse__line-flex .zavd-next,
.kurse__line-flex .zavd-prev {
  color: #f5efe5;
  font-family: "SegoeUI";
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.kurse__line-flex .zavd-next a,
.kurse__line-flex .zavd-prev a {
  color: inherit;
  text-decoration: none;
}
.kurse__line-flex img {
  max-width: none;
  margin: 0px 20px;
}
.kurse__line-big {
  min-height: 40px;
  background-color: #b6702a;
  width: auto;
}
.kurse__line-big_display_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kurse__line-disabled {
  min-height: 40px;
  background-color: #aeaeae;
  width: auto;
}
.kurse__block {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 22px 20px 18px;
}
.kurse__block_padding_none {
  padding: 0;
}
.kurse__block_chats {
  background: none;
}
.kurse__kurse-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f2e3d1;
  margin-bottom: 20px;
}
.kurse .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: 10px;
  line-height: 34.5px;
}
.kurse .breadcrumbs .item {
  color: white;
  font-family: "SegoeUI";
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 34.5px;
  text-transform: capitalize;
}
.kurse .breadcrumbs .item a {
  color: white;
}
.kurse .breadcrumbs .item a:hover {
  color: white;
  text-decoration: underline;
}
.kurse .breadcrumbs .item.active {
  font-family: "SegoeUIBold";
  text-transform: uppercase;
}
.kurse .kurse-info__block-left {
  min-width: initial;
  max-height: initial;
}
.kurse .kurse-info__block-left img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.kurse .kurse-info__block-right {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 17px 15px;
  -ms-flex-preferred-size: 76%;
      flex-basis: 76%;
}
.kurse .kurse-info .block-right__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.kurse .kurse-info .block-right__text {
  color: #aeaeae;
  font-family: "SegoeUIItalic";
  font-size: 16px;
  font-weight: 500;
}
.kurse .kurse-info .block-right__text-1 {
  color: #ebaa5a;
  font-family: "SegoeUIItalic";
  font-size: 16px;
  font-weight: 600;
}
.kurse .kurse-info .block-right__line {
  height: 1px;
  background-color: #c5c4c4;
  opacity: 0.5;
  margin: 12px 0 16px;
  width: 100%;
}
.kurse .kurse-info .block-right__button {
  background-color: #b6702a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 22px 7px 24px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-family: "SegoeUISemiBold";
  font-size: 18px;
  position: absolute;
  bottom: 18px;
  text-decoration: none;
  font-weight: 400;
}
.kurse .kurse-info .block-right__button:hover {
  background-color: #feb567;
}
.kurse .kurse-info .block-right__button:active {
  background-color: #feb567;
}
.kurse .kurse-info .block-right__button:focus {
  background-color: #feb567;
}
.kurse .kurse-info .block-right__name {
  color: #b6702a;
  font-family: "SegoeUISemiBold";
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.kurse .kurse-info .block-right__info {
  font-family: "SegoeUI";
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  line-height: 19px;
  font-size: 16px;
}
.kurse .kurse-info .block-right__info .scroll-content {
  overflow-y: auto;
}
.kurse .kurse-info .block-right .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.kurse .block-right__content_2 .block-right__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.link-like-button {
  padding: 3px 28px 6px 31px;
  text-align: center;
  background-color: #b6702a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-family: "SegoeUISemiBold";
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
}
.link-like-button:hover {
  background-color: #feb567;
  text-decoration: none;
  color: white;
}
.link-like-button:active {
  background-color: #feb567;
}
.link-like-button:focus {
  background-color: #feb567;
}
.kurse .my-course .block-right__content-left {
  padding-right: 30px;
}
.kurse .my-course .kurse-info__block-right_1 {
  padding: 12px 17px 0px;
}
.kurse .my-course .block-right__content_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kurse .my-course .block-right__content_1 .bot_1 {
  position: relative;
  top: -9px;
  margin-bottom: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.kurse .my-course .block-right__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kurse .my-course .block-right__finish {
  color: #b6702a;
  font-family: "SegoeUIBold";
  font-size: 18px;
  font-style: italic;
  margin-right: 55px;
}
.kurse .my-course .block-right__button-kurse-2 {
  background-color: #dacfb1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 7px 20px 8px 21px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-family: "SegoeUISemiBold";
  font-size: 18px;
  bottom: 18px;
  text-decoration: none;
  font-weight: 400;
}
.kurse .my-course .block-right__button-kurse-2:hover {
  outline: none;
  background-color: #feb567;
}
.kurse .my-course .block-right .fit-bottom {
  margin: 12px 0 24px;
}
.kurse .my-course .block-right__button-kurse-gen {
  padding: 3px 28px 6px 31px;
  text-align: center;
  background-color: #b6702a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-family: "SegoeUISemiBold";
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
}
.kurse .my-course .block-right__button-kurse-gen:hover {
  background-color: #feb567;
  text-decoration: none;
  color: white;
}
.kurse .my-course .block-right__button-kurse-gen:active {
  background-color: #feb567;
}
.kurse .my-course .block-right__button-kurse-gen:focus {
  background-color: #feb567;
}
.kurse .my-course .block-right__bottom_1 {
  margin-top: 31px;
  margin-left: 36px;
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.kurse .my-course .block-right__text-2 {
  text-align: center;
  margin-bottom: 18px;
  line-height: 20px;
}
.kurse .my-course .block-right__text-2_1 {
  margin-bottom: 16px;
}
.button_inform {
  background-color: #dacfb1;
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "SegoeUISemiBold";
  font-size: 16px;
  font-weight: 400;
  border: none;
  padding: 4px 12px 5px 13px;
  margin: 15px 0 37px;
  text-align: center;
  max-width: 394px;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.button_inform:active {
  outline: none;
  background-color: #feb567;
}
.button_inform:focus {
  outline: none;
  background-color: #feb567;
}
.button_inform:hover {
  background-color: #feb567;
  color: white;
  text-decoration: none;
}
.bg-inform {
  background-color: rgba(255, 255, 255, 0.6);
}
.inform {
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 40px 0 80px;
}
.inform button {
  background-color: #dacfb1;
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "SegoeUISemiBold";
  font-size: 16px;
  font-weight: 400;
  border: none;
  padding: 4px 12px 5px 13px;
  margin: 15px 0 37px;
  text-align: center;
  max-width: 394px;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.inform button:active {
  outline: none;
  background-color: #feb567;
}
.inform button:focus {
  outline: none;
  background-color: #feb567;
}
.inform button:hover {
  background-color: #feb567;
  color: white;
  text-decoration: none;
}
.inform .hide {
  display: none;
  margin-bottom: 20px;
}
.inform__img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.inform__form-group {
  margin-bottom: 19px;
}
.inform .form-group__label {
  display: block;
  font-family: "SegoeUI";
  color: #4e1f00;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.inform .form-group .g-recaptcha {
  margin: auto;
  display: inline-block;
}
.inform .form-group input {
  text-align: center;
  font-family: "SegoeUI";
  padding: 8px 96px;
  color: #b6702a;
  border: 1px solid #dfd8c5;
  background-color: white;
  font-size: 16px;
  width: 100%;
  max-width: 394px;
}
.inform .form-group input:active {
  outline: none;
  border: 1px solid #b6702a;
}
.inform .form-group input:focus {
  outline: none;
  border: 1px solid #b6702a;
}
.inform .form-group input::-webkit-input-placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.inform .form-group input::-moz-placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.inform .form-group input:-ms-input-placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.inform .form-group input::-ms-input-placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.inform .form-group input::placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.inform .form-group textarea {
  text-align: center;
  padding: 3px 10px;
  width: 100%;
  max-width: 394px;
  font-family: "SegoeUIItalic";
  vertical-align: top;
  color: #b6702a;
  border: 1px solid #dfd8c5;
  background-color: white;
  font-size: 16px;
}
.inform .form-group textarea:active {
  outline: none;
  border: 1px solid #b6702a;
}
.inform .form-group textarea:focus {
  outline: none;
  border: 1px solid #b6702a;
}
.inform .form-group textarea::-webkit-input-placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.inform .form-group textarea::-moz-placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.inform .form-group textarea:-ms-input-placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.inform .form-group textarea::-ms-input-placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.inform .form-group textarea::placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.inform .form-group select:active {
  outline: none;
  border: 1px solid #b6702a;
}
.inform .form-group select:focus {
  outline: none;
  border: 1px solid #b6702a;
}
.inform .form-group button {
  padding: 9px 47px;
}
.inform .has-errors .form-group__label {
  color: #ff6446;
}
.inform .has-errors .errorlist li {
  color: #ff6446;
}
.inform .has-errors input {
  border-color: #ff6446;
  background-color: lightgoldenrodyellow;
}
.inform .field-help {
  width: 100%;
  max-width: 394px;
  text-align: center;
}
.blocks__images {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 12px;
}
.blocks__name-inform {
  font-family: "SegoeUI";
  font-size: 23px;
  line-height: 29px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b6702a;
}
.kurse__line-1 {
  height: 1px;
  margin-top: 14px;
  margin-bottom: 18px;
  background-color: #b6702a;
  opacity: 0.25;
  width: 100%;
}
.content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content__wrapper {
  padding: 10px 0 104px 0;
}
.content__wrapper_flex {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.content .fullscreen {
  padding: 0;
}
.content .fullscreen .blocks__wrapper {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.content .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .blocks__wrapper {
  max-width: 1060px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.content .blocks__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .blocks__img {
  text-align: center;
  margin-top: 7px;
}
.content .blocks__name {
  margin-top: 14px;
  text-align: center;
  margin-bottom: 2px;
  font-size: 23px;
  text-transform: uppercase;
  color: #b6702a;
}
.content .blocks__name a {
  color: #b6702a;
}
.content .blocks__container {
  margin-top: 12px;
}
.content .blocks .block-right__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.content .blocks .block-right__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.content .blocks .block-right__button-1 {
  background-color: #b6702a;
  padding: 3px 22px 6px 24px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-family: "SegoeUISemiBold";
  font-size: 18px;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  display: inline-block;
}
.content .blocks .block-right__button-1:hover {
  background-color: #feb567;
}
.content .blocks .block-right__button-1:active {
  background-color: #feb567;
}
.content .blocks .block-right__button-1:focus {
  background-color: #feb567;
}
.content .blocks .block-right__progress {
  border-radius: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 178px;
  position: relative;
  height: 32px;
  border: 1px solid #dfd8c5;
  overflow: hidden;
}
.content .blocks .block-right__procent {
  background-color: #feb567;
  overflow: hidden;
  border-radius: 17px 0 0 17px;
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
}
.content .blocks .block-right__proc {
  position: absolute;
  left: 45%;
  top: 11%;
  color: #feb567;
}
.content .blocks .block-right__text-2 {
  color: #aeaeae;
  font-family: "SegoeUIItalic";
  font-size: 16px;
  position: relative;
  top: 6px;
  margin-right: 20px;
  font-weight: 500;
}
.content .blocks .bot {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
ul.nav-tabs a.nav-link {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
ul.nav-tabs a.nav-link.active {
  background-color: #b6702a;
  color: white;
}
ul.nav-tabs a.nav-link:hover {
  background-color: #feb567;
  color: white;
}
@media screen and (max-width: 1199px) {
  .content .blocks .block-right__progress {
    width: 160px;
  }
}
@media screen and (max-width: 991px) {
  .content .block-right__info {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .content-text {
    padding: 20px 0 80px 0;
  }
  .content .blocks__wrapper {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .content .blocks .block-right__progress {
    margin-top: 10px;
  }
  .content .blocks .block-right__bottom {
    display: block;
  }
  .content .blocks .block-right__bottom .bot {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .blocks .block-right__bottom .bot span {
    text-align: left;
  }
  .content .block-right__info {
    margin-bottom: 30px;
  }
  .content .kurse .new__right .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  text-align: center;
  display: block;
}
.modal__content {
  padding: 42px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__title {
  text-align: center;
  font-size: 23px;
  line-height: 26px;
  color: #b6702a;
  width: 261px;
  margin: 0 auto 33px auto;
}
.modal__name {
  display: block;
  font-size: 16px;
  color: #4e1f00;
  margin-bottom: 15px;
  font-weight: 400;
}
.modal__input {
  text-align: center;
  font-family: "SegoeUI";
  color: #b6702a;
  font-size: 16px;
  border: 1px solid #dfd8c5;
  background-color: #ffffff;
  padding: 8px 30px;
  margin-bottom: 18px;
  width: 100%;
  max-width: 264px;
}
.modal__input:focus,
.modal__input:active {
  outline: none;
  border: 1px solid #b6702a;
}
.modal__input_type_pas {
  color: #d6d6d6;
}
.modal__input_type_pas:focus {
  color: #b6702a;
}
.modal__input::-webkit-input-placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.modal__input::-moz-placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.modal__input:-ms-input-placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.modal__input::-ms-input-placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.modal__input::placeholder {
  color: #d7d7d7;
  font-family: "SegoeUIItalic";
}
.modal__button {
  margin-bottom: 27px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  width: 264px;
  background-color: #b6702a;
  text-align: center;
  line-height: 17px;
  color: #ffffff;
  font-family: "SegoeUISemibold";
  font-size: 18px;
  font-weight: 400;
  padding: 12.5px 5px;
}
.modal__button:hover {
  background-color: #feb567;
}
.modal__button:active {
  background-color: #feb567;
  outline: none;
}
.modal__button:focus {
  background-color: #feb567;
  outline: none;
}
.modal__button.url {
  width: 100%;
  text-transform: capitalize;
}
.modal__button.url:hover {
  text-decoration: none;
  cursor: pointer;
  color: white;
}
.modal__zap span {
  color: #c5c4c4;
  font-family: "SegoeUIItalic";
  font-size: 16px;
}
.modal__zap span a {
  text-decoration: underline;
  color: #c5c4c4;
}
.modal__zap span a:hover {
  color: #b6702a;
}
.modal_form {
  width: 440px;
  height: auto;
  max-height: 91%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  z-index: 5;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal__supernews {
  overflow-y: auto;
}
.modal_close {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: block;
}
#overlay {
  z-index: 3;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.left-menu__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  background-color: #656565;
  z-index: 1111;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.left-menu__wrapper::-webkit-scrollbar {
  width: 0 !important;
}
.left-menu .list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.left-menu .list-block__temp {
  position: relative;
  width: 98px;
}
.left-menu .list-block__item {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 -1px 0 #575757;
          box-shadow: inset 0 -1px 0 #575757;
}
.left-menu .list-block__item a {
  text-decoration: none;
}
.left-menu .list-block__item:before {
  content: "";
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ebaa5a;
}
.left-menu .list-block__item:hover,
.left-menu .list-block__item.active {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #505050;
}
.left-menu .list-block__item:hover .list-block__sub-title,
.left-menu .list-block__item.active .list-block__sub-title {
  color: #fbf6ee;
  -webkit-transition: All 2s ease;
  -o-transition: All 2s ease;
  transition: All 2s ease;
}
.left-menu .list-block__item:hover .hover-list,
.left-menu .list-block__item.active .hover-list {
  display: block;
}
.left-menu .list-block__item:hover .list-block,
.left-menu .list-block__item.active .list-block {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  height: 39px;
  width: 39px;
}
.left-menu .list-block__item:hover .list-block__icon-left-1:before,
.left-menu .list-block__item.active .list-block__icon-left-1:before {
  content: "\e906";
  font-family: 'icomoon';
  font-size: 35px;
  color: #fbf6ee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-menu .list-block__item:hover .list-block__icon-left-2:before,
.left-menu .list-block__item.active .list-block__icon-left-2:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "\e904";
  font-family: 'icomoon';
  font-size: 30px;
  color: #fbf6ee;
}
.left-menu .list-block__item:hover .list-block__icon-left-3:before,
.left-menu .list-block__item.active .list-block__icon-left-3:before {
  content: "\e902";
  font-family: 'icomoon';
  font-size: 35px;
  color: #fbf6ee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-menu .list-block__item:hover .list-block__icon-left-money:before,
.left-menu .list-block__item.active .list-block__icon-left-money:before {
  content: "\f119";
  font-size: 35px;
  color: #fbf6ee;
  font-family: "ionicons";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-menu .list-block__item:hover .list-block__icon-left-4,
.left-menu .list-block__item.active .list-block__icon-left-4 {
  text-align: center;
}
.left-menu .list-block__item:hover .list-block__icon-left-4:before,
.left-menu .list-block__item.active .list-block__icon-left-4:before {
  content: "\e903";
  font-family: 'icomoon';
  font-size: 33px;
  color: #fbf6ee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-menu .list-block__item:hover .list-block__icon-left-5,
.left-menu .list-block__item.active .list-block__icon-left-5 {
  text-align: center;
}
.left-menu .list-block__item:hover .list-block__icon-left-5:before,
.left-menu .list-block__item.active .list-block__icon-left-5:before {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 38px;
  color: #fbf6ee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-menu .list-block__item:hover .list-block__icon-left-6,
.left-menu .list-block__item.active .list-block__icon-left-6 {
  text-align: center;
}
.left-menu .list-block__item:hover .list-block__icon-left-6:before,
.left-menu .list-block__item.active .list-block__icon-left-6:before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 30px;
  color: #fbf6ee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-menu .list-block__item:hover .list-block__icon-left-7,
.left-menu .list-block__item.active .list-block__icon-left-7 {
  text-align: center;
}
.left-menu .list-block__item:hover .list-block__icon-left-7:before,
.left-menu .list-block__item.active .list-block__icon-left-7:before {
  content: "\e900";
  font-family: 'icomoon';
  font-size: 35px;
  color: #fbf6ee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-menu .list-block__item:hover .list-block__icon-left-wel,
.left-menu .list-block__item.active .list-block__icon-left-wel {
  border: 2px solid #fbf6ee;
}
.left-menu .list-block__item:hover::before,
.left-menu .list-block__item.active::before {
  content: "";
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #ebaa5a;
}
.left-menu .list-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  height: 100px;
  position: relative;
  line-height: normal;
}
.left-menu .list-block__sub-title {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #dfd8c5;
  margin-top: 5px;
  margin-bottom: 0;
}
.left-menu .list-block__icon-left-1:before {
  content: "\e906";
  font-family: 'icomoon';
  font-size: 35px;
  color: #dfd8c5;
}
.left-menu .list-block__icon-left-2:before {
  content: "\e904";
  font-family: 'icomoon';
  font-size: 30px;
  color: #dfd8c5;
}
.left-menu .list-block__icon-left-3:before {
  content: "\e902";
  font-family: 'icomoon';
  font-size: 35px;
  color: #dfd8c5;
}
.left-menu .list-block__icon-left-money:before {
  content: "\f119";
  font-size: 35px;
  color: #dfd8c5;
  font-family: "ionicons";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-menu .list-block__icon-left-4 {
  text-align: center;
}
.left-menu .list-block__icon-left-4:before {
  content: "\e903";
  font-family: 'icomoon';
  font-size: 33px;
  color: #dfd8c5;
}
.left-menu .list-block__icon-left-5 {
  text-align: center;
}
.left-menu .list-block__icon-left-5:before {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 38px;
  color: #dfd8c5;
}
.left-menu .list-block__icon-left-6 {
  text-align: center;
}
.left-menu .list-block__icon-left-6:before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 30px;
  color: #dfd8c5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-menu .list-block__icon-left-7 {
  text-align: center;
}
.left-menu .list-block__icon-left-7:before {
  content: "\e900";
  font-family: 'icomoon';
  font-size: 35px;
  color: #dfd8c5;
}
.left-menu .list-block__icon-left-wel {
  border: 3px solid #dfd8c5;
  height: 33px;
  border-radius: 50px;
  width: 33px;
  background-color: #656565;
}
.left-menu .list-block__info {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 8px;
  top: -5px;
  top: -12px;
}
.left-menu .list-block__info_bg_warning {
  background: url('../img/war.svg');
  background-size: cover;
}
.left-menu .list-block__info_counter_true {
  background: url('../img/circl-left.svg');
  background-size: cover;
}
.left-menu .list-block__info_counter_true span {
  line-height: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 700;
  color: #ebaa5a;
}
.left-menu .list-block .hover-list {
  display: none;
  position: absolute;
  left: 130px;
  top: -66px;
  width: 190px;
}
.left-menu .list-block .hover-list__item {
  padding: 17px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 16px;
  text-align: left;
  -webkit-box-shadow: inset 0 -1px 0 #4b4b4b;
          box-shadow: inset 0 -1px 0 #4b4b4b;
  background-color: #535353;
  position: relative;
}
.left-menu .list-block .hover-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ebaa5a;
}
.left-menu .list-block .hover-list__item:hover {
  background-color: #4a4a4a;
}
.left-menu .list-block .hover-list__item:hover .hover-list__link {
  color: #fbf6ee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left-menu .list-block .hover-list__item:hover::before {
  content: "";
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #ebaa5a;
}
.left-menu .list-block .hover-list__link {
  text-decoration: none;
  font-size: 12px;
  color: #dfd8c5;
  font-family: "SegoeUI";
}
@media screen and (max-width: 767px) {
  .menu_main_photo {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .menu_main_photo {
    display: none;
  }
}
.content .kurse__kurse-info_1 {
  margin-bottom: 10px;
}
.content .kurse__line-flex .new-prev,
.content .kurse__line-flex .new-next {
  color: #f5efe5;
  font-family: "SegoeUI";
  font-size: 16px;
  font-style: italic;
}
.content .kurse__line-flex .new-prev {
  margin-right: 30px;
}
.content .kurse__line-flex .title_1 {
  text-transform: uppercase;
  margin: 0 30px;
}
.content .kurse .block-right__content-top {
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(228, 206, 179, 0.85);
  padding-bottom: 24px;
}
.content .kurse .block-right .bot_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.content .kurse .block-right__text-2_2 {
  margin-left: 12px;
}
.content .kurse .new__block {
  border: 1px solid #55db50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.content .kurse .new__block_last {
  margin-bottom: 20px;
}
.content .kurse .new__block_orange {
  border: 1px solid #ffc600;
}
.content .kurse .new__block_gray {
  border: 1px solid #dfd8c5;
}
.content .kurse .new__left {
  border-right: 1px solid #55db50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 170px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .kurse .new__left_orange {
  border-right: 1px solid #ffc600;
}
.content .kurse .new__left_gray {
  border-right: 1px solid #dfd8c5;
}
.content .kurse .new__right {
  padding: 15px 36px 20px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.content .kurse .new__right .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.content .kurse .new__right .stats {
  margin-left: 20px;
}
.content .kurse .new .date-label {
  width: 100%;
  text-align: right;
  padding-right: 10px;
  font-style: italic;
  color: #4e1f00;
  font-family: "SegoeUI";
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .kurse .new__name {
  color: #b6702a;
  font-family: "SegoeUISemiBold";
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.content .kurse .new__item {
  color: #4e1f00;
  font-family: "SegoeUI";
  font-size: 16px;
  margin-left: 13px;
  display: block;
  font-style: italic;
  line-height: 24px;
  text-decoration: underline;
  position: relative;
}
.content .kurse .new__item_ok {
  position: relative;
}
.content .kurse .new__item_ok::before {
  content: '';
  background: url('../img/check-ok.png') no-repeat center center;
  position: absolute;
  width: 17px;
  height: 17px;
  left: -28px;
  top: 4px;
}
.content .kurse .new__item_disabled {
  color: #aeaeae;
}
.content .kurse .new__item_pencil::before {
  content: '';
  background: url('../img/pencil.png') no-repeat center center;
  position: absolute;
  width: 17px;
  height: 17px;
  left: -28px;
  top: 4px;
}
.content .kurse .new__item_video::before {
  content: '';
  background: url('../img/film.png') no-repeat center center;
  position: absolute;
  width: 17px;
  height: 17px;
  left: -28px;
  top: 4px;
}
.content .kurse .new__item_team::before {
  content: '';
  background: url('../img/team.png') no-repeat center center;
  position: absolute;
  width: 17px;
  height: 17px;
  left: -28px;
  top: 4px;
}
.content .kurse .new__item_time::before {
  content: '';
  background: url('../img/check-no.png') no-repeat center center;
  position: absolute;
  width: 17px;
  height: 17px;
  left: -28px;
  top: 4px;
}
.content .kurse .new__bot-text {
  color: #aeaeae;
  font-family: "SegoeUI";
  font-size: 14px;
  font-style: italic;
  line-height: 45px;
  margin-left: 3px;
  margin-bottom: 25px;
}
.content .kurse .new__bot-text .orange {
  color: #b6702a;
}
@media screen and (max-width: 767px) {
  .modal__content {
    padding: 45px 10px;
  }
  .modal__input {
    width: 200px;
  }
  .modal__button {
    width: 200px;
  }
  .modal .modal_form {
    width: 310px;
    padding: 10px 10px;
  }
}
.message {
  width: 100%;
  font-style: italic;
  border-width: 1px;
  border-style: solid;
  padding: 10px 16px;
  max-width: 394px;
  text-align: center;
  display: inline-block;
}
.message-danger {
  border-color: #ff6446;
  background-color: rgba(255, 100, 70, 0.2);
}
.message-success {
  border-color: #55db50;
  background-color: rgba(85, 219, 80, 0.2);
}
.content-text {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 39px 0 80px 0;
}
.content-text__number {
  color: #4e1f00;
  font-size: 18px;
  font-weight: 600;
  font-family: "SegoeUIBold";
  text-align: center;
  margin-bottom: 4px;
}
.content-text__title {
  font-size: 23px;
  font-weight: 600;
  font-family: "SegoeUIBold";
  text-align: center;
  line-height: 30px;
  color: #b6702a;
  margin-bottom: 6px;
}
.content-text__title_max_width {
  max-width: 814px;
  margin: 0 auto;
  line-height: 27px;
  margin-bottom: 8px;
}
.content-text__sub-title {
  text-align: center;
  font-size: 16px;
  font-family: "SegoeUI";
  font-style: italic;
  font-weight: 400;
  margin-bottom: 32px;
}
.content-text__sub-title_margin_bottom {
  margin-bottom: 27px;
}
.content-text__zodiak {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-text__zodiak .zodiak {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  width: 100%;
}
.content-text__zodiak .zodiak__item {
  width: 100%;
  border: 1px solid #b6702a;
  background-color: white;
  opacity: 1;
  padding: 11px 0;
  text-align: center;
  color: #b6702a;
  font-family: "SegoeUIBold";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 19px;
}
.content-text__zodiak .zodiak__radio {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.content-text__zodiak .zodiak__radio label {
  color: #4e1f00;
  font-family: "SegoeUI";
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  max-width: 750px;
}
.content-text__zodiak .zodiak2 {
  margin-bottom: 15px;
}
.content-text__zodiak .zodiak2_radio {
  margin-bottom: 0;
}
.content-text__sort {
  padding: 0 81px 0 87px;
}
.content-text__sort .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
.content-text__sort .sort .sort-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-text__sort .sort .sort-row__left-item {
  background-color: transparent;
  border: 1px solid #b6702a;
  width: 25%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  padding: 10px;
}
.content-text__sort .sort .sort-row__left-item p {
  color: #b6702a;
  font-family: "SegoeUIBold";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  cursor: default;
}
.content-text__sort .sort .sort-row__left-item.connected {
  background-color: #f4e4d5;
}
.content-text__sort .sort .sort-row__right-item {
  background-color: transparent;
  border: 1px solid #b6702a;
  width: 60%;
  margin-bottom: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.content-text__sort .sort .sort-row__right-item p {
  max-width: 547px;
  height: auto;
  color: #4e1f00;
  font-family: "SegoeUI";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  cursor: default;
}
.content-text__sort .sort .sort-row__right-item.connected {
  background-color: #f9f1e6;
}
.content-text__sort .sort .sort-row .connected {
  margin-left: 0;
  border: 1px solid #b6702a;
  position: relative;
  right: -1px;
  left: inherit;
}
.content-text__sort .sort .sort-row .dropzone {
  background-color: white;
}
.content-text__sort .sort .sort-row .over {
  background-color: #f9f1e6;
}
.content-text__sort .sort .connected {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-text__sort .sort .dragged-item {
  border: 1px solid #b6702a;
  background-color: #aed1ec;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-text__sort .sort .dragged-item p {
  margin: 0;
  padding: 10px;
}
.content-text__sort .sort .left {
  color: #b6702a;
}
.content-text__sort .sort .left p {
  color: #b6702a;
  font-family: "SegoeUIBold";
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
  height: 100%;
}
.content-text__sort .sort .right {
  color: black;
}
.content-text__sort .sort .right p {
  color: #4e1f00;
  font-family: "SegoeUI";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: middle;
  height: 100%;
}
.content-text__button-block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.content-text__button-block .button {
  margin: 0 57px;
}
.content-text__button-block .button button {
  margin: 0;
  cursor: pointer;
  padding: 5px 17px;
  text-align: center;
  border: none;
  background: #b6702a;
  color: white;
  font-family: "SegoeUIBold";
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
.content-text__button-block .button button:hover {
  background-color: #feb567;
}
.content-text__count {
  text-align: center;
  color: #aeaeae;
  font-family: "SegoeUI";
  font-size: 16px;
  font-style: italic;
}
.content-text__count_margin_left-right {
  margin: 0 45px;
}
.content-text input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.content-text input[type="checkbox"] + label {
  position: relative;
  padding: 0 0 0 23px;
  z-index: 22;
  cursor: pointer;
  color: #4e1f00;
  font-family: "SegoeUI";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.content-text input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -12px;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #b6702a;
}
.content-text input[type="checkbox"]:checked + label:before {
  content: "";
  background: white;
  background-image: url(../img/check.png);
  background-position: center;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
.content-text input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.content-text input[type="radio"] + label {
  position: relative;
  padding: 0 0 0 29px;
  cursor: pointer;
}
.content-text input[type="radio"] + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -7px;
  width: 16px;
  height: 16px;
  border: 1px solid #b6702a;
  border-radius: 50%;
  background: white;
}
.content-text input[type="radio"] + label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b6702a;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.content-text input[type="radio"]:checked + label:after {
  opacity: 1;
}
.prev-button a img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 0.5;
}
.prev-button a:hover img {
  opacity: 1;
}
.next-button a img {
  opacity: 0.5;
}
.next-button a:hover img {
  opacity: 1;
}
.chat {
  padding-top: 19px;
}
.chat__slider-block {
  border: 1px solid #dfd8c5;
  padding: 16px 20px;
  max-width: 960px;
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}
.chat__slider-block-img {
  width: 100%;
}
.chat__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chat__button button,
.chat__button a {
  max-width: 230px;
  margin: 21px 0 38px 0;
  cursor: pointer;
}
.chat__button_margin_bottom button {
  margin: 17px 0 10px 0;
}
.chat__button-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  margin-bottom: 26px;
}
.chat__button-center button {
  background: #b6702a;
  padding: 6px 33px;
  width: auto;
  max-width: inherit;
  cursor: pointer;
}
.chat__button-center button:hover {
  background-color: #feb567;
}
.chat__slider {
  width: 10000px;
  max-height: 516px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chat__slider-item {
  max-width: 920px;
  width: auto;
  height: 100%;
  margin: 0 10px;
}
.chat__slider-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.chat__block {
  display: none;
  width: 460px;
  background: white;
}
.chat-not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
}
.chat-not-found h3 {
  text-align: center;
}
.message-block__text {
  padding-right: 30px;
  word-break: break-word;
}
.message-block__text p {
  margin-bottom: 0;
}
.message-block__text a {
  overflow-wrap: break-word;
  word-break: break-all;
}
.message-block__text ol {
  margin-left: 20px;
}
.message-block__text ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.message-block__text ul {
  margin-left: 20px;
}
.message-block__text ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.message-block__text strong {
  font-family: "SegoeUIBold";
  font-weight: bold;
}
.message-block__text span.marker {
  background-color: yellow;
}
.message-block__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.message-block__right-bottom .message-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4px;
}
.message-block__right-bottom .message-tags-tag {
  margin-right: 4px;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  background-color: #aed1ec;
  color: #fefefe;
  font-size: 14px;
  line-height: 16px;
}
.message-block__right-bottom .to-be-deleted {
  font-style: italic;
  font-size: 14px;
  color: gray;
}
.message-block__right-bottom .to-be-deleted a {
  cursor: pointer;
}
.message-block__right-bottom .to-be-deleted a:hover {
  text-decoration: underline;
}
.message-block__right-bottom .attachments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.message-block__bottom div.cke_reset p {
  margin-bottom: 0;
}
.message-block__bottom.attachments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 300px;
  overflow-y: auto;
}
.message-block__bottom.attachments .attachment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.message-block__bottom.attachments .attachment p {
  margin-bottom: 0;
  font-size: 14px;
}
.message-block__bottom.attachments .attachment .progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 7px;
  margin-left: 10px;
}
.message-block__bottom.attachments .attachment button {
  cursor: pointer;
  margin-left: 10px;
}
.message-block__bottom.attachments .attachment.error p {
  color: #ff6446;
}
.attachment {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 10px 10px 0;
}
.attachment.loaded {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.attachment.loaded img {
  cursor: pointer;
}
.attachment .attachment_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.attachment .attachment_content .ionicon {
  font-size: 56px;
  color: #b6702a;
  cursor: pointer;
}
.attachment .attachment_content .ionicon:hover {
  color: #feb567;
}
.attachment_footer {
  font-size: 12px;
  background-color: #b6702a;
  color: white;
  width: 100%;
  padding: 0 5px;
}
.attachment.sound,
.attachment.file {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}
.attachment.sound .attachment_content,
.attachment.file .attachment_content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 500px;
  width: 100%;
}
.attachment.sound .attachment_content audio,
.attachment.file .attachment_content audio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.attachment.file .attachment_content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.attachment.file .attachment_content span.ionicon {
  line-height: 56px;
}
.attachment.file .attachment_content .attachment_description {
  padding-left: 10px;
  padding-top: 5px;
  font-size: 14px;
}
.attachment.file .attachment_content .attachment_description_name {
  cursor: pointer;
  color: #4e1f00;
}
.attachment.file .attachment_content .attachment_description_name:hover {
  color: #feb567;
}
.attachment.file .attachment_content .attachment_description_size {
  color: #aeaeae;
}
.chat .collapse-button {
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 0;
  width: auto;
  min-width: 226px;
}
.chat .collapsed {
  margin-bottom: 0;
}
.chat .gray_background {
  background-color: #eaeaea;
}
.news {
  margin-bottom: 38px;
}
.news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news__item {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 6px;
}
.news__item:nth-child(even) {
  padding-right: 3px;
}
.news__item:nth-child(even) .news__item-wrapper {
  margin-left: 9px;
  margin-right: 0;
}
.news__item-bottom {
  padding: 24px 31px;
}
.news__item-wrapper {
  width: 100%;
  height: 100%;
  background: white;
  margin-right: 9px;
  border: 1px solid #f2e3d1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news__item-wrapper:hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #ffc600;
  background-color: #fffdf7;
}
.news__item-wrapper-img img {
  width: 100%;
}
.news__item-wrapper-img_center {
  text-align: center;
  margin-bottom: 26px;
}
.news__item-wrapper-data {
  color: #aeaeae;
  font-family: "SegoeUI";
  font-style: italic;
  line-height: 26px;
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  margin-bottom: 17px;
}
.news__item-wrapper-data_max_width {
  max-width: 502px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 17px;
}
.news__item-wrapper-title {
  color: #b6702a;
  font-family: "SegoeUIBold";
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.news__item-wrapper-title_center {
  text-align: center;
  margin-bottom: 28px;
}
.news__item-wrapper-content {
  color: #4e1f00;
  font-size: 16px;
  font-family: "SegoeUI";
  line-height: 18px;
  text-align: left;
}
.news__item-wrapper-button {
  margin-top: 39px;
  margin-bottom: 9px;
}
.news__item-wrapper-button a {
  text-decoration: none;
  background-color: #b6702a;
  color: white;
  text-align: center;
  font-size: 18px;
  font-family: "SegoeUISemiBold";
  padding: 6px 26px;
}
.news__item-wrapper-button a:hover {
  background-color: #feb567;
}
.news__item__modal {
  width: 100%;
}
.news__content {
  background: white;
  border: 1px solid #f2e3d1;
  padding: 39px 0 57px 0;
}
.news__content-block {
  max-width: 695px;
  margin: 0 auto;
}
.news__content-text {
  margin-bottom: 36px;
}
.news__content-text p {
  color: #4e1f00;
  font-family: "SegoeUI";
  font-size: 16px;
  font-weight: 400;
  /* Text style for "Занятие №1" */
  line-height: 21px;
  margin-bottom: 10px;
}
.news__content-text p span {
  padding-left: 50px;
}
.news__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__nav-prev,
.news__nav-next {
  margin: 0 20px;
}
.news__nav-prev a,
.news__nav-next a {
  text-decoration: none;
  color: #dfd8c5;
  font-family: "SegoeUI";
  font-size: 16px;
  font-style: italic;
}
.news__nav-prev a:hover,
.news__nav-next a:hover {
  color: #b6702a;
}
.news__nav-prev a {
  position: relative;
}
.news__nav-prev a:before {
  content: "";
  background: url("../img/prev.png");
  width: 16px;
  height: 20px;
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news__nav-prev a:hover:before {
  background: url("../img/next-ar.png");
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.news__nav-next a {
  position: relative;
}
.news__nav-next a:after {
  content: "";
  background: url("../img/prev.png");
  width: 16px;
  height: 20px;
  position: absolute;
  right: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.news__nav-next a:hover:after {
  background: url("../img/next-ar.png");
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.hidden_button {
  margin-bottom: 11px;
  position: relative;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background: #dfd8c5;
  font-family: "SegoeUIBold";
  font-size: 16px;
  font-weight: 400;
}
.hidden_button a {
  color: white;
  text-decoration: none;
}
.hidden_button a:hover {
  text-decoration: none;
  color: white;
}
.hidden_button a:visited {
  text-decoration: none;
  color: white;
}
.hidden_button:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
.action_button {
  margin-right: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.action_button a {
  cursor: pointer;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  background: #dfd8c5;
  color: white;
  font-family: "SegoeUIBold";
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.action_button a:hover {
  color: white;
  background-color: #feb567;
}
.action_button a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
.chat-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 100%;
  border-top: 1px solid #dfd8c5;
  border-bottom: 1px solid #dfd8c5;
}
.chat-header .title {
  width: auto;
  font-family: "SegoeUI";
  font-size: 18px;
  font-weight: 700;
  color: #b6702a;
}
.chat-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chat-page em {
  font-style: italic;
}
.chat-page__left {
  min-width: 280px;
  max-width: 300px;
  background-color: #faf9f6;
  border-right: 1px solid #dfd8c5;
  max-height: 683px;
  overflow: auto;
}
.chat-page__left-element {
  position: relative;
  width: 100%;
  background-color: #faf9f6;
  padding: 12px 0 14px 32px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(223, 216, 197, 0.5);
          box-shadow: inset 0 -1px 0 rgba(223, 216, 197, 0.5);
  display: block;
}
.chat-page__left-element:hover {
  text-decoration: none;
}
.chat-page__left-element .count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #ffab44;
  text-align: center;
}
.chat-page__left-element .count span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffab44;
  font-family: "SegoeUI";
  font-size: 15px;
  font-weight: 700;
  line-height: 11px;
}
.chat-page__left-element p {
  margin: 0;
  color: #4e1f00;
  font-family: "SegoeUI";
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.chat-page__left-element-drop {
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}
.chat-page__left-element-drop p {
  position: relative;
}
.chat-page__left-element-drop p:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url("../img/drop.png");
}
.chat-page__left-element-drop.temp p {
  color: #b6702a;
}
.chat-page__left-element-drop.temp p::before {
  background: url("../img/drop-active.png");
}
.chat-page__left-show-element_block {
  display: block;
}
.chat-page__left-show-item {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 12px 40px 14px 51px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(223, 216, 197, 0.5);
          box-shadow: inset 0 -1px 0 rgba(223, 216, 197, 0.5);
  overflow: hidden;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #212529;
  text-align: left;
  vertical-align: baseline;
  display: block;
}
.chat-page__left-show-item:hover {
  color: #212529;
  text-decoration: none;
}
.chat-page__left-show-item .count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #ffab44;
  text-align: center;
}
.chat-page__left-show-item .count span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffab44;
  font-family: "SegoeUI";
  font-size: 15px;
  font-weight: 700;
  line-height: 11px;
}
.chat-page__left-show-item span {
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.chat-page__left-show-item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 4px;
  height: 4px;
  background: url("../img/kvadrat.png");
}
.chat-page__left-show-item:hover span,
.chat-page__left-show-item.active span {
  color: #b6702a;
}
.chat-page__left-show-item:hover span:before,
.chat-page__left-show-item.active span:before {
  background: url("../img/kvadrat-hover.png");
}
.chat-page__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chat-page__right .chat-back-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/static/img/back.png");
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 40px;
}
.chat-page__right .chat-back-link:hover {
  background-image: url("/static/img/back_hov.png");
}
.chat-page__right .chat-back-link.ignored-chats {
  position: absolute;
  top: 20px;
}
.chat-page__right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 18px 20px 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ffc600 1px solid;
  position: relative;
  background-color: white;
}
.chat-page__right-top .title {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-family: "SegoeUI";
  font-size: 18px;
  font-weight: 700;
  color: #b6702a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-page__right-top__expand {
  display: block;
  cursor: pointer;
}
.chat-page__right-top__expand .block {
  display: block;
}
.chat-page__right-top__expand-buttons {
  display: none;
  z-index: 100;
  background-color: white;
  position: absolute;
  right: 46px;
  top: 39px;
  border: 1px solid #eaeaea;
  text-align: left;
}
.chat-page__right-top__expand-buttons .user__hidden {
  margin-bottom: 11px;
  position: relative;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background: #dfd8c5;
  font-family: "SegoeUIBold";
  font-size: 16px;
  font-weight: 400;
}
.chat-page__right-top__expand-buttons .user__hidden a {
  color: white;
  text-decoration: none;
}
.chat-page__right-top__expand-buttons .user__hidden a:hover {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .user__hidden a:visited {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .user__hidden:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
.chat-page__right-top__expand-buttons .user__hidden:before {
  background-image: url("../img/pep.png");
}
.chat-page__right-top__expand-buttons .materials__hidden {
  margin-bottom: 11px;
  position: relative;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background: #dfd8c5;
  font-family: "SegoeUIBold";
  font-size: 16px;
  font-weight: 400;
}
.chat-page__right-top__expand-buttons .materials__hidden a {
  color: white;
  text-decoration: none;
}
.chat-page__right-top__expand-buttons .materials__hidden a:hover {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .materials__hidden a:visited {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .materials__hidden:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
.chat-page__right-top__expand-buttons .materials__hidden:before {
  background-image: url("../img/material.png");
}
.chat-page__right-top__expand-buttons .ignore__hidden {
  margin-bottom: 11px;
  position: relative;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background: #dfd8c5;
  font-family: "SegoeUIBold";
  font-size: 16px;
  font-weight: 400;
}
.chat-page__right-top__expand-buttons .ignore__hidden a {
  color: white;
  text-decoration: none;
}
.chat-page__right-top__expand-buttons .ignore__hidden a:hover {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .ignore__hidden a:visited {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .ignore__hidden:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
.chat-page__right-top__expand-buttons .ignore__hidden:before {
  background-image: url("../img/no_speaker.png");
}
.chat-page__right-top__expand-buttons .ignore__hidden:hover {
  color: white;
  background-color: #feb567;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden {
  margin-bottom: 11px;
  position: relative;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background: #dfd8c5;
  font-family: "SegoeUIBold";
  font-size: 16px;
  font-weight: 400;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden a {
  color: white;
  text-decoration: none;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden a:hover {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden a:visited {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
.chat-page__right-top__expand-buttons .ignore_off__hidden:before {
  background-image: url("../img/speaker.png");
}
.chat-page__right-top__expand-buttons .unread__hidden {
  margin-bottom: 11px;
  position: relative;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  color: white;
  background: #dfd8c5;
  font-family: "SegoeUIBold";
  font-size: 16px;
  font-weight: 400;
}
.chat-page__right-top__expand-buttons .unread__hidden a {
  color: white;
  text-decoration: none;
}
.chat-page__right-top__expand-buttons .unread__hidden a:hover {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .unread__hidden a:visited {
  text-decoration: none;
  color: white;
}
.chat-page__right-top__expand-buttons .unread__hidden:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
.chat-page__right-top__expand img {
  max-width: none;
}
.chat-page__right-top .chat-action {
  margin-right: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.chat-page__right-top .chat-action a {
  cursor: pointer;
  padding: 8px 16px 8px 41px;
  text-decoration: none;
  background: #dfd8c5;
  color: white;
  font-family: "SegoeUIBold";
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.chat-page__right-top .chat-action a:hover {
  color: white;
  background-color: #feb567;
}
.chat-page__right-top .chat-action a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}
.chat-page__right-top .ignore a:before {
  background-image: url("../img/no_speaker.png");
}
.chat-page__right-top .ignore_off a:before {
  background-image: url("../img/speaker.png");
}
.chat-page__right-top .user a:before {
  background-image: url("../img/pep.png");
}
.chat-page__right-top .materials a::before {
  background-image: url("../img/material.png");
}
.chat-page__right-top .unread a::before {
  background-size: contain;
}
.chat-page__right .members-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: white;
  padding: 0 32px 20px 30px;
}
.chat-page__right .members-search input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 30px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  color: #4e1f00;
  font-size: 14px;
}
.chat-page__right .members-search input:focus {
  border: none;
  border-bottom: 1px solid #b6702a;
  outline: none;
}
.chat-page__right .members-search input::-webkit-input-placeholder {
  color: #d7d7d7;
  font-style: italic;
}
.chat-page__right .members-search input::-moz-placeholder {
  color: #d7d7d7;
  font-style: italic;
}
.chat-page__right .members-search input:-ms-input-placeholder {
  color: #d7d7d7;
  font-style: italic;
}
.chat-page__right .members-search input::-ms-input-placeholder {
  color: #d7d7d7;
  font-style: italic;
}
.chat-page__right .members-search input::placeholder {
  color: #d7d7d7;
  font-style: italic;
}
.chat-page__right .members-search-icon {
  cursor: pointer;
}
.chat-page__right table.members {
  width: 100%;
  border: 1px solid #dfd8c5;
  background-color: white;
}
.chat-page__right table.members thead th {
  border: 1px solid #efebe2;
  background: #f5f3ed;
  text-align: center;
  height: 30px;
  color: #b6702a;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.chat-page__right table.members thead th img {
  margin-right: 6px;
}
.chat-page__right table.members thead th.members-name-col,
.chat-page__right table.members thead th.members-country-col {
  border-right: 1px solid #dfd8c5;
}
.chat-page__right table.members tbody tr,
.chat-page__right table.members tbody td {
  vertical-align: middle;
  border: 1px solid #dfd8c5;
}
.chat-page__right table.members tbody tr.members-country-col,
.chat-page__right table.members tbody td.members-country-col {
  text-align: center;
}
.chat-page__right .members .member {
  background: white;
  margin: 5px 0;
}
.chat-page__right .members-person-cell {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-page__right .members-person-cell-photo {
  margin: 0 22px 0 26px;
}
.chat-page__right .members-person-cell-data h3 {
  color: #4e1f00;
  font-size: 14px;
  margin-bottom: 4px;
}
.chat-page__right .members-person-cell-data-label {
  display: block;
  height: 20px;
  margin-bottom: 4px;
}
.chat-page__right .members-person-cell-data-label span {
  background-color: #aed1ec;
  padding: 0 7px;
  padding-bottom: 2px;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
.chat-page__right .members-person-cell-data-label.student span {
  background-color: #d7d7d7;
}
.chat-page__right .members-person-cell-data-social img {
  margin-right: 8px;
  cursor: pointer;
}
.chat-page__right .members-person-cell.mobile {
  border-bottom: 1px solid #dfd8c5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 5px;
  margin-bottom: 0;
}
.chat-page__right .members-country-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #4e1f00;
  font-size: 14px;
  max-width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.chat-page__right .members-country-cell.mobile {
  border-bottom: 1px solid #dfd8c5;
  padding-left: 92px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: unset;
}
.chat-page__right .members-contacts-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  margin: 20px 0;
}
.chat-page__right .members-contacts-cell-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.chat-page__right .members-contacts-cell-item-icons {
  width: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
.chat-page__right .members-contacts-cell-item-icons img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  cursor: pointer;
}
.chat-page__right .members-contacts-cell-item-icons.square {
  padding-left: 40px;
}
.chat-page__right .members-contacts-cell-item-icons.square img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.chat-page__right .members-contacts-cell-item-link {
  color: #7a5740;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-page__right .members-contacts-cell.mobile {
  border-bottom: 1px solid #dfd8c5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.chat-page__right .fixed {
  background-color: #faf9f6;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.chat-page__right .fixed .message-block__right-bottom {
  cursor: pointer;
}
.chat-page__right .fixed .fixed-message-close {
  color: #b6702a;
  cursor: pointer;
}
.chat-page__right .fixed .fixed-message-close:hover {
  color: #ebaa5a;
}
.message-block {
  padding: 13px 0;
}
.message-block .quote {
  cursor: pointer;
  background-color: #eaeaea;
  border-radius: 5px;
  min-height: 50px;
  padding: 13px 23px 13px 33px;
}
.message-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 33px;
  margin-bottom: 34px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.message-block__item.highlight {
  background-color: #feb567;
}
.message-block__item:last-child {
  margin-bottom: 0;
}
.message-block .message-block__left-width {
  width: 40px;
}
.message-block__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 23px;
  min-width: 50px;
}
.message-block__logo {
  min-width: 40px;
  max-height: 40px;
}
.message-block__logo img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 50%;
}
.message-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 40px;
}
.message-block__right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.message-block__name {
  color: #d0bc91;
  font-size: 14px;
}
.message-block__work {
  margin: 0 4px 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2px;
  background-color: #aed1ec;
  color: #fefefe;
  font-size: 14px;
  line-height: 14px;
}
.message-block__time {
  font-size: 14px;
  color: #d0bc91;
}
.message-block__text {
  font-size: 16px;
  color: #4e1f00;
}
.message-block__detals {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.message-block__detals .block {
  display: block;
}
.message-block__detals-hover {
  background-color: white;
  display: none;
  position: absolute;
  left: -127px;
  top: 0;
  padding: 9px 23px 10px 23px;
  border: 1px solid #eaeaea;
  text-align: center;
}
.message-block__detals-item a {
  text-decoration: none;
  color: #c2c2c2;
  font-family: "Segoe UI";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.message-block__detals-item a:hover {
  color: #b6702a !important;
}
.message-block__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 41px;
}
.message-block__data:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #d7d7d7;
}
.message-block__data span {
  padding: 0 10px;
  z-index: 10;
  position: relative;
  background: white;
  color: #b6702a;
  font-family: "SegoeUI";
  font-size: 14px;
  font-weight: 400;
}
.message-block__bottom {
  border-top: 1px solid #dfd8c5;
  background-color: #dfd8c5 0.15;
  padding: 20px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.message-block__bottom.answer-to {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.message-block__bottom .answer_to_header {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.message-block__bottom .file {
  cursor: pointer;
  margin-right: 7px;
}
.message-block__bottom .file input {
  display: none;
}
.message-block__bottom .padding-top {
  padding-top: 7px;
}
.message-block__bottom .smile {
  margin-right: 13px;
  position: relative;
}
.message-block__bottom .smile:hover .allSmile {
  display: block;
}
.message-block__bottom .smile .allSmile {
  width: 205px;
  position: absolute;
  top: -129px;
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 11px;
  background-color: white;
  display: none;
}
.message-block__bottom .smile .allSmile img {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.message-block__bottom .chat-input {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: left;
  margin: 0;
  width: 100%;
  height: auto;
  max-height: 256px;
  padding: 8px 13px 8px 13px;
  color: #4e1f00;
  font-family: "SegoeUI";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid rgba(208, 188, 145, 0.5);
  background-color: #ffffff;
  overflow: auto;
}
.message-block__bottom .chat-input:focus,
.message-block__bottom .chat-input:active {
  outline: none !important;
}
.message-block__bottom .chat-input:disabled {
  color: #aeaeae;
}
.message-block__bottom .chat-input::-webkit-input-placeholder {
  color: #cecece;
  font-family: "SegoeUI";
  font-style: italic;
  font-size: 16px;
}
.message-block__bottom .chat-input::-moz-placeholder {
  color: #cecece;
  font-family: "SegoeUI";
  font-style: italic;
  font-size: 16px;
}
.message-block__bottom .chat-input:-ms-input-placeholder {
  color: #cecece;
  font-family: "SegoeUI";
  font-style: italic;
  font-size: 16px;
}
.message-block__bottom .chat-input::-ms-input-placeholder {
  color: #cecece;
  font-family: "SegoeUI";
  font-style: italic;
  font-size: 16px;
}
.message-block__bottom .chat-input::placeholder {
  color: #cecece;
  font-family: "SegoeUI";
  font-style: italic;
  font-size: 16px;
}
.message-block__bottom .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.message-block__bottom .button .recorder-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-block__bottom .button button {
  font-size: 20px;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  border: none;
  background-color: #dfd8c5;
  cursor: pointer;
}
.message-block__bottom .cross {
  margin-left: 10px;
  margin-top: 2px;
}
.message-block__bottom .active button {
  background-color: #D0C9B6;
  cursor: pointer;
}
.message-block__bottom .active button:hover {
  background-color: #feb567;
}
.chat-member-photo {
  width: 44px;
  height: 44px;
  border: solid #dfd8c3 2px;
  border-radius: 22px;
}
.chat-messages {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow-y: auto;
  padding-right: 20px;
}
.emoji-picker__tab svg {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.emoji-picker {
  z-index: 1;
}
.calendar__block {
  background-color: rgba(255, 255, 255, 0.7);
}
.calendar__content {
  padding: 30px 27px 80px 27px;
}
.calendar__month-current {
  color: white;
  font-family: "SegoeUISemiBold";
  line-height: 17px;
  margin: 0 34px;
  font-size: 18px;
  text-transform: uppercase;
}
.calendar__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.calendar__days-day {
  background-color: #b7722d;
  width: 14.28571429%;
  margin-right: 9px;
  height: 40px;
  border: 1px solid #dfd8c5;
  color: #ffffff;
  font-family: "SegoeUI";
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
  word-break: break-all;
}
.calendar__days-day:last-child {
  margin-right: initial;
}
.calendar__days-day-small {
  display: none;
}
.calendar__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calendar__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 9px;
}
.calendar__week .inactive {
  background-color: #f2e6da;
}
.calendar__week .sobes {
  background-color: #b7712c;
}
.calendar__week .sobes-text {
  color: #ffffff;
}
.calendar__week .sobes-text span {
  color: #ffffff;
}
.calendar__week .none {
  background-color: #f8f3ed;
}
.calendar__day {
  background-color: #ffffff;
  width: 14.28571429%;
  margin-right: 9px;
  min-height: 105px;
  border: 1px solid #dfd8c5;
  color: #ffffff;
  font-family: "SegoeUI";
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar__day:last-child {
  margin-right: initial;
}
.calendar__day-number {
  position: absolute;
  right: 11px;
  top: 8px;
  color: #dfd8c5;
  font-family: "SegoeUIBold";
  font-size: 18px;
  text-transform: uppercase;
}
.calendar__day-event {
  /*position: absolute;
            top: 36px;
            left: 10px;*/
  padding-left: 11px;
  margin-top: 14px;
  overflow: hidden;
}
.calendar__day-event-dots {
  color: #dfd9c3;
  font-size: 34px;
  line-height: 20px;
}
.calendar__day-event:hover .calendar__day-event-dots {
  color: #b6702a;
}
.calendar__day-event:hover .calendar__day-event-dots.today {
  color: white;
}
.calendar__day-time {
  color: #b6702a;
  font-family: "SegoeUIBold";
  font-size: 14px;
  line-height: 14px;
}
.calendar__day-text {
  color: #4e1f00;
  font-family: "SegoeUI";
  line-height: 18px;
  font-size: 14px;
}
.calendar__day-kurs {
  line-height: 18px;
  word-break: break-all;
}
.calendar__day-kurs span {
  color: #b6702a;
  font-family: "SegoeUiSemiBold";
  font-style: normal;
  line-height: 18px;
  font-size: 15px;
  text-decoration: none;
}
.day-popup {
  background-color: white;
  width: 460px;
  max-height: 100%;
  overflow: auto;
}
.day-popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 17px;
  margin: 16px 0;
  height: 46px;
}
.day-popup-header h3 {
  color: #b6702a;
}
.day-popup-header-time {
  background-color: #f4f3ef;
  font-size: 1.5rem;
}
.day-popup-close {
  font-size: 1.75rem;
  cursor: pointer;
  color: #491c05;
}
.day-popup-close:hover {
  color: #b6702a;
}
.day-popup-event {
  padding: 0 17px;
  margin-bottom: 10px;
}
.day-popup-event p {
  color: #b6702a;
  margin-bottom: 0;
}
.day-popup-event p.event-title {
  color: #491c05;
}
.day-popup-event .event-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 0;
}
.day-popup-event .event-buttons .event-btn-primary {
  background-color: #b6702a;
}
.day-popup-event .event-buttons .event-btn-primary:hover {
  background-color: #feb567;
}
.day-popup-event .event-buttons button {
  margin-bottom: 8px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 18px;
  max-width: 250px;
}
.day_popup_container {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 2222;
  top: 0;
  left: 0;
  padding: 20px 40px 20px 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.day_popup_container.hidden {
  display: none;
}
.content .kurse .exit__block {
  position: relative;
  padding: 17px 23px;
  margin-bottom: 20px;
  border: 1px solid #55db50;
}
.content .kurse .exit__block_danger {
  border: 1px solid #ff6446;
}
.content .kurse .exit__block_primary {
  border: 1px solid #46a1ff;
}
.content .kurse .exit__block_warning {
  border: 1px solid #ffc600;
}
.content .kurse .exit__block-close {
  cursor: pointer;
  background: url(../img/x.svg);
  width: 11px;
  height: 12px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 20px;
}
.content .kurse .exit__block-info {
  padding: 0 30px 0 0;
  color: #4e1f00;
  font-family: "SegoeUI";
  font-size: 16px;
  font-style: italic;
}
table.answers td,
table.answers th {
  padding: 10px;
}
table.answers th {
  font-weight: bold;
}
.wide-textarea {
  width: 100%;
}
button.short {
  width: auto;
}
button.poll-navigation {
  margin-bottom: 10px;
}
.answers_list {
  overflow-y: scroll;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.5);
}
.poll .zodiak_multi {
  margin-left: 12px;
}
.poll .zodiak2_radio {
  margin-left: 7px;
}
.vimeo_video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.vimeo_video iframe,
.vimeo_video .embed-container object,
.vimeo_video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.label {
  border-radius: 3px;
  padding-left: 3px;
  padding-right: 3px;
}
.label.label-danger {
  background-color: #ff6446;
}
.label.label-success {
  background-color: #55db50;
}
.label.label-warning {
  color: #b7722d;
}
.label.label-default {
  background-color: #c2c2c2;
}
.label.label-primary {
  background-color: #46a1ff;
}
.table-default-bg td,
.table-default-bg th,
.table-default-bg tr {
  border-color: #f2e3d1;
}
.table-default-bg td {
  background-color: #fefdfc;
  color: #4e1f00;
}
.table-default-bg th {
  background-color: #f7efe6;
  color: #b6702a;
  font-size: 16px;
}
.table-default-bg th h4 {
  font-size: 18px;
}
.table-default-bg .pp-table-header-1 {
  background-color: #efe1d3;
}
.table-default-bg .pp-table-header-2 {
  background-color: #c68f59;
  color: white;
  font-size: 18px;
  font-family: "SegoeUISemiBold";
}
.table-default td,
.table-default th,
.table-default tr {
  border-color: #f2e3d1;
}
.table-default td {
  background-color: #fefdfc;
  color: #4e1f00;
}
.table-default th {
  background-color: #f7efe6;
  color: #b6702a;
  font-size: 16px;
}
.table-default th h4 {
  font-size: 18px;
}
.table-default .pp-table-header-1 {
  background-color: #efe1d3;
}
.table-default .pp-table-header-2 {
  background-color: #c68f59;
  color: white;
  font-size: 18px;
  font-family: "SegoeUISemiBold";
}
.table-default thead td,
.table-default tbody td,
.table-default thead th,
.table-default tbody th,
.table-default thead tr,
.table-default tbody tr {
  border-color: #f2e3d1;
}
.table-default thead td,
.table-default tbody td {
  background-color: #fefdfc;
  color: #4e1f00;
}
.table-default thead th,
.table-default tbody th {
  background-color: #f7efe6;
  color: #b6702a;
  font-size: 16px;
}
.table-default thead th h4,
.table-default tbody th h4 {
  font-size: 18px;
}
.table-default thead .pp-table-header-1,
.table-default tbody .pp-table-header-1 {
  background-color: #efe1d3;
}
.table-default thead .pp-table-header-2,
.table-default tbody .pp-table-header-2 {
  background-color: #c68f59;
  color: white;
  font-size: 18px;
  font-family: "SegoeUISemiBold";
}
.table-default a {
  color: #b6702a;
  margin-left: 10px;
}
.table-default a.inline-button {
  padding: 4.5px;
  border-radius: 10px;
  width: auto;
  margin: 0;
  max-width: none;
  display: inline;
}
.table-component-filters {
  font-family: "SegoeUIItalic";
  color: #aeaeae;
  margin-bottom: 10px;
}
.table-component-filters input {
  color: #4e1f00;
  font-family: "SegoeUI";
  height: 35px;
}
.table-component-filters input:focus {
  color: #4e1f00;
  font-family: "SegoeUI";
  border: #b6702a 1px solid;
}
.table-component-filters input:-ms-input-placeholder {
  color: #aeaeae;
}
.table-component-filters input::-ms-input-placeholder {
  color: #aeaeae;
}
.table-component-filters input::placeholder,
.table-component-filters input::-ms-input-placeholder,
.table-component-filters input:-ms-input-placeholder {
  color: #aeaeae;
}
.table-component-filters select {
  font-family: "SegoeUIItalic";
  color: #4e1f00;
  font-family: "SegoeUI";
  height: 35px;
  background-color: white;
  border: #aeaeae 1px solid;
}
.table-component-filters.submit button:first-child {
  padding: 3px 28px 6px 31px;
  text-align: center;
  background-color: #b6702a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-family: "SegoeUISemiBold";
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  font-family: "SegoeUI";
  padding-left: 5px;
  padding-right: 5px;
  border: #b6702a 1px solid;
  line-height: 25px;
  font-size: 16px;
  margin-right: 5px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 5px !important;
}
.table-component-filters.submit button:first-child:hover {
  background-color: #feb567;
  text-decoration: none;
  color: white;
}
.table-component-filters.submit button:first-child:active {
  background-color: #feb567;
}
.table-component-filters.submit button:first-child:focus {
  background-color: #feb567;
}
.table-component-filters.submit button:first-child:hover {
  border-color: #feb567;
  text-decoration: none;
  color: white;
}
.table-component-filters.submit button:last-child {
  background-color: transparent;
  color: #b6702a;
  border: #b6702a 1px solid;
  line-height: 25px;
  font-size: 16px;
  padding-left: 10px !important;
  padding-top: 3px !important;
  padding-right: 10px !important;
  padding-bottom: 5px !important;
}
.table-component-filters.submit button:last-child:hover {
  border: #feb567 1px solid;
  background-color: #feb567;
  color: white;
}
.table-component {
  width: 100%;
}
.table-component .filters-btn {
  cursor: pointer;
}
.table-component .table {
  margin-top: 20px;
}
.table-component .table td,
.table-component .table th,
.table-component .table tr {
  border-color: #f2e3d1;
}
.table-component .table td {
  background-color: #fefdfc;
  color: #4e1f00;
}
.table-component .table th {
  background-color: #f7efe6;
  color: #b6702a;
  font-size: 16px;
}
.table-component .table th h4 {
  font-size: 18px;
}
.table-component .table .pp-table-header-1 {
  background-color: #efe1d3;
}
.table-component .table .pp-table-header-2 {
  background-color: #c68f59;
  color: white;
  font-size: 18px;
  font-family: "SegoeUISemiBold";
}
.table-component .table thead td,
.table-component .table tbody td,
.table-component .table thead th,
.table-component .table tbody th,
.table-component .table thead tr,
.table-component .table tbody tr {
  border-color: #f2e3d1;
}
.table-component .table thead td,
.table-component .table tbody td {
  background-color: #fefdfc;
  color: #4e1f00;
}
.table-component .table thead th,
.table-component .table tbody th {
  background-color: #f7efe6;
  color: #b6702a;
  font-size: 16px;
}
.table-component .table thead th h4,
.table-component .table tbody th h4 {
  font-size: 18px;
}
.table-component .table thead .pp-table-header-1,
.table-component .table tbody .pp-table-header-1 {
  background-color: #efe1d3;
}
.table-component .table thead .pp-table-header-2,
.table-component .table tbody .pp-table-header-2 {
  background-color: #c68f59;
  color: white;
  font-size: 18px;
  font-family: "SegoeUISemiBold";
}
.table-component .table a {
  color: #b6702a;
  margin-left: 10px;
}
.table-component .table a.inline-button {
  padding: 4.5px;
  border-radius: 10px;
  width: auto;
  margin: 0;
  max-width: none;
  display: inline;
}
.table-component .table .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-component .table .confirm {
  min-width: 200px;
}
.table-component .table .sortable {
  cursor: pointer;
}
.table-component .table .sortable:hover {
  text-decoration: underline;
}
.table-component .table .sorted {
  font-weight: bold;
}
.table-component .table img.sort-icon {
  margin-right: 10px;
}
.table-component .paginator {
  margin-bottom: 10px;
}
.table-component .paginator__text {
  color: #aeaeae;
  font-family: "SegoeUIItalic";
}
.table-component .paginator button {
  background-color: transparent;
  color: #b6702a;
  border: #b6702a 1px solid;
}
.table-component .paginator button:hover {
  border: #feb567 1px solid;
  background-color: #feb567;
  color: white;
}
.table-component .paginator button:last-child {
  border-left: transparent 1px solid;
  margin-left: -1px;
}
.table-component .paginator button:last-child:hover {
  border-left: #feb567 1px solid;
}
.table-component button {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.table-component .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table-component .controls label {
  margin-right: 5px;
  margin-bottom: 0;
}
.table-component .controls-before {
  margin-bottom: 10px;
}
.table-component .controls-after {
  margin-top: 10px;
}
.table-component .filter {
  font-family: "SegoeUIItalic";
  color: #aeaeae;
  margin-bottom: 10px;
}
.table-component .filter input {
  color: #4e1f00;
  font-family: "SegoeUI";
  height: 35px;
}
.table-component .filter input:focus {
  color: #4e1f00;
  font-family: "SegoeUI";
  border: #b6702a 1px solid;
}
.table-component .filter input:-ms-input-placeholder {
  color: #aeaeae;
}
.table-component .filter input::-ms-input-placeholder {
  color: #aeaeae;
}
.table-component .filter input::placeholder,
.table-component .filter input::-ms-input-placeholder,
.table-component .filter input:-ms-input-placeholder {
  color: #aeaeae;
}
.table-component .filter select {
  font-family: "SegoeUIItalic";
  color: #4e1f00;
  font-family: "SegoeUI";
  height: 35px;
  background-color: white;
  border: #aeaeae 1px solid;
}
.table-component .filter.submit button:first-child {
  padding: 3px 28px 6px 31px;
  text-align: center;
  background-color: #b6702a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-family: "SegoeUISemiBold";
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  font-family: "SegoeUI";
  padding-left: 5px;
  padding-right: 5px;
  border: #b6702a 1px solid;
  line-height: 25px;
  font-size: 16px;
  margin-right: 5px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 5px !important;
}
.table-component .filter.submit button:first-child:hover {
  background-color: #feb567;
  text-decoration: none;
  color: white;
}
.table-component .filter.submit button:first-child:active {
  background-color: #feb567;
}
.table-component .filter.submit button:first-child:focus {
  background-color: #feb567;
}
.table-component .filter.submit button:first-child:hover {
  border-color: #feb567;
  text-decoration: none;
  color: white;
}
.table-component .filter.submit button:last-child {
  background-color: transparent;
  color: #b6702a;
  border: #b6702a 1px solid;
  line-height: 25px;
  font-size: 16px;
  padding-left: 10px !important;
  padding-top: 3px !important;
  padding-right: 10px !important;
  padding-bottom: 5px !important;
}
.table-component .filter.submit button:last-child:hover {
  border: #feb567 1px solid;
  background-color: #feb567;
  color: white;
}
.table-component.ignored-chats .filter-chat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
  min-width: 100px;
}
.table-component.ignored-chats .filter-chat input {
  width: 100%;
}
.vip-history .table {
  margin: 0;
}
.vip-history .controls-before .filter {
  margin-left: 10px;
  margin-right: 10px;
}
.vip-history .controls-before .filter:first-child {
  margin-left: 0;
}
.vip-history .controls-before .filter:last-child {
  margin-right: 0;
}
.vip-history .controls-before-2 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.vip-history .controls-before-2 .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vip-history .controls-before-2 .filter .rw-datetime-picker {
  width: 100%;
}
.vip-history .controls-before-2 .filter .rw-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vip-history .controls-before-2 .filter .rw-widget-container input {
  width: 150px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 3px;
}
.vip-history .controls-before-2 .filter .rw-widget-container input:focus {
  border: 0;
}
.vip-history .controls-before-2 .filter .rw-widget-container .rw-select-bordered {
  border: 0;
  width: 37px;
}
.vip-history .controls-before-2 .filter .rw-widget-container .rw-select-bordered:hover {
  background-color: transparent;
}
.vip-history .controls-before-2 .filter .rw-widget-container .rw-btn-select {
  margin-right: 0;
  border: 0;
  border-left: #cccccc 1px solid;
  padding: 0 10px;
  font-size: 16px;
}
.vip-history .controls-before-2 .filter .rw-widget-container .rw-btn-select:hover {
  border: 0px;
  border-left: #feb567 1px solid;
}
.vip-history .controls-before-2 .filter .rw-widget-container .rw-i-calendar {
  line-height: 35px;
}
.vip-history .controls-before-2 .filter .rw-popup {
  display: block;
}
.vip-history .controls-before-2 .filter .rw-popup .rw-calendar-btn-left,
.vip-history .controls-before-2 .filter .rw-popup .rw-calendar-btn-right {
  background-color: transparent;
  color: #b6702a;
  border: #b6702a 1px solid;
  padding: 0;
  margin: 0;
}
.vip-history .controls-before-2 .filter .rw-popup .rw-calendar-btn-left:hover,
.vip-history .controls-before-2 .filter .rw-popup .rw-calendar-btn-right:hover {
  border: #feb567 1px solid;
  background-color: #feb567;
  color: white;
}
.vip-history .controls-before-2 .filter .rw-popup .rw-calendar-btn-view {
  margin: 0 5px;
}
.vip-history .controls-before-2 .filter .rw-popup .rw-calendar-footer button {
  border: 0;
}
.vip-history .controls-before-2 .filter .rw-popup .rw-cell {
  vertical-align: middle;
}
.vip-history .controls-before-0 .filter,
.vip-history .controls-before-1 .filter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vip-history .controls-before-0 .filter input,
.vip-history .controls-before-1 .filter input {
  width: 100%;
}
.vip-history .controls-before-0 .filter select,
.vip-history .controls-before-1 .filter select {
  width: 100%;
}
.vip-history .controls-before-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vip-history .controls-before-2 .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav-tabs {
  margin-bottom: 10px;
  border-bottom: #ffc600 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.nav-tabs a {
  padding: 10px 20px;
  border: #ffc600 1px solid;
  margin-left: -1px;
  margin-bottom: -1px;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #575757;
  color: white;
}
.nav-tabs a:hover {
  text-decoration: none;
}
.nav-tabs a.active {
  border-bottom: none;
  padding-top: 13px;
  font-weight: 600;
  color: #b6702a;
  background-color: inherit;
}
.course-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.course-groups button {
  cursor: pointer;
}
.course-groups .groups-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.course-groups .groups-list .select {
  border-right: #b6702a solid 2px;
  padding-right: 20px;
  margin-right: 20px;
}
.course-groups .groups-list .select select {
  min-width: 200px;
  height: 300px;
}
.course-groups .groups-list button {
  width: 200px;
}
.course-groups .confirm-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding-top: 100px;
}
.course-groups .confirm-dialog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.course-groups .confirm-dialog-content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.course-groups .confirm-dialog-content-buttons button {
  margin: 0 20px;
}
.course-groups .group-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.course-groups .group-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.course-groups .group-form-row label {
  min-width: 160px;
}
.course-groups .group-form-row input {
  width: 100%;
}
.course-groups .group-form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.course-groups .group-form-buttons label {
  margin-right: 10px;
}
.course-groups .group-form-buttons button {
  width: auto;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .course-groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .course-groups .groups-list .select {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .course-groups .group-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 991px) {
  .course-groups .groups-list .select {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .course-groups .group-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
form.form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
form.form p label {
  min-width: 200px;
}
form.form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
form.form .fields .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
form.form .fields .form-row label.label {
  font-size: 18px;
  font-weight: bold;
  width: 35%;
}
form.form .fields .form-row .errorlist {
  color: #ff6446;
}
form.form .fields .errors {
  background-color: rgba(255, 100, 70, 0.2);
}
form.form .fields .errors label.label {
  color: #ff6446;
}
form.form .fields .errors input,
form.form .fields .errors textarea {
  border-color: #ff6446;
}
form.form .buttons button {
  cursor: pointer;
}
.form-control-insight-select {
  background-color: unset;
  border: none;
  padding: 0;
}
.form-control:focus {
  border-color: #b6702a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 112, 42, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(182, 112, 42, 0.25);
}
.form-control-outer {
  padding: 0;
  border: 0;
  height: auto;
}
.form-control-outer.for-ck-editor {
  height: auto;
}
.form-control-outer input {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control-outer.is-invalid input,
.form-control-outer.is-invalid .rw-widget-container {
  border-color: #dc3545 !important;
}
.help-text {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  form.form .fields .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  form.form .fields .form-row label {
    width: 100%;
  }
}
.inline-button {
  width: auto;
  margin: 0;
  max-width: none;
  display: inline;
}
.flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-buttons button {
  margin: 0 10px!important;
  width: initial !important;
  max-width: initial !important;
}
.pp-header {
  color: #b6702a;
  font-family: "SegoeUISemiBold";
  text-transform: uppercase;
  background: none;
}
.pp-text-default {
  color: #4e1f00;
  font-family: "SegoeUI";
}
.pp-text-gray {
  color: #aeaeae;
}
.pp-text-main {
  color: #4e1f00;
  font-family: "SegoeUI";
  font-size: 17px;
}
.pp-text-header {
  color: #b6702a;
  font-family: "SegoeUISemiBold";
  text-transform: uppercase;
  background: none;
  font-family: "SegoeUI";
  font-size: 22px;
}
.pp-text-italic {
  font-family: "SegoeUIItalic";
}
.pp-condensed {
  margin-bottom: 0;
}
.pp-text-primary {
  color: #b6702a;
}
.pp-centered {
  text-align: center;
}
.pp-strong {
  font-size: 20px;
  font-family: "SegoeUI";
}
.pp-name {
  color: #b6702a;
  font-family: "SegoeUI";
  text-align: center;
  margin: 18px auto;
}
.pp-button {
  padding: 3px 28px 6px 31px;
  text-align: center;
  background-color: #b6702a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-family: "SegoeUISemiBold";
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  font-family: "SegoeUI";
  padding-left: 5px;
  padding-right: 5px;
}
.pp-button:hover {
  background-color: #feb567;
  text-decoration: none;
  color: white;
}
.pp-button:active {
  background-color: #feb567;
}
.pp-button:focus {
  background-color: #feb567;
}
.pp-button-wide {
  padding: 3px 28px 6px 31px;
  text-align: center;
  background-color: #b6702a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-family: "SegoeUISemiBold";
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  font-family: "SegoeUI";
}
.pp-button-wide:hover {
  background-color: #feb567;
  text-decoration: none;
  color: white;
}
.pp-button-wide:active {
  background-color: #feb567;
}
.pp-button-wide:focus {
  background-color: #feb567;
}
.pp-area {
  background-color: white;
  padding: 15px 10px;
}
.pp-area-vip {
  background-color: #fdfcfa;
  border: #f2e3d1 1px solid;
}
.pp-block {
  margin: 28px 10px;
  text-align: center;
  overflow-y: hidden;
}
.pp-block-visual {
  background-color: #fefefd;
  border: #e1e0df 1px solid;
  margin: 0 60px;
  padding: 30px 0;
  margin-top: 0;
}
.pp-block-red {
  background-color: #f8f0e9;
  color: #4e1f00;
  font-family: "SegoeUI";
  padding: 30px;
}
.pp-block-1 {
  background-color: #fbf8f4;
  padding: 20px;
  border-bottom: #e0dcd8 1px solid;
}
.pp-button-block {
  padding: 3px 28px 6px 31px;
  text-align: center;
  background-color: #b6702a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-family: "SegoeUISemiBold";
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  font-family: "SegoeUI";
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  display: block;
}
.pp-button-block:hover {
  background-color: #feb567;
  text-decoration: none;
  color: white;
}
.pp-button-block:active {
  background-color: #feb567;
}
.pp-button-block:focus {
  background-color: #feb567;
}
.pp-button-1 {
  background-color: transparent;
  color: #b6702a;
  border: #b6702a 1px solid;
}
.pp-button-1:hover {
  border: #feb567 1px solid;
  background-color: #feb567;
  color: white;
}
.pp-line {
  margin-top: 1rem;
}
.flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.flex-header .pp-header {
  margin: 0;
  min-width: 180px;
}
.flex-header .link-like-button {
  margin-left: 10px;
  padding-bottom: 3px;
}
.pp-nested {
  margin-left: 20px;
}
.pp-friends-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pp-friends-row__points {
  color: #b6702a;
}
.pp-friends-row__points p {
  margin-bottom: 0;
}
.pp-friends-row__points p:first-child {
  font-size: 26px;
  font-family: "SegoeUISemiBold";
  line-height: 20px;
}
.pp-friends-row__text {
  font-family: "SegoeUIItalic";
  color: #aeaeae;
}
.faces {
  position: absolute;
  margin-left: -90px;
  margin-top: 20px;
}
.pp-ul {
  list-style: square outside url('/static/img/list_item.png');
  text-align: left;
  margin-left: 40px;
}
.pp-ul li {
  margin-bottom: 10px;
  padding-left: 10px;
  color: #4e1f00;
  font-family: "SegoeUI";
}
.pp-ul-vip {
  list-style: square outside url('/static/img/list_item.png');
  text-align: left;
  margin-left: 40px;
}
.pp-ul-vip li {
  margin-bottom: 10px;
  padding-left: 10px;
  color: #4e1f00;
  font-family: "SegoeUI";
}
.pp-ul-vip li .pp-ul-vip-zone-1 {
  display: inline-block;
  background-color: #f4eadf;
  padding: 0 20px;
  font-size: 22px;
}
.pp-ul-vip li .pp-ul-vip-zone-2 {
  display: inline-block;
  background-color: #faf5f0;
  padding: 0 20px;
  margin-right: 20px;
  font-size: 22px;
  min-width: 200px;
  text-align: center;
}
.pp-ul-note {
  list-style: square outside url('/static/img/pp-course-ast.png');
  text-align: left;
  margin-left: 22px;
}
.pp-ul-note li {
  font-family: "SegoeUIItalic";
  color: #aeaeae;
  margin-bottom: 10px;
  line-height: 18px;
}
.pp-line-header {
  background-color: #ebaa5a;
  font-family: "SegoeUIItalic";
  color: white;
  font-size: 18px;
  padding: 4px;
  margin-bottom: 20px;
}
.pp-course {
  border: none;
}
.pp-course .pp-course-title {
  color: #b6702a;
  font-family: "SegoeUISemiBold";
  font-size: 22px;
  text-transform: uppercase;
}
.pp-course .pp-course-text-1 {
  line-height: 32px;
}
.pp-course .pp-course-text-2 {
  margin-bottom: 0;
}
.pp-course .pp-course-text-2__header {
  color: #aeaeae;
  font-family: "SegoeUIItalic";
}
.pp-course .pp-course-text-2__text {
  color: #b6702a;
}
.pp-course .block-right__line.pp-course-line {
  margin: 5px 0;
}
.pp-course .pp-course-link-block input {
  background-color: #f3f3f3;
  color: #4e1f00;
  border: 0;
  margin: 10px 0;
  padding: 3px 10px;
}
.pp-course .pp-course-link-block .link-like-button {
  font-family: "SegoeUI";
  font-size: 16px;
}
.pp-contact-link {
  color: #b6702a;
  font-family: "SegoeUISemiBold";
  font-size: 18px;
}
.pp-contact-link:hover {
  color: #b6702a;
}
.pp-vip-image {
  text-align: center;
  margin: 10px 0;
}
.pp-text-strong {
  font-family: "SegoeUISemiBold";
  color: #b6702a;
  font-size: 22px;
}
.pp-mt-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pp-vip-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1rem;
}
.pp-vip-summary div span:first-child {
  margin-bottom: 5px;
  margin-left: 30px;
}
.pp-vip-summary div:first-child span:first-child {
  margin-left: 0;
}
button.rc-switch {
  margin: 0;
}
.table-component button.rc-switch {
  width: 44px;
}
.img-gallery {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 10px 40px 40px 170px;
}
.img-gallery.hidden {
  display: none;
}
.img-gallery .image-gallery {
  height: 100%;
}
.img-gallery .image-gallery .image-gallery-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-thumbnail.active {
  border-color: #b6702a;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-swipe {
  height: 100% !important;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper button {
  width: unset;
  padding: 0;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper button:hover,
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper button:active,
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper button:focus {
  background: unset;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-close-action {
  right: 0;
  position: absolute;
  z-index: 4;
  background: unset;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-close-action::before {
  content: "";
  font-size: 2.7em;
  padding: 15px 20px;
  text-shadow: 0 1px 1px #1a1a1a;
  color: #fff;
  line-height: 0.7;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  display: inline-block;
  cursor: pointer;
  font-family: "Ionicons";
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-close-action:hover::before {
  color: #b6702a;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-download-action {
  right: 60px;
  position: absolute;
  z-index: 4;
  background: unset;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-download-action::before {
  content: "";
  font-size: 2.7em;
  padding: 15px 20px;
  text-shadow: 0 1px 1px #1a1a1a;
  color: #fff;
  line-height: 0.7;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  display: inline-block;
  cursor: pointer;
  font-family: "Ionicons";
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper .image-gallery-download-action:hover::before {
  color: #b6702a;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child {
  height: 100%;
  overflow: hidden;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child .image-gallery-right-nav:hover::before,
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child .image-gallery-left-nav:hover::before {
  color: #b6702a;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child .image-gallery-slides {
  height: 100%;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child .image-gallery-slides .image-gallery-slide {
  padding-top: 65px;
  height: 100%;
  overflow: hidden;
  background: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child .image-gallery-slides .image-gallery-slide .image-gallery-image {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img-gallery .image-gallery .image-gallery-content .image-gallery-slide-wrapper:first-child .image-gallery-slides .image-gallery-slide img {
  width: auto;
  margin: auto 0;
}
.react-contextmenu {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #373a3c;
  font-size: 16px;
  margin: 2px 0 0;
  min-width: 160px;
  outline: none;
  opacity: 0;
  padding: 5px 0;
  pointer-events: none;
  text-align: left;
  -webkit-transition: opacity 250ms ease !important;
  -o-transition: opacity 250ms ease !important;
  transition: opacity 250ms ease !important;
}
.react-contextmenu.react-contextmenu--visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
.react-contextmenu-item {
  background: 0 0;
  border: 0;
  color: #373a3c;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  padding: 3px 20px;
  text-align: inherit;
  white-space: nowrap;
}
.react-contextmenu-item.react-contextmenu-item--active,
.react-contextmenu-item.react-contextmenu-item--selected {
  color: #fff;
  background-color: #feb567;
  border-color: #feb567;
  text-decoration: none;
}
.react-contextmenu-item.react-contextmenu-item--disabled,
.react-contextmenu-item.react-contextmenu-item--disabled:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  color: #878a8c;
}
.react-contextmenu-item--divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: inherit;
  margin-bottom: 3px;
  padding: 2px 0;
}
.react-contextmenu-item--divider:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
.react-contextmenu-item.react-contextmenu-submenu {
  padding: 0;
}
.react-contextmenu-item.react-contextmenu-submenu > .react-contextmenu-item:after {
  content: "▶";
  display: inline-block;
  position: absolute;
  right: 7px;
}
.example-multiple-targets::after {
  content: attr(data-count);
  display: block;
}
@media screen and (max-width: 991px) {
  .wrapper {
    margin-left: 0;
  }
  .wrapper .header__wrapper {
    position: relative;
    padding: 10px 0;
    display: block;
  }
  .wrapper .header__wrapper .left-menu__wrapper {
    position: relative;
    width: 100%;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block {
    display: block;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__temp {
    position: relative;
    width: auto;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__item {
    padding: 20px 0;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__item:hover {
    background: #b6702a;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__item:hover .hover-list {
    display: none;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__item:hover::before {
    background: none;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__item.active {
    background: #b6702a;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__item.active .hover-list {
    display: none;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__item.active::before {
    background: none;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__wrapper {
    height: 20px;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__icon-left-1:before {
    display: none;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__icon-left-2:before {
    display: none;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__icon-left-3:before {
    display: none;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__icon-left-4:before {
    display: none;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__icon-left-5:before {
    display: none;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__icon-left-6:before {
    display: none;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__icon-left-7:before {
    display: none;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__icon-left-wel {
    display: none;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__sub-title {
    margin-top: 0;
    font-weight: 700;
  }
  .wrapper .header__wrapper .left-menu__wrapper .list-block__info {
    right: -30px;
    top: -8px;
  }
  .wrapper .header__logo {
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .wrapper .header__navigator {
    display: none;
  }
  .wrapper .header__nav {
    display: block;
    text-align: center;
  }
  .wrapper .header__nav .top-nav {
    display: block;
  }
  .wrapper .header__nav .top-nav__item {
    padding: 19px 0;
    margin-right: 0;
    -webkit-box-shadow: inset 0 -1px 0 #dfd8c5;
            box-shadow: inset 0 -1px 0 #dfd8c5;
  }
  .wrapper .header__nav .top-nav__item:last-child::after {
    display: none;
  }
  .wrapper .header__drop {
    display: block;
    position: absolute;
    right: 0px;
    top: 25px;
  }
  .wrapper .content {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .header__wrapper {
    padding: 5px 0;
  }
  .wrapper .header__logo {
    max-width: 152px;
    max-height: 33px;
    padding-bottom: 5px;
  }
  .wrapper .header__logo img {
    width: 100%;
    height: 100%;
  }
  .wrapper .header__drop {
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .inform .form-group {
    padding: 0 15px;
  }
  .inform .form-group input {
    padding: 8px 40px;
  }
  .inform .form-group textarea {
    padding: 3px 15.5px;
  }
  .inform .form-group .select2 {
    width: 282px !important;
  }
}
.my-course-small .block-right .fit-bottom {
  text-align: center;
  padding-left: auto;
  padding-right: auto;
}
.my-course-small .block-right__button-kurse-gen {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1052px) {
  .fit-bottom {
    max-width: 300px;
  }
  .kurse .my-course .block-right .fit-bottom {
    text-align: center;
    padding-left: auto;
    padding-right: auto;
  }
  .kurse .my-course .block-right__button-kurse-gen {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .kurse .kurse-info__block-right {
    padding: 12px 15px 15px;
  }
  .kurse .my-course .block-right .fit-bottom {
    text-align: center;
    padding-left: auto;
    padding-right: auto;
  }
  .kurse .my-course .block-right__button-kurse-gen {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .kurse__name {
    font-size: 20px;
  }
  .kurse__line-big {
    padding: 0 10px;
    height: initial;
  }
  .kurse__line-flex {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kurse__line-flex .title {
    font-size: 16px;
    margin: initial;
  }
  .kurse__line-flex .button-next {
    margin-right: initial;
  }
  .kurse__line-flex .zavd-prev {
    font-size: 14px;
    margin-right: initial;
  }
  .kurse__line-flex .zavd-next {
    font-size: 14px;
  }
  .kurse__line-flex img {
    margin: 0px 10px;
  }
  .kurse__kurse-info {
    display: block;
    padding: 20px 2px;
  }
  .kurse .kurse-info__block-left {
    padding: 0 20px;
    display: block;
  }
  .kurse .kurse-info__block-right {
    padding: 30px 0;
    margin-left: 20px;
    margin-right: 20px;
    border: none;
    display: block;
  }
  .kurse .kurse-info .block-right__head {
    display: block;
  }
  .kurse .kurse-info .block-right__text {
    margin-bottom: 15px;
  }
  .kurse .kurse-info .block-right__button {
    position: relative;
    width: 200px;
    padding: 5px 11px 7px 17px;
  }
  .kurse .my-course .block-right .fit-bottom {
    text-align: center;
    padding-left: auto;
    padding-right: auto;
  }
  .kurse .my-course .block-right__button-kurse-gen {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .calendar__days-day {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .day_popup_container {
    padding: 20px 40px 20px 40px;
  }
  .calendar__days__day-event {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  .calendar__content {
    padding: 30px 5px 50px 5px;
  }
  .calendar__days-day {
    margin-right: 2px;
  }
  .calendar__days-day-big {
    display: none;
  }
  .calendar__days-day-small {
    display: initial;
  }
  .calendar__day {
    margin-right: 2px;
  }
  .calendar__day-number {
    right: 8px;
    top: 0px;
  }
  .calendar__day-event {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 6px;
  }
  .calendar__day-event .calendar__day-time {
    line-height: 12px;
    font-size: 12px;
  }
  .calendar__day-event .calendar__day-text {
    line-height: 12px;
    font-size: 10px;
  }
  .calendar__day-event .calendar__day-kurs span {
    line-height: 14px;
    font-size: 12px;
  }
  .day-popup {
    width: 400px;
    margin: 0 auto;
  }
  .day-popup-event .event-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .day_popup_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .content-text__sort .sort .sort-row__left-item p {
    font-size: small;
  }
  .content-text__sort .sort .sort-row__right-item p {
    font-size: small;
    line-height: 1.5em;
  }
  .content-text__sort .sort .dragged-item {
    border: 1px solid #b6702a;
    background-color: #aed1ec;
    color: black;
    width: 40%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-text__sort .sort .left p {
    font-size: small;
  }
  .content-text__sort .sort .right p {
    font-size: small;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .content-text__sort {
    padding: 0;
  }
  .content-text__sort .sort .sort-row__left-item p {
    font-size: x-small;
  }
  .content-text__sort .sort .sort-row__right-item {
    text-align: center;
  }
  .content-text__sort .sort .sort-row__right-item p {
    font-size: x-small;
    line-height: 1em;
  }
  .content-text__sort .sort .dragged-item {
    border: 1px solid #b6702a;
    background-color: #aed1ec;
    color: black;
    width: 40%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-text__sort .sort .left p {
    font-size: x-small;
  }
  .content-text__sort .sort .right p {
    font-size: x-small;
    line-height: 1em;
  }
}
@media screen and (max-width: 767px) {
  .hide-xs {
    display: none;
  }
  .content .block-right__content_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content .block-right__content_1 .block-right__content-left {
    padding-right: initial;
  }
  .content .block-right__content_1 .block-right__content-right {
    margin-top: 30px;
  }
  .content .block-right__content_1 .block-right__content-right .bot_1 .block-right__progress .block-right__procent {
    top: initial;
  }
  .content .block-right__content_1 .block-right__content-right .bot_1 .block-right__progress .block-right__proc {
    top: initial;
  }
  .content .block-right__content_1 .block-right__content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content .block-right__content_1 .block-right__content-left .block-right__bottom-wrapper .block-right__bottom {
    margin-left: initial;
  }
  .content .block-right__content_1 .block-right__content-left .block-right__bottom-wrapper .block-right__bottom .block-right__finish {
    margin-right: initial;
    margin-bottom: 10px;
  }
  .content .block-right__content_1 .block-right__content-left .block-right__bottom-wrapper .block-right__bottom .fit-bottom {
    position: static;
    bottom: initial;
  }
}
.visible-xs {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-xs {
    display: inherit;
  }
  .content .kurse .new__left {
    text-align: center;
    max-width: 80px;
  }
  .content .kurse .new__left .new__name {
    font-size: 14px;
  }
  .content .kurse .new__right {
    padding: 5px 0px;
    padding-left: 20px;
  }
  .content .kurse .new__right .new__item-ok {
    font-size: 14px;
  }
  .content .kurse__line-flex .new-prev {
    width: 30%;
    font-size: 14px;
    margin-right: initial;
  }
  .content .kurse__line-flex .new-next {
    font-size: 14px;
    width: 30%;
  }
  .content .kurse__line-flex .title_1 {
    margin: 0;
  }
  .content .block-right__content_2 .block-right__content-bottom .bot_new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
  }
  .content .block-right__content_2 .block-right__content-bottom .bot_new .block-right__text-2 {
    top: initial;
    margin-right: initial;
    font-size: 14px;
    width: 80px;
  }
  .content .block-right__content_2 .block-right__content-bottom .bot_new .block-right__progress .block-right__procent {
    top: initial;
  }
  .content .block-right__content_2 .block-right__content-bottom .bot_new .block-right__progress .block-right__proc {
    top: initial;
  }
  .content .block-right__content_2 .block-right__content-left .block-right__bottom-wrapper .block-right__bottom {
    margin-left: initial;
  }
  .content .block-right__content_2 .block-right__content-left .block-right__bottom-wrapper .block-right__bottom .block-right__finish {
    margin-right: initial;
    margin-bottom: 10px;
  }
  .content .block-right__content_2 .block-right__content-left .block-right__bottom-wrapper .block-right__bottom .fit-bottom {
    position: static;
    bottom: initial;
  }
}
@media screen and (max-width: 767px) {
  .news__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news__item {
    width: 100%;
    margin-bottom: 30px;
    padding-right: initial;
  }
  .news__item-wrapper {
    margin-left: initial;
  }
  .news__item:nth-child(even) .news__item-wrapper {
    padding-right: initial;
    margin-left: initial;
  }
  .news__item-bottom {
    padding: 15px 10px;
  }
  .news__nav .news__nav-prev {
    margin: 0 4px;
  }
  .news__nav .news__nav-prev a::before {
    left: -20px;
  }
  .news__nav .news__nav-next {
    margin: 0 4px;
  }
  .news__nav .news__nav-next a::after {
    right: -20px;
  }
}
@media (min-width: 1200px) {
  .unread__hidden,
  .ignore_off__hidden,
  .user__hidden,
  .materials__hidden {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .unread__hidden,
  .ignore_off__hidden,
  .user__hidden,
  .materials__hidden {
    display: none;
  }
  .chat-page__right-top .chat-action a {
    cursor: pointer;
    padding: 8px 16px 8px 22px;
    font-size: 14px;
  }
  .chat-page__right-top .chat-action a::before {
    left: 5px;
  }
}
@media screen and (max-width: 991px) {
  .unread__hidden,
  .ignore_off__hidden,
  .user__hidden,
  .materials__hidden {
    display: block;
  }
  .chat-page__right-top {
    padding: 15px 26px;
  }
  .chat-page__right-top__expand {
    display: block;
  }
  .chat-page__right-top .chat-action {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .unread__hidden,
  .ignore_off__hidden,
  .user__hidden {
    display: block;
  }
  .chat-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chat-page__left {
    width: 100%;
    max-width: 100%;
  }
  .chat-page__right .fixed .fixed-message-close {
    margin-right: 25px;
  }
  .chat-page__right-top .title {
    line-height: 20px;
  }
  .chat-page__right .message-block .quote {
    padding: 13px 5px;
  }
  .chat-page__right .message-block__item {
    padding-left: 5px;
  }
  .chat-page__right .message-block__left {
    margin-right: 5px;
    width: 40px;
  }
  .chat-page__right .message-block__right {
    margin-right: 0px;
    width: 100%;
  }
  .chat-page__right .message-block__right-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 40px;
  }
  .chat-page__right .message-block__work {
    font-size: 14px;
    padding: 3.5px 2px;
  }
  .chat-page__right .message-block__text {
    font-size: 14px;
    padding-right: 20px;
  }
  .chat-page__right .quote .message-block__right-top {
    margin-right: 0px;
  }
  .chat-page__right .members-contacts-cell.mobile {
    border-bottom: none;
  }
  .message-block__right-bottom .message-tags-tag {
    font-size: 14px;
    padding: 3.5px 2px;
  }
  .attachment.sound {
    margin-right: 0;
    margin-left: 0;
  }
  .attachment.sound .attachment_content {
    max-width: unset;
  }
  .attachment.sound .attachment_content audio .duration {
    display: none;
  }
  .attachment.sound .attachment_footer {
    max-width: unset;
    width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .chat__slider-block {
    max-width: 100%;
  }
  .chat__slider-block-img {
    max-width: 100%;
  }
  .chat__slider-block iframe {
    height: 350px;
  }
  .chat__slider-block .vimeo_video iframe,
  .chat__slider-block .vimeo_video .embed-container object,
  .chat__slider-block .vimeo_video .embed-container embed {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .chat__slider-block {
    max-width: 100%;
  }
  .chat__slider-block-img {
    max-width: 100%;
  }
  .chat__slider-block iframe {
    height: 220px;
  }
  .chat__slider-block .vimeo_video iframe,
  .chat__slider-block .vimeo_video .embed-container object,
  .chat__slider-block .vimeo_video .embed-container embed {
    height: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .table-component .controls div {
    margin-bottom: 10px;
  }
  .table-component .filter {
    font-family: "SegoeUIItalic";
    color: #aeaeae;
    margin-bottom: 10px;
  }
  .table-component .filter input {
    color: #4e1f00;
    font-family: "SegoeUI";
    height: 35px;
  }
  .table-component .filter input:focus {
    color: #4e1f00;
    font-family: "SegoeUI";
    border: #b6702a 1px solid;
  }
  .table-component .filter input:-ms-input-placeholder {
    color: #aeaeae;
  }
  .table-component .filter input::-ms-input-placeholder {
    color: #aeaeae;
  }
  .table-component .filter input::placeholder,
  .table-component .filter input::-ms-input-placeholder,
  .table-component .filter input:-ms-input-placeholder {
    color: #aeaeae;
  }
  .table-component .filter select {
    font-family: "SegoeUIItalic";
    color: #4e1f00;
    font-family: "SegoeUI";
    height: 35px;
    background-color: white;
    border: #aeaeae 1px solid;
  }
  .table-component .filter.submit button:first-child {
    padding: 3px 28px 6px 31px;
    text-align: center;
    background-color: #b6702a;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #ffffff;
    font-family: "SegoeUISemiBold";
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    font-family: "SegoeUI";
    padding-left: 5px;
    padding-right: 5px;
    border: #b6702a 1px solid;
    line-height: 25px;
    font-size: 16px;
    margin-right: 5px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 5px !important;
  }
  .table-component .filter.submit button:first-child:hover {
    background-color: #feb567;
    text-decoration: none;
    color: white;
  }
  .table-component .filter.submit button:first-child:active {
    background-color: #feb567;
  }
  .table-component .filter.submit button:first-child:focus {
    background-color: #feb567;
  }
  .table-component .filter.submit button:first-child:hover {
    border-color: #feb567;
    text-decoration: none;
    color: white;
  }
  .table-component .filter.submit button:last-child {
    background-color: transparent;
    color: #b6702a;
    border: #b6702a 1px solid;
    line-height: 25px;
    font-size: 16px;
    padding-left: 10px !important;
    padding-top: 3px !important;
    padding-right: 10px !important;
    padding-bottom: 5px !important;
  }
  .table-component .filter.submit button:last-child:hover {
    border: #feb567 1px solid;
    background-color: #feb567;
    color: white;
  }
  .table-component .filter:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .table-component .controls-before-2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .table-component .controls-before-2 .filter {
    margin-left: 0;
    margin-right: 0;
  }
  .table-component .controls-before-2 .filter .rw-datetime-picker {
    width: 100%;
  }
  .table-component .controls-before-2 .filter:first-child {
    margin-right: 10px;
  }
  .table-component .controls-before-2 .filter:last-child {
    margin-left: 10px;
  }
  .table-component .controls-before-2 .filter:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .table-component .controls-before-2 .filter:first-child {
    margin-right: 0;
  }
  .table-component .filter:last-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .pp-ul-vip-zone-1,
  .pp-ul-vip-zone-2 {
    width: 100%;
  }
  .pp-ul-vip-zone-2 {
    text-align: left !important;
  }
  .pp-vip-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pp-vip-summary div span:first-child {
    margin-left: 0!important;
  }
  .pp-block-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .img-gallery {
    padding: 10px 40px 40px 40px;
  }
}
@media screen and (max-height: 400px) {
  .img-gallery .image-gallery .image-gallery-slide {
    padding-top: 0;
    margin-top: 65px;
  }
  .img-gallery .image-gallery .image-gallery-content .image-gallery-thumbnails-wrapper {
    display: none;
  }
}
/*html {
    height: 100%;
}*/
body {
  font-family: "SegoeUI", sans-serif;
}
.wrapper .background {
  background-image: url(../img/sec-bg.svg);
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
