.mchw-widget-copyright,
.copyright,
.mchw-widget-footer,
.terminal-control,
.mch-button-focus-overlay,
.post-description-footer,
.mchw-goto-ideas-button-container,
.quotes-widget-promo-button,
.mchw-promo-button,
.more-information,
.terminal-control,
.label-dzbd7lyV,
.label-e9c6dycV,
.start-dzbd7lyV,
.top-dzbd7lyV,
.snap-dzbd7lyV, 
.topPositionCopyright-XxM9m7Ay,
.leftPositionCopyright-XxM9m7Ay,
.js-copyright-label{
  display: none !important;
  visibility: hidden !important;
}
.tv-embed-widget-wrapper {
  margin-left: auto;
  margin-right: auto;
}

@font-face {
  font-family: "Roboto extrabold";
  src: url("../media/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "Roboto extralight";
  src: url("../media/Montserrat-ExtraLight.ttf");
}
@font-face {
  font-family: 'education'; 
  src: url('media/RobotoMono-Medium.woff') format('woff'); /* Запасной вариант для браузеров, не поддерживающих woff2 */
}

.mobile-transition {
    transition: max-height 1.0s ease, opacity 1.0s ease;
    overflow: hidden;
  }

  @keyframes marquee {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-70%); }
  }
  .contact_text {
    color: #aaaaa7 ;
  }

  .animate-marquee {
    animation: marquee 10s linear infinite;
  }
