.pricing-top{
    position: absolute;
    top:-567px;
    right: -140px;
}
.pricing-with{
    width: 1110px;

}
.pricing-plans{
    margin-bottom: 95px;
  
}
.pricing-plans-conteiner{
    display: flex;
    flex-direction: row;
    gap:30px;
}
.pricing-plans-conteiner p{
    font-weight: 400;
    line-height: 28px;
    color:rgba(108, 130, 148, 1);
    margin-bottom: 8px;
}
.pricing-plans-conteiner span{
    display: inline-block;
    font-family: "DM Serif Display";
    font-weight: 400;
    font-size: 56px;
    letter-spacing: -0.43px;
    line-height: 72px;
    color:rgba(54, 83, 107, 1);
    margin-bottom: 24px;
}
.decor-line{
    width: 100%;
    height: 1px;
    background-color: rgba(151, 151, 151, 1);
    opacity: 25%;
    margin-bottom: 24px;
}
.pricing-title{
    margin-top: 170px;
    margin-bottom: 72px;

}


.available-choice{
    padding-left: 36px;
    background-image: url(./assets/logo/bird-price.png);
    background-repeat: no-repeat;
    background-position-y: 6px;
}

.pricing-plans-conteiner_box ul{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color:rgba(54, 83, 107, 1);
    margin-bottom: 24px;
}

.unavailable-choice{
    padding-left: 36px;
    opacity: 50%;
}
.btn-request{
    width: 168px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 24px;
    color:rgba(54, 83, 107, 1);
    letter-spacing: -0.12px;
    cursor: pointer;
    border: 1px solid rgba(54, 83, 107, 1);;

}
.btn-request:hover{
    color:rgba(251, 252, 254, 1);
    background-color:rgba(54, 83, 107, 1);
}
.ready{
    margin-bottom: 96px;
}