/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: none;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

form {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  line-height: 1.3;
  overflow-x: hidden;
}

body {
  padding: 0px;
  margin: 0px;
  color: #1D1D1B;
  font-family: "Helvetica", apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  background: #E5EAFF;
  background: #A4B7FF;
  background: url(https://lp.kaspersky.com/ru/wp-content/themes/adventcalendar2026/img/stars-bg.png) repeat-y top center, -webkit-gradient(linear, left top, left bottom, from(#f4efff), to(#a87cff));
  background: url(https://lp.kaspersky.com/ru/wp-content/themes/adventcalendar2026/img/stars-bg.png) repeat-y top center, -o-linear-gradient(top, #f4efff 0%, #a87cff 100%);
  background: url(https://lp.kaspersky.com/ru/wp-content/themes/adventcalendar2026/img/stars-bg.png) repeat-y top center, linear-gradient(180deg, #f4efff 0%, #a87cff 100%);
  font-weight: 400;
}

img {
  display: block;
  width: 100%;
  height: auto;
  border-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

b {
  font-weight: 700;
}

p:last-child {
  margin-bottom: 0;
}

.center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  max-width: 990px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 25px;
  }
}

.logo {
  display: inline-block;
}
.logo img {
  width: 148px;
  height: 28px;
}

.button {
  width: 100%;
  max-width: 260px;
  display: block;
  min-height: 50px;
  text-align: center;
  padding: 1rem;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
  margin: 0 auto;
  background-color: #E62944;
  color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button--outline {
  background-color: transparent;
  border: 2px solid #E62944;
  color: #E62944;
}
.button:hover {
  background-color: #c90c27;
}

.header {
  position: relative;
  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;
  padding-top: 40px;
  padding-bottom: 40px;
}

.header__disclaimer {
  position: absolute;
  right: 17px;
  max-width: 45px;
}
@media (min-width: 768px) {
  .header__disclaimer {
    right: 25px;
  }
}

.main__text-block {
  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;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .main__text-block {
    margin-bottom: 60px;
  }
}

.main {
  width: 100%;
  padding-bottom: 60px;
}

.main__title {
  margin: 0;
  max-width: 542px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .main__title {
    font-size: 48px;
  }
}

.main__description {
  margin: 0;
  max-width: 736px;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  .main__description {
    font-size: 20px;
  }
}

.calendar {
  margin-bottom: 40px;
}

.calendar__img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .calendar__img-container {
    padding: 0 25px;
  }
}

.calendar__img-wrapper {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
}

.calendar__gradient-block {
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
}

.calendar__btn-link {
  max-width: 990px;
  display: block;
  margin: 0 auto;
}

.home {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.home.active .home__light {
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.home.active:hover .home__glow {
  opacity: 0;
}
@media (min-width: 768px) {
  .home:hover .home__glow {
    opacity: 1;
  }
}

.home__main {
  position: relative;
  z-index: 1;
}

.home1 {
  position: absolute;
  left: 11.8%;
  top: 3.2%;
  width: 27.23%;
  height: 14.11%;
  max-width: 256px;
  max-height: 283px;
}

.home1__main {
  z-index: 1;
  position: relative;
}

.home__light {
  opacity: 0;
  position: absolute;
  top: 0;
}

.home__glow {
  z-index: 0;
  opacity: 0;
  position: absolute;
}

.home1__glow {
  left: 50%;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 129.8%;
}

.home2 {
  position: absolute;
  left: 56%;
  top: 5.7%;
  width: 41.29%;
  height: 13.68%;
  max-width: 388px;
  max-height: 276px;
}

.home2__glow {
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 101.8%;
}

.home3 {
  z-index: 1;
  position: absolute;
  left: 63.8%;
  z-index: 1;
  top: 16.3%;
  width: 28.1%;
  height: 14.2%;
  max-width: 264px;
  max-height: 287px;
}

.home3__glow {
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110%;
}

.home4 {
  position: absolute;
  left: 2.9%;
  top: 34.7%;
  width: 41.2%;
  height: 12%;
  max-width: 387px;
  max-height: 243px;
}

.home4__glow {
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 112%;
}

.home5 {
  position: absolute;
  left: 59.9%;
  top: 39.7%;
  width: 33.6%;
  height: 12.9%;
  max-width: 315px;
  max-height: 260px;
}

.home5__glow {
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 122%;
}

.home6 {
  z-index: 1;
  position: absolute;
  left: 5.9%;
  top: 45.8%;
  width: 32%;
  height: 12%;
  max-width: 300px;
  max-height: 242px;
}

.home6__glow {
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102%;
}

.home7 {
  position: absolute;
  left: 64.7%;
  top: 53.7%;
  width: 30.7%;
  height: 13.5%;
  max-width: 288px;
  max-height: 274px;
}

.home7__glow,
.home11__glow {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 112%;
}

.home8 {
  position: absolute;
  left: 7.2%;
  top: 58.7%;
  width: 28.1%;
  height: 14.2%;
  max-width: 264px;
  max-height: 287px;
}

.home8__glow {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 122%;
}

.home9 {
  position: absolute;
  left: 41%;
  top: 65.3%;
  width: 32%;
  height: 12.5%;
  max-width: 315px;
  max-height: 260px;
}

.home9__glow,
.home10__glow,
.home12__glow {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 122%;
}

.home10 {
  position: absolute;
  left: 4.5%;
  top: 73.4%;
  width: 33.6%;
  height: 12.9%;
  max-width: 315px;
  max-height: 260px;
}

.home11 {
  z-index: 1;
  position: absolute;
  left: 61.4%;
  top: 76.5%;
  width: 35.6%;
  height: 10.3%;
  max-width: 334px;
  max-height: 209px;
}

.home12 {
  position: absolute;
  left: 47.7%;
  top: 84.9%;
  width: 32%;
  height: 12%;
  max-width: 300px;
  max-height: 242px;
}

.show {
  opacity: 1;
}

.notes {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px 20px 20px;
  -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;
  gap: 12px;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.97%, #FFF), to(#D7C0FF)), #FFF;
  background: -o-linear-gradient(top, #FFF 13.97%, #D7C0FF 100%), #FFF;
  background: linear-gradient(180deg, #FFF 13.97%, #D7C0FF 100%), #FFF;
  -webkit-box-shadow: 0 4px 24px 0 rgba(24, 0, 70, 0.16);
          box-shadow: 0 4px 24px 0 rgba(24, 0, 70, 0.16);
}
@media (min-width: 768px) {
  .notes {
    gap: 20px;
  }
}

.note {
  border-radius: 16px;
  border: 1px solid #29CCB1;
  background: #FFF;
}
@media (min-width: 768px) {
  .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .note:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.note:nth-of-type(even) .note__img {
  margin-left: auto;
}

.note__text-block {
  padding: 20px 18px 12px 18px;
  text-align: center;
}

.note__text {
  margin: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.3;
}

.note__author {
  margin: 0;
  color: #00A88E;
  font-size: 16px;
  line-height: 1.3;
}

.note__img {
  max-width: 343px;
}

.notes__title {
  color: #00A88E;
  font-size: 36px;
  font-weight: 700;
  line-height: 0.9;
  text-align: center;
  margin: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .notes__title {
    margin-bottom: 0;
  }
}

.footer {
  background: #272727;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 24px;
  text-align: center;
  color: #FFFFFF;
}
.footer .container a {
  color: #29CCB1;
}
.footer .container p {
  margin: 0;
  max-width: 738px;
}

.footer__logo {
  max-width: 134px;
}

.popup__wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4F34AF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #4F34AF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #4F34AF 0%, rgba(255, 255, 255, 0) 100%);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 1000;
}

.popup__body {
  padding: 0 10px;
  padding-top: 50px;
  padding-bottom: 20px;
  min-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;
}

.popup__content {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
      -ms-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  max-width: 340px;
  border-radius: 16px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-5.38%, #D9D0FF), color-stop(53.44%, #FFF));
  background: -o-linear-gradient(top, #D9D0FF -5.38%, #FFF 53.44%);
  background: linear-gradient(180deg, #D9D0FF -5.38%, #FFF 53.44%);
}

.popup__promo {
  position: absolute;
  background-color: #FFFFFF;
  border: 2px solid #F54A7A;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 8px 12px 10px;
  border-radius: 12px;
  top: -100px;
}

.card {
  max-width: 340px;
  border-radius: 16px;
  margin: 10px;
  margin-bottom: 0;
}

.popup__content-wrap {
  display: none;
  border-radius: 16px;
  overflow: hidden;
}

.card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #29CCB1;
  background: #fff;
}

.card__head-accent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -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;
  gap: 4px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 10px;
  background: #cfc9ff url(https://lp.kaspersky.com/ru/wp-content/themes/adventcalendar2026/img/card-header-bg.jpg) no-repeat top center/cover;
}

.card__head-title {
  margin: 0;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
}

.card__head-text {
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.card__content {
  text-align: center;
}

.card__content-title {
  margin: 0;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}

.card__content-text {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

.card__img-wrapper {
  position: relative;
}

.card2-gif {
  position: absolute;
  top: 37%;
  width: 37%;
  right: 7%;
  -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
          transform: rotate(7deg);
}

.card3-gif {
  position: absolute;
  top: 39%;
  width: 37%;
  right: 7%;
  -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
          transform: rotate(7deg);
}

.close-button {
  position: absolute;
  top: -34px;
  right: 4px;
  width: 26px;
  height: 26px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  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;
}

.close-button::before,
.close-button::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 2px;
  background-color: #2F313D;
  border-radius: 9999px;
}

.close-button::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-button::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}