.section_text {
    margin-left: 15px;
}
.section_img {
    width: 56px;
    height: 56px;
    float: left;
    margin-right: 10px;
}
.section_img_gold {
    width: 56px;
    height: 56px;
    float: left;
    margin-right: 10px;
}
ul {
    list-style-type: none; 
  }
  
  .point_li::before {
    content: '•'; 
    color: #fff;  
    padding-right: 8px; 
    font-size: 1.5em;
  }
  .btn {
    margin-top: 50px;
  }
  .footer_box {
    background-color:#FFE000 ;
  }
  .text_section {
        font-weight: 500;
  }
  @media(max-width: 400px) {
    .text_section {
        font-size: 14px;
    }
    .section_h1 {
        font-size: 16px;
    }
  }
  @media(max-width: 650px) {
    .text-4xl {
      font-size: 10px;
    }
  }

  .platform-section {
  background: #0d0d0d;
  color: #fff;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.platform-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}
.group:hover .arrow {
  transform: rotate(180deg);
  transition: 0.5s;
}
.bind {
  width: 100%;
  display: flex;
  justify-content: space-between; 
  position: relative;
  background-image: url('../media/cont\ 1.png'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  padding: 50px 0;
}

@media (max-width: 1050px) { 
  .bind {
    flex-direction: column; 
    align-items: center;
  }

  .bind_text {
    text-align: center;
    width: 80% !important;
    max-width: 100% !important; 
    margin: 0 !important; 
  }
}

.bind_text {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  z-index: 1;
}

.container_icon {
  z-index: 1;
}

.form_send {
   background-color: #282828;
   width: 600px;
}

.platform-left,
.platform-right {
  flex: 1;
  min-width: 300px;
}

.platform-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.platform-labels {
  margin-top: 30px;
}

.platform-labels .highlight {
  color: #FFD700;
  font-weight: bold;
}

.platform-labels p:not(.highlight) {
  color: #a58500;
  font-weight: bold;
}

.platform-center {
  flex: 1;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.platform-center img {
  width: 100%;
  max-width: 250px;
  border-radius: 10px;
  object-fit: cover;
}

.platform-right h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.platform-right ul {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

.platform-right li::before {
  content: '•';
  color: #fff;
  margin-right: 10px;
  font-size: 1.5em;
  vertical-align: middle;
}
@media (max-width: 750px) {
    .platform_img {
        margin-left: auto;
        margin-right: auto;
    }    
}



.account-types {
    padding: 60px 20px;
    background: #fff;
    font-family: 'Arial', sans-serif;
  }
  
  .account-types h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
  }
  
  .account-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .card_text {
    color: black;
    list-style-type: none;
  }
  .card {
    padding: 25px 20px;
    border-radius: 12px;
    width: 220px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;

    position: relative;
    padding-bottom: 60px; 
    min-height: 400px;  
  }
  .mini {
    background: #FFF5BD;
  }
  .btn_card {
    color: black;
    font-family: "Roboto extralight";
  }
  
  .card-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  
  .card h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .card_h1 { 
    color: black;
    font-weight: 700;
    font-size: 25px;
  }
  .card_bl {
    color: black;
  }
 
  .invest_container {
    height: 145px;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .invest_text {
    color: black;
    font-size: 18px;
  }
  .invest_text_h1 {
    color: black;
    font-size: 22px;
  }
  
  .card .price {
    font-size: 18px;
    margin: 5px 0 15px;
  }
  .platinum_text {
    color: #fff;
  }
  .card .desc {
    font-family: "Roboto extralight";
    font-size: 12px;
    margin-bottom: 15px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    padding-top: 10px;
  }
    .card ul {
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
    }
    
  .card ul li {
    font-family: "Roboto extralight";
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  
  .card button {
    background: #FFD700;
    border: none;
    padding: 12px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .card button:hover {
    background: #e6c200;
  }
  
  
  .gold{
    background: #AA920D;
  }
  .standart {
    background: #F2DB5C;
  }  
  .platinum {
    background: #695900;
  }
  
  .special {
    background: #181818;
    color: #fff;
  }
  
  .card.special ul li span {
    color: #fff;
  }
  .card_img {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 20px; 
    margin-bottom: 50px;
  }
  @media (max-width: 1200px) {
    .card {
      width: 200px;
    }
  }
  
  @media (max-width: 992px) {
    .account-cards {
      justify-content: center;
    }
  
    .card {
      width: 45%;
    }
  }
  
  @media (max-width: 768px) {
    .account-cards {
      flex-direction: column;
      align-items: center;
    }
  
    .card {
      width: 90%;
      max-width: 400px;
    }
  
    .account-types h2 {
      font-size: 28px;
    }
  }
  
  @media (max-width: 480px) {
    .card h3 {
      font-size: 20px;
    }
  
    .card .price {
      font-size: 16px;
    }
  
    .card .desc .platinum_text {
      font-size: 13px;
    }
  
    .card ul li {
      font-size: 13px;
    }
  
    .card button {
      font-size: 14px;
      padding: 10px;
    }
  }
  
  .step_img {
    width: 250px; 
    height: 250px;
     padding-left: auto;
     padding-right: auto;
    
 
  }

  .steps-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    background-color: #141414;
    padding: 40px 20px;
  }
  
  .step-card {
    background-color: #1e1e1e;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    flex: 1 1 300px;
    max-width: 360px;
    position: relative;
    display: flex;
    flex-direction: column;
    
  }
  
  .step-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .step-card p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .step-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  
  .yellow-btn {
    background-color: #ffe000;
    color: #000;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding-top: 10px;
  }
  
  .gradient-card {
    background: linear-gradient(135deg, #ffe000, #8aa8ff);
    color: #000;
  }

  .footer {
    display: flex;
    flex-wrap: wrap;
    background-color: #141414;
    color: #fff;
  }
  
  .footer-left {
    background-color: #ffe000;
    padding: 40px 30px;
    flex: 1 1 300px;
    max-width: 800px;
    color: #000;
    text-align: end;
  }
  
  .footer-left h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .footer-left p {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 500px;
  }
  
  .footer-left h4 {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .social-icons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
  }
  
  .social-icons img {
   
    width: 36px;
    height: 36px;
  }
  
  .footer-right {
    flex: 2 1 600px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .footer-links {
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
  }
  
  .footer-links h4 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .footer-links a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 6px;
    transition: 0.2s;
  }
  
  .footer-links a:hover {
    text-decoration: none;
  }
  
  .footer-disclaimer {
    font-size: 12px;
    color: #ccc;
    max-width: 800px;
    line-height: 1.5;
  }
  @media (max-width: 670px) {
    iframe {
        width: 100%;
    }
  }
  .no-select {
    -webkit-user-select: none;
    -moz-user-select: none;    
    -ms-user-select: none;
    user-select: none;   
    cursor: default;
    color:rgb(20, 20, 20);
  }
  @media (max-width: 1000px) {
  .img_akciy {
    display: none;
  }
}
  @media (max-width: 900px) {
    .footer {
      flex-direction: column;
    }
  
    .footer-left,
    .footer-right {
      max-width: 100%;
      flex: 1 1 100%;
    }
  
    .footer-left {
      padding: 30px 20px;
    }
  
    .footer-right {
      padding: 30px 20px;
    }
  
    .footer-links {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 30px;
    }
  
    .footer-links div {
      flex: 1 1 45%;
    }
  }
  
  @media (max-width: 600px) {
    .footer-left,
    .footer-right {
      padding: 20px 15px;
    }
  
    .footer-left h2 {
      font-size: 20px;
    }
  
    .footer-left p,
    .footer-disclaimer {
      font-size: 13px;
    }
  
    .footer-links {
      flex-direction: column;
      gap: 20px;
    }
  
    .footer-links div {
      flex: 1 1 100%;
    }
  
    .social-icons img {
      width: 32px;
      height: 32px;
    }
  
    .footer-disclaimer {
      margin-top: 20px;
      font-size: 11px;
    }
  }
  
  
  .why-choose {
    background: #fff;
    padding: 60px 20px;
  }
  
  .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
  }
  
  .why-choose__left {
    flex: 1 1 100%;
    max-width: 400px;
    margin-left: 20px;
  }
  
  .why-choose__left h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
  }
  
  .why-choose__left h2 span {
    color: #000;
  }
  
  .why-choose__right {
    flex: 2 1 600px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px 60px;
  }
  
  .why-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .why-item p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  .sponsor {
    background-color: #FFE000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;               
    gap: 20px;
    padding: 20px;
    height: 200px;                
  }
  .text_sponsor {
    color: #ffd600;
    font-weight: 500;
  }

  
  .sponsor img {
    max-height: 100px;
    
    object-fit: contain;
    transition: transform 0.3s ease;
  }
  
  .sponsor img:hover {
    transform: scale(1.05);
  }
  
  /* Адаптация под планшеты */
  @media (max-width: 1300px) {
    .sponsor {
      justify-content: space-around;
      height: auto;
    }
  
    .sponsor img {
      max-height: 80px;
    }
  }
  
  /* Адаптация под мобильные телефоны */
  @media (max-width: 480px) {
    .sponsor {
      flex-direction: column;
      align-items: center;
      gap: 15px;
    }

    .logo_ship {
      display: none;
    }
    .sponsor img {
      max-height: 60px;
    }
  }
  
  
  @media (max-width: 768px) {
    .container {
      flex-direction: column;
      align-items: flex-start;
    }

    .why-item {
      height: 100px;
      width: 260px;
    }
    .why-choose__left {
      max-width: 100%;
    }
  
    .why-choose__left h2 {
      font-size: 28px;
    }
  
    .why-choose__right {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }
  .advantages {
    background-color: #121212;
    padding: 60px 20px;
    color: #fff;
  }
  
  .advantages__container {
    max-width: 1940px;
    margin: 0 auto;
  }
  
  .advantages h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  
  .advantages__slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 20px;
    scroll-behavior: smooth;
  }
  
  .advantage-card {
    background: #1f1f1f;
    border-radius: 12px;
    flex: 0 0 300px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  }
  
  .card-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 13px;
  }
  
  .advantage-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .advantage-card p {
    font-size: 14px;
    color: #ccc;
  }
  
  .advantage-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  
  .slider-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  
  .slider-nav button {
    background-color: #888;
    color: #000;
    border: none;
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
    padding-bottom: 4px;
  }
  
  .slider-nav button:hover {
    background-color: #ffe000;
  }

.advantages__slider::-webkit-scrollbar {
  height: 8px;
}

.advantages__slider::-webkit-scrollbar-track {
  background: #2c2c2c;
  border-radius: 10px;
}

.advantages__slider::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  transition: background 0.3s;
}

.advantages__slider::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.advantages__slider {
  scrollbar-color: #888 #2c2c2c;
  scrollbar-width: thin;
}


.container_map {
  background-color: #101010;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
}

.map {
  flex: 1 1 300px;
  max-width: 600px;
}

.map img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.text_map {
  flex: 1 1 300px;
  max-width: 600px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
}


.calendar_container {
  height: 300px;
}
.calendar_h1 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 40px; 
  font-weight: 700; 
  color: black;
}
.calendar_p {
  color: black;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}

.mch-widget-ideas {
  margin-left: auto;
  margin-right: auto;
}
.footer_market {
  margin-top: 25px;
}
.education_h1 {
  font-size: 28px;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}
.education_h2 {
  font-size: 22px;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}
.education_h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}
.section_baner {
  height: 288px;
}



