/* Footer */
.footer {
    padding: 112.2px 0px 128px;
    background-color: #0c2057;
}

.footer-title {
    font-family: "SF UI Text", sans-serif;
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

/* .footer-subscribe,
.footer-subscribe:hover,
.footer-subscribe:active {
    width: 459px;
    height: 60px;
    border-radius: 44px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #40c3c2;
    background-color: #1aa7ec;
    font-family: "SF UI Text", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 60px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
} */

/* * Subscribe  - enter email * */
.div-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email-input {
    position: relative;
    width: fit-content;
}

.subscribe-on-footer {
    appearance: none;
    width: 27.5625rem;
    height: 3.5rem;
    background: #E4E2E2;
    border: 2px solid #1AA7EC;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;


    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    color: #1AA7EC;
    padding: 0 2rem;
    margin: 1.75rem 0 1.3125rem 0;

}

.subscribe-on-footer::placeholder {
    color: #010B56;
    opacity: 1;
}

.subscribe-on-footer:placeholder-shown {
    border: 1px solid #E4E2E2;
}

.email-submit-btn {
    width: 6.1875rem;
    height: 3.5rem;

    background: #1AA7EC;
    border: 2px solid #1AB7F2;
    border-radius: 50px;

    position: absolute;
    right: 0;
    top: 1.75rem;


    display: flex;
    justify-content: center;
    align-items: center;
}

.email-submit-btn:hover {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    filter: brightness(0.98);
    -webkit-filter: brightness(0.98);
}

.submit-arrow-btn {
    width: 50%;
    height: 0.25rem;
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;


}

.submit-arrow-btn::after,
.submit-arrow-btn::before {
    content: '';
    position: absolute;
    width: 25%;
    height: 0.25rem;
    right: 1.2rem;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.submit-arrow-btn::after {
    top: 31%;
    transform: rotate(45deg);
}

.submit-arrow-btn::before {
    top: 62%;
    transform: rotate(-45deg);
}

/*CHECKBOX*/
.policy-on-footer-label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;

    color: #FFFFFF;
    cursor: pointer;
    /* !--------- */

    display: block;
    position: relative;
    padding: 0 55px;
    user-select: none;

    width: fit-content;
}

.policy-on-footer-label input {
    position: absolute;
    display: none;
    cursor: pointer;
}

.policy-on-footer-label a {
    color: #1AA7EC;
}

.policy-on-footer-label a:hover {
    color: #1AA7EC;
    text-decoration: underline 1px #1AA7EC;
}

.policy-on-footer-label a:active {
    color: #007bff;
}

.check-footer {
    position: absolute;
    left: 20px;
    top: 0;
    height: 18px;
    width: 18px;
    background-color: #FFFFFF;
    border: 3px solid #1AA7EC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.policy-on-footer-label input:hover+.check-footer {
    background-color: #f3f2f2;
}

.policy-on-footer-label input:checked+.check-footer {
    background-color: #FFFFFF;
}

.check-footer::after {
    content: '';
    position: absolute;
    display: none;
    top: 1px;
    left: 1px;
}

.policy-on-footer-label input:checked+.check-footer::after {
    display: block;
}

.policy-on-footer-label .check-footer::after {
    width: 10px;
    height: 10px;

    background: #1AA7EC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* *-----* */

.footer-middle {
    padding-top: 120px;
}

/* .footer-logo {} */

.footer-desc {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.footer-menu-title {
    font-family: "SF UI Text", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}

.footer-menu {
    list-style-type: none;
    padding: 0px;
}

.footer-menu-item {
    margin-bottom: 20px;
}

.footer-menu-item:last-child {
    margin-bottom: 0px;
}

.footer-menu-link {
    font-family: "SF UI Text", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.footer-social {
    margin: 70px 0px 40px;
    /* border-bottom: 1px solid #fcf9f9; */
}

.privacy-menu,
.footer-social-menu {
    list-style-type: none;
    padding: 0px;
}

.privacy-menu-item {
    position: relative;
    padding-right: 7px;
    padding-left: 7px;
}

.privacy-menu-item::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 18px;
    background-color: #4adede;
}

.privacy-menu-item:last-child::after {
    width: 0px;
}

.privacy-menu-item:first-child {
    padding-left: 0px;
}

.privacy-menu-item:last-child {
    padding-right: 0px;
}

.privacy-menu-link {
    font-family: "SF UI Text", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #4adede;
}

.footer-social-link img {
    width: 53px;
    height: 53px;
}

.footer-credits {
    border-color: #fcf9f9;
    padding-top: 65px;
    font-family: "SF UI Text", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}