@font-face{
    font-family: "Kastelov-Axiforma";
    src: url("./fonts/Kastelov-Axiforma-Black.otf") format("opentype");
    font-weight: bolder;
	font-style: normal;
}
@font-face{
    font-family: "Kastelov-Axiforma";
    src: url("./fonts/Kastelov-Axiforma-Bold.otf") format("opentype");
    font-weight: bold;
	font-style: normal;
}

@font-face{
    font-family:"Kastelov-Axiforma-Med";
    src: url("./fonts/Kastelov-Axiforma-Medium.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family:"Kastelov-Axiforma-Book";
    src: url("./fonts/Kastelov-Axiforma-Book.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p{
    text-align: center;
    margin: 0;
}

.slider{
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.banner{
    width: 600px;
    height: 1080px;
}

.slider_section{
    max-width: 1320px;
    max-height: 1080px;
}

.head_pg3{
    position: relative;
}

.dec_img_up{
    width: 520px;
    height: 15px;
    border-top-right-radius: 25px; 
    background: #AACC00;
    position: absolute;
    top:0;
    right: 35px;
}

.dec_img_down{
    width: 505px;
    height: 15px;
    background: #AACC00;
    position: absolute;
    bottom:0;
    left: 35px;
}

.head_img{
    width: 1320px;
    margin-left: 35px;
    margin-top: 38px;
}

.head_img_pg3{
    width: 1250px;
    height: 610px;
    border-top-right-radius: 20px; 
}

.cont_pg3{
    display: flex;
}

.cont_right_pg3{
    position: relative;
    width: 660px;
    color: #00A6C1;
}
.dec_cont{
    position: absolute;
    top:145px;
    left: 55px;
    width: 22px;
    height: 150px;
    background: #EFEFEF;
}

.title_pg3{
    height: 150px;
    margin-top: 125px;
    margin-left: 102px;
}   

.title_pg3_up{
    text-align: left;
    font-family:"Kastelov-Axiforma-Med",Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 5rem;
}

.title_pg3_down{
    margin-top: -48px;
    text-align: left;
    font-family: "Kastelov-Axiforma", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-style: normal;
    font-size: 5rem;
    line-height: 1.65em;
}

.cont_left_pg3{
    margin-top: 50px;
    width: 550px;
}

.cont_left_pg3 p{
    line-height : 1.2em;
    text-align: left;
}

.subtitle_pg3{
    color: #3D3935;
    font-family: "Kastelov-Axiforma", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 2.125rem;
    line-height : 50px;
    max-height: 160px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.desc_pg3{
    color: #606060;
    font-family:"Kastelov-Axiforma-Book", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.75rem;
    margin-top: 15px;
    max-height: 200px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.source_bottom {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: flex;
    color: #606060;
    font-family:"Kastelov-Axiforma-Book", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
}

p.color_source{
    color: #00A6C1;
    margin-right: 5px;
}
