@charset "utf-8";
/* CSS Document */

.page-section    {
 
    font-family: var(--fontr);
    color:var(--carmine);
    font-size: 18px;
    line-height: 22px;
    width:100%;
    height:auto;
    overflow:hidden;
    border-bottom: 2px solid var(--carmine);

}

.page-section .inner   {
 
    width:100%;
    height:auto;
    overflow:hidden;
    position: relative;
    
}

.page-section h1, .page-section h2 {
    
    color: var(--orange);
    font-size: 32px; 
    line-height: normal;
    margin-bottom: var(--large_margin);
    
}

.page-section h2, .page-section .inner.not-first h1, .page-section .inner.not-first h2 {
 
    margin-bottom: var(--footer_margin);        
    
}

.page-section .block-text {
 
    width:calc(100% - (var(--section-text-large-margin) * 2));
    margin:var(--section-text-large-margin);
    height:auto;
    text-align: justify;
    text-justify: auto;

}

.page-section .block-text strong {
    
    color:var(--orange);
    text-decoration: underline;
    
}

.page-section .block-title {
 
    width:calc(100% - (var(--section-text-large-margin) * 2));
    margin:0 var(--section-text-large-margin) 0 var(--section-text-large-margin);

}

.page-section .inner.has-text.has-image .block-text   {
 
    width:calc(50% - (var(--section-text-large-margin) * 2));
    float:left;
    
}

.page-section .block-image {

    width:100%;
    height:auto;
    overflow:hidden;
    position: absolute;

}

.page-section .inner.has-text.has-image .block-image    {
    
    width:50%;
    float:left;

}

.page-title-image {
    
    height:24px;
    
}

.section-image    {
    
    position: absolute;    
    
}

.first-section h1, .first-section h2 {
 
    margin-bottom: var(--large_margin);
    
}

@media only screen and (max-width: 1520px)	{
    
    .page-section    {

        font-size: 15px;
        line-height: 18px;

    }  
    
    .page-section h1, .page-section h2 {

        font-size: 26px;
        margin-bottom: var(--medium_margin);

    }
    
    .page-section h2 {

        margin-bottom: var(--smaller_margin);        

    }
    
    .first-section h2 {

        margin-bottom: var(--medium_margin);

    }
    
    .page-section .block-text {

        width:calc(100% - (var(--section-text-medium-margin) * 2));
        margin:var(--section-text-medium-margin);

    }
    
    .page-section .block-title {

        width:calc(100% - (var(--section-text-medium-margin) * 2));
        margin:0 var(--section-text-medium-margin) 0 var(--section-text-medium-margin);

    }
    
    .page-section .inner.has-text.has-image .block-text   {

        width:calc(50% - (var(--section-text-medium-margin) * 2));
        float:left;

    }

    .page-title-image {

        height:16px;

    }
    
}

@media only screen and (max-width: 767px), screen and (max-height: 480px) {	
 
    .page-section    {

        font-size: 18px;
        line-height: 22px;

    }  
    
    .page-section h1, .page-section h2 {

        font-size: 32px; 

    }
    
    .first-section h1, .first-section h2 {

        margin-bottom: var(--footer_margin);        

    }
    
    .first-section h2 {

        margin-bottom: var(--medium_margin);

    }
    
    .page-section .block-text {

        border-left:0!important;
        border-right:0!important;
        width:calc(100% - (var(--section-text-medium-margin) * 2));

    }
    
    .page-section .inner.has-text.has-image .block-text   {

        width:100%;

    }
    
    .page-section .block-image {

        width:100%;
        position: relative;
        border-left:0!important;
        border-right:0!important;

    }
    
    .page-section .inner.has-text.has-image .block-image   {

        width:100%;

    }
    
    .page-title-image {

        height:16px;

    }

}

@media only screen and (max-width: 480px)	{
    
    .page-section .block-text {

        width:calc(100% - (var(--section-text-small-margin) * 2));
        margin:0 var(--section-text-small-margin) var(--section-text-medium-margin) var(--section-text-small-margin);

    }
   
    .page-section .block-title {

        width:calc(100% - (var(--section-text-medium-margin) * 2));
        margin:0 var(--section-text-small-margin) 0 var(--section-text-small-margin);

    }
    
    .page-section h2, .page-section .inner.not-first h1, .page-section .inner.not-first h2 {

        margin-top: var(--section-text-medium-margin);        

    }

    
}