﻿footer {
    background-color: #f7f7f7;
}

footer .container {
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer-bottom {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    display: block;
}

footer .footer-bottom .container {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 12px;
}

footer .footer-bottom .container span {
    font-size: 15px;
    color: #525252;
    background-color: transparent;
}

.footer-info {
    width: 433px;
}

.footer-info img {
    margin-bottom: 20px;
}

footer .footer-bottom img {
    opacity: 0 !important;
}

.footer-info h3 {
    margin: 0;
    font-size: 22px;
    color: var(--default-color-3);
    font-family: openSB;
}

.footer-info section {
    margin-top: 16px;
}

.footer-info section p {
    margin: 0;
    font-size: 15px;
    color: #292929;
    line-height: 22px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 22px;
}

.footer-info section p::before {
    position: absolute;
    content: "\f007";
    position: absolute;
    font-family: FontAwesome;
    color: var(--default-color-3);
    font-size: 18px;
    left: 0;
    top: 2px;
    font-size: 16px;
}

.footer-info section p:nth-child(2)::before {
    content: "\f15b";
}

.footer-info section p:nth-child(3)::before {
    content: "\f3c5";
}

.footer-info section p:nth-child(4)::before {
    content: "\f0ac";
}

.footer-info section p:nth-child(5)::before {
    content: "\f0ac";
}

.footer-item {
    padding: 0 20px;
    margin-top: 98px;
}

.footer-item h3 {
    margin: 0;
    font-size: 16px;
    font-family: 'openSB';
    color: var(--default-color-3);
}

.footer-item ul {
    margin-top: 18px;
}

.footer-item li {
}

.footer-item a {
    font-size: 15px;
    color: #292929;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 10px;
}

.footer-item a::before {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    font-size: 10px;
    left: 0;
}

.footer-item a:hover {
    color: var(--default-color-2);
}

.footer-contact {
    padding-left: 10px;
    flex: 1;
    margin-top: 98px;
}

.footer-contact h3 {
    margin: 0;
    font-size: 16px;
    color: var(--default-color-3);
    font-family: 'openSB';
}

.footer-contact .text {
    font-size: 15px;
    color: #292929;
    margin-top: 18px;
    display: block;
    line-height: 22px;
    margin-bottom: 11px;
}

.footer-contact .input {
    position: relative;
    width: 100%;
    height: 51px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background-color: #fff;
    padding-right: 7px;
    margin-bottom: 35px;
}

.footer-contact .input input {
    width: 100%;
    height: 100%;
    font-size: 15px;
    outline: none;
    color: #969696;
    background-color: transparent;
    border: none;
    padding-right: 10px;
    flex: 1;
}

.footer-contact .input a {
    width: 37px;
    height: 37px;
    background-color: var(--default-color-2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.footer-heading {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-contact .social {
    display: flex !important;
    align-items: center;
    margin-top: 8px;
}

.footer-contact .social a {
    margin-right: 12px;
}

.footer-contact .social img {
}
