@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Montserrat:ital@0;1&family=Ubuntu:ital,wght@0,300;1,300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Italiana', serif;
    font-family: 'Ubuntu', sans-serif;
    color: rgba(255, 255, 255, 1);
}

a {
    text-decoration: none;

}
h1 {
    color: #fff;
}
ul,ol {
    list-style: none;
}
header {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) -6.22%, rgba(0, 0, 0, 0.5) 45.01%, rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(20px);
    padding: 15px 0;
    border-bottom: 1px solid red;
    position: fixed;
    width: 100%;
    z-index: 500;
}
.Gwrapper {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    display: block;
}


.Gwrapper-2 {
    display: none;
}

#menuToggle
{
    display: block;
    position: relative;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a
{
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}

#menuToggle a:hover
{
    color: tomato;
}


#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #cdcdcd;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child
{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -100px;
    padding: 50px;
    padding-top: 125px;

    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    background: #050505;
}

#menu li
{
    padding: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
    transform: none;
}

.block_title {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
.block_t_des {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    padding: 20px 0 0 0;
}
.flex-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* header */
.nav {
    width: 100%;
    max-width: 700px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
}
.user-prifile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 230px;
}
.user-data {
    color: #fff;
    text-align: right    ;
    text-transform: uppercase;
    
}
.user-data a {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    text-align: right;
    text-transform: uppercase;
    color: #FF0000;
}

.nav_item    {
    font-weight: 200;
    font-size: 16px;
    color: #ffff;
    transition: 0.3s all ease-in;
}
.nav_item:hover {
    color: red;
}

.block-1 {
    background-image: url('../img/home_men.png');
    height: 100vh;
    background-size: cover  ;
}
.block-1-container {
    display: flex;
    z-index: 999;
    padding: 200px 0 0 0;
    align-items: center;
    justify-content: space-between;
}

.block-1-content p  {
    padding: 20px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.red {
    color: red;
}
/* идщсл 2 */
.block-2 {
    background-image: url('../img/bg.png');
    background-size: cover;
    min-height: 100vh;
}
.block_2_content {
    padding: 342px 0 0 0 ;
}
.latest_sales {
    padding: 50px  0 ;
}
.sale {
    width: 100%;
    margin: 20px 0;
    background: rgba(36, 36, 36, 0.2);
    backdrop-filter: blur(20px);
    padding: 31px 0;
}
.content_b2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sale_product {
    color: red;
    font-weight: 800;
}
.priduct_name {
    font-weight: 400;
font-size: 16px;
line-height: 18px;

}
.date {
    font-weight: 400;
font-size: 16px;
line-height: 18px;
}
.buy {
    border: none;
    background: none;
    border-left: 2px solid red ;
    padding:  0 10px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;

    transition: 0.5s all linear;
}
.buy:hover {
    border-left: 2px solid rgb(255, 255, 255) ;
    color: red;
}
.crash_product{
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
/* block_3 */
.block_3 {
    background-image: url('../img/block3img.png');
    background-size: cover;
    min-height: 60vh;
}
.right {
    text-align: right;
}
.feed {
    max-width: 369px;
    padding: 5px 10px;
    background: rgba(36, 36, 36, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    margin: 0 10px;
}
.name {
    color: rgb(243, 177, 55);
    font-size: 18px;
    font-family: sans-serif;
    line-height: 2;

}
.text {
    font-family: sans-serif;
    font-size: 19px;
    color: #fff;
    line-height: 2;

}
.userNick {
    color: rgb(4, 0, 255);
    font-weight: 800;
    line-height: 2;
}
.feed_img {
    margin: 5px 140px ;
}
.top_fid {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}


@media (max-width:1500px){
    .feed_img {
        margin: 5px 40px ;
    }
}
.block_3_content{
    padding: 50px 0;
}
/* block_4 */
.block_4 {
    background-image: url('../img/backblokc3.png');
    background-size: cover;
    min-height: 60vh;
}
.block_4_container {
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer {
    background-color: #000;
    border-top: 2px solid  red;
    padding: 28px 0 ;
}
.company_block {
    max-width: 550px;
    display: flex;
    justify-content: space-between  ;
}
.mini_title {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #ffff;
}

.mini_des {
    color: rgba(255, 255, 255, 0.534);
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}
.calc_block {
    display: flex;
    justify-content: space-between;
    padding: 47px 0 0 0;
}
.footer_title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;

    color: #FFFFFF;
}
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}
  
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: rgb(0, 0, 0);
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: rgb(0, 0, 0);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }

.conver_cripto , .conver_currency {
    /* padding: 0 50px; */
    width: 100%;
    text-align: center;
    max-width: 422px;
}
.obmen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0 0;
}
.show_value {
    background: #0A0A0A;
    border: 1px solid #0A0A0A;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 12px 20.5px;
    margin: 5px 0 0 0;
}
.show_value_mini {
    background: #0A0A0A;
    border: 1px solid #0A0A0A;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 12px 15px;
    max-width: 125px;
    margin: 5px 0 0 0;
}
.trash_and_obmen {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
    padding: 0 10px;
}
.content_Aa221 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 692px;
}

