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

.design_v3 .teamo-footer {
    background: unset;
    border-top: 1px solid #c8c7bc;
}

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

.design_v3 .teamo-footer__inner {
    border-top: 1px solid #ebe9e7;
    width: 100%;
}

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

.design_v3 .teamo-footer__info {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 80px 112px;
    width: 1440px;
}

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

.design_v3 .teamo-footer__socials {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
}

.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;
}

.design_v3 .teamo-footer__logo {
    height: 38px;
    margin: 0;
    width: 230px;
}

.teamo-footer__logo svg {
    width: 100%;
    height: 100%;
}

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

.design_v3 .teamo-footer__socials-list {
    display: flex;
    gap: 24px;
}

.design_v3 .teamo-footer__socials-list > *:has(a.telegram) {
    order: -1;
}

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

.design_v3 .teamo-footer__socials-list a {
    background-size: contain !important;
    height: 36px;
    margin: 0;
    width: 36px;
}

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

.design_v3 .teamo-footer__socials-list a.telegram {
    background-image: url(/images/new-frontend/socials-logo/tg-v3.svg);
}

.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;
}

.design_v3 .teamo-footer__socials-list a.od {
    background-image: url(/images/new-frontend/socials-logo/ok-v3.svg);
}

.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;
}

.design_v3 .teamo-footer__main-section-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    width: auto;
}

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

.design_v3 .teamo-footer__main-section-item {
    color: #302f2d;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 24px;
    margin: 0;
}

.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;
}

.design_v3 .teamo-footer__copyrights {
    border-top: 1px solid #ebe9e7;
    padding: 0;
}

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

.design_v3 .teamo-footer__copyrights-inner {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 24px 112px;
    width: 1440px;
}

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

.design_v3 .teamo-footer__copyrights-text {
    color: #302f2d;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 22px;
}

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

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

.design_v3 .teamo-footer .lang-switcher {
    display: flex;
    height: 44px;
    position: static;
}

.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);
}

.design_v3 .teamo-footer .lang-switcher__options {
    background: #fffc;
    border-radius: 16px;
    box-shadow: 2px 2px 20px 0 #00000021;
    left: auto;
    margin-bottom: 3px;
    padding: 8px;
    right: 0;
    width: 200px;
}

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

.design_v3 .teamo-footer .lang-switcher_checked {
    align-items: center;
    color: #464646 !important;
    display: flex;
    gap: 8px;
    letter-spacing: -0.015em;
    line-height: 22px;
}

.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;
}

.design_v3 .teamo-footer .lang-switcher_checked:before {
    background-size: auto;
    border-radius: 1px;
    box-shadow: 0 0 2px 0 #8e8d8b66;
    height: 14px;
    margin: 0;
    width: 21px;
}

.design_v3 .teamo-footer .lang-switcher_checked:after {
    background-image: url(/images/new-frontend/icons/arrow-light-down.svg);
    background-position: center;
    content: "";
    height: 20px;
    width: 12px;
}

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

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

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

.design_v3 .teamo-footer .lang-switcher_checked-en:before {
    background-image: url(/images/new-frontend/flags/en-v3.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;
}

.design_v3 .teamo-footer .lang-switcher .lang-switcher__selector::before {
    content: none;
}

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

.design_v3 .teamo-footer .lang-switcher .g-tooltip:after {
    content: none;
}

.design_v3 .g-el_select__list {
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

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

.design_v3 .lang-switcher .g-el_select__item {
    align-items: center;
    color: #302f2d !important;
    display: flex;
    font-weight: 600;
    gap: 8px;
    height: 48px;
    letter-spacing: -0.015em;
    line-height: 22px;
    padding: 8px 16px;
}

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

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

.design_v3 .lang-switcher .g-el_select__item.selected:after {
    margin-left: -3px;
}

.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;
}

.design_v3 .lang-switcher .g-el_select__item:before {
    background-size: auto;
    margin: 0;
    width: 20px;
}

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

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

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

.design_v3 .lang-switcher .g-el_select__item-en:before {
    background-image: url(/images/new-frontend/flags/en-v3.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;
}

.design_v3 .teamo-footer__mobile-links {
    border: none;
    height: auto;
}

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

.design_v3 .teamo-footer__mobile-links-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 24px 112px;
    width: 1440px;
}

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

.design_v3 .teamo-footer__mobile-links-title {
    color: #302f2d;
    font-size: 32px;
    letter-spacing: -0.015em;
    line-height: 40px;
}

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

.design_v3 .teamo-footer__mobile-links-wrap {
    display: flex;
    gap: 16px;
    position: static;
}

.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;
}

