.heading.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.award {
  display: flex;
  align-items: center;
  padding: 18px 116px 18px 32px;
  column-gap: 36px;
  border-bottom: 2px solid #CCCCD3;
}

.image-award {
  width: 150px;
  filter: grayscale(1);
}

.award.active .image-award {
  filter: none;
}

.image-award img {
  aspect-ratio: 1 / 1;
  width: 100%;
}

.award .content {
  width: calc(100% - 36px - 150px);
}

.award .content .title p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.award .content .text {
  font-size: 18px;
  line-height: 24px;
}

.award .content .text a {
  color: #0B56C6;
  text-decoration: underline;
}

.award .content .text a:hover {
  text-decoration: none;
}

.heading.materials {
  padding: 20px 36px;
  margin-bottom: 0 !important;
  border-bottom: none;
}

.subscribe-author {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.subscribe-author .subscribe-btn {
  padding: 10px 90px;
  font-size: 18px;
  line-height: 22px;
}

.subscribe-author .subscribe-btn.active {
  background: #CCCCD3;
  color: #000022;
  border-color: #CCCCD3;
}

.subscribe-author .btn-share-modal {
  padding: 13px;
  border: 1px solid #CCCCD3;
  width: 46px;
  height: 46px;
  border-radius: 2px;
}

.subscribe-author .btn-share-modal img {
  width: 20px;
}

.subscribe-author .btn-share-modal:hover {
  background: #F4F4F4;
  border-color: #F4F4F4;
}

.feed-blog.nocontent {
  background: transparent;
}

.nocontent-text {
  padding: 20px 36px;
}

.nocontent-text p {
  font-size: 16px;
  line-height: normal;
}

.nocontent-text .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 18px;
}

.block-awards {
  margin-bottom: 16px;
  background: #fff;
}

.awards-author {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px 36px;
  cursor: pointer;
}

.awards-author .award-author {
  width: 115px;
  height: 115px;
  position: relative;
}