.education_container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  margin-left: 20px;
  padding: 20px;
  background-color: #fff;
  color: #111;
}

.main-content {
  flex: 1 1 100%;
  padding-right: 20px;
}

.main-content h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.main-content h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}

.main-content p {
  line-height: 1.6;
  margin-bottom: 15px;
}



.exchange-rate {
  text-align: right;
  font-size: 13px;
  color: black;
  margin-bottom: 10px;
}

.sidebar {
  flex: 1 1 100%;
  background-color: #1f1f1f;
  padding: 20px;
  font-size: 15px;
  margin-top: 20px;
  border-radius: 10px;
}

.sidebar h3 {
  font-size: 16px;
  color: #ffe000;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 12px;
  font-family: 'education', sans-serif; 
}

.sidebar ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul li a {
  text-decoration: none;
  color: #ffffff;
  font-family: 'education', sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}

.sidebar ul li a:hover {
  color: #4da8ff;
}


@media (min-width: 768px) {
  .main-content {
    flex: 0 0 70%;
  }

  .sidebar {
    flex: 0 0 28%;
    margin-top: 0;
  }
}
.block-quote__text {
  border-left: 8px solid #E65C77;
  border-radius: 5px;
}



/*Калькулятор*/
.calc-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch; 
}

.calc-block {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
}


