.footer {
    width: 100%;
    height: auto;
    min-height: 600px;
    background-color: #101010;
    overflow: hidden;
    margin-top: 22px;
    padding-top: 110px;
    margin-bottom: -8px;
    padding-bottom: 110px;
}
.footer .footer-logo {
    width: 145px;
}
.footer .content-container {
    padding-bottom: 60px;
    height: 100%;
    border-bottom: 1px solid #606060;
}
.footer .content-container p {
    width: 100%;
    max-width: 467px;
    font-family: 'main', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #C2C2C2;
    margin: 0px;
    margin-top: 30px;
}
.footer .content-container .custom-group {
    width: 100%;
    max-width: 493px;
    height: 72px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(237, 237, 237, 0.3);
    border-radius: 100px;
    margin-top: 50px;
    padding: 5px;
}
.footer .content-container .custom-group input {
    width: calc(100% - 172px);
    float: left;
    border-radius: 100px;
    background: transparent;
    font-family: 'main', sans-serif;
    padding-left: 20px;
    border: none;
    height: 56px;
}
.footer .content-container .custom-group button {
    width: 170px;
    height: 56px;
    float: left;
    font-family: 'main', sans-serif;
    color: white;
    background: #1364FE;
    margin-top: 2px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    border-radius: 100px;
    border: none;
}
.footer .content-container .custom-group button img {
    width: 24px;
    margin-top: -4px;
}

.footer .footer-text {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.footer h4 {
    font-family: 'main', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
}
.footer a.footer-link {
    font-family: 'main', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    line-height: 150%;
    color: #C2C2C2;
    margin-top: 20px;
    float: left;
    display: block;
    text-decoration: none;
    transition-duration: 0.25s;
}
.footer a.footer-link:hover {
    color: #1364FE;
    transition-duration: 0.25s;
}
.footer .copy {
    width: 100%;
    font-family: 'main', sans-serif;
    margin: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #C2C2C2;
}
.footer .socials {
    float: right;
    width: fit-content;
}
.footer .socials a {
    text-decoration: none;
    float: left;
    margin-left: 20px;
}

@media screen and (max-width: 992px) {
    .footer h4 {
        margin-top: 40px;
    }
}


