<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.spec-sd {
  background-color: #FEFDF6;
  color: #181818;
}
.spec-sd .spec-sd-jumbo {
  position: relative;
  height: 0;
  padding-top: 90%;
  background-image: url(/assets/spec/santaLetters2024/design/heading-preview-2.jpg);
  background-position: center 140%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #171b1e;
}
@media  all and (min-width: 425px) {
  .spec-sd .spec-sd-jumbo {
    padding-top: 0;
    height: 380px;
  }
}
@media  all and (min-width: 1024px) {
  .spec-sd .spec-sd-jumbo {
    background-size: auto 100%;
    height: 530px;
  }
}
@media  all and (min-width: 1800px) {
  .spec-sd .spec-sd-jumbo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, #171b1e calc((100vw - 1600px) / 2 - 140px), transparent calc((100vw - 1600px) / 2 + 140px), transparent calc((100vw - 1600px) / 2 + 1600px - 140px), #171b1e calc((100vw - 1600px) / 2 + 1600px + 140px), #171b1e 100%);
  }
}
.spec-sd .spec-sd-jumbo h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  text-indent: -99999px;
  background: url(/assets/spec/santaLetters2024/design/heading-text.svg) center center no-repeat;
  background-size: 100% auto;
  width: 70%;
  height: 159px;
}
@media  all and (min-width: 425px) {
  .spec-sd .spec-sd-jumbo h1 {
    transform: translate(-50%, -52%);
    width: 300px;
  }
}
@media  all and (min-width: 1024px) {
  .spec-sd .spec-sd-jumbo h1 {
    width: 368px;
    transform: translate(-50%, -50%);
  }
}
.spec-sd .spec-sd-jumbo .add-letter-btn-place {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%) scale(0.8);
  opacity: 0;
}
@media  all and (min-width: 1024px) {
  .spec-sd .spec-sd-jumbo .add-letter-btn-place {
    transform: translateX(-50%, 50%);
    bottom: 44px;
  }
}
.spec-sd .spec-sd-jumbo .add-letter-btn-place.open {
  transition: all ease 0.3s;
  transition-delay: 1s;
  transform: translateX(-50%) scale(0.8);
  opacity: 1;
}
@media  all and (min-width: 1024px) {
  .spec-sd .spec-sd-jumbo .add-letter-btn-place.open {
    transform: translateX(-50%);
    bottom: 44px;
  }
}
.spec-sd .spec-sd-jumbo .sd-bread-menu {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
}
.spec-sd .spec-sd-jumbo .sd-bread-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 6px;
}
.spec-sd .spec-sd-jumbo .sd-bread-menu li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.spec-sd .spec-sd-jumbo .sd-bread-menu li:not(:last-child):after {
  content: " ";
  display: inline-block;
  vertical-align: top;
  background: url(/assets/spec/year_results_2024/img/arrow-white.svg) no-repeat center center;
  width: 15px;
  height: 12px;
  margin-left: 6px;
}
.spec-sd .spec-sd-jumbo .sd-bread-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.spec-sd .spec-sd-jumbo-inner2 {
  max-width: 660px;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
}
@media  all and (min-width: 768px) {
  .spec-sd .spec-sd-jumbo-inner2 {
    font-size: 22px;
  }
}
.spec-sd .add-letter-btn {
  display: inline-block;
  outline: none;
  cursor: pointer;
  background: linear-gradient(0deg, #1C4B83, #60A1DB);
  box-shadow: 0px 10px 40px 0px rgba(73, 129, 192, 0.45);
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 8px;
  letter-spacing: 0.6px;
  white-space: nowrap;
  text-decoration: none;
  transition: all ease 0.3s;
  animation: tin 0.8s linear;
  animation-iteration-count: 3;
  animation-delay: 2s;
}
.spec-sd .add-letter-btn:hover {
  box-shadow: 0px 20px 70px 0px rgba(73, 129, 192, 0.75);
  filter: brightness(0.9);
}
.spec-sd .add-letter-btn span {
  display: block;
  border: 1px dashed #FEFDF6;
  border-radius: 4px;
  padding: 12px 40px 10px 40px;
}
@keyframes tin {
  0% {
    box-shadow: 0px 10px 40px 0px rgba(73, 129, 192, 0.45);
  }
  7% {
    box-shadow: 0px 20px 100px 0px rgba(73, 129, 192, 0.75);
  }
  25% {
    box-shadow: 0px 10px 40px 0px rgba(73, 129, 192, 0.45);
  }
}
.spec-sd .spec-sd-items-grid {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  padding: 10px;
  gap: 24px;
}
@media  all and (min-width: 768px) {
  .spec-sd .spec-sd-items-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media  all and (min-width: 1024px) {
  .spec-sd .spec-sd-items-grid {
    gap: 42px;
  }
}
.spec-sd .spec-sd-grid-item {
  position: relative;
  flex: 1;
}
@media  all and (min-width: 768px) {
  .spec-sd .spec-sd-grid-item {
    flex-basis: 265px;
  }
}
@media  all and (min-width: 1600px) {
  .spec-sd .spec-sd-grid-item {
    flex-basis: 300px;
  }
}
@media  all and (min-width: 1800px) {
  .spec-sd .spec-sd-grid-item {
    flex-basis: 340px;
  }
}
.spec-sd .spec-sd-grid-item:hover .spec-sd__icon-heart:before {
  background-image: url(/assets/spec/santaLetters2024/design/sd-stat-vareg-blue.svg);
}
.spec-sd .spec-sd-grid-item:hover .spec-sd__icon-comment:before {
  background-image: url(/assets/spec/santaLetters2024/design/sd-stat-comment-blue.svg);
}
.spec-sd .spec-sd-grid-item:hover .spec-sd-grid-item__open {
  color: #c1b89f;
  border: 1px dashed #C1B89F;
}
.spec-sd .spec-sd-grid-item:hover:before {
  transform: scale(1);
  opacity: 1;
}
.spec-sd .spec-sd-grid-item:hover .spec-sd-grid-item__desc-wrap {
  background: #EFE8D6;
}
.spec-sd .spec-sd-grid-item:hover .spec-sd-grid-item__pos-com {
  background-image: -webkit-repeating-linear-gradient(0deg, transparent 0px, transparent 2px, #EFE8D6 2px, transparent 4px), -webkit-repeating-linear-gradient(top, transparent 0px, transparent 21px, #e1d3b1 21px, transparent 22px);
}
.spec-sd .spec-sd-grid-item:hover .spec-sd-grid-item__un {
  background-image: -webkit-repeating-linear-gradient(0deg, transparent 0px, transparent 2px, #EFE8D6 2px, transparent 4px), -webkit-repeating-linear-gradient(top, transparent 0px, transparent 25px, #e1d3b1 25px, transparent 26px);
}
.spec-sd .spec-sd-grid-item:hover .sd-vote-btn:not(.processed):before {
  transform: scale(1);
  opacity: 1;
  background-color: #4981C0;
}
.spec-sd .spec-sd-grid-item:hover .sd-vote-btn:not(.processed):after {
  opacity: 1;
  width: 78px;
}
.spec-sd .spec-sd-grid-item:hover .sd-vote-btn:not(.processed) span {
  border-color: #fff;
  filter: grayscale(1) brightness(0) invert(1);
  transform: rotate(-30deg);
}
.spec-sd .spec-sd-grid-item:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px dashed #4981C0;
  border-radius: 28px;
  opacity: 0;
  box-sizing: border-box;
  z-index: 1;
  transform: scale(0.9);
  pointer-events: none;
  transition: all ease 0.3s;
}
.spec-sd .spec-sd-grid-item--empty {
  pointer-events: none !important;
  opacity: 0;
}
.spec-sd .spec-sd-grid-item--empty3,
.spec-sd .spec-sd-grid-item--empty4 {
  display: none;
}
@media  all and (min-width: 1024px) {
  .spec-sd .spec-sd-grid-item--empty3 {
    display: block;
  }
}
@media  all and (min-width: 1400px) {
  .spec-sd .spec-sd-grid-item--empty3 {
    display: none;
  }
}
@media  all and (min-width: 1400px) {
  .spec-sd .spec-sd-grid-item--empty3 {
    display: block;
  }
}
.spec-sd .spec-sd-grid-item__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  height: 100%;
}
.spec-sd .spec-sd-grid-item__pic {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #FEFDF6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  opacity: 0;
  border-radius: 20px;
}
.spec-sd .spec-sd-grid-item__pic.loaded {
  opacity: 1;
}
.spec-sd .spec-sd-grid-item__desc-wrap {
  flex-grow: 2;
  background: #FAF6ED;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.spec-sd .spec-sd-grid-item__desc {
  display: flex;
  gap: 10px;
}
.spec-sd .spec-sd-grid-item__desc:before {
  content: "РћС‚ РєРѕРіРѕ:";
  font-style: italic;
  white-space: nowrap;
  color: #C2B8A0;
  font-size: 12px;
  margin-top: 8px;
}
.spec-sd .spec-sd-grid-item__desc-inner {
  flex-grow: 2;
}
.spec-sd .spec-sd-grid-item__pos-com {
  color: #848484;
  font-size: 14px;
  line-height: 22px;
  background-image: -webkit-repeating-linear-gradient(0deg, transparent 0px, transparent 2px, #FAF6ED 2px, transparent 4px), -webkit-repeating-linear-gradient(top, transparent 0px, transparent 21px, #c8bea1 21px, transparent 22px);
}
.spec-sd .spec-sd-grid-item__un {
  display: block;
  font-size: 20px;
  font-weight: 600;
  background-image: -webkit-repeating-linear-gradient(0deg, transparent 0px, transparent 2px, #FAF6ED 2px, transparent 4px), -webkit-repeating-linear-gradient(top, transparent 0px, transparent 25px, #c8bea1 25px, transparent 26px);
}
.spec-sd .spec-sd-grid-item__actions {
  height: 55px;
  display: flex;
  justify-content: end;
  align-items: end;
}
.spec-sd .spec-sd-grid-item .vote-btn-wrap {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.spec-sd .spec-sd-grid-item__voice {
  position: absolute;
  top: 40px;
  padding: 4px 8px 4px 4px;
  border-radius: 0px 6px 6px 0px;
  background: #EFE8D6;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
  color: #848484;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  gap: 12px;
}
.spec-sd .spec-sd-grid-item .spec-sd__icon-heart {
  display: flex;
  gap: 4px;
  align-items: center;
}
.spec-sd .spec-sd-grid-item .spec-sd__icon-heart:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/assets/spec/santaLetters2024/design/sd-stat-vareg-red.svg) no-repeat center center;
  background-size: contain;
  display: block;
}
.spec-sd .spec-sd-grid-item .spec-sd__icon-comment {
  display: flex;
  gap: 4px;
  align-items: center;
}
.spec-sd .spec-sd-grid-item .spec-sd__icon-comment:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/assets/spec/santaLetters2024/design/sd-stat-comment-red.svg) no-repeat center center;
  background-size: contain;
  display: block;
  transform: scale(0.9);
}
.spec-sd .spec-sd-grid-item__open {
  border-radius: 4px;
  border: 1px dashed #c20000;
  padding: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  transform: rotate(-12deg);
  color: #c20000;
}
.spec-sd .spec-sd-comments {
  margin-top: 48px;
  margin-bottom: 90px;
  background-color: #FAF6ED;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 24px 0;
}
@media  all and (min-width: 1400px) {
  .spec-sd .spec-sd-comments {
    max-width: calc(50% - 84px);
  }
}
.spec-sd .spec-sd-comments__title {
  font-weight: bold;
  font-size: 20px;
}
.spec-sd .spec-sd-comments .st-comments .comment .content {
  background: transparent;
  border: none;
}
.spec-sd .spec-sd-article__wrap {
  padding: 1px 0;
}
.spec-sd .spec-sd-article__inner {
  background-color: #FAF6ED;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
}
@media  all and (min-width: 540px) {
  .spec-sd .spec-sd-article__inner {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media  all and (min-width: 1024px) {
  .spec-sd .spec-sd-article__inner {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 32px 48px;
  }
}
.spec-sd .spec-sd-article__btn {
  margin: 48px 0;
  text-align: center;
}
.spec-sd .spec-sd-article .spec-sd-comments {
  max-width: none !important;
}
.spec-sd .spec-sd-share__sticker {
  position: sticky;
  top: calc(100vh - 40px);
  z-index: 2;
  height: 0;
  padding-left: 15px;
}
@media  all and (min-width: 1400px) {
  .spec-sd .spec-sd-share__sticker {
    top: calc(50vh - 40px);
    width: 30px;
  }
}
@media  all and (min-width: 1400px) {
  .spec-sd .spec-sd-share .ya-share2__list {
    display: flex;
    flex-direction: column;
  }
}
.spec-sd .spec-sd-add-btn {
  border-radius: 4px;
  border: 2px dashed #c20000;
  padding: 10px 32px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  transform: rotate(-12deg);
  color: #c20000;
  text-decoration: none;
  transition: all ease 0.3s;
}
.spec-sd .spec-sd-add-btn:hover {
  color: #c1b89f;
  border: 2px dashed #C1B89F;
}
.sd-vote-btn {
  display: inline-block;
  border: none;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-indent: -99999px;
  outline: none;
  cursor: pointer;
  background: transparent;
  padding: 6px;
  transition: all ease 0.3s;
}
.sd-vote-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all ease 0.3s;
}
.sd-vote-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 0;
  height: 43px;
  background: url("/assets/spec/santaLetters2024/design/letter-line.svg") no-repeat left center;
  background-size: initial;
  transition: all ease 0.3s;
  pointer-events: none;
  opacity: 0;
}
.sd-vote-btn span {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  background: url("/assets/spec/santaLetters2024/design/like-2.svg") no-repeat center center;
  border: 1px dashed transparent;
  border-radius: 50%;
  transition: all ease 0.3s;
}
.sd-vote-btn:hover:before {
  transform: scale(1);
  opacity: 1;
  background-color: #4981C0;
}
.sd-vote-btn:hover:after {
  opacity: 1;
  width: 78px;
}
.sd-vote-btn:hover span {
  border-color: #fff;
  filter: grayscale(1) brightness(0) invert(1);
  transform: rotate(-30deg);
}
.sd-vote-btn.processed {
  pointer-events: none;
  opacity: 0.2;
}
.mixin-vote-btn-hover .sd-vote-btn:not(.processed):before {
  transform: scale(1);
  opacity: 1;
  background-color: #4981C0;
}
.mixin-vote-btn-hover .sd-vote-btn:not(.processed):after {
  opacity: 1;
  width: 78px;
}
.mixin-vote-btn-hover .sd-vote-btn:not(.processed) span {
  border-color: #fff;
  filter: grayscale(1) brightness(0) invert(1);
  transform: rotate(-30deg);
}
.spec-sd-modal-success {
  display: flex;
  align-items: center;
  justify-content: center;
}
.spec-sd-modal-success .vex-content {
  background-color: #DBD4C1;
  min-width: 300px;
  border-radius: 20px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5);
}
.spec-sd-view-modal {
  overflow-y: scroll;
}
.spec-sd-view-modal .vex-content {
  max-width: 800px;
  margin: 12px auto 0;
  border-radius: 24px 24px 0 0;
  background-color: #FEFDF6;
  animation: sdFromBottom 0.5s ease;
  min-height: 85vh;
  margin-top: 15vh;
}
@media  all and (min-width: 768px) {
  .spec-sd-view-modal .vex-content {
    padding: 32px 32px 100px 32px;
  }
}
@media  all and (min-width: 1024px) {
  .spec-sd-view-modal .vex-content {
    padding: 48px 48px 100px 48px;
  }
}
.spec-sd-view-modal .vex-close {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 30px;
  font-weight: bold;
  border: 2px solid #1C4B83;
  color: #1C4B83;
  border-radius: 50%;
  background: #FEFDF6;
  cursor: pointer;
}
@media  all and (min-width: 1024px) {
  .spec-sd-view-modal .vex-close {
    top: 18vh;
    left: calc(50vw + 400px + 25px);
  }
}
.spec-sd-view-modal .spec-sd-preview-place {
  overflow: hidden;
}
.spec-sd-view-modal .spec-sd-preview-place .load {
  display: block;
  width: 100px;
  height: 100px;
  margin: 100px auto;
  text-indent: -9999px;
  background: url(/assets/spec/santaLetters2024/design/jinka.svg) no-repeat center center;
  background-size: contain;
  animation: sdRotate 0.8s linear infinite;
  animation-delay: 0.1s;
  transform-origin: 35% 35%;
}
.spec-sd-view-modal .vex-prev,
.spec-sd-view-modal .vex-next {
  position: fixed;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #1C4B83;
  font-weight: bold;
  color: transparent;
  background: url(/assets/spec/year_results_2024/img/arrow-white.svg) no-repeat center center;
  background-color: #1C4B83;
  text-align: center;
  cursor: pointer;
  bottom: 12px;
  left: 50%;
  opacity: 0.9;
  transition: all ease 0.3s;
}
.spec-sd-view-modal .vex-prev[disabled],
.spec-sd-view-modal .vex-next[disabled] {
  opacity: 0.3;
}
.spec-sd-view-modal .vex-prev:hover,
.spec-sd-view-modal .vex-next:hover {
  filter: brightness(0.9);
}
@media  all and (min-width: 768px) {
  .spec-sd-view-modal .vex-prev,
  .spec-sd-view-modal .vex-next {
    bottom: 36px;
  }
}
@media  all and (min-width: 1024px) {
  .spec-sd-view-modal .vex-prev,
  .spec-sd-view-modal .vex-next {
    bottom: auto;
    top: 50vh;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #fff;
    padding: 0;
  }
}
.spec-sd-view-modal .vex-prev {
  transform: translate(-120%, 0) rotate(180deg);
}
@media  all and (min-width: 1024px) {
  .spec-sd-view-modal .vex-prev {
    left: calc(50vw - 430px);
  }
}
@media  all and (min-width: 1024px) {
  .spec-sd-view-modal .vex-next {
    left: calc(50vw + 430px);
  }
}
.spec-sd-view .spec-sd-view__photos img {
  max-width: 100%;
}
.spec-sd-view__un {
  display: block;
  font-weight: bold;
  font-size: 24px;
}
.spec-sd-view__pos,
.spec-sd-view__com {
  font-style: italic;
}
.spec-sd-view__share {
  margin: 24px 0;
}
.spec-sd-view__vote-btn {
  float: right;
  margin-left: 12px;
  clip-path: circle(50% at 50% 50%);
  shape-outside: circle(50% at 50% 50%);
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 2;
}
@media  all and (min-width: 768px) {
  .spec-sd-view__vote-btn {
    right: auto;
    left: calc(50vw + 240px);
    bottom: 24px;
  }
}
@media  all and (min-width: 1024px) {
  .spec-sd-view__vote-btn {
    bottom: auto;
    top: 26vh;
    left: calc(50vw + 412px);
  }
}
.spec-sd-view__vote-btn .sd-vote-btn {
  padding: 0;
  background-color: #fff;
}
.spec-sd-view__vote-btn .sd-vote-btn:after {
  display: none !important;
}
.spec-sd-view__vote-btn .sd-vote-btn span {
  box-sizing: border-box;
  border-color: #C20000;
}
@keyframes sdFromBottom {
  from {
    transform: translate(0, 100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes sdRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=index.css.map */</pre></body></html>