.load2modal.relative.wait:before {
  width: 18px;
  height: 18px;
  left: 0;
  margin-left: -22px;
  margin-top: -9px;
  top: 50%;
  z-index: 999;
  background-size: contain;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 1rem;
  line-height: 1.5;
  font-size: 11px;
}

.btn-sm .mask-icon {
  margin-right: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 3px 5px;
  font-size: 10px;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 11px 22px;
}

.add-files-dropdown li .description {
  font-size: 12px;
  display: block;
  margin-left: 16px;
}

.dropdown-menu.add-files-dropdown li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-header {
  color: #bdc5cc;
  text-align: center;
}

.dropdown-menu.dropdown-menu-light {
  background: #eff2f3;
  left: auto;
  text-align: left;
  box-shadow: none;
  border-radius: 5px;
  min-width: 260px;
  margin-top: 12px;
  border: 1px solid #e4e9ea;
}

.dropdown-menu.dropdown-menu-light:before {
  content: '';
  width: 10px;
  height: 6px;
  background: url('img/dropdown-menu-light.png') no-repeat;
  position: absolute;
  top: -6px;
  right: 20px;
}

.dropdown-menu.dropdown-menu-light > li > a {
  border-bottom: solid 1px #e6edef;
  color: rgb(44, 72, 100);
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px;
}

.dropdown-menu.dropdown-menu-light > li > a:hover,
.dropdown-menu.dropdown-menu-light > li > a:focus {
  background-color: #f5f5f5;
}

.dropdown-menu.light {
  background: #fff;
}
.dropdown-menu.box {
  padding: 10px;
}

.popover.win-popover .popover-content {
  padding: 4rem 2.8rem;
  position: relative;
  font-size: 13px;
}

.win-popover .popover-title {
  background: none;
  border: none;
  font-size: 14px;
  color: #000;
  opacity: 0.7;
}

.popover.bottom > .arrow:after {
  display: none;
}

.popover-btn-wrap {
  max-width: 190px;
  margin: 5px auto 0 auto;
}

.more-content {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}

.more-content-btn {
  margin-bottom: 40px;
  padding-top: 20px;
}

.poll_process {
  margin: 10px 0;
}

.poll_process a {
  text-decoration: none;
  opacity: 0.8;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.poll_process a:hover {
  opacity: 1;
}
.poll_process a.wait {
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
}
.poll_process a.wait:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
}

h4.filters-title {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  margin-top: 0;
  margin-bottom: 7px;
}

.popover.win-popover.win-popover-box.sortby.x2 {
  width: calc(200% - 28px);
}

.popover {
  position: absolute;
}

#commentsModerator #addCommentDouble {
  display: none;
}

.addCommentDoubleWrap {
  margin-top: 3.5rem;
  padding: 2.5rem 0 3.3rem 0;
}

.btn-yellow {
  background-color: rgb(255, 228, 0);
  border-radius: 35px;
  color: black;
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  height: auto !important;
  padding: 2.7rem 0 2.8rem 0;
}

.btn.image-preview-input.btn-primary {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 0;
  overflow: hidden;
}

.btn.image-preview-input.btn-primary > span {
  color: inherit;
  top: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.limit-count {
  font-size: 13px !important;
  font-weight: 300;
}

.col-btn-help-info {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

#mod-work body {
  display: none;
}

#userslessonsempty {
  margin: 30px 20px;
}

#content-wrapper.sticky {
  position: sticky;
  top: 130px;
  left: 75%;
}

#navbar-dialog-count[data-count='NaN'] {
  opacity: 0 !important;
}

.btn.btn-img {
  height: 16px !important;
  overflow: hidden;
  position: absolute;
  padding: 0;
  right: 43px;
  top: 14px;
  background-image: url(img/images_btn.svg);
  background-size: contain;
  margin: 0;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  font-weight: 300;
  box-shadow: none;
  width: 20px;
  min-width: 20px;
}

.btn.btn-img > div {
  height: 16px !important;
  width: 20px;
}

.btn.btn-img.btn-file {
  background-image: url(img/zip.svg);
}

.btn-img input {
  font-size: 1000%;
  position: absolute;
  opacity: 0;
  display: block;
  z-index: 3;
  cursor: pointer;
  top: -50%;
  left: -50%;
}

.btn-img span.title,
.btn-img.btn-file .source-title {
  font-size: 13px;
  line-height: 20px;
  color: #4a97ce;
  padding-left: 28px;
  position: relative;
}

.btn-img.btn-file span.title,
.btn-img.btn-file .source-title {
  padding-left: 22px;
}

.btn-img.btn-file .source-title {
  padding-right: 15px;
}

.btn-img.btn-file .source-title:empty {
  display: none;
}

.btn-img.btn-file .source-title:not(:empty) + span {
  display: none;
}

.btn-img.btn-file .dynamic-img-remove {
  right: 0;
  top: 4px;
}

#chat {
  border: 1px solid #eaeaea;
  background: #fff;
}

#addtocollection-modal {
  max-width: 614px;
  width: 100%;
}

#addtocollection-new .buttons {
  margin-top: 3rem;
}

.psmodal2window-outline {
  font-weight: 600;
  line-height: normal;
  font-size: 2.2rem;
  position: absolute;
  top: -45px;
  left: 0;
  margin: 0;
  color: #fff;
}

.user-comment {
  margin-bottom: 4rem;
}

.user-comment .comment-single-wrap {
  margin: 4rem 0 0 0;
}

