a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0px;
}

b, strong {
  font-weight: 700;
}

img {
  border: 0px;
}

hr {
  box-sizing: content-box;
  height: 0px;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0px;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

input {
  line-height: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

td, th {
  padding: 0px;
}

p {
  margin-bottom: 10px;
  margin-top: 0px;
}

button, html input[type="button"], input[type="reset"] {
  appearance: button;
  border: 0px;
  cursor: pointer;
}

ul {
  padding-left: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1turn);
  }
}

@media (max-width: 460px) {
  h2 {
    line-height: 1.3;
  }

  .text-block-4, h2 {
    font-size: 26px;
  }
}

.graph {
  display: block;
  height: 325px;
  margin: 25px auto 40px;
  max-width: 540px;
  width: 100%;
}

.graph tbody {
  align-items: end;
  background: repeating-linear-gradient(rgb(242, 242, 242), rgb(242, 242, 242) 0px, rgb(242, 242, 242) 1px, transparent 1px, transparent 20%);
  border-bottom: 1px solid rgb(145, 145, 145);
  border-top: 1px solid rgb(145, 145, 145);
  column-gap: 10%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
  height: 100%;
  margin: 3em 0px 1em 2.8em;
  padding: 0px;
  position: relative;
}

.graph tbody::after, .graph tbody::before {
  color: rgb(0, 0, 0);
  font-family: sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  left: -3.2em;
  line-height: 32px;
  position: absolute;
  text-align: right;
  width: 2.8em;
}

.WeightConsistently tbody::before {
  content: "100%";
  top: -1em;
}

.graph tr {
  display: block;
  position: relative;
}

.graph td, .graph th {
  display: block;
  text-align: center;
}

.graph td span {
  color: rgb(255, 255, 255);
  left: 50%;
  line-height: 36px;
  overflow: hidden;
  text-align: center;
  top: 50%;
  transition: opacity 0.5s ease 0s;
  width: 100px;
}

.graph td {
  border-radius: 0.5em 0.5em 0px 0px;
  height: 100%;
  transition: background 0.5s ease 0s;
  width: 100%;
}

.table-title, .table-title b {
  text-align: center;
}

.table-title b {
  color: rgb(42, 40, 130);
  font-size: 25px;
  line-height: 1.4;
  text-transform: uppercase;
  z-index: 2;
}

.square1, .square2 {
  display: inline-block;
  height: 25px;
  margin-right: 8px;
  width: 25px;
}

.square1 {
  background-color: rgb(184, 184, 184);
}

.square2 {
  background-color: rgb(42, 40, 130);
}

.graph_block ul>li {
  align-items: center;
  display: flex;
  line-height: 1.5;
  margin-bottom: 15px;
  overflow: visible hidden;
}

.graph_block .label {
  margin: 20px auto 0px;
  max-width: fit-content;
}

.coupon {
  margin: 40px auto 10px;
}

.coupon, .coupon span {
  position: relative;
  width: 100%;
}

.coupon::before, .table-title::before {
  background: rgb(242, 242, 242);
  content: "";
  z-index: 1;
}

.coupon::before {
  border-bottom: 2px dashed rgb(145, 145, 145);
  display: block;
  height: 0px;
  left: 50%;
  top: 50%;
  width: 100%;
}

.SideEffects tbody::before, .coupon::before {
  position: absolute;
  transform: translate(-50%, -50%);
}

.coupon::after {
  background: url("../files/fae9699e3c461b533f44.png") 0px 0px / contain no-repeat;
  content: " ";
  height: 37px;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 50px;
  z-index: 2;
}

.coupon span {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  display: block;
  font-family: sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 0px auto;
  max-width: 400px;
  z-index: 2;
}

.claim-now, .coupon span {
  line-height: 1.4;
  text-align: center;
}

.claim-now {
  color: rgb(247, 34, 16);
  margin: 0px 0px 1em;
}

.note {
  background: rgb(255, 255, 0);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 25px auto;
}

.note, .stock-update {
  padding: 15px;
  text-align: center;
}

.stock-update {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  margin: 15px 0px 25px;
}

.order-block, .stock-update {
  background: rgb(239, 255, 247);
  border: 1px dotted rgb(0, 0, 0);
  display: flex;
}

input, textarea {
  background: border-box border-box rgb(238, 240, 249);
  border: none;
  box-sizing: border-box;
  color: rgb(75, 80, 85);
  font-size: 1em;
  font-weight: 400;
  margin: 15px auto 0px;
  text-shadow: none;
}

.btn1, input, textarea {
  padding: 15px;
  width: 100%;
}

.comments hr {
  margin-bottom: 25px;
}

.top-c .startdate {
  font-size: 15px;
  vertical-align: revert;
}

