@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";
    src: url("./fonts/Kastelov-Axiforma-Light.otf") format("opentype");
    font-weight: lighter;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p{
    text-align: left;
    margin: 0;
}

.slider{
    max-width: 1320px;
    max-height: 1080px;
    overflow: hidden; 
    position: relative;
    display: flex;
}

.slider_section{
    max-width: 1320px;
    max-height: 1080px;
}

.body_pg13{
    height: 1080px;
    width: 1320px;
    position: relative;
}

.img_right_pg13{
    float: right;
    height: 1080px;
    width: 590px;
}

.logo_pg13{
    position: absolute;
    top: 24px;
    left: 26px;
}

.head_pg13{
    height: 172px;
    width: 704px;
    position: absolute;
    left: 0;
    top: 142px;
    display: flex;
    justify-content: space-between;
}

.head_left_pg13{
    height: 175px;
    width: 208px;
    border-top: solid #00ABC6 5px;
    border-right: solid #00ABC6 5px;
    border-bottom: solid #00ABC6 5px;
    border-bottom-right-radius: 20px;
}

.dec_img_left{
    margin-top: 30px;
    margin-left: 35px;
}

.head_right_pg13{
    background: #00ABC6;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100%;
    width: 476px;
}

.dec_img_right{
    margin-top: 91px;
}

.content_pg13{
    height: 750px;
    width: 705px;
    border-right: solid #AFD100 4px;
    border-top: solid #AFD100 4px;
    border-top-right-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.title_pg13{
    color: #AFD100;
    font-family: "Kastelov-Axiforma";
    font-weight: bold;
	font-style: normal;
    font-size: 2.85rem;
    line-height: 1.2em;
    margin-top: 50px;
    margin-left: 56px;
    max-height: 215px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.desc_pg13{
    color: #3D3935;
    font-family: "Kastelov-Axiforma";
    font-weight: lighter;
	font-style: normal;
    font-size: 1.85rem;
    line-height: 1.25em;
    margin-top: 20px;
    margin-left: 56px;
    margin-right: 50px;
    max-height: 440px;
    overflow: hidden; 
    text-overflow: ellipsis;
}