/* Footer Options */

.footer {
    position: relative;
    background-color: #000;
    color: rgba(255,255,255,.8);
    padding: 0;
}

.footer-grid {
    display: flex;
    align-items: center;
    padding: 25px 0;
}

.footer-item {
    flex-basis: 20%;
    justify-content: center;
    text-align: center;
    max-height: 110px;
}

.footer-item:nth-child(1) {
    flex-basis: 28%;
    text-align: center;
}

.footer-item:last-child {
    flex-basis: 30%;
}

.footer-logo {
    width: 250px;
}

.footer-item .footer-title {
    font-size: 14px;
    margin-bottom: 15px;
}

.footer-list,.footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin: 15px 0;
}

.footer-social li {
    margin-right: 10px;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-social li a {
    color: #fff;
    fill: #fff;
}

.footer-social li a {
    width: 25px;
    font-size: 18px;
}

.footer-list li a {
    color: #a2a2a2;
    font-size: 12px;
}

.footer-list li span {
    font-size: 10px;
    color: #a2a2a2;
}

.footer-list li a:hover {
    color: #fff;
}

.input-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.input-row input {
    padding: 4px 0 4px 15px;
    border-radius: 3px 0 0 3px;
    width: auto;
    font-size: 14px;
    border: none;
    line-height: 20px;
}

.mail-send {
    margin-top: 10px;
}

.mail-send a, .mail-send button {
    background-color: #af72ed;
    color: #000;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 15px;
    border: none;
    border-radius: 0 3px 3px 0;
    width: 50px;
}

.mail-send button img {
    width: 20px;
    height: 20px;
}

.mail-send a img {
    width: 20px;
}

.footer-bottom {
    padding: 15px 85px;
    text-align: center;
    border-top: 1px solid #263447;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.footer-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    z-index: 950;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-cookie p {
    color: #000;
    margin: 0 15px 0 0;
    width: 85%;
    font-size: 16px;
    line-height: 25px;
}

.mobile-cookie__text {
    display: none;
}

@media only screen and (max-width: 548px) {
    .footer-cookie p {
        display: none;
    }

    .mobile-cookie__text {
        display: inline-block !important;
        margin: 0 0 25px 0 !important;
        line-height: 18px !important;
    }
}

.cookie-btn {
    font-weight: 600;
}

.cookie-close {
    text-decoration: underline;
    font-size: 15px;
    margin-right: 15px;
}

.cookie-open {
    background: #000;
    color: #fff;
    border-radius: 2px;
    padding: 5px 5px;
    border: 1px solid #000;
    transition: all .3s;
}

.cookie-open:hover {
    background: #fff;
    color: #000;
}

.copyright a {
    color: #fff;
}


.custom-footer .footer-grid {
  padding: 5px 0;
}

.custom-footer .footer-item {
  flex-basis: 50%;
}

.custom-footer .footer-bottom {
  padding: 10px 85px;
}

.footer-card-list {
  display: flex;
}

.footer-card-list li {
  margin-right: 10px;
}

.footer-card-list li svg {
  width: 25px;
  height: 25px;
  font-size: 25px;
}