.calc-block > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.calc-title {
 margin-left: auto;
 margin-right: auto;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color:;
  width: 300px;
}





.blur-wrapper {
  position: relative;
}

.blurred-text {
  filter: blur(6px);
}

.centered-text {
  position: absolute;
  top: 10%;
  left: 35%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: black;
  background-color: #ffe000;
  padding: 20px;
  border-radius: 10px;
}





/*Карьера*/
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.card_career {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}

.card_career:hover {
  background: #ffe000;
}



.card_card_career h3 {
  margin-top: 0;
}

.location {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #333;
}

.card.highlight .location {
  color: white;
}

.location::before {
  content: "📍";
  margin-right: 5px;
}


.container_sele {
 
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 40px;
  gap: 40px;
}

.left {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.right {
  flex: 3;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}

.benefit {
  background: #fefefe;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
  transition: background 0.3s, box-shadow 0.3s;
}

.benefit:hover {
  background: #f0f0f0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.social {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.social img {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform 0.3s;
}

.social img:hover {
  transform: scale(1.1);
}












.content-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  gap: 40px;
}

.text {
  flex: 1.2;
}

.text h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.text p {
  font-size: 1.1em;
  line-height: 1.6;
}

.image {
  flex: 1;
}

.image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .content-block {
    flex-direction: column;
    text-align: center;
  }

  .text, .image {
    flex: unset;
    width: 100%;
  }
}







.hero_foot {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.hero_foot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero_foot .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  box-sizing: border-box;
}

.hero_foot .overlay h2 {
  font-size: 2.5em;
  margin: 0.3em 0;
}