.user-comment h4 {
  font-size: 1.6rem;
  margin-bottom: -2rem;
  margin-top: 0;
}

.user-comment h4 a {
  text-decoration: none;
}

.user-comment .load-comment-childs {
  margin: 0 -30px;
  float: none;
}

.user-comment .comments-childs {
  margin: 0 15px 0 30px;
}

#live #comments_subscribe {
  display: none;
}

#live #lessComments {
  border: none;
}

#live #lessCommentsHeader {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

#live .addCommentForm {
  padding: 0;
  background: #fff;
}

#live .addCommentForm .btns-2 {
  display: flex;
  align-items: center;
}
#live .addCommentForm .btn.drop {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

#live .comment-single-wrap {
  border: 1px #f6f6f6 solid;
  position: relative;
  margin: 4rem 1.5rem 0 1.5rem;
  border-radius: 3px;
  padding: 3rem 6rem;
}

#live .addCommentForm .image-preview-input-title {
  top: 0;
}

#live-left {
  position: sticky;
  top: 70px;
}

.worsk-in-article {
  cursor: pointer;
}

.form-group h4 {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: normal;
  text-transform: uppercase;
  color: #95a3b1;
  margin-bottom: 12px;
}

.input-counter {
  position: relative;
}

.input-counter input {
  padding-right: 4rem;
}

.input-counter .count {
  font-size: 1.3rem;
  line-height: 20px;
  color: #95a3b1;
  position: absolute;
  right: 10px;
  top: 10px;
}

.input-counter textarea {
  padding: 10px 2rem 10px 2rem;
  min-height: 88px;
}

option {
  padding: 5px;
}

.__ext_wrapper_show_next:not(:empty) + .btn {
  display: none;
}

.btn-red-like {
  margin-left: 8px;
  position: relative;
}

#mv-sidebar-header-stat .btn-red-like:hover:after {
  display: none;
}

#mv-content {
  position: relative;
  cursor: pointer;
}
#mv-content img {
  transition: all 0.3s;
}
#mv-content.opacity-03 img {
  opacity: 0.3;
}

.play-gif {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 8.6rem;
  height: 8.6rem;
  margin-left: -4.3rem;
  margin-top: -4.3rem;
  border: 2px solid var(--color-blue-2);
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  color: var(--color-blue-2);
  background: #fff;
  flex-wrap: wrap;
  line-height: 115%;
}
.gif-progress {
  width: 100%;
  height: 100%;
  display: flex;
}
.gif-progress:before {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  content: attr(data-title);
  background: #fff;
  border-radius: 50%;
}
.gif-progress-circle {
  background-color: var(--color-blue-2);
  width: 110%;
  height: 110%;
  position: absolute;
  z-index: 1;
  left: -4%;
  left: -4%;
  top: -4%;
  border-radius: 50%;
  transform: rotate(180deg);
}

.play-gif > .title > span {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 1.2rem;
}

.play-gif > .title > span:first-child {
  margin-top: -7px;
  margin-bottom: 5px;
}

/** Второй тип*/

.btn-light {
  display: inline-flex !important;
  align-items: center;
  background: #ffffff;
  border: 1px solid #eaeaea;
  font-size: 13px;
  line-height: 20px;
  color: #95a3b1 !important;
  justify-content: space-between;
  font-weight: 300;
  transition: all 0.3s;
}

.btn-red-like.liked svg * {
  fill: #ff0f00;
}

.btn-light * {
  transition: all 0.3s;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #4a97ce;
  border: 1px solid #4a97ce;
}

.btn-light:hover svg *,
.btn-light:focus svg *,
.btn-light:active svg * {
  fill: #4a97ce;
}

.cross {
  position: absolute;
  top: 9px;
  right: 9px;
  content: '';
  width: 35px;
  height: 35px;
  background-image: url(images/cross.svg);
  cursor: pointer;
}

.price-table__title,
.authpremium__title {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: normal;
  color: #000000;
  width: 100%;
  margin: 0;
}

h3.authpremium__title {
  margin-bottom: 17px;
  font-size: 20px;
}

.open-btn {
  display: inline-flex;
  font-size: 14px;
  text-align: center;
  color: #000;
  border: 2px solid #0260e8;
  border-radius: 5px;
  padding: 0 30px;
  transition: 0.3s;
  height: 40px;
  align-items: center;
  margin-top: 20px;
}

.owl-carousel .owl-stage-outer {
  z-index: 10;
}

.lessons-preview {
  position: relative;
  display: flex;
}

.lessons-preview a {
  display: flex;
  width: 100%;
}

span.lessons-stat__diff {
  margin: 0;
}

.lessons-stat__category {
  font-size: 11px;
  line-height: 20px;
  color: #95a3b1;
  padding-left: 5px;
}

.badge-title.badge-title-express {
  right: auto;
  left: 10px;
}

.stat-icon-express {
  font-size: 11px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #656e7c;
  margin: 0 6px;
}

.stat-icon-express:first-child {
  margin-left: 0;
}

.stat-icon-express i {
  font-style: normal;
  color: #fff;
  height: 20px;
  bottom: 18px;
  background: #0260e8;
  border-radius: 3px;
  width: 21px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  font-size: 11px;
}

#lessonContent .lessons-preview img {
  height: 136px !important;
}

#lessonContent .lessons-preview img.lessons-preview-express {
  object-position: 0 30%;
  object-fit: cover;
}
.comment-panel-item[data-less="187"]{
  display: none !important;
}

#lesson user-work:not([full="1"]){
  max-width: 294px;
}