.design_v3 .teamo-footer__mobile-links-gplay {
    background-image: url(/images/new-frontend/store-links/google-play-v3-en.svg) !important;
    background-size: contain;
    height: 52px;
    width: 178px;
}

.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;
}

.design_v3 .teamo-footer__mobile-links-appstore {
    background-image: url(/images/new-frontend/store-links/app-store-v3-en.svg) !important;
    background-size: contain;
    height: 52px;
    margin: 0;
    width: 178px;
}

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

.design_v3 .teamo-footer__mobile-links-appgallery {
    background-image: url(/images/new-frontend/store-links/appgallery-v3-en.svg);
    height: 52px;
    width: 175px;
}

.feedback-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.feedback-popup__inner {
    border-radius: 24px;
    color: #302f2d;
    width: 520px;
    padding: 32px 16px 16px 16px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.feedback-popup__step {
    /*display: none;*/
}

.feedback-popup__step_active {
    display: block;
}

.feedback-popup__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
    text-align: left;
}

.feedback-popup__field {
    margin-bottom: 24px;
    position: relative;
}

.feedback-popup .feedback-popup__field-value {
    border-radius: 16px;
    border: 1px solid #ecece4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 56px;
    line-height: 22px;
    padding: 30px 16px 10px 16px;
    width: 100%;
}

.feedback-popup .feedback-popup__field-value::placeholder {
    color: #bcbaa8;
}

.feedback-popup .feedback-popup__field-value:focus {
    border-color: #b57ed1;
}

.feedback-popup textarea.feedback-popup__field-value {
    height: 230px;
    padding-top: 8px;
}