@media (max-width: 500px) {
  .coupon::after, .coupon::before {
    display: none;
  }

  .coupon {
    margin-bottom: 7px;
  }

  .coupon span {
    font-weight: 700;
  }

  .coupon span, .note {
    font-size: 18px;
  }
}

@font-face {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
}

:root {
  --swiper-theme-color: #888;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0px);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0px);
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1turn);
  }
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0px);
  transition: opacity 0.3s ease 0s;
  z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0px;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
}

body {
  scroll-behavior: smooth;
}

.ctSpinner__block {
  font-family: sans-serif;
  margin: 15px auto;
  max-width: 800px;
  overflow: hidden;
}

.ctSpinner__wheelWrapper, .wheelWrapper__imageBlock {
  height: 100%;
  max-height: 380px;
  max-width: 380px;
  width: 100%;
}

.spinnerBlock__ctSpinner {
  border: 3px solid red;
  border-radius: 10px;
  box-shadow: 0px 0px 10px;
  box-sizing: border-box;
  padding: 20px 15px;
  text-align: center;
  transition: height 0.4s ease-in-out 0s;
}

.ctSpinner__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
  text-align: center !important;
}

.wheelWrapper {
  position: relative;
}

.imageBlock__numbers, .wheelWrapper {
  user-select: none;
}

