.topAbonament
{
    background-size:100% auto;
    height:80vh;
    color:var(--white);
    background-position:bottom center;
   
}
.topAbonament .taImg img
{
    height:90vh;
}
.topAbonament .taText
{
    padding-top:30vh;
}

.topAbonament h1
{
    font-weight: 700;
}
.abAdvantage
{
    background-color: var(--abRedBg);
    overflow: hidden;
}
.abAdvantage .abMainImage img
{
    width:115%;
}
.abCarousel
{
    margin-top:125px;

}

.abCarousel .abCItem
{
    background-color:var(--white);
    height:450px;
    border-radius:10px;
    padding:25px;
    display:block;
}
.abCarousel .abCItem h4
{
    font-weight: 700;
    margin-bottom:20px;
}

.abCarousel .abCItem .abIcon i
{
    font-size:40px;
    color: var(--blue);
}
.abCarousel .abCItem .abIcon
{
    padding-bottom:15px;
    margin-bottom:25px;
    border-bottom:3px solid var(--blue);
    height:55px;
}

.abCarousel  .carousel-indicators [data-bs-target]
{

    border: 1px solid var(--white) !important;
    background-color:var(--abRedBg) !important;

}

.abCarousel  .carousel-indicators .active
{
        background-color:var(--white) !important;
}

.abRevisteCarousel
{
    margin-top:30px;
}
.abRevisteCarousel .carousel-item
{
    padding-top:25px;
}

.alegeAbonament
{
    background-color: var(--abGrayBg);
    padding-top:50px;
    padding-bottom:50px;
}
.alegeAbonament h2
{
    text-align: center;
    font-size:1.7rem;
    font-weight:700;
    margin-bottom:25px;
}
.chAbonament
{
    margin-top:25px;
}

.chAbonament .mbAbonament
{
    background-color:var(--white);
    border-radius:10px;
    padding:15px;
}
.chAbonament .mbAbonament span
{
    font-weight: 700;
    color: var(--darkGray);
    font-size:14px;
}
.chAbonament .mbAbonament h4
{
    color:var(--red);
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
}
.chAbonament .mbAbonament h3
{
    font-size:1.6rem;
    font-weight: 700;
    margin-bottom:2px;
    padding-bottom:2px;
    height:30px;
}

.chAbonament .mbAbonament .abBBottom
{
    border-bottom:1px solid var(--lightGray);
    padding-bottom:5px;
}
.chAbonament .mbAbonament .forChoose
{
    height:80px;
}
.chAbonament .mbAbonament .forChoose  .customSelectAb
{
    background-color:var(--white);
    z-index: 1001;
    position:relative;
}
.chAbonament .mbAbonament .forChoose  .customSelectAb  .tpChoose
{
    cursor:pointer;
}
.chAbonament .mbAbonament .forChoose  .customSelectAb  .customChoose
{
      line-height:25px;
      display:none;
  }
  .chAbonament .mbAbonament .forChoose  .customSelectAb  .customChoose
  {
      margin-top:10px;
  }

  .chAbonament .mbAbonament .forChoose  .customSelectAb  .customChoose input
  {
      margin-bottom:5px;
  }

.chAbonament .mbAbonament .chooseAb
{
    padding:25px 15px;
    padding-bottom:15px;
}

.chAbonament .mbAbonament .chooseAb input[type="radio"]
{
  margin-right:15px;
  margin-bottom:15px;
outline:none;
}
.chAbonament .mbAbonament .chooseAb input[type="radio"]:focus
{
  outline:none;
}

.form-check-input
{
    margin-top:2px;
    width:22px;
    height:22px;
    background-color:var(--radioBg);
    border:1px solid var(--radioBg);
 outline:none;
}
.form-check-input:focus
{
  outline:none;
  border-color: var(--white);
  box-shadow:none !important;
}

.form-check-input:checked
{
   background-color: var(--blue);
   border-color: var(--blue);
   border:5px;
}

.chAbonament .mbAbonament .customSelectAb
{
    width:70%;
    margin-left:15%;
    padding:7px 15px;
    border:1px solid var(--lightGrayEvents);
    border-radius:5px;
    margin-bottom:15px;
    color: #323232;
}
.chAbonament .mbAbonament .customSelectAb i
{
    float:right;
    margin-top:4px;
    color:var(--darkGray);
}
.fAbPrices
{
    padding-top:15px;
}

.fAbPrices .abPrice
{
    color:var(--red);
    text-align:left !important;
    z-index:1000;
    position:relative;
    height:30px;
}
.abolink button
{
    width:100%;
    padding:12px 15px;
    display:block;
    color:var(--white);
    border-radius:5px;
    text-decoration: none;
    text-align:center;
    border:0px;
}
.lbCheck
{
    cursor: pointer;
}

.abCheck
{
    background-color:var(--white);
    border:1px solid var(--white);
}
.abCheck:checked[type="checkbox"]
{
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
      background-color:var(--white);
}

.mesajAbonament
{
    padding-top:25px;
    font-size:20px;
    color:var(--red);
    font-weight: bold;
}
@media (max-width: 1550px)
{
.abAdvantage .abCarousel
{
    padding:0px !important;
}
}
@media (max-width: 1100px)
{
.abAdvantage .col-2
{
    display:none;
}

.abAdvantage .abCarousel
{
    width:40%;
    margin-left:5%;
}
.abAdvantage .abMainImage
{
    width:50%;
    padding-top:20vh;
}

}

@media (max-width: 768px)
{
    .topAbonament
    {
        display:none;
    }
    .abOcupatie
    {
        display: block;
        width:100%;
        padding-bottom: 15px;
    }
    .abSpecializare
    {
        display: block;
        width:100%;
    }
    .listAbonamente .col-4
    {
        width: 100%;
    }
    .abMainImage
    {
        display:none;
    }
    .abAdvantage .abCarousel
    {
        width:90%;
    }
    .revistaMb
    {
        width:33% !important;
       
    }

}
@media (max-width: 450px)
{
   .chAbonament .mbAbonament .customSelectAb
   {
       width:92%;
       margin-left:4%;
   }
   .chAbonament .mbAbonament .chooseAb
   {
       padding-left:0px !important;
       padding-right:0px  !important;
   }
   .chAbonament .mbAbonament .chooseAb input[type="radio"]
   {
       margin-right:5px !important;
   }

   .chooseAb label
   {
       display:inline-block;

       width:80%;
   }
   .chAbonament .col-12
   {
       padding-left:0px !important;
       padding-right:0px !important;
   }

}



