@charset "utf-8";
 @font-face {
 font-family: 'INGMeWeb-Regular';
 src: url('../fonts/INGMeWeb-Regular.eot');
 src: url('../fonts/INGMeWeb-Regular.otf') format('otf'), url('../fonts/INGMeWeb-Regular.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
*{
    box-sizing: border-box
}
.cinciimg{
    width: 70%;
    display: block;
    border: 0;
    margin: auto;

}

.sfat5 p{
    padding: 0;
    margin: 0
}
#page {
	width:100%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}
.page_90 {
	width:90%;
	max-width:990px;
	margin-left:auto;
	margin-right:auto;
}
.page_80 {
	width:80%;
	max-width:880px;
	margin-left:auto;
	margin-right:auto;
}

.span_text {
 font-family: 'INGMeWeb-Regular', Arial, Helvetica, sans-serif;
 font-size:18px;
 line-height:22px;
 color:#767676;
}
 .span_text2 {
 font-family: 'INGMeWeb-Regular', Arial, Helvetica, sans-serif;
 font-size:30px;
 line-height:38px;
 color:#ff6600;
}
.span_text3 {
 font-family: 'INGMeWeb-Regular', Arial, Helvetica, sans-serif;
 font-size:22px;
 line-height:24px;
 color:#ff6600;
}
.span_text4 {
 font-family: 'INGMeWeb-Regular', Arial, Helvetica, sans-serif;
 font-size:30px;
 line-height:36px;
 color:#ff6600;
}
.border-t-b{
    border-top: 2px solid #ff6600;
    border-bottom: 2px solid #ff6600;
    padding-top: 20px;
    padding-bottom: 20px
}
.border-t-b-1{
    border-top: 1px solid #ff6600;
    border-bottom: 3px solid #ff6600;
    height: 10px
}
.border-t{
    border-top: 1px solid #ff6600;
    height: 10px
}
.display-flex{
    display: flex
}

.top{
    margin-bottom: 20px
}
.top_left{
    width: 34.08%;
    max-width: 377px;
    padding-left: 20px;
     min-height: 100%;
    background-color: #ff6600;
    padding-top: 40px;
    min-height: 250px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-right: 20px
    
}
.top_center{
    width:  4.09%;
    max-width: 45px;
    background-color: #ffffff;
}
.top_right{
    width: 61.83%;
    max-width: 678px;
    background-color: #ffffff;
}
.left_side{
   /* width: 33.91%;*/
    max-width: 373px;
     min-height: 100%;
}
.right_side{
    width: 66.09%;
    max-width: 727px;
}
.articol-mt p:first-child{
    margin-top: 20px
}
.articol-mt p:last-child{
    margin-top: 10px
}
.mt-20{
    margin-top: 20px
}
.mt-30{
    margin-top: 30px
}
.mb-20{
    margin-bottom: 20px
}
.p-t-b{
    padding-top: 10px;
    padding-bottom: 10px
}

.border-mov{
    border-top: 2px solid #525199;
    border-bottom: 2px solid #525199;
    margin-top: 20px
}
.align-items{
    align-items: center
}
.text-align-center{
    text-align: center
}

#imagine{
    /*width: 17.77%;*/
    max-width: 176px;
    float: left
}
.left_side{
   /* width: 31.71%;*/
    max-width: 314px
}
.right_side{
    width: 68.29%;
    max-width: 676px
}
@media screen and (max-width: 1100px) {
     .span_text {
     font-size:20px;
     line-height:26px;
    }
   
    .span_text3 {
     font-size:28px;
     line-height:33px;
   }
    
}
@media screen and (max-width: 1020px) {
     .span_text {
     font-size:18px;
     line-height:24px;
    }
   
    .span_text3 {
     font-size:25px;
     line-height:30px;
   }
    
}

@media screen and (max-width: 800px) {
    .display-flex{
        display: block   
    }
    .left_side, .right_side{
        width: 100%; 
        max-width: 900px;
        margin: auto
    }
    .left_side img{
        max-width: 314px;
        margin: auto
    }
    .right_side{
        margin-top: 20px
    }
    
}


@media screen and (max-width: 520px) {
    .display-flex-top{
        display: block
    }
    .top_center{
        display: none
    }
    .top_left, .top_right{
        width: 100%;
        max-width: 520px
    }
    .top_left{
        min-height: 20px;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .top_right{
        width: 90%;
        margin: auto;
        margin-top: 20px
    }
    
}