.award-author .description-award {
  position: absolute;
  background: #fff;
  padding: 18px 24px;
  border-radius: 12px;
  box-shadow: 0px 4px 9px 0px #B0B0B01A, 0px 16px 16px 0px #B0B0B017, 0px 36px 21px 0px #B0B0B00D, 0px 63px 25px 0px #B0B0B003,
  0px 99px 28px 0px #B0B0B000, 0px -1px 2px 0px #8080801A;
  left: 52px;
  width: 388px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.awards-author .award-author:hover .description-award {
  opacity: 1;
  overflow: visible;
  z-index: 10;
  pointer-events: auto;
}

.award-author .description-award .title {
  margin-bottom: 12px;
}

.award-author .description-award .title p {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}

.award-author .description-award .text p {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}

.awards-author .award-author img {
  width: 100%;
}

.block-awards .title-block {
  margin-bottom: 0;
}

.input-date {
  display: flex;
  column-gap: 6px;
  align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 2px;
}

.input-date:hover, .input-date.active {
  background: #F4F4F4;
}

.input-date.active svg{
  transform: rotate(180deg);
}

.input-date .date {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
}

.tab-btn-active {
  pointer-events: none;
  color: red;
}

.tab-pane:not(.tab-pane-show) {
  display: none;
}

.date-sub {
  position: absolute;
  right: 0;
  background: #fff;
  box-shadow: 0px -1px 2px 0px #8080801A, 0px -4px 4px 0px #80808017, 0px -9px 5px 0px #8080800D, 0px -16px 6px 0px #80808003, 0px -24px 7px 0px #80808000,
  0px 10px 23px 0px #8080801A, 0px 41px 41px 0px #80808017, 0px 93px 56px 0px #80808017;
  margin-top: 13px;
  border-radius: 6px;
}

.calendar {
  position: relative;
}

.calendar .date-sub .title {
  padding: 14px 10px;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  border-bottom: 1px solid #CCCCD3;
}

.calendar .date-sub .title .date, .calendar .date-sub .title .day-week {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}

.calendar .date-sub .title .day-week {
  color: #9999A7;
}

.calendar .content {

}

.title-day {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #9999A7;
}

.date-sub .tab {
  display: flex;
}

.date-sub .tab-nav {
  padding: 18px;
  width: 220px;
  border-right: 1px solid #CCCCD3;
}

.date-sub .tab-nav .tab-btn {
  margin-bottom: 8px;
  margin-left: 10px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  border-radius: 2px;
  width: calc(100% - 10px);
}

.date-sub .tab-nav .tab-btn.tab-btn-active, .tab-nav .tab-btn:hover {
  background: #F4F4F4;
  color: #000022;
}

.date-sub .tab-content {
  padding: 18px;
  width: 525px;
}

.date-sub .article-date-sub .title {
  font-family: 'Fact Semi Expanded', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 16px;
  padding: 0;
  border-bottom: none;
}

.date-sub .article-date-sub .text {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 16px;
}

.date-sub .article-date-sub .blue-btn {
  padding: 10px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
}

.hidden {
  display: none;
}

.block-cal {
  background: #fff;
  padding: 16px 12px;
  width: 100vw;
  margin-left: -16px;
}

.block-cal h2 {
  margin-bottom: 24px;
}

.event {
  background: linear-gradient(303.79deg, rgba(11, 86, 198, 0.0357) -58.17%, rgba(11, 86, 198, 0.21) 337.42%);
  padding: 16px;
  border-radius: 14px;
  width: 332px;
  margin-bottom: 20px;
}

.event .title {
  margin-bottom: 12px;
  display: flex;
  column-gap: 10px;
}

.event .title svg {
  width: 32px;
}

.event .title .h4 {
  width: calc(100% - 32px - 10px);
}

.event .title a {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #000022;
}

.event .white-btn {
  width: 100%;
  text-align: center;
}

.heading-author .btn-share-modal-2 {
  margin-top: 30px;
  width: max-content;
  font-size: 18px;
  display: flex;
  padding: 10px 56px;
  column-gap: 12px;
  align-items: center;
}

.heading-author .btn-share-modal-2 img {
  width: 20px;
  height: 20px;
}

.tab.tab-author {
  display: block;
}

.tab.tab-author .tab-nav {
  display: flex;
  column-gap: 22px;
  width: 100%;
  border-right: none;
  padding: 0;
  overflow-x: scroll;
}

.tab.tab-author .tab-nav::-webkit-scrollbar {
  display: none;
}

.tab.tab-author .tab-nav .tab-btn {
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
  padding: 8px 24px 16px;
  border-bottom: 1px solid #9999A7;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #9999A7;
  width: max-content;
  white-space: nowrap;
}

.tab.tab-author .tab-nav .tab-btn.tab-btn-active {
  color: #000022;
  border-bottom: 1px solid #000022;
}

.tab.tab-author .tab-content {
  width: 100%;
  padding: 0;
}

.tab-author .btn-block {
  display: flex;
  column-gap: 20px;
  text-align: left;
  margin-top: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.tab-author .btn-block button {
  width: auto;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
}

.tab-author .btn-block .btn-share-modal {
  display: flex;
  column-gap: 10px;
  align-items: center;
  padding: 10px 26px;
}

.tab-author .btn-block .btn-share-modal img {
  width: 20px;
  height: 20px;
}

.tab-author .btn-block .btn-remove {
  padding: 10px 43px;
}

.tab-author .btn-block .unsubscribe {
  padding: 10px 30px;
}

.tab-author .btn-block .subscribe {
  padding: 8px 25px;
}

.tab.tab-author .subscriptions .title p {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

.tab-author .subscriptions .btn-block {
  margin-top: 16px;
}

.awards-author .nocontent {
  width: 100%;
}

.awards-author .nocontent p {
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.awards-author .nocontent .border-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}

.tab-author .nocontent-text {
  padding: 20px 20px 38px;
}

.tab-author .nocontent-text p {
  max-width: 814px;
}

.tab-author .add-material, .tab-author .search-author, .tab-author .search-articles {
  display: flex;
  column-gap: 12px;
  align-items: center;
  width: max-content;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}

.tab-author .add-material img,
.tab-author .search-author img, .tab-author .search-articles img {
  width: 20px;
  height: 20px;
}

.tab-author .search-author, .tab-author .search-articles {
  padding: 10px 48px;
  margin-top: 32px;
}

.modal-messages {
  padding: 14px 4px;
  border-radius: 12px;
  position: absolute;
  box-shadow: 0px 4px 9px 0px #B0B0B01A, 0px 16px 16px 0px #B0B0B017, 0px 36px 21px 0px #B0B0B00D, 0px 63px 25px 0px #B0B0B003,
  0px 99px 28px 0px #B0B0B000, 0px -1px 2px 0px #8080801A;
  right: 134px;
  top: 50px;
  z-index: 10000;
  background: #fff;
  width: 520px;
  display: none;

}

.content-scroll{
  padding: 2px 18px;
  max-height: 694px;
  overflow-y: auto;
}

.modal-messages .content-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  margin-right: 4px;
}

.modal-messages .content-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.modal-messages .content-scroll::-webkit-scrollbar-thumb {
  background-color: #CCCCD3;
  border-radius: 11px;
}

.modal-messages.active {
  display: block;
}

.modal-messages .heading-messages {
  border-bottom: 1px solid #CCCCD3;
  padding: 6px 58px 14px;
  text-align: center;
}

.modal-messages .heading-messages p {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-align: center;
}

.modal-messages .content-messages .no-messages {
  padding: 105px 0;
  text-align: center;
}

.heading-author .avatar img {
  width: 100%;
}

.icon-avatar {
  width: 24px;
  height: 24px;
  display: block;
}

.content-messages .new-messages {
  padding-top: 10px;
  margin-bottom: 30px;
}

.content-messages .old-messages {
  padding-top: 15px;
}

.content-messages .title-block {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 24px;
}

.content-messages .list-messages {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.content-messages .list-messages .message {
  display: flex;
  column-gap: 16px;
  align-items: center;
}

.content-messages .list-messages .message .image-message,
.content-messages .list-messages .message .image-post-message {
  width: 58px;
  height: 58px;
  border-radius: 100%;
}

.content-messages .list-messages .message .image-post-message {
  border-radius: 6px;
}

.content-messages .list-messages .message .image-message img {
  border-radius: 100%;
}

.content-messages .list-messages .message .image-post-message img {
  border-radius: 6px;
}

.content-messages .list-messages .message .image-message img,
.content-messages .list-messages .message .image-post-message img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-messages .list-messages .message .text {
  width: calc(100% - 32px - 116px);
  max-width: 98ch;
}

.content-messages .list-messages .message .text p {
  font-size: 14px;
  line-height: normal;
}

.content-messages .list-messages .message .text .user,
.content-messages .list-messages .message .text .time-date {
  font-weight: 500;
}

.content-messages .list-messages .message .text .time-date {
  color: #9999A7;
}

/* Notification badge */
.btn-messages {
  position: relative;
}

.btn-messages .notification-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #E53935;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}

.content-messages .list-messages a.message {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: background 0.2s;
  padding: 8px;
  margin: -8px;
  border-radius: 8px;
}

.content-messages .list-messages a.message:hover {
  background: #f5f5f5;
}

/* Unread badge in heading */
.modal-messages .heading-messages .unread-badge {
  background: #E53935;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 8px;
}

/* No notifications state */
.no-notifications {
  padding: 60px 20px;
  text-align: center;
}

.no-notifications p {
  color: #9999A7;
  font-size: 14px;
}

.crossword-section, .calculator {
  padding: 20px 0;
  background: #F4F4F4;
  margin: 0 -32px 28px;
}

.block-crossword, .block-calculator {
  background: #fff;
  padding: 36px 32px;
}

.content-calculator {
  max-width: 718px;
  margin: 0 auto;
}

.content-article p.h1 {
  margin-bottom: 52px;
}

.content-article .heading-calculator p.h1 {
  margin-bottom: 12px;
}

.content-article .heading-calculator p {
  text-align: center;
}

.heading-calculator {
  margin-bottom: 44px;
}

.result-calculator {
  margin-top: 44px;
  background: #F4F4F4;
  padding: 32px 24px 48px;
  display: none;
}

.result-calculator.show {
  display: block;
}

.result-calculator .heading-result {
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCD3;
  margin-bottom: 40px;
}

.result-calculator .heading-result p {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 26px;
}

.result-calculator .heading-result span {
  color: #0B56C6;
}

.content-article .result-calculator .content p {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 20px;
}

.result-calculator .content p .result {
  font-weight: 400;
  padding-left: 6px;
}

.result-calculator .content p:last-child {
  margin-bottom: 0;
}

.form-calculator .wrapper-form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 16px;
  justify-content: center;
}

.form-calculator .wrapper-form .col {
  width: calc((100% - 32px) / 2);
}

.form-calculator .wrapper-form .col label {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #535353;
  margin-bottom: 10px;
}

.form-calculator .wrapper-form .col input {
  background: #F4F4F4;
  padding: 16px 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  width: 100%;
  border: 1px solid #F4F4F4;
}

.form-calculator .wrapper-form .col input.error-calc {
  border: 1px solid #FF0000;
}

.form-calculator .wrapper-form {
  margin-bottom: 30px;
}

.form-calculator .col-btn {
  width: 100%;
  text-align: center;
}

.btn-calc.blue-btn {
  width: 306px;
  padding: 14px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  margin: 0 auto;
}

.form-calculator .jq-selectbox__trigger {
  display: none;
}

.form-calculator .jq-selectbox__select {
  background: #F4F4F4;
  padding: 16px 12px;
  width: 100%;
  border-radius: 0;
  border: none;
  height: 58px;
  box-shadow: none;
  font-family: 'Gogh', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  text-shadow: none;
  color: #535353;
}

.form-calculator .jq-selectbox {
  width: 100%;
}

.form-calculator .jq-selectbox__select:hover {
  background: #F4F4F4;
}

.form-calculator .jq-selectbox__select-text {
  color: #535353;
}

.form-calculator .jq-selectbox.focused .jq-selectbox__select {
  border: none;
}

.content-article .form-calculator .jq-selectbox__dropdown ul {
  margin-top: 0;
  border: none;
  box-shadow: 0px 4px 9px 0px #B0B0B01A, 0px 16px 16px 0px #B0B0B017, 0px 36px 21px 0px #B0B0B00D, 0px 63px 25px 0px #B0B0B003, 0px 99px 28px 0px #B0B0B000;
}

.content-article .form-calculator .jq-selectbox__dropdown ul li {
  border: 1px solid #CCCCD3;
  margin-bottom: 0;
  padding: 12px;
  font-family: 'Gogh', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}

.form-calculator .jq-selectbox li.selected,
.form-calculator .jq-selectbox li:hover {
  background: #fff;
  color: #000022;
}

.additional-content {
  margin-top: 50px;
}

.additional-content table {
  width: 100%;
  border-spacing: 16px 8px;
  border-collapse: separate;
  table-layout: fixed;
}

.additional-content table, .additional-content table tr, .additional-content table td {
  border: none;
}

.additional-content table td {
  padding: 10px;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  text-align: center;
}

.additional-content table td.heading {
  padding: 10px;
  color: #fff;
  background: #0B56C6;
}

.additional-content table tr:first-child td:first-child {
  background: transparent;
}

.additional-content table tr td:first-child {
  width: 44px;
}

#crossword {
  display: grid;
  gap: 0;
  background: #F4F4F4;
  margin-bottom: 20px;
  padding: 1px;
}

.cell-wrapper {
  position: relative;
  width: auto;
  height: auto;
  aspect-ratio: 1 / 1;
  background: transparent;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.cell-wrapper:not(.black) {
  background: #fff;
  border: 1px solid #212121;
  margin: -0.5px;
}

.cell {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.cell.active {
  background-color: rgba(11, 86, 198, 0.1) ;
}

.cell.current {
  background-color: rgba(11, 86, 198, 0.5) ;
}

.cell.wrong-word {
  background-color: #FF00001A ; /* красная подсветка */
}

.cell.correct-word {
  background-color: #ccffcc ; /* зелёная подсветка */
}

.number {
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 7px;
  line-height: 1;
  color: #212121;
}

.q-active {
  background: rgba(11, 86, 198, 0.1);
  border-radius: 4px;
}

.content-crossword{
  display: flex;
  column-gap: 40px;
}

.column-with-cross{
  width: 464px;
}

#questions{
  display: flex;
  column-gap: 27px;
  width: calc(100% - 464px - 40px);
}

.column-questions{
  width: calc((100% - 27px) / 2);
}

.content-crossword .buttons{
  display: flex;
  column-gap: 12px;
}

.content-crossword .buttons button{
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  width: calc((100% - 24px) / 3);
}

.header-author.block{
  padding: 0;
}

.header-author .breadcrumbs-block{
  padding: 14px 32px;
  border-bottom: 1px solid #CCCCD3;
}

.header-author .breadcrumbs-block .breadcrumbs{
  margin-bottom: 0;
}

.header-author .heading-author{
  padding: 18px 32px;
}

.heading-tab{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  column-gap: 16px;
}

.tab-author .heading-tab .add-material{
  padding: 0;
}

.column-questions h3{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 28px;
}

.content-article #questions ul{
  padding-left: 0;
}

.content-article #questions ul li{
  list-style: none;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 18px;
  padding: 4px;
}

.content-article #questions ul li:last-child{
  margin-bottom: 0;
}
