html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Nyght Serif";
  src: url("../fonts/NyghtSerif-Bold.woff2") format("woff2"),
    url("../fonts/NyghtSerif-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nyght Serif Dark";
  src: url("../fonts/NyghtSerif-Dark.woff2") format("woff2"),
    url("../fonts/NyghtSerif-Dark.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nyght Serif";
  src: url("../fonts/NyghtSerif-Medium.woff2") format("woff2"),
    url("../fonts/NyghtSerif-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UZ Sans";
  src: url("../fonts/UZSans-Regular.woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "UZ Sans";
  src: url("../fonts/UZSans-Medium.woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "UZ Sans";
  src: url("../fonts/UZSans-SemiBold.woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "UZ Sans";
  src: url("../fonts/UZSans-Bold.woff2");
  font-weight: 700;
  font-style: normal;
}

/* =============== */

body {
  background: linear-gradient(
    180deg,
    rgba(72, 76, 177, 1) 0%,
    rgba(25, 29, 123, 1) 100%
  );
  font-family: "UZ Sans";
}

.wrapper {
  position: relative;
}

.wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/main-frame-bg.png);
  opacity: 0.5;
}

.top-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 95px;
}

.top-star {
  text-align: center;
}

.top-star img {
  width: 48px;
  height: 48px;
}

.top-in {
  padding: 80px 20px;
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding-bottom: 25px;
  padding-top: 50px;
}

.top-img-1 {
  position: absolute;
  top: 345px;
  left: 0;
}

.top-img-2 {
  position: absolute;
  top: 100px;
  right: 70px;
}

.top-logo {
  margin-top: 32px;
}

.top-logo img {
  width: 95px;
  height: 34px;
}

.top-subtitle {
  margin-top: 32px;
  font-size: 18px;
  font-weight: bold;
}

.top-title {
  margin-top: 32px;
  font-size: 64px;
  font-weight: 800;
  font-family: "Nyght Serif Dark";
  background: -webkit-linear-gradient(0, #f9d375 3.19%, #b79c57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  overflow: hidden;
}

.top-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/main-frame-bg.png);
  opacity: 0.4;
}

.top-text {
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.4;
  margin-top: 32px;
}

.top-btns {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.top-btn-1 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #1e237c;
  padding: 25px 24px 25px 63px;
  border-radius: 16px;
  box-shadow: 0px 8px 20px 0px rgba(30, 35, 124, 0.75);
  background: linear-gradient(35deg, #f9d375 3.19%, #b79c57 100%);
  overflow: hidden;
  margin-right: 20px;
}

/*.top-btns .top-btn-1 {*/
/*  display: none !important;*/
/*}*/

.top-btn-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/main-frame-bg.png);
  opacity: 0.2;
}

.top-btn-1:after {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: 20px;
  width: 32px;
  height: 32px;
  background: url(../img/top-btn.svg) no-repeat;
}

.top-btn {
  display: block;
  text-decoration: none;
}

.top-btn-2 {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  border-radius: 16px;
  background: transparent;
  padding: 24px 24px;
  border: 1px solid #b79c57;
  background: -webkit-linear-gradient(0, #f9d375 3.19%, #b79c57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-btn-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/main-frame-bg.png);
  opacity: 0.2;
}

.calendar-wrapper {
  position: relative;
}

.container {
  position: relative;
  padding: 0 20px;
  max-width: 1192px;
  margin: 0 auto;
}

.calendar-in {
  position: relative;
  display: grid;
  flex: 2 0 0px;
  gap: 20px;
  grid-auto-rows: 283px;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  grid-template-rows: repeat(2, 250px);
  justify-content: center;
}

.calendar-block {
  position: relative;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 20px !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}

.calendar-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/main-frame-bg.png);
  opacity: 0.4;
  z-index: 1;
}

.calendar-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #e6c46c;
  font-weight: 600;
  width: 100%;
  font-size: 14px;
}

.calendar-block-current .calendar-top {
  color: #1e237c;
}

.calendar-block-column-big {
  align-content: start;
  align-items: start;
  align-self: start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
  grid-row: auto / span 2;
  height: 100%;
  justify-content: flex-start;
  justify-self: start;
  padding: 0;
  position: relative;
  width: 100%;
}

.calendar-block-row-big {
  lign-content: start;
  align-items: start;
  align-self: start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
  grid-column: auto / span 2;
  height: 100%;
  justify-content: flex-start;
  justify-self: start;
  padding: 0;
  position: relative;
  width: 100%;
}

