.img-people{
   position: absolute;
    right: 0;
    bottom: 0;
    height: 95%;
    z-index: 10;
}

.price_mob {
    display: none!important;
}

.first__content {
    background-image: url("../img/bg-main.png");
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 20;
}


.first__content-bg .left{
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    z-index: 10;
}

.first__content-bg .mob{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    z-index: 10;
}

.first__content .content{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
    position: relative;
    z-index: 40;

}

.first__content .content h1{
    color: #FFF;

    padding-bottom: 30px;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 120% */
}

.first__content .content p{

    color: #FFF;
    leading-trim: both;
    text-edge: cap;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 10px 0;
    line-height: 140%; /* 25.2px */
}


.first__content .content .price{
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 24px 74px -10px rgba(0, 0, 0, 0.33);
    backdrop-filter: blur(17px);
    padding: 10px 20px;
    margin-top: 60px;
    display: flex;
    justify-content: flex-end;
    width: 435px;
}

.first__content .content .price img{
    position: absolute;
    left: -60px;
    bottom: 0;

}

.first__content .content .price .info{
    display: flex;
    flex-direction: column;

}

.first__content .content .price .info p{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
}
.first__content .content .price .info span{
display: block;
    background: linear-gradient(91deg, rgba(255, 255, 255, 0.60) 2.05%, #FFF 43.7%, rgba(255, 255, 255, 0.60) 99.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    leading-trim: both;
    text-edge: cap;

    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 53.2px */
}

.content .a_link{
    margin-top: 60px;
    display: block;
    border-radius: 14px;
    border-bottom: 4px solid #A7101B;
    background: #CF202C;
    padding: 20px 40px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
    transform: scale(1);
    transition: 0.3s ease-in-out;
}
.content .a_link:hover{
    transform: scale(1.1);

}

.content .a_link:active{
    transform: scale(0.97);
}
.first-img-mob{
    display: none;
}

@media only screen and (max-width:1200px){
    .img-people {
        height: 65%;
    }
}
@media only screen and (max-width:992px) {
    .img-people {
        height: 55%;
    }



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

}

@media only screen and (max-width:600px){


    .price_desk {
        display: none!important;
    }
    .price_mob {
        display: block!important;
    }

  .first-img-mob{
      display: none;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 40;
      width: 70%;
  }
    .img-people {
       display: none;
    }

    .first__content .content h1 br{
        display: none;
    }
    .hidden {
        display: none;
    }

    .first__content .content h1{
        font-size: 30px;
        text-align: center;
        line-height: normal;
        padding-bottom: 15px;
    }
    .first__content .content {

        justify-content: flex-start;
        align-items: center;
        padding-top: 35%;
        padding-bottom: 60px;
    }
    .first__content-bg .left{
       display: none;
    }
    .first__content-bg .mob{
        display: block;
    }
    .first__content .content .price {
        width: 82%;
        margin-left: 58px;
        margin-top: 30px;
        fill: rgba(255, 255, 255, 0.20);
        stroke-width: 1px;
        stroke: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(22px);
        background: rgba(255, 255, 255, 0.20);
    }

    .header_content {
        justify-content: center;
    }

    .first__content .content p{
       text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
    .first__content .content p br {
        display: none;
    }
    .content .a_link {
        margin-top: 30px;
        width: 100%;
    }
    .first__content .content .price img {
        left: -60px;
        height: fit-content;
    }
    .first__content .content .price .info p {
        margin: 0;
        text-align: left;
    }

    .first__content {

        background-position: 41% 50%;
    }
    .first__content .content .price .info span{
        font-size: 29px;
    }
    .first__content .content .price .info p {
        font-size: 13px;
    }


    }