/* FOOTER */
footer {
    background-color: #002664;
    padding: 70px 0 0;
}

footer h3 {
    color: #fff;
    margin: 0 0 5px 0;
}

footer .footer-mid {
    margin: 60px 0 0 0;
}

footer .footer-bot {
    padding: 15px 0;
    margin-top: 70px;
    background-color: #001D4D;
}

/* footer menus */
footer .footer-menu {
    margin: 0;
    padding: 0;
}

footer .footer-menu li {
    display: block;
    margin: 2px 0;
}

footer .footer-menu li a {
    color: #EEF2F7;
    display: inline-block;
    min-height: 24px !important;
    line-height: 24px !important;
}

.footer-general-socials ul li a:focus-visible,
.footer-general-links ul li a:focus-visible,
.footer-langs ul li a:focus-visible,
footer .footer-menu li a:focus-visible {
    outline: 1px solid #ffffff;
    outline-offset: 2px;
}

footer .footer-menu li a:hover {
    text-decoration: underline;
}

/* footer logo */
footer .footer-logo a {
    margin-right: 15px;
    width: 90px;
    height: 90px;
    display: block;
    float: left;
}

footer .footer-logo {
    margin: 15px 0 0 0;
}

footer .logo-text {
    color: #fff;
    font-size: 13px;
    display: block;
}

/* footer general links (terms and others) */
.footer-general-links {
    font-size: 12px;
    text-align: center;
}

.footer-general-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-general-links ul li {
    margin: 0 17px;
    display: inline-block;
    position: relative;
}

.footer-general-links ul li:after {
    content: "";
    position: absolute;
    top: 17%;
    right: -20px;
    background-color: #ffffffad;
    width: 1px;
    height: 70%;
}

.footer-general-links ul li:last-of-type:after {
    display: none;
}

.footer-general-links ul li a {
    color: #EEF2F7;
    display: inline-block;
    min-height: 24px !important;
    line-height: 24px !important;
}

/* footer social */
.footer-general-socials {
    font-size: 12px;
    text-align: right;
}

.footer-general-socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-general-socials ul li {
    margin: 0 3px;
    display: inline-block;
    position: relative;
}

.footer-general-socials ul li a {
    color: #EEF2F7;
    display: inline-block;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
    text-align: center;
}

/* footer newsletter */
footer .footer-newsletter p {
    color: #DADADA;
}

footer .newsletter-input {
    margin: 15px auto 0;
}

footer .newsletter-input input {
    padding: 0 135px 0 50px;
}

/* footer langs */
.footer-langs ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer-langs ul li {
    display: inline-block;
    margin: 0 7px;
}

.footer-langs ul li a {
    color: #EEF2F7;
    display: block;
    min-height: 24px !important;
    line-height: 24px !important;
}

.footer-langs ul li a:hover {
    text-decoration: underline;
}

.footer-langs .langs-badge {
    display: inline-block;
    margin-right: 5px;
}

/* footer payment & delivery methods */
.footer-sep {
    height: 20px;
    width: 1px;
    background-color: #fff;
    display: table;
    margin: 0 auto;
}

.footer-payment-methods {
    position: relative;
    text-align: center;
}

.footer-methods .footer-methods-badge {
    display: inline-block;
    margin-right: 5px;
}

.footer-methods ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer-methods ul li {
    display: inline-block;
    margin: 0 5px;
}

.footer-methods ul li a {
    display: block;
}


footer .footer-general-links ul:last-child,
footer .footer-general-links ul:last-child li:last-of-type {
    margin-right: 0;
}


/* copyright */
footer .copyright {
    font-size: 12px;
    color: #EEF2F7;
}

