﻿.useful-links-wrapper {
    position: relative;
    width: 100%;
    height: 877px;
    overflow: hidden;
}

.referencesBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
/*.referencesGif {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}*/
.usefulLinksContent {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
    text-align: center;
    /*margin-right: 50px;
    margin-left: 50px;*/
}
    .usefulLinksContent h2 {
        margin-bottom: 120px;
        max-width: 1266px;
        padding: 0 70px;
    }
.fydlSitelerCS{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logoItem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92px;
}
.owl-carousel .owl-item .logoItem img {
    width: unset;
    max-height: 100%;
}
.mblShow1 {
    display: none;
}

.owl-stage {
    display: flex;
    align-items:center;
    transition-timing-function:linear !important;
}

@media (max-width:1440px){
    .logoItem {
        height: 70px;
    }
}
@media (max-width:1440px){
    .logoItem {
        height: 56px;
    }
   
}
@media (max-width:1200px) {
   
}
@media (max-width:992px){
    .useful-links-wrapper {
        height: 350px;
    }
    .usefulLinksContent {
        margin-right: 0; 
        margin-left: 0; 
    }
    .logoItem {
        height: 42px;
    }
    .usefulLinksContent h2 {
        margin-bottom: 40px;
        max-width: 538px;
        padding: 0 10px;
    }

}

@media (max-width:580px){
    .useful-links-wrapper {
        height: 464px;
    }
/*    .referencesBg {
        display: none;
    }

    .referencesGif {
        display: flex;
    }*/
}
@media (max-width:475px){

}