/*новый футер*/
.footer_sec {
    background: var(--gray-bg-color);
}

.footer_sec .container {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40rem;
    padding-bottom: 40rem;
}

.fcol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fcol-links {
    max-width: 370rem;
    width: 100%;
}

.footer-title {
    margin-bottom: 20rem;
    font-weight: 700;
    font-size: 20rem;
    line-height: 150%;
    color: #000000;
}

.footer-title:not(:first-child) {
    margin-top: 70rem;
}

.fcol-menu {
    max-width: 370rem;
    width: 100%;
}

.fmenu-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fmenu-wrapper .fmenu {
    max-width: 180rem;
    width: 100%;
    margin-top: 60rem;
}

.fmenu-wrapper .fmenu:nth-child(1),
.fmenu-wrapper .fmenu:nth-child(2) {
    margin-top: 0;
}

.fmenu-wrapper .fmenu h5,
.fmenu-wrapper .fmenu-title {
    margin-bottom: 20rem;
    font-weight: 700;
    font-size: 20rem;
    line-height: 150%;
    color: #000000;
}

.fmenu-wrapper .fmenu a {
    font-weight: 500;
    font-size: 16rem;
    line-height: 150%;
    color: #4F5159;
}

.fmenu-wrapper .fmenu a:hover {
    color: #000;
}

.fcol-socs {
    max-width: 330rem;
    width: 100%;
}

.subscribe-form-wrapper {
    margin-bottom: 70rem;
}

.subscribe-form-wrapper .subscribe_form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 340rem;
    width: 100%;
    height: auto;
    margin: 0;
}

.subscribe_form .ip_cell {
    width: 100%;
    margin-bottom: 0;
}

.subscribe_form .input_text {
    width: 100%;
    height: 50rem;
    border-radius: 7rem 0 0 7rem;
    margin-bottom: 0;
    border-right: none;
}

.subscribe_form-input {
    display: flex;
    align-items: stretch;
    height: 70rem;
    width: 100%;
    max-width: 340rem;
}

.subscribe-form-wrapper .subscribe_form .button {
    position: relative;
    width: 50rem;
    height: 50rem;
    margin-bottom: 0;
    border: none;
    border-radius: 0 7rem 7rem 0;
    background: url(../../img/i_send-white.svg) 16rem center/20rem no-repeat #0086FF;
    font-size: 0;
    white-space: nowrap;
}

.subscribe-form-wrapper .subscribe_form .button:hover,
.subscribe-form-wrapper .subscribe_form .button:active {
    background: url(../../img/i_send-white.svg) 18rem center/20rem no-repeat #0075DF;
}

.subscribe-form-wrapper .ch + label {
    padding-left: 24rem;
    font-size: 13rem;
    line-height: 1.3;
    padding-top: 0;
}

.subscribe-form-wrapper .ch + label::before {
    width: 16rem;
    height: 16rem;
}

.subscribe-form-wrapper .ch + label::after {
    top: 4rem;
    left: 4rem;
    width: 10rem;
    height: 8rem;
}

.subscribe-form-wrapper .has-error .help-block {
    position: absolute;
    min-width: 300rem;
}

.subscribe-form-wrapper .ip_cell,
.subscribe-form-wrapper .field-subscribe-agreements {
    margin-bottom: 0 !important;
}

.socs_box2 {
    display: flex;
    gap: 12rem;
}

.socs_box2 .soc-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60rem;
    height: 60rem;
    border-radius: 60rem;
    overflow: hidden;
}

.socs_box2 .soc-link:hover {
    opacity: 0.8;
}

.compact_footer_sec {
    background: var(--gray-bg-color);
    color: #878787;
}

.footer_lined_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 15rem;
    padding: 20rem 0;
    border-bottom: 1rem solid #dadada;
    font-weight: 500;
    font-size: 14rem;
    line-height: 1.5;
    align-items: center;
}

.footer_lined_row.flex-start {
    justify-content: flex-start;
}

.footer_lined_row:first-child {
    border-top: 1rem solid #dadada;
}

.footer_lined_row a {
    display: inline-block;
    font-weight: 500;
    font-size: 16rem;
    line-height: 1.5;
    color: #4F5159;
}

.footer_lined_row:last-child span {
    line-height: 1.7;
}

.footer_lined_row .madein {
    margin-left: 5rem;
}

@media (max-width: 480px) {
    footer .container {
        flex-wrap: wrap; 
    }

    .fcol {
        max-width: 100%;
    }

    .footer-title, .fmenu-wrapper .fmenu h5,
    .fmenu-wrapper .fmenu-title {
        font-size: 16rem;
    }

    .footer-title:not(:first-child) {
        margin-top: 15rem;
    }

    .fcol-menu {
        display: none !important;
    }

    .fcol-socs {
        margin-top: 0;
        margin-bottom: 30rem;
        order: -1;
    }

    .subscribe-form-wrapper {
        margin-bottom: 30rem;
    }

    .socs_box2 .soc-link {
        width: 40rem;
        height: 40rem;
        border-radius: 40rem;
    }

    .footer_lined_row {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer_lined_row span {
        width: 100%;
        text-align: center;
        gap: 10rem;
    }

    .footer_lined_row a, 
    .footer_lined_row {
        font-size: 12rem;
    }
}