.past-icon {
  font-size: 31px;
}

.calendar-block.past-date {
  display: flex;
  align-items: center;
  justify-content: center;
}

.past-text {
  margin-top: 8px;
  text-align: center;
  color: #bbaa7f;
  line-height: 1.3;
}

.calendar-date {
  position: absolute;
  bottom: 3px;
  left: 18px;
  background: url(../img/main-frame-bg-o.png),
    -webkit-linear-gradient(0, #f9d375 3.19%, #b79c57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.past-date {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(18, 23, 119, 0) 0%,
    rgba(18, 23, 119, 0.5) 100%
  );
  box-shadow: 6px 6px 400px 0px rgba(0, 4, 97, 0.3) inset;
  pointer-events: none;
}

.calendar-date {
  font-size: 96px;
  font-family: "Nyght Serif";
  font-weight: bold;
}

.past-calendar-date {
  color: #3d42a7;
  font-size: 96px;
  font-family: "Nyght Serif";
  font-weight: bold;
  position: absolute;
  bottom: 3px;
  left: 18px;
}

.calendar-block.calendar-block-current {
  background: linear-gradient(50deg, #f9d375 3.19%, #b79c57 100%);
}

.calendar-block.calendar-block-current:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/main-frame-bg.png);
  opacity: 0.4;
}

.calendar-block-current .calendar-date {
  color: #1e237c;
}

.calendar-click {
  position: absolute;
  bottom: -41px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 50%;
  left: calc(50% - 40px);
  /* background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(18, 23, 119, 0) 0%,
    rgba(18, 23, 119, 0.5) 100%
  );
  box-shadow: 6px 6px 400px 0px rgba(0, 4, 97, 0.3); */
}

.calendar-click {
  background: url(../img/date-click.png) 0 0 no-repeat;
}

.calendar-block-current .calendar-click {
  background: url(../img/cuurent-date-click.png) 0 0 no-repeat;
}

.calendar-click-text {
  position: absolute;
  top: 15px;
  font-weight: 700;
  color: #fff;
  opacity: 0.2;
}

.calendar-top-date-current {
  font-size: 96px;
  font-family: "Nyght Serif";
  font-weight: bold;
  position: absolute;
  bottom: 3px;
  left: 18px;
  color: #1e237c;
}

.calendar-block-current .calendar-click-text {
  color: #3e2d00;
  opacity: 0.4;
}

.past-text-wrapper {
  text-align: center;
  margin-bottom: 65px;
}

.dev-footer {
  text-align: center;
  color: #98a2b3;
  font-size: 12px;
  padding: 20px;
  margin-top: 20px;
}

.star-1 {
  position: absolute;
  top: 10%;
  right: 0;
}

.star-2 {
  position: absolute;
  top: 30%;
  left: 0;
}

.star-3 {
  position: absolute;
  top: 60%;
  right: 0;
}

.star-4 {
  position: absolute;
  top: 90%;
  left: 0;
}

.calendar-block.past-date.show-mob {
  display: none;
}

.past-text-wrapper {
  display: none;
}

.past-date .past-text-wrapper {
  display: block;
}

.past-date .calendar-top {
  display: none;
}

.calendar-blocked .calendar-click-text {
  display: none;
}

.calendar-click-blocked {
  display: block;
  top: 12px;
  position: relative;
  opacity: 0.5;
}

.calendar-blocked .calendar-click-blocked {
  display: block;
}

.swiper-button-prev {
  left: 20% !important;
}

.swiper-button-next {
  right: 20% !important;
}

.swiper-button-prev-1 {
  left: 20% !important;
}

