body {
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    /*background-color:lightblue;*/
    margin:0px;
    padding:0px;
    font-family:"Open Sans", Arial;
}

html {
    min-height: 100%;
    width: 100%;
    max-width: 100%;
}

ul,
ol {
    margin: 0px;
}

h1,h2,h3,h4,h5,h6 {
    margin-top:0px;
    margin-bottom:10px;
}

.oypp_lp_inner_wrp {
    max-width:1366px;
    width:100%;
    margin:0 auto;
    /*background-color:antiquewhite;*/
}

.oypp_lp_main_wrapper {
    padding-top:130px;
}
.oypp_lp_header {}
.oypp_lp_main__header {
    position:fixed;
    left:0px;
    z-index:100;
    top:0px;
    padding-top:20px;
    padding-bottom:20px;
    box-sizing:border-box;
    background-color: #fff;
    max-width:100%;
    width:100%;
    box-shadow: 0px 3px 16px rgba(0, 0, 41, 0.3);
}
.oypp_lp_main__header .oypp_lp_inner_wrp {
    display:flex;
        align-items: center;
    justify-content: center;
}
.oypp_lp_logo {
    max-width:50%;
}
.oypp_lp_logo a{
    display:flex;
    text-align:center;
    max-width: 425px;
    /*justify-content: center;
    align-items: center;*/
}
.oypp_lp_logo a img {height: auto; width:100%;}
.oypp_lp_acces_platforma {
    margin-left:auto;
    max-width:50%;
    width:100%;
    padding-left:50px;
    box-sizing:border-box;
}
.oypp_lp_acces_platforma p {
    color:#000000;
    font-weight:bold;
    font-size:20px;
    line-height:27px;
    margin-top: 0px;
    margin-bottom:10px;
}
.oypp_lp_acces_btns {
    display:flex;
    justify-content: space-between;
}
.oypp_lp_acces_btns a {
    background-color:#2DC3F5;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color:#fff;
    font-size:20px;
    line-height:27px;
    padding:11px;
    box-sizing:border-box;
    text-decoration:none;
    font-weight:bold;
    max-width:calc(50% - 7.5px);
    width:100%;
    text-align:center;
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out; 
    -ms-transition: all 0.4s ease-in-out; 
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 3px 6px #00000029;

}
.oypp_lp_acces_btns a:hover {
    background-color:#FA4619;
}
.oypp_lp_main__content__wrapper {

    padding-top:28px;
    background-image:url(../images/dunga-albastra-4k.png);
    background-repeat:no-repeat;
    background-position:center -610px;
}
/* SECTION GLOBALY STYLE */
.oypp_lp_section {
    padding-top:48px;
    box-sizing:border-box; 
    padding-bottom:48px;
    /*background-color:#fff;*/
}


