@import url(navbar.css);
@import url(app.css);
@import url(style-swiper.css);
@import url(footer.css);
@import url(Calc.css);
* {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }


  .main {
    display: flex;
    background: #f4f4f4;
  
    flex-direction: column;
  }
  
  .pt96 {
    padding-top: 96px;
  }

  /* Плашка таймера акции — в обычном потоке (без sticky) */
  .dc-promo-countdown-bar {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 2px 0 10px;
    margin: 0;
    background: linear-gradient(95deg, #ecf4df 0%, #f1f6e4 45%, #f7faef 100%);
    border-bottom: 1px solid rgba(21, 144, 82, 0.1);
    box-shadow: 0 6px 16px rgba(8, 74, 46, 0.06);
  }
  .dc-promo-countdown-bar__inner.container {
    max-width: 100% !important;
  }
  .dc-promo-countdown-bar__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
    padding: 7px 18px 9px !important;
    background: linear-gradient(105deg, #ecf4df 0%, #f1f6e4 42%, #f7faef 100%);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 12px;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.55) inset,
      0 1px 0 rgba(255, 255, 255, 0.65) inset,
      0 2px 12px rgba(21, 144, 82, 0.06),
      0 4px 14px rgba(212, 175, 55, 0.06),
      0 6px 14px rgba(8, 74, 46, 0.04);
  }
  .dc-promo-countdown-bar__title {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0d4a30;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.92),
      0 1px 2px rgba(8, 60, 40, 0.22),
      0 2px 6px rgba(8, 74, 46, 0.12),
      0 0 12px rgba(21, 144, 82, 0.2),
      0 0 20px rgba(212, 175, 55, 0.22);
    line-height: 1.15;
  }
  .dc-promo-countdown-bar__units {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 12px;
  }
  .dc-promo-countdown-bar__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 2.85rem;
    padding: 3px 9px 5px;
    background: linear-gradient(168deg, #fafdf6 0%, #f1f6e4 40%, #e3ebd5 100%);
    border: 1px solid rgba(21, 144, 82, 0.12);
    border-top-color: rgba(255, 255, 255, 0.75);
    border-left-color: rgba(255, 255, 255, 0.45);
    border-bottom-color: rgba(90, 120, 85, 0.1);
    border-right-color: rgba(90, 120, 85, 0.08);
    border-radius: 10px;
    box-shadow:
      0 3px 5px rgba(255, 255, 255, 0.9) inset,
      0 -3px 6px rgba(45, 75, 55, 0.04) inset,
      0 4px 8px rgba(8, 74, 46, 0.08),
      0 8px 16px rgba(8, 74, 46, 0.05),
      0 1px 0 rgba(255, 255, 255, 0.6);
  }
  .dc-promo-countdown-bar__value {
    font-size: 1.1rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    line-height: 1.05;
    background: linear-gradient(165deg, #159052 0%, #0a5234 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #0a5234;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.02em;
  }
  @supports not (-webkit-background-clip: text) {
    .dc-promo-countdown-bar__value {
      -webkit-text-fill-color: unset;
      color: #0a5234;
    }
  }
  .dc-promo-countdown-bar__label {
    font-size: 0.6rem;
    font-weight: 600;
    color: #3d6b52;
    line-height: 1.1;
    margin-top: 1px;
    letter-spacing: 0.02em;
  }
  .dc-promo-countdown-bar--ended .dc-promo-countdown-bar__inner {
    background: linear-gradient(105deg, #e8ebe4 0%, #f0f2ec 50%, #f5f6f2 100%);
    border-color: rgba(156, 163, 175, 0.4);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.45) inset,
      0 8px 18px rgba(0, 0, 0, 0.04);
  }
  .dc-promo-countdown-bar--ended .dc-promo-countdown-bar__title {
    color: #6b7280;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.7),
      0 1px 2px rgba(0, 0, 0, 0.06);
  }
  .dc-promo-countdown-bar--ended .dc-promo-countdown-bar__value {
    background: none;
    -webkit-text-fill-color: #9ca3af;
    color: #9ca3af;
  }
  .dc-promo-countdown-bar--ended .dc-promo-countdown-bar__label {
    color: #9ca3af;
  }
  .dc-promo-countdown-bar--ended .dc-promo-countdown-bar__unit {
    background: linear-gradient(168deg, #f7f7f6 0%, #eceee9 45%, #e0e3dd 100%);
    border-color: rgba(156, 163, 175, 0.28);
    border-top-color: rgba(255, 255, 255, 0.6);
    border-left-color: rgba(255, 255, 255, 0.32);
    border-bottom-color: rgba(100, 100, 100, 0.08);
    border-right-color: rgba(100, 100, 100, 0.07);
    box-shadow:
      0 2px 4px rgba(255, 255, 255, 0.75) inset,
      0 -2px 5px rgba(0, 0, 0, 0.035) inset,
      0 3px 6px rgba(0, 0, 0, 0.05),
      0 6px 12px rgba(0, 0, 0, 0.03);
  }
  @media screen and (max-width: 576px) {
    .dc-promo-countdown-bar {
      padding: 0 0 8px;
    }
    .dc-promo-countdown-bar__inner {
      padding: 6px 14px 8px !important;
      border-radius: 11px;
      gap: 3px;
    }
    .dc-promo-countdown-bar__units {
      gap: 3px 8px;
    }
    .dc-promo-countdown-bar__unit {
      min-width: 2.6rem;
      padding: 2px 8px 4px;
      border-radius: 9px;
    }
    .dc-promo-countdown-bar__value {
      font-size: 0.98rem;
    }
    .dc-promo-countdown-bar__title {
      font-size: 0.65rem;
    }
    .dc-promo-countdown-bar__label {
      font-size: 0.55rem;
    }
  }

  .pt72 {
    padding-top: 72px;
  }
  
  .pt48 {
    padding-top: 48px;
  
  }
  .pt24 {
    padding-top: 24px;
  }
  
.title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
  }
  
  .title3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    margin: 0;
  }
  
  .title2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
  }
  
  .subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
  }
  
  .button2 {
    padding: 13.5px 24px !important;
    color: white !important;
    background-color: #FF7528 !important;
    border-radius: 12px !important;
    border: none !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }

  input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 5px;
    padding: 0;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    background-color: #F4F4F4;
  }
  
  
  /*Chrome thumb*/
  
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    /*16x16px adjusted to be same as 14x14px on moz*/
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid #017CFF;
    background-color: white;
  }
  
  
  /*Mozilla thumb*/


  
  /*IE disable tooltip*/
  
  input[type=range]::-ms-tooltip {
    display: none;
  }



  .button {
    padding: 8px 24px !important;
    color: white !important; 
    background-color: #FF7528 !important;
    border-radius: 12px !important;
    border: none !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  
  .button:hover,.soon__btn:hover ,
  .download-btn:hover {
    background-color: #017cff !important;
    color: white !important;
  }

.button2:hover,.projects__button:hover {
  background-color: #017cff !important;
  color: white !important;
}





.services {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0 !important;
}
.services__title {
font-size: 40px;
font-weight: 700;
line-height: 48px;
letter-spacing: 0em;
text-align: center;
margin: 0;

}
.services__body {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}
.services__col {
    position: relative;
    width: 196px;
    height: 196px;
    border-radius: 20px;
    background-color: white;
    padding: 16px;
    color: black !important;
    text-decoration: none !important;
}

.services__col:hover {
  color: black !important;
}
.services__col:nth-child(1) img {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.services__col:nth-child(2) img {
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);

}
.services__col:nth-child(3) img {
  bottom: 8px;
  right: 20px;
}
.services__col:nth-child(4) img {
  left: 0;
  bottom: 18.79px;
}
.services__col:nth-child(5) img {
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%);
}



