.section-newsletter {
    margin: 96px 0 192px;
}

.section-newsletter .news-bg {
    background-color: #E0E3F1;
    padding: 75px;
    border-radius: 2rem;
    background-image: url(../img/news-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.news-desc p {
    text-align: center;
    color: #121212;
    line-height: 40px;
    font-family: var(--bold_font);
    font-size: 1.1rem;
}

#newsletter-form {
    display: flex;
    align-items: center;
    width: 450px;
}

.section-newsletter .form-row {
    background-color: #CAD0E7;
    width: 100%;
    height: 100%;
    border-radius: 80px;
    padding: 20px 8px;
}

#email-error {
    position: absolute;
    display: flex;
    color: red;
    top: 165%;
    left: 0;
    font-size: 0.9rem;
}

.form-control {
    background-color: transparent;
    border: none;
    color: #4A5272;
    width: 65%;
}

#newsletter-form .alert {
    position: absolute;
    left: auto;
    right: 50%;
    transform: translateX(50%);
    top: 125%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#newsletter-form button {
    background-color: var(--color3);
    color: #fff;
    padding: 0.5rem 0.83rem;
    border-radius: 2rem;
    font-family: var(--main_font);
    border: 1px solid var(--color3);
    transition: 0.3s;
    position: absolute;
    right: 1rem;
}

#newsletter-form button:hover {
    background-color: #fff;
    color: var(--color3);
}

.scrollup {
    position: absolute;
    font-family: var(--bold_font);
    top: -40px;
    right: 8%;
    flex-direction: row-reverse;
    display: none;
    cursor: pointer;
    background-color: transparent;
    z-index: 2;
    background-color: #fff;
    padding: 12px 8px;
    border: 1px solid var(--color1);
    border-radius: 96px;
    color: var(--color1);
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    writing-mode: tb;
    outline: 5px solid rgba(255, 132, 80, 0.18);
    transition: 0.3s;
}

.scrollup::after {
    content: '\e917';
    font-family: 'icomoon';
    color: var(--color1);
    font-size: 14px;
}

.scrollup:hover {
    outline: 8px solid rgba(255, 132, 80, 0.2);
}

#footer .section-bg-dark {
    padding-top: 2rem;
}

.icon-footer:before {
    content: "\e914";
    color: #fff;
    z-index: 50000;
    position: absolute;
    font-size: 3rem;
    left: 245px;
}

.footer-logodesc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2.5rem;
}

.footer-logo {
    display: table;
    margin: auto;
}


.footer-content p {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.socials a i {
    font-size: 1.5rem;
    color: #fff;
}

.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.socials a {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
}

.socials a.bg-icon-instagram {
    background-image: url(../img/instagram.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.socials a.bg-icon-linkedin {
    background-image: url(../img/linkedin.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.socials a.bg-icon-aparat {
    background-image: url(../img/aparat.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.socials a.bg-icon-whatsapp {
    background-image: url(../img/whatsapp.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.socials a.bg-icon-youtube {
    background-image: url(../img/youtube.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts i {
    font-size: 20px;
}

#footer>.row {
    margin: 0;
}

#footer .footer-content {
    margin-bottom: 31px;
}

#footer .copyright {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 22px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 22px;
    border-top: 1px solid #fff;
}

#footer .copyright .brands {
    display: flex;
    gap: 8px;
    background: #260000;
    border-radius: 2rem;
    padding: 0.8rem;
}

#footer .copyright .brands a {
    display: flex;
    background: white;
    min-width: 60px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    border: 2px solid #fff0;
    transition: 0.4s;
}

.contacts li a:hover,
.footer-sub-menu li a:hover {
    color: var(--color1);
}

#footer .copyright .brands a:hover {
    transition: 0.4s;
    border: 2px solid var(--color1);
}

.socials a i:hover {
    color: var(--color2);
    transition: 0.3s;
}

#footer .copyright span {
    color: var(--color2);
}

#footer .websima {
    display: flex;
}

.footer-sub-menu li {
    margin-bottom: 1rem;
}

.wrap-ft-menu h4,
.footer-sub-menu li a {
    color: #fff;
}

.copyright p {
    color: #fff;
}

/************/




img.iconbrand {
    margin: 0 !important;
}

.ftCopyRight span {
    color: var(--color1);
}

#footer .copyright p {
    width: 100%
}

.wrap-contact h4,
.contacts li a {
    color: #fff;
}

.contacts li a {
    display: flex;
    align-items: center;
    direction: ltr;
    gap: 8px;
}

#footer .copyright .brands {
    background: transparent;
    padding: 0;
    order: 3;
}

#footer .copyright p {
    width: auto;
}