.oypp_lp_section_content h2 {
    font-size:46px;
    line-height:62px;
    color:#fa4619;
    font-weight:bold;
    font-family:"Open Sans", Arial;
}
.oypp_lp_section_content h3 {
    font-size:25px;
    line-height:34px;
    color:#2DC3F5;
    font-weight:bold;
    font-family:"Open Sans", Arial;
}
.oypp_lp_section_content h5 {
    font-size:25px;
    line-height:34px;
    color:#fa4619;
    font-weight:bold;
    font-family:"Open Sans", Arial;
}
.oypp_lp_section_content a {
    font-weight: bold;
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
    text-decoration: none;
    color:#2DC3F5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} 
.oypp_lp_section_content a:hover {
    color:#fa4619;

}
.oypp_lp_section_content li ,
.oypp_lp_section_content p {
    color:#000;
    font-family:"Open Sans", Arial;
    font-size:20px;
    line-height:27px;
    font-weight:normal;
}
.oypp_lp_section_content p.oypp_lp_info {
    font-size:15px;
    line-height:20px;
    color:#707070;
}
.oypp_lp_section_content b {
    font-weight:bold;
}
.oypp_lp_section_content ul {
    padding-left:40px;
    margin-left:0px;
}
.oypp_lp_section_content > ul {
    margin-bottom:40px;
}
.oypp_lp_section_content li {

}
.oypp_lp_section_content .oypp_lp_no_bullets {
    list-style:none;
}
.oypp_lp_section_content .oypp_lp_no_bullets li {display:flex;align-items: center;
margin-bottom:5px;margin-top:5px;}
.oypp_lp_section_content .oypp_lp_no_bullets li img {margin-right:10px;}
.oypp_lp_section_content .oypp_lp_orange_bullets,
.oypp_lp_section_content .oypp_lp_blue_bullets {
    list-style:none;
}
.oypp_lp_section_content .oypp_lp_orange_bullets li,
.oypp_lp_section_content .oypp_lp_blue_bullets li{
    font-size:19px;
}
.oypp_lp_section_content .oypp_lp_orange_bullets > li ,
.oypp_lp_section_content .oypp_lp_blue_bullets > li {
    position:relative;
    padding-left:25px;
    box-sizing:border-box;
}
.oypp_lp_section_content .oypp_lp_orange_bullets > li:before ,
.oypp_lp_section_content .oypp_lp_blue_bullets > li:before {
    position:absolute;
    left:0px;
    display:block;
    width:16px;
    height:16px;
    background-color:#2dc3f5;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top:6px;
    content:"";
}
.oypp_lp_section_content .oypp_lp_orange_bullets > li:before {
    background-color:#FA4619;
}


/*Caleidoscop program*/
.oypp_lp_section_program {
    display:flex;
    max-width:100%;
    width:100%;

}
.oypp_lp_section_program .oypp_lp_col_program_left {
    max-width:708px;
    width:100%;
}
.oypp_lp_section_program .oypp_lp_col_program_right {
    max-width:calc(100% - 708px);
    padding-left:43px;
    box-sizing:border-box;
}
.oypp_lp_section_program .oypp_lp_col_program_right img {
    max-width:576px;
}

/*Caleidoscop harta*/

.oypp_lp_section_harta_licee {}
.oypp_lp_section_harta_licee .oypp_lp_caleidoscop_harta_cont img {
    max-width:100%;
    width:100%;
}
.oypp_lp_caleidoscop_harta_wrp {
    padding-top:40px;
    box-sizing:border-box;
    padding-bottom:20px;
}
.oypp_lp_caleidoscop_harta_cont {
    margin-top:10px; 
    margin-bottom:10px;
    border:3px solid #04AEEF; 
    overflow:hidden; 
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px; 
    border-radius: 15px; 
    height:600px; 
    position:relative;
}
.oypp_lp_caleidoscop_harta_cont #oypp_lp_map_holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
}
.oypp_lp_caleidoscop_harta_cont #oypp_lp_map_canvas {
    overflow:hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-color:#fff
}

/*Caleidoscop sprijin*/
.oypp_lp_section_sprijin {
     display:flex;
    max-width:100%;
    width:100%;
    margin-bottom:0px;
}
.oypp_lp_section_sprijin .oypp_lp_col_sprijin_left {
    max-width:708px;
    width:100%;
}
.oypp_lp_section_sprijin .oypp_lp_col_sprijin_right {
    max-width:calc(100% - 708px);
    padding-left:43px;
    box-sizing:border-box;
}


.oypp_lp_section_sprijin .oypp_lp_listing_sprijin {
    padding-top:45px;
    display:flex;
    box-sizing:border-box;
    flex-direction:column;
    max-width:100%;
    width:100%;
    padding-left:124px;
}
.oypp_lp_section_sprijin .oypp_lp_sprijin_box {
    display:flex;
    max-width:100%;
    width:100%;
    align-items: center;
    justify-content: center;
}

