.ma-center {
/*    padding-top: 90px !important;*/
    padding-top: 65px !important;
    margin-top: 0px !important;
    background: linear-gradient(0deg, rgb(239, 224, 198) 90%, rgb(247, 235, 216) 100%) !important;
}

.ma-insaidpage{
    position: relative !important;;
}

.AKD-BG_HeadImg {
    width: 100%;
    min-width: 1020px;
    height: 444px;
    position: absolute;
    top: -157px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
    pointer-events: none;
}

.AKD-BG_Img {
    opacity: 0.8;
    position: absolute;
    height: 100%;
    top: 0px;
    margin: auto;
    left: -10000px;
    right: -10000px;
    min-width: 1500px;
}

.AKD-C_Categorybody *{
    box-sizing: border-box;
}

.AKD-C_Categorybody {
    width: 100%;
    padding: 30px 80px 20px;
    margin-bottom: 100px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.AKD-CategSira {
    width: 100%;
    transition: all 0.3s ease-in-out;
}


.AKD-Categ_Header{
    width: 100%;
    padding: 6px 0px 20px;
    transition: all 0.3s ease-in-out;
}

.AKD-HeaderTit_{
    margin: 48px 0px 0px;
    font-size: 28px;
    font-weight: 800;
    color: #6d5c49;
    transition: all 0.3s ease-in-out;
}

.AKD-HeaderTit_ > span {
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.AKD-HeaderTit_ span{
    font-size: 18px;
    font-weight: 400;
}

.AKD-Tit_Descript{
    width: 100%;
    padding: 60px 0px 0px;
    margin: 0px;
    font-size: 18px;
    color: #bdb098;
    transition: all 0.3s ease-in-out;
}

.AKD-Categ_Descript{
    width: 100%;
    height: 400px;
    padding: 25px 0px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.AKD-DescriptSira_Ul{
    width: 100%;
    padding: 0px 0px 40px;
    margin: 0px;
    display: block;
    column-count: 2;
    column-gap: 130px;
    list-style: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.AKD-SiraItem_li{
    width: 100%;
    padding: 7px 0px;
/*    display: flex;*/
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.AKD-SiraName{
    width: 112px;
    height: 36px;
    padding: 4px 4px 6px;
    margin: 0px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px -6px #000;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    color: #189d5d;
    background-color: #f7ecd8;
}

.AKD-ExplainSira_P{
/*    width: calc(100% - 116px);*/
/*    padding: 0px 15px 0px 0px;*/
    width: 100%;
    padding: 3px 130px 3px 0px;
    margin: 0px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.77;
    color: #62513f;
}

.AKD-Shadow_inset{
    width: 100%;
    padding-top: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-shadow: 0px 0px 50px 30px #efe0c6;
    background-color: rgba(239,224,198,0.8);
    transition: all 0.3s ease-in-out;
}

.AKD-MoreInf_{
    min-width: 111px;
    padding: 6px 22px 5px;
    margin: auto;
    display: block;
    border-radius: 30px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease-in-out;
    background-color: #189d5d;
}

.AKD-MoreInf_:hover {
/*    padding: 6px 34px 5px;*/
    transform: translateY(-3px);
    background-color: #0b7546;
}

.AKD-MoreInf_ i{
    margin-left: 6px;
    vertical-align: middle;
    font-size: 34px;
    transition: all 0.3s ease-in-out;
}

.AKD-Mor_Activ{
    box-shadow: 0px 0px 0px 0px #efe0c6;
}

.AKD-Mor_Activ .AKD-MoreInf_ i{
    transform: rotate(180deg);
}

/************** Respons ***************/

@media only screen and (max-width:1600px) {
    .AKD-BG_HeadImg{
        overflow: hidden;
    }
    
    .ma-insaidpage {
        width: 100%;
        padding: 0px 28px;
        max-width: 100%
    }

}

@media only screen and (max-width:1450px) {

    .AKD-DescriptSira_Ul {
        column-gap: 100px;
    }
    
}

@media only screen and (max-width:1350px) {

    .ma-insaidpage {
        width: 100%;
        padding: 0px 28px;
    }
    
    .AKD-DescriptSira_Ul {
        column-gap: 80px;
    }

}

@media only screen and (max-width:1300px) {

    .ma-insaidpage {
        width: 100%;
        padding: 0px 25px;
    }
    
    .AKD-C_Categorybody {
        width: 100%;
        padding: 60px 0px 50px;
    }

}

@media only screen and (max-width:1020px) {

    .AKD-DescriptSira_Ul {
        column-gap: 40px;
    }

}

@media only screen and (max-width:840px) {

    .AKD-DescriptSira_Ul {
        column-gap: 40px;
        column-count: 1;
    }

}

@media only screen and (max-width:580px) {

    .AKD-Tit_Descript {
        text-align: center;
    }

    .AKD-DescriptSira_Ul {
        column-gap: 40px;
        column-count: 1;
    }

}


.SH-BlackStyle .AKD-SiraName{
    color: #3d3d3d;
}

.SH-BlackStyle .AKD-MoreInf_{
    background-color: #3d3d3d!important;
}

.SH-BlackStyle .AKD-HeaderTit_{
        color: #3d3d3d;
}