.imageBlock__numbers {
  display: block;
  font-size: 14px;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.wheelWrapper__imageBlock {
  transform: rotate(-46deg);
}

.numberItems__item {
  color: rgb(0, 0, 0);
  font-family: sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
}

.numberItems__item::before {
  content: "%";
  display: block;
  font-size: 0.7em;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 100%;
}

.numberItems__item:first-child {
  left: 50%;
  top: 15%;
  transform: translate(-50%, -50%);
}

.numberItems__item:nth-child(2) {
  left: 75%;
  top: 25%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.numberItems__item:nth-child(3) {
  left: 85%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.numberItems__item:nth-child(4) {
  left: 75%;
  top: 75%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.numberItems__item:nth-child(5) {
  left: 50%;
  top: 85%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.numberItems__item:nth-child(6) {
  left: 25%;
  top: 75%;
  transform: translate(-50%, -50%) rotate(225deg);
}

.numberItems__item:nth-child(7) {
  left: 15%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
}

.numberItems__item:nth-child(8) {
  left: 25%;
  top: 25%;
  transform: translate(-50%, -50%) rotate(315deg);
}

@media only screen and (max-width: 576px) {
  .numberItems__item {
    font-size: 1.95em;
  }

  .numberItems__item::before {
    top: 100%;
  }
}

.ctSpinner__wheelWrapper {
  margin: 0px auto;
  position: relative;
}

.imageBlock__img, .spinBtn__img {
  height: 100%;
  width: 100%;
}

.wheelWrapper__spinBtn {
  height: 35%;
  top: 50%;
  width: 35%;
}

.spinBtn__text, .wheelWrapper__spinBtn {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.spinBtn__text {
  background: radial-gradient(rgb(255, 255, 255) 0px, rgb(234, 234, 234) 100%);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 50%;
  box-shadow: rgb(255, 255, 255) 0px -2px 0px inset, rgb(255, 255, 255) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 14px;
  height: 45%;
  line-height: 61px;
  text-align: center;
  top: 49%;
  user-select: none;
  vertical-align: middle;
  width: 45%;
  z-index: 2;
}

.spinBtn__text:active {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

@media (max-width: 520px) {
  .ctSpinner__wheelWrapper {
    height: 245px;
    width: 245px;
  }

  .spinBtn__text {
    font-size: 10px;
    line-height: 45px;
  }
}

@media screen and (max-width: 520px) and (min-width: 345px) {
  .ctSpinner__wheelWrapper {
    height: 250px;
    width: 250px;
  }

  .spinBtn__text {
    line-height: 40px;
  }
}

@keyframes super-rotation {
  70% {
    transform: rotate(3080deg);
  }

  100% {
    transform: rotate(3060deg);
  }
}

body {
  font-family: sans-serif;
  margin: 0px;
}

* {
  -webkit-tap-highlight-color: transparent !important;
  appearance: none !important;
  outline: 0px !important;
}

body {
  animation-duration: 1.4s;
  animation-name: fadeInLoad;
  position: relative;
}

@keyframes fadeInLoad {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes popin_appear {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  80% {
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn_appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@font-face {
  font-display: swap;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("d010f1f324e111a22e53.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-display: swap;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("227c93190fe7f82de3f8.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@keyframes example {
  0%, 25%, 50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

p {
  margin: 0px;
}

.main {
  background: rgb(255, 255, 255);
  padding: 20px;
}

.proff-text {
  display: block;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0px 0px 15px;
}

.order-form, h2 {
  margin-top: 40px;
}

.desc, .main-t1 {
  display: block;
  text-align: center;
}

.main-t1 {
  font-family: sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 0px;
}

.authors {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.aut-text {
  color: rgb(102, 102, 102);
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin-left: 10px;
}

.erik {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.main-container {
  margin: 0px auto;
  max-width: 850px;
  width: 100%;
}

.l2 {
  border-bottom: 4px solid rgb(204, 0, 51);
  color: rgb(204, 0, 51);
}

.sub-link {
  color: rgb(102, 102, 102);
  text-decoration: none;
}

.sub-link:hover {
  color: rgb(204, 0, 51);
}

.under-nav {
  background-color: rgb(238, 238, 238);
  padding: 0px 20px;
}

.under-nav-container {
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: end;
  margin: 0px auto;
  max-width: 850px;
  padding: 15px 0px;
}

.red-nav, .under-nav-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.red-nav {
  background-color: rgb(204, 0, 51);
  width: 100%;
}

.under-b {
  align-items: center;
  background-color: rgb(197, 197, 197);
  border: 1px solid transparent;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  display: flex;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 34px;
  justify-content: center;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.under-b:hover {
  background-color: rgb(170, 170, 170);
}

.item2 img, .item3 img {
  width: 22px;
}

.nav-link {
  align-items: center;
  display: flex;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-container {
  display: flex;
  justify-content: center;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0px 20px;
  width: 100%;
}

.nav-logo {
  display: flex;
}

.nav-left {
  align-items: center;
  flex-wrap: nowrap;
}

.nav-left, .nav-right {
  display: flex;
  max-width: 410px;
  width: 100%;
}

.nav-right {
  justify-content: end;
}

.nav-logo img {
  display: inline-block;
}

.nav-logo-text-img1 img {
  display: inline-block;
  height: 28px;
}

.nav-link a {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.nav-link a:hover {
  color: rgb(0, 0, 0);
}

.three-dots img {
  width: 20px;
}

.sub-search img {
  width: 21px;
}

.sub-nav-container {
  display: flex;
  flex-flow: row;
  gap: 10px;
  justify-content: center;
  margin: 0px auto;
  max-width: 1200px;
  width: 100%;
}

.sub-input input {
  appearance: none;
  background-clip: padding-box;
  background-color: rgb(255, 255, 255);
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 2px solid rgb(238, 238, 238);
  color: rgb(102, 102, 102);
  display: block;
  font-size: 1em;
  outline: none;
  padding: 0.375rem 0.5rem 0.375rem 0.125rem;
  transition: all 0.3s ease 0s;
  width: 419px;
}

.sub-input input::-webkit-input-placeholder {
  opacity: 0;
}

.sub-input input::placeholder {
  opacity: 0;
}

.sub-input input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.sub-input input:focus::placeholder {
  opacity: 1;
}

.sub-input input:focus {
  border-color: rgb(153, 204, 51);
}

.sub-right {
  flex-flow: row;
  gap: 10px;
}

.sub-right, .three-dots {
  align-items: center;
  display: flex;
  justify-content: center;
}

.sub-ul {
  color: rgb(136, 136, 136);
  font-size: 1em;
  list-style: none;
  padding-left: 0px;
}

.sub-left, .sub-ul {
  display: flex;
  flex-flow: row;
}

.sub-li {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-right: 1.875em;
}

@media (max-width: 992px) {
  .sub-input input {
    width: 321px;
  }
}

@media (max-width: 830px) {
  .sub-input input {
    width: 200px;
  }
}

@media (max-width: 656px) {
  .sub-input input {
    width: 100px;
  }
}

@media (max-width: 550px) {
  .sub-input input {
    width: 60px;
  }
}

@media (max-width: 500px) {
  .sub-input input {
    display: none;
  }

  .last {
    font-size: 20px !important;
  }
}

.authors-container {
  align-items: center;
  display: flex;
  flex-direction: row;
}

@media (max-width: 430px) {
  .l4 {
    display: none;
  }
}

.collapsible {
  align-items: center;
  background-color: rgb(238, 238, 238);
  border: none;
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  gap: 5px;
  outline: none;
  padding: 15px;
  text-align: left;
  width: 100%;
}

.collapsible {
  position: relative;
}

.dropdow {
  display: block;
  height: 10px;
  transition: transform 0.3s ease 0s;
  width: 10px;
}

.collapsible {
  display: flex;
  flex-direction: row;
}

.active, .collapsible:hover {
  background-color: rgb(204, 204, 204);
}

@media (max-width: 400px) {
  .authors {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .main-t1, .text-about {
    text-align: center;
  }

  .main-t1 {
    font-size: 26px;
  }

  .aut-text p {
    text-align: center;
  }
}

@media (max-width: 370px) {
  .l3 {
    display: none;
  }
}

.nav-logo img {
  width: 100px;
}

@media (max-width: 600px) {
  .nav-logo-text-img1 img {
    display: none;
  }

  .red-nav {
    height: 48px;
  }

  .nav-logo img {
    height: 48px;
    width: auto;
  }
}

:focus, input, input:active {
  outline: none;
}

button:active, button:focus {
  outline: none !important;
}

.fot-link {
  transition: all 0.3s ease 0s;
}

.fot-link:hover {
  color: rgb(204, 0, 51);
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 370px) {
  .startdate {
    display: block;
  }
}

h2 {
  font-family: sans-serif;
}

.comment-item {
  display: flex;
  flex-flow: row;
}

.ava-img {
  border-radius: 50%;
  margin-right: 15px;
  max-width: 60px;
}

.com-name {
  font-size: 19px;
  font-weight: 500;
  margin-right: 5px;
}

.bot-com .proff-text {
  font-size: 17px;
  line-height: 1.4;
}

.top-c {
  line-height: 1.5;
  margin-bottom: 5px;
}

.last {
  background: rgb(204, 0, 51);
  border-radius: 10px;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin: 20px auto 40px;
  max-width: 320px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.fot-li {
  margin-bottom: 20px;
}

.fot-link {
  color: rgb(136, 136, 136);
  text-decoration: none;
}

.fwb {
  font-weight: 600;
}

.ul-fot {
  list-style: none;
  margin: 20px 0px 0px;
  padding-left: 0px;
}

.f-t {
  justify-content: space-between;
  padding: 30px 20px;
}

.f-t, .icons-b {
  display: flex;
  margin: 0px auto;
  max-width: 850px;
}

.icons-b {
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 0px 20px 30px;
}

.icon-design {
  width: 22px;
}

#fMask {
  background: rgb(246, 246, 246);
}

.is-tag {
  color: rgb(56, 56, 56);
  opacity: 0.6;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.is-tag:hover {
  color: rgb(204, 0, 51);
}

.last:hover {
  background: rgb(124, 6, 36);
}

@media screen and (max-width: 450px) {
  .icons-b {
    justify-content: center !important;
  }

  .f-t {
    display: none;
  }
}

.banner {
  background-image: url("../files/2a544bb188b5d21d4c82.png");
  background-size: cover;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 10px !important;
}

.banner-left img {
  height: auto;
  margin-left: 40px;
  max-width: 250px;
}

.first-t {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.sec-t {
  font-family: sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.banner::after {
  background-image: url("../files/fee9fe7feaed3814d94c.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 5px;
  content: "";
  height: 20px;
  position: absolute;
  right: 10px;
  width: 120px;
}

.th-t {
  background-color: rgb(204, 0, 51);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-size: 16px;
  max-width: 125px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.th-t:hover {
  background-color: rgb(121, 8, 36);
}

.banner-right {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.banner-time {
  align-items: center;
  display: flex;
  width: 100%;
}

.swiper-pagination {
  bottom: 10px;
  color: rgb(0, 0, 0);
  display: block;
}

@media screen and (max-width: 580px) {
  .banner-left img {
    max-width: 180px !important;
    width: 100%;
  }

  .banner-right {
    padding: 40px;
  }

  .sec-t {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 490px) {
  .banner-time {
    flex-direction: column !important;
  }

  .banner-left img {
    margin: 20px auto !important;
  }

  .banner-right {
    align-items: center;
    padding: 0px 20px 50px;
  }

  .banner::after {
    top: 5px !important;
  }

  .sec-t {
    font-size: 20px;
    text-align: center;
  }
}

.check {
  margin-right: 10px;
  width: 18px;
}

.left-up {
  display: flex;
  flex-direction: row;
}

.right-up {
  display: flex;
  flex-direction: column;
}

.last-update {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 40px;
}

.last-update a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.update-container {
  justify-content: space-between;
}

.up-l, .update-container {
  display: flex;
  flex-direction: row;
}

.up-l {
  justify-content: end;
  transition: all 0.3s ease 0s;
}

.up-l:hover {
  color: rgb(204, 0, 51) !important;
}

.left-up {
  gap: 10px;
}

.right-up {
  gap: 5px;
}

.update-container {
  align-items: center;
}

.kleine {
  background-color: rgb(255, 255, 255);
  color: rgb(150, 150, 150);
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 500px) {
  .update-container {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .kleine, .up-l {
    text-align: center;
  }

  .up-l {
    align-items: center;
    justify-content: center;
  }

  .update-container {
    gap: 10px;
  }
}