.footer__wrapperStyle {
    background: #3b3fd8;
}
@media(min-width: 992px) {
    .footer__topStyle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        /* padding: 20px 0; */
    }
}
.footer__socialStyle {
    display: -ms-flexbox;
    display: flex;
    /*justify-content: space-between;*/
    -ms-flex-align: center;
        align-items: center;
    padding: 30px 15px;
}
.footer__socialStyle > a {
    margin-right: 30px;
}
.footer__socialStyle > a svg {
    fill: #ffffff;
}
.footer__socialStyle > a:last-child {
    margin-right: 0;
}
/* @media(max-width: 767px) {
    .footer__socialStyle {
        -ms-flex-pack: center;
            justify-content: center;
    }
} */
@media(min-width: 768px) {
    .footer__socialStyle {
        width: 40%;
        padding: 40px 0 0;
    }
}
@media(min-width: 992px) {
    .footer__socialStyle {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 30%;
        padding: 0;
        justify-content: flex-end;
    }
    .footer__socialStyle > a {
        margin-right: 25px;
    }
}
.footer__socialTitleStyle {
    display: none;
}
@media(min-width: 992px) {
    .footer__socialTitleStyle {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff;
    }
}
.footer__logoStyle {
    width: 25px;
    fill: #ffffff;
}
.footer__linksWrapperStyle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    color: #ffffff;
    padding: 0;
}
@media(max-width: 767px) {
    .footer__linksWrapperStyle {
        margin: 0 -15px;
    }
}
@media(min-width: 768px) {
    .footer__linksWrapperStyle {
        -ms-flex-direction: row;
            flex-direction: row;
        padding: 40px 0;
    }
}
@media(min-width: 992px) {
    .footer__linksWrapperStyle {
        width: 70%;
        padding: 0;
    }
}
.footer__linksGroupStyle {
    margin-bottom: 30px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding-top: 1px;
}
.footer__linksGroupStyle:last-child {
    margin-bottom: 0;
}
@media(max-width: 767px) {
    .footer__linksGroupStyle {
        background-color: #00008f;
        margin-bottom: 0;
    }
}
@media(min-width: 768px) {
    .footer__linksGroupStyle {
        width: 33%;
        margin-bottom: 0;
    }
}
@media(max-width: 767px) {
    .footer__linksGroupStyle.selected .footer__linksTitleStyle:after {
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    }
    .footer__linksGroupStyle.selected .footer__linkStyle {
        max-height: 60px;
        padding: 20px 30px;
        border-bottom: 1px solid #494df4;
        opacity: 1;
    }
    .footer__linksGroupStyle.selected .footer__linkStyle:last-child {
        border-bottom: none;
    }
}
.footer__linksTitleStyle {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #3b3fd8;
    margin-bottom: 20px;
}
@media(max-width: 767px) {
    .footer__linksTitleStyle {
        cursor: pointer;
        margin-top: 1px;
        padding: 20px 30px;
        margin: 0;
    }
    .footer__linksTitleStyle:after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 30px;
        top: 25px;
        margin-left: 10px;
        margin-bottom: 4px;
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        padding: 3px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        transition: all 0.2s;
    }
}
.footer__linkStyle {
    display: block;
    margin-bottom: 10px;
    opacity: 1;
}
.footer__linkStyle:last-child {
    margin-bottom: 0;
}
.footer__linkStyle:hover {
    opacity: 0.65;
}
@media(max-width: 767px) {
    .footer__linkStyle {
        font-size: 16px;
        margin: 0;
        padding: 0 30px;
        opacity: 0;
        max-height: 0;
        transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
    }
    .footer__linkStyle:first-child: {
        box-shadow: 0 2px 10px rgba(0,0,0, 0.3) inset;
    }
    .footer__linkStyle:last-child: {
        box-shadow: 0 -2px 10px rgba(0,0,0, 0.3) inset;
    }
}
.footer__langsBlockStyle {
    background: #3032c1;
    border-top: 1px solid rgba(255,255,255, 0.2);
}
.footer__langsInnerStyle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 20px 0;
    width: 100%;
}
@media(min-width: 768px) {
    .footer__langsInnerStyle {
        -ms-flex-pack: start;
            justify-content: flex-start;
        width: 49%;
    }
}
.footer__langStyle {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.5;
    padding: 0 10px;
    border-right: 1px solid #494df4;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0.1em;
}
.footer__langStyle:last-child {
    border-right: 0 none;
}
.footer__langStyle:hover {
    opacity: 0.5;
}
.footer__langStyle.selected {
    opacity: 1;
    cursor: default;
}
.footer__langStyle.selected:hover {
    opacity: 1;
}
.footer__copyrightStyle {
    color: rgba(255,255,255, 0.65);
    display: block;
    text-align: center;
    padding: 0 0 10px;
}
@media(min-width: 768px) {
    .footer__copyrightStyle {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        width: 50%;
        padding: 0;
    }
}
