@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
}
img{
    width: 100%;
    display: block;
    border: 0
}
a{
    text-decoration: none
}
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;
}

.span_text {
 font-family: 'INGMeWeb-Regular', Arial, Helvetica, sans-serif;
 font-size:18px;
 line-height:24px;
 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:25px;
 line-height:30px;
 color:#ff6600;
}
.border-t-b{
    border-top: 2px solid #ff6600;
    border-bottom: 2px solid #ff6600;
    padding-top: 20px;
    padding-bottom: 20px
}
.display-flex{
    display: flex
}
.display-flex-top{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.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
}
.mb-20{
    margin-bottom: 40px
}

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

 
@media screen and (max-width: 800px) {
    .display-flex{
        display: block   
    }
    .left_side, .right_side{
        width: 90%; 
        max-width: 900px;
        margin: auto
    }
    .left_side img{
        max-width: 373px;
        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
    }
    
}