@media screen and (min-width: 62em) {

    ul.contacts,
    .menu-footer-container {
        display: flex !important;
        flex-direction: column;
        gap: 1rem;
    }

    #footer .title {
        pointer-events: none;
    }

    #footer .copyright .brands a {
        min-width: 80px;
    }

    p.footer-desc,
    #footer h3.title {
        text-align: left;

    }

    #footer .title {
        margin-bottom: 1rem;
        font-size: 1.46rem;
    }
}

@media screen and (max-width: 1024px) {
    .contacts {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-top: 0.5rem;
    }

    .socials {
        justify-content: center;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .socials {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 992px) {

    .footer-menu-title+ul.contacts,
    .footer-menu-title+.menu-footer-container {
        /*display: none;*/
        background: rgba(0, 23, 34, 0.4);
        padding: 0 1rem 1rem;
        margin-bottom: 1rem;
        border-radius: 1.5rem;
        position: relative;
    }

    #footer .title.footer-menu-title:after {
        content: "\e912";
        font-family: 'icomoon';
        line-height: 2px;
        transition: 0.4s;
        border: 1px solid var(--color1);
        border-radius: 50%;
        padding: 10px 6px;
        font-size: 10px;
        color: var(--color1);
    }

    .footer-menu-title.active+.menu-footer-container {
        border-radius: 0 0 1.5rem 1.5rem;
    }

    #footer .footer-menu-title.active:after {
        transition: 0.4s;
        color: var(--color1);
        content: "\e914";
    }

    #footer .footer-menu-title {
        margin-bottom: 0px;
        font-family: var(--light_font);
        position: relative;
        background: rgba(0, 23, 34, 0.4);
        border-radius: 1.5rem;
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #footer .title.footer-menu-title.active {
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .footer-access-mobile .wrap.ft.menu ul {
        padding-left: 1rem !important;
    }
}

@media screen and (max-width: 768px) {

    .call-icon i {
        font-size: 24px;
        animation: shake 0.5s infinite;
    }

    .footer-logodesc p {
        padding: 0 !important;
    }

    .socials {
        justify-content: center;
        margin-bottom: 2rem;
        flex-wrap: wrap;
    }

    #footer .copyright {
        justify-content: center;
    }

    .contacts {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-top: 0.5rem;
    }

    .contacts li a {
        gap: 1rem;
    }

    .scrollup {
        top: -25px;
        transform: translateX(-50%);
        right: 50%;
        left: 50%;
        width: 51px;
        height: 51px;
        border-radius: 50%;
    }

    .socials a {
        width: 2rem;
        height: 2rem;
    }

    .copyright p {
        font-size: 15px;
    }

    .scrollup-desk {
        display: none !important;
    }

    .footer-logo {
        margin-top: 2rem;
    }

}

@media screen and (max-width: 576px) {
    .socials span {
        margin-top: 1rem;
    }

    .fixed__menu .help-heading {
        background: transparent;
        padding: 0;
        border-radius: 0;
    }

    .section-newsletter .news-bg {
        background-image: url(../img/news-mbg.png);
        padding: 20px;
    }

    #newsletter-form {
        padding: 1rem 0.5rem;
        margin-bottom: 1rem;
        width: 100%;
    }

    #newsletter-form .alert {
        top: 100%;
    }

    .form-control {
        max-width: 200px;
    }

    #email-error {
        width: 180px;
    }

    .section-newsletter {
        margin: 0 0 64px;
    }
}

@media screen and (max-width: 400px) {
    #newsletter-form button {
        right: 0;
        left: 0;
        top: 110%;
        transform: translateX(50%);
        width: 146px;
    }

    .section-newsletter .news-bg {
        padding: 55px 20px;
    }

    .section-newsletter .form-row {
        padding: 12px 8px;
    }

    #email-error {
        top: 140%;
        font-size: 0.7rem;
    }

    .form-control {
        max-width: 100%;
        width: 100%;
    }

    #newsletter-form .alert {
        top: -10%;
    }
}