
.footer {
    position: relative;
}

.footerBgImg {
    position: absolute;
    top: -20vh;
    width: 60vw;
    height: auto;
    left: -50px;
    pointer-events: none;
}

.footer .socialsContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__content-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.footer__after-social-text {
    color: #00BED7;
    font-size: 30px;
    font-weight: 700;
    margin-top: 3.4rem;
}

.footer__bottom-inner {
    padding: 4rem;
}

.footer .footerLinks a,
.footer .footerLinks div {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.footer .footerLinks div {
    padding-bottom: 8px;
}

.footer .m-container.footerSub {
    margin-top: 3rem;
}

.footer .footerLinks .textGreen {
    color: #bec328;
}

.footer .row .copyrightContainer {
    display: flex;
    align-content: start;
    justify-content: space-between;
}

.footer .copyrightContainer p.text_14 {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.footer .copyrightContainer img {
    width: 120px;
    padding-top: 3px;
}

.footer .row .copyrightContainer p.text.underline {
    text-decoration: underline;
}

.footer .footerSeparator {
    margin-top: 2rem;
    display: flex;
    width: 100%;
    align-content: center;
}

.footer .footerSeparator .green {
    width: 50%;
    border-bottom: 2px solid #bec328;
}

.footer .footerSeparator .blue {
    width: 50%;
    border-bottom: 2px solid #00BED7;
}

img.footerLogo {
    width: 60px;
    height: auto;
}

.footer .logoContainer {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 15px;
}

.footer .footerLinksContainer {
    display: flex;
    align-content: center;
    gap: 3rem;
}

.footer .logoContainer a {
    font-family: 'Din', Sans-serif;
    color: white;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
}

.footer__socials .btn span {
    min-width: auto;
}

.footer__socials .hover-elem__view img {
    width: 56px;
}

.footer__bottom-inner h4.title_md {
    font-size: 34px;
    font-weight: 600;
}

.footer__bottom-inner .socialLinks {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 0;
}

.footer__bottom-inner .subscriptionHeadline {
    max-width: 70%;
    line-height: 34px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}

.footer__top {
    z-index: 1
}

.footer__top, .footer__top-inner {
    position: relative
}

.footer__top-img, .footer__top-img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.footer__top-img::after {
    content: '';
    left: 100%;
    width: 5000px;
    background: #003750
}

.footer__top-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer__middle {
    z-index: 1
}

.footer__middle, .footer__middle-inner {
    position: relative
}

.footer__middle .footer__fill-bg-block {
    background: #00bed7;
    border: 10px solid #00bed7
}

.footer__bottom {
    z-index: 1;
    color: white;
}

.footer__bottom .form__check i {
    background-color: white;
}

.footer__bottom .btnGreen.submit {
    text-transform: uppercase;
}

.footer__bottom .form__field input {
    background: transparent;
    text-transform: uppercase;
    border-bottom: 1px solid white;
}

.footer__bottom .form__field_action span {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
}

.footer__bottom, .footer__bottom-inner {
    position: relative
}

.footer__bottom .footer__fill-bg-block {
    background: #001f2c;
    border-radius: 15px;
    color: white;
}

.footer__fill-bg-block {
    position: absolute;
    /*border: 10px solid #fff;*/
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.footer__socials .socials {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.footer__bottom-text, .footer__menu li a {
    color: #00BED7;
    text-decoration: underline;
}

.footer__bottom-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer__circles-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.footer__circles-inner {
    position: relative
}

.footer__circles-inner img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-30%, -20%);
    -ms-transform: translate(-30%, -20%);
    transform: translate(-30%, -20%)
}


@media only screen and (max-width:719px){

    .footer__bottom-inner {
        padding: 2rem;
    }

    .footer__top-img {
        width: calc(100% + 24px)
    }

    .footer__bottom .footer__fill-bg-block {
        border-radius: 0
    }

    .footer__fill-bg-block {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .footer__bottom-text, .footer__menu {
        display: block
    }

    .footer .copyrightContainer .creativeRoom {
        min-width: 100%;
    }

    .footer .copyrightContainer {
        flex-wrap: wrap;
    }


}