/* МОБИЛЕ */

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .footer-langs ul li {
        display: inline-block;
        margin: 0 4px;
    }

    footer .footer-methods ul {
        display: inline-block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer .footer-langs ul {
        display: block;
        margin: 10px 0 30px 0;
    }

    .footer-langs ul li {
        display: inline-block;
        margin: 0 4px;
    }

    footer .footer-langs .footer-langs-badge + span,
    footer .footer-methods .footer-methods-badge + span {
        color: #fff;
        margin: 0 0 0 5px;
        font-weight: bold;
    }

    footer .footer-payment-methods {
        text-align: left;
    }

    footer .footer-methods ul {
        display: block;
        margin: 10px 0 30px 0;
    }

    footer .footer-methods ul li {
        margin: 0 5px 0 0;
    }

    footer .footer-newsletter {
        margin: 0 0 30px 0;
    }

    footer .footer-langs ul {
        display: inline-block;
        margin: 10px 0 30px 0;
    }

    footer .footer-general-links {
        font-size: 12px;
        display: block;
        -webkit-box-pack: inherit;
                justify-content: inherit;
    }

    footer .footer-general-links ul:first-child {
        margin: 0 0 15px 0;
    }

    footer .footer-general-links ul {
        display: inline-block;
        margin: 0 0;
    }

    footer .footer-logo {
        margin: 0 0 15px 0;
    }

    footer .footer-logo img {
        position: relative;
        top: 1px;
    }

    footer .footer-general-links ul:first-child li:last-of-type:after {
        display: none;
    }

    footer .footer-general-links ul:first-child li:first-of-type {
        margin-left: 0;
    }

    footer .copyright {
        font-size: 12px;
        color: #EEF2F7;
        margin: 0 0 15px;
    }

}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    footer .footer-logo {
        margin: 0;
    }

    footer {
        background-image: none;
        padding: 50px 0 0;
    }

    footer h3 {
        margin: 0 0 10px 0;
    }

    footer .footer-menu {
        margin: 0 0 30px 0;
    }

    footer .footer-newsletter {
        margin: 0 0 30px 0;
    }

    footer .newsletter-input {
        max-width: 100%;
    }

    footer .footer-general-links {
        font-size: 12px;
        display: block;
        -webkit-box-pack: inherit;
                justify-content: inherit;
    }

    footer .footer-general-links ul:first-child {
        margin: 0 0 15px 0;
    }

    footer .footer-general-links ul {
        display: inline-block;
        margin: 0 0;
    }

    footer .footer-general-links ul:first-child li:last-of-type:after {
        display: none;
    }

    footer .footer-general-links ul:first-child li:first-of-type {
        margin-left: 0;
    }

    footer .copyright {
        font-size: 12px;
        color: #EEF2F7;
        margin: 0 0 15px;
    }

    footer .footer-mid {
        margin: 0;
    }

    footer .footer-bot {
        padding: 20px 0;
        margin-top: 0;
    }

    footer .footer-langs ul {
        display: block;
        margin: 10px 0 30px 0;
    }

    footer .footer-langs .footer-langs-badge + span,
    footer .footer-methods .footer-methods-badge + span {
        color: #fff;
        margin: 0 0 0 5px;
        font-weight: bold;
    }

    footer .footer-payment-methods {
        text-align: left;
    }

    footer .footer-methods ul {
        display: block;
        margin: 10px 0 30px 0;
    }

    footer .footer-methods ul li {
        margin: 0 5px 5px 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .footer-general-links ul li:after {
        display: none;
    }

    footer .footer-general-links {
        font-size: 12px;
        text-align: left;
    }

    footer .footer-general-links ul {
        margin: 0 0 15px 0;
    }

    footer .footer-general-links ul li {
        margin: 5px 0;
        display: block;
    }

    footer .footer-general-socials {
        text-align: left;
    }

    footer {
        background-image: none;
        padding: 30px 0 0;
    }

    footer h3 {
        margin: 0 0 10px 0;
    }

    footer .footer-menu {
        margin: 0 0 30px 0;
    }

    footer .footer-newsletter {
        margin: 0 0 30px 0;
    }

    footer .footer-newsletter .newsletter-input {
        max-width: 100%;
    }

    footer .footer-logo {
        margin: 0 0 10px 0;
        display: table;
        width: 100%;
    }

    footer .footer-mid {
        margin: 0;
    }

    footer .footer-bot {
        padding: 20px 0;
        margin-top: 0;
    }

    footer .footer-langs ul {
        display: block;
        margin: 10px 0 20px 0;
    }

    footer .footer-langs .footer-langs-badge + span,
    footer .footer-methods .footer-methods-badge + span {
        color: #fff;
        margin: 0 0 0 5px;
        font-weight: bold;
    }

    footer .footer-payment-methods {
        text-align: left;
    }

    footer .footer-methods ul {
        display: block;
        margin: 10px 0 20px 0;
    }

    footer .footer-methods ul li {
        margin: 0 5px 5px 0;
    }

    footer .footer-methods ul li img {
        height: 30px;
    }

    footer .copyright {
        font-size: 12px;
        color: #EEF2F7;
        margin: 0 0 10px 0;
        text-align: left;
    }
}

@media only screen and (min-width: 0px) and (max-width: 320px) {
    footer .footer-methods ul li img {
        height: 26px;
    }
}