.swiper-button-next-1 {
  right: 20% !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.sld-grad-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.sld-grad-1 img {
  width: 100%;
  height: 100%;
}

.active_modal {
  position: relative;
}

.active_modal:before {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: 100%;
  height: 100%;
  background: url(../img/sld-grad-1.png) repeat-y;
  z-index: 99999;
  max-width: 435px;
}

.active_modal:after {
  content: "";
  position: absolute;
  top: 0;
  right: -170px;
  width: 100%;
  height: 100%;
  background: url(../img/sld-grad-2.png) repeat-y;
  z-index: 99999;
  max-width: 435px;
}

.swiper-pagination {
  display: none;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: transparent !important;
  border: 1px solid #e6c46c !important;
}

.swiper-pagination-bullet-active {
  background: #e6c46c !important;
}

.calendar-click-blocked {
  position: relative;
}

.past-date .calendar-date {
  color: #3d42a7;
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #3d42a7;
}

.swiper-button-next-1,
.swiper-button-prev-1 {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.calendar-block-current .calendar-date {
  color: #3d42a7;
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #3d42a7;
}

.past-date .calendar-click {
  display: none;
}

.swiper-pagination-1 {
  display: none;
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-wrapper {
  text-align: center;
}

.calendar-block:hover {
  background: rgba(18, 23, 119, 0.3);
  transition: 250ms;
}

.swiper-button-disabled {
  display: none;
}

@media screen and (max-width: 1600px) {
  .active_modal:before {
    display: none;
  }

  .active_modal:after {
    display: none;
  }

  .swiper-button-next-1 {
    right: 20px !important;
  }

  .swiper-button-prev-1 {
    left: 20px !important;
  }

  .swiper-button-next {
    right: 20px !important;
  }

  .swiper-button-prev {
    left: 20px !important;
  }

  .swiper-main {
    padding: 0 50px;
  }
}

@media screen and (max-width: 1044px) {
  .calendar-in {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }

  .calendar-block-column-big {
    grid-row: auto;
  }

  .calendar-block-row-big {
    grid-column: auto;
  }

  .star-1 img {
    width: 30px;
  }

  .star-2 img {
    width: 30px;
  }

  .star-3 img {
    width: 30px;
  }

  .star-4 img {
    width: 30px;
  }

  .calendar-block.past-date.hide-desctop {
    display: none;
  }

  .show-mob {
    display: block;
  }

  .calendar-block:nth-child(1) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 0;
  }
  .calendar-block:nth-child(2) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 1;
  }
  .calendar-block:nth-child(3) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 2;
  }
  .calendar-block:nth-child(4) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 3;
  }
  .calendar-block:nth-child(5) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 4;
  }
  .calendar-block:nth-child(6) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 5;
  }
  .calendar-block:nth-child(7) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 6;
  }
  .calendar-block:nth-child(8) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 7;
  }
  .calendar-block:nth-child(9) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 8;
  }
  .calendar-block:nth-child(10) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 12;
  }
  .calendar-block:nth-child(11) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 10;
  }
  .calendar-block:nth-child(12) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 11;
  }
  .calendar-block:nth-child(13) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 12;
  }
  .calendar-block:nth-child(14) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 13;
  }
  .calendar-block:nth-child(15) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 14;
  }
  .calendar-block:nth-child(16) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 15;
  }
  .calendar-block:nth-child(17) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 16;
  }
  .calendar-block:nth-child(18) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 17;
  }
  .calendar-block:nth-child(19) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 18;
  }
  .calendar-block:nth-child(20) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 19;
  }
  .calendar-block:nth-child(21) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 20;
  }
  .calendar-block:nth-child(22) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 27;
  }
  .calendar-block:nth-child(23) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 23;
  }
  .calendar-block:nth-child(24) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 23;
  }
  .calendar-block:nth-child(25) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 25;
  }
  .calendar-block:nth-child(26) {
    grid-column: auto / span 1;
    grid-row: unset;
    order: 25;
  }

  .swiper-pagination {
    display: block;
  }

  .swiper-pagination-1 {
    display: block;
  }

  .swiper-wrapper {
    padding-bottom: 70px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .swiper-button-next-1,
  .swiper-button-prev-1 {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .swiper-main {
    padding: 0;
  }
}

@media screen and (max-width: 880px) {
  .calendar-in {
    grid-template-columns: repeat(2, 1fr);
  }

  .modal-list__item__title {
    font-size: 20px;
  }

  .top-in {
    padding-top: 20px;
  }
}

@media screen and (max-width: 650px) {
  .calendar-in {
    grid-template-columns: repeat(1, 1fr);
  }

  .top-btns {
    flex-direction: column;
  }

  .top-btn-1 {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .top-img-1 {
    position: absolute;
    top: 800px;
  }

  .top-img-2 {
    position: absolute;
    top: 400px;
    right: 0;
  }

  .top-btn-1 {
    padding: 24px 24px 24px 44px;
  }

  .top-btn-1:after {
    left: calc(50% - 95px);
  }

  .modal-list__footer .top-btn.top-btn-1 {
    padding: 24px 24px 24px 60px;
  }

  .modal-list__footer .top-btn.top-btn-1:after {
    left: calc(50% - 70px);
  }
}