.content_Bb221 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.diogram {
    text-align: center;
    padding: 31px 0;
}

.calc_pr {
    width: 100%;
    max-width: 301px;

}
.percents_block {
    margin: 50px 0 0 0;
}
.pr_ot_chisla , .pr_k_chislu {
    display: flex;
    justify-content: space-around;
}
.precent {
    text-align: center;
}
.result {
    text-align: center;

}
.result p {
    font-weight: 700;
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    color: #FFFFFF;
}
.preloader {
    --bg-color: #0000;
    --size: 200px;
    --first-color: #ff0000;
    --second-color: #ff0000;
    --third-color: #ff0000;
    --thickness: 3px;
    --duration: 1s;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--duration);
}

.dn {
    display: none;
}
.db {
    display: block;
}

.preloader__content {
    position: relative;
    width: var(--size);
    height: var(--size);
}

.preloader__first,
.preloader__second,
.preloader__third {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: var(--duration) linear infinite;
}

.preloader__first {
    border-bottom: var(--thickness) solid var(--first-color);
    animation-name: first;
}

.preloader__second {
    border-right: var(--thickness) solid var(--second-color);
    animation-name: second;
}

.preloader__third {
    border-top: var(--thickness) solid var(--third-color);
    animation-name: third;
}

@keyframes first {
    0% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg) }
    100% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg) }
}

@keyframes second {
    0% { transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg) }
    100% { transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg) }
}

@keyframes third {
    0% { transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg) }
    100% { transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg) }
}
.secpmnd_p {
    display: none;
}
@media (max-width: 768px) {
    .header_none {
        display: none !important;
    }
    .flex-block {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    .block-1-content p {
        font-size: 14px;
    }
    .block-1-content {
        max-width: 658px;
        padding-top: 126px;
    }
    .block_4_container {
        display: block;
    }
    .block_4_container img{
        width: 500px;
        height: 500px;
    }
    .block_4_container div{
        height: 500px;
        padding: 20px;
        text-align: center;
    }
    .calc_block {
        display: block !important;
    }
    .conver_cripto {
        margin: 0 auto;
    }
    .calc_pr {
        margin: 0 auto;
    }
    .conver_currency {
        margin: 0 auto;
    }
    .company_block {
        margin: 0 auto;
    }
    .content_Bb221 {
        justify-content: space-around;
    }
    .content_b2 {
        display: block !important;
    }
    .top_fid {
        display: block;
        text-align: center;
    }
    .feed_img img{
        width: 491px;
        height: 230px;
    }
    .sale {
        width: 94%;
        margin: 0 auto;
        background: rgba(36, 36, 36, 0.2);
        backdrop-filter: blur(20px);
        padding: 32px 20px;
        margin-top: 20px;
    }
    #menu {
        margin: -100px 0 0 -130px;
    }
    .right {
        text-align: center;
    }
    .content_Aa221 {
        width: 596px;
    }
    .content_Aa221 p{
        font-size: 14px;
    }
}


@media (max-width: 450px) {
    .diogram img {
        width: 300px;
    }
    .content_Aa221 img{
        height: 19px;
        width: 62px;
    }
    .block-1-content {
        max-width: 520px;
        margin: 0 auto;
    }
    .first_p {
        display: none;
    }
    .secpmnd_p {
        display: block;
    }
    .content_Aa221 {
        width: 342px;
    }
    .priduct_name {
        font-size: 9px;
    }
    .date {
        font-size: 12px;
    }
    .buy {
        font-size: 12px;
    }
    .feed_img img {
        width: 308px;
        margin: 0 auto;
        height: 180px;
    }
    .block-1-content svg {
        width: 350px;
    }
    .obmen {
        display: block;
    }
    .block_4_container img{
        width: 333px;
        height: 353px;
    }
    .block-1 {
        background-position: center;
    }
    #menu {
        margin: -100px 0 0 -45px;
    }
    .block-1-content {
        padding-left: 15px;
    }
    .logo {
        display: none;
    }
    .block-1 {
        width: 100%;
        height: 28vh;
    }
    .block_2_content {
        padding: 35rem 0 0 0;
    }
    .block_t_des {
        font-size: 11px;
    }
    .wrapper-page23222{
        margin-left: 23px;
    }
    .Gwrapper-2 {
        display: block;
    }
}


