
.site-footer {
    background-position: left;
    background-size: contain;
    padding: 40px 0 30px;
    margin-top: 105px;
}

.bg-footer-pattern {
    background-image: url(../../img/footer-pattern.svg)!important;
}

.site-footer .social-menu {
    right: 0;
    top: -68px;
    gap: 0 20px;
}

.page-template-press-center .site-footer .social-menu .hvr-radial-out {
	background:#fff;
}

.social-menu .hvr-radial-out:active:before,
.social-menu .hvr-radial-out:focus:before,
.social-menu .hvr-radial-out:hover:before{
    transform:scale(2);
}

.site-footer .footer-container .social-menu a:active,
.site-footer .footer-container .social-menu a:focus,
.site-footer .footer-container .social-menu a:hover {
    opacity: 1;
    border-radius: 0;
    color: #d44233 !important;
}

.site-footer .footer-container .social-menu a:active svg path,
.site-footer .footer-container .social-menu a:focus svg path,
.site-footer .footer-container .social-menu a:hover svg path{
    fill: #d44233 !important;
}

.site-footer .contacts {
    margin: 43px 0 0 0;
    font-family: inherit;
    font-weight: 400;
    color: #fff;
    background: 0;
}

.contacts .footer_column {
    max-width:360px;
    font-size: 12px;
    line-height: 18px;
}

.contacts .footer_column:first-of-type,
.contacts .footer_column:nth-of-type(2n) {
    max-width: 300px;
}

.footer_column:last-of-type {
    font-size: 12px;
    line-height: 18px;
}

.site-footer .contacts p {
    font-size: 12px;
    line-height: 18px;
}

.site-footer .contacts .h4 {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Century Gothic Bold';
    margin-bottom: 22px;
}

.site-footer .contacts .h4.footer-auth__head {
    margin-bottom: 30px;
    font-family: 'Century Gothic Bold';
    color: #fff;
}

.site-footer .footer-auth {
    border: 0;
    padding: 0;
}

.footer-auth__link {
    display: inline-flex;
    align-items: center;
    transition: color .3s ease;
}

.footer-auth__link:hover, .footer-auth__link:focus {
    color: #4A4A4A;
}

.site-footer .contacts .footer-auth + .h4{
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 30px;
}

.contacts .feedback_form {
    padding: 19px 0;
    background: transparent;
    border: 1px solid #fff;
    margin-top: 33px;
    font-size: 14px;
    line-height: 16px;
    text-transform: unset;
    margin-bottom: 42px;
    height: 56px;
    width: 257px;
    display: flex;
    justify-content: center;
}

.menu-footer-menu {
    gap: 0 33px;
    margin: 0 0 30px 0;
    display: flex;
}

.site-footer .footer-container .nav>li {
    font-size: 12px;
    line-height: 28px;
    opacity: 50%;
}

.site-footer .footer-container .nav>li a {
    line-height: 24px;
}

.copyright{
    font-size: 12px;
    font-weight: 400;
    opacity: 50%;
    line-height: 18px;
}