.services__col-title {
    font-weight: 700 !important;
    max-width: 93px;
}

.services__col-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

  .services-mobi {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    justify-content: center;

  }
  .services-mobi_title {
font-size: 24px;
font-weight: 700;
line-height: 29px;
letter-spacing: 0em;
text-align: center;
margin: 0;

  }
  .services-mobi_row {
    row-gap: 32px;
    column-gap: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 330px;
    margin: auto;
  }
  .services-mobi_column {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    width: 80px !important;
    gap: 8px;
    padding: 0 !important;
text-decoration: none !important;

  }

  .services-mobi_img {
    max-width: 72px;
    max-height: 72px;
  }
  .services-mobi_subtitle {
    margin: 0;
    text-align: center;
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
text-align: center;
color: black;
text-decoration: none !important;

  }


  .services-mobi {
    display: none;
  }




  .useful {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .useful__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
letter-spacing: 0em;
text-align: center;
margin: 0;

}
.useful__body {
  display: flex;
  justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .useful__col {
    width: 636px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 32px;
    position: relative;
  }


  .useful__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
  }
  .useful__side {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
  }
  .useful__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 250px;
  }
  .useful__items-title {
    max-width: 167px;
font-size: 24px;
font-weight: 700;
line-height: 29px;
letter-spacing: 0em;
text-align: left;
margin: 0;

  }
  .useful__br {
  }
  .useful__items-subtitle {
  }

  .useful__col-links {
    display: flex;
    gap: 24px;
    padding-top: 8px !important;
  }
  .useful__col-link {
  }




  .clients {
    display: flex;
    flex-direction: column;
    padding: 0 !important;

    gap: 48px;
  }
  .clients__title {
    margin: 0;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */

  }
  .clients__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .clients__row {
    display: flex;
    gap: 24px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .clients__col {
    padding: 24px;
    width: 306px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
    justify-content: space-between;
    background-color: white;
    border-radius: 16px;
    height: 258px !important;
  }
  .clients__col:first-child {
  }
  .col-clients_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .col-clients_header-subtitle {
font-size: 14px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
color: #00000080;

  }
  .col-clients_body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
    justify-content: start;
  }
  .col-clients_body-title {
font-size: 18px;
font-weight: 700;
line-height: 27px;
letter-spacing: 0px;
text-align: left;
margin: 0;


  }
  .clients__col:last-child .col-clients_body-title
{
  }
  .col-clients_body-subtitle {
  }

  .col-clients_footer {
    height: 45px; 
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .col-clients_footer-title {

    text-decoration: none;
    color: black;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;


font-size: 14px;
font-weight: 700;
line-height: 21px;
letter-spacing: 0em;
text-align: center;

  }
  .col-clients_footer-arrow {
  }




  .projects {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .projects__title {
font-size: 40px;
font-weight: 700;
line-height: 48px;
letter-spacing: 0em;
text-align: center;
margin: 0;

  }
  .projects__body {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;

  }
  .projects__col {
    display: flex;
    align-items: start;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    gap: 24px;
    padding: 32px;
    position: relative;
    overflow:hidden;
    height: 299px;
    
  }
  .projects__col:first-child p {
    display: flex;
    flex-direction: column;
  }
  .projects__col:nth-child(2) p {
    max-width: 240px;
  }

      .projects__col:nth-child(3) .projects__leftside_items  {
    max-width: 140px;
  }
  .projects__col:nth-child(1) .projects__leftside_items {
    max-width: 100% !important;
  }
  .projects__col:nth-child(1) .projects__leftside_items .projects__leftside_items-subtitle {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }

    .projects__col:nth-child(4) .projects__leftside_items-subtitle {
    max-width: 320px;
  }
  .projects__col:nth-child(1){
    width: 636px;
  }
  .projects__col:nth-child(2){
    width: 636px;
  }
  .projects__col:nth-child(3){
    align-items: start !important;
  }
  .projects__col:nth-child(6){
  }

  .projects__col:nth-child(3),.projects__col:nth-child(6){
    width: 526px;
  }
  .projects__col:nth-child(4),.projects__col:nth-child(5){
    width: 746px;
  }
  .projects__rightside {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .projects__rightside-mobi {
    display: none;
  }
  .projects__col:nth-child(1) .projects__rightside {
    bottom: 0;
    right: 0;
  }
  .projects__col:nth-child(2) .projects__rightside {
    bottom: 0;
    right: 0;
  }
  .projects__col:nth-child(3) .projects__rightside {
    top: 24px;
    right: 0;
  }
  .projects__col:nth-child(4) .projects__rightside {
    bottom: 50%;
    right: 72.61px;
    transform: translateY(50%);
  }
  .projects__col:nth-child(5) .projects__rightside {
    bottom: 6px;
    right: 32px;
  }
  .projects__col:nth-child(6) .projects__rightside {
    bottom: 10.75px;
    right: 0;
  }


  .projects__leftside {
    
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
  }
  .projects__button {
    padding: 13.5px 24px;
    background-color: #FF7528;
    border-radius: 12px;
    border: none;

    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0;
    color: white;

  }
  .projects__leftside_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
  }
  .projects__leftside_content-span {
    padding: 8px 12px;
    background-color: #F4F4F4;
    border-radius: 20px;


    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0;


  }
  .projects__leftside_items {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .projects__leftside_items-title {
font-size: 24px;
font-weight: 700;
line-height: 29px;
letter-spacing: 0em;
text-align: left;
margin: 0;

  }
  .projects__leftside_items-subtitle {
font-size: 14px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
margin: 0;

  }


  .currency {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.currency__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.currency__title {
    color: #1E222E;
font-size: 40px;
font-weight: 700;
line-height: 48px;
letter-spacing: 0em;
text-align: center;
margin: 0;

}
.currency__subtitle {
    text-align: center !important;
}

.currency__body {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.currency__body_header {
    display: flex;
    gap: 18px;
    background-color: white;
    padding: 8px;
    width: max-content;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #DBDFEC;

}
.currency__span {
    padding: 12px 24px;
    border-radius: 16px;

    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #00000080;

    
}
input {
font-size: 16px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.active {
    background-color: #F07F1C;
    color: white;
    transition: 0.2s;
    cursor: auto !important;
  
}

.currency__row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 24px;
}
.currency__col-first {
    border: 1px solid #DBDFEC;
    padding: 24px;
    background-color: white;
    border-radius: 20px;
    width: 70%;
}
.currency-table {
    width: 100%;
}
.currency-table_thead {
    
}
.currency-table_tr {
    border-bottom: 1px solid #DBDFEC;
    margin: 0;
}
.currency-table_th {
    text-align: left !important;
    color: #535455;
font-size: 14px;
font-weight: 700;
line-height: 21px;
letter-spacing: 0em;
text-align: center;
padding: 10px 24px;
margin: 0;

}
.currency-table_tbody {
}
.currency-table_td {
    padding: 34px 24px 10px;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
margin: 0;

}
.currency-table_td-first {
    display: flex;
    align-items: center;
    gap: 8px;
}
.currency-table_td-first_span {
    padding: 0;
}
.currency__col-second {
    padding: 24px;
    background-color: white;
    min-width: 28%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 20px;
}
.currency__col-second-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
}
.currency__link {
    color: #F07F1C;
    text-decoration: none;
    font-size: 16px;
}
.currency__col-second-items_div {
    width: 100%;
    border: 1px solid #DBDFEC;
    border-radius: 20px;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;

}
.currency__col-second-items_inp {
    outline: none;
    width: 148px;
    border: none;
    border-right: 1px solid #00000080;
    padding: 0 7px;
    background-color: white;
    color: black;

}
.currency__col-second-items_select {
    outline: none;
    display: flex;
    border: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("images/arrow_drop_up.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding-right: 1.5rem;
  }
.currency__col-second-items_option {
    text-align: center;
}
.currency__footer {
    padding: 10px 24px;
    background-color: white;
    border-radius: 20px;
    text-align: center !important;
}

.currency__span_br {
    display: none;
}

.forbusiness {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  border-radius: 20px;
  color: black !important;
  padding: 0 !important;
}
.forbusiness-title {
font-size: 40px;
font-weight: 700;
line-height: 48px;
text-align: center;
margin: 0;
}
.forbusiness__row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.forbusiness__col {
  height: 245px;
  width: 196px;
  background-color: #FFFFFF;
  columns: white !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 20px;
  position: relative;
  text-decoration: none !important;
  color: black !important;

}
.forbusiness__col-subtitle {
font-size: 16px;
font-weight: 700;
line-height: 19.2px;
text-align: left;
margin: 0;

}
.forbusiness__col-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.forbusiness__col:nth-child(1) .forbusiness__col-img {
  bottom: 11.15px;
}

.forbusiness__col:nth-child(2) .forbusiness__col-img {
  bottom: 0;
}

.forbusiness__col:nth-child(3) .forbusiness__col-img {
  bottom: 16.35px;
}

.forbusiness__col:nth-child(4) .forbusiness__col-img {
  bottom: 16.35px;
}

.forbusiness__col:nth-child(5) .forbusiness__col-img {
  bottom: 16.35px;
}

.forbusiness__col:nth-child(6) .forbusiness__col-img {
  bottom: 20.19px;
}


/* Контейнер блока */
.rates-wrap{
  background:#ffffff;
  border-radius:20px;
  padding:14px;
  border:1px solid #eef2f7;
  box-shadow:0 10px 28px rgba(17,24,39,0.06);
}

/* Лента чипов: на мобиле — скролл со snap, на ≥992px — грид 4 колонки */
.rates-strip{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(240px, 1fr);
  gap:12px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:4px; /* место под тень скролла */
}
.rates-strip::-webkit-scrollbar{ height:8px; }
.rates-strip::-webkit-scrollbar-thumb{ background:#e5e7eb; border-radius:8px; }


.modal{position:fixed !important; inset:0 !important; display:none; z-index:99999 !important;}
.modal--open{display:block !important;}
.modal__backdrop{position:absolute; inset:0; background:rgba(0,0,0,.6);}
.modal__dialog{
  position:relative; z-index:1; max-width:820px; margin:48px auto;
  background:#fff; border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  max-height:80vh; overflow:auto;
top:50%;
  opacity:0; transform:translateY(-50%) !important;
  transition:opacity .18s ease, transform .18s ease;
}
.modal--open .modal__dialog{opacity:1; transform:translateY(0) scale(1);}
.modal_news_content{
	padding:48px;
	background:rgba(244, 244, 244, 1);
}
.modal__title{font-size:20px; font-weight:700; margin:0 24px 16px 0;}
.modal__text{color:#4b5563; line-height:1.7; margin:0 0 16px;}
.modal__close{position:absolute; right:12px; top:10px; border:0; background:transparent; font-size:22px; cursor:pointer;}
.modal__social{display:flex; flex-direction:column; align-items:center; gap:10px; margin-top:32px;padding-bottom:32px;}
.modal__social-title{color:#6b7280; font-weight:600;}
.modal__icons{display:flex; gap:14px;}
.soc-ico{display:inline-flex; width:32px; height:32px; border-radius:50%; align-items:center; justify-content:center; background:#111; color:#fff; font-size:12px; text-decoration:none;}
@media (max-width:600px){ .modal__dialog{margin:24px 12px;} 
.modal_news_content{
	padding:32px;
}
}




@media (min-width: 992px){
  .rates-strip{
    overflow:visible;
    grid-auto-flow:unset;
    grid-template-columns:repeat(4, minmax(0,1fr));
  }
}

/* Чип валюты */
.rate-chip{
  scroll-snap-align:start;
  display:flex; align-items:center; justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border:1px solid #edf1f7;
  border-radius:14px;
  background:#fbfdff;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.rate-chip:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(17,24,39,0.08);
  border-color:#e6eef9;
}

.chip-left{ display:flex; align-items:center; gap:10px; min-width:0; }
.chip-badge{
  display:inline-flex; align-items:center; justify-content:center;
  width:34px; height:34px;
  border-radius:9px;
  font-weight:800; font-size:.85rem; letter-spacing:.5px;
  color:#0b1f3a; background:#eef5ff; border:1px solid #e1ebff;
}
.chip-meta{ display:flex; flex-direction:column; min-width:0; }
.chip-name{
  font-size:.95rem; font-weight:700; color:#111827;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.chip-sub{ font-size:.78rem; color:#6b7280; }

/* Значение */
.chip-value{
  font-weight:800; font-size:1.05rem; color:#111827;
  text-align:right; flex:0 0 auto;
}

/* Кнопка/футер */
.rates-actions{ display:flex; justify-content:flex-end; margin-top:12px; }
.rates-actions .button{ padding:8px 18px !important; border-radius:12px !important; }

/* Скелетон */
.skeleton{ height:60px; border-radius:14px; border:1px solid #edf1f7;
  background:linear-gradient(90deg,#f1f4f9 25%,#e8edf6 37%,#f1f4f9 63%);
  background-size:400% 100%; animation:shimmer 1.2s ease-in-out infinite;
}
@keyframes shimmer{ 0%{background-position:100% 0} 100%{background-position:0 0} }

/* Ошибка */
.rates-error{
  margin-top:10px; padding:10px 12px;
  background:#fff5f0; color:#a9441f; border:1px solid #ffd5c4; border-radius:10px;
}




/* Фон первого слайда: hero-carousel-promo.png — без растягивания по горизонтали */
.sebiston_bg {
  background-color: #e6f5ee;
  background-image: url("../images/hero-carousel-promo.png");
  /* На широких экранах cover заставляет масштаб по ширине → «размытая» широкая композиция.
     auto + 100%: высота = высоте слайда, ширина пропорционально (без искажения). */
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Зазор снизу: .swpp с пагинацией поднят translateY(-25px) и пересекал бы кнопку */
.sebiston {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 clamp(2.35rem, 5.5vh, 2.85rem) 0 !important;
  height: 100% !important;
  box-sizing: border-box;
}
.sebiston__leftside {
  padding-top: 0;
  display: flex !important;
  flex-direction: column !important;
  gap: 0;
  align-items: center;
  max-width: 640px !important;
  width: 100%;
  text-align: center;
}
.sebiston__leftside_content {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px;
}
.sebiston-button {
  width: auto;
  min-width: 145px;
  min-height: 48px;
  padding: 0 1.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@keyframes sebiston-cta-shine {
  0% {
    transform: translateX(-140%) skewX(-18deg);
  }
  55% {
    transform: translateX(220%) skewX(-18deg);
  }
  100% {
    transform: translateX(220%) skewX(-18deg);
  }
}

/* CTA первого слайда: палитра как на баннере (изумруд + тёплый светлый текст + золотая кайма) */
a.sebiston-cta-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 13px 28px !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em !important;
  color: #f8f1dc !important;
  background: linear-gradient(165deg, #159052 0%, #0a5c38 48%, #084a2e 100%) !important;
  border: 1px solid rgba(212, 175, 55, 0.55) !important;
  box-shadow:
    0 0 1px rgba(255, 250, 235, 0.55),
    0 0 12px rgba(212, 175, 55, 0.28),
    0 6px 24px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
/* Блик, периодически «проходит» по кнопке */
a.sebiston-cta-btn::after {
  content: "";
  position: absolute;
  top: -30%;
  left: 0;
  width: 45%;
  height: 160%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0) 24%,
    rgba(255, 255, 255, 0.35) 45%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 255, 255, 0.35) 55%,
    rgba(255, 255, 255, 0) 76%,
    transparent 100%
  );
  animation: sebiston-cta-shine 3.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: soft-light;
}
@media (prefers-reduced-motion: reduce) {
  a.sebiston-cta-btn::after {
    animation: none;
    opacity: 0;
  }
}
a.sebiston-cta-btn:hover {
  color: #fffef5 !important;
  background: linear-gradient(165deg, #1aad66 0%, #0d6b42 50%, #0a5234 100%) !important;
  border-color: rgba(232, 205, 120, 0.75) !important;
  box-shadow:
    0 0 1px rgba(255, 252, 235, 0.65),
    0 0 16px rgba(232, 205, 120, 0.38),
    0 8px 28px rgba(5, 40, 25, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}
@media screen and (max-width: 380px) {
  .sebiston-button {
    white-space: normal;
    line-height: 1.2;
    padding: 0.65rem 1rem;
  }
  a.sebiston-cta-btn {
    padding: 12px 22px !important;
  }
}

/*
 * Первый слайд: фон на весь viewport слайда, а контент был в узком .container по центру —
 * на ПК кнопка «Насб кунед» не попадала в зону композиции (лого + 500–2000 в PNG).
 * На ≥1201px растягиваем секцию на ширину слайда и выравниваем CTA по правому краю.
 */
@media screen and (min-width: 1201px) {
  .sebiston_bg .sebiston.container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
    padding-left: clamp(1rem, 3vw, 2.75rem) !important;
    padding-right: clamp(1.25rem, 5.5vw, 5rem) !important;
  }

  .sebiston_bg .sebiston {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 0 clamp(1.5rem, 3.8vh, 2.65rem) 0 !important;
  }

  .sebiston_bg .sebiston__leftside {
    max-width: min(320px, 28vw) !important;
    margin-left: auto;
    margin-right: 0;
    align-items: flex-end;
    text-align: right;
  }

  .sebiston_bg .sebiston__leftside_content {
    align-items: flex-end;
  }

  .sebiston_bg {
    background-position: 46% 42%;
  }
}

@media screen and (min-width: 1536px) {
  .sebiston_bg {
    background-position: 40% 38%;
  }
}

@media screen and (min-width: 1920px) {
  .sebiston_bg {
    background-position: 38% 36%;
  }
}

/* Соцдоказательство: всплывающие «выплаты» */
.dc-payout-toast-host {
  position: fixed;
  z-index: 1080;
  left: max(16px, env(safe-area-inset-left));
  right: max(16px, env(safe-area-inset-right));
  bottom: max(88px, calc(env(safe-area-inset-bottom) + 72px));
  max-width: min(380px, calc(100vw - 32px));
  pointer-events: none;
}
.dc-payout-toast {
  margin: 0;
  padding: 12px 14px 12px 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(236, 248, 241, 0.98) 100%);
  border: 1px solid rgba(21, 144, 82, 0.35);
  border-radius: 12px;
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.2),
    0 10px 36px rgba(8, 60, 38, 0.18),
    0 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transform: translateX(-16px) translateY(8px);
  transition:
    opacity 0.45s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  visibility: hidden;
}
.dc-payout-toast.dc-payout-toast--visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
  visibility: visible;
}
.dc-payout-toast__badge {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #f8f1dc;
  background: linear-gradient(165deg, #159052 0%, #0a5c38 100%);
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.45);
  line-height: 1;
}
.dc-payout-toast__text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #163d2a;
  text-align: left;
}
.dc-payout-toast__text strong {
  font-weight: 800;
  color: #0a5234;
  white-space: nowrap;
}
.dc-payout-toast__card {
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #0a5234;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .dc-payout-toast {
    transition: opacity 0.25s ease;
    transform: none;
  }
  .dc-payout-toast.dc-payout-toast--visible {
    transform: none;
  }
}


.modal__text {
  white-space: pre-line !important;
}

/* Небольшая адаптация текста на узких экранах */
@media (max-width: 420px){
  .chip-name{ font-size:.9rem; }
  .chip-value{ font-size:1rem; }
}



  @media screen and (max-width: 1416px) {
    
.projects__col {
  width: 746px !important;
}
  }
  @media screen and (max-width: 1200px) {

    .sebiston {
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      padding-bottom: clamp(2.35rem, 5.5vh, 2.85rem) !important;
    }
  
    .sebiston__leftside {
      align-items: center;
      text-align: center !important;
    }
  
    .clients__row {
      flex-wrap: wrap;
    }
    .currency__col-first{
      width: 100%;
   }
   .currency__row{
      align-items: center;
      flex-wrap: wrap;
   }
   .currency__col-second {
      width: 80%;
      margin: 0 auto;
   }
   .currency__col-second-items_inp {
      width: 50%;
   }

  }
  @media screen and (max-width: 992px) {


  }
  @media screen and (max-width: 767px) {

    .sebiston_bg {
      background-size: cover;
      background-position: center top;
    }

    .sebiston {
      padding-bottom: 2.15rem !important;
    }

    .sebiston__leftside {
      padding: 12px 19px 6px;
    }

    .projects__col {
      align-items: start;
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 0 !important;
      height: 450px;
    }

    .projects__leftside {
      align-items: center;
      justify-content: center;
      width: 100%;
    }
    .projects__rightside {
      position: static !important;
      height: 220px !important;
      transform: none !important;

    }


    .projects__leftside_items {
      max-width: 240px !important;
    }
    .projects__leftside_items-title,.projects__leftside_items-subtitle {
      text-align: center !important;
      width: auto !important;
    }
    .projects__leftside_content {
      align-items: center;
    }
  }
  @media screen and (max-width: 576px) {
    .ratescont {
      padding: 0 16px !important;
    }
  .ratescont .title3 {
  	    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
}
  
  .ratescont .subtitle {
  text-align: center;
  }
    .rates-strip {
      flex-direction: column;
      overflow: hidden !important;
      grid-auto-flow: dense !important;
    }
    .forbusiness {
      padding: 0 16px !important;
      gap: 24px;
    }
    .forbusiness-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;

    }
    .forbusiness__row {
      gap: 16px !important;
    }
    .forbusiness__col {
      overflow: hidden !important;
    }

    .forbusiness__col-subtitle {
font-size: 14px;
font-weight: 400;
line-height: 16.8px;
text-align: left;
max-width: 130px;


    }

    .forbusiness__col:nth-child(1)  {
      width: 47% !important;
      height: 190px !important;

    }
        .forbusiness__col:nth-child(1) .forbusiness__col-img {
          bottom: -10px !important;
          right: -18px !important;
          left: auto !important;
          transform: none !important;
        }

    .forbusiness__col:nth-child(2)  {
      width: 47% !important;
      height: 190px !important;

    }
    
    .forbusiness__col:nth-child(2) .forbusiness__col-img {
      bottom: -20px !important;
      right: -28px !important;
      left: auto !important;
      transform: none !important;
    }
    .forbusiness__col:nth-child(3)  {
      width: 100% !important;
      height: 140px !important;
    }

    .forbusiness__col:nth-child(3) .forbusiness__col-img {
      bottom: 0 !important;
      right: 0 !important;
      left: auto !important;
      transform: none !important;
      width: 178px !important;

    }
    
    .forbusiness__col:nth-child(4)  {
      width: 47% !important;
      height: 190px !important;
      display: flex !important;

    }
    .forbusiness__col:nth-child(4) .forbusiness__col-img {
      bottom: -15px !important;
      right: -19px !important;
      left: auto !important;
      transform: none !important;
    }
    
    .forbusiness__col:nth-child(5)  {
      width: 47% !important;
      height: 190px !important;

    }

    .forbusiness__col:nth-child(5) .forbusiness__col-img {
      bottom: -10px !important;
      right: -18px !important;
      left: auto !important;
      transform: none !important;
    }
    
    .forbusiness__col:nth-child(6)  {
      width: 100% !important;
      height: 140px !important;

    }

    .forbusiness__col:nth-child(6) .forbusiness__col-img {
      bottom: 0 !important;
      right: 0 !important;
      left: auto !important;
      transform: none !important;
      width: 178px !important;
      height: 100% !important;
    }
   
    .projects__col:nth-child(4) .projects__leftside_items {
      max-width: 100% !important;
    }
    .services-mobi,.projects,.clients,.useful {
      gap: 24px !important;
    }
    .clients,.useful   {
      padding: 0 16px !important;
      margin: 0 !important;
      width: 100% !important;
    }
    .clients__col,.clients__row,.clients__body,.useful__body,.useful__col {
      width: 100% !important;
    }
    .useful__col {
      height: 472px !important;
      align-items: center !important;
    }
    .useful__side {
      align-items: center !important;
    }
    .useful__items-subtitle,.useful__title,.useful__items-title {
      text-align: center !important;
    }
    .useful__img {
      top: auto !important;
      bottom: 0;
      transform: translateY(0) translateX(50%);
      right: 50%;

    }
    .useful__title {
      
    }
    .useful__items {
      align-items: center !important;
    }
    .pt72 {
      padding-top: 48px !important;
    }
    .currency {
      width: 100% !important;
      padding: 0 12px !important;
    }
    .currency__body {
      width: 100% !important;
    }
    .projects {
      padding: 0 16px !important;
      width: 100% !important;
    }
    .projects__body {
      width: 100% !important;
    }
    /* было 56px — мало под sticky-шапку, слайдер уезжал под навбар и резал арт сверху */
    .pt96 {
      padding-top: 88px !important;
    }

    .title,.projects__title,.useful__title {
      font-size: 24px;
      font-weight: 700;
      line-height: 29px;
      letter-spacing: 0em;
      text-align: center;
  
      margin: auto;
    }
    .services{
        display: none;
    }
    .services-mobi {
        display: flex;
    }
    .clients__title {
      width: 346px;
      margin: auto;
      font-size: 24px;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 0em;
      text-align: center;

    }

    .projects__col {
      width: 100% !important;
      height: 456px;
      padding: 0 !important;
      overflow:hidden;
    }
    .projects__leftside {
      padding: 24px 24px 0;
    }
    .projects__rightside {
      height: auto ;
      max-height: 250px !important;
    }
    .projects__rightside-div {
      width: 100%;
    }
    .projects__br {
      display: none;
    }


    .currency__col-second {
      width: 100%;
      margin: 0 auto;
   }



   .currency__col-first {
      padding: 24px 12px;
   }
   .currency__br {
      display: none;
   }
   .currency__span_br {
      display: block;
   }
   .currency__title {
font-size: 32px;
font-weight: 700;
line-height: 38px;
letter-spacing: 0em;
text-align: center;

   }
  }



  
  @media screen and (max-width: 430px) {
.currency-table_td{
  padding: 4px 12px !important;

}

.currency-table_th{
  padding: 12px !important;
}
  }