@charset "utf-8";
@media only screen and (min-width: 1024px) {
  .crypto {
    font-size: 1.111111vw;
  }
  @media only screen and (min-width: 1440px) {
    .crypto {
      font-size: 16px;
    }
  }
  .crypto_btn {
    border-radius: 22px;
    height: 75px;
    font-size: 20px;
  }
  .crypto_header {
    height: 80px;
  }
  .crypto_h1 {
    font-size: 4.75rem;
  }
  .crypto_h2 {
    font-size: 36px;
  }
  .crypto_top-text {
    font-size: 24px;
  }
  .crypto_bg {
    font-size: 16px;
  }
  .crypto_top-block .crypto_top {
    padding-top: 160px;
  }
  .crypto_top-block .crypto_h1 {
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 15px;
  }
  .crypto_top-block .crypto_top-text {
    margin-bottom: 50px;
  }
  .crypto_top-block .crypto_image {
    margin-top: 50px;
    border-radius: 13px 13px 0 0;
    padding: 9px 9px 0 9px;
  }
  .crypto_top-block .crypto_image:before {
    border-radius: 12px 12px 0 0;
  }
  .crypto_top-block .crypto_image img {
    border-radius: 5px 5px 0 0;
  }
  .crypto_top-block .crypto_stat {
    font-size: 14px;
    margin-top: 30px;
  }
  .crypto_top-block .crypto_stat li:nth-child(1) {
    text-align: left;
  }
  .crypto_top-block .crypto_stat li:nth-child(2) {
    text-align: center;
  }
  .crypto_top-block .crypto_stat li:nth-child(3) {
    text-align: right;
  }
  .crypto_top-block .crypto_stat strong {
    font-size: 4.375rem;
    margin-bottom: 10px;
  }
  .crypto_top-block .crypto_info {
    font-size: 16px;
  }
  .crypto_top-block .crypto_info > * {
    flex: 0 0 auto;
    text-align: left;
  }
  .crypto_top-block .crypto_info > *:last-child {
    text-align: right;
    flex-direction: row-reverse;
  }
  .crypto_top-block .crypto_info img {
    height: 50px;
  }
  .crypto_section {
    padding-top: 150px;
  }
  .crypto_section .crypto_btn {
    margin-top: 60px;
  }
  .crypto_connection .crypto_h1:last-child {
    margin-bottom: 50px;
  }
  .crypto_connection .crypto_h2 {
    margin-top: 50px;
  }
  .crypto_connection .crypto_top-text {
    font-size: 1.875rem;
    margin-bottom: 60px;
  }
  .crypto_connection-slider {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
  .crypto_connection-slider:before,
  .crypto_connection-slider:after {
    margin: -1px 7px;
    width: 28%;
    max-width: 410px;
  }
  .crypto_connection-slider .swiper-slide {
    padding: 0 7.5px;
    width: 265px;
  }
  .crypto_connection-slider img {
    border-radius: 15px;
  }
  .crypto_widgets .crypto_block {
    margin: 60px 0 20px 0;
    border: 1px solid rgba(181, 181, 181, 0.1);
    background: #0b0a10;
    border-radius: 40px;
    padding: 60px 100px 0 100px;
    overflow: hidden;
  }
  .crypto_widgets .crypto_bg {
    border-radius: inherit;
  }
  .crypto_widgets .crypto_bg > *:nth-child(4) {
    width: 52.5em;
    height: 52.5em;
    top: 35.125em;
  }
  .crypto_widgets .crypto_h2 {
    font-size: 4rem;
    line-height: 1.1;
    margin: 0 0 30px 0;
  }
  .crypto_widgets .crypto_top-text {
    margin-bottom: 60px;
  }
  .crypto_widgets-thumbs {
    margin: 0 0 40px 0 !important;
  }
  .crypto_widgets-thumbs .swiper-slide {
    font-size: 18px;
    min-width: 142px;
  }
  .crypto_widgets-slider .swiper-slide {
    padding: 16px 16px 0 16px;
    border-radius: 22px 22px 0 0;
  }
  .crypto_widgets-slider .swiper-slide:before {
    border-radius: 21px 21px 0 0;
  }
  .crypto_widgets-slider img {
    border-radius: 5px 5px 0 0;
  }
  .crypto_widgets .crypto_side {
    background-image: url('../img/widgets/lines.svg'),
      linear-gradient(180deg, #091637 0%, #060910 99.06%);
    background-size: 211px auto, 100% 100%;
    font-size: 24px;
    line-height: 1.3;
    padding: 49px 49px 0 49px;
  }
  .crypto_widgets .crypto_image {
    margin: 40px -49px 0 0;
  }
  .crypto_broker .crypto_block {
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    border: 1px solid var(--border);
    border-radius: 40px;
    padding: 59px 120px 0 120px;
    margin: 60px 0 0 0;
  }
  .crypto_broker .crypto_block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('../img/broker/bg.svg') no-repeat 50% 29px;
    background-size: calc(100% - 28px) auto;
    z-index: 2;
  }
  .crypto_broker .crypto_block .crypto_bubble1,
  .crypto_broker .crypto_block .crypto_bubble2 {
    position: absolute;
    top: 232px;
    left: 50%;
    transform: translateZ(0);
    border-radius: 50%;
    backface-visibility: hidden;
    z-index: 1;
  }
  .crypto_broker .crypto_block .crypto_bubble1 {
    width: 400px;
    height: 400px;
    margin-left: -450px;
    background: radial-gradient(911.74% 1456.36% at 50% 0%, #e571ff 9.59%, #ff8933 100%);
    filter: blur(150px);
  }
  .crypto_broker .crypto_block .crypto_bubble2 {
    width: 450px;
    height: 450px;
    margin-left: 50px;
    background: radial-gradient(911.74% 1456.36% at 50% 0%, #e571ff 9.59%, #ff8933 100%);
    filter: blur(150px);
    transform: rotate(-75deg);
  }
  .crypto_broker .crypto_image {
    border-radius: 22px 22px 0 0;
  }
  .crypto_broker .crypto_image:after {
    border-bottom-width: 0;
  }
  .crypto_broker .crypto_image img {
    border-radius: 22px 22px 0 0;
  }
  .crypto_test .crypto_sides {
    margin-top: 60px;
  }
  .crypto_test .crypto_side {
    font-size: 24px;
    padding: 49px;
    border-radius: 40px;
  }
  .crypto_test .crypto_side:nth-child(1) {
    background-image: url('../img/test/lines-l.svg'), url('../img/test/light.png'),
      linear-gradient(180deg, #091637 0%, #060910 99.06%);
  }
  .crypto_test .crypto_side:nth-child(2) {
    background-image: url('../img/test/lines-r.svg'), url('../img/test/light.png'),
      linear-gradient(180deg, #091637 0%, #060910 99.06%);
  }
  .crypto_test .crypto_side:nth-child(2) .crypto_image {
    margin: calc(-30px - 1.1875rem) 0 -49px -49px;
  }
  .crypto_tools .crypto_grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
  }
  .crypto_tools .crypto_el {
    min-height: 430px;
  }
  .crypto_tools .crypto_el:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .crypto_tools .crypto_el:last-child {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .crypto_tools .crypto_text {
    padding: 40px;
    font-weight: 600;
  }
  @media only screen and (max-width: 1200px) {
    .crypto_tools .crypto_h2 {
      font-size: 24px;
    }
  }
  .crypto_tools .crypto_max {
    min-height: 5.8em;
  }
  .crypto_tools .crypto_spot .crypto_text {
    right: 53%;
  }
  .crypto_press .crypto_top-text {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 70px;
  }
  .crypto_press .crypto_el {
    font-size: 18px;
    line-height: 21px;
    padding: 40px;
    min-height: 500px;
  }
  .crypto_press .crypto_h2 {
    font-size: 33px;
  }
  .crypto_press .crypto_grid {
    margin-top: 70px;
    gap: 30px;
  }
  .crypto_try {
    padding-top: 210px;
    padding-bottom: 210px;
  }
  .crypto_try .crypto_btn {
    margin-top: 50px;
  }
  .crypto_footer .crypto_container {
    gap: 60px 20px;
    grid-template-areas:
      'lo lo'
      'me so'
      'bo bo';
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .crypto_footer .crypto_logo img {
    height: 35px;
  }
  .crypto_footer .crypto_menu .crypto_col {
    gap: 20px;
  }
  .crypto_footer .crypto_menu .crypto_title {
    margin-bottom: 10px;
  }
  .crypto_footer .crypto_soc .crypto_title {
    margin-bottom: 20px;
  }
  .crypto_footer .crypto_bottom {
    padding: 40px 0;
  }
}
