.marathone-container {
  max-width: 1160px;
  margin: 0 auto;
}

body {
  background: #fff;
}

.main {
  position: relative;
}

.marathone-tarrifs-option-saleprice {
  left: -65px;
  position: absolute;
  bottom: 4px;
  text-decoration: line-through;
  color: gray;
  font-size: 16px;
}

.sec-saleprice {
  left: -60px;
}

.marathone-tar-midl {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.marathone-tarrifs-option-descr {
  max-width: 235px;
}

.marathone-tarrifs-option-pv {
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  max-width: 65px;
}

.marathone-tarrifs-option-price {
  position: relative;
}

.main-bg img {
  width: 668px;
  height: 668px;
  background-image: url("https://example.com/your-image.jpg");
  background-size: cover;
  border-radius: 50%;
  animation: spin 100s linear infinite;
  position: absolute;
  top: 14px;
  left: calc(50% - 330px);
  z-index: 1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.abs-tags {
  position: absolute;
  top: 485px;
  right: 0;
  z-index: 10;
}

.abs-tags .main-tag {
  background: white;
}

.abs-tags .tag-item-active {
  background: black;
}

.main-photo img {
  height: 693px;
  width: 740px;
  position: absolute;
  z-index: 3;
  left: calc(50% - 265px);
  top: 8px;
}

.main-content {
  position: relative;
  z-index: 2;
  padding-top: 189px;
}

.main-supertitle {
  font-size: 24px;
  margin-left: 11px;
  font-weight: 400;
  margin-bottom: 0;
}

.main-start {
  font-size: 24px;
  margin-bottom: 0;
}

.main-titleBlock {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
  padding-left: 5px;
}

.main-title {
  display: inline-block;
  font-family: "Uncage";
  font-size: 115px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 0.5;
}

.main-subtitle {
  margin-bottom: 0;
  text-align: right;
  font-weight: 400;
  margin-right: 4px;
  margin-top: 26px;
  font-size: 24px;
}

.main-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 40px;
}

.button {
  display: flex;
  background: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}

.main-button {
  margin-top: 40px;
}

.button-text {
  padding: 20px 22px 16px;
  background: #b8df44;
  border-radius: 60px;
  font-family: "Uncage";
  font-weight: 500;
}

.button-arrow {
  padding: 20px 20px 16px;
  background: #b8df44;
  border-radius: 100%;
  font-family: "Uncage";
  font-weight: 500;
  transform: rotate(0deg);
  transition: 0.25s ease;
}

.main-button:hover::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 45%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(30deg);
  animation: shine 3s infinite;
  z-index: 0;
}

.trains-button:hover::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0%;
  height: 0%;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 45%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(30deg);
  animation: none;
  z-index: 0;
}

.trains-pink {
  display: none;
}

.main-button:hover .button-arrow {
  transform: rotate(180deg);
}

@keyframes shine {
  0% {
    transform: translateX(-100%) rotate(30deg);
  }
  100% {
    transform: translateX(100%) rotate(30deg);
  }
}

.main-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 330px;
  gap: 14px 9px;
}

.tag-item {
  padding: 5px 20px 8px;
  font-size: 16px;
  background: transparent;
  border: 1px solid black;
  border-radius: 100px;
  transition: 0.25s;
  cursor: default;
}

.tag-item:hover {
  background: black;
  color: white;
}

.tag-item:hover a {
  color: #fff;
}

.tag-item:hover a:hover {
  color: #fff;
}

.tag-item-active {
  background: black;
  color: white;
}

.tag-item-green {
  background: #b8df44;
  border-color: #b8df44;
  transition: 0.25s;
}

.tag-item-green:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.main-logo {
  width: 202px;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  position: fixed;
  width: 100%;
  max-width: 1160px;
  z-index: 5;
}

.main-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.hamburger {
  padding: 0;
  padding-top: 3px;
  margin-left: 40px;
}

.hamburger-box {
  width: 30px;
  height: 16px;
}

.hamburger-inner {
  width: 30px;
  height: 1px;
}

.hamburger-inner::before {
  width: 30px;
  height: 1px;
  top: -7px;
}

.hamburger-inner::after {
  width: 30px;
  height: 1px;
  top: -15px !important;
}

.main-content-top {
  display: flex;
  justify-content: space-between;
}

.main-header .tag-item {
  cursor: pointer;
}

.marathone-numbers {
  padding: 120px 0;
}

.marathone-numbers-box {
  display: flex;
  justify-content: space-between;
}

.marathone-numbers-item {
  box-sizing: border-box;
  height: 386px;
  padding: 24px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0px;
}

.marathone-numbers-item:nth-child(1) {
  background: url("/img/marathone/new/numbers-1.png") center center/cover
    no-repeat;
  width: 13.794%;
}

.marathone-numbers-item:nth-child(2) {
  background: url("/img/marathone/new/numbers-2.png") center center/cover
    no-repeat;
  width: 31.035%;
}

.marathone-numbers-item:nth-child(3) {
  background: url("/img/marathone/new/numbers-3.png") center center/cover
    no-repeat;
  width: 22.415%;
}