/*Caleidoscop inscrieri*/
.oypp_lp_section_inscriere {
     display:flex;
    max-width:100%;
    width:100%;
    margin-bottom:0px;
}
.oypp_lp_section_inscriere .oypp_lp_col_inscriere_left {
    max-width:850px;
    width:100%;
}
.oypp_lp_section_inscriere .oypp_lp_col_inscriere_left p,
.oypp_lp_section_inscriere .oypp_lp_col_inscriere_left p, ul  {
    max-width:710px;
}
.oypp_lp_section_inscriere .oypp_lp_col_inscriere_right {
    max-width:calc(100% - 850px);
    /*padding-left:43px;*/
    box-sizing:border-box;
}
.oypp_lp_section_inscriere .oypp_lp_col_inscriere_right img {
    width:100%;
    /*width:638px;*/
    max-width:100%;
    margin-top:20px;
    /*transform: translate(100px, 0px);*/
}
/*Caleidoscop calendar inscrieri */
.oypp_lp_section_calendar_inscrieri {}
.oypp_lp_section_calendar_inscrieri .oypp_lp_col_calendar_inscrieri_top {}
.oypp_lp_section_calendar_inscrieri .oypp_lp_col_calendar_inscrieri_top p {
    max-width:969px;
}

.oypp_lp_section_calendar_inscrieri .oypp_lp_col_calendar_inscrieri_bottom{}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline {
    position:relative;
  
    
    min-height:410px;
    display:flex;
    align-items: center;
    justify-content: center;
    max-width:100%;
    width:100%;
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_line {
    transform: translate( 0px, 0);
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line {
    max-width:265px;
    width:100%;
    min-height:115px;
    position:absolute;
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_1, 
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3, 
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5{
    bottom:0px;
    left:0px;
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2, 
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4{
    top:0px;
    left:0px;
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 {
    /*max-width:365px;*/
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 p {
    /*max-width:365px;*/
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line .oypp_lp_section_content {
    position:relative;
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line .oypp_lp_section_content .oypp_lp_bullet{
    position: absolute;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    color: #fff;
    font-size: 35px;
    background-color: #3daff2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    font-weight: bold;
    left: 0;
    right: 0;
    margin: 0 auto;
    
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_1 {
    left:20px;

} 
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_1 .oypp_lp_section_content .oypp_lp_bullet {
    top: -111px;
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 {
    left:236px;
    max-width:310px;
    top:25px;
} 
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 .oypp_lp_section_content .oypp_lp_bullet {
    bottom: -96px;
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 {
    left:539px;
} 
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 .oypp_lp_section_content .oypp_lp_bullet {
    top: -73px;
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 {
    left:735px;
    top:25px;
    max-width:355px;
} 
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 .oypp_lp_section_content .oypp_lp_bullet {
    bottom: -100px;
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 {
    left: 1012px;
    max-width: 300px;
} 
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 .oypp_lp_section_content .oypp_lp_bullet {
    top: -76px;
}





.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line h5 {
    margin-bottom:0px;
    margin-top:0px;
}
.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line p {
    margin-top:0px;
    margin-bottom:0px;
}


/*Caleidoscop Contract */
.oypp_lp_section_contract {}
.oypp_lp_section_contract .oypp_lp_contract_top {}
.oypp_lp_section_contract .oypp_lp_contract_top .oypp_lp_section_content {
    max-width:969px;
}
.oypp_lp_section_contract .oypp_lp_contract_bottom {
    display:flex;
    max-width:100%;
    width:100%;
    justify-content: space-between;
}
.oypp_lp_section_contract .oypp_lp_contract_bottom_box {
    max-width:600px;
    width:100%;
}
.oypp_lp_section_contract .oypp_lp_contract_bottom_box h3 {}
.oypp_lp_section_contract .oypp_lp_contract_bottom_box ul {
    margin-left:0px;
    padding-left:0px;
}
.oypp_lp_section_contract .oypp_lp_contract_bottom_box p {
    font-size:20px;
    line-height:27px;
}
.oypp_lp_section_contract .oypp_lp_contract_bottom_box ul li.oypp_lp_hide {
    opacity:0;
} 
 

/*Caleidoscop Experiente */
.oypp_lp_section_experiente {
     display:flex;
    max-width:100%;
    width:100%;
    margin-bottom:0px;
}
.oypp_lp_section_experiente .oypp_lp_col_experiente_left {
    max-width:50%;
    width:100%;
}
.oypp_lp_section_experiente .oypp_lp_col_experiente_right {
    max-width:50%;
    width:100%;
    padding-left:50px;
    box-sizing:border-box;
}
.oypp_lp_section_experiente .oypp_lp_col_experiente_right .oypp_lp_hide {
    opacity:0;
}

.oypp_lp_section_experiente .oypp_lp_listing_experiente {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    transform: translate(-20px, 0px);
}
.oypp_lp_section_experiente .oypp_lp_experiente_box {
    display:flex;
    max-width:100%;
    width:100%;
    align-items: center;
    justify-content: center;
}




/*Caleidoscop Acces Platforma */
.oypp_lp_section_acces_platforma {
     display:flex;
    max-width:100%;
    width:100%;
    margin-bottom:0px;
    flex-direction:column;
}
.oypp_lp_section_acces_platforma .oypp_lp_acces_platforma_top {
    max-width:969px;
    width:100%;
    margin-bottom:30px;
}
.oypp_lp_section_acces_platforma .oypp_lp_acces_platforma_bottom {
    max-width:100%;
    display:flex;
    width:100%;
    justify-content: space-between;
}
.oypp_lp_section_acces_platforma .oypp_lp_col_cont,
.oypp_lp_section_acces_platforma .oypp_lp_col_acp_left {
    max-width:calc(50% - 75px);
    width:100%;
    box-sizing:border-box;
}



.oypp_lp_section_acces_platforma .oypp_lp_acp_link_box {
    display:flex;
    max-width: 100%;
}
.oypp_lp_section_acces_platforma .oypp_lp_acp_link_box a{
    background-color: #2DC3F5;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    color: #fff;
    font-size: 45px;
    line-height: 50px;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
    max-width: 100%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 3px 6px #00000029;
}
.oypp_lp_section_acces_platforma .oypp_lp_acp_link_box a:hover {
        background-color: #FA4619;
}
.oypp_lp_section_acces_platforma .oypp_lp_acp_box {
    display:flex;
    max-width:100%;
    width:100%;
    align-items: center;
    justify-content: center;
    margin-top:25px;
}



/*Caleidoscop Acces Platforma */
.oypp_lp_section_descarca_app {
    display:flex;
    max-width:100%;
    width:100%;
    margin-bottom:0px;
    flex-direction:column;
}
.oypp_lp_section_descarca_app .oypp_lp_download_apps_links {
    padding-top:10px;
}
.oypp_lp_section_descarca_app .oypp_lp_download_apps_links a {
    text-decoration:none;
    margin-right:45px;
}



.oypp_lp_logo .oypp_lp_mobile {display:none;}
.oypp_lp_acces_platforma p.oypp_lp_mobile_view {display:none;}

@media only screen and (max-width: 1500px){
   .oypp_lp_inner_wrp {
        max-width:100%;
        padding-left:50px;
        padding-right:50px;
        box-sizing:border-box;
   }
   .oypp_lp_section_program .oypp_lp_col_program_right img {
        max-width: 576px;
        width: 100%;
        height: auto;
    }
    .oypp_lp_section_program {
        align-items:center;
    }
    
    .oypp_lp_section_program .oypp_lp_col_program_left ,
    .oypp_lp_section_program .oypp_lp_col_program_right {max-width:50%;}


    .oypp_lp_section_sprijin .oypp_lp_col_sprijin_right  {
        padding-left:0px;
    }
    .oypp_lp_section_sprijin .oypp_lp_listing_sprijin {
        padding-left:30px;
    }
    .oypp_lp_section_sprijin .oypp_lp_col_sprijin_left,
    .oypp_lp_section_sprijin .oypp_lp_col_sprijin_right {
        max-width:50%;
    }
    .oypp_lp_section_sprijin .oypp_lp_col_sprijin_left img {
        max-width:100%;
        height:auto;
    }
    .oypp_lp_section_inscriere .oypp_lp_col_inscriere_right img {height:auto;}
    .oypp_lp_section_inscriere .oypp_lp_col_inscriere_right {
        max-width:430px;
    }
    .oypp_lp_section_inscriere .oypp_lp_col_inscriere_left {
        max-width:calc(100% - 430px);
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_line img {
        max-width:100%;
        height:auto;
    }


}
@media only screen and (max-width: 1500px){}
@media only screen and (max-width: 1450px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 {left:520px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 {left:705px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 {left:983px}
}
@media only screen and (max-width: 1400px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 {left:490px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 {left:660px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 {left:935px;}
}
@media only screen and (max-width: 1350px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 {left:465px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 {left:630px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 {left:905px;}
}
@media only screen and (max-width: 1300px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 {left:465px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 {left:610px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 {left:865px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line .oypp_lp_section_content .oypp_lp_bullet {
        width:45px;
        height:45px;
        font-size:24px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 .oypp_lp_section_content .oypp_lp_bullet {
        bottom:-94px;
    }
}

@media only screen and (max-width: 1250px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 {left:200px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 {left:425px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 {left:570px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 {left:805px;}
}
@media only screen and (max-width: 1200px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 {left:170px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 {left:395px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 {left:540px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 {left:775px;}
}
@media only screen and (max-width: 1150px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 {left:140px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 {left:355px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 {left:500px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 {left:715px;}
}
@media only screen and (max-width: 1100px){
    /*.oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 {left:140px;}*/
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 {left:335px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 {left:480px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 {left:685px;}
}
@media only screen and (min-width: 1051px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline {
        background-image:none !important;
    }

}
@media only screen and (max-width: 1050px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline {
        
        background-repeat:no-repeat;
        flex-direction:column;
        /*padding-left:250px;*/
        box-sizing:border-box;
        align-items:flex-start;
        background-size:contain;
        min-height:1100px;
        background-position:center;
        justify-content:flex-start;
        max-width:700px;
        margin:0 auto;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_line{
        display:none;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line {
        position:relative;
        left:0px !important;
        bottom:0px !important;
        top:0px !important;
        margin-bottom:50px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line .oypp_lp_section_content .oypp_lp_bullet {
        /*width:60px;
        height:60px;
        font-size:35px;*/
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_1 .oypp_lp_section_content .oypp_lp_bullet ,
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 .oypp_lp_section_content .oypp_lp_bullet ,
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 .oypp_lp_section_content .oypp_lp_bullet ,
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 .oypp_lp_section_content .oypp_lp_bullet ,
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 .oypp_lp_section_content .oypp_lp_bullet {
        top:0px;
        bottom:0px;
        left:-190px;
        right:auto;

    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_1 {
        padding-top:120px;
        left:0px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_1 .oypp_lp_section_content .oypp_lp_bullet {
        right: -105px;
        left: auto;
    }

    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 {
        /*padding-top:170px;*/
        left: auto !important;
        right: -420px !important;
        padding-top:30px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 .oypp_lp_section_content .oypp_lp_bullet {
        left:-72px;
    }

    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 {
        padding-top:30px;
        left:0px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 .oypp_lp_section_content .oypp_lp_bullet {
        right: -70px;
        left: auto;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 {
        /*padding-top:170px;*/
        left: auto !important;
        right: -420px !important;
        padding-top:30px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 .oypp_lp_section_content .oypp_lp_bullet {
        left:-80px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 {
        padding-top:40px;
        left:0px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 .oypp_lp_section_content .oypp_lp_bullet {
        right: -35px;
        left: auto;
    }
    
}
@media only screen and (max-width: 880px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_1 {
        padding-top:120px;
        left:0px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 {
        left: 0 ;
        right: auto !important;
        padding-top:30px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 {
        padding-top:30px;
        left:0px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 {
        left: 0 !important;
        right: auto !important;
        padding-top:30px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 {
        padding-top:40px;
        left:0px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_1 .oypp_lp_section_content .oypp_lp_bullet {
        right: auto;
        left: -114px;
    }
    
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 .oypp_lp_section_content .oypp_lp_bullet {
        right:auto;
        left:-92px;
    }
    
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 .oypp_lp_section_content .oypp_lp_bullet {
        left: -151px;
        right: auto;
    }
    
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 .oypp_lp_section_content .oypp_lp_bullet {
        right:auto;
        left:-98px;
    }
    
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 .oypp_lp_section_content .oypp_lp_bullet {
        left: -149px;
        right: auto;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline {
        background-position:left 0;
        max-width:100%;
        padding-left:170px;
    }
}
@media only screen and (max-width: 630px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line h5 {
        font-size:20px;line-height:30px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line p {
        font-size:16px;
        line-height:21px;
    }
}
@media only screen and (max-width: 440px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline {
        padding-left:0px;
        background-position:0px;
        padding-left:87px;
        min-height:auto;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line .oypp_lp_section_content .oypp_lp_bullet {
        width:30px;
        height:30px;
        font-size:16px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line {
        margin-bottom:15px !important;
        min-height:auto;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line h5 {
        font-size:16px;
        line-height:21px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_1 {padding-top:60px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_1 .oypp_lp_section_content .oypp_lp_bullet{left:-59px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 .oypp_lp_section_content .oypp_lp_bullet {left:-45px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 .oypp_lp_section_content .oypp_lp_bullet {left:-75px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 .oypp_lp_section_content .oypp_lp_bullet {left:-49px;}
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 .oypp_lp_section_content .oypp_lp_bullet {left:-77px;}

    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 {
        margin-bottom:50px !important;
    }
}
@media only screen and (max-width: 400px){
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 .oypp_lp_section_content .oypp_lp_bullet {
        left:-40px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 .oypp_lp_section_content .oypp_lp_bullet {
        left:-43px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_5 .oypp_lp_section_content .oypp_lp_bullet {
        left:-73px;
    }
}
@media only screen and (max-width: 350px){ 

    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_1 .oypp_lp_section_content .oypp_lp_bullet {
        left:-55px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_2 .oypp_lp_section_content .oypp_lp_bullet {
        left:-35px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_3 .oypp_lp_section_content .oypp_lp_bullet {
        left:-66px;
    }
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 .oypp_lp_section_content .oypp_lp_bullet {
        left:-51px;
    }
    

}
@media only screen and (max-width: 330px){ 
    .oypp_lp_section_calendar_inscrieri .oypp_lp_calendar_timeline .oypp_lp_box_line.box_4 .oypp_lp_section_content .oypp_lp_bullet {
        left:-46px;
    }
}
@media only screen and (max-width: 1400px){
    .oypp_lp_logo a {
        max-width:310px;
    }
    .oypp_lp_acces_btns a {
        font-size:16px;
        line-height:21px;
        /*padding:5px 11px;*/
        display:flex;
        align-items:center;
        justify-content: center;
    }
    .oypp_lp_acces_platforma p {
        font-size:16px;
        line-height:21px;
        margin-bottom:5px;
    }
    .oypp_lp_main__header {
        padding-top:10px;
        padding-bottom:10px;
    }
    .oypp_lp_acces_platforma {
        padding-left:0px;
    }
    .oypp_lp_section_contract .oypp_lp_contract_bottom_box .oypp_lp_section_image img {
        max-width:100%;
        height:auto;
    }
}

@media only screen and (max-width: 1280px){
    .oypp_lp_section_contract .oypp_lp_contract_bottom_box {
        max-width:calc(50% - 20px);

    }
    .oypp_lp_section_experiente .oypp_lp_col_experiente_right img{
        max-width:100%;
        height:auto;
    }
} 
@media only screen and (max-width: 1279px){
    .oypp_lp_main__content__wrapper {
        background-image:none;
    }
}
@media only screen and (max-width: 900px){ 
    .oypp_lp_section_contract .contract_top {
        padding-bottom:20px; 
    } 
    .oypp_lp_section_experiente {
        padding-top:0px;
    }
    .oypp_lp_section_contract {
        padding-bottom:0px;
    }
    .oypp_lp_section_sprijin,
    .oypp_lp_section_program {
        flex-direction:column;
    }
    .oypp_lp_section_program .oypp_lp_col_program_left ,
    .oypp_lp_section_program .oypp_lp_col_program_right {max-width:100%;padding-left:0px;}
    
    .oypp_lp_section_program .oypp_lp_col_program_left {
        margin-bottom:50px;
    }



    .oypp_lp_section_sprijin .oypp_lp_col_sprijin_left,
    .oypp_lp_section_sprijin .oypp_lp_col_sprijin_right {
        max-width:100%
    }
    .oypp_lp_section_sprijin .oypp_lp_col_sprijin_left {
        margin-bottom:50px;
    }
    .oypp_lp_section_sprijin .oypp_lp_listing_sprijin {
        padding-left:0px;
        padding-top:0px;
    }
    .oypp_lp_section_contract .oypp_lp_contract_bottom {
        flex-direction:column;
    }
    .oypp_lp_section_contract .oypp_lp_contract_bottom_box {
        max-width:100%;
        margin-bottom:30px;
    }
    .oypp_lp_section_contract .oypp_lp_contract_bottom_box .oypp_lp_section_image img {
        width:100%;
    }
}

@media only screen and (max-width: 1080px){ 
    .oypp_lp_section_inscriere {
        flex-direction:column;
    }
    .oypp_lp_section_inscriere .oypp_lp_col_inscriere_left {
        max-width:100%;
    }
    .oypp_lp_section_inscriere .oypp_lp_col_inscriere_right {
        display:none;
    }
    .oypp_lp_section_experiente {
        flex-direction:column;
    }
    .oypp_lp_section_experiente .oypp_lp_col_experiente_left {max-width:100%;}
    .oypp_lp_section_experiente .oypp_lp_col_experiente_right {max-width:100%;}
    .oypp_lp_section_experiente .oypp_lp_col_experiente_right img {margin:0 auto; display:block;}
    .oypp_lp_section_acces_platforma .oypp_lp_acp_link_box a {
        font-size:33px;
        line-height:39px;
        padding:10px;
    }
    
    .oypp_lp_section_acces_platforma .oypp_lp_col_cont ,
    .oypp_lp_section_acces_platforma .oypp_lp_col_acp_left ,
    .oypp_lp_section_acces_platforma .oypp_lp_col_acp_right {max-width:calc(50% - 30px);}
}



@media only screen and (max-width: 900px){
    .oypp_lp_section_acces_platforma .oypp_lp_acces_platforma_bottom {
        flex-direction:column;
    }
    .oypp_lp_section_acces_platforma .oypp_lp_col_cont ,
    .oypp_lp_section_acces_platforma .oypp_lp_col_acp_left ,
    .oypp_lp_section_acces_platforma .oypp_lp_col_acp_right {max-width:100%; margin-bottom:30px;}
}
@media only screen and (max-width: 870px){
    .oypp_lp_logo .oypp_lp_desktop {display:none;}
    .oypp_lp_logo .oypp_lp_mobile {display:block;}
    .oypp_lp_acces_platforma {
        max-width:calc(100% - 100px);
        padding-left:25px;
        box-sizing:border-box;
    }
    .oypp_lp_logo a {max-width:100px;}
}
@media only screen and (max-width: 670px){
    .oypp_lp_acces_platforma p.oypp_lp_mobile_view {display:block;}
    .oypp_lp_acces_platforma p.oypp_lp_desktop_view {display:none;}
    .oypp_lp_section_acces_platforma .oypp_lp_acp_link_box a {
        font-size:27px;
        line-height:30px;
    }
    
}
@media only screen and (max-width: 550px){
    .oypp_lp_logo .oypp_lp_desktop,
    .oypp_lp_acces_platforma p.oypp_lp_desktop_view {
        display:block;
    }
    .oypp_lp_logo .oypp_lp_mobile,
    .oypp_lp_acces_platforma p.oypp_lp_mobile_view {
        display:none;
    }
    .oypp_lp_main__header .oypp_lp_inner_wrp {
        flex-direction:column;
    }
    .oypp_lp_logo {
        max-width:100%;
        margin-bottom:15px;
    }
    .oypp_lp_logo a {
        max-width:100%;
    }
    .oypp_lp_acces_platforma {
        padding-left:0px;
        max-width:100%;
    }
    .oypp_lp_section_descarca_app .oypp_lp_download_apps_links a {margin-right:0px;}
    .oypp_lp_section_descarca_app .oypp_lp_download_apps_links img {
        max-width:100%;height:auto;
    }
}
@media only screen and (max-width: 480px){
    .oypp_lp_caleidoscop_harta_cont {
        height:350px;
    }
    .oypp_lp_inner_wrp {
        padding-left:20px;
        padding-right:20px;
   }
   .oypp_lp_section_experiente .oypp_lp_listing_experiente {
        transform:translate(0px, 0px);
   }
   .oypp_lp_section_acces_platforma .oypp_lp_acp_box .oypp_lp_acp_img ,
   .oypp_lp_section_experiente .oypp_lp_experiente_box .oypp_lp_experiente_img,
   .oypp_lp_section_sprijin .oypp_lp_sprijin_box .oypp_lp_sprijin_img {
        max-width:100px;

   }
   .oypp_lp_section_acces_platforma .oypp_lp_acp_box .oypp_lp_acp_cont ,
   .oypp_lp_section_experiente .oypp_lp_experiente_box .oypp_lp_experiente_cont,
   .oypp_lp_section_sprijin .oypp_lp_sprijin_box .oypp_lp_sprijin_cont {
        max-width:calc(100% - 100px);
   }
   .oypp_lp_section_acces_platforma .oypp_lp_acp_box .oypp_lp_acp_img img ,
   .oypp_lp_section_experiente .oypp_lp_experiente_box .oypp_lp_experiente_img img ,
   .oypp_lp_section_sprijin .oypp_lp_sprijin_box .oypp_lp_sprijin_img img {
        max-width:100%;
        height:auto;
   }
   .oypp_lp_section_content ul {
        padding-left:10px;
   }
   .oypp_lp_section_content > ul {
        padding-left:0px;
   }
   .oypp_lp_section_content h2 {
        font-size:35px;
        line-height:42px;
   }
   .oypp_lp_section_content .oypp_lp_orange_bullets li, .oypp_lp_section_content .oypp_lp_blue_bullets li,
   .oypp_lp_section_content li, .oypp_lp_section_content p {
        font-size:16px;
        line-height:21px;
   }
   .oypp_lp_section_content .oypp_lp_orange_bullets > li:before, .oypp_lp_section_content .oypp_lp_blue_bullets > li:before {
        width:12px;
        height:12px;
        top:4px;
   }
}
@media only screen and (max-width: 375px){
    .oypp_lp_section_acces_platforma .oypp_lp_acp_box,
    .oypp_lp_section_experiente .oypp_lp_experiente_box,
    .oypp_lp_section_sprijin .oypp_lp_sprijin_box{
        flex-direction:column;
        align-items:flex-start;
    }
    .oypp_lp_section_acces_platforma .oypp_lp_acp_box .oypp_lp_acp_cont,
    .oypp_lp_section_experiente .oypp_lp_experiente_box .oypp_lp_experiente_cont,
    .oypp_lp_section_sprijin .oypp_lp_sprijin_box .oypp_lp_sprijin_cont {
        max-width:100%;
    }
    .oypp_lp_section_acces_platforma .oypp_lp_acp_box .oypp_lp_acp_cont p,
    .oypp_lp_section_experiente .oypp_lp_experiente_box .oypp_lp_experiente_cont p,
    .oypp_lp_section_sprijin .oypp_lp_sprijin_box .oypp_lp_sprijin_cont p {margin-top:0px;}
}
@media only screen and (max-width: 374px){
    .oypp_lp_acces_btns a {
        font-size:14px;
    }
}

.oypp_lp_main__footer {}
.oypp_lp_main__footer .oypp_lp_section_content{
    border-top: 1px solid #b2bbc3 ;
    padding:15px;
    box-sizing:border-box;
    display:flex;
    align-items:flex-end;
    justify-content: flex-end;
}
.oypp_lp_main__footer .oypp_lp_section_content a{
    font-size:14px;
    line-height:14px;
}

.oypp_nota_inform .oypp_lp_section_content h2{
    line-height:1;
    margin-bottom:50px;
}
.oypp_nota_inform .oypp_lp_section_content h3{
    padding-top:50px;
    padding-bottom:0px;
}
.oypp_nota_inform .oypp_lp_section_content p{
    
}