.hero_foot .overlay p {
  font-size: 1.2em;
  margin: 0.3em 0;
}
.stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 20px;
  flex-wrap: wrap;
  color: #fff;
}

.stat {
  text-align: center;
  flex: 1;
  min-width: 140px;
  padding: 20px;
}

.stat:last-child {
  border-right: none;
}

.stat h3 {
  font-size: 2.5em;
  margin: 0;
}

.stat p {
  margin-top: 10px;
  font-size: 1em;
}

@media (max-width: 768px) {
    .stat {
    border: none;
  }

  .stat:last-child {
    border-bottom: none;
  }
}


.icon_contact {
  height: 25px;
  width: 25px;
}




.container_icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background-color: #ecf0ef;
  padding: 40px 20px;
  border-radius: 16px;
  text-align: center;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
}

.container_icon h2 {
  margin-bottom: 8px;
  font-size: 24px;
  color: black;
}

.container_icon p {
  color: black;
  margin-bottom: 40px;
  font-size: 16px;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.step-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 30%;
  min-width: 150px;
  margin-bottom: 30px;
  position: relative;
}

.step {
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  font-size: 24px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.step-text {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: black;
}
.step img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.steps::before {
  content: '';
  position: absolute;
  top: 35px; /* центр изображения (70px / 2) */
  left: calc(16.66% + 35px); /* отступ от левого края до центра первой картинки */
  right: calc(16.66% + 35px); /* отступ от правого края до центра последней */
  height: 0;
  border-top: 2px dashed black;
  z-index: 1;
}


@media (max-width: 768px) {
  .steps {
    flex-direction: column;
    align-items: center;
  }

  .steps::before {
    display: none;
  }

  .step-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}



.container_price {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  align-items: center;
}

.content_price {
  max-width: 500px;
  padding-left: 100px;

}

.headline-line {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #ffd600;
  margin-bottom: 10px;
}

.description {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 30px;
}

.deposit-section {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.deposit-label {
  margin-bottom: 10px;
}

.price {
  display: flex;
  align-items: center;
}

.old-price {
  text-decoration: line-through;
  background-color: #555;
  color: #ccc;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 16px;
}

.new-price {
  background-color: red;
  padding: 6px 12px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  border-radius: 6px;
}

.apply-btn {
  color: black;
  background-color: #ffd600;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}


.label {
  position: absolute;
  background-color: #1c1c1c;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #ffd600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.train {
  bottom: 40px;
  left: 0;
}

.earn {
  bottom: 100px;
  right: 0;
}

.fx-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 160px;
  font-weight: bold;
  color: #ffd600;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .container_price {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
  }

  .content_price {
    max-width: 100%;
    padding-left: 0;
  }

  .headline-line {
    font-size: 24px;
  }

  .description {
    font-size: 15px;
  }

  .promo-image {
    display: none;
  }

  .image-section {
    width: 100%;
    text-align: center;
  }

  .apply-btn {
    width: 200px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .headline-line {
    font-size: 20px;
    text-align: left;
  }

  .description {
    font-size: 14px;
  }

  .deposit-section {
    font-size: 18px;
  }

  .price img {
    max-width: 100%;
    height: auto;
  }

  .apply-btn {
    padding: 14px;
    font-size: 16px;
  }

  .fx-text {
    font-size: 80px;
  }
}
#chat-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #FACC15;
  color: white;
  border-radius: 50%;
  padding: 15px;
  cursor: pointer;
  z-index: 9999;
}

#chat-box {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 300px;
  max-height: 400px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  flex-direction: column;
  font-family: sans-serif;
}

#chat-header {
  background: #007bff;
  color: white;
  padding: 10px;
}

#chat-messages {
  padding: 10px;
  height: 250px;
  overflow-y: auto;
  background: #f9f9f9;
  color: #000;
}

#chat-input {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ccc;
  color: #000;
}

#chat-input input {
  flex: 1;
  padding: 5px;
}

#chat-input button {
  margin-left: 5px;
  padding: 5px 10px;
}