@font-face {
  font-family: 'DM Sans Regular';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('DM Sans Regular'), local('DM-Sans-Regular'),
       url('../webfonts/dm-sans-v6-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans Medium';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: local('DM Sans Medium'), local('DM-Sans-Medium'),
       url('../webfonts/DMSans-Medium.woff2') format('woff2');
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}
a {
    color: inherit;
}
.main-footer {
    background-color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.main-footer.visible {
    background-image: url('../images/home/footer-background-logo.svg');
}
.footer-top-row {
    display: flex;
    padding: 97px 0;
    border-bottom: 1px solid #D6D8DF;
    justify-content: space-between;
    align-items: center;
}
.footer-logo {
    height: 88px;
}
.footer-heading {
    font-size: 64px;
    line-height: 83px;
}
.footer-heading a {
    color: #F28C37;
}
.footer-middle-row {
    display: flex;
    gap: 46px;
    padding: 100px 0 56px;
    flex-wrap: wrap;
}
.footer-nav {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}
.footer-social {
    margin-left: auto;
    display: flex;
    gap: 40px;
    padding-bottom: 71px;
    align-self: flex-end;
}
.footer-social a {
    width: 32px;
    height: 32px;
}
.footer-title {
    font-weight: 500;
    font-family: 'DM Sans Medium';
    margin-bottom: 24px;
}
.footer-middle-row a:hover {
    text-decoration: underline;
    color: #000000;
}
.footer-bottom-row {
    display: flex;
    padding: 56px 0 79px;
}
.policy-modal {
    margin-left: auto;
    text-decoration: underline;
}
.policy-modal:hover {
    color: #000000;
    text-decoration: underline;
}
@media (max-width: 1429px) {
    .footer-heading {
        font-size: 55px;
        line-height: normal;
    }
    .footer-logo {
        height: 72px;
    }
    .footer-top-row {
        padding: 75px 0;
    }
    .footer-middle-row {
        padding-top: 75px;
    }
}
@media (max-width: 1199px) {
    .footer-heading {
        font-size: 50px;
    }
    .footer-logo {
        height: 66px;
    }
    .footer-top-row {
        padding: 50px 0;
    }
    .footer-middle-row {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .footer-heading {
        font-size: 45px;
        margin-left: 0;
        text-align: center;
    }
    .footer-top-row {
        flex-direction: column;
        gap: 20px;
    }
    .footer-social {
        padding-bottom: 0;
    }
    .footer-bottom-row {
        padding: 40px 0;
    }
}
@media (max-width: 575px) {
    .footer-heading a {
        display: flex;
        width: 100%;
    }
    .footer-bottom-row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .policy-modal {
        margin-left: 0;
    }
    .footer-social {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
    .footer-middle-row {
        justify-content: center;
        padding: 50px 0;
    }
    .footer-nav {
        text-align: center;
    }
    .footer-copyrights {
        text-align: center;
    }
}
