.footer {
    padding: 3rem 0;
    background-color: rgba(33, 33, 33, 1);
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;

}

.footer .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer_logo {
    width: 100px;
    border-radius: 0;
    display: block;
    justify-self: end;
}

.footer_title {
    display: inline-flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 65px;
}

.footer_company_wrapper {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.footer_title_b {
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    margin: 0;
    margin-bottom: 15px;
}

.footer_title_s {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    margin: 0;
}

.footer-button {
    width: 200px;
    height: 35px;
    background: border-box;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    font-weight: 400;
    font-size: 15px;
}

@media screen and (max-width: 640px) {
    .footer_company_wrapper {
        flex-direction: column;
    }
}

.footer_company_name {
    font-weight: 600;
    font-size: 23px;
    color: #111C33;
}

.footer_content_wrapper a {
  font-weight: 500;
  font-style: Medium;
  font-size: 17px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #666F81;
  /*text-decoration: underline;
  text-underline-position: under;*/
}

.footer_company_info {
    display: flex;
}

@media screen and (max-width: 640px) {
    .footer_company_info {
        flex-direction: column;
    }
}

.footer_column_wrapper {
    flex-direction: column;
    display: flex;
    padding-right: 60px;
    align-self: end;
    gap: 8px;
}

@media screen and (max-width: 640px) {
    .footer_column_wrapper {
        align-self: start;
        margin-bottom: 35px;
        gap: 1px;
    }
}

.footer_company_info_title {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #111C33;
}

.footer_company_info_content {
    font-weight: 400;
    font-size: 17px;
    color: #666F81;
}

.footer_end {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 50px;

    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
}

.footer .copyright {
    flex-direction: column;
    display: flex;
    font-size: 15px;
    color: #717171;
    gap: 20px;
}

.footer_copyright_text {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: rgba(97, 105, 116, 1);
    text-transform: uppercase;
}

@media screen and (max-width: 1401px) {

    .footer {
        padding: 3rem 0 5rem;
    }

    .footer .container {
        height: auto;
        margin: 0 auto 30px;
        padding: 0 50px;
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
    }

    .footer_end {
        flex-direction: column-reverse;
    }

    /*.footer .copyright {
        margin: 30px 0;
    }*/
}

@media screen and (max-width: 640px) {
    .footer .container {
        padding: 0 20px 0 30px;
    }

    .footer_logo {
        width: 80px;
        margin-right: 20px;
    }

    .footer .copyright {
        margin: 30px 0;
    }

    .footer-button {
        align-self: center;
        margin-top: 50px;
    }
}

.footer_company_div {
    display: flex;
    flex-direction: column;
}

.footer_company {
    margin-top: 62px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.footer_company_div2 {
    display: flex;
    flex-direction: row;
}

.footer_flex {
    display: flex;
}

.footer_contact {
    display: flex;
    flex-direction: column;
}

.footer_company_wrapper a {
    color: white;
}

.footer_flex_col {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer_flex_col.fst {
    margin-right: 40px;
}

.footer_flex_col.snd {
    margin-right: 40px;
}

.footer_contact_title {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 25px;
}

.footer_contact_phone {
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
}

.footer_contact_cont {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
}

.footer_privacy {
    text-decoration: underline;
}

@media screen and (max-width: 640px) {
    .footer_company_div2 {
        flex-direction: column;
        margin-top: 20px;
    }

    .footer_flex {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .footer-button {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .footer_title {
        margin-top: 20px;
    }
}
