html {
    box-sizing: border-box;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html, body {
    height: 100%;
    min-height: 100%;
}
html, button, input, select, textarea {
    color: #222;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
b {
    font-weight: 700;
}
/*--*/
*, *:focus {
    outline: none;
}
*, *::before, *::after {
    box-sizing: inherit;
}
::selection {
    background: #666;
    color: #fff;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*--*/
body {
    font-family: open sans,sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #3a3a45;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*-.over.--app-*/
.over.--app {
    padding-top: 20px;
    padding-bottom: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 100%;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../assets/images/appbg.svg) center;
    background-size: cover;
}
@media screen and (max-width: 1060px) {
    .over.--app {
        background: #fff;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
}
/*-.content-*/
.content {
    max-width: 940px;
    margin: 0 auto;
}
@media screen and (max-width: 1060px) {
    .over.--app .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        min-height: 100%;
        min-height: 100vh;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
    }
}
@media screen and (max-width: 1060px) {
    .content {
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
    .content {
        width: 100%;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1060px) {
    .over.--app .content, .over.--app {
        min-height: auto;
    }
}
/*-.logo-*/
.logo {
    background: url(../assets/images/logo-full.svg) center no-repeat;
    height: 32px;
}
@media screen and (max-width: 1060px) {
    .logo {
        background: url(../assets/images/logo-m.svg) center no-repeat;
        height: 28px;
        width: 100%;
    }
}
/*-.app-*/
.app {
    position: relative;
    overflow: hidden;
    width: auto;
    border-radius: 10px;
    margin: 20px 0;
}
@media screen and (max-width: 1060px) {
    .app {
        min-width: auto;
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }
}
/*#coomeet_container, tts-custom-layer-containe*/
#coomeet_container, .tts-custom-layer-container  {
    width: 800px;
}
@media screen and (min-height: 900px) {
    #coomeet_container, .tts-custom-layer-container {
        width: 800px!important;
        height: 660px!important;
    }
}
@media screen and (max-width: 1060px) {
    #coomeet_container, .tts-custom-layer-container {
        width: 100%!important;
        height: 580px!important;
        min-width: auto;
    }
}
/*-.introduction-*/
.introduction {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 100px;
}
@media screen and (max-width: 980px) {
    .introduction, .convenient, .nice {
        padding-top: 20px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.introduction__txt {
    max-width: 460px;
}
.introduction__img {
    margin-left: 20px;
}
@media screen and (max-width: 980px) {
    .introduction__img {
        margin-left: 0;
        margin-top: 20px;
    }
}
.introduction p {
    font-size: 16px;
}
/*-h1, h2, p, img-*/
h1 {
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1060px) {
    h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
    }
}
h2 {
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
    h2 {
        font-size: 20px;
    }    
}
h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
}
p {
    margin: 0;
    padding: 0;
}
p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}
img {
    display: block;
    width: 100%;
    height: auto;
    /* vertical-align: middle; */
    border: 0;
    -ms-interpolation-mode: bicubic;
}
/*-.--random-*/
.over.--random {
    margin-top: 160px;
}
@media screen and (max-width: 980px) {
    .over.--random {
        margin-top: 40px;
    }    
}
.over.--random .content h2 {
    text-align: center;
}
/*-.--random -> .advantages-*/
.advantages {
    position: relative;
    margin-top: 60px;
}
@media screen and (max-width: 980px) {
    .advantages {
        margin-top: 40px;
        padding-top: 5px;
    }
}
/*-.--random -> .advantages -> .advantages__conntent-*/
.advantages__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    padding: 0 20px;
}
@media screen and (max-width: 980px) {
    .advantages__content {
        margin-right: 0;
    }
}
@media screen and (max-width: 980px) {
    .advantages__content {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }
}
/**/
.advantages__item.--anon {
    background: url(../assets/images/anon.svg) center 0 no-repeat;
}
.advantages__item.--hand {
    background: url(../assets/images/hand.svg) center 0 no-repeat;
}
.advantages__item.--guard {
    background: url(../assets/images/lock.svg) center 0 no-repeat;
}
.advantages__item {
    position: relative;
    max-width: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
    .advantages__item {
        max-width: 100%;
    }
}
@media screen and (max-width: 980px) {
    .advantages__item {
        min-height: 140px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
}
/**/
.advantages__txt {
    text-align: center;
    padding-top: 95px;
    max-width: 200px;
}
@media screen and (max-width: 980px) {
    .advantages__txt {
        max-width: inherit;
    }    
}
/*-.support-*/
.support {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}
@media screen and (max-width: 980px) {
    .support {
        margin-top: 40px;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }    
}
.support__txt, .support__img {
    flex: 1;
}
.support__txt h3 {
    padding-bottom: 20px;
    line-height: 36px;
}
/*-.--pop-*/
.over.--pop {
    margin-top: 80px;
}
@media screen and (max-width: 980px) {
    .over.--pop {
        margin-top: 40px;
    }
}
/*.--pop -> .convenient*/
.convenient {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
    .introduction, .convenient, .nice {
        padding-top: 20px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 980px) {
    .convenient {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
.convenient__txt, .convenient__img {
    flex: 1;
}
@media screen and (max-width: 980px) {
    .convenient__img {
        margin-top: 20px;
    }
}
/*-.--pop -> .premium-*/
.premium {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 60px;
    margin-bottom: 70px;
}
@media screen and (max-width: 980px) {
    .premium {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}
.--prem-color {
    background-image: linear-gradient(
274.82deg,#FF2D62 20%,#FFC139 99.15%);
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    min-width: 370px;
    margin-right: 60px;
}
@media screen and (max-width: 980px) {
    .--prem-color {
        margin-right: 0;
        min-width: auto;
    }
}
/*-.try-*/
.try {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 100px;
}
@media screen and (max-width: 980px) {
    .try {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }
}
.try__img {
    max-width: 400px;
    margin-right: 20px;
}
@media screen and (max-width: 980px) {
    .try__img {
        margin-top: 20px;
        margin-right: 0;
    }
}
.try__txt, .try__img {
    flex: 1;
}
/*-.--world-*/
.over.--world {
    position: relative;
    text-align: center;
}
.over.--world:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -670px;
    background: url(../assets/images/bg-left.svg) center no-repeat;
    width: 170px;
    height: 170px;
    z-index: -1;
}
.over.--world .content h2 {
    text-align: center;
}
.over.--world p {
    max-width: 700px;
    margin: 0 auto;
}
@media screen and (max-width: 980px) {
    .over.--world p {
        text-align: left;
    }
}
.over.--world:after {
    content: '';
    position: absolute;
    background: url(../assets/images/bg-right.svg) center no-repeat;
    top: -60px;
    right: 30px;
    width: 84px;
    height: 46px;
    z-index: -1;
}
/*-.footer-*/
.footer {
    position: relative;
    margin-top: 30px;
    margin-bottom: 5px;
    padding: 20px 5px;
    height: auto;
    background: #fff;
    text-align: center;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.footer a {
    color: #182337;
    font-weight: 500;
    font-size: 14px;
    margin-right: 20px;
}
@media screen and (max-width: 980px) {
    .footer a {
        display: block;
        margin-right: 0;
        font-size: 16px;
        margin-bottom: 12px;
    }
}
a {
    text-decoration: none;
}
.footer a:hover {
    color: #7239ff;
}
/*.switch*/
.switch {
    position: relative;
    display: inline-block;
    margin-left: 60px;
    cursor: pointer;
    width: 45px;
    text-transform: uppercase;
}
@media screen and (max-width: 980px) {
    .switch {
        margin-left: 0;
        margin-top: 15px;
    }
}
/*.lang-list*/
.lang-list {
    position: absolute;
    width: auto;
    bottom: 28px;
    left: -10px;
    padding: 0 0 9px 14px;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.3);
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    background: #fff;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 88;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}
@media screen and (max-width: 980px) {
    .lang-list {
        left: -44px;
        padding-right: 15px;
    }
}
.switch:after{
    content: '';
    position: absolute;
    top: 11px;
    margin-top: -4px;
    left: -6px;
    width: 8px;
    height: 8px;
    border-color: #bbb;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transition: all 150ms;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.switch:hover:after {
    top: 16px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
/*--*/
.lang-list__item.--ro {
    background: url(../assets/images/flags/ro.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 11px;
}
.lang-list__item.--tr {
    background: url(../assets/images/flags/tr.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 11px;
}
.lang-list__item.--pl {
    background: url(../assets/images/flags/pl.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 11px;
}
.lang-list__item.--it {
    background: url(../assets/images/flags/it.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 11px;
}
.lang-list__item.--en {
    background: url(../assets/images/flags/en.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 11px;
}
.lang-list__item.--es {
    background: url(../assets/images/flags/es.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 11px;
}
.lang-list__item.--fr {
    background: url(../assets/images/flags/fr.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 11px;
}
.lang-list__item.--de {
    background: url(../assets/images/flags/de.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 11px;
}
.lang-list__item.--ru {
    background: url(../assets/images/flags/ru.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 11px;
}
.lang-list__item a {
    padding: 5px 0 3px 25px;
    font-size: 13px;
    color: #000;
    display: block;
    text-align: left;
    text-transform: initial;
}
@media screen and (max-width: 980px) {
    .lang-list a {
        margin-bottom: 0;
        font-size: 14px;
    }
}
.lang-list__item a:hover {
    color: #7239ff;
}
.lang-list__item.current a {
    color: #7239ff;
}
/**/
.lang-list-active
{
    opacity: 1;
    visibility: visible;
}
/*--- tts custom gender layer *draft* ---*/
.tts-custom-layer-frame
{
    width: 100%;
    height: 100%;
    display: block;
}
.tts-custom-layer
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background: #fff url(../assets/images/tts-layer/bg-gender-desktop.avif) 50% 0;
    background-size: cover;
}
.tts-custom-layer_title 
{
    font: 28px/34px Proxima Nova,apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol,sans-serif;
}
.tts-custom-layer_buttons_container
{
    margin-top: 30px;
}
.tts-custom-layer_buttons
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.tts-custom-layer_buttons li:not(:first-child)
{
    margin-left: 60px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.tts-custom-layer_button
{
    display: inline-block;
    padding: 0;
    color: #182337;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.tts-custom-layer_button_icon
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    overflow: hidden;
    color: #182337;
    font-size: 70px;
    background-color: #fff;
    border: 3px solid transparent;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 0 rgba(23,35,56,.05);
    box-shadow: 0 4px 0 rgba(23,35,56,.05);
}
.tts-custom-layer_button_icon:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(59.47%,hsla(0,0%,100%,0)),color-stop(78.7%,#fff));
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 59.47%,#fff 78.7%);
    content: "";
}
.tts-gender-icon
{
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1em;
    height: 1em;
}
.tts-gender-icon_image
{
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
}
/*--*/
.tts-custom-layer_button_title {
    margin-top: 15px;
    text-align: center;
    display: block;
    font: 700 18px/22px Proxima Nova,apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol,sans-serif;
}
/*-Continue button-*/
.tts-custom-layer_continue
{
    margin-top: 30px;
    width: 340px;
    height: 56px;
}
.tts-continue-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.tts-custom-layer-continue-btn {
    height: 56px;
    padding: 0 20px;
    font: 700 20px Proxima Nova,apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol,sans-serif;
}
.tts-custom-layer-continue-btn.continue-male {
    color: #fff;
    background: #1ca5fc;
}
.tts-custom-layer-continue-btn.continue-female {
    color: #fff;
    background: #f55280
}
/*-Hover/selected classes-*/
/*-female-*/
.tts-female-btn.selected,
.tts-female-btn:hover
{
    color:#d2456d;
}
.tts-female-btn:hover>.tts-custom-layer_button_icon_female,
.tts-female-btn.selected>.tts-custom-layer_button_icon_female
{
    border-color: #d2456d;
}
.tts-female-btn>.tts-custom-layer_button_icon_female:after {
    background-image: url(../assets/images/tts-layer/icon-round-done-pink.svg);
}
/*-male-*/
.tts-male-btn.selected,
.tts-male-btn:hover
{
    color: #1987cd;
}
.tts-male-btn:hover>.tts-custom-layer_button_icon_male,
.tts-male-btn.selected>.tts-custom-layer_button_icon_male
{
    border-color: #1987cd;
}
.tts-male-btn>.tts-custom-layer_button_icon_male:after
{
    background-image: url(../assets/images/tts-layer/icon-round-done-blue.svg);
}
/**/
.tts-custom-layer_button_icon:after {
    position: absolute;
    bottom: 12px;
    left: 50%;
    display: none;
    width: 30px;
    height: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}
.tts-custom-layer_button:hover>.tts-custom-layer_button_icon:after,
.tts-custom-layer_button.selected>.tts-custom-layer_button_icon:after
{
    display: block;
}

/*-------------TTS Layer Languages-------------*/
.tts-gender-layout__languages {
    position: absolute;
    top: 0;
    right: 0;
}
.tts-langs--variant-simple {
    padding: 20px;
}
.tts-langs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tts-langs, .tts-waiting-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.tts-langs__current {
    width: 15px;
}
.tts-flag {
    display: block;
}
.tts-flag__image {
    display: block;
    width: 100%;
    -ms-interpolation-mode: bicubic;
}
.tts-langs--variant-simple .tts-langs__dropdown {
    right: 15px;
    left: auto;
    -webkit-transform: none;
    transform: none;
}
.tts-langs__dropdown {
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: 20;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.tts-langs--variant-simple .tts-langs__dropdown:before {
    right: 6px;
    left: auto;
    -webkit-transform: none;
    transform: none;
}
.tts-langs__dropdown:before {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}
.tts-langs__item, .tts-langs__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.tts-langs__list {
    padding: 0;
    list-style-type: none;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 -2px 10px rgb(0 0 0 / 5%), 0 2px 6px rgb(0 0 0 / 5%);
    box-shadow: 0 -2px 10px rgb(0 0 0 / 5%), 0 2px 6px rgb(0 0 0 / 5%);
}
.tts-langs__item:first-child {
    border-radius: 2px 2px 0 0;
}
.tts-langs__item--selected {
    color: #1ca5fc;
    cursor: default;
}
.tts-langs__item {
    border-bottom: 1px solid #e5ebf1;
    cursor: pointer;
}
.tts-langs__item, .tts-langs__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.tts-langs-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
}
.tts-langs-option__flag {
    width: 15px;
}
.tts-langs-option__title {
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
}