.marathone-numbers-item:nth-child(4) {
  background: url("/img/marathone/new/numbers-4.png") center center/cover
    no-repeat;
  width: 22.415%;
}

.marathone-numbers-title {
  color: #fff;
  font-family: "UNCAGE";
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 400;
}

.marathone-numbers-subtitle {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}

.marathone-foryou-titleBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.marathone-foryou-title {
  font-size: 48px;
  font-family: "Uncage";
  font-weight: 400;
  margin-bottom: 0;
}

.marathone-foryou-subtitle {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0;
}

.marathone-foryou-info {
  display: flex;
  justify-content: space-between;
  gap: 66px;
  margin-top: 40px;
  margin-bottom: 97px;
}

.marathone-foryou-imgBlock {
  position: relative;
  width: 532px;
  height: auto;
}

.marathone-foryou-image {
  position: absolute;
  width: 532px;
  height: 523px;
  left: 0;
  top: 0;
  transition: 0.35s;
  opacity: 0;
}

.marathone-foryou-image-active {
  opacity: 1;
}

.marathone-foryou-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}

.marathone-foryou-item:last-child {
  border-bottom: none;
}

.marathone-foryou-number {
  font-size: 32px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: 0.25s;
}

.marathone-foryou-number-active {
  background: #b8e05f;
}

.marathone-state-block {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 16px;
  padding-bottom: 120px;
}

.marathone-vert-item {
  background: #fff !important;
}

.marathone-state-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.marathone-state-item {
  position: relative;
  width: 100%;
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #f7f7f7;
  font-size: 16px;
  padding: 15px 38px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.marathone-state-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: -1;
}

.marathone-state-item::before {
  background-image: url("/img/marathone/new/cardBgWhite.png");
}

.marathone-state-item-pink::before {
  background-image: url("/img/marathone/new/cardBgColored.png");
}

.marathone-state-item-green::before {
  background-image: url("/img/marathone/new/cardBgColored.png");
  opacity: 0.2;
}

.marathone-state-item:hover::before {
  opacity: 1;
}

.marathone-state-item-pink {
  background-color: #f554a8;
}

.marathone-state-item-green {
  background-color: #b8df44;
}

.marathone-state-item-block {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.marathone-trains {
  background: url("/img/marathone/new/trains-bg.png") top/cover no-repeat;
  padding: 138px 0 312px;
  border-radius: 50px;
}

.marathone-trains-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: white;
}

.marathone-trains-content {
  position: relative;
}

.marathone-trains-tag {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 30px;
  border: 1px solid white;
  color: white;
  padding: 4px 20px 6px;
  min-width: 330px;
  text-align: center;
  cursor: default;
  transition: 0.15s;
  animation: float 3s ease-in-out infinite;
}

.marathone-trains-tag:hover {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  animation: none !important;
}

@keyframes float {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-2px, -3px);
  }
  50% {
    transform: translate(3px, 1px);
  }
  75% {
    transform: translate(-1px, 2px);
  }
}

.marathone-trains-tag:nth-child(1) {
  top: 337px;
  left: 650px;
}

.marathone-trains-tag:nth-child(2) {
  top: 255px;
  left: 140px;
}

.marathone-trains-tag:nth-child(3) {
  top: 435px;
  left: 485px;
}

.marathone-trains-buttonBlock {
  margin-top: 271px;
}

.marathone-trains-info {
  margin-top: 144px;
}

.marathone-trains-white {
  background: white;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px;
  width: calc(50% - 21px);
}

.marathone-trains-white-sep {
  width: 100%;
  background: #e6e6e6;
  height: 1px;
}

.marathone-trains-info {
  display: flex;
  justify-content: space-between;
  gap: 42px;
}

