@charset "UTF-8";
@media (max-height: 689.98px) {
  .mobile_menu_wrapper {
    min-height: 800px !important;
  }
}
.body_hide {
  display: none !important;
}

@media (max-width: 1089.98px) {
  .desktop_menu {
    display: none !important;
  }
  .mobile_menu {
    width: 40px;
    height: 40px;
    background: #384d70;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  .mobile_menu span {
    background: #ffffff;
    border-radius: 5px;
    width: 17px;
    height: 2px;
    margin: 0 auto;
    cursor: pointer;
  }
  nav {
    padding: 0 15px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 150px !important;
  }
  .header_wrapper {
    margin: 0 auto 93px;
  }
  .header_wrapper nav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  header {
    position: relative;
  }
  .right_0 {
    right: 0 !important;
  }
  .right_0 .mobile_menu span {
    width: 27px !important;
    height: 4px !important;
  }
  .right_0 .mobile_menu .span_1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0 0 0;
  }
  .right_0 .mobile_menu .span_2 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: -10px 0 0;
  }
  .right_0 .mobile_menu .span_3 {
    display: none !important;
  }
  .mobile_menu_wrapper {
    padding-top: 17px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    right: -100%;
    background: #384d70;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100vh;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile_menu_wrapper nav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    padding: 0 !important;
    margin-bottom: 53px;
  }
  .mobile_menu_wrapper .links {
    width: 100% !important;
    max-width: 360px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px !important;
    margin: 0 auto 70px;
  }
  .mobile_menu_wrapper .links a {
    font-size: 19px !important;
  }
  .mobile_menu_wrapper .button {
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto;
  }
}
@media (min-width: 1090px) {
  .mobile_menu,
  .mobile_menu_wrapper {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  nav {
    padding: 0 15px !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    gap: 0 !important;
  }
  nav .logo_wrapper {
    margin-right: 0 !important;
  }
  .logo_title {
    font-size: 15px !important;
  }
  .links {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .header_info_wrapper {
    padding: 0 !important;
  }
  .header_wrapper {
    margin: 0 auto 93px;
  }
  .header_wrapper nav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  h1 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .header_info_col1,
  .header_info_col_buttons {
    padding: 0 15px !important;
  }
  .header_info_col_subtitle {
    margin-top: 10px;
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .header_info_col_text {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .header_info_col2 {
    width: 100%;
    max-width: 200px;
  }
  .header_info_col2 img {
    width: 100%;
  }
  .header_info_col_code {
    padding: 12px 0 12px 15px !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 380px !important;
  }
  .header_info_col_buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px !important;
  }
  .reb_btn {
    font-size: 19px !important;
    line-height: 23px !important;
  }
  .black_btn {
    font-size: 18px !important;
    line-height: 21px !important;
  }
  .header_info_col_code_title {
    font-size: 11px !important;
    line-height: 13px !important;
  }
  .header_info_col_code_hash {
    margin-top: 5px;
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .hach_wrapper {
    padding: 0 5px;
  }
}
@media (min-width: 1736px) {
  .header_wrapper {
    position: static !important;
  }
}
@media (min-width: 1090px) and (max-width: 1299.98px) {
  .header_info_container {
    margin-top: 215px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1735.98px) {
  nav .logo_wrapper {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header_wrapper {
    margin: 0 auto 93px;
  }
  .header_wrapper .logo_wrapper {
    margin-right: 0 !important;
  }
  .header_wrapper nav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .header_info_col_buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_info_col_code_hash {
    margin-top: 5px;
    font-size: 21px !important;
    line-height: 17px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header_wrapper {
    margin: 0 auto 93px;
  }
  .header_wrapper nav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  nav {
    gap: 30px !important;
  }
  nav .logo_wrapper {
    margin-right: 0 !important;
  }
  .desktop_menu {
    gap: 34px !important;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  nav {
    gap: 30px !important;
  }
  nav .logo_wrapper {
    margin-right: 0 !important;
  }
  .desktop_menu {
    gap: 34px !important;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1347.98px) {
  .header_info_wrapper {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .desktop_btns {
    display: none !important;
  }
  .mobile_btns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .header_info_col2 {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }
  .mobile_btns {
    width: 100%;
    max-width: 660px;
    margin: auto;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .partners_icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partners_icons .partners_icons_item1 {
    width: 93.75px !important;
    height: 30px !important;
  }
  .partners_icons .partners_icons_item2 {
    width: 80px !important;
    height: 30px !important;
  }
  .partners_icons .partners_icons_item3 {
    width: 83px !important;
    height: 30px !important;
  }
  .partners_icons .partners_icons_item4 {
    width: 99px !important;
    height: 30px !important;
  }
  .partners_icons .partners_icons_item5 {
    width: 114px !important;
    height: 30px !important;
  }
  .partners_icons .partners_icons_item6 {
    width: 86px !important;
    height: 30px !important;
  }
  .partners_icons {
    margin-bottom: 35px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 19px;
  }
  .how_it_works_info {
    background: url(../img/2_section/mobile.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    padding-bottom: 0 !important;
  }
  .how_it_works_info h3 {
    max-width: 360px !important;
    font-size: 25px !important;
    line-height: 30px !important;
    padding: 0 17px;
  }
  .how_it_works_info .header_info_col_buttons {
    max-width: 100% !important;
    margin-top: 294px !important;
    /* width: 260px !important; */
    height: 46px !important;
  }
  .how_it_works {
    background: #101932 !important;
  }
  .img_absolute {
    max-width: 70px !important;
  }
  .cat_img_earth {
    display: none;
  }
  .how_it_works_info .header_info_col_buttons {
    max-width: 300px !important;
  }
  .how_it_works_info .reb_btn {
    padding: 10px 45px 15px !important;
    white-space: nowrap !important;
  }
  .cat_img_earth {
    display: none;
  }
  .trend .header_info_col_buttons {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .trend .reb_btn {
    white-space: nowrap !important;
  }
}
@media (max-width: 356.98px) {
  .img_blue {
    right: 10% !important;
    top: 315px !important;
    border: 17px solid rgba(0, 150, 242, 0) !important;
  }
  .img_blue:hover {
    border: 17px solid rgba(0, 150, 242, 0.4) !important;
  }
  .img_gold {
    right: 22% !important;
    bottom: 70px !important;
    border: 17px solid rgba(255, 148, 41, 0) !important;
  }
  .img_gold:hover {
    border: 17px solid rgba(255, 148, 41, 0.4) !important;
  }
  .img_red {
    left: 10% !important;
    top: 345px !important;
    border: 17px solid rgba(225, 29, 46, 0) !important;
  }
  .img_red:hover {
    border: 17px solid rgba(225, 29, 46, 0.4) !important;
  }
}
@media (min-width: 357px) and (max-width: 575.98px) {
  .img_blue {
    right: 10% !important;
    top: 270px !important;
    border: 17px solid rgba(0, 150, 242, 0) !important;
  }
  .img_blue:hover {
    border: 17px solid rgba(0, 150, 242, 0.4) !important;
  }
  .img_gold {
    right: 22% !important;
    bottom: 70px !important;
    border: 17px solid rgba(255, 148, 41, 0) !important;
  }
  .img_gold:hover {
    border: 17px solid rgba(255, 148, 41, 0.4) !important;
  }
  .img_red {
    left: 16% !important;
    top: 298px !important;
    border: 17px solid rgba(225, 29, 46, 0) !important;
  }
  .img_red:hover {
    border: 17px solid rgba(225, 29, 46, 0.4) !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .trend .header_info_col_buttons {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .trend .reb_btn {
    white-space: nowrap !important;
  }
  .partners_icons {
    margin-bottom: 35px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 19px;
  }
  .how_it_works_info {
    background: url(../img/2_section/mobile.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    padding-bottom: 0 !important;
  }
  .how_it_works_info h3 {
    max-width: 360px !important;
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .how_it_works_info .header_info_col_buttons {
    max-width: 100% !important;
    margin-top: 350px !important;
  }
  .how_it_works_info .header_info_col_buttons .reb_btn {
    white-space: nowrap !important;
  }
  .how_it_works {
    background: #101932 !important;
  }
  .img_absolute {
    max-width: 70px !important;
  }
  .img_blue {
    right: 20% !important;
    top: 316px !important;
    border: 17px solid rgba(0, 150, 242, 0) !important;
  }
  .img_blue:hover {
    border: 17px solid rgba(0, 150, 242, 0.4) !important;
  }
  .img_gold {
    right: 31% !important;
    bottom: 115px !important;
    border: 17px solid rgba(255, 148, 41, 0) !important;
  }
  .img_gold:hover {
    border: 17px solid rgba(255, 148, 41, 0.4) !important;
  }
  .img_red {
    left: 27% !important;
    top: 360px !important;
    border: 17px solid rgba(225, 29, 46, 0) !important;
  }
  .img_red:hover {
    border: 17px solid rgba(225, 29, 46, 0.4) !important;
  }
  .cat_img_earth {
    display: none;
  }
  .how_it_works_info .header_info_col_buttons {
    max-width: 300px !important;
  }
  .how_it_works_info .reb_btn {
    padding: 10px 45px 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .partners_icons {
    margin-bottom: 35px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 19px;
  }
  .how_it_works_info h3 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .img_blue {
    right: 4% !important;
    max-width: 70px;
    border: 17px solid rgba(0, 150, 242, 0.2) !important;
  }
  .img_blue:hover {
    border: 17px solid rgba(0, 150, 242, 0.4) !important;
  }
  .img_gold {
    right: 17% !important;
    max-width: 70px;
    border: 17px solid rgba(255, 148, 41, 0.2) !important;
  }
  .img_gold:hover {
    border: 17px solid rgba(255, 148, 41, 0.4) !important;
  }
  .img_red {
    left: 20% !important;
    max-width: 70px;
    border: 17px solid rgba(225, 29, 46, 0.2) !important;
  }
  .img_red:hover {
    border: 17px solid rgba(225, 29, 46, 0.4) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .img_blue {
    right: 9% !important;
  }
  .img_gold {
    right: 17% !important;
  }
  .img_red {
    left: 20% !important;
  }
  #toTop:hover {
    -webkit-box-shadow: 0px 0px 30px 4px rgb(255, 255, 255);
            box-shadow: 0px 0px 30px 4px rgb(255, 255, 255);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .img_blue {
    right: 9% !important;
  }
  .img_gold {
    right: 17% !important;
  }
  .img_red {
    left: 20% !important;
  }
  #toTop:hover {
    -webkit-box-shadow: 0px 0px 30px 4px rgb(255, 255, 255);
            box-shadow: 0px 0px 30px 4px rgb(255, 255, 255);
  }
}
@media (min-width: 1400px) {
  #toTop:hover {
    -webkit-box-shadow: 0px 0px 30px 4px rgb(255, 255, 255);
            box-shadow: 0px 0px 30px 4px rgb(255, 255, 255);
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .preloader .logo_wrapper .logo_title {
    font-size: 25px !important;
  }
  .play_wrapper_col1 {
    padding: 20px 20px 29px 20px !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .play_wrapper_col1 .play_wrapper_col1_item_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    font-size: 24px !important;
    line-height: 29px !important;
  }
  .play_wrapper_col1 .play_wrapper_col1_item2_text {
    font-size: 19px !important;
    line-height: 23px !important;
  }
  .play_wrapper_col1 .play_wrapper_col1_item {
    width: 100%;
  }
  .play_wrapper_col1 .play_wrapper_col1_item img {
    width: 100%;
  }
  .play_wrapper_col2_item1 {
    max-height: -webkit-fit-content !important;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 20px 50px 20px !important;
  }
  .play_wrapper_col2_item1 .play_wrapper_col1_item_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .play_wrapper_col2_item2 {
    max-height: -webkit-fit-content !important;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 20px 50px 20px !important;
  }
  .play_wrapper_col2_item2 .play_wrapper_col1_item_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .play_wrapper_col2_item2_info_text {
    text-align: center;
  }
  .services_cards {
    padding: 0 15px !important;
  }
  .services_cards .services_cards_item {
    width: 100% !important;
  }
  .services_cards .services_cards_item:hover {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .play_wrapper_col1 {
    padding: 20px 20px 29px 20px !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .play_wrapper_col1 .play_wrapper_col1_item_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    font-size: 24px !important;
    line-height: 29px !important;
  }
  .play_wrapper_col1 .play_wrapper_col1_item2_text {
    font-size: 19px !important;
    line-height: 23px !important;
  }
  .play_wrapper_col1 .play_wrapper_col1_item {
    width: 100%;
  }
  .play_wrapper_col1 .play_wrapper_col1_item img {
    width: 100%;
  }
  .play_wrapper_col2_item1 {
    max-height: -webkit-fit-content !important;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 20px 50px 20px !important;
  }
  .play_wrapper_col2_item1 .play_wrapper_col1_item_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .play_wrapper_col2_item2 {
    max-height: -webkit-fit-content !important;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 20px 50px 20px !important;
  }
  .play_wrapper_col2_item2 .play_wrapper_col1_item_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .play_wrapper_col2_item2_info_text {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .play_wrapper_col1 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .play_wrapper_col1 .play_wrapper_col1_item {
    width: 100%;
  }
  .play_wrapper_col1 .play_wrapper_col1_item img {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .play_wrapper_col1 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .play_wrapper_col1 .play_wrapper_col1_item {
    width: 100%;
  }
  .play_wrapper_col1 .play_wrapper_col1_item img {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .play_wrapper_col1 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .play_wrapper_col1 .play_wrapper_col1_item {
    width: 100%;
  }
  .play_wrapper_col1 .play_wrapper_col1_item img {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .play_wrapper_col2_item1 {
    max-width: 847px;
  }
  .play_wrapper_col2_item2 {
    max-width: 848px;
  }
  .play_wrapper_col2 {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .trend {
    padding: 120px 15px 100px !important;
    text-align: -webkit-center;
  }
  .trend .reb_btn {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .section_subtitle {
    padding: 0 16px !important;
  }
  .play_wrapper_col3 {
    gap: 100px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .play_wrapper_col3_item2_subitem_text {
    font-size: 24px !important;
  }
  .play_wrapper_col3_item2_subitem_title {
    font-size: 26px !important;
  }
  .play_wrapper_col3_item1_title {
    font-size: 28px !important;
    line-height: 35px !important;
  }
  .play_wrapper_col3_item2_subitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .play_wrapper_col3_item1 {
    width: 100%;
  }
  .play_wrapper_col3_item1 .play_wrapper_col3_item1_title,
  .play_wrapper_col3_item1 .play_wrapper_col3_item1_subtitle {
    width: 100%;
    max-width: 100%;
  }
  .play_wrapper_col3_item1 .play_wrapper_col3_item2 {
    max-width: 100% !important;
    width: 100%;
  }
  .logo_wrapper {
    margin-right: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .logo_wrapper {
    margin-right: 0 !important;
  }
  .play_wrapper_col3 {
    gap: 100px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .play_wrapper_col3_item2_subitem_text {
    font-size: 24px !important;
  }
  .play_wrapper_col3_item2_subitem_title {
    font-size: 26px !important;
  }
  .play_wrapper_col3_item2_subitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .play_wrapper_col3_item1 {
    width: 100%;
  }
  .play_wrapper_col3_item1 .play_wrapper_col3_item1_title,
  .play_wrapper_col3_item1 .play_wrapper_col3_item1_subtitle {
    width: 100%;
    max-width: 100%;
  }
  .play_wrapper_col3_item1 .play_wrapper_col3_item2 {
    max-width: 100% !important;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .play_wrapper_col3 {
    gap: 100px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .play_wrapper_col3_item1 {
    width: 100%;
  }
  .play_wrapper_col3_item1 .play_wrapper_col3_item1_title,
  .play_wrapper_col3_item1 .play_wrapper_col3_item1_subtitle {
    width: 100%;
    max-width: 100%;
  }
  .play_wrapper_col3_item1 .play_wrapper_col3_item2 {
    max-width: 100% !important;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .play_wrapper_col3 {
    gap: 100px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .play_wrapper_col3_item1 {
    width: 100%;
  }
  .play_wrapper_col3_item1 .play_wrapper_col3_item1_title,
  .play_wrapper_col3_item1 .play_wrapper_col3_item1_subtitle {
    width: 100%;
    max-width: 100%;
  }
  .play_wrapper_col3_item1 .play_wrapper_col3_item2 {
    max-width: 100% !important;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .play_wrapper_col3 {
    gap: 100px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .play_wrapper_col3_item1 {
    width: 100%;
  }
  .play_wrapper_col3_item1 .play_wrapper_col3_item1_title,
  .play_wrapper_col3_item1 .play_wrapper_col3_item1_subtitle {
    width: 100%;
    max-width: 100%;
  }
  .play_wrapper_col3_item1 .play_wrapper_col3_item2 {
    max-width: 100% !important;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .trend .header_info_col_buttons {
    min-width: 404px !important;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .play_wrapper_col3_item2_subitem_img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .road_line_wrapper {
    display: none !important;
  }
  .graphic_img {
    bottom: -165px !important;
  }
  .road_line_col_item_info_list {
    padding-right: 15px !important;
  }
  .road_line .section_title {
    margin-bottom: 50px;
  }
  .road_line_col_item_info_title {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .road_line_col_item_info_list li {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .road_line_wrapper_mobile .mobile_line {
    left: 1% !important;
    height: 100% !important;
    max-width: 12px !important;
  }
  .road_line_wrapper_mobile .road_line_col_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .team_item img {
    width: 280px;
    height: 270px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .play_wrapper_col3_item2_subitem_img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .road_line_wrapper {
    display: none !important;
  }
  .road_line_col_item_info_list {
    padding-right: 15px !important;
  }
  .road_line .section_title {
    margin-bottom: 50px;
  }
  .road_line_wrapper_mobile .mobile_line {
    left: 1.6% !important;
    height: 100% !important;
    max-width: 12px !important;
  }
  .road_line_wrapper_mobile .road_line_col_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .road_line_wrapper {
    display: none !important;
  }
  .road_line_col_item_info_list {
    padding-right: 15px !important;
  }
  .road_line_wrapper_mobile .mobile_line {
    left: 2% !important;
  }
  .road_line .section_title {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .road_line_wrapper {
    display: none !important;
  }
  .road_line_col_item_info_list {
    padding-right: 15px !important;
  }
  .road_line .section_title {
    margin-bottom: 50px;
  }
  .graphic_img {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .road_line_col_item_info_list {
    padding-right: 15px !important;
  }
  .road_line_wrapper_mobile {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .road_line_wrapper_mobile {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .team {
    padding-bottom: 73px !important;
  }
  .tokenomiks {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .tokenomiks {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .tokenomiks {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .tokenomiks_col_item_title {
    font-size: 25px !important;
  }
  .tokenomiks_wrapper {
    display: none !important;
  }
  .tokenomiks_col2 {
    margin: 50px auto !important;
    width: 100% !important;
  }
  .tokenomiks_wrapper_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile_tokenomiks_graphic {
    margin: 50px auto 0;
    width: 94%;
  }
  .tokenomiks_col_item {
    margin: 0 25px;
  }
  .tokenomiks_col_item:hover {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .tokenomiks_wrapper {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .team {
    padding-bottom: 73px !important;
  }
  .tokenomiks {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .tokenomiks {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .tokenomiks_wrapper {
    display: none !important;
  }
  .tokenomiks_col2 {
    margin: 50px auto !important;
  }
  .tokenomiks_wrapper_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile_tokenomiks_graphic {
    margin: 50px auto 0;
    width: 94%;
  }
  .tokenomiks_col_item {
    margin: 0 25px;
  }
  .tokenomiks_col_item:hover {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .tokenomiks_wrapper {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .team {
    padding-bottom: 73px !important;
  }
  .tokenomiks {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .tokenomiks_wrapper {
    display: none !important;
  }
  .tokenomiks_col2 {
    margin: 50px auto !important;
  }
  .tokenomiks_wrapper_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile_tokenomiks_graphic {
    margin: 50px auto 0;
    width: 100%;
    max-width: 724px;
  }
  .tokenomiks_col_item {
    margin: 0 25px;
  }
  .tokenomiks_col_item:hover {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion {
    padding: 70px 0 150px !important;
  }
  .tokenomiks {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .tokenomiks_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100% !important;
  }
  .tokenomiks_wrapper_mobile {
    display: none !important;
  }
  .tokenomiks_col2 {
    margin: 50px auto !important;
  }
  .tokenomiks_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px !important;
  }
  .tokenomiks_col .tokenomiks_col_item {
    max-width: 425px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .accordion {
    padding: 70px 0 150px !important;
  }
  .tokenomiks_wrapper_mobile {
    display: none !important;
  }
  .element-animation {
    /* Скроем элемент в начальном состоянии */
    opacity: 0;
  }
  .element-show {
    opacity: 1;
    -webkit-transition: opacity 1s !important;
    transition: opacity 1s !important;
  }
}
@media (min-width: 1400px) {
  .accordion {
    padding: 70px 0 150px !important;
  }
  .tokenomiks_wrapper_mobile {
    display: none !important;
  }
  .element-animation {
    /* Скроем элемент в начальном состоянии */
    opacity: 0;
  }
  .element-show {
    opacity: 1;
    -webkit-transition: opacity 1s !important;
    transition: opacity 1s !important;
  }
  .tokenomiks {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .tokenomiks {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .tokenomiks_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 95% !important;
  }
  .tokenomiks_col2 {
    margin: 50px auto !important;
  }
  .tokenomiks_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px !important;
  }
  .tokenomiks_col .tokenomiks_col_item {
    max-width: 515px;
  }
}
@media (max-width: 405.98px) {
  .footer_hach_code_text {
    font-size: 10px !important;
    line-height: 14px !important;
  }
}
@media (min-width: 406px) and (max-width: 575.98px) {
  .footer_hach_code_text {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .footer .section_title {
    padding: 0 17px !important;
  }
  .footer_cat:hover {
    -webkit-transform: scale(1.05) !important;
            transform: scale(1.05) !important;
  }
  .footer_wrapper {
    padding: 0 17px;
  }
  .accordion {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
  .accordion-list {
    padding: 0 !important;
  }
  .accordion-list h3 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .accordion-list h3 span {
    margin-left: 15px !important;
  }
  .accordion-list li {
    padding: 20px 20px 20px 18px !important;
  }
  .section_title {
    font-size: 40px !important;
  }
  .footer_icons_item1 {
    padding: 16.67px 14px !important;
  }
  .footer_icons_item2 {
    padding: 16.67px 13px 16.67px 14px !important;
  }
  .footer_icons_item3 {
    padding: 16.67px !important;
  }
  .footer_icons_item4 {
    padding: 17px 16px 16px 17px !important;
  }
  .footer_icons_item5 {
    padding: 16.67px !important;
  }
  .footer_icons_item6 {
    padding: 16.67px !important;
  }
  .footer_icons {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .footer_hach_code {
    width: 100% !important;
    padding: 15px 15px 15px 20px !important;
  }
  .footer_hach_code .footer_hach_code_title {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 10px !important;
  }
  .services_cards_item .card_item_img {
    width: 80px !important;
    height: 80px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer_wrapper {
    padding: 0 17px;
  }
  .accordion {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
  .accordion-list {
    padding: 0 !important;
  }
  .accordion-list h3 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .accordion-list h3 span {
    margin-left: 15px !important;
  }
  .accordion-list li {
    padding: 20px 20px 20px 18px !important;
  }
  .footer_icons {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .footer_icons_item1 {
    padding: 16.67px 14px !important;
  }
  .footer_icons_item2 {
    padding: 16.67px 13px 16.67px 14px !important;
  }
  .footer_icons_item3 {
    padding: 16.67px !important;
  }
  .footer_icons_item4 {
    padding: 17px 16px 16px 17px !important;
  }
  .footer_icons_item5 {
    padding: 16.67px !important;
  }
  .footer_icons_item6 {
    padding: 16.67px !important;
  }
  .footer_hach_code {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .footer_hach_code .footer_hach_code_title {
    font-size: 15px !important;
    line-height: 18px !important;
    margin-bottom: 10px !important;
  }
  .footer_hach_code .footer_hach_code_text {
    font-size: 18px !important;
    line-height: 14px !important;
  }
  .services_cards_item .card_item_img {
    width: 80px !important;
    height: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer_wrapper {
    padding: 0 17px;
  }
  .footer_icons {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .footer_icons_item1 {
    padding: 16.67px 14px !important;
  }
  .footer_icons_item2 {
    padding: 16.67px 13px 16.67px 14px !important;
  }
  .footer_icons_item3 {
    padding: 16.67px !important;
  }
  .footer_icons_item4 {
    padding: 17px 16px 16px 17px !important;
  }
  .footer_icons_item5 {
    padding: 16.67px !important;
  }
  .footer_icons_item6 {
    padding: 16.67px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer {
    padding: 60px 0 0 !important;
  }
  .footer_wrapper {
    margin: 110px auto 107px !important;
  }
  .footer_icons_item {
    width: 108px !important;
    height: 108px !important;
  }
  .footer_icons {
    gap: 40px !important;
  }
  .img_bg1 {
    width: 57.6px !important;
    height: 48px !important;
  }
  .img_bg2 {
    width: 59px !important;
    height: 48px !important;
  }
  .img_bg3 {
    width: 48px !important;
    height: 48px !important;
  }
  .img_bg4 {
    width: 48px !important;
    height: 48px !important;
  }
  .img_bg5 {
    width: 48px !important;
    height: 48px !important;
  }
  .img_bg6 {
    width: 48px !important;
    height: 48px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .footer {
    padding: 60px 0 0 !important;
  }
  .footer_wrapper {
    margin: 110px auto 107px !important;
  }
  .footer_icons_item {
    width: 108px !important;
    height: 108px !important;
  }
  .footer_icons {
    gap: 40px !important;
  }
  .img_bg1 {
    width: 57.6px !important;
    height: 48px !important;
  }
  .img_bg2 {
    width: 59px !important;
    height: 48px !important;
  }
  .img_bg3 {
    width: 48px !important;
    height: 48px !important;
  }
  .img_bg4 {
    width: 48px !important;
    height: 48px !important;
  }
  .img_bg5 {
    width: 48px !important;
    height: 48px !important;
  }
  .img_bg6 {
    width: 48px !important;
    height: 48px !important;
  }
}
@media (min-width: 1400px) {
  .footer {
    padding: 60px 0 0 !important;
  }
  .footer_wrapper {
    margin: 110px auto 107px !important;
  }
  .footer_icons_item {
    width: 108px !important;
    height: 108px !important;
  }
  .footer_cat {
    -webkit-transition: all 0.6s !important;
    transition: all 0.6s !important;
  }
  .footer_icons {
    gap: 40px !important;
  }
  .img_bg1 {
    width: 57.6px !important;
    height: 48px !important;
  }
  .img_bg2 {
    width: 59px !important;
    height: 48px !important;
  }
  .img_bg3 {
    width: 48px !important;
    height: 48px !important;
  }
  .img_bg4 {
    width: 48px !important;
    height: 48px !important;
  }
  .img_bg5 {
    width: 48px !important;
    height: 48px !important;
  }
  .img_bg6 {
    width: 48px !important;
    height: 48px !important;
  }
}
@media (max-width: 619.98px) {
  #toTop {
    bottom: 100px !important;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "SF Pro Display Regular";
  src: url(../fonts/SFProDisplay-Regular.ttf);
}
@font-face {
  font-family: "SF Pro Display Medium";
  src: url(../fonts/SFProDisplay-Medium.ttf);
}
@font-face {
  font-family: "SF Pro Display Semibold";
  src: url(../fonts/SFProDisplay-Semibold.ttf);
}
@font-face {
  font-family: "SF Pro Display Bold";
  src: url(../fonts/SFProDisplay-Bold.ttf);
}
@font-face {
  font-family: "SF Pro Display Black";
  src: url(../fonts/SFProDisplay-Black.ttf);
}
@font-face {
  font-family: "SF Pro Display Heavy";
  src: url(../fonts/SFProDisplay-Heavy.ttf);
}
body {
  margin: 0;
  padding: 0;
  font-family: "SF Pro Display", sans-serif;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  z-index: 1000000000000000000000000000000000000 !important;
  background: #101932;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body::-webkit-scrollbar-track {
  z-index: 1000000000000000000000000000000000000 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body::-webkit-scrollbar-thumb {
  z-index: 1000000000000000000000000000000000000 !important;
  background: #2848a8;
  border-radius: 20px;
  cursor: pointer !important;
}
body::-webkit-scrollbar-button {
  display: none;
}
body:not(.loaded) {
  overflow: hidden;
}

header {
  padding: 25px 0 0 0;
  min-height: 100vh;
  background: url(../img/Header/intro_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}

.header_wrapper {
  width: 100%;
  max-width: 1736px;
  margin: 0 auto 93px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.logo_title {
  font-weight: 800;
  font-size: 25px;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  cursor: pointer;
  gap: 5px;
}
.logo_title span {
  color: #e11d2e;
  cursor: pointer;
}

.desktop_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
.desktop_menu .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.desktop_menu .links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.desktop_menu .links a:hover {
  color: #ffffff;
}
.desktop_menu .links a:hover::after {
  content: "";
  width: 100%;
  opacity: 1;
  right: 0 !important;
}
.desktop_menu .links a::after {
  content: "";
  width: 2%;
  height: 2px;
  position: absolute;
  border-radius: 10px;
  background: #cfd1d8;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  right: 0;
  bottom: -10px;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.links a {
  font-family: "SF Pro Display Semibold";
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.links a:hover {
  color: #ffffff;
}
.links a:visited {
  color: #ffffff;
}

.button {
  background: #e11d2e;
  border-radius: 10px;
  padding: 11px 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border: none;
}
.button:hover {
  background: #ac1216;
}

.logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  cursor: pointer;
  margin-right: 177px;
}

.mobile_btns {
  display: none;
}

.header_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1736px;
  margin: 0 auto 93px;
  padding: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_info_col1 {
  width: 100%;
  max-width: 726px;
}

h1 {
  font-family: "SF Pro Display Black";
  font-size: 80px;
  line-height: 90px;
  color: #fff;
}
h1 span {
  color: #e11d2e;
}

.header_info_col_subtitle {
  font-family: "SF Pro Display Medium";
  font-size: 25px;
  line-height: 30px;
  color: #71768e;
}

.header_info_col_text {
  margin: 40px auto 46px;
  font-family: "SF Pro Display Regular";
  font-size: 32px;
  line-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a0a3b5;
}

.header_info_col_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 100%;
  max-width: 699px;
}

.reb_btn {
  cursor: pointer;
  background: #e11d2e;
  border-radius: 10px;
  font-family: "SF Pro Display Bold";
  border: none;
  padding: 25px 54px;
  font-size: 25px;
  line-height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  max-width: 295px;
}
.reb_btn:hover {
  background: #8a1829;
}

.black_btn {
  cursor: pointer;
  font-family: "SF Pro Display Medium";
  font-size: 22px;
  line-height: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  opacity: 0.9;
  padding: 27px 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  width: 100%;
  max-width: 379px;
}
.black_btn:hover {
  background: #1a203b;
}

.header_info_col_code {
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  padding: 14px 0 14px 30px;
  width: 100%;
  max-width: 699px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.header_info_col_code * {
  cursor: pointer;
}
.header_info_col_code:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.header_info_col_code_title {
  font-size: 15px;
  line-height: 18px;
  font-family: "SF Pro Display Medium";
  color: rgba(255, 255, 255, 0.2);
}

.header_info_col_code_hash {
  font-size: 25px;
  line-height: 30px;
  font-family: "SF Pro Display Regular";
  color: rgba(255, 255, 255, 0.4);
}

.header_info_col2 {
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
.header_info_col2:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#toTop {
  width: 68px;
  border: 2px solid #8e95a3;
  background: #1e2b48;
  text-align: center;
  padding: 5px 0;
  position: fixed;
  bottom: 37px;
  border-radius: 50%;
  right: 2%;
  cursor: pointer;
  display: none;
  color: #fff;
  font-family: "SF Pro Display Semibold";
  font-size: 37px;
  z-index: 222;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out 0s;
  transition: -webkit-box-shadow 0.3s ease-in-out 0s;
  transition: box-shadow 0.3s ease-in-out 0s;
  transition: box-shadow 0.3s ease-in-out 0s, -webkit-box-shadow 0.3s ease-in-out 0s;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  background: #5a4039;
}

.items-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 20px;
}

.items-wrap:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.items-wrap:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.items {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  counter-reset: item;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 100%;
}

.item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 222px;
  font-family: "SF Pro Display Semibold";
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: rgba(255, 245, 0, 0.6);
  margin: 11px 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.item:before {
  content: "WARNING: this is not a meme coin";
}

.marquee {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
  }
}
.how_it_works {
  background-image: url(../img/2_section/2sectiont.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position-x: center;
  padding-top: 50px;
  padding-bottom: 180px;
}
.how_it_works .section_title {
  margin-bottom: 50px;
}

.how_it_works_wrapper {
  position: relative;
}
.how_it_works_wrapper .partners_icons_item {
  opacity: 0.25;
}

.img_red {
  left: 30%;
  top: 330px;
  border: 29px solid rgba(225, 29, 46, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.img_red:hover {
  border: 29px solid rgba(225, 29, 46, 0.4);
}

.img_blue {
  right: 20%;
  top: 115px;
  border: 29px solid rgba(0, 150, 242, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.img_blue:hover {
  border: 29px solid rgba(0, 150, 242, 0.4);
}

.img_gold {
  right: 30%;
  bottom: 35px;
  border: 29px solid rgba(255, 148, 41, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.img_gold:hover {
  border: 29px solid rgba(255, 148, 41, 0.4);
}

.cat_img_earth {
  margin-top: 13px;
  margin-bottom: 15px;
}

.partners_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 116px;
}

.partners_icons_item {
  width: 100%;
  max-width: 156px;
  max-height: 50px;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.partners_icons_item img {
  height: 100%;
}
.partners_icons_item:hover {
  opacity: 1;
}

.how_it_works_info {
  text-align: center;
  padding-bottom: 130px;
}
.how_it_works_info h3 {
  font-family: "SF Pro Display Bold";
  font-size: 35px;
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 552px;
  margin: 0 auto;
}
.how_it_works_info .header_info_col_buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 215px;
  height: 77px;
  margin: 0 auto;
}
.how_it_works_info .header_info_col_buttons .reb_btn {
  font-family: "SF Pro Display Semibold" !important;
  font-size: 22px !important;
  line-height: 26px !important;
  width: 100% !important;
  padding: 10px 45px 15px;
}

.img_absolute {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.img_absolute:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.section_title {
  font-family: "SF Pro Display Bold";
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
}

.section_subtitle {
  font-family: "SF Pro Display Regular";
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  opacity: 0.5;
}

.services {
  background: #101932;
  padding-bottom: 209px;
}
.services .section_title {
  margin-bottom: 50px;
}

.services_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1624px;
  margin: 0 auto;
  gap: 68px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services_cards_item {
  width: 496px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 35px 40px 40px;
  background: #384d70;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.services_cards_item * {
  cursor: pointer;
}
.services_cards_item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card_item_title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "SF Pro Display Semibold";
  font-size: 35px;
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.card_item_subtitle {
  font-family: "SF Pro Display Regular";
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  opacity: 0.3;
}

.card_item_text {
  font-family: "SF Pro Display Medium";
  font-size: 25px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.7);
}

.card_item_text1 {
  margin: 30px auto;
}

.card_item_text3 {
  margin: 30px auto 0;
}

.play {
  background: #101932;
  padding-bottom: 175px;
}

.play_wrapper {
  width: 100%;
  max-width: 1736px;
  margin: 50px auto 0;
  padding: 0 15px;
}

.play_wrapper_col1 {
  width: 100%;
  background: #071022;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 50px 60px;
}

.play_wrapper_col1_item_title {
  margin-bottom: 20px;
  font-family: "SF Pro Display Bold";
  font-size: 30px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.play_wrapper_col1_item2_text {
  font-family: "SF Pro Display Regular";
  font-size: 24px;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.6);
}

.play_wrapper_col1_item2_text_middle {
  margin: 30px auto;
}

.play_wrapper_col2 {
  width: 100%;
  max-width: 1736px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.play_wrapper_col2_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.play_wrapper_col2_item1 {
  background: #ff9429;
  border-radius: 30px;
  padding: 36px 64px 40px 30px;
  max-height: 231px;
  width: 100%;
}

.play_wrapper_col2_item2 {
  background: #067ccb;
  border-radius: 30px;
  padding: 38px 38px 38px 30px;
  max-height: 231px;
  width: 100%;
}

.play_wrapper_col2_item2_info_text {
  font-family: "SF Pro Display Regular";
  font-size: 28px;
  line-height: 33px;
  color: #ffffff;
  opacity: 0.8;
}

.trend {
  background: url(../img/3_section/bottom_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 92px 143px;
}
.trend .header_info_col_buttons {
  max-width: 404px;
}
.trend .header_info_col_buttons .reb_btn {
  width: 100%;
  max-width: 100%;
  font-family: "SF Pro Display Bold";
  padding: 25px 30px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

.services_cards_item .card_item_img {
  width: 120px;
  height: 120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services_cards_item .card_item_img img {
  width: 100%;
}
.services_cards_item .card_item_img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.play_wrapper_col3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 188px;
  max-width: 1736px;
  margin: auto;
}

.play_wrapper_col3_item1_title {
  font-family: "SF Pro Display Bold";
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  max-width: 389px;
}

.play_wrapper_col3_item1_subtitle {
  max-width: 552px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: "SF Pro Display Regular";
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.6;
}

.play_wrapper_col3_item2_subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}

.play_wrapper_col3_item2_subitem_title {
  font-family: "SF Pro Display Bold";
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}

.play_wrapper_col3_item2_subitem_text {
  font-family: "SF Pro Display Regular";
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 10px;
}

.play_wrapper_col3_item2_subitem {
  width: 100%;
  max-width: 996px;
}

.play_wrapper_col3_item2_subitem2 {
  margin-top: 50px;
}

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* фоновый цвет */
  background: linear-gradient(260.81deg, #162758 2.47%, #0a142a 97.49%);
  z-index: 1001;
  width: 100%;
  height: 100%;
}
.preloader .logo_wrapper {
  position: absolute;
  bottom: 0%;
  margin-right: 0 !important;
}
.preloader .logo_wrapper .logo_title {
  display: inherit;
}

@-webkit-keyframes preloader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes preloader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader-rotate_2 {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes preloader-rotate_2 {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.loaded_hiding .preloader {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 0;
}

.preloader_wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 276px;
  height: 326px;
  position: relative;
  margin: auto;
}

.div_sircle {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
}

.load_cat {
  top: 22%;
}

.load_1 {
  top: 12%;
  -webkit-animation: preloader-rotate 10s linear infinite alternate;
          animation: preloader-rotate 10s linear infinite alternate;
}

.load_2 {
  top: 5.7%;
  -webkit-animation: preloader-rotate_2 10s linear infinite alternate;
          animation: preloader-rotate_2 10s linear infinite alternate;
}

.load_3 {
  top: 0%;
  -webkit-animation: preloader-rotate 10s linear infinite alternate;
          animation: preloader-rotate 10s linear infinite alternate;
}

.loaded .preloader {
  display: none;
}

.road_line {
  background: #101932;
  padding: 70px 15px 130px;
}

.road_line_wrapper {
  width: 100%;
  max-width: 1624px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 19px;
}

.road_line_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 395px;
  width: 792px;
}

.road_line_col2 {
  margin-top: 276px;
}

.road_line_col_item {
  background: rgba(56, 77, 112, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 35px 0 35px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.road_line_col_item:hover {
  background: #384d70;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.road_line_col_item:hover .road_line_col_item_number {
  background: rgba(255, 255, 255, 0.1);
}
.road_line_col_item:hover .road_line_col_item_number .road_line_col_item_number_number {
  color: #ffffff;
  opacity: 0.7;
}

.line_img {
  height: 1693px;
  margin: 102px auto 0;
}

.road_line_col_item_number_number {
  font-family: "SF Pro Display Bold";
  font-size: 65px;
  line-height: 78px;
  color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.road_line_col_item_number {
  background: rgba(56, 77, 112, 0.2);
  border-radius: 30px;
  padding: 34px 53px;
  max-height: 146px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.road_line_col_item_info_title {
  font-family: "SF Pro Display Medium";
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 20px;
  opacity: 0.7;
}

.road_line_col_item_info_list li {
  font-family: "SF Pro Display Regular";
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.7;
}

.road_line_wrapper_mobile {
  overflow-y: auto;
  scroll-behavior: smooth;
  position: relative;
  height: 869px;
  padding-bottom: 177px;
}
.road_line_wrapper_mobile::-webkit-scrollbar {
  z-index: 1000000000000000000000000000000000000 !important;
  background: #101932;
  width: 3px;
}
.road_line_wrapper_mobile::-webkit-scrollbar-track {
  z-index: 1000000000000000000000000000000000000 !important;
  width: 3px;
}
.road_line_wrapper_mobile::-webkit-scrollbar-thumb {
  z-index: 1000000000000000000000000000000000000 !important;
  background: #2848a8;
  border-radius: 20px;
  width: 100%;
}
.road_line_wrapper_mobile .mobile_line {
  height: 1450px;
  position: absolute;
  top: 6%;
  left: 22px;
}

.graphic_img {
  width: 100%;
  z-index: 212;
  position: absolute;
  bottom: -254px;
  left: 0;
}

.road_line_wrapper_mobile_items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.road_line_wrapper_mobile_items .road_line_col_item {
  width: 95% !important;
  margin: auto;
}
.road_line_wrapper_mobile_items .road_line_col_item .road_line_col_item_number {
  width: 97px;
  height: 100px;
  padding: 10px 0 12px;
}
.road_line_wrapper_mobile_items .road_line_col_item .road_line_col_item_number .road_line_col_item_number_number {
  font-size: 65px !important;
  line-height: 78px !important;
  text-align: center;
}

.team {
  background: #162344;
  padding: 70px 0 140px;
}

.team_wrapper {
  width: 100%;
  max-width: 1616px;
  margin: 60px auto 160px;
}

.team_item {
  text-align: center;
}

.team_item_title {
  font-family: "SF Pro Display Bold";
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 9px;
}

.team_item_text {
  font-family: "SF Pro Display Semibold";
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  opacity: 0.6;
  display: inline-block;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots li button {
  border: 0;
  /* background: transparent; */
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  color: #ff0000;
  opacity: 0.75;
}

.slick-dots li button:before {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  content: "•";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  background: #a2a7b4;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
}

.slick-dots li.slick-active button:before {
  color: #ff0000;
  background: #ff0000;
  opacity: 0.75;
  content: "";
}

.slick-dots {
  bottom: -72px;
}

.partners .partners_icons {
  margin-top: 40px;
  margin-bottom: 0 !important;
}
.partners .partners_icons .partners_icons_item {
  opacity: 0.7;
}
.partners .partners_icons .partners_icons_item:hover {
  opacity: 1;
}

.tokenomiks {
  background: #101d3f;
  padding: 70px 0 130px;
}

.tokenomiks_wrapper {
  width: 100%;
  max-width: 1735px;
  margin: 66px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tokenomiks_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.tokenomiks_col2 {
  margin: 0 147px 0 148px;
  width: 552px;
}

.tokenomiks_col_item {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 25px 50px 20px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.tokenomiks_col_item * {
  cursor: pointer;
}
.tokenomiks_col_item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: rgba(26, 49, 107, 0.7);
}

.tokenomiks_col_item_title {
  font-family: "SF Pro Display Semibold";
  font-size: 27px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 5px;
}

.tokenomiks_col_item_text {
  font-family: "SF Pro Display Regular";
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.3;
}

.play_wrapper_col3_item2_subitem_img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  cursor: pointer;
}
.play_wrapper_col3_item2_subitem_img * {
  cursor: pointer;
}
.play_wrapper_col3_item2_subitem_img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.accordion {
  background: #101932;
  padding: 69px 0 75px;
}

.accordion_wrapper {
  width: 100%;
  max-width: 1036px;
  margin: 48px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: #384d70;
  border-radius: 15px;
  padding: 17px 25px 18px 30px;
  margin: 0 auto 25px auto;
  cursor: pointer;
}
ul.accordion-list li.active h3 span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
ul.accordion-list li h3 {
  font-family: "SF Pro Display Semibold";
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  cursor: pointer;
}
ul.accordion-list li h3 span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-family: "SF Pro Display Semibold";
  font-size: 18px;
  line-height: 24px;
  opacity: 0.5;
  color: #ffffff;
  padding: 10px 0 0 0;
  cursor: pointer;
  margin: 0 0 15px 0;
}

.footer {
  padding: 70px 0 0;
  background: url(../img/Footer/bg.png);
}
.footer .section_title {
  max-width: 530px;
  margin: auto;
}

.footer_wrapper {
  width: 100%;
  max-width: 848px;
  margin: 50px auto 176px;
  text-align: center;
}

.footer_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.footer_icons_item {
  background: #e11d2e;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  cursor: pointer;
}
.footer_icons_item:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.footer_icons_item * {
  cursor: pointer;
}

.footer_icons_item1 {
  padding: 30px 25px;
}
.footer_icons_item1:hover .img_bg1 path {
  fill: #29a9eb;
}

.footer_icons_item2 {
  padding: 30px 25px 30px 24px;
}
.footer_icons_item2:hover .img_bg2 path {
  fill: #40abe2;
}

.footer_icons_item3 {
  padding: 30px;
}
.footer_icons_item3:hover .img_bg3 path {
  fill: #000;
}

.footer_icons_item4 {
  padding: 30px;
}
.footer_icons_item4:hover .img_bg4 path {
  fill: #375591;
}

.footer_icons_item5 {
  padding: 30px;
}
.footer_icons_item5:hover .img_bg5 path {
  fill: gold;
}

.footer_icons_item6 {
  padding: 30px;
}
.footer_icons_item6:hover .img_bg6 path {
  fill: url(#instagrad);
}

.img_bg svg,
.img_bg path {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.img_bg1 {
  width: 35px;
  height: 30px;
}

.img_bg2 {
  width: 35px;
  height: 30px;
}

.img_bg3 {
  width: 35px;
  height: 30px;
}

.img_bg4 {
  width: 35px;
  height: 30px;
}

.img_bg5 {
  width: 35px;
  height: 30px;
}

.img_bg6 {
  width: 35px;
  height: 30px;
}

@media (max-width: 991.98px) {
  .desktop_svg {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile_svg {
    display: none;
  }
}
.footer_cat {
  margin-top: 80px;
  margin-bottom: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_cat:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer_hach_code {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  padding: 23px 56px 22px;
  width: 100%;
  max-width: 699px;
  margin: auto;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}
.footer_hach_code * {
  cursor: pointer;
}
.footer_hach_code:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scaleX(1.05);
          transform: scaleX(1.05);
}

.footer_hach_code_title {
  font-family: "SF Pro Display Medium";
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 5px;
}

.footer_hach_code_text {
  font-family: "SF Pro Display Regular";
  font-size: 25px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.footer_info {
  background: #0d1428;
  padding: 40px 16px;
  width: 100%;
  text-align: center;
}

.footer_info_text {
  font-family: "SF Pro Display Regular";
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.4;
}