footer {
    padding-bottom: 30px;
}

footer .content {
    position: relative;
}

footer .content .call-for-car {
    display: none;
}

footer .content .call-for-car a {
    font-size: 10px;
    width: 80px;
    line-height: 82px;
    height: 81px;
}

.good-here table {
    border-collapse: collapse;
    margin: 0 0 15px;
    width: 100%;
}

.good-here table td {
    border: 1px solid #000000;
    padding: 25px 27px;
}

.good-here table tr:nth-child(odd) td {
    background: #dbdad9;
    text-align: center;
}

.good-here table tr:nth-child(odd) td img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

body.home {
    background: #ffffff;
}

.index-new {
    height: 85%;
}

.index-new .index-new-logo {
    height: 80%;
    position: relative;
    background: #a4b4b4;
    background: -moz-linear-gradient(top, #a4b4b4 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #a4b4b4 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #a4b4b4 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4b4b4', endColorstr='#ffffff', GradientType=0);
}

.index-new .index-new-logo img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 12%;
    left: 0;
}

.index-new .index-new-footer {
    height: 20%;
    padding: 0 6%;
    background: #ffffff;
    letter-spacing: 0.01em;
}

.index-new .index-new-footer img {
    margin: 15px 15px 0 0;
}

.index-new .index-new-footer .sponsors {
    float: none;
    text-align: center;
}

.index-new .index-new-footer .sponsors img {
    height: 27px;
}

.index-new .index-new-footer .creator {
    float: right;
    display: none;
}

.index-new .index-new-footer .creator img {
    margin: 15px 0px 0 0;
}

/* fixes - */

.speakers .ask-question:hover::after {
    background: none;
}

.speakers .speaker .container .description {
    bottom: 27%;
    min-height: 53%;
}

.program .speaker .ask-question {
    border: 1px solid #000000;
    display: block;
    font-family: "Futura New Light", sans-serif;
    font-size: 21px;
    font-weight: bold;
    margin-top: 13px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}

.program .speaker .ask-question:hover::after {
    background: none;
}

footer .content .call-for-car.sticky {
    bottom: 0;
    position: fixed;
    right: 0;
    top: auto;
}

.homepage .call-for-car {
    display: none;
}

/* responsive */

@media screen and (max-width: 991px) {
    /* 991px counts */
    .inner .container.page {
        padding-top: 30px;
    }

    header .top {
        display: none;
    }

    header .menu {
        display: none;
    }

    body .floating-menu {
        display: none;
    }

}

@media screen and (max-width: 599px) {
    /* 599px counts */
    footer {
        padding-bottom: 50px;
    }
}

.logos {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
}

@media screen and (max-width: 599px) {
    .logos {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
}