@charset "utf-8";
@media only screen and (min-width: 768px) {
  .crypto {
    font-size: 2.083333vw;
  }
  .crypto_container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .crypto_header .crypto_soc {
    flex: 0 0 auto;
    position: relative;
    margin: 0 40px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .crypto_header .crypto_soc:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 1px;
    height: 15px;
    background: var(--dark-grey);
    transform: translate3d(50%, -50%, 0);
  }
  .crypto_header .crypto_soc .crypto_link {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 150px -30px #eb76d1;
    border-radius: 12px;
    background: linear-gradient(90deg, #7e8af5 0%, #7bcaf7 100%);
  }
  .crypto_header .crypto_soc .crypto_link > * {
    position: relative;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
  }
  .crypto_header .crypto_soc .crypto_link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 11px;
    background: var(--black);
    margin: 1px;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  @media (pointer: fine) {
    .crypto_header .crypto_soc .crypto_link:hover:before {
      opacity: 0;
    }
  }
  .crypto_header .crypto_btn {
    min-width: 150px;
    padding: 0 15px;
  }
  .crypto_widgets .crypto_sides {
    flex-direction: row;
    justify-content: space-between;
  }
  .crypto_widgets .crypto_side {
    flex: 1;
    width: auto;
  }
  .crypto_test .crypto_sides {
    flex-direction: row;
  }
  .crypto_test .crypto_side {
    flex: 1;
    width: auto;
  }
  .crypto_tools .crypto_spot .crypto_max {
    max-width: 220px;
  }
  .crypto_tools .crypto_multiscreen .crypto_max {
    max-width: 488px;
  }
  html[lang='ru'] .crypto_tools .crypto_spot .crypto_max {
    max-width: 252px;
  }
  .crypto_tools .crypto_unique .crypto_h2,
  .crypto_tools .crypto_unique .crypto_max {
    max-width: 271px;
  }
  .crypto_tools .crypto_smarttape .crypto_h2,
  .crypto_tools .crypto_smarttape .crypto_max {
    max-width: 242px;
  }
  .crypto_tools .crypto_protective .crypto_h2,
  .crypto_tools .crypto_protective .crypto_max {
    max-width: 242px;
  }
  html[lang='ru'] .crypto_tools .crypto_protective .crypto_max {
    max-width: 262px;
  }
  .crypto_tools .crypto_options .crypto_max {
    max-width: 220px;
  }
  html[lang='ru'] .crypto_tools .crypto_options .crypto_max {
    max-width: 301px;
  }
  .crypto_tools .crypto_options .crypto_max {
    max-width: 220px;
  }
  html[lang='ru'] .crypto_tools .crypto_options .crypto_max {
    max-width: 301px;
  }
  .crypto_tools .crypto_telegram .crypto_h2,
  .crypto_tools .crypto_telegram .crypto_max {
    max-width: 242px;
  }
  .crypto_tools .crypto_statistics .crypto_max {
    max-width: 271px;
  }
  .crypto_tools .crypto_risk .crypto_max {
    max-width: 316px;
  }
  html[lang='ru'] .crypto_tools .crypto_risk .crypto_max {
    max-width: 297px;
  }
  .crypto_tools .crypto_risk-prot .crypto_h2 {
    max-width: 347px;
  }
  .crypto_tools .crypto_risk-prot .crypto_max {
    max-width: 241px;
  }
  html[lang='ru'] .crypto_tools .crypto_risk-prot .crypto_h2,
  html[lang='ru'] .crypto_tools .crypto_risk-prot .crypto_max {
    max-width: 357px;
  }
  .crypto_press .crypto_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 50px;
  }
  @media (pointer: fine) {
    .crypto_press .crypto_el:hover {
      transform: translate3d(0, -20px, 0);
    }
  }
  .crypto_footer .crypto_menu {
    grid-template-columns: repeat(3, 1fr);
  }
  .crypto_footer .crypto_bottom {
    gap: 20px 0;
  }
  .crypto_footer .crypto_bottom > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .crypto_footer .crypto_bottom > *:nth-child(1) {
    text-align: left;
  }
  .crypto_footer .crypto_bottom > *:nth-child(2) {
    text-align: center;
  }
  .crypto_footer .crypto_bottom > *:nth-child(3) {
    text-align: right;
  }
  .crypto_footer .crypto_bottom > *:nth-child(4) {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    opacity: 0.4;
    position: relative;
    top: 20px;
  }
  .crypto_footer .crypto_bottom > *:nth-child(4) br {
    display: none;
  }
  .crypto_modal {
    max-width: 470px;
    padding: 50px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .crypto_tools .crypto_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .crypto_tools .crypto_el:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .crypto_tools .crypto_spot .crypto_text {
    right: 53%;
  }
  .crypto_tools .crypto_max {
    min-height: 5.8em;
  }
  @media only screen and (min-width: 860px) {
    .crypto_tools .crypto_h2 {
      font-size: 36px;
    }
  }
  .crypto_press .crypto_el {
    padding-left: 20px;
    padding-right: 20px;
  }
  .crypto_press .crypto_h2 {
    font-size: 24px;
  }
}
