body { font: 12px / 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif; }
html.native_fonts body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
html.lang_rtl { direction: rtl; }
body, html.theme_dark body.bg_light { --text-color: #000; --second-text-color: #7d7f81; --accent-btn-color: #2481cc; --accent-color-hover: #1a8ad5; --body-bg: #fff; --box-bg: #fff; --box-bg-blured: rgba(255, 255, 255, .84); --tme-logo-color: #363b40; --tme-desc-color: #808080; --tme-table-bg-color: #fff; --tme-table-border-color: #e6e6e6; --tme-table-head-color: #f7f7f7; --tme-table-accent-color: #1482d1; --tme-table-accent-bg-color: #e5f1fa; --accent-link-color: #2481cc; --dl-link-icon: url("237feb982e2fd0f7bc2420488ba0540e7c1aa158.svg"); --icon-verified: url("7094264d8e10d6124cb194da3950a2e5cb6bd2de.svg"); }
html.theme_dark body, html body.bg_dark { --text-color: #fff; --accent-btn-color: #1c93e3; --body-bg: #000; --box-bg: #1e1e1e; --box-bg-blured: rgba(34, 34, 34, .84); --tme-logo-color: #fff; --tme-desc-color: #84888C; --tme-table-bg-color: #212429; --tme-table-border-color: #33373d; --tme-table-head-color: #262a2e; --tme-table-accent-color: #30aafd; --tme-table-accent-bg-color: #23313e; --accent-link-color: #3ca1eb; --dl-link-icon: url("ae3bd1772c4adad6a5bc16f0421e517e037b25b8.svg"); }
body { background: var(--body-bg); }
.no_transition, .no_transition * { transition: none !important; }
a, a:hover { color: rgb(0, 136, 204); }
a:focus { text-decoration: none; }
a:hover { text-decoration: underline; }
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) {
  .container { width: 750px; }
}
@media (min-width: 992px) {
  .container { width: 970px; }
}
@media (min-width: 1200px) {
  .container { width: 1170px; }
}
.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.row { margin-left: -15px; margin-right: -15px; }
.container::before { content: " "; display: table; }
.container::after { content: " "; display: table; clear: both; }
@media (min-width: 1px) {
  .lang_rtl .navbar-nav, .lang_rtl .navbar-nav > li { float: right; }
  .lang_rtl .navbar-right { float: left !important; }
}
.tl_page_head, .dev_page_head { position: fixed; top: 0px; left: 0px; right: 0px; background: rgb(255, 255, 255); margin-bottom: 0px; }
@supports (-webkit-backdrop-filter: blur(0px)) {
  .tl_page_head, .dev_page_head { background: rgba(255, 255, 255, 0.84); }
}
@supports (backdrop-filter: blur(0px)) {
  .tl_page_head, .dev_page_head { background: rgba(255, 255, 255, 0.84); backdrop-filter: blur(25px); }
}
.navbar-tg .navbar-inner { box-shadow: none; border-bottom: 1px solid rgb(232, 232, 232); }
.navbar-tg .nav a { color: rgb(0, 136, 204); }
.navbar-tg .nav a:hover, .navbar-tg .nav .active a { color: rgb(0, 136, 204); }
.navbar-tg .nav > .active > a, .navbar-tg .nav > .open > a, .navbar-tg .nav > li > a:hover { position: relative; }
.navbar-tg .nav > li > a::after { display: block; height: 3px; background: rgb(23, 156, 222); position: absolute; border-radius: 2px 2px 0px 0px; content: ""; left: 4px; right: 4px; opacity: 0; bottom: -1px; transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; transform-origin: center bottom 0px; transform: scaleX(0.3) scaleY(0); }
.navbar-tg .nav > .active > a::after, .navbar-tg .nav > .open > a::after, .navbar-tg .nav > li > a:hover::after { opacity: 1; transform: scaleX(1) scaleY(1); }
.navbar-tg .nav > li > a, .navbar-tg .nav > li > a:hover, .navbar-tg .nav > li > a:focus { background-color: transparent; }
.nav { color: rgb(162, 162, 162); font-size: 15px; padding-left: 0px; padding-right: 0px; }
.caret { display: inline-block; background: url("dropdown_1x.png") -2px -5px no-repeat; border: 0px; width: 14px; height: 6px; margin-left: 2px; vertical-align: middle; }
.nav-pills > li > a { font-size: 15px; padding: 8px 17px; border-radius: 0px; }
.nav > li > a:hover, .nav > li > a:focus { background-color: rgb(240, 246, 250); text-decoration: none; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { box-shadow: none; background-color: rgb(30, 152, 212); color: rgb(255, 255, 255); border: 0px; }
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret { background-position: -2px -15px; }
.dropdown-menu { min-width: 177px; padding: 0px; margin: 7px 0px 0px; list-style: none; font-size: 13px; text-align: left; background-color: rgb(255, 255, 255); border-radius: 0px; border: 1px solid rgba(29, 92, 123, 0.3); box-shadow: rgba(20, 60, 83, 0.1) 0px 1px 1px; }
.dropdown-menu > li > a { padding: 8px 18px; margin: 0px -1px; color: rgb(0, 136, 204); }
.dropdown-menu > li > a:first-child { margin-top: -1px; padding-top: 9px; }
.dropdown-menu > li > a:last-child { margin-bottom: -1px; padding-bottom: 9px; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.active > a { text-decoration: none; color: rgb(255, 255, 255); background-color: rgb(30, 152, 212); }
#dev_page_content > ul:not(.nav), #dev_page_content ul.bulleted, #dev_page_content > ul:not(.nav) ul:not(.nav), #dev_page_content > ol:not(.nav) ul:not(.nav), #dev_page_content ul.bulleted ul.bulleted { list-style-type: none; padding-left: 10px; }
.is_rtl #dev_page_content > ul:not(.nav), .is_rtl #dev_page_content ul.bulleted, .is_rtl #dev_page_content > ul:not(.nav) ul:not(.nav), .is_rtl #dev_page_content > ol:not(.nav) ul:not(.nav), .is_rtl #dev_page_content ul.bulleted ul.bulleted { padding-right: 10px; padding-left: 0px; }
#dev_page_content > ol { padding-left: 25px; }
#dev_page_content > ol > li { padding-left: 5px; }
#dev_page_content > ul:not(.nav) li, #dev_page_content > ol:not(.nav) ul:not(.nav) li, #dev_page_content ul.bulleted li { background-image: url("bullet.png"); background-repeat: no-repeat; background-position: 0px 8px; padding-left: 20px; }
.is_rtl #dev_page_content > ul:not(.nav) li, .is_rtl #dev_page_content > ol:not(.nav) ul:not(.nav) li, .is_rtl #dev_page_content ul.bulleted li { background-position: 100% 8px; padding-left: 0px; padding-right: 20px; }
@media (max-width: 720px) {
  #dev_page_content table.table { width: 100%; max-width: 100%; display: block; overflow: auto; margin: 0px -14px 17px; padding: 0px 14px; box-sizing: content-box; }
  #dev_page_content code { overflow-wrap: break-word; }
  #dev_page_content table.table-bordered { border: 0px; }
  #dev_page_content table.table-bordered thead th { border-top: 1px solid rgb(238, 238, 238); }
}
#dev_page_content table.table code { overflow-wrap: normal; }
.breadcrumb > li { text-shadow: none; }
.breadcrumb > li > .divider { color: rgb(193, 211, 228); }
pre, code { border: 0px; }
pre { font-size: 13px; color: rgb(84, 97, 114); background: rgb(236, 243, 248); border-radius: 0px; }
code { background: rgb(254, 234, 228); color: rgb(198, 23, 23); padding: 3px 5px; border-radius: 0px; }
blockquote { border-left-color: rgb(23, 156, 222); }
blockquote p { font-size: 14px; font-weight: normal; line-height: 20px; margin-bottom: 10px; }
ul ul, ol ul, ul ol, ol ol { margin-bottom: 8.5px; }
.table td, .table th { border-top-color: rgb(238, 238, 238); }
h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 20px 0px 10px; position: relative; }
h1 { font-size: 20px; margin-top: 32px; margin-bottom: 12px; }
h2 { font-size: 20px; margin-top: 32px; margin-bottom: 12px; }
h3 { font-size: 20px; margin-top: 32px; margin-bottom: 10px; }
h4 { font-size: 16px; margin-top: 29px; margin-bottom: 7px; }
h5 { font-size: 16px; margin-top: 29px; margin-bottom: 7px; }
mark { padding: 0.2em 0.4em; }
a.btn, button.btn { border-radius: 0px; }
.form-control { border-radius: 0px; box-shadow: none; }
a.anchor { text-decoration: none; line-height: 1; margin-left: -22px; cursor: default; display: block; position: absolute; top: 0px; left: 0px; bottom: 0px; border-top: 60px solid transparent; margin-top: -60px; background-clip: padding-box; outline: 0px; }
.is_rtl a.anchor { margin-right: -22px; margin-left: 0px; }
a.anchor i.anchor-icon { display: inline-block; width: 18px; height: 20px; margin-top: 2px; line-height: 14px; vertical-align: text-top; background: url("link-icon.png") 0px 0px / 17px 18px no-repeat; opacity: 0; cursor: pointer; padding: 0px; position: relative; z-index: 10; transition: opacity 0.15s ease-in-out; }
h1 a.anchor i.anchor-icon { margin-top: 2px; }
h2 a.anchor i.anchor-icon { margin-top: 2px; }
h3 a.anchor i.anchor-icon { margin-top: 2px; }
h4 a.anchor i.anchor-icon { margin-top: 0px; }
h1:hover a.anchor i.anchor-icon, h2:hover a.anchor i.anchor-icon, h3:hover a.anchor i.anchor-icon, h4:hover a.anchor i.anchor-icon, h5:hover a.anchor i.anchor-icon, h6:hover a.anchor i.anchor-icon { opacity: 0.6; }
i.anchor-icon:hover { opacity: 1 !important; }
.breadcrumb { background-color: rgb(236, 243, 250); }
.breadcrumb { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.breadcrumb li { display: inline-block; float: none; white-space: nowrap; text-overflow: ellipsis; }
.breadcrumb > li + li::before { padding: 0px; content: ""; }
.icon-breadcrumb-divider { display: inline-block; background: url("breadcrumb_divider_1x.png") 0px 50% no-repeat; width: 5px; height: 18px; line-height: 18px; margin: 0px 8px; vertical-align: top; }
.slightly-pull-right { float: right; }
.slightly-pull-left { float: left; }
.back_to_top_wrap { display: block; pointer-events: none; cursor: default; position: fixed; left: 0px; top: 50px; bottom: 0px; outline: none; box-shadow: none; opacity: 0; transition: opacity 0.2s ease-in-out; direction: ltr; }
.back_to_top_wrap.is_rtl { left: auto; right: 0px; direction: rtl; }
.back_to_top_wrap.back_to_top_shown { cursor: pointer; pointer-events: all; opacity: 1; }
.back_to_top_wrap:hover { text-decoration: none; }
.back_to_top { font-size: 15px; width: 120px; text-align: center; padding: 18px 15px 18px 7px; transition: background 0.2s ease-in-out; }
.back_to_top_wrap:hover .back_to_top { background: rgba(174, 198, 215, 0.2); }
.icon-to-top { display: inline-block; background: url("back_to_top_1x.png") 0px 50% no-repeat; width: 16px; height: 7px; margin-right: 12px; margin-top: 7px; vertical-align: text-top; }
.back_to_top_wrap.is_rtl .icon-to-top { margin-left: 12px; margin-right: 0px; }
.navbar-tg .navbar-twitter a { padding-top: 15.5px; padding-bottom: 15.5px; }
.tl_page_container, .dev_page { margin-top: 50px; }
.tl_main_page_container { padding: 0px; }
.tl_main_wrap { margin-top: 17px; }
.tl_main_wrap h3 { color: rgb(34, 34, 34); font-size: 23px; font-weight: 500; }
.tl_main_award { width: 100px; height: 100px; display: block; background: url("SiteAward.gif") 0px 0px no-repeat; margin: 2px; }
.tl_main_card_animated { width: 160px; margin: 0px auto; }
.tl_main_card_animated div { padding-top: 100%; }
.no_access_wrap { color: rgb(153, 153, 153); padding: 100px 40px; text-align: center; font-size: 18px; }
.side_blog_wrap { background: rgb(236, 243, 250); padding: 15px 20px 20px; font-size: 12px; width: 200px; }
.tl_blog_side_blog .side_blog_wrap { width: 180px; }
.side_blog_header { display: block; color: rgb(0, 136, 204); font-weight: bold; font-size: 16px; margin-bottom: 15px; }
a.side_blog_entry { display: block; margin-top: 10px; }
a.side_blog_entry:hover { text-decoration: none; }
.side_blog_date { color: rgb(0, 0, 0); font-weight: bold; }
.side_blog_title { color: rgb(0, 136, 204); }
a.side_blog_entry:hover .side_blog_title { text-decoration: underline; }
.side_tour_entry .side_blog_title { font-size: 14px; }
.tl_main_bottom_blog, .tl_blog_bottom_blog { display: none; }
.tl_main_side_blog { position: relative; }
.tl_main_side_blog .side_blog_wrap { position: absolute; margin-top: 20px; width: 260px; right: 77px; }
.lang_rtl .tl_main_side_blog .side_blog_wrap { left: 77px; right: auto; }
.tl_main_bottom_blog { margin: 0px 15px 20px; }
.side_blog_wrap { background: none; padding: 5px 17px 5px 0px; margin: 0px 0px 17px 26px; display: flex; flex-flow: row; place-content: start; align-items: stretch; }
.tl_blog_bottom_blog .side_blog_wrap { margin: 0px 0px 0px 10px; }
.tl_blog_side_blog { position: relative; }
.tl_blog_side_blog .side_blog_wrap { position: absolute; margin-top: 50px; right: -200px; }
.lang_rtl .tl_blog_side_blog .side_blog_wrap { left: -200px; right: auto; }
.side_blog_wrap::before { content: " "; display: block; width: 5px; background: rgb(23, 156, 222); border-radius: 5px; overflow: hidden; flex: 0 0 auto; margin: 0px 17px 0px 0px; }
.lang_rtl .side_blog_wrap::before { margin: 0px 0px 0px 17px; }
.tl_main_logo_wrap { max-width: 400px; margin: 0px auto; padding: 20px 0px; }
a.tl_main_logo { display: block; line-height: 0; text-decoration: none !important; }
svg.tl_main_logo, image.tl_main_logo, img.tl_main_logo { display: block; width: 128px; height: 128px; margin: 0px auto; }
div.tl_main_logo { display: block; width: 144px; height: 144px; margin: -8px auto; animation: 500ms steps(30) both; background-repeat: no-repeat; background-size: cover; }
div.tl_main_logo.play { animation-name: t-logo-play; }
@keyframes t-logo-play {
0% { background-position: 0% 0%; }
100% { background-position: 100% 0%; }
}
@keyframes t-logo-play {
0% { background-position: 0% 0%; }
100% { background-position: 100% 0%; }
}
.tl_main_logo_title, .tl_main_logo_title:hover { font-size: 34px; color: rgb(34, 34, 34); text-align: center; margin-top: 18px; margin-bottom: 6px; font-weight: normal; letter-spacing: -2px; }
.tl_main_logo_title_image { display: block; width: 144px; height: 36px; margin: 18px auto 6px; }
.tl_main_logo_lead { font-size: 20px; line-height: 148%; max-width: 285px; margin: 0px auto; color: rgb(140, 140, 140); text-align: center; padding: 1px 0px 10px; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Light", Helvetica, Arial, Verdana, sans-serif; font-weight: 300; }
.tl_main_head_download { margin: 6px auto 35px; max-width: 798px; text-align: center; }
.tl_main_download_btn { display: inline-block; color: rgb(255, 255, 255); font-size: 16px; background: rgb(161, 148, 129); border-radius: 4px; padding: 10px 15px; line-height: 35px; overflow: hidden; width: 220px; margin: 5px 8px; text-align: center; }
.tl_main_download_btn:hover { background-color: rgb(169, 157, 139); color: rgb(255, 255, 255); text-decoration: none; }
.tl_main_download_btn:active { background-color: rgb(153, 142, 126); }
.tl_main_download_mobile { text-align: center; max-width: 1028px; margin: 0px auto; }
.tl_main_download_link { text-align: center; display: inline-block; height: 300px; padding-top: 262px; padding-bottom: 20px; margin: 40px 0px; font-size: 15px; max-width: 100%; position: relative; }
a.tl_main_download_link:hover { text-decoration: none; }
a.tl_main_download_link::after { display: block; height: 3px; background: rgb(23, 156, 222); position: absolute; border-radius: 2px; content: ""; left: 4px; right: 4px; opacity: 0; bottom: -1px; transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; transform-origin: center bottom 0px; transform: scaleX(0.3) scaleY(0); }
a.tl_main_download_link:hover::after { opacity: 1; transform: scaleX(1) scaleY(1); }
.tl_main_download_link_android { width: 28.2101%; min-width: 245px; }
.tl_main_download_link_ios { width: 42.9961%; min-width: 350px; }
.tl_main_download_link_tdesktop { display: none; min-width: 320px; background: url("SiteTDesktop.webp") 50% 0px no-repeat; }
.tl_main_download_image__ios, .tl_main_download_image__android { display: block; position: absolute; top: 50%; left: 50%; transform-origin: 50% 50% 0px; opacity: 1; pointer-events: none; transition: opacity 0.1s ease-in-out; padding: 0px; border: 0px; }
.tl_main_download_image__ios { margin: -150px 0px 0px -152px; width: 304px; height: 240px; background: url("SiteiOS.webp") 50% 0px no-repeat; }
.tl_main_download_image__android { margin: -150px 0px 0px -152px; width: 304px; height: 240px; background: url("SiteAndroid.webp") 50% 0px no-repeat; }
.tl_main_video_player { display: block; position: absolute; top: 50%; left: 50%; transform-origin: 50% 50% 0px; opacity: 0; pointer-events: none; transition: opacity 0.1s ease-in-out; padding: 0px; border: 0px; }
.tl_main_video_player.video__init_retina { display: none; }
.tl_main_video_player__android { margin: -150px 0px 0px -96px; width: 192px; height: 240px; }
.tl_main_video_player__ios { margin: -150px 0px 0px -152px; width: 304px; height: 240px; }
.video_play .tl_main_video_player { opacity: 1; }
.tl_main_download_more_btn { margin-bottom: 0px; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 0px; white-space: nowrap; padding: 10px 16px; font-size: 15px; line-height: 1.33; user-select: none; color: rgb(255, 255, 255); background-color: rgb(49, 143, 211); margin-top: 5px; display: none; border-radius: 3px; }
.tl_main_download_more_btn:hover { color: rgb(255, 255, 255); }
.icon-arrow-more { display: inline-block; vertical-align: baseline; width: 6px; height: 11px; background: url("tl_arrow.png") 0px 0px no-repeat; margin-left: 10px; }
.tl_main_download_desktop_header { text-align: center; }
.tl_main_download_desktop_wrap1 { height: 291px; overflow: hidden; }
.tl_main_download_desktop_wrap { position: absolute; left: 0px; right: 0px; }
.tl_main_download_desktop { position: absolute; left: 0px; right: 0px; min-width: 804px; background: url("SiteDesktop.webp") 50% 19px no-repeat; }
.tl_main_download_desktop_links { width: 595px; margin: 0px auto; }
.tl_main_download_desktop_link { text-align: center; display: inline-block; padding: 270px 0px 20px; font-size: 15px; vertical-align: top; transition: box-shadow 0.2s ease-in-out; position: relative; float: left; }
.tl_main_download_desktop_link:hover { text-decoration: none; }
a.tl_main_download_desktop_link:hover { text-decoration: none; }
a.tl_main_download_desktop_link::after { display: block; height: 3px; background: rgb(23, 156, 222); position: absolute; border-radius: 2px; content: ""; left: 4px; right: 4px; opacity: 0; bottom: -1px; transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; transform-origin: center bottom 0px; transform: scaleX(0.3) scaleY(0); }
a.tl_main_download_desktop_link:hover::after { opacity: 1; transform: scaleX(1) scaleY(1); }
.tl_main_download_link_td { width: 52%; padding-left: 20px; padding-right: 20px; }
.tl_main_download_link_osx { width: 48%; }
.tl_main_body { margin-top: 40px; padding-top: 5px; }
.tl_main_body_header { text-align: center; margin-top: 0px; padding-top: 20px; }
.icon-android, .icon-ios { display: inline-block; vertical-align: text-top; width: 25px; height: 27px; background: 0px 0px no-repeat; margin-right: 10px; margin-top: -6px; }
.lang_rtl .icon-android, .lang_rtl .icon-ios { margin-right: 0px; margin-left: 10px; }
.icon-ios { background-image: url("SiteIconApple.svg"); }
.icon-android { background-image: url("SiteIconAndroid.svg"); }
.icon { display: inline-block; }
.icon-twitter { width: 21px; height: 17px; vertical-align: text-top; background: url("twitter.png") 0px 0px no-repeat; opacity: 0.9; }
a:hover .icon-twitter { opacity: 0.99; }
.app-icon { display: inline-block; width: 30px; height: 30px; line-height: 30px; margin-right: 7px; vertical-align: -9px; background: left center / cover no-repeat; }
.is_rtl .app-icon { margin-right: 0px; margin-left: 7px; }
.app-icon-android { background-image: url("app_icon_android.svg"); }
.app-icon-ios { background-image: url("app_icon_ios.svg"); }
.app-icon-macos { background-image: url("app_icon_macos.svg"); }
.app-icon-desktop { background-image: url("app_icon_desktop.svg"); }
.app-icon-webk { background-image: url("app_icon_webk.svg"); }
.app-icon-webz { background-image: url("app_icon_webz.svg"); }
.app-icon-weba { background-image: url("app_icon_weba.svg"); }
.tl_main_cards { max-width: 950px; margin: 18px auto 0px; padding: 0px; display: flex; flex-wrap: wrap; justify-content: center; }
.tl_main_card_cell { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; flex: 0 1 auto; width: 100%; }
@media (min-width: 768px) {
  .tl_main_card_cell { width: 50%; }
}
@media (min-width: 992px) {
  .tl_main_card_cell { width: 33.3333%; }
}
.tl_main_card_wrap { max-width: 260px; margin: 0px auto; padding: 20px 0px 9px; }
.tl_main_card { background: url("tl_card_fast.gif") 0px 0px / 160px 160px no-repeat; width: 160px; height: 160px; margin: 0px auto; }
.tl_main_card_fast { background-image: url("tl_card_fast.gif"); }
.tl_main_card_powerful { background-image: url("tl_card_powerful.gif"); }
.tl_main_card_free { background-image: url("tl_card_free.gif"); }
.tl_main_card_secure { background-image: url("tl_card_secure.gif"); }
.tl_main_card_cloud { background-image: url("tl_card_cloud.gif"); }
.tl_main_card_private { background-image: url("tl_card_private.gif"); }
.tl_main_card_decentralized { background-image: url("tl_card_decentralized.gif"); }
.tl_main_card_open { background-image: url("tl_card_open.gif"); }
.tl_main_card_wecandoit { background-image: url("tl_card_wecandoit.gif"); }
.tl_main_card_connect { background-image: url("tl_card_connect.gif"); }
.tl_main_card_coordinate { background-image: url("tl_card_coordinate.gif"); }
.tl_main_card_synchronize { background-image: url("tl_card_synchronize.gif"); }
.tl_main_card_build { background-image: url("tl_card_build.gif"); }
.tl_main_card_encrypt { background-image: url("tl_card_encrypt.gif"); }
.tl_main_card_send { background-image: url("tl_card_send.gif"); }
.tl_main_card_process { background-image: url("tl_card_process.gif"); }
.tl_main_card_destruct { background-image: url("tl_card_destruct.gif"); }
.tl_main_card_store { background-image: url("tl_card_store.gif"); }
h3.tl_main_card_header { color: rgb(161, 150, 121); text-align: center; margin: 15px 0px 6px; font-size: 26px; font-weight: normal; letter-spacing: -1px; }
.tl_main_cards_animated_wrap h3.tl_main_body_header { padding: 0px 10px; }
.tl_main_cards_animated_wrap h3.tl_main_card_header { color: rgb(0, 136, 204); }
.tl_main_cards_animated_wrap { padding-bottom: 20px; }
.tl_main_card_lead { font-size: 15px; line-height: 158%; text-align: center; }
.tl_main_share { margin: 24px auto 40px; max-width: 330px; text-align: center; }
.lang_rtl .tl_main_share { max-width: none; }
.tl_main_noshare { height: 50px; }
.tl_main_twitter_widget_wrap { display: inline-block; }
.tl_main_facebook_widget_wrap { margin-right: 20px; display: inline-block; }
.fb_iframe_widget span { vertical-align: baseline !important; }
.tl_blog_comments_widget { margin: 0px -8px 40px; }
.tl_blog_comments_widget iframe { max-width: 100%; }
.tl_main_gplus_widget_wrap { display: inline-block; }
.tl_twitter_share_btn { display: inline-block; border-radius: 16px; background-color: rgb(84, 169, 235); cursor: pointer; margin-right: 15px; padding: 7px 17px; color: rgb(255, 255, 255); font-weight: bold; }
.lang_rtl .tl_twitter_share_btn { margin-right: 0px; margin-left: 15px; }
.tl_twitter_share_btn:hover, .tl_twitter_share_btn:active, .tl_twitter_share_btn:focus { text-decoration: none; color: rgb(255, 255, 255); outline: none; }
.tl_twitter_share_cnt { display: none; color: rgb(196, 227, 251); }
.tl_blog_list_page_wrap { max-width: 800px; margin: 0px auto; }
.tl_blog_list_page_wrap.tl_main_recent_news_wrap { margin-top: 22px; margin-bottom: 20px; }
.tl_main_recent_news_header { font-size: 16px; font-weight: bold; text-align: center; margin-top: 42px; }
.tlb_other_news_wrap .tl_main_recent_news_header { margin-top: 22px; font-size: 18px; }
.tl_main_wrap .tl_main_recent_news_header { margin-top: 66px; }
.tl_main_download_mobile + .tl_main_recent_news_wrap .tl_main_recent_news_header, .tl_main_download_mobile + .tl_main_recent_news_wrap { margin-top: 12px; }
.dev_blog_card_link_wrap:nth-child(2n+1) { clear: left; }
.dev_blog_card_link_wrap { display: block; max-width: 50%; float: left; padding: 15px 10px; }
@media (max-width: 640px) {
  .dev_blog_card_link_wrap { max-width: 100%; }
}
@media (min-width: 801px) {
  .tl_main_recent_news_cards { margin: 0px -15px; }
}
.tlb_blog_page .dev_blog_card_link_wrap { padding: 15px 0px; }
a.dev_blog_card_link_wrap:hover, a.dev_blog_card_link_wrap:active, a.dev_blog_card_link_wrap:focus { text-decoration: none; }
.dev_blog_card_image { display: block; width: calc(100% - 30px); height: auto; aspect-ratio: 3 / 2; object-fit: contain; margin: 0px auto; transition: opacity 0.2s ease-in-out; opacity: 1; }
a:hover .dev_blog_card_image { opacity: 0.9; }
.dev_blog_card_title { margin: 12px 0px 2px; padding: 0px 15px; font-size: 16px; line-height: 160%; }
a.dev_blog_card_link_wrap:hover .dev_blog_card_title { text-decoration: underline; }
.dev_blog_card_lead { color: rgb(51, 51, 51); font-size: 14px; line-height: 160%; padding: 0px 15px; }
.dev_blog_card_date { margin-top: 4px; font-size: 14px; color: rgb(136, 136, 136); padding: 0px 15px; }
.tlb_blog_page .dev_blog_card_title, .tlb_blog_page .dev_blog_card_lead, .tlb_blog_page .dev_blog_card_date { padding: 0px 5px; }
.pager_wrap { margin-top: 40px; clear: both; }
.footer_wrap { border-top: 1px solid rgb(232, 232, 232); max-width: 925px; margin: 10px auto 0px; padding: 28px 0px 34px; }
.footer_columns_wrap { display: flex; flex-flow: row; place-content: stretch space-between; align-items: stretch; margin: 0px auto; max-width: 800px; padding-left: 0px; }
.footer_mobile { display: none; }
.footer_column { flex: 0 1 auto; align-self: auto; }
.footer_column_telegram { flex: 0 1 210px; }
.footer_column:last-child { padding-right: 0px; }
.footer_column:first-child { padding-left: 0px; }
.footer_column h5 { font-size: 14px; margin-top: 0px; margin-bottom: 9px; }
.footer_column h5 a { color: inherit; }
.footer_column ul, .footer_column ul li { list-style: none; margin: 0px; padding: 0px; }
.footer_column ul li { font-size: 14px; line-height: 23px; }
.footer_privacy_description { padding-top: 3px; font-size: 13px; line-height: 160%; }
.footer_privacy_description p { margin-bottom: 6px; }
.footer_telegram_description { font-size: 13px; }
.tl_mission_wrap #dev_page_content, .tl_mission_wrap #dev_page_content p { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Light", Helvetica, Arial, Verdana, sans-serif; font-weight: 300; line-height: 160%; font-size: 16px; }
#dev_page_content.tl_team_wrap, #dev_page_content.tl_team_wrap p { line-height: 1.6; }
.tl_team_lead { margin-bottom: 30px; }
.tl_team_member { min-height: 120px; position: relative; margin-bottom: 30px; }
.tl_team_member_photo_wrap { position: absolute; }
.tl_team_member_photo { width: 120px; height: 120px; display: block; background: url("team-sprite.png") 0px 0px / 120px 1810px no-repeat; }
.tl_team_member_pavel .tl_team_member_photo { background-position: 0px 0px; }
.tl_team_member_nikolay .tl_team_member_photo { background-position: 0px -130px; }
.tl_team_member_aliaksei .tl_team_member_photo { background-position: 0px -260px; }
.tl_team_member_vitalik .tl_team_member_photo { background-position: 0px -390px; }
.tl_team_member_arseny .tl_team_member_photo { background-position: 0px -520px; }
.tl_team_member_igor .tl_team_member_photo { background-position: 0px -650px; }
.tl_team_member_drklo .tl_team_member_photo { background-position: 0px -780px; }
.tl_team_member_peter .tl_team_member_photo { background-position: 0px -910px; }
.tl_team_member_john .tl_team_member_photo { background-position: 0px -1040px; }
.tl_team_member_kolar .tl_team_member_photo { background-position: 0px -1170px; }
.tl_team_member_ilya .tl_team_member_photo { background-position: 0px -1300px; }
.tl_team_member_igor1 .tl_team_member_photo { background-position: 0px -1690px; }
.tl_team_member_mike .tl_team_member_photo { background-position: 0px -1560px; }
.tl_team_member_grisha .tl_team_member_photo { background-position: 0px -1430px; }
.tl_team_member_name { margin-left: 146px; }
.tl_team_member_body { margin-left: 146px; }
.tl_team_member_name { margin-top: 5px; font-size: 17px; }
.tl_team_member_awards { margin-top: 20px; margin-bottom: 18px; color: rgb(0, 136, 204); font-size: 15px; }
.tl_team_member_experience, .tl_team_member_awards_list { line-height: 1.8; }
.tl_team_member_description { margin-top: 20px; }
.dev_page { background: rgb(255, 255, 255); min-height: 500px; }
#dev_page_content_wrap { padding: 20px 0px; max-width: 800px; margin: 0px auto; direction: ltr; }
#dev_page_content_wrap.is_rtl { direction: rtl; }
#dev_page_content, #dev_page_content p { font-size: 14px; line-height: 1.5; }
#dev_page_content img.icon { vertical-align: top; width: auto; height: 20px; }
#dev_page_content img.emoji { width: 1.285em !important; height: auto !important; margin: 0px !important; padding: 0px !important; vertical-align: text-bottom; }
#dev_page_content img.icon, #dev_page_content img.emoji { cursor: text; }
.dev_page_bread_crumbs .breadcrumb { margin-bottom: 10px; border-radius: 0px; }
#dev_page_title { position: static; }
.dev_page_head .dev_page_head_logo { margin-left: 0px; }
#dev_page_content_wrap blockquote { padding: 5px 17px; }
#dev_page_content_wrap pre { overflow-x: auto; border-radius: 0px; }
#dev_page_content_wrap pre::-webkit-scrollbar { visibility: visible; display: block; height: 15px; }
#dev_page_content_wrap .richcode { display: block; padding: 9.5px; margin: 0px 0px 10px; font-size: 13px; line-height: 20px; border-radius: 4px; color: rgb(84, 97, 114); background: rgb(236, 243, 248); font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }
#dev_page_content_wrap .richcode code { background: rgb(255, 255, 255); }
.richcode p:last-child { margin-bottom: 0px; }
#dev_page_content_wrap pre code { overflow-wrap: normal; white-space: pre; }
#dev_page_content_wrap a.current_page_link { color: rgb(70, 136, 71); text-decoration: underline; }
#dev_page_content_wrap a.nonexisting_page_link { color: rgb(255, 0, 0); text-decoration: underline; }
.dev_side_image { max-width: 200px; float: right; padding: 0px 0px 0px 20px; }
.dev_side_image img { max-width: 180px; }
.dev_side_image picture { max-width: 180px; }
#dev_page_content_wrap pre.page_scheme { margin: 20px 0px 30px; }
.dev_page_edit_form { border-top: 1px solid rgb(221, 221, 221); padding-top: 50px; max-width: 800px; margin: 30px auto 0px; direction: ltr; }
.dev_page_edit_form .CodeMirror { font-size: 14px; line-height: 20px; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; height: auto; position: relative; margin-bottom: 9px; border: 1px solid rgb(204, 204, 204); border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset; transition: border 0.2s linear, box-shadow 0.2s linear; }
.dev_page_edit_form .cm-s-default.CodeMirror { color: rgb(85, 85, 85); }
.dev_page_edit_form .CodeMirror-focused { border-color: rgba(82, 168, 236, 0.8); outline: 0px; box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(82, 168, 236, 0.6) 0px 0px 8px; }
.dev_page_edit_form .CodeMirror-scroll { overflow: auto hidden; }
.dev_page_edit_form .CodeMirror pre { white-space: pre-wrap; word-break: break-all; overflow-wrap: break-word; }
.dev_page_edit_form #dev_page_diff .CodeMirror { font-size: 12px; margin-bottom: 0px; }
#dev_page_diff .CodeMirror-merge, #dev_page_diff .CodeMirror-merge .CodeMirror { height: auto; }
#dev_page_diff .CodeMirror-merge-2pane { display: flex; border: 0px; margin-bottom: 9px; }
#dev_page_diff .CodeMirror-merge-2pane .CodeMirror-merge-pane { width: 48%; }
#dev_page_diff .CodeMirror-merge-2pane .CodeMirror-merge-gap { height: auto; width: 4%; }
#dev_page_diff .CodeMirror-merge-pane-rightmost { position: static; right: auto; }
#dev_page_diff .CodeMirror-merge-scrolllock-wrap { display: none; }
#dev_page_diff .CodeMirror-merge-left .CodeMirror { background: rgba(0, 0, 0, 0.06); }
#dev_page_diff .CodeMirror-merge-l-inserted, #dev_page_diff .CodeMirror-merge-l-deleted { background: none; }
#dev_page_diff.dev_page_diff__wcolor .CodeMirror-merge-l-inserted { background-image: url("81b55bcde38711be1845114b96c2d56f6e680718.png"); background-position: left bottom; background-repeat: repeat-x; background-color: rgb(221, 255, 221); }
#dev_page_diff.dev_page_diff__wcolor .CodeMirror-merge-l-deleted { background-image: url("2f7a2412d666f9e9106eecbcb897d49e9d32d376.png"); background-position: left bottom; background-repeat: repeat-x; background-color: rgb(255, 221, 221); }
.table-msg-schema td { text-align: center; }
.table-msg-schema > thead > tr > th, .table-msg-schema > tbody > tr > th, .table-msg-schema > tfoot > tr > th, .table-msg-schema > thead > tr > td, .table-msg-schema > tbody > tr > td, .table-msg-schema > tfoot > tr > td { border: 1px solid rgb(213, 213, 213); }
#dev_upload_btn { cursor: pointer; overflow: hidden; position: relative; }
.dev_upload_input { cursor: pointer; font-size: 72px !important; opacity: 0.01; position: absolute; z-index: 100; margin: 0px; padding: 0px; top: 0px; right: 0px; }
.app_edit_page { width: 700px; margin: 40px auto; }
.app_lock_tt { padding: 3px; display: inline-block; }
.app_lock_text { font-size: 13px; }
.tg-table-stats { font-size: 12px; }
.tg-table-stats th a.active { color: inherit; }
.dev_side_nav_wrap { position: relative; }
.dev_side_nav { position: absolute; width: 200px; right: -200px; z-index: 1; }
.is_rtl .dev_side_nav { left: -200px; right: auto; }
.is_rtl .dev_side_nav .nav { padding-left: 0px; padding-right: 0px; }
.dev_side_nav > ul { width: 200px; background: none; padding: 10px 0px; }
.dev_side_nav > ul::-webkit-scrollbar { display: none; }
.dev_side_nav > ul.affix-top { position: relative; }
.dev_side_nav > ul.affix { position: fixed; top: 0px; padding-top: 80px; max-height: 100%; overflow-y: scroll; }
.dev_side_nav > ul.affix-bottom { position: relative; height: auto; overflow-y: scroll; }
.dev_side_nav li { float: none !important; }
.dev_side_nav li a { border-left: 2px solid transparent; padding: 10px; background: none !important; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.is_rtl .dev_side_nav li a { border-right: 2px solid transparent; border-left: 0px; }
.dev_side_nav li a { display: block; font-size: 13px; padding: 4px 20px 4px 18px; font-weight: 700; background-color: transparent; }
.is_rtl .dev_side_nav li a { padding: 4px 18px 4px 20px; }
.dev_side_nav li li a { padding: 1px 18px 1px 30px; font-size: 12px; font-weight: 400; }
.is_rtl .dev_side_nav li li a { padding: 1px 30px 1px 18px; }
.dev_side_nav li a:hover { border-color: rgba(23, 156, 222, 0.6); }
.dev_side_nav li.active > a { border-color: rgb(23, 156, 222); }
.dev_side_nav li ul { display: none; }
.dev_side_nav li.active ul { display: block; }
.support_wrap { max-width: 800px; background: rgb(255, 255, 255); margin: 0px auto; padding: 20px 0px; }
.support_submit { }
.twitter_timeline_wrap { width: 300px; padding-top: 14px; }
.is_rtl .dev_layer_select .dropdown-menu { right: auto; left: 0px; }
.is_rtl { direction: rtl; }
.is_rtl blockquote { padding: 0px 15px 0px 0px; margin: 0px 0px 20px; border-left: 0px; border-right: 5px solid rgb(23, 156, 222); }
.is_rtl .pull-right, .is_rtl .slightly-pull-right { float: left; }
.is_rtl .pull-left, .is_rtl .slightly-pull-left { float: right; }
.is_rtl .anchor { left: auto; right: 0px; }
.top_lang_select.tlb_top_lang_select { float: right; margin: -4px -5px -4px 0px; }
.lang_rtl .top_lang_select.tlb_top_lang_select { float: left; }
.top_lang_select .dropdown-toggle { display: block; text-align: center; padding-top: 15.5px; padding-bottom: 15.5px; font-size: 15px; line-height: 17px; }
.top_lang_select.tlb_top_lang_select a.dropdown-toggle { padding: 8px 6px 8px 8px; border-radius: 6px; }
.navbar-tg .top_lang_select.open a.dropdown-toggle:active, .navbar-tg .top_lang_select.open a.dropdown-toggle:hover, .navbar-tg .top_lang_select.open a.dropdown-toggle { background: transparent; color: rgb(0, 136, 204); }
.top_lang_select.tlb_top_lang_select.open a.dropdown-toggle:hover, .top_lang_select.tlb_top_lang_select.open a.dropdown-toggle:active, .top_lang_select.tlb_top_lang_select.open a.dropdown-toggle { background-color: rgb(63, 174, 232); color: rgb(255, 255, 255); }
.dev_top_lang_icon { display: inline-block; width: 16px; height: 16px; vertical-align: top; line-height: 100%; margin-right: 4px; background: url("0415f32f900ad54d6b32bbff9f9451edec142547.svg") 0px 0px no-repeat; }
.lang_rtl .dev_top_lang_icon { margin-right: 0px; margin-left: 4px; }
.tlb_top_lang_select.open .dev_top_lang_icon { background: url("8f75eb5c5a010acc3c7b7fffc460e6779c1792b8.svg") 0px 0px no-repeat; }
.navbar-nav > li.top_lang_select > .dropdown-menu, .top_lang_select.tlb_top_lang_select > .dropdown-menu { width: 280px; min-width: 280px; border-radius: 8px; padding: 14px; right: 0px; left: auto; margin-top: 4px; box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 1px; border-color: rgb(232, 232, 232); transition: transform 0.15s ease-in-out, opacity 0.15s ease-out; transform-origin: right top 0px; transform: scaleX(0.15) scaleY(0.15); display: block; opacity: 0; pointer-events: none; }
.lang_rtl .navbar-nav > li.top_lang_select > .dropdown-menu, .lang_rtl .top_lang_select.tlb_top_lang_select > .dropdown-menu { transform-origin: left top 0px; right: auto; left: 0px; }
body.preload .top_lang_select > .dropdown-menu, .top_lang_select.tlb_top_lang_select > .dropdown-menu { transition: none !important; }
.navbar-nav > li.top_lang_select.open > .dropdown-menu, .top_lang_select.tlb_top_lang_select.open > .dropdown-menu { transform: scaleX(1) scaleY(1); opacity: 1; pointer-events: all; }
.navbar-nav > li.top_lang_select > .dropdown-menu.dropdown-menu--short, .top_lang_select.tlb_top_lang_select > .dropdown-menu.dropdown-menu--short { width: 155px; min-width: 155px; }
@media (max-width: 640px) {
  .navbar-nav > li.dev_top_lang_select > .dropdown-menu { left: 0px; right: auto; }
}
.top_lang_select .dropdown-menu li { float: left; display: block; width: 125px; }
.lang_rtl .top_lang_select .dropdown-menu li { float: right; text-align: right; }
.top_lang_select .dropdown-menu li.divider { float: none; clear: left; width: auto; margin: 6px 0px; }
.top_lang_select .dropdown-menu li a { display: inline-block; font-size: 13px; max-width: 125px; padding: 9px 10px; border-radius: 4px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 15px; margin: 0px; }
.top_lang_select .dropdown-menu li.long a { font-size: 12px; }
.top_lang_select .dropdown-menu li.missing a { color: rgb(119, 119, 119); }
.navbar-nav > .top_lang_select .dropdown-menu li a:hover { background: rgb(232, 243, 250); color: rgb(0, 136, 204); }
.top_lang_select.tlb_top_lang_select .dropdown-menu li a:hover { background: rgb(63, 174, 232); color: rgb(255, 255, 255); }
.top_lang_select .dropdown-menu li.chosen a, .top_lang_select .dropdown-menu li.chosen a:hover { color: rgb(0, 0, 0); background: rgb(255, 255, 255); }
.top_lang_select .minicaret { display: inline-block; width: 0px; height: 0px; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; }
.lang_rtl .top_lang_select .minicaret { margin-left: 0px; margin-right: 2px; }
#login_widget_config { margin: 40px auto; }
.form-group .dropdown + .dropdown { margin-left: 15px; }
.dropdown-label { margin-right: 7px; display: inline-block; max-width: 300px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; vertical-align: top; }
.dropdown-label .muted { color: rgb(153, 153, 153); }
.textfield-item input.form-control, .form-control-dropdown-select, .form-control-static-item, .textfield-item-placeholder { font-size: 14px; line-height: 20px; font-weight: normal; }
.textfield-item input.form-control, .form-control-dropdown-select { padding: 11px 0px 10px; border-width: medium medium 1px; border-style: none none solid; border-color: currentcolor currentcolor rgb(224, 224, 224); border-image: none; height: auto; resize: none; color: inherit; background: transparent; box-shadow: none; }
.textfield-item input.form-control:focus { box-shadow: none; }
.form-control-static-item { padding: 11px 0px; }
.textfield-item { display: block; position: relative; }
.textfield-item-underline { display: block; position: absolute; bottom: 0px; left: 50%; right: 50%; height: 2px; background: rgb(57, 173, 231); transition: opacity 0.2s ease-out, left 0s linear 0.2s, right 0s linear 0.2s; opacity: 0; }
.textfield-item input.form-control:focus ~ .textfield-item-underline { transition: left 0.2s ease-out, right 0.2s ease-out; left: 0px; right: 0px; opacity: 1; }
.textfield-item-placeholder { inset: 11px 0px 0px; color: rgba(0, 0, 0, 0.26); pointer-events: none; position: absolute; display: block; width: 100%; overflow: hidden; white-space: nowrap; text-align: left; }
.textfield-item input.form-control::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.42); }
.textfield-item input.form-control::placeholder { color: rgba(0, 0, 0, 0.42); }
.textfield-item input.form-control:focus::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.26); }
.textfield-item input.form-control:focus::placeholder { color: rgba(0, 0, 0, 0.26); }
.textfield-item-error { color: rgb(212, 90, 88); position: absolute; font-size: 14px; line-height: 19px; min-height: 19px; margin: 5px 0px -19px; background: rgb(255, 255, 255); width: 100%; padding-bottom: 7px; visibility: hidden; display: block; }
.textfield-item.is-invalid .textfield-item-error { visibility: visible; }
.textfield-item.is-invalid input.form-control { border-bottom: 1px solid rgb(213, 0, 0); }
.textfield-item.is-invalid .textfield-item-underline { background: rgb(213, 0, 0); }
.control-label-item, .form-telegram .control-label { text-align: right; margin-bottom: 0px; line-height: 20px; padding-top: 11px; }
.form-telegram .help-block { font-size: 13px; color: rgb(128, 128, 128); margin-top: 10px; margin-bottom: 5px; }
.form-telegram .form-group { margin-bottom: 20px; }
.form-telegram textarea.form-control { margin-top: 7px; }
.form-telegram .form-control[readonly] { cursor: text; background: rgb(255, 255, 255); }
.form-telegram .form-control[readonly]:focus { border: 1px solid rgb(204, 204, 204); box-shadow: none; }
.form-control-dropdown { position: relative; }
.form-control-dropdown.has-items::before { content: ""; position: absolute; display: inline-block; margin: 16px 10px 0px; width: 14px; height: 9px; background: url("rc_icons.png") -3px -144px no-repeat; right: 0px; top: 0px; }
.form-control-dropdown .form-control-dropdown-search { position: absolute; top: 0px; left: 0px; right: 0px; visibility: hidden; opacity: 0; }
.form-control-dropdown.open .form-control-dropdown-search { visibility: visible; opacity: 1; }
.form-control-dropdown.open .form-control-dropdown-select { visibility: hidden; opacity: 0; }
.form-control-dropdown-select { color: rgba(0, 0, 0, 0.26); cursor: pointer; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.form-control-dropdown-select:focus { outline: none; }
.form-control-dropdown-select.is-dirty { color: inherit; }
.form-control-dropdown-button { position: absolute; display: inline-block; transition: 0.2s; border: medium; padding: 0px; background: none !important; visibility: hidden; opacity: 0; top: 0px; right: 0px; }
.form-control-dropdown-button:active { box-shadow: none !important; }
.form-control-dropdown-button::before { content: ""; display: inline-block; margin: 16px 10px; width: 14px; height: 9px; background: url("rc_icons.png") -3px -144px no-repeat; vertical-align: top; }
.form-control-dropdown-list { position: absolute; left: -15px; right: -15px; margin: -2px 0px; background: rgb(255, 255, 255); text-align: left; padding: 7px 0px; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 2px 1px; border: medium; transition: 0.2s; visibility: hidden; opacity: 0; max-height: 220px; overflow: hidden auto; z-index: 10; }
.form-control-dropdown.has-items .form-control-dropdown-button, .form-control-dropdown.has-items.open .form-control-dropdown-list { visibility: visible; opacity: 1; }
.form-control-dropdown-list-item, .form-control-dropdown-list-no-results { font-size: 14px; line-height: 18px; padding: 8px 15px; cursor: pointer; }
.form-control-static-item .small, .form-control-dropdown-select .small, .form-control-dropdown-list-item .small { font-size: 13px; line-height: 16px; color: rgb(168, 168, 168); padding-left: 8px; }
.form-control-dropdown-search .form-control-dropdown-list-item:hover { background: none; }
.form-control-dropdown-search .form-control-dropdown-list-item.selected, .form-control-dropdown-list-item:hover { background: rgb(242, 242, 242); }
.form-control-dropdown-list-no-results { color: rgb(168, 168, 168); cursor: auto; }
.form-control-dropdown-select, .form-control-dropdown input.form-control { padding-right: 33px; }
.help-block-item { display: block; font-size: 14px; line-height: 18px; margin-top: 5px; margin-bottom: 0px; color: rgb(168, 168, 168); }
.help-block-item a { color: rgb(118, 191, 235); }
.radio-item, .checkbox-item { display: inline-block; vertical-align: top; margin-bottom: 0px; font-size: 14px; line-height: 20px; font-weight: normal; }
.radio-item-block, .checkbox-item-block { display: block; margin: 6px 0px 1px; padding: 5px 0px; line-height: 20px; }
.radio-item-block + .radio-item-block, .checkbox-item-block + .checkbox-item-block { margin-top: 1px; }
.radio-item input.radio, .checkbox-item input.checkbox { position: absolute; left: -5000px; }
body.rtl .radio-item input.radio, body.rtl .checkbox-item input.checkbox { right: -5000px; left: auto; }
.radio-item input.radio ~ .radio-label, .checkbox-item input.checkbox ~ .checkbox-label { display: inline-block; user-select: none; max-width: calc(100% - 31px); }
.radio-item .radio-input, .checkbox-item .checkbox-input { display: inline-block; vertical-align: top; position: relative; user-select: none; transition: opacity 0.12s linear; }
.radio-item .radio-input + .radio-label, .checkbox-item .checkbox-input + .checkbox-label { margin-left: 11px; }
body.rtl .radio-item .radio-input + .radio-label, body.rtl .checkbox-item .checkbox-input + .checkbox-label { margin-right: 11px; margin-left: 0px; }
.radio-item .radio-input-icon, .checkbox-item .checkbox-input-icon { display: inline-block; content: ""; width: 20px; height: 20px; border: 2px solid rgb(179, 179, 179); background: rgb(255, 255, 255); border-radius: 10px; vertical-align: top; padding: 0px; cursor: pointer; position: relative; }
.radio-item .radio-input-icon::before, .checkbox-item .checkbox-input-icon::before { display: inline-block; content: ""; position: absolute; width: 20px; height: 20px; border: 2px solid rgb(84, 169, 235); border-radius: 10px; top: -2px; left: -2px; transition: opacity 0.12s linear; opacity: 0; }
.radio-item .radio-input-icon::after { display: inline-block; content: ""; position: absolute; width: 10px; height: 10px; background: rgb(84, 169, 235); border-radius: 5px; top: 3px; left: 3px; transition: transform 0.12s linear; transform: scale3d(0, 0, 1); }
.radio-item input.radio:checked + .radio-input .radio-input-icon::before, .checkbox-item input.checkbox:checked + .checkbox-input .checkbox-input-icon::before { opacity: 1; }
.radio-item input.radio:checked + .radio-input .radio-input-icon::after { transform: scale3d(1, 1, 1); }
.checkbox-item .checkbox-input-icon, .checkbox-item .checkbox-input-icon::before { width: 18px; height: 18px; margin: 1px; border-radius: 3px; }
.checkbox-item .checkbox-input-icon::before { margin: 0px; background: rgb(84, 169, 235) url("f2aa2f68ce631df6faabecd8062d4bf83f6a8635.svg") center center no-repeat; }
.radio-item input.radio:disabled + .radio-input, .checkbox-item input.checkbox:disabled + .checkbox-input { cursor: default; pointer-events: none; opacity: 0.65; }
.button-item { font-size: 14px; font-weight: 500; line-height: 18px; color: rgb(255, 255, 255); background: rgb(76, 163, 226); border-radius: 19px; display: inline-block; padding: 10px 26px; text-transform: uppercase; text-align: center; vertical-align: middle; border: medium; transition: background-color 0.2s; white-space: nowrap; user-select: none; }
.button-item-flat { color: rgb(19, 133, 216); background: transparent; }
.button-item:hover { background: rgb(65, 153, 217); }
.button-item-flat:hover { background: rgb(231, 244, 253); }
.button-item-label { display: inline-block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; vertical-align: top; position: relative; z-index: 1; }
.button-item.ripple-handler, .button-nostyle-item.ripple-handler { position: relative; }
.ripple-mask { position: absolute; inset: 0px; transform: translateZ(0px); overflow: hidden; pointer-events: none; }
.radio-item .ripple-mask, .checkbox-item .ripple-mask { width: 32px; height: 32px; left: -6px; top: -6px; border-radius: 16px; }
.button-nostyle-item .ripple-mask, .button-item .ripple-mask { border-radius: 19px; }
.radio-item .ripple, .checkbox-item .ripple { position: absolute; width: 80px; height: 80px; left: -24px; top: -24px; border-radius: 50%; background-color: rgba(179, 179, 179, 0.2); transition: transform 0.65s ease-out, opacity 0.65s ease-out, background-color 0.65s ease-out; opacity: 0; }
.radio-item input.radio:checked + .radio-input .ripple, .checkbox-item input.checkbox:checked + .checkbox-input .ripple { background-color: rgba(84, 169, 235, 0.2); }
.button-nostyle-item .ripple, .button-item .ripple { position: absolute; width: 200%; left: 50%; top: 50%; margin: -100% 0px 0px -100%; padding-top: 200%; border-radius: 50%; background-color: rgb(55, 144, 207); transition: transform 0.65s ease-out, opacity 0.65s ease-out, background-color 0.65s ease-out; opacity: 0; }
.button-nostyle-item .ripple, .button-item-flat .ripple { background-color: rgb(217, 235, 247); }
.radio-item input.radio + .radio-label::before, .checkbox-item input.checkbox + .checkbox-label::before { display: inline-block; content: ""; width: 20px; height: 20px; vertical-align: top; margin-right: 11px; padding: 0px; background: url("rc_icons.png") no-repeat; cursor: pointer; }
.radio-item input.radio + .radio-label::before { background-position: 0px 0px; }
.radio-item input.radio:checked + .radio-label::before { background-position: 0px -30px; }
.checkbox-item input.checkbox + .checkbox-label::before { background-position: 0px -60px; }
.checkbox-item input.checkbox:checked + .checkbox-label::before { background-position: 0px -88px; }
.radio-item-justified .radio-input { float: left; }
.radio-item-justified .radio-label { float: left; margin-right: 16px; }
.radio-item-justified .radio-label::after { content: ":"; opacity: 0; transition: opacity 0.2s; }
.radio-item-justified .justified-wrap { display: block; padding: 5px 0px; margin: -5px 0px; overflow: hidden; opacity: 0; transition: opacity 0.2s; }
.radio-item-justified .justified-wrap input.form-control { cursor: inherit; }
.radio-item-justified input.radio:checked ~ .justified-wrap, .radio-item-justified input.radio:checked ~ .radio-label::after { opacity: 1; }
.radio-item-justified input.radio:checked ~ .justified-wrap input.form-control { cursor: auto; }
.radio-item-justified .textfield-item { margin: -5px 0px; }
.radio-item-justified input.form-control { padding: 5px 0px 4px; }
.bgcolor0 { background: rgb(225, 112, 118); }
.bgcolor1 { background: rgb(250, 167, 116); }
.bgcolor2 { background: rgb(166, 149, 231); }
.bgcolor3 { background: rgb(123, 200, 98); }
.bgcolor4 { background: rgb(110, 201, 203); }
.bgcolor5 { background: rgb(101, 170, 221); }
.bgcolor6 { background: rgb(238, 122, 174); }
.dots-animated::after { display: inline-block; animation: 1s steps(1) infinite dotty; content: "..."; position: absolute; }
@keyframes dotty {
0%, 100% { content: ""; }
25% { content: "."; }
50% { content: ".."; }
75% { content: "..."; }
}
@keyframes dotty {
0%, 100% { content: ""; }
25% { content: "."; }
50% { content: ".."; }
75% { content: "..."; }
}
.widget_container { padding: 15px; margin: -10px 0px; text-align: center; border-radius: 12px; background: rgb(255, 255, 255); }
.widget_container.dark { background: rgb(21, 32, 43); }
.widget_container iframe { vertical-align: top; }
button.dropdown-toggle:focus, button.dropdown-toggle:active:focus { outline: none; }
.embed_code { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; white-space: pre-wrap; word-break: break-all; overflow-wrap: break-word; text-align: left; appearance: none; }
.dev_page_nav_wrap > p > a:first-child { color: rgb(51, 51, 51); }
#dev_page_content .dev_page_nav_wrap ul { list-style-type: none; margin: 0px; padding: 0px 0px 20px; }
#dev_page_content .dev_page_nav_wrap ul + h4 { margin-top: 4px; }
#dev_page_content .dev_page_nav_wrap ul li { background: none; padding-left: 0px; padding-top: 1px; padding-bottom: 2px; }
.dev_page_image { display: block; max-width: 800px; margin: 0px auto; padding: 10px 0px 5px; }
.tl_contest_page_wrap .dev_page_image { max-width: 600px; }
.dev_page_tgsticker { position: relative; display: block; max-width: 256px; }
.dev_page_tgsticker img, .dev_page_tgsticker canvas { position: absolute; inset: 0px; width: 100%; height: 100%; }
.dev_page_widget_item { display: block; width: 300px; vertical-align: top; max-width: 100%; margin: 30px auto 10px; }
.dev_page_widget_thumb { display: inline-block; vertical-align: top; width: 100%; padding-top: 66.6667%; border-radius: 12px; background: rgb(247, 247, 247) center center / 100% no-repeat; filter: brightness(100%); transition: 0.2s; }
.dev_page_widget_thumb:hover { filter: brightness(94%); }
.dev_page_widget_thumb_share { background-image: url("Widget_Share.svg"); }
.dev_page_widget_thumb_post { background-image: url("Widget_Post.svg"); }
.dev_page_widget_thumb_login { background-image: url("Widget_Login.svg"); }
.dev_page_widget_thumb_comments { background-image: url("Widget_Comments.svg"); }
.dev_page_widget_title { font-size: 15px; line-height: 1.5; margin: 12px 0px 0px; font-weight: bold; text-align: center; }
@media (min-width: 670px) {
  .dev_page_widgets_list { margin-right: -36px; }
  .dev_page_widget_item { float: left; margin-left: 0px; margin-right: 36px; }
  .dev_page_widget_title { margin-top: 17px; }
}
.tl_contest_page_wrap { padding: 0px 0px 20px; max-width: 600px; margin: 0px auto; }
.tl_contest_intro { margin: 0px; }
.tl_contest_side_image_wrap { position: relative; }
.tl_contest_side_image { margin: 50px 0px 0px -180px; width: 160px; height: 160px; position: absolute; }
.tl_contest_side_image2 { margin-top: 0px; }
.tl_contest_side_image3 { margin-top: 10px; }
.tl_contest_page_wrap .tl_main_share { margin: 0px 0px 20px; text-align: left; }
.lang_rtl .tl_contest_page_wrap .tl_main_share { text-align: right; }
.tl_contest_page_wrap #dev_page_title { font-size: 24.5px; line-height: 33px; margin: 20px 0px 10px; }
.tl_contest_dl_btn { padding: 0px; }
#traffic_log_wrap { min-height: 300px; overflow-wrap: normal; white-space: pre; }
.tl_contest_log { padding-top: 10px; }
.tl_contest_log h3 { margin-top: 0px; }
.blog_side_image_wrap { position: relative; direction: ltr; }
.lang_rtl .blog_side_image_wrap { direction: rtl; }
.blog_side_image { margin: -41px 0px 0px -180px; width: 160px; height: 160px; position: absolute; }
.lang_rtl .blog_side_image { margin: -41px -180px 0px 0px; }
.blog_side_centered_image_wrap { position: relative; }
a.blog_side_cetered_image, a.blog_side_centered_image { display: block; width: 160px; height: 160px; margin: 10px auto 20px; }
img.blog_side_cetered_image, img.blog_side_centered_image { width: 160px; height: 160px; }
.tlb_blog_page .blog_side_image_wrap { display: none; }
.tlb_blog_page .blog_side_image { display: block; margin: 20px auto; width: 160px; height: 160px; position: static; }
.blog_wide_image img { width: 100%; margin-bottom: 20px; }
.blog_wide_image.legacy img { border-radius: 10px; padding: 7px; background-color: rgb(255, 255, 255); }
.blog_image_wrap { width: 275px; margin: 10px auto 20px; }
.blog_image_wrap a { }
.blog_image_wrap img { width: 275px; padding: 10px 5px; }
.blog_medium_image_wrap, .blog_medium_image_wrap img { width: 400px; }
.blog_wide_image_wrap, .blog_wide_image_wrap img { width: 100%; }
#dev_page_content .blog_image_wrap p, #dev_page_content .blog_video_player_wrap p, .tlb_page_wrap .tl_contest_page_wrap #dev_page_content .blog_image_wrap p, .tlb_page_wrap .tl_contest_page_wrap #dev_page_content .blog_video_player_wrap p { text-align: center; color: rgb(128, 128, 128); font-size: 12px; margin: 10px 0px 0px; line-height: 150%; padding: 0px 10px; }
.blog_footer { font-style: italic; }
.blog_2images_wrap, .blog_3images_wrap { width: 564px; margin: 20px auto; }
.blog_3images_wrap { width: 575px; }
.blog_2images_wrap::before, .blog_2images_wrap::after, .blog_3images_wrap::before, .blog_3images_wrap::after { content: " "; display: table; }
.blog_2images_wrap::after, .blog_3images_wrap::after { clear: both; }
.blog_2images_wrap .blog_image_wrap, .blog_3images_wrap .blog_image_wrap { float: left; margin-left: 0px; margin-right: 14px; }
.blog_3images_wrap .blog_image_wrap { margin-right: 10px; }
.blog_2images_wrap .blog_image_wrap:last-child, .blog_3images_wrap .blog_image_wrap:last-child { margin-right: 0px; }
.blog_video_player_wrap { max-width: 640px; margin: 10px auto 20px; }
.blog_video_player { width: 100%; }
.my_page_wrap { margin-top: 50px; font-size: 14px; line-height: 20px; }
.my_page_wrap .container { max-width: 570px; }
.my_page_wrap .tl_main_card { margin: 0px; }
#my_login_form_wrap { max-width: 400px; }
.my_login_form_details { margin: 10px 0px 20px; }
#my_login_form_wrap .btn { box-shadow: none; margin-bottom: 0px; font-size: 14px; font-weight: normal; line-height: 1.42857; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; background-image: none; border: 0px; border-radius: 4px; user-select: none; text-shadow: none; }
#my_login_form_wrap .btn-primary { color: rgb(255, 255, 255); background-color: rgb(66, 139, 202); border-color: rgb(53, 126, 189); }
#my_login_form_wrap .btn-danger { color: rgb(255, 255, 255); background-color: rgb(217, 83, 79); border-color: rgb(212, 63, 58); }
#my_login_form_wrap .btn-success { color: rgb(255, 255, 255); background-color: rgb(92, 184, 92); border-color: rgb(76, 174, 76); }
.modal-header h4 { position: static; }
.my_email_confirmation_result_wrap { margin-top: 40px; }
.my_email_confirmation_result_text { padding: 10px; font-size: 24px; font-weight: bold; line-height: 1.2; text-align: center; }
.smartphone_video_player_wrap { width: 270px; height: 555px; margin: 20px auto; position: relative; background: rgb(0, 0, 0) url("iPhone6.png") 0px 0px / 270px 555px no-repeat; }
.smartphone_video_player_iphone { position: absolute; margin-top: 69px; margin-left: 18px; border-radius: 3px; overflow: hidden; line-height: 0; }
video.smartphone_video_player { cursor: pointer; width: 234px; height: 416px; line-height: 0; margin: 0px; vertical-align: top; }
.smarphone_device_nexus { margin: 40px auto; padding: 45px 14px; width: 290px; height: 514px; background: rgb(30, 30, 30); border-radius: 18.125px; display: block; position: relative; box-sizing: content-box; }
.smarphone_device_nexus::before { border-radius: 540px / 45px; background: inherit; content: ""; position: absolute; height: 103.1%; width: calc(100% - 23px); top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); box-sizing: content-box; }
.smarphone_device_nexus .top-bar { width: calc(100% - 7px); height: calc(100% - 5px); position: absolute; top: 3px; left: 4px; border-radius: 18px; background: rgb(24, 24, 24); box-sizing: content-box; }
.smarphone_device_nexus .top-bar::before { border-radius: 540px / 45px; background: inherit; content: ""; position: absolute; height: 103%; width: calc(100% - 26px); top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); box-sizing: content-box; }
.smarphone_device_nexus .bottom-bar { display: none; box-sizing: content-box; }
.smarphone_device_nexus .sleep { width: 3px; position: absolute; left: -3px; top: 99px; height: 90px; background: inherit; border-radius: 2px 0px 0px 2px; box-sizing: content-box; }
.smarphone_device_nexus .volume { width: 3px; position: absolute; right: -3px; top: 63px; height: 45px; background: inherit; border-radius: 0px 2px 2px 0px; box-sizing: content-box; }
.smarphone_device_nexus .camera { background: rgb(60, 61, 61); width: 9px; height: 9px; position: absolute; top: 18px; left: 50%; z-index: 3; margin-left: -5px; border-radius: 100%; box-sizing: content-box; }
.smarphone_device_nexus .camera::before { background: rgb(60, 61, 61); width: 6px; height: 6px; content: ""; display: block; position: absolute; top: 2px; left: -90px; z-index: 3; border-radius: 100%; box-sizing: content-box; }
.smarphone_device_nexus .screen { position: relative; box-sizing: content-box; }
.smarphone_device_nexus video { display: block; width: 290px; height: 514px; margin: 0px auto; }
.tgme_page_wrap { font-family: "Roboto", sans-serif; color: var(--text-color); }
.tgme_background_wrap { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; pointer-events: none; z-index: -1; background: var(--body-bg); }
.tgme_background { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.tgme_background.default { }
.tgme_background.motion { left: -10px; top: -10px; width: calc(100% + 20px); height: calc(100% + 20px); animation: 10s linear infinite bg-motion; }
.tgme_background_pattern { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; mix-blend-mode: overlay; background-color: rgba(0, 0, 0, 0); background-position: center center; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box; background-size: 420px; background-image: var(--pattern-url, none); opacity: var(--pattern-intensity, 1); }
.tgme_background_pattern.default { opacity: 0.3; background-image: url("pattern.svg"); }
html.theme_dark .tgme_background, body.bg_dark .tgme_background { mask-mode: match-source; mask-repeat: repeat; mask-clip: border-box; mask-origin: border-box; mask-composite: add; mask-position: center center; mask-size: 420px; mask-image: var(--pattern-url, none); opacity: var(--pattern-intensity, 1); }
html.theme_dark .tgme_background.default, body.bg_dark .tgme_background.default { opacity: 0.3; mask-image: url("pattern.svg"); }
body.bg_light .tgme_background, body.bg_light .tgme_background.default { mask: none; opacity: 1; }
html.theme_dark .tgme_background_pattern, body.bg_dark .tgme_background_pattern { display: none; }
body.bg_light .tgme_background_pattern { display: block; }
@keyframes bg-motion {
20% { transform: translateX(0px); }
25% { transform: translateX(-10px); }
35% { transform: translateX(10px); }
40% { transform: translateX(0px); }
}
@keyframes bg-motion {
20% { transform: translateX(0px); }
25% { transform: translateX(-10px); }
35% { transform: translateX(10px); }
40% { transform: translateX(0px); }
}
.tgme_head_wrap { position: fixed; left: 0px; right: 0px; top: 0px; height: 54px; padding: 10px 16px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px; background: var(--box-bg-blured); backdrop-filter: blur(25px); z-index: 1; }
.tgme_head { display: flex; justify-content: space-between; }
.tgme_head_brand { display: inline-block; vertical-align: top; }
.tgme_logo { display: inline-block; vertical-align: top; }
a.tgme_head_right_btn { display: inline-block; font-size: 14px; line-height: 17px; font-weight: bold; -moz-osx-font-smoothing: grayscale; text-transform: uppercase; color: rgb(255, 255, 255); background: var(--accent-btn-color); padding: 9px 16px; height: 34px; border-radius: 17px; text-align: center; transition: 0.15s 0.15s; }
a.tgme_head_right_btn:hover, a.tgme_head_right_btn:active { text-decoration: none; color: rgb(255, 255, 255); background: var(--accent-color-hover); }
a.tgme_head_dl_button { display: block; font-size: 16px; color: rgb(255, 255, 255); background: rgb(50, 175, 237); padding: 2px 15px 0px 16px; height: 45px; line-height: 43px; text-align: center; }
.tlb_page_wrap a.tgme_head_dl_button { color: rgb(255, 255, 255); }
a.tgme_head_dl_button:hover, a.tgme_head_dl_button:active, .tlb_page_wrap a.tgme_head_dl_button:hover, .tlb_page_wrap a.tgme_head_dl_button:active { color: rgb(255, 255, 255); background: rgb(50, 175, 237); text-decoration: none; }
.tgme_icon_arrow { display: inline-block; background: url("Arrow_1x.png") 0px 0px / 8px 12px no-repeat; width: 8px; height: 12px; vertical-align: top; margin-top: 15px; margin-left: 9px; }
.tgme_body_wrap { padding: 70px 16px 40px; }
.tgme_page { position: relative; margin: 16px auto; padding: 32px 0px; max-width: 400px; background: var(--box-bg); box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px; border-radius: 16px; transition: 0.15s 0.15s; }
.tgme_page a { color: var(--accent-link-color); }
.tgme_page_post { max-width: 500px; padding: 3px 0px 0px; margin: 0px auto; background: transparent; box-shadow: none; border-radius: 0px; }
.tgme_page_icon { text-align: center; margin-bottom: 20px; }
.tgme_icon_user, .tgme_icon_group, .tgme_icon_stickers, .tgme_icon_share, .tgme_icon_invoice { display: inline-block; width: 48px; height: 48px; vertical-align: top; background: center center no-repeat; }
.tgme_icon_user { background-image: url("49c2419a0b3b932d5431cc00717f05d946309650.svg"); }
.tgme_icon_group { background-image: url("d19369ad881d9d83cd4331389a201b539a4458cc.svg"); }
.tgme_icon_stickers { background-image: url("cb53c5dceb7f58cd5e7eb05ef2174b2788751c34.svg"); }
.tgme_icon_share { background-image: url("c1cb581dd42cb79c637ee55d71472404cb6dd0dc.svg"); }
.tgme_icon_invoice { background-image: url("874fba5f67dcb4395cfa8d6c1e325597931c19b1.svg"); }
.tgme_page_photo { text-align: center; padding-bottom: 16px; }
.tgme_page_photo_image { width: 122px; height: 122px; border-radius: 61px; }
.tgme_page_title { font-size: 26px; line-height: 32px; font-weight: bold; text-align: center; max-width: 340px; padding: 0px 10px; margin: 0px auto; color: var(--text-color); overflow: hidden; text-overflow: ellipsis; }
.verified-icon { display: inline-block; width: 1em; height: 1em; padding: 1px; text-indent: -10em; overflow: hidden; background-color: ; background-position-x: ; background-position-y: ; background-repeat: ; background-attachment: ; background-image: ; background-origin: ; background-clip: ; background-size: 100%; vertical-align: -4px; margin-left: 8px; }
.tgme_page_title mark.label { font-size: 0.6em; background: transparent; border: 1px solid rgb(209, 78, 78); box-shadow: rgb(209, 78, 78) 0px 0px 0px 0.5px; color: rgb(209, 78, 78); border-radius: 4px; padding: 2px 5px 1px; margin-left: 10px; vertical-align: top; font-weight: 500; }
.tgme_page_extra { font-size: 15px; line-height: 18px; text-align: center; padding: 6px 16px 0px; color: var(--second-text-color); }
.tgme_page_desc_header, .tgme_page_description, .tgme_page_additional { font-size: 16px; line-height: 25px; text-align: center; margin: 10px 16px 0px; padding: 0px; overflow: hidden; text-overflow: ellipsis; }
.tgme_page_additional strong { -moz-osx-font-smoothing: grayscale; }
.tgme_page_desc_header, .tgme_page_description { display: -webkit-box; -webkit-line-clamp: 5; -moz-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-height: 125px; word-break: break-word; }
.tgme_page_desc_header { font-size: 19px; line-height: 23px; font-weight: bold; max-height: 69px; -webkit-line-clamp: 3; }
.tgme_page_long_description { max-height: none; -webkit-line-clamp: unset; }
.tgme_page_additional { display: none; font-size: 14px; line-height: 23px; margin-top: 32px; color: rgb(128, 128, 128); }
a.tgme_username_link, a.tgme_username_link:hover, a.tgme_username_link:active { text-decoration: none; }
.tgme_page_action { text-align: center; margin-top: 24px; line-height: 0; }
a.tgme_action_button, a.tgme_action_button_new { font-size: 14px; line-height: 17px; font-weight: bold; -moz-osx-font-smoothing: grayscale; color: rgb(255, 255, 255); background: rgb(93, 195, 144); border-radius: 22px; overflow: hidden; display: inline-block; padding: 13px 24px; height: 42px; text-transform: uppercase; vertical-align: top; }
a.tgme_action_button:hover, a.tgme_action_button:active, a.tgme_action_button_new:hover, a.tgme_action_button_new:active { color: rgb(255, 255, 255); background: rgb(75, 188, 135); text-decoration: none; }
a.tgme_action_button_new { background-color: var(--accent-btn-color); }
a.tgme_action_button_new.shine { background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, rgb(100, 181, 239) 75.52%, rgba(100, 181, 239, 0) 100%); background-repeat: no-repeat; animation: 5s linear infinite bg-move; }
a.tgme_action_button_new:hover, a.tgme_action_button_new:active { background-color: var(--accent-color-hover); }
@keyframes bg-move {
0% { background-position: -500px 0px; }
100% { background-position: 1000px 0px; }
}
@keyframes bg-move {
0% { background-position: -500px 0px; }
100% { background-position: 1000px 0px; }
}
.tgme_page_web_action { margin-top: 18px; }
.tgme_page_web_action a.tgme_action_button_new { color: var(--accent-btn-color); background: transparent; box-shadow: inset 0 0 0 2px var(--accent-btn-color); }
.tgme_page_web_action a.tgme_action_button_new:hover, .tgme_page_web_action a.tgme_action_button_new:active { color: var(--accent-btn-color); background: transparent; text-decoration: none; }
.tgme_action_privacy_action { margin-top: 12px; }
.tgme_action_privacy_action a.tgme_action_privacy_button { color: var(--accent-btn-color); background: none; border: 0px; padding: 13px 25px 11px; font-size: 12px; }
.tgme_action_privacy_action a.tgme_action_privacy_button:hover, .tgme_action_privacy_action a.tgme_action_privacy_button:active { color: var(--accent-btn-color); background: none; text-decoration: none; }
.tgme_page_gift { max-width: 420px; padding-top: 0px; overflow: hidden; background: var(--tme-table-bg-color); }
.tgme_gift_preview { position: relative; }
.tgme_gift_preview a { color: var(--tme-table-accent-color); }
.tgme_gift_preview svg { width: 100%; height: auto; vertical-align: top; -moz-osx-font-smoothing: grayscale; }
.tgme_gift_preview_content { position: absolute; inset: 0px; overflow: hidden; pointer-events: none; }
.tgme_auction_label, .tgme_gift_number_label { position: absolute; inset: auto 0px 16px; margin: auto; width: fit-content; font-size: 15px; color: rgb(255, 255, 255); z-index: 10000; -moz-osx-font-smoothing: grayscale; background: rgba(255, 255, 255, 0.145); padding: 2px 6px; border-radius: 1000px; font-weight: 400; }
.tgme_auction_label { top: 175px; bottom: auto; background: rgba(0, 0, 0, 0.145); font-size: 13px; font-weight: 500; padding: 3px 12px; }
.tgme_auction_label:empty, .tgme_gift_number_label:empty { display: none; }
.tgme_gift_number_label a { color: currentcolor; font-weight: 500; }
.tgme_gift_model_wrap { position: relative; margin-left: 30.7143%; margin-right: 30.7143%; margin-top: 7.14286%; }
.tgme_gift_preview_content.auction .tgme_gift_model_wrap { margin: 7.14286% 34.2857%; }
.tgme_gift_model { display: inline-block; vertical-align: top; width: 100%; }
.tgme_gift_model::before { display: block; content: ""; padding-top: 100%; }
.tgme_gift_model img, .tgme_gift_model canvas { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.tgme_gift_owner_photo, .tgme_gift_owner_photo img, .tgme_gift_owner_photo video { display: inline-block; vertical-align: top; width: 24px; height: 24px; border-radius: 12px; }
.tgme_gift_owner_photo { position: relative; font-style: normal; text-align: center; text-transform: uppercase; text-decoration: none !important; font-size: 10px; line-height: 25px; margin: -3px 7px -3px 0px; color: rgb(255, 255, 255); overflow: hidden; }
.tgme_gift_owner_photo::before { content: attr(data-content); font-weight: 500; }
.tgme_gift_owner_photo img, .tgme_gift_owner_photo video { position: absolute; pointer-events: none; left: 0px; top: 0px; }
.tgme_gift_owner_address { font-family: monospace; font-size: 14px; word-break: break-all; display: inline-block; vertical-align: top; max-width: 15em; }
.tgme_gift_table_wrap { border: 1px solid var(--tme-table-border-color); border-radius: 8px; overflow: hidden; margin: 20px; }
.tgme_gift_table_wrap .table { margin-bottom: 0px; }
.tgme_gift_table_wrap .table > tbody > tr > th, .tgme_gift_table_wrap .table > tbody > tr > td { padding: 9px 12px; font-size: 15px; line-height: 18px; border-top: 1px solid var(--tme-table-border-color); }
.tgme_gift_table_wrap .table > tbody > tr:first-child > th, .tgme_gift_table_wrap .table > tbody > tr:first-child > td { border-top: medium; }
.tgme_gift_table_wrap .table > tbody > tr > th { font-weight: 500; background-color: var(--tme-table-head-color); white-space: nowrap; }
.tgme_gift_table_wrap .table > tbody > tr > th.footer { font-size: 13px; font-weight: normal; text-align: center; white-space: normal; }
.tgme_gift_table_wrap .table > tbody > tr > td { border-left: 1px solid var(--tme-table-border-color); }
.tgme_gift_table_wrap .table > tbody > tr > td > mark { display: inline-block; vertical-align: top; font-size: 12px; line-height: 14px; padding: 2px 5px 2px 6px; margin-left: 1px; background-color: var(--tme-table-accent-bg-color); border-radius: 9px; color: var(--tme-table-accent-color); }
.tgme_gift_table_wrap i.emoji { width: 1.25em; height: 1.25em; vertical-align: top; display: inline-block; box-sizing: content-box; white-space: nowrap; overflow: hidden; position: relative; background: -1000px -1000px / 1.25em 1.25em no-repeat; text-indent: -10em; padding: 3px 3px 3px 2px; margin: -3px -2px; }
.tgme_gift_table_wrap i.emoji::before { content: ""; position: absolute; pointer-events: none; inset: 0px; background-color: inherit; background-repeat: inherit; background-attachment: inherit; background-image: inherit; background-size: inherit; background-origin: inherit; background-clip: inherit; background-position: 2px calc(50% + 1px); }
.tgme_gift_table_wrap i.emoji > b { letter-spacing: 12em; pointer-events: none; }
.tgme_gift_description { font-size: 13px; line-height: 18px; margin: 18px 20px 24px; text-align: center; color: var(--tme-desc-color); }
.tgme_page_action ~ .tgme_gift_description { margin-top: 20px; margin-bottom: -12px; }
.tgme_dl_icon::after { display: inline-block; content: ""; width: 14px; height: 14px; background: var(--dl-link-icon) 0 0 no-repeat; vertical-align: text-bottom; }
.tgme_footer { margin: 0px auto 50px; border-top: 1px solid rgb(224, 224, 224); max-width: 424px; padding-top: 38px; }
.tgme_footer_description { font-size: 17px; line-height: 27px; text-align: center; max-width: 330px; padding: 0px 10px; margin: 0px auto; }
.tgme_footer_action { text-align: center; margin-top: 28px; line-height: 0; }
a.tgme_footer_dl_button { background: rgb(50, 175, 237); }
a.tgme_footer_dl_button:hover, a.tgme_footer_dl_button:active { background: rgb(28, 164, 231); }
.tgme_page_widget { margin: 0px -10px; }
.tgme_page_widget iframe { vertical-align: top; max-width: 100%; color-scheme: normal; }
.tgme_page_widget_action { text-align: center; line-height: 0; }
.tgme_page_widget_actions_wrap { padding: 14px 0px 0px; }
.tgme_page_widget_actions { position: relative; padding: 16px 0px; background-color: var(--box-bg); box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px; backdrop-filter: blur(25px); border-radius: 16px; max-width: 500px; margin: 0px auto; transition: border-radius 0.15s ease-in-out, max-width 0.15s ease-in-out, background-color linear; }
.fixed_actions .tgme_page_widget_actions_wrap, .sticky_actions .tgme_page_widget_actions_wrap { position: fixed; left: 0px; right: 0px; bottom: 0px; margin: 0px auto; }
.sticky_actions .tgme_page_widget_actions_wrap { position: sticky; }
.sticky_actions .tgme_page_widget_actions_wrap.stuck { margin: 0px -16px; }
.fixed_actions .tgme_page_widget_actions, .sticky_actions .tgme_page_widget_actions_wrap.stuck .tgme_page_widget_actions { background-color: var(--box-bg-blured); border-radius: 0px; max-width: 100%; transition-delay: 0s, 0s, 0.15s; }
@media (min-width: 800px) {
  .fixed_actions .tgme_page_widget_actions, .sticky_actions .tgme_page_widget_actions_wrap.stuck .tgme_page_widget_actions { max-width: 600px; border-radius: 16px 16px 0px 0px; }
  .sticky_actions .tgme_page_widget_actions_wrap.stuck .tgme_page_widget_actions { margin: 0px auto; }
}
.tgme_page_widget_actions_cont { max-width: 500px; margin: 0px auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.tgme_page_widget_actions .tgme_page_action { position: relative; margin: 0px auto; }
.tgme_page_widget_action_right, .tgme_page_widget_action_left { width: 120px; flex-grow: 2; text-align: center; }
.tgme_page_widget_action_right { float: right; order: 1; }
.tgme_page_widget_action_left { float: left; }
.tgme_page_widget_actions a.tgme_action_web_button { border: medium; background: none; padding: 15px 10px 13px; }
.tgme_page_widget_actions .tgme_page_web_action { margin-top: 0px; text-align: inherit; }
.tgme_page_context_action { margin-top: 8px; }
.tgme_page_context_action a.tgme_action_button_new { font-weight: normal; text-transform: none; }
.tgme_page_embed_action { text-align: center; margin: 16px 16px 0px; display: none; order: 3; flex-basis: 100%; }
.embed_opened .tgme_page_embed_action { display: block; }
.tgme_page_embed_btn { line-height: 0; }
.tgme_page_copy_action { text-align: center; margin: 7px 0px -9px; }
.tgme_page_embed_btn a.tgme_action_button_new, .tgme_page_context_btn a.tgme_action_button_new, .tgme_page_copy_action a.tgme_action_button_new, .tgme_page_widget_actions a.tgme_action_web_button { color: rgb(125, 127, 129); padding: 13px 10px; background: none; box-shadow: none; cursor: pointer; }
.tgme_page_widget_actions a.tgme_action_web_button:hover, .tgme_page_widget_actions a.tgme_action_web_button:active { color: rgb(125, 127, 129); background: none; }
.tgme_page_widget_actions a.tgme_action_button_new .tgme_action_button_icon.web_icon .icon_body { animation-duration: 300ms; animation-timing-function: steps(18); }
.tgme_page_widget_actions a.tgme_action_button_new:hover .tgme_action_button_icon.web_icon .icon_body { animation-name: play18; }
@keyframes play18 {
0% { transform: translateX(0px); }
100% { transform: translateX(-432px); }
}
@keyframes play18 {
0% { transform: translateX(0px); }
100% { transform: translateX(-432px); }
}
.tgme_action_button_new .tgme_action_button_icon { display: inline-block; width: 24px; height: 24px; margin: -7px 7px -7px 0px; }
.tgme_action_button_new .tgme_action_button_icon .icon_body { stroke: rgb(125, 127, 129); animation-duration: 500ms; animation-timing-function: steps(30); }
.tgme_page_additional, .tgme_page_context_link_wrap { font-size: 14px; line-height: 16px; text-align: center; padding: 0px 16px; margin: 20px 0px 0px; color: var(--second-text-color); }
.tgme_page_additional { margin-top: 24px; }
.tgme_page_context_link_wrap a.tgme_page_context_link { color: rgb(125, 127, 129); cursor: pointer; }
.embed_opened .tgme_page_embed_btn a.tgme_action_button_new { color: var(--accent-btn-color); }
.embed_opened .tgme_page_embed_btn .tgme_action_button_new .tgme_action_button_icon .icon_body { stroke: var(--accent-btn-color); animation-name: play30; }
@keyframes play30 {
0% { transform: translateX(0px); }
100% { transform: translateX(-720px); }
}
@keyframes play30 {
0% { transform: translateX(0px); }
100% { transform: translateX(-720px); }
}
.tgme_page_embed_action a.tgme_action_button_new:hover, .tgme_page_embed_action a.tgme_action_button_new:active, .tgme_page_copy_action a.tgme_action_button_new:hover, .tgme_page_copy_action a.tgme_action_button_new:active { color: rgb(125, 127, 129); text-decoration: none; background: none; }
.tgme_page_copy_action .tgme_action_button_new.pressed .tgme_action_button_icon .icon_body { animation-name: play30; }
.tgme_page_embed_code { font-size: 13px; color: rgb(84, 97, 114); background: rgba(125, 127, 129, 0.1); font-family: Menlo, Monaco, Consolas, "Courier New", monospace; width: 100%; padding: 11px 17px; border: 1px solid rgba(125, 127, 129, 0.3); border-radius: 10px; white-space: pre-wrap; word-break: break-all; overflow-wrap: break-word; text-align: left; appearance: none; vertical-align: top; }
html.theme_dark .tgme_page_embed_code { color: rgb(255, 255, 255); }
.tgme_page_embed_code:focus { outline: none; }
@media (max-width: 595px) {
  .tgme_page_widget_action_right, .tgme_page_widget_action_left { text-align: center; width: 20%; }
  .tgme_page_widget_actions .tgme_action_button_label { display: none; }
  .tgme_page_widget_actions a.tgme_action_web_button::before { display: inline-block; }
  .tgme_page_embed_btn a.tgme_action_button_new::before { margin-right: 0px; }
  .tgme_page_embed_action { margin-top: 20px; margin-left: 10px; margin-right: 10px; }
  .tgme_page_copy_action { margin-top: 8px; }
  #embed_code { margin-top: 24px; }
}
.tgme_page_bg { margin: 0px; max-width: none; }
.tgme_bg_wrap { height: calc(-104px + 100vh); display: flex; justify-content: center; align-items: center; }
.tgme_bg_image_wrap { position: absolute; width: 100%; height: calc(-104px + 100vh); overflow: hidden; }
.tgme_bg_image { width: calc(40px + 100vw); height: calc(-64px + 100vh); margin: -20px; background-repeat: no-repeat; background-size: cover; z-index: 1; filter: blur(5px); }
.tgme_bg_wrap_pattern1 .tgme_bg_image { filter: blur(8px); }
.tgme_bg_wrap_full .tgme_bg_image { filter: none; }
.tgme_bg { position: relative; z-index: 2; }
.tgme_bg_popup_wrap { background: rgb(255, 255, 255); border-radius: 10px; flex: 1 0 auto; padding: 40px 40px 30px; margin: 0px 40px; max-width: 390px; text-align: center; }
.tgme_bg_title { font-size: 18px; font-weight: bold; margin: 0px 0px 10px; }
.tgme_bg_size { color: rgb(100, 104, 107); font-size: 14px; margin: 10px 0px 17px; }
#tgme_frame_cont { position: absolute; left: -10000px; top: -10000px; }
.tlb_page_wrap { font-family: "Roboto", sans-serif; }
.tlb_page_wrap a, .tlb_page_wrap a:hover, .tlb_page_wrap a:active { color: rgb(20, 151, 217); }
.tlb_page_head { background: rgb(255, 255, 255); height: 47px; padding: 12px; }
.tlb_blog_logo { display: inline-block; background: url("BlogLogo1x.png") 0px 0px / 146px 20px no-repeat; width: 146px; height: 20px; line-height: 0; margin-top: 2px; }
.tlb_head_home { float: right; display: inline-block; line-height: 24px; height: 24px; vertical-align: top; font-size: 14px; }
a.tlb_blog_head_more_link { display: block; font-size: 15px; color: rgb(255, 255, 255); background: rgb(63, 174, 232); padding: 0px 15px; height: 42px; line-height: 42px; }
a.tlb_blog_head_more_link:hover, a.tlb_blog_head_more_link:active { color: rgb(255, 255, 255); background: rgb(63, 174, 232); text-decoration: none; }
a.tlb_blog_head_more_link .tlb_head_more_active, .tlb_blog_head_recent_active a.tlb_blog_head_more_link .tlb_head_more_inactive, .tlb_head_more_entries { display: none; }
.tlb_blog_head_recent_active a.tlb_blog_head_more_link .tlb_head_more_active, .tlb_blog_head_recent_active .tlb_head_more_entries { display: block; }
.tlb_head_more_icon_wrap { float: right; vertical-align: top; margin-top: 15px; line-height: 0; }
.lang_rtl .tlb_head_more_icon_wrap { float: left; }
.tlb_head_more_icon { display: inline-block; border-width: 2px 2px 0px 0px; border-style: solid solid none none; border-color: rgb(255, 255, 255) rgb(255, 255, 255) currentcolor currentcolor; border-image: none; width: 10px; height: 10px; transform: rotate(135deg); }
.tlb_blog_head_recent_active .tlb_head_more_icon_wrap { margin-top: 18px; }
.tlb_blog_head_recent_active .tlb_head_more_icon { transform: rotate(-45deg); }
.tlb_page_wrap .tl_page_container { margin-top: 0px; }
.tlb_page_wrap .side_blog_wrap { margin: 22px 0px 0px 16px; padding: 0px 10px 0px 0px; font-size: 13px; }
.tlb_page_wrap .side_blog_wrap::before { width: 4px; background: rgb(63, 174, 232); border-radius: 4px; margin: 0px 15px 0px 0px; }
.lang_rtl .tlb_page_wrap .side_blog_wrap::before { margin: 0px 0px 0px 15px; }
.tlb_page_wrap .side_blog_header { font-size: 15px; font-weight: bold; }
.tlb_page_wrap .side_blog_entry { margin-top: 12px; }
.tlb_page_wrap .side_blog_date { color: rgb(68, 68, 68); font-size: 14px; }
.tlb_page_wrap .side_blog_title { margin-top: 2px; font-size: 15px; }
.tlb_page_wrap #dev_page_title a, .tlb_page_wrap #dev_page_title a:hover, .tlb_page_wrap #dev_page_title a:active { color: rgb(68, 68, 68); }
.tlb_page_wrap .tl_contest_page_wrap #dev_page_title { margin-bottom: 20px; }
.tlb_page_wrap .tl_contest_page_wrap #dev_page_title, .tlb_page_wrap .tl_contest_page_wrap h4 { color: rgb(68, 68, 68); font-size: 18px; line-height: 25px; }
.tlb_page_wrap .tl_contest_page_wrap #dev_page_content, .tlb_page_wrap .tl_contest_page_wrap #dev_page_content p { color: rgb(51, 51, 51); font-size: 15px; }
.tlb_page_wrap .tl_contest_page_wrap #dev_page_content p { margin-bottom: 15px; }
.tlb_page_wrap .tl_contest_page_wrap #dev_page_content blockquote p:last-child { margin-bottom: 0px; }
.tlb_page_wrap a.tl_twitter_share_btn { background: rgb(63, 174, 232); color: rgb(255, 255, 255); font-size: 14px; line-height: 18px; border-radius: 17px; padding-top: 8px; }
.tlb_page_wrap span.tl_twitter_share_cnt { color: rgb(194, 234, 255); }
.tlb_page_wrap a.tl_twitter_share_btn:hover, .tlb_page_wrap a.tl_twitter_share_btn:active { color: rgb(194, 234, 255); }
.tl_telegram_share_btn { display: inline-block; border-radius: 16px; background-color: rgb(84, 169, 235); cursor: pointer; line-height: 22px; margin-right: 10px; padding: 5px 17px 5px 11px; color: rgb(255, 255, 255); font-weight: bold; }
.tl_telegram_share_btn:hover, .tl_telegram_share_btn:active, .tl_telegram_share_btn:focus { text-decoration: none; color: rgb(255, 255, 255); outline: none; }
.lang_rtl .tl_telegram_share_btn { margin-right: 0px; margin-left: 10px; }
i.tl_telegram_share_icon { display: inline-block; width: 20px; height: 20px; background: url("70a0ed74d3ec61c4f713cb45a6e7187e562c05bf.svg") 0px 0px no-repeat; margin-right: 11px; vertical-align: top; }
.lang_rtl i.tl_telegram_share_icon { margin-right: 0px; margin-left: 11px; }
.tl_telegram_share_label { line-height: 21px; vertical-align: top; display: inline-block; }
.tlb_page_wrap a.tl_telegram_share_btn { background: rgb(63, 174, 232); color: rgb(255, 255, 255); font-size: 14px; border-radius: 17px; padding: 6px 12px 5px 6px; }
.tlb_page_wrap a.tl_telegram_share_btn:hover, .tlb_page_wrap a.tl_telegram_share_btn:active { color: rgb(194, 234, 255); }
.td_btn_hidden, .td_all_shown .td_show_all_platforms { display: none; }
.td_all_shown span.td_btn_hidden { display: inline; }
.td_all_shown div.td_btn_hidden { display: block; }
.td_content_wrap { width: 420px; margin: 0px auto; font-size: 16px; }
.td_content_title { font-size: 28px; color: rgb(56, 58, 59); text-align: center; margin-top: 32px; margin-bottom: 14px; font-weight: normal; letter-spacing: -1px; }
.tl_content_title_link, .tl_content_title_link:hover { text-decoration: none; }
.td_screenshot { background: url("td_laptop.png") 50% 0px / contain no-repeat; padding-top: 58%; margin-top: 48px; }
.td_download_wrap, .td_download_wrap_low { margin: 0px -130px; width: 680px; text-align: center; }
.td_download_wrap_low { margin-bottom: 30px; }
.td_download_icon { display: inline-block; vertical-align: top; width: 25px; height: 30px; background: url("td_icons.png") 0px 2px / 25px 105px no-repeat; margin: -2px 5px 0px 0px; }
.td_osx .td_download_icon { background-position: 0px -33px; }
.td_linux .td_download_icon { background-position: 0px -68px; }
.td_download_add_wrap { width: 680px; margin: 0px -130px 10px; text-align: center; }
.td_download_add { min-width: 256px; padding: 0px 15px 20px; margin: 5px 10px; text-align: center; display: inline-block; cursor: pointer; }
.td_download_btn { display: inline-block; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; white-space: nowrap; user-select: none; color: rgb(255, 255, 255); border-color: rgb(53, 126, 189); padding: 10px 14px; min-width: 266px; font-size: 15px; line-height: 2; border-radius: 30px; background-color: rgb(29, 152, 220); margin: 5px 10px; }
.td_download_btn_wrap { display: inline-block; vertical-align: top; }
.td_download_btn_wrap .td_download_btn, .td_download_btn_wrap .td_download_add { display: block; }
.td_download_btn_wrap .td_download_add { margin-top: 10px; }
.td_download_divider { font-size: 9px; color: rgb(119, 119, 119); margin: 0px 4px; vertical-align: text-bottom; }
.td_download_btn:hover { outline: 0px; text-decoration: none; color: rgb(255, 255, 255); background-color: rgb(14, 142, 212); }
.td_download_btn:active, .td_download_btn:focus { outline: 0px; text-decoration: none; color: rgb(255, 255, 255); }
.td_about_license { font-size: 14px; color: rgb(103, 105, 106); text-align: center; margin-top: 50px; margin-bottom: 30px; line-height: 170%; }
#td_versions { opacity: 1; transition: opacity 200ms linear; }
#td_versions.td_hidden { opacity: 0.1; }
#td_about_osx { font-size: 20px; color: rgb(82, 82, 82); padding: 9px 0px 5px; font-weight: normal; }
#td_about_osx { position: absolute; width: 600px; opacity: 0; margin-top: -32px; text-align: center; transition: opacity 200ms linear; }
#td_about_osx.td_shown { opacity: 1; }
#td_about_tdesktop, #td_open_from_desktop { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Light", Helvetica, Arial, Verdana, sans-serif; line-height: 148%; text-align: center; }
#td_about_tdesktop { font-size: 17px; color: rgb(103, 105, 106); margin: 14px 10px 24px; font-weight: 300; }
#td_open_from_desktop { font-size: 17px; color: rgb(0, 136, 204); border: 1px solid rgb(23, 156, 222); border-radius: 10px; padding: 13px 24px; margin: 24px 0px 40px; }
.td_changelog_wrap { padding: 0px 15px; }
.td_changelog_wrap h3 { margin-top: 20px; font-size: 16px; font-weight: normal; }
.td_changelog_wrap h3 strong { color: rgb(153, 153, 153); font-size: 14px; font-weight: normal; }
.td_screenshot_macos { background: url("macos.png") 50% 0px / 420px 280px no-repeat; height: 280px; }
.td_screenshot_tdirect { background: url("tdirect.jpg") 50% 0px / 300px 360px no-repeat; height: 360px; margin: 40px 20px; }
.td_content_tdirect_title { font-size: 26px; color: rgb(56, 58, 59); text-align: center; margin-top: 32px; margin-bottom: 14px; font-weight: 600; letter-spacing: -1px; }
.td_about_tdirect { font-size: 14px; margin: 14px 10px 24px; line-height: 1.5; text-align: center; }
.td_download_btn.td_tdirect { border-radius: 5px; font-weight: bold; margin: 10px; }
.td_howto_install_wrap { text-align: center; margin: 50px 0px 40px; }
.td_about_tdirect_store { margin-top: 60px; }
.td_about_tdirect_builds { font-size: 13px; margin: 60px 0px; }
.td_download_store_wrap { margin: 20px 0px 10px; text-align: center; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .caret { background-image: url("dropdown.png"); background-size: 18px 26px; }
  .icon-twitter { background-image: url("twitter_2x.png"); background-size: 21px 17px; }
  .icon-breadcrumb-divider { background-image: url("breadcrumb_divider.png"); background-size: 5px 10px; }
  .icon-to-top { background-image: url("back_to_top.png"); background-size: 16px 7px; }
  .tl_main_award { background-image: url("SiteAward_2x.gif"); background-size: 100px 100px; }
  .icon-arrow-more { background-image: url("tl_arrow_2x.png"); background-size: 6px 11px; }
  .tl_main_download_desktop { background-image: url("SiteDesktop_2x.webp"); background-size: 1246px 260px; }
  .tl_main_download_image__android { background-image: url("SiteAndroid_2x.webp"); background-size: 290px 270px; }
  .tl_main_download_image__ios { background-image: url("SiteiOS_2x.webp"); background-size: 442px 270px; }
  .tl_main_download_link_tdesktop { background-image: url("SiteTDesktop_2x.webp"); background-size: 320px 157px; }
  #dev_page_content > ul:not(.nav) li, #dev_page_content > ol:not(.nav) ul:not(.nav) li { background-image: url("bullet_2x.png"); background-size: 7px 7px; }
  .tgme_icon_arrow { background-image: url("Arrow_2x.png"); }
  .tgme_page_widget_actions a.tgme_action_web_button::before { background-image: url("web_icon_2x.png"); background-size: 24px 24px; }
  .tgme_page_copy_action a.tgme_action_button_new::before { background-image: url("embed_copy_2x.png"); background-size: 24px 24px; }
  .tlb_blog_logo { background-image: url("BlogLogo2x.png"); background-size: 146px 20px; }
  .radio-item input.radio + .radio-label::before, .checkbox-item input.checkbox + .checkbox-label::before, .form-control-dropdown-button::before { background-image: url("rc_icons_2x.png"); background-size: 20px 152px; }
  .form-control-dropdown.has-items::before { background-image: url("rc_icons_2x.png"); background-size: 20px 152px; }
  .td_screenshot_macos { background-image: url("macos_2x.png"); background-size: 420px 280px; height: 280px; }
  .td_screenshot_tdirect { background-image: url("tdirect_2x.jpg"); }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 2.5), only screen and (min-device-pixel-ratio: 2.5) {
  .tlb_blog_logo { background-image: url("BlogLogo3x.png"); background-size: 146px 20px; }
}
@media (max-width: 1200px) {
  .dev_side_nav_wrap { display: none; }
}
@media (max-width: 1000px) {
  a.anchor { margin-left: -19px; }
  .footer_wrap { padding-top: 16px; padding-right: 0px; padding-left: 0px; padding-bottom: calc(max(16px, env(safe-area-inset-bottom))); }
  .footer_desktop { display: none; }
  .footer_mobile { display: flex; justify-content: center; }
  .footer_columns_wrap { text-align: center; }
  .footer_column { margin: 0px 6px; }
  .footer_column h5 { color: rgb(0, 136, 204); font-size: 12px; font-weight: normal; text-transform: uppercase; margin: 0px; }
  .blog_side_image_wrap { position: static; }
  .blog_side_image { display: block; margin: 20px auto; width: 160px; height: 160px; position: static; }
  .blog_side_image.js-tgsticker_image { position: relative; }
  .tl_blog_side_blog { display: none; }
  .tl_blog_bottom_blog { display: block; }
  .tl_main_side_blog .side_blog_wrap { position: static; margin: 22px 0px 0px 16px; padding: 0px 10px 0px 15px; border-width: 4px; border-color: rgb(63, 174, 232); width: auto; }
  .side_blog_wrap { width: auto; }
  .tl_main_side_blog .side_blog_header { font-size: 14px; }
  .tl_main_side_blog a.side_blog_entry { margin-top: 12px; }
  .tl_main_side_blog .side_blog_date { color: rgb(68, 68, 68); font-size: 13px; }
  .tl_main_side_blog .side_blog_title { font-size: 14px; margin-top: 2px; }
}
@media (max-width: 640px) {
  a:hover { text-decoration: none; }
  h1 { font-size: 19px; }
  h2 { font-size: 19px; }
  h3 { font-size: 16px; }
  h4 { font-size: 16px; }
  h5 { font-size: 14px; }
  .dropdown-menu { min-width: 210px; }
  .dropdown-menu > li > a { white-space: normal; }
  .tl_main_body { margin-top: 25px; padding-top: 5px; }
  .tl_main_body_header { font-size: 20px; }
  .tl_main_download_mobile { padding: 0px 20px; }
  .tl_main_download_link { width: auto; min-width: 0px; display: block; margin-top: 20px; margin-bottom: 30px; }
  a.tl_main_download_link::after { display: none; }
  .tl_main_download_link_ios { padding-top: 210px; height: 245px; padding-bottom: 15px; }
  .tl_main_download_image__ios { margin: -123px 0px 0px -121px; background-size: 360px 220px; width: 248px; height: 198px; }
  .tl_main_video_player__ios { margin: -124px 0px 0px -121px; width: 248px; height: 198px; }
  .tl_main_download_link_tdesktop { display: block; padding-top: 156px; height: 188px; }
  .tl_main_download_desktop_section, .tl_main_download_desktop_wrap1 { display: none; }
  .tl_main_download_more_btn { display: inline-block; }
  .dev_page_bread_crumbs .breadcrumb { margin-bottom: 15px; }
  #dev_page_content_wrap { padding-top: 12px; }
  #dev_page_title { margin-top: 10px; margin-bottom: 21px; }
  .nav-pills > li > a { padding: 8px 10px; }
  .dev_page_nav_wrap { margin-top: 25px; }
  .dev_page_nav_wrap > p { margin-bottom: 3.5px; }
  .dev_page_nav_wrap > p > a:first-child { font-size: 15px; }
  #dev_page_content .dev_page_nav_wrap ul li { padding: 3px 0px 4px; }
  #dev_page_content .dev_page_nav_wrap ul li a:first-child { font-size: 14px; display: inline-block; line-height: 22px; padding: 2px 6px 1px; margin-left: -6px; }
  #dev_page_content .dev_page_nav_wrap ul li a:first-child:hover { border-radius: 2px; background: rgb(230, 241, 247); }
  #dev_page_content .dev_page_nav_wrap hr { display: none; }
  .dev_faq_page h4 { font-size: 15px; line-height: 140%; margin-top: 26px; margin-bottom: 5px; }
  .dev_page_image, .tl_contest_page_wrap .dev_page_image { max-width: 100%; max-height: 400px; margin: 0px auto; }
  .dev_page_image img, .tl_contest_page_wrap .dev_page_image img { max-width: 100%; max-height: 400px; }
  .tl_main_download_link:hover, .tl_main_download_desktop_link:hover { box-shadow: none; }
  .dev_side_image { width: auto; max-width: none; float: none; text-align: center; padding: 0px; }
  .dev_side_image img { display: block; margin: 20px auto; width: 180px; }
  .tl_team_member_photo_wrap { margin-bottom: 10px; }
  .tl_team_member_photo { width: 60px; height: 60px; background-size: 60px 905px; }
  .tl_team_member_pavel .tl_team_member_photo { background-position: 0px 0px; }
  .tl_team_member_nikolay .tl_team_member_photo { background-position: 0px -65px; }
  .tl_team_member_aliaksei .tl_team_member_photo { background-position: 0px -130px; }
  .tl_team_member_vitalik .tl_team_member_photo { background-position: 0px -195px; }
  .tl_team_member_arseny .tl_team_member_photo { background-position: 0px -260px; }
  .tl_team_member_igor .tl_team_member_photo { background-position: 0px -325px; }
  .tl_team_member_drklo .tl_team_member_photo { background-position: 0px -390px; }
  .tl_team_member_peter .tl_team_member_photo { background-position: 0px -455px; }
  .tl_team_member_john .tl_team_member_photo { background-position: 0px -520px; }
  .tl_team_member_kolar .tl_team_member_photo { background-position: 0px -585px; }
  .tl_team_member_ilya .tl_team_member_photo { background-position: 0px -650px; }
  .tl_team_member_igor1 .tl_team_member_photo { background-position: 0px -845px; }
  .tl_team_member_mike .tl_team_member_photo { background-position: 0px -780px; }
  .tl_team_member_grisha .tl_team_member_photo { background-position: 0px -715px; }
  .tl_team_member_name { margin-top: 20px; margin-left: 80px; margin-bottom: 40px; }
  .tl_team_member_body { margin-left: 0px; }
}
@media (max-width: 480px) {
  .navbar-tg .container { padding: 0px; }
  h3 a.anchor i.anchor-icon { margin-top: 1px; }
  a.anchor { margin-left: -16px; }
  .tl_main_award { display: none; }
  .tl_main_logo_wrap { padding-top: 10px; padding-bottom: 2px; }
  svg.tl_main_logo, image.tl_main_logo, img.tl_main_logo { width: 85px !important; height: 85px !important; }
  div.tl_main_logo { width: 100px !important; height: 100px !important; margin: -5px auto; }
  .tl_main_logo_title, .tl_main_logo_title:hover { font-size: 23px; margin-top: 15px; margin-bottom: 5px; letter-spacing: -1px; }
  .tl_main_logo_lead { font-size: 16px; max-width: 224px; }
  .tl_main_head_download { margin-bottom: 10px; }
  .tl_main_download_btn { max-width: 200px; width: auto; padding: 6px 9px; line-height: 20px; font-size: 13px; margin: 5px 10px; }
  .tl_main_cards { margin-top: 10px; }
  .tl_main_card_header { margin: 10px 0px 6px; font-size: 21px; font-weight: normal; letter-spacing: -1px; }
  .tl_main_card_lead { font-size: 15px; }
  .smartphone_video_player_wrap { }
  .td_content_wrap { width: auto; font-size: 14px; margin: 0px 20px; }
  .td_screenshot { margin-top: 26px; }
  .td_content_title { font-size: 22px; margin-top: 21px; margin-bottom: 10px; }
  .td_download_wrap, .td_download_wrap_low { margin: 0px auto; width: 320px; }
  .td_download_wrap_low { margin-bottom: 30px; }
  .td_download_add_wrap { width: 280px; margin: 0px auto 10px; }
  #td_about_osx { width: 320px; font-size: 16px; }
  .td_about_osx_team { display: none; }
  .td_about_license { font-size: 12px; }
  #td_about_tdesktop { font-size: 16px; margin: 10px 15px 24px; }
  .td_screenshot_tdirect { background-size: 225px 270px; height: 270px; margin: 40px 20px 20px; }
  .td_content_tdirect_title { font-size: 20px; margin-top: 21px; margin-bottom: 10px; letter-spacing: 0px; }
  .tgme_page_photo_image { width: 110px; height: 110px; border-radius: 55px; }
  .tgme_page { margin-top: 0px; }
  .tgme_page_additional { display: block; }
  .tgme_footer { display: none; }
  .blog_2images_wrap, .blog_3images_wrap, .blog_medium_image_wrap, .blog_medium_image_wrap img, .blog_image_wrap, .blog_image_wrap img { width: auto; max-width: 275px; }
  .blog_2images_wrap, .blog_3images_wrap { margin: 20px auto; }
  .blog_2images_wrap .blog_image_wrap, .blog_3images_wrap .blog_image_wrap { float: none; margin: 20px 0px; }
}
@media (max-width: 340px) {
  .tl_main_download_image__android { margin: -109px 0px 0px -101px; background-size: 196px 183px; width: 205px; height: 162px; }
  .tl_main_download_image__ios { margin: -103px 0px 0px -101px; background-size: 300px 183px; width: 206px; height: 165px; }
  .tl_main_video_player__android { margin: -109px 0px 0px -101px; width: 205px; height: 162px; }
  .tl_main_video_player__ios { margin: -104px 0px 0px -101px; width: 206px; height: 165px; }
}
@media (max-width: 320px) {
  #td_about_tdesktop { font-size: 14px; }
  #td_open_from_desktop { font-size: 15px; padding: 13px 18px; }
}
.tl_contest_page_wrap + .pager_wrap { max-width: 600px; margin: 0px auto; }