/*
This file contains delayable footer-only CSS that will be loaded synchronously using Google's recommended filamentgroup loadCSS link stylesheet trick
Type: Delayable Footer CSS
Usage: loadCSS link stylesheet trick
Load: Asynchronously
Devices: All
 */

.footer-social {
    width: 34px;
    height: 34px
}

.footer-social-container {
    justify-content: space-between;
    max-width: 156px
}

.email-link {
    margin-bottom: 22px;
    margin-top: 14px;
    border-bottom: 1px solid #99cded
}

.phone-link {
    margin-bottom: 28px
}

footer {
    padding-top: 77px;
    background-color: #fff
}

footer hr {
    opacity: 0.3;
    border-color: #b3b9bd
}

.main-footer {
    max-width: 1297px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 52px;
    flex-wrap: nowrap;
}

.footer-link-block:not(:last-child) .footer-menu-link {
    margin-bottom: 8px
}

.footer-link-block:last-child .footer-menu-link {
    margin-bottom: 4px
}

.footer-link-block:last-child {
    margin-right: 100px
}

.footer-link-block:not(:last-child):not(:first-child) {
    margin-right: 190px;
    margin-left: 73px
}

.footer-title {
    margin-bottom: 16px
}

.site-partners {
    left: 0px;
    top: 4px;
    gap: 0 9px;
    margin-bottom: 57px
}

.credits {
    height: 48px;
    top: -3px;
    gap: 0 1px
}

.credits-year {
    left: 4px;
    font-size: 13px
}
.main-footer-form{
	padding-top: 7em;
    margin-top: -7em;
}