.marathone-trains-right {
  width: calc(50% - 21px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.marathone-trains-green {
  background: #b8df44;
  border-radius: 30px;
  display: flex;
  gap: 18px;
  padding: 35px;
}

.putToCart img {
  max-width: 100%;
}

.marathone-trains-green-number {
  font-size: 64px;
  font-family: "Uncage";
  line-height: 1;
}

.marathone-trains-green-text {
  font-size: 24px;
  font-family: "Uncage";
  line-height: 1;
}

.marathone-trains-trans {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
  border-radius: 30px;
  border: 1px solid white;
  padding: 20px;
  color: white;
  position: relative;
}

.marathone-trains-trans-text {
  width: 371px;
}

.marathone-trains-trans-icon {
  position: absolute;
  width: 90px;
  left: 422px;
  top: -5px;
}

.marathone-vert-title {
  font-family: "Uncage";
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px;
}

.marathone-vert-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}

.marathone-vert-left {
  width: 360px;
}

.marathone-vert-label {
  background: #fff;
  padding: 5px 5px 5px 15px;
  border-radius: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: 0.25s;
  cursor: pointer;
}

.marathone-vert-step {
  display: flex;
  align-items: center;
  gap: 8px;
}

.marathone-vert-next {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

.marathone-vert-step span {
  font-size: 48px;
  font-weight: bold;
  line-height: 0;
}

.marathone-vert-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.marathone-vert-list-sep {
  width: 100%;
  background: #d4d4d4;
  height: 1px;
}

.last-arrow {
  background: none;
}

.last-label:hover {
  width: 100%;
}

.marathone-prizes-content {
  background: url("/img/marathone/new/prizeBg.png") center center/cover
    no-repeat;
}

.marathone-prizes-textblock {
  padding: 500px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.marathone-prizes-textitem {
  max-width: 325px;
}

.marathone-tarrifs {
  padding: 120px 0;
}

.marathone-tarrifs-titleBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.marathone-tarrifs-title {
  font-family: "Uncage";
  font-weight: 400;
  line-height: 0;
  margin-bottom: 0;
}

.marathone-tarrifs-items {
  display: flex;
  gap: 20px;
}

.marathone-tarrifs-goods {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 35px;
  margin-top: 60px;
}

.marathone-tarrifs-option {
  padding: 30px;
  border-radius: 30px;
  background: #f4f4f4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 720px;
  width: 31%;
  transition: 0.3s;
}

.marathone-tarrifs-descr {
  transition: 0.4s;
}

.marathone-tarrifs-option-img {
  border-radius: 20px;
  width: 100%;
  height: 334px;
  object-fit: cover;
}

.marathone-tarrifs-option-titleBlock {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.marathone-tarrifs-option-title {
  font-size: 32px;
  font-family: "Uncage";
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

.marathone-tarrifs-option-priceBlock {
  display: flex;
  gap: 16px;
  align-items: baseline;
}

.marathone-vert-label {
  background: #f7f7f7;
}

.marathone-tarrifs-option-price {
  font-size: 24px;
}

.marathone-tarrifs-option-pv {
  display: flex;
  gap: 6px;
  align-items: center;
}

.marathone-tarrifs-option-icon {
  width: 13px;
  height: 13px;
}

.marathone-vert-next {
  transform: rotate(90deg);
}

.marathone-tarrifs-option-span {
  font-size: 16px;
}

.marathone-tarrifs-option-pv-icon {
  width: 10px;
}

.marathone-tarrifs-option-descr {
  margin-top: 10px;
  margin-bottom: 20px;
}

.marathone-tarrifs-more {
  color: #898989;
  cursor: pointer;
  text-decoration: underline;
}

.putToCart {
  transition: 0.3s;
}

.putToCart img {
  transition: 0.3s;
}

.marathone-tarrifs-descr {
  padding-top: 20px;
  overflow-y: hidden;
  height: 0px;
}

.marathone-tarrifs-more img {
  margin-left: 7px;
}

.option-button {
  margin-top: 0;
}

.option-button {
  width: 100%;
}

.option-button .button-text {
  width: 100%;
}

.marathone-tarrifs-option-img {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.marathone-tarrifs-option-img.hover {
  opacity: 0;
  transform: scale(
    0.95
  ); /* Необязательно: добавляет небольшой эффект уменьшения */
}

.marathone-review {
  max-width: 1440px;
  width: 1440px;
  margin: 0 auto;
  background: url("/img/marathone/new/reviewsBg.png") no-repeat;
  padding: 60px 0 200px;
}

.scroll-container {
  max-width: 100%;
  overflow-y: auto;
}

.marathone-foryou-mob-title {
  display: none;
}

.marathone-review-titleBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  margin-bottom: 60px;
}

.menu-tag {
  margin-top: 15px;
}

.revmob {
  display: none;
}

.marathone-review-title {
  font-size: 48px;
  font-weight: 400;
  font-family: "Uncage";
  margin-bottom: 0;
}

.marathone-review-subtitle {
  font-size: 32px;
}

.marathone-trains {
  max-width: 1440px;
  width: 1440px;
  margin: 0 auto;
}

.mar-vert-sec {
  max-width: 1440px;
  margin: 0 auto;
  background-image: url("/img/marathone/new/reviewsBg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 150px; /* вот эта строка! */
  height: calc(25vh + 150vw + 150px) !important;
}

.mar-vert-item-sec {
  background: none !important;
  padding: 0 0 !important;
}

.mar-vert-cont {
  width: 200vw !important;
  align-items: center !important;
}

.mar-vert-sect {
  top: 150px !important;
}

.mar-vert-titleBlock {
  padding: 75px 50px;
  margin-bottom: 0;
}

.faq-item {
  margin-bottom: 1rem;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.1rem;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: url("/img/marathone/new/faqOpen.png");
  position: absolute;
  right: 0;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  width: 40px;
  height: 40px;
}

.faq-question.active::after {
  content: url("/img/marathone/new/faqClose.png");
}

.marathone-vert-img {
  max-width: 700px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  /* padding: 0 1rem; */
  font-size: 1rem;
  color: #444;
  padding-right: 100px;
}

.faq-answer.open {
  padding: 15px 0 0;
  padding-right: 100px;
  max-height: 200px;
}

.marathone-qa {
  width: 100%;
}

.marathone-qa-container {
  width: 100%;
}

.marathone-qa-titleBlock {
  margin-top: 120px;
  margin-bottom: 64px;
}

.marathone-qa-title {
  margin-bottom: 0;
}

.marathone-qa-subtitle {
  margin-bottom: 0;
}

.menu {
  height: calc(100vh - 78px);
  overflow-y: auto;
}

.faq-item {
  background: #fff;
  border-radius: 20px;
  padding: 25px 15px 25px 39px;
}

.faq-question {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 150px;
}

.marathone-footer-container {
  max-width: 95%;
  width: 1440px;
}

.marathone-footer {
  margin-top: 120px;
  background: url("/img/marathone/new/footerBg.png") top no-repeat;
  padding-top: 240px;
  padding-bottom: 175px;
  width: 100%;
}

.marathone-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.marathone-footer-timer {
  margin-top: 0 !important;
}

.marathone-footer-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.marathone-footer-button {
  margin-top: 0;
}

@media (max-width: 1440px) {
  .marathone-trains {
    max-width: 95%;
    margin: 0 auto;
    padding: 75px 50px 25px;
    box-sizing: border-box;
  }

  .scroll-inner img {
    height: 300px;
  }

  .marathone-review {
    max-width: 95%;
    background-size: 100%;
  }
}

@media (max-width: 1500px) {
  .marathone-footer {
    background-size: 100%;
  }
}

@media (max-width: 1300px) {
  .marathone-review {
    padding: 60px 50px 75px;
  }
}

@media (max-width: 1200px) {
  .marathone-qa-container {
    width: 95%;
    max-width: 95%;
  }

  .main-header {
    padding: 20px 25px !important;
  }

  .marathone-review-titleBlock {
    margin-bottom: 30px;
  }

  .marathone-review {
    padding: 30px 50px 45px;
  }

  .marathone-container {
    max-width: 95%;
  }

  .marathone-vert-content {
    max-width: 95% !important;
  }

  .marathone-foryou-image {
    width: 423px;
    height: 423px;
  }

  /* .marathone-foryou-info {
    align-items: baseline;
    justify-content: space-evenly;
  } */

  .marathone-foryou-imgBlock {
    width: 423px;
  }

  .marathone-trains-tag:nth-child(1) {
    top: 337px;
    left: 600px;
  }

  .marathone-numbers-title {
    font-size: 32px;
  }

  .marathone-vert-scroll-wrapper {
    height: auto;
  }

  .marathone-vert-img {
    max-width: 600px !important;
  }

  .marathone-tarrifs-option-span {
    font-size: 10px;
  }

  .marathone-vert-info {
    justify-content: space-between;
    align-items: center !important;
  }

  .marathone-prizes-content {
    background-size: 100%;
  }

  .main-photo img {
    height: 553px;
    width: auto;
    left: calc(50% - 205px);
    top: 148px;
  }

  .swipe-hint {
    display: none !important;
  }
}

.main-supertitle-mobile {
  display: none;
}

.main-bottom-mobile {
  display: none;
}

.marquee-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
  color: white;
  padding: 1px 0 6px;
  z-index: 0;
}

.marquee {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  animation: scroll 60s linear infinite;
}

.main-start {
  font-weight: 400;
}

.marquee-item {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: "UNCAGE";
  font-size: 20px;
}

.separator {
  display: flex;
  align-items: center;
  color: #ff9900;
}

.separator::before {
  content: url("/img/marathone/new/монограмма.svg");
  font-size: 24px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .marathone-trains-tag:nth-child(1) {
    left: 530px;
  }

  .tag-item {
    padding: 5px 10px 8px;
  }

  .marathone-tarrifs-goods {
    flex-direction: column;
    align-items: center;
  }

  .main-tags {
    max-width: 420px;
  }
}

.timer {
  display: grid;
  grid-template-columns: 1rem 3.5rem 1rem 3.5rem 1rem 3.5rem 1rem;
  font-size: 32px;
  justify-items: center;
  margin-top: 76px;
  padding-left: 15px;
}

.openedoption {
  min-height: 720px;
  height: auto;
}

.marathone-tarrifs-option {
  transition: 0.4s;
}

.openedtarrif {
  transition: 0.4s;
  height: 185px;
}

.timer-item {
  position: relative;
}

.marathone-foryou-title-mob {
  display: none;
}

.timer-item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.25rem;
  line-height: 2;
  transform: translateX(-50%);
  font-size: 12px;
  color: #424242;
  padding-bottom: 0px;
}

.timer-sep {
  width: 1.5px;
  height: 65px;
  background: black;
}

.marathone-numbers-box-mob {
  display: none;
}

.marathone-foryou-mob {
  display: none;
}

.vert-mob2 {
  display: none;
}

@media (max-width: 1000px) {
  .vert-desc2 {
    display: none;
  }

  .vert-mob2 {
    display: block;
  }

  .head-tag {
    display: none;
  }

  .marathone-container {
    max-width: 95%;
    width: 425px;
  }

  .main-bg img {
    top: 200px;
    width: 400px;
    height: auto;
    left: calc(50% - 200px);
    opacity: 0.5;
  }

  .main-start {
    display: none;
  }

  .main-content {
    padding-top: 120px;
  }

  .main-supertitle-mobile {
    display: block;
  }

  .main-supertitle {
    font-size: 12px;
    text-align: center;
  }

  .menu {
    height: calc(100vh - 40px);
    overflow-y: scroll !important;
    justify-content: flex-start !important;
  }

  .main-content-top {
    display: block;
  }

  .main-titleBlock {
    display: block;
  }

  .main-title-left {
    color: #b8df44;
  }

  .main-titleBlock {
    text-align: center;
  }

  .main-title {
    line-height: 0.8;
    font-size: 78px;
  }

  .main-titleBlock {
    margin-top: 20px;
  }

  .main-subtitle {
    display: none;
  }

  .main-photo img:nth-child(1) {
    display: none;
  }

  .main-photo img:nth-child(2) {
    display: inline-block !important;
    width: 400px;
    top: calc(100% - 604px);
    height: auto;
  }

  .main-bottom {
    display: none;
  }

  .main-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main-bottom-mobile {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    z-index: 4;
    margin-top: 241px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 25px;
    padding-top: 150px;
  }

  .main-bottom-mobile .main-button {
    margin-top: 0;
  }

  .button-text {
    padding: 14px 12px 10px;
    border-radius: 38px;
    font-size: 10px;
  }

  .button .button-arrow {
    padding: 5px 11px 1px;
  }

  .mar-scale {
    transform: scale(-1, 1);
    margin-top: 0 !important;
  }

  .button .button-arrow img {
    vertical-align: -webkit-baseline-middle;
    width: 12px;
  }

  .timer {
    margin-top: 0;
    padding-left: 0;
    grid-template-columns: 30px 15px 30px 15px 35px 15px 35px;
    font-size: 18px;
  }

  .timer-sep {
    width: 0.5px;
    height: 45px;
  }

  .main {
    overflow: hidden;
  }

  .main-button {
    display: none;
  }

  .button-img {
    display: block !important;
  }

  .button-img img {
    width: 176px;
  }

  .main-tags {
    display: block;
    max-width: none;
    position: relative;
    height: 0;
    top: -100px;
  }

  .main-header {
    width: 100vw !important;
  }

  .main-tag-mob {
    display: inline-block;
    position: absolute;
    font-size: 10px;
    padding: 3px 8px 4px;
  }

  .main-tag-mob:nth-child(1) {
    top: -275px;
    left: 80px;
    animation: float 5s ease-in-out infinite;
  }

  .prime-online .marathone-container {
    max-width: 100%;
  }

  .main-tag-mob:nth-child(2) {
    top: -205px;
    left: 15px;
    animation: float 5.75s ease-in-out infinite;
  }

  .main-tag-mob:nth-child(3) {
    top: -165px;
    left: 200px;
    animation: float 5.35s ease-in-out infinite;
  }

  .main-tag-mob:nth-child(4) {
    top: -75px;
    left: 50px;
    animation: float 6s ease-in-out infinite;
  }

  .marquee-item {
    padding: 0 10px;
    font-size: 10px;
  }

  .separator::before {
    font-size: 10px;
  }

  .marquee-container {
    padding: 7px 0 5px;
  }

  .marquee {
    align-items: center;
  }

  .marathone-numbers-box {
    display: none;
  }

  .marathone-numbers-box-mob {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
  }

  .marathone-numbers-item-mob {
    text-align: center;
    max-width: 45%;
    width: 45%;
  }

  .marathone-numbers {
    padding: 60px 0;
  }

  .marathone-numbers-img {
    width: 100%;
    height: 232px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 10px;
  }

  .marathone-numbers-title {
    color: #000;
    font-size: 20px;
  }

  .marathone-numbers-subtitle {
    color: #000;
    font-size: 10px;
    max-width: 80%;
    margin: 0 auto;
  }

  .marathone-foryou {
    display: none;
  }

  .marathone-foryou-mob {
    display: block;
  }

  .marathone-foryou-mob {
    background: url("/img/marathone/new/forYouMob.png") top no-repeat;
  }

  .marathone-container-foryoumob {
    padding: 20px 25px 0;
  }

  .marathone-foryou-mob-titleblock {
    padding: 0 25px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .marathone-foryou-mob-title {
    font-family: "Uncage";
    font-weight: 400;
    font-size: 20px;
  }

  .marathone-foryou-mob-subtitle {
    font-size: 12px;
  }

  .marathone-foryou-mob-steps {
    margin-top: 215px;
    border-radius: 30px;
    background: white;
    padding: 25px 0;
  }

  .marathone-foryou-mob-item {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #e6e6e6;
  }

  .foryoumobimg {
    margin: 32px auto 0;
    display: block !important;
    width: 176px;
  }

  .foryoumobimg img {
    width: 176px;
  }

  .trainsimgbtn {
    margin-top: 64px;
  }

  .marathone-foryou-mob-text {
    line-height: 1.2;
  }

  .marathone-foryou-mob-num {
    background: #f554a8;
    padding: 7px 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
  }

  .marathone-foryou-mob-item:nth-child(1) {
    border-top: none;
  }

  .foryou-button {
    margin: 15px auto 0;
  }

  .marathone-foryou-titleBlock {
    margin-top: 60px;
  }

  .marathone-foryou-subtitle {
    font-size: 12px;
  }

  .marathone-foryou-title {
    font-size: 20px;
  }

  .marathone-state-item {
    font-size: 10px;
    padding: 15px 25px;
  }

  .marathone-state-block {
    padding-bottom: 60px;
    gap: 15px;
    flex-wrap: wrap;
  }

  .marathone-state-col {
    width: 156px;
  }

  .marathone-foryou-title {
    display: none;
  }

  .marathone-foryou-title-mob {
    display: block;
    text-align: right;
  }

  .marathone-trains-title {
    font-size: 20px;
  }

  .marathone-trains {
    max-width: 100%;
    padding: 35px 25px;
  }

  .marathone-foryou-titleBlock {
    margin: 0;
  }

  .marathone-trains-buttonBlock {
    display: none;
  }

  .marathone-trains-white {
    display: none;
  }

  .marathone-trains-right {
    flex-direction: row;
  }

  .marathone-trains-green {
    background: white;
    padding: 15px;
    display: block;
    max-width: 100%;
  }

  .marathone-trains-green-number {
    color: #b8df44;
    font-size: 48px;
  }

  .marathone-trains-right {
    width: 100%;
  }

  .marathone-trains-trans-icon {
    display: block;
    position: static;
    width: 45px;
    margin-bottom: 18px;
  }

  .marathone-trains-green-text {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 3px;
  }

  .marathone-trains-trans {
    background: white;
    color: black;
    padding: 15px;
    max-width: 100%;
  }

  .marathone-trains-trans-text {
    font-size: 10px;
    width: 100%;
  }

  .burgerIcon span {
    height: 2px !important;
  }

  .main-header a {
    display: flex;
  }

  .marathone-foryou-titleBlock {
    margin-top: 60px;
  }

  .main-logo {
    width: 100px;
  }

  .trains-pink .button-text {
    background: #f554a8;
  }

  .trains-pink .button-arrow {
    background: #f554a8;
  }

  .marathone-trains-tag {
    font-size: 8px;
    padding: 4px 7px 6px;
    min-width: 0;
  }

  .trains-pink {
    display: flex;
    justify-content: center;
  }

  .trains-pink,
  .button-text {
    width: auto !important;
  }

  .menu {
    top: 52px !important;
    padding-bottom: 125px !important;
  }

  .marathone-trains-tag:nth-child(2) {
    top: 125px;
    left: unset;
    right: 0;
    animation: float 8s ease-in-out infinite;
  }

  .marathone-prizes-textitem {
    padding-top: 30px;
  }

  .marathone-trains-tag:nth-child(1) {
    top: 75px;
    left: 0;
    animation: float 5s ease-in-out infinite;
  }

  .marathone-trains-tag:nth-child(3) {
    top: 285px;
    left: 0px;
    animation: float 3.5s ease-in-out infinite;
  }

  .marathone-vert-info {
    display: flex;
  }

  .marathone-vert-item {
    padding: 75px 0 0 !important;
  }

  .marathone-vert-item:nth-child(3) .marathone-vert-content {
    padding-top: 0;
  }

  .marathone-horiz-content {
    align-items: flex-start !important;
  }

  marathone-vert-img {
    width: 300px;
  }

  .marathone-vert-img-last {
    display: none;
  }

  .marathone-vert-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .marathone-vert-listItem {
    font-size: 12px;
  }

  .marathone-vert-list {
    margin-top: 16px;
    gap: 5px;
  }

  .marathone-vert-img {
    margin-top: 25px;
    width: 430px !important;
    max-width: 430px !important;
  }

  .marathone-vert-scroll-wrapper {
    height: auto;
  }

  .marathone-tarrifs {
    padding: 60px 0;
  }

  .marathone-tarrifs-item {
    display: none;
  }

  .marathone-tarrifs-items {
    gap: 10px;
  }

  .marathone-tarrifs-item:nth-child(1) {
    display: block;
  }

  .marathone-tarrifs-item:nth-child(5) {
    display: block !important;
  }

  .marathone-tarrifs-goods {
    margin-top: 25px;
  }

  .marathone-tarrifs-title {
    font-size: 20px;
  }

  .marathone-review {
    background: url("/img/marathone/new/отзывы.svg") center/cover no-repeat;
  }

  .marathone-tarrifs-option-title {
    font-size: 20px;
  }

  .marathone-tarrifs-option-price {
    font-size: 20px;
  }

  .marathone-tarrifs-option-descr {
    margin-bottom: 24px;
    font-size: 10px;
  }

  .marathone-review {
    padding: 35px 25px 50px;
    border-radius: 30px;
  }

  .marathone-review-title {
    font-size: 20px;
  }

  .marathone-review-subtitle {
    font-size: 10px;
  }

  .tag-item:hover {
    background: #fff !important;
    color: #000 !important;
  }

  .tag-item:hover a {
    color: #000 !important;
  }

  .tag-item:hover a:hover {
    color: #000 !important;
  }

  .marathone-qa-titleBlock {
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 25px;
  }

  .marathone-foryou-mob-title {
    margin-bottom: 0;
  }

  .faq-answer {
    font-size: 10px;
  }

  .faq-answer.open {
    max-height: 250px !important;
    font-size: 10px;
  }

  .faq-question {
    font-size: 12px;
  }

  .marathone-footer {
    background: url("/img/marathone/new/footermob.svg") no-repeat;
    padding-bottom: 50px;
    padding-top: 280px;
  }

  .marathone-footer-content {
    align-items: center;
  }

  .marathone-foryou-titleBlock {
    margin-top: 0;
  }

  .marathone-state {
    margin-top: 64px;
  }

  .marathone-prizes-content {
    background: url("/img/marathone/new/prizesmob.svg") top center / cover
      no-repeat;
    background-size: 100%;
    background-position-y: 25px;
  }

  .marathone-prizes-textblock {
    padding-top: 500px;
    gap: 25px;
    font-size: 12px;
  }

  .marathone-foryou-mob-title {
    display: block;
  }

  .marathone-qa {
    padding-top: 64px;
  }

  .marathone-numbers-subtitle {
    max-width: 116px;
  }

  .marathone-container-foryoumob {
    padding: 20px 0 0;
    background: url("/img/marathone/new/forYouMob.png") top center / cover
      no-repeat;
    background-size: 100%;
  }

  .marathone-foryou-mob {
    background: none;
  }

  .marathone-foryou-mob .marathone-container {
    max-width: 100%;
    width: 100%;
  }

  .marathone-foryou-mob-titleblock {
    align-items: flex-start;
  }

  .marathone-foryou-mob-subtitle {
    font-weight: 400;
  }

  .titlethreemob {
    max-width: 147px;
  }

  .marathone-foryou-titleBlock {
    align-items: flex-start;
  }

  .marathone-state-block {
    display: none;
  }

  .marathone-state-blockmobile {
    display: flex !important;
    justify-content: space-between;
    margin-top: 60px;
    gap: 20px;
    margin-bottom: 70px;
  }

  .marathone-state-col {
    width: calc(50% - 10px);
  }

  .marathone-state-item {
    height: 70px;
    border-radius: 20px;
  }

  .marathone-trains {
    padding-bottom: 48px;
  }

  .marathone-trains-title {
    line-height: 1.2;
  }

  .marathone-trains-info {
    margin-top: 300px;
  }

  .marathone-vert-item {
    background: #fff !important;
  }

  .marathone-trains {
    background: url("/img/marathone/new/trainsmobimg.png") center/cover
      no-repeat;
  }

  .marathone-trains-green-text {
    font-family: "Manrope";
  }

  .marathone-foryou-mob-titleblock {
    padding-left: 75px;
    padding-right: 75px;
  }

  .marathone-foryou-mob-num {
    padding: 0;
    border-radius: 50%;
  }
  .marathone-foryou-mob-num img {
    width: 28px;
    height: 28px;
  }

  .marathone-vert-item {
    padding: 75px 0 0 !important;
  }

  .marathone-vert-label {
    background: #f7f7f7;
  }

  .marathone-vert-step img {
    width: 25px;
    height: 25px;
  }

  .marathone-vert-step span {
    font-size: 32px;
    font-weight: 400;
  }

  .marathone-vert-next {
    width: 50px;
    height: 50px;
  }

  .button-arrow {
    padding: 15px 17px 10px;
  }

  .marathone-vert-label {
    width: 100%;
  }

  .marathone-vert-listItem {
    padding: 10px 0;
  }

  .marathone-vert-item:nth-child(2) {
    padding-top: 75px !important;
  }

  .marathone-vert-item:nth-child(3) {
    padding-top: 75px !important;
  }

  .button-img-tar {
    display: block;
    width: 100%;
  }

  .button-img-tar img {
    width: 100%;
  }

  .vert-mob2 {
    margin-top: 10px !important;
    max-width: 80% !important;
  }

  .marathone-footer-container {
    max-width: 100%;
    width: 100%;
  }

  .marathone-footer {
    background-size: 100%;
    padding-top: 325px;
  }

  .marathone-footer-content {
    padding: 0 15px;
  }

  .marathone-review .marathone-container {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .marathone-review-titleBlock {
    padding: 0 35px;
  }

  .revdesk {
    display: none;
  }

  .revmob {
    display: block;
    padding-left: 81px;
  }

  .scroll-inner img {
    height: auto;
  }

  .marathone-review-subtitle {
    font-size: 12px;
    max-width: 147px;
    text-align: right;
  }

  .marathone-review-titleBlock {
    align-items: flex-start;
  }

  .marathone-review {
    max-width: 100%;
    padding: 35px 0;
  }

  .marathone-qa {
    padding: 64px 25px 0;
  }

  .marathone-qa-titleBlock {
    justify-content: space-between;
  }

  .marathone-foryou-subtitle {
    font-size: 16px;
  }

  .marathone-qa-container {
    width: 95%;
    max-width: 95%;
  }

  .marathone-qa {
    padding: 64px 0px 0;
  }

  .marathone-tarrifs-item {
    font-size: 12px;
  }

  .marathone-footer-content {
    align-items: flex-start;
  }

  .marathone-tarrifs-more {
    font-size: 10px;
  }

  .marathone-tarrifs-descr {
    font-size: 10px;
  }

  .openedtarrif {
    height: 100px;
  }

  .openedoption {
    min-height: 550px;
  }

  .marathone-tarrifs-option-saleprice {
    left: -55px;
    bottom: 4px;
    font-size: 12px;
  }

  .button-img-tar img {
    height: 40px;
  }

  .sec-saleprice {
    left: -45px;
  }

  .marathone-tarrifs-option-img {
    display: none !important;
  }

  .marathone-tarrifs-option-imgMob {
    display: block !important;
    height: 200px;
    width: 100%;
  }

  .marathone-tarrifs-option-titleBlock {
    align-items: baseline;
  }
}

.faq-item {
  background: #f7f7f7;
}

.faq-question {
  font-weight: bold;
}

/* @media (max-height: 790px) {
  .marathone-vert-img {
    display: none;
  }
} */

@media (max-width: 800px) {
  .marathone-vert-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 470px) {
  .marathone-foryou-mob-titleblock {
    padding-left: 25px;
    padding-right: 25px;
  }

  .marathone-vert-img {
    width: 95% !important;
    max-width: 95% !important;
  }
}

* {
  scroll-behavior: smooth;
}

@media (max-width: 430px) {
  .button-img img {
    width: 150px;
  }

  .main-bottom-mobile {
    padding-left: 15px;
    padding-right: 15px;
  }

  .marathone-prizes-textitem {
    padding-top: 0px;
  }

  .button-img-tar {
    display: block;
    width: 100%;
  }

  .button-img-tar img {
    width: 100%;
  }

  .marathone-vert-left {
    width: 98%;
  }

  .tag-item {
    padding: 5px 10px 6px;
  }
}

@media (max-width: 410px) {
  .button-img img {
    width: 117px;
  }
  .button-img-tar {
    display: block;
    width: 100%;
  }

  .button-img-tar img {
    width: 100%;
  }

  .marathone-prizes-textblock {
    padding-top: 475px;
  }
}

@media (max-width: 375px) {
  .marathone-container-foryoumob {
    padding: 20px 0 0;
    margin: 0;
    max-width: 100%;
  }
  .button-img-tar {
    display: block;
    width: 100%;
    height: 33px;
  }

  .button-img-tar img {
    width: 100%;
    height: 40px;
  }
}

button.faq-question {
  color: black !important;
}

.faq-question {
  color: black !important;
}

@media (max-width: 375px) {
  .main-bottom-mobile {
    gap: 5px;
  }

  .marathone-tarrifs-option-title {
    font-size: 18px;
  }

  .marathone-tarrifs-option-price {
    font-size: 18px;
  }

  .marathone-tarrifs-option-priceBlock {
    gap: 5px;
  }

  .marathone-tarrifs-option-pv {
    gap: 2px;
  }

  .marathone-prizes-textblock {
    padding-top: 450px;
  }
}

@media (max-width: 1000px) {
  .marathone-tarrifs-option {
    width: auto !important;
    height: auto !important;
  }
}

.mar-modal-dark {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  z-index: 10000;
  display: none;
}

.mar-modal {
  width: 760px;
  height: 667px;
  box-sizing: border-box;
  padding: 33px;
  background: #fff;
  margin-top: 100px;
  border-radius: 30px;
}

.mar-modal-closeBlock {
  text-align: right;
  cursor: pointer;
}

.mar-modal-content {
  padding: 20px 66px 100px 66px;
}

.mar-modal-title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.mar-modal-list {
  display: flex;
  justify-content: space-between;
}

.mar-modal-item {
  width: 260px;
}

.mar-modal-img {
  width: 100%;
  height: 260px;
  border-radius: 20px;
}

.mar-modal-subtitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: "Uncage";
}

.mar-modal-descr {
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 172px;
}

.mar-modal-button {
  cursor: pointer;
}

@media (max-width: 1000px) {
  .mar-modal {
    width: 332px;
    height: 375px;
    border-radius: 20px;
    padding: 16px;
  }

  .mar-modal-content {
    padding: 0px;
    padding-top: 16px;
  }

  .mar-modal-title {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .mar-modal-item {
    width: 145px;
  }

  .mar-modal-img {
    height: 145px;
  }

  .mar-modal-closeBlock {
    height: 16px;
  }

  .mar-modal-closeBlock img {
    width: 12px;
    height: 12px;
  }

  .mar-modal-subtitle {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .mar-modal-descr {
    font-size: 10px;
    margin-bottom: 16px;
  }

  .mar-modal-button {
    width: 100%;
  }
}
