.teamo-footer {
    background: #F7F7F9;
    font-family: Montserrat, sans-serif;
}

.teamo-footer__inner {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.teamo-footer__info {
    padding-top: 56px;
}

.teamo-footer__socials {
    display: inline-block;
    vertical-align: top;
    width: 305px;
}

.teamo-footer__logo {
    width: 189px;
    height: 40px;
    background: url(/images/new-frontend/logo.svg) no-repeat 50% 50%;
    background-size: 189px 40px;
    margin-bottom: 40px;
}

.teamo-footer__socials-list {
    width: 210px;
}

.teamo-footer__socials-list a {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 100%;
}

.teamo-footer__socials-list a.fb {
    background: url(/images/new-frontend/socials-logo/fb.svg) no-repeat 50% 50%;
    background-size: 50px 50px;
}

.teamo-footer__socials-list a.vk {
    background: url(/images/new-frontend/socials-logo/vk.svg) no-repeat 50% 50%;
    background-size: 50px 50px;
}

.teamo-footer__socials-list a.od {
    background: url(/images/new-frontend/socials-logo/ok.svg) no-repeat 50% 50%;
    background-size: 50px 50px;
}

.teamo-footer__socials-list a.tw {
    background: url(/images/new-frontend/socials-logo/twitter.svg) no-repeat 50% 50%;
    background-size: 50px 50px;
}

.teamo-footer__socials-list a.ig {
    background: url(/images/new-frontend/socials-logo/instagram.svg) no-repeat 50% 50%;
    background-size: 50px 50px;
}

.teamo-footer__main-section {
    display: inline-block;
    vertical-align: top;
    width: 895px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.teamo-footer__main-section-column {
    display: inline-block;
    vertical-align: top;
    width: 228px;
    margin-right: 70px;
}

.teamo-footer__main-section-item {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
}

.teamo-footer__main-section-item:hover {
    color: #6e49ff;
    text-decoration: none;
}

.teamo-footer__copyrights {
    border-top: 1px solid #e6e6f3;
    padding-top: 16px;
    padding-bottom: 15px;
}

.teamo-footer__copyrights-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.teamo-footer__copyrights-text {
    color: #afb6c6;
    font-size: 12px;
    font-weight: 500;
}

.teamo-footer__copyrights-seolink,
.teamo-footer__copyrights-seolink:hover {
    color: #afb6c6;
    text-decoration: none;
}

.teamo-footer .lang-switcher {
    position: absolute;
    top: 6px;
    right: 0;
}

.teamo-footer .lang-switcher__options, .teamo-footer .g-tooltip.lang-switcher__options {
    bottom: 100%;
    margin-bottom: 26px;
    top: auto;
    box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.15);
}

.teamo-footer .lang-switcher_checked {
    color: #afb6c6 !important;
    font-size: 14px;
    line-height: 20px;
}

.teamo-footer .lang-switcher_checked:before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    float: left;
    height: 20px;
    margin-right: 7px;
    width: 15px;
}

.teamo-footer .lang-switcher_checked-ru:before {
    background-image: url(/images/new-frontend/flags/ru.svg);
}

.teamo-footer .lang-switcher_checked-en:before {
    background-image: url(/images/new-frontend/flags/en.svg);
}

.teamo-footer .lang-switcher_checked-de:before {
    background-image: url(/images/new-frontend/flags/de.svg);
}

.teamo-footer .lang-switcher_checked-fr:before {
    background-image: url(/images/new-frontend/flags/fr.svg);
}

.teamo-footer .lang-switcher_checked-pt:before {
    background-image: url(/images/new-frontend/flags/pt.svg);
}

.teamo-footer .lang-switcher_checked-es:before {
    background-image: url(/images/new-frontend/flags/es.svg);
}

.teamo-footer .lang-switcher .lang-switcher__selector::before {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999687 1L5.36483 5.93403C5.38323 5.95477 5.40583 5.97138 5.43112 5.98275C5.45641 5.99412 5.48383 6 5.51156 6C5.53929 6 5.56671 5.99412 5.592 5.98275C5.6173 5.97138 5.63989 5.95477 5.6583 5.93403L10.0234 1' stroke='%23AFB6C6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 9px;
    height: 5px;
    background-size: 9px 5px;
    top: -1px;
    left: -2px;
}

.teamo-footer .lang-switcher .g-tooltip:after {
    bottom: -6px;
    top: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.lang-switcher .g-el_select__item {
    line-height: 20px;
}

.lang-switcher .g-el_select__item.selected {
    color: #33D560 !important;
}

.lang-switcher .g-el_select__item.selected:after {
    background-image: url(/images/new-frontend/check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 5px;
    width: 20px;
}

.lang-switcher .g-el_select__item:before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    float: left;
    height: 20px;
    margin-right: 5px;
    width: 15px;
}

.lang-switcher .g-el_select__item-ru:before {
    background-image: url(/images/new-frontend/flags/ru.svg);
}

.lang-switcher .g-el_select__item-en:before {
    background-image: url(/images/new-frontend/flags/en.svg);
}

.lang-switcher .g-el_select__item-de:before {
    background-image: url(/images/new-frontend/flags/de.svg);
}

.lang-switcher .g-el_select__item-fr:before {
    background-image: url(/images/new-frontend/flags/fr.svg);
}

.lang-switcher .g-el_select__item-pt:before {
    background-image: url(/images/new-frontend/flags/pt.svg);
}

.lang-switcher .g-el_select__item-es:before {
    background-image: url(/images/new-frontend/flags/es.svg);
}

.teamo-footer__mobile-links {
    border-top: 1px solid #E6E6F3;
    border-bottom: 1px solid #E6E6F3;
    height: 167px;
}

.teamo-footer__mobile-links-inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
    position: relative;
}

.teamo-footer__mobile-links-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

.teamo-footer__mobile-links-wrap {
    position: absolute;
    right: 0;
    top: 52px;
    font-size: 0;
}

.teamo-footer__mobile-links-gplay {
    display: inline-block;
    vertical-align: top;
    width: 216px;
    height: 64px;
    cursor: pointer;
    background: url(/images/new-frontend/store-links/gplay-en.svg) no-repeat 50% 50%;
    background-size: 216px 64px;
}

.locale-ru .teamo-footer__mobile-links-gplay {
    background-image: url(/images/new-frontend/store-links/gplay.svg);
}

.teamo-footer__mobile-links-appstore {
    display: inline-block;
    vertical-align: top;
    width: 216px;
    height: 64px;
    cursor: pointer;
    background: url(/images/new-frontend/store-links/appstore-en.svg) no-repeat 50% 50%;
    background-size: 216px 64px;
    margin-right: 43px;
}

.locale-ru .teamo-footer__mobile-links-appstore {
    background-image: url(/images/new-frontend/store-links/appstore.svg);
}