select.feedback-popup__field-value {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L4 4.5L7 1.5' stroke='%23D2C9FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

select.feedback-popup__field-value::-ms-expand {
    display: none;
}

.feedback-popup .feedback-popup__field-value.error {
    border: 1px solid #ff6363;
}

.feedback-popup__field_radio {
    position: relative;
}

.feedback-popup__field_radio__value {
    background: #fff;
    border: 1px solid #ecece4;
    border-radius: 16px;
    cursor: pointer;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 0;
    padding: 30px 44px 10px 16px;
    position: relative;
    white-space: nowrap;
}

.feedback-popup__field_radio__value::after {
    background-image: url(/images/new-frontend/arrow_down_gray.svg);
    bottom: 0;
    content: "";
    height: 20px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    width: 20px;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

.feedback-popup__field_radio.expanded .feedback-popup__field_radio__value {
    border-color: #b57ed1;
}

.feedback-popup__field_radio.expanded .feedback-popup__field_radio__value::after {
    transform: rotate(180deg);
}

.feedback-popup__field_radio__list {
    background-color: #fff;
    border: solid 1px #dbdbdb;
    border-radius: 16px;
    bottom: auto;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
    display: none;
    left: 0;
    max-height: 303px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 5;
}

.feedback-popup__field_radio.expanded .feedback-popup__field_radio__list {
    display: block;
}

.feedback-popup__field_radio__list input {
    display: none;
}

.feedback-popup__field_radio__list label {
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    padding: 12px 16px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.feedback-popup__field_radio__list label:hover {
    background: #b57ed1;
}

.feedback-popup__field_radio__list label:hover span {
    color: #fff;
}

.feedback-popup__actions {
    font-size: 0;
}

.feedback-popup__actions .button {
    border-radius: 28px;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    padding: 0 24px;
}

.button + .button {
    margin-top: 8px;
}

.feedback-popup__text_success,
.feedback-popup__text_error {
    text-align: center;
    margin-bottom: 30px;
}

.feedback-popup__field__label {
    bottom: 18px;
    color: #bcbaa8;
    display: block;
    font-size: 14px;
    height: 20px;
    left: 16px;
    line-height: 20px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 18px;
}

.feedback-popup__field input:autofill + .feedback-popup__field__label,
.feedback-popup__field input:not(:placeholder-shown) + .feedback-popup__field__label,
.feedback-popup__field input:focus + .feedback-popup__field__label,
.feedback-popup__field .feedback-popup__field_radio__list + .feedback-popup__field__label{
    top: 10px;
}

@media (max-width: 991px) {
    .feedback-popup {
        background: #fbfbf5;
        bottom: 0;
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
    }

    .feedback-popup__inner {
        background: #fbfbf5;
        height: 100%;
        width: 100%;
    }

    .feedback-popup__content {
        height: 100%;
        overflow: scroll;
        padding-bottom: 120px;
        width: 100%;
    }

    .feedback-popup__title {
        font-size: 18px;
        text-align: center;
    }

    .feedback-popup__field {
        margin-bottom: 16px;
    }

    .feedback-popup__field_radio.expanded .feedback-popup__field__label {
        background: #fbfbf5;
        border: none;
        border-radius: 0;
        bottom: auto;
        box-shadow: none;
        color: #302f2d;
        cursor: pointer;
        display: block;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        height: 90px;
        left: 0;
        line-height: 32px;
        max-height: none;
        padding: 30px 44px 0 44px;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        z-index: 1;
    }

    .feedback-popup__field_radio.expanded .feedback-popup__field__label::before {
        background-image: url(/images/new-frontend/arrow_left_1_gray.svg);
        bottom: 0;
        content: "";
        cursor: pointer;
        height: 24px;
        left: 16px;
        margin: auto;
        position: absolute;
        right: auto;
        top: 0;
        width: 24px;
    }

    .feedback-popup__field_radio__list {
        background: #fbfbf5;
        border: none;
        border-radius: 0;
        bottom: 0;
        box-shadow: none;
        left: 0;
        max-height: none;
        padding-top: 20px;
        position: fixed;
        right: 0;
        top: 90px;
    }

    .feedback-popup__field_radio__list label {
        align-items: center;
        background: rgba(0, 0, 0, 0.04);
        border-radius: 20px;
        display: flex;
        height: 64px;
        margin-bottom: 8px;
        padding: 10px 16px;
        position: relative;
        white-space: normal;
    }

    .feedback-popup__field_radio__list label:hover {
        background: rgba(0, 0, 0, 0.04);
    }

    .feedback-popup__field_radio__list label span {
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        padding-left: 34px;
        position: relative;
    }

    .feedback-popup__field_radio__list label:hover span {
        color: #302f2d;
    }

    .feedback-popup__field_radio__list span::before {
        background: #fff;
        border: 2px solid #ecece4;
        border-radius: 50%;
        bottom: 0;
        box-sizing: border-box;
        content: "";
        display: block;
        height: 24px;
        left: 0;
        margin: auto;
        position: absolute;
        right: auto;
        top: 0;
        width: 24px;
    }

    .feedback-popup__field_radio__list input:checked + span::before {
        border: 5px solid #b57ed1;
    }

    .feedback-popup__actions {
        background: #fbfbf5;
        bottom: 0;
        left: 0;
        padding: 24px 16px 40px 16px;
        position: absolute;
        right: 0;
        top: auto;
    }

    .feedback-popup__actions .feedback-popup__cancel {
        display: none;
    }
}

.button_purple-2 {
    background: #b57ed1;
    color: #fff;
}

.button_purple-2:hover {
    background: #c79ddc;
}

.button_purple-2:active {
    background: #ad6fcb;
}

.button_gray {
    background-color: rgba(0, 0, 0, 0.04);
    color: #484743;
}

.button_gray:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.button_gray:active {
    background-color: rgba(0, 0, 0, 0.07);
}
