

.secFooter{
    
    position: relative;
    
    height: 118em;
        
    padding: 2em 0;
    
    overflow: hidden;
    
    white-space: nowrap;
    
    /*border:1px solid red;*/
}




.divFooterGray{
    
    position: absolute;
    display: block;
    
    width: 100%;
    height: 92em;
    
    top:0;
    left:0;
    
    background-color: var(--gri1);
    
}

.divFooterGray:before{
    
    content: '';
    display: none;
    position: absolute;
    
    width: 5em;
    height: 5em;
    
    top:-2.5em;
    left:calc(100% - 2.5em);
    
    transform: rotate(45deg);
    
    background-color: white;
    
}
.divFooterGray:after{
    
    content: '';
    display: none;
    position: absolute;
    
    width: 5em;
    height: 5em;
    
    bottom:-2.5em;
    left:calc(100% - 2.5em);
    
    transform: rotate(-45deg);
    
    background-color: white;
    
}

.divFooterLeft{
    
    position: relative;
    display: block;
    vertical-align: middle;
    
    width: 100%;
    
    margin-top: 0;
    
    /*border:1px solid red;*/
    
}

.divCol{
    
    position: relative;
    display: block;
    vertical-align: top;
    
    width: 100%;
    
    margin-top: 2em;
 
    white-space: normal;
    
    text-align: center;
    
    border-bottom: 1px solid var(--gri2);
    
    /*border:1px solid red;*/
}
.divCol:first-of-type{
    margin-top: 0;
    
}
.divCol:last-of-type{
    border-bottom: none;
    
}
.divCol a{
    
    position: relative;
    display: block;
    
    width: 50%;
    
    margin: 1.5em auto 0 auto;
    
    color:var(--siyah);    
    
}
.divCol a:last-of-type{
   
     margin-bottom: 2em;
   
}
.divCol a:hover{
    color:var(--maviAcik);
}
.divCol span{
    
    font-family: 'DIN Regular', Helvetica, sans-serif;
    font-size: 2.2em;
}



.divFooterRight{
    
    position: relative;
    display: block;
    vertical-align: middle;
    
    width: 100%;
    height: 24em;
    
    margin-top: 8em;
    
    /*border:1px solid red;*/
    
}

.divKatalog{
    
    position: relative;
    
    width: 38em;
    
    margin:  0 auto;
    
    /*border:1px solid red;*/
}

.divKatalog img{
    
    display: block;
   
    width: 100%;
}

.divFooterLogo{
    
    position: relative;
        
    width: 22em;
    
    margin:5em auto  0 auto;
    
}

.divFooterLogo img{
    
    display: block;
    
    width: 100%;
}

.divFooterLine{
    
    position: absolute;
    
    width: 96%;
    height: 0;
    
    top:unset;
    bottom:12em;
    left:50%;
    transform: translateX(-50%);
    
    border-top: 2px solid var(--gri1);
    
}