@media only screen and (max-width: 1600px) {
    .left {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(260%);
        right: 57%;
        left: 8%;
    }
    
    .right {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(135%);
        left: 57%;
    }
    
    .right2 {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(385%);
        left: 57%;
    }
    
    .left2 {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(605%);
        right: 57%;
        left: 8%;
    }
    
    .right3 {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(630%);
        left: 57%;
    }
}

@media only screen and (max-width: 1500px) {
    .left {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(220%);
        right: 57%;
        left: 8%;
    }
    
    .right {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(115%);
        left: 57%;
    }
    
    .right2 {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(325%);
        left: 57%;
    }
    
    .left2 {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(510%);
        right: 57%;
        left: 8%;
    }
    
    .right3 {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(525%);
        left: 57%;
    }
}
@media only screen and (max-width: 1366px) {
  .custom-container {
    margin-left: 5%;
    margin-right: 5%;
  }
  .large-title {
    font-size: 45px;
  }
  .font-18 {
    font-size: 15px!important;
  }
  .quote {
    font-size: 14px;
  }
  .logo {
    width: 145px;
    height: 75px;
  }
  .font-16 {
    font-size: 15px!important;
  }
  .secondary-button {
    height: 40px;
    max-width: 250px;
    font-size: 12px;
    line-height: 1;
  }
  .main-button {
    height: 42px;
    font-size: 14px;
    line-height: 1;
  }
  .title {
    font-size: 34px;
  }
  .col-title {
    font-size: 16px;
  }
  .secondary-text {
    font-size: 12px;
  }
  .left{
    -webkit-transform: translateY(410%);
  }
  .right {
    -webkit-transform: translateY(200%);
  }
  .right2{
    -webkit-transform: translateY(610%);
  }
  .left2 {
    -webkit-transform: translateY(1020%);
  }
  .right3 {
      -webkit-transform: translateY(1050%);
  }
  label {
    font-size: 14px;
  }
  .tab button, .btn-add-dosar-portofoliu {
    font-size: 15px;
  }
  .mr-3, .mx-3 {
    margin-right: 0.5rem!important;
  }
 .btn-add-dosar-portofoliu img{
    width: 20px;
  }
  .tab-column {
    font-size: 25px;
  }
  .red-percentage {
    font-size: 12px;
  }
  .percentage {
    font-size: 12px;
  }
  .green-percentage {
    font-size: 12px;
  }
  .font-25 {
    font-size: 21px!important;
  }
  select{
    font-size: 12px;
  }
  #portofoliu select {
    height: 26px;
  }
  .main-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1214px) {
  .etape-background{
    background-image: url('../img/etape.png');
    width: 100%;
    height: calc(100vw - 27vw);
    background-size: contain;
  }
}
@media only screen and (max-width: 1024px) {
  .d-flex>.tarife-text-center{
    width:100%!important;
  }
  .tarife-container>.col-lg-4{
    padding:20px!important;
  }
  .price-label{
    font-size:40px;
  }
  .price-decimals{
    font-size:20px;
  }
  .etape-background{
    background-image: url(../img/etape-mobile.png);
    width: 100%;
    height: 501px;
    background-size: cover;
    background-position: center;
    height: calc(100vw - -227vw);
  }
  .large-title{
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
  }
  .incearca-home-btn{
    margin:0 auto;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
  }
  .container-facilities{
    flex-direction: column;
    width:100%;
  }
  .container-facilities>.box-facility{
    width:100%;
  }
  .text-centru{
    width:100%!important;
  }
  .title {
    font-size: 25px;
  }
  .partners{
    margin-bottom: 20px;
  }
  .partners>.col-lg-2{
    width:60%;
    margin:0 auto;
  }
  .parteneri-text{
    margin-bottom: 20px;
  }
  .footer-container{
    flex-direction: column!important;
  }
  .container-bottom-footer{
    flex-direction: column;
  }
  .container-bottom-footer>a{
    text-align: center;
    margin-bottom: 20px;
  }
  #footer{
    height:360px;
  }
  #content{
    padding-bottom: 360px!important;
  }
  .footer-copyright{
    margin-top: 20px;
  }
  .afla-centru{
    margin:0 auto;
    display: block;
    width:150px;
  }
  .text-width{
    width:100%!important;
  }
  .text-center-mobile{
    text-align: center;
  }
  .col-modified-mobile{
    width:100%!important;
  }
  .mobile-navbar{
    display: flex!important;
  }
  .desktop-header{
    display: none!important;
  }
  .tarife-container{
    flex-direction: column;
  }
}
