

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

b,
strong {
    font-weight: bolder
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif
}

.hidden,
[hidden] {
    display: none !important
}

.g {
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.g {
    word-spacing: -.43em
}

.u {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.g [class*=u] {
    font-family: sans-serif
}

.u-1,
.u-12-24,
.u-14-24,
.u-18-24,
.u-20-24,
.u-4-24,
.u-5-24,
.u-6-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.u-4-24 {
    width: 16.6667%
}

.u-5-24 {
    width: 20.8333%
}

.u-6-24 {
    width: 25%
}

.u-12-24 {
    width: 50%
}

.u-14-24 {
    width: 58.3333%
}

.u-18-24 {
    width: 75%
}

.u-20-24 {
    width: 83.3333%
}

.u-1 {
    width: 100%
}

.button {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.button {
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    color: rgba(0, 0, 0, .8);
    border: none transparent;
    background-color: #e6e6e6;
    text-decoration: none;
    border-radius: 2px
}

.button:focus,
.button:hover {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1))
}

.button:focus {
    outline: 0
}

.button:active {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
    border-color: #000
}

.button[disabled] {
    border: none;
    background-image: none;
    opacity: .4;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none
}
.dn-button {
    position: relative;
    font-size: 1em;
    text-align: center;
    padding: 10px 23px;
    border: 1px solid #DF6D1E;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 8px 25px 8px 0;
    float: right;
    text-decoration: none;
}
.button-primary,
a.button-primary {
    background-color: #0078e7;
    color: #fff
}

.form input[type=color],
.form input[type=date],
.form input[type=email],
.form input[type=number],
.form input[type=search],
.form input[type=tel],
.form input[type=text],
.form input[type=time],
.form input[type=url],
.form input[type=week],
.form select,
.form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form input:not([type]) {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form input[type=color] {
    padding: .2em .5em
}

.form input[type=color]:focus,
.form input[type=date]:focus,
.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form input[type=text]:focus,
.form input[type=time]:focus,
.form input[type=url]:focus,
.form input[type=week]:focus,
.form select:focus,
.form textarea:focus {
    outline: 0;
    border-color: #129fea
}

.form input:not([type]):focus {
    outline: 0;
    border-color: #129fea
}

.form input[type=checkbox]:focus,
.form input[type=file]:focus {
    outline: thin solid #129fea;
    outline: 1px auto #129fea
}

.form input[type=color][disabled],
.form input[type=date][disabled],
.form input[type=email][disabled],
.form input[type=number][disabled],
.form input[type=search][disabled],
.form input[type=tel][disabled],
.form input[type=text][disabled],
.form input[type=time][disabled],
.form input[type=url][disabled],
.form input[type=week][disabled],
.form select[disabled],
.form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

.form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

.form input:focus:invalid,
.form select:focus:invalid,
.form textarea:focus:invalid {
    color: #b94a48;
    border-color: #e9322d
}

.form input[type=checkbox]:focus:invalid:focus,
.form input[type=file]:focus:invalid:focus {
    outline-color: #e9322d
}

.form select {
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: #fff
}

.form select[multiple] {
    height: auto
}

.form label {
    margin: .5em 0 .2em
}

@media only screen and (max-width :480px) {
    .form button[type=submit] {
        margin: .7em 0 0
    }

    .form input:not([type]),
    .form input[type=color],
    .form input[type=date],
    .form input[type=email],
    .form input[type=number],
    .form input[type=search],
    .form input[type=tel],
    .form input[type=text],
    .form input[type=time],
    .form input[type=url],
    .form input[type=week],
    .form label {
        margin-bottom: .3em;
        display: block
    }
}

.menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3
}

.menu-item,
.menu-list {
    position: relative
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-item {
    padding: 0;
    margin: 0;
    height: 100%
}

.menu-heading,
.menu-link {
    display: block;
    text-decoration: none;
    white-space: nowrap
}

.menu-1 {
    width: 100%;
    white-space: nowrap
}

.menu-1 .menu-list {
    display: inline-block
}

.menu-1 .menu-heading,
.menu-1 .menu-item {
    display: inline-block;
    vertical-align: middle
}

.menu-item .menu-item {
    display: block
}

.menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3
}

.menu-1 .menu-children {
    left: 0;
    top: auto;
    width: inherit
}

.menu-heading {
    text-transform: uppercase;
    color: #565d64
}

.menu-link {
    color: #777
}

.menu-children {
    background-color: #fff
}

.menu-heading,
.menu-link {
    padding: .5em 1em
}

.menu-link:focus,
.menu-link:hover {
    background-color: #eee
}

@media screen and (min-width:35.5em) {

    .u-sm-1-2,
    .u-sm-1-24,
    .u-sm-1-3,
    .u-sm-10-24,
    .u-sm-11-24,
    .u-sm-12-24,
    .u-sm-18-24,
    .u-sm-2-24,
    .u-sm-20-24,
    .u-sm-22-24,
    .u-sm-24-24,
    .u-sm-3-24,
    .u-sm-6-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .u-sm-1-24 {
        width: 4.1667%
    }

    .u-sm-2-24 {
        width: 8.3333%
    }

    .u-sm-3-24 {
        width: 12.5%
    }

    .u-sm-6-24 {
        width: 25%
    }

    .u-sm-1-3 {
        width: 33.3333%
    }

    .u-sm-10-24 {
        width: 41.6667%
    }

    .u-sm-11-24 {
        width: 45.8333%
    }

    .u-sm-1-2,
    .u-sm-12-24 {
        width: 50%
    }

    .u-sm-18-24 {
        width: 75%
    }

    .u-sm-20-24 {
        width: 83.3333%
    }

    .u-sm-22-24 {
        width: 91.6667%
    }

    .u-sm-24-24 {
        width: 100%
    }
}

@media screen and (min-width:48em) {

    .u-md-1-24,
    .u-md-1-3,
    .u-md-10-24,
    .u-md-12-24,
    .u-md-14-24,
    .u-md-2-24,
    .u-md-20-24,
    .u-md-5-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .u-md-1-24 {
        width: 4.1667%
    }

    .u-md-2-24 {
        width: 8.3333%
    }

    .u-md-5-24 {
        width: 20.8333%
    }

    .u-md-1-3 {
        width: 33.3333%
    }

    .u-md-10-24 {
        width: 41.6667%
    }

    .u-md-12-24 {
        width: 50%
    }

    .u-md-14-24 {
        width: 58.3333%
    }

    .u-md-20-24 {
        width: 83.3333%
    }
}

@media screen and (min-width:64em) {

    .u-lg-1-4,
    .u-lg-18-24,
    .u-lg-3-24 {
        display: inline-block;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .u-lg-3-24 {
        width: 12.5%
    }

    .u-lg-1-4 {
        width: 25%
    }

    .u-lg-18-24 {
        width: 75%
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 1em;
    color: #2a2a2a;
    min-width: 320px
}

.home-menu {
    min-width: 320px
}

h1,
h2,
h3,
h4,
label {
    color: #000;
}

h4.h4 {
    color: #000;
    font-style: normal;
    font-size: .9em;
    line-height: 100%
}

.panel h1,
.panel h2,
.panel h3,
.panel h4 {
    text-transform: uppercase
}

.ribbon h1,
.ribbon h2,
.ribbon h3,
.ribbon h4,
.ribbon label {
    color: #f2f2f2;
    border-left: 5px solid #fff;
    padding-left: .5em
}

#splash #errorContainer {
    margin-bottom: .5em;
    background: #fff;
    text-align: initial
}

#splash #errorContainer.info {
    border-left: 5px solid #1f8dd6
}

#splash #errorContainer.success {
    border-left: 5px solid #bedf20
}

#splash #errorContainer.warning {
    border-left: 5px solid #df3020
}

a:focus {
    text-decoration: underline
}

.l-box {
    padding: 1em
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.is-center {
    text-align: center
}

.is-icon {
    background: #fff;
    color: #000
}

.u-r {
    float: right
}

.u-l {
    float: left
}

.u-m-bottom {
    margin-bottom: .5em
}

.u-fw {
    width: 100%
}

.u-bl {
    display: block
}

.dl-button {
    margin: .5em 0
}

.u-oh {
    overflow: hidden
}

.u-smaller-text {
    font-size: .8em;
    line-height: 1.3em
}

.u-bigger-text {
    font-size: 1.1em
}

.u-mtop {
    margin-top: 5em
}

.u-shadow--black {
    -webkit-box-shadow: 0 0 35px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 35px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 35px 10px rgba(0, 0, 0, .5)
}

pre {
    display: block;
    padding: 1em;
    margin: 0 0 .5em;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto
}

.u-round {
    border-radius: 50%
}

.adcontainer_big {
    margin-top: 1em
}

.text-color--main {
    color: #0844a4
}

.highlights pre {
    margin-top: 1em;
    border: 0;
    font-size: .8em;
    background: #e7e7e7
}

.splash-additional {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #eee
}

hr {
    border: 0;
    border-top: 1px solid #ddd
}

.l-box.u-1 {
    word-wrap: break-word
}

.result {
    background: #fff
}

.htmx-indicator {
    display: none
}

.htmx-request .htmx-indicator {
    display: inline
}

.htmx-request.htmx-indicator {
    display: inline
}

#submit span:nth-child(2) {
    display: none
}

.htmx-request #submit span:nth-child(2) {
    display: inline
}

.htmx-request #submit span:first-child {
    display: none
}

.htmx-request #submit {
    background: #d6b91f;
    color: #000
}

.form label {
    margin: 1em 0 0;
    font-weight: 700;
    font-size: 100%
}

.form input[type] {
    border: 3px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%
}

.button,
a.button,
button.button {
    background-color: #4ca8e6;
    color: #000;
    padding: 1em 1.5em
}

.home-menu {
    padding: 0;
    text-align: center;
    background: ##F1F1F1
}

.menu.menu-fixed {
    border-bottom: none;
    z-index: 4
}

.menu-1 .menu-children {
    width: 100%
}

#menu .menu-link {
    white-space: normal
}

.sss {
    position: relative;
    
    color: #000;
    padding: 5px 0;
    display: flex;
    align-items: center
}

.sss img {
    margin-right: 10px;
    line-height: 1;
    /* height: 32px */
}

.menu-fixed .standforukraine {
    display: flex
}

.menu-fixed .standforukraine i {
    flex: 1;
    display: inline-block;
    height: 2px
}

.standforukraine i {
    background-color: #fd0
}

.standforukraine i:first-child {
    background-color: #0057b7
}

.home-menu .menu-heading {
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: -1px
}

.home-menu .menu-heading span {
    display: inline-block;
    color: #fff;
    margin-left: -.5px;
    opacity: .95
}

.home-menu a {
    color: #242da9
}

.home-menu li a:focus,
.home-menu li a:hover {
    background: 0 0;
    border: none;
    color: #DF6D1E
}

#menuToggle input {
    display: none
}

#menuToggle #menu {
    background: #fafafa;
    border-top: 1px solid #f3f2f1
}

.footer .menu-link:hover {
    background: 0 0;
    border-bottom: 2px solid #fff;
    color: #fff
}

.footer .menu-link:focus {
    background: #000
}

.footer .menu-link {
    border-bottom: 2px solid transparent;
    color: #ccc
}

.footer .menu-list {
    font-size: .8em
}

.footer .menu-item a {
    padding: .5em
}

.splash-container {
    background: #5b0061;
    background: linear-gradient(180deg, #5b0061 0, #003dd5 100%)
}

.splash-container.processed.error {
    background: #ff8d00;
    background: linear-gradient(180deg, #ff8d00 0, #d50000 100%)
}

.splash-container.processed.success {
    background: #016207;
    background: linear-gradient(180deg, #016207 0, #41bd2e 100%)
}

.splash {
    width: 80%;
    margin: 4.5em auto 0;
    text-align: center;
    padding-bottom: 1em
}

.processed {
    padding-top: 2em
}

.processed .hide-after-request {
    display: none
}

.content {
    padding: 0
}

.g .content {
    padding: .5em
}

.content-head {
    line-height: 1.2em
}

.ribbon {
    background: #2d3e50;
    color: #fff
}

.footer {
    background: #111;
    bottom: 0;
    width: 100%
}


.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .5);
    border: 1px solid #ddd
}

.tab {
    width: 100%;
    color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.tab:last-child {
    border-bottom: 0
}

.tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em;
    font-weight: 700;
    cursor: pointer
}

.tab-label:hover {
    background: #ddd
}

.tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #000;
    background: #fff;
    -webkit-transition: all .35s;
    transition: all .35s
}

.tab-content p {
    margin-top: 0
}

input:checked+.tab-label {
    background: #725ef3;
    color: #fff
}

input:checked+.tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em
}

#mainpicture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 0;
    min-width: 280px;
    margin: 0 auto
}

#mainpicture .result_overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-width: 280px;
    margin: 0 auto;
    background-blend-mode: overlay
}

#mainpicture .trending-actions {
    background-color: #96029b33;
    color: #fff
}

#mainpicture .trending-actions svg {
    color: #fff;
    margin-right: .5em;
    margin-left: .5em
}

#mainpicture .u-round {
    max-width: 100px;
    max-height: 100px
}

#mainpicture h2 {
    color: #fff;
    margin: 0;
    line-height: 3.2em
}

.result_author {
    margin: 0 auto
}

.result_overlay {
    position: relative;
    background-color: rgba(20, 0, 91, .65);
    padding: 1em;
    display: block
}

.result_overlay_buttons {
    padding-left: 1em;
    margin: 0 auto
}

.maintext {
    color: #fff;
    overflow: hidden;
    font-weight: 700;
    font-size: 1em;
    clear: both;
    padding-top: .5em
}

#twt_promo {
    position: absolute;
    right: 0;
    padding: .9em;
    margin: 0;
    font-size: .8em
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #1f8dd6
}

.warning .svg-icon path,
.warning .svg-icon polygon,
.warning .svg-icon rect {
    fill: #df3020
}

.svg-icon circle {
    stroke: #1f8dd6;
    stroke-width: 1
}

.warning .svg-icon circle {
    stroke: #df3020;
    stroke-width: 1
}

.is-icon {
    position: relative
}

.svg-icon {
    width: 2em;
    height: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1em 0 0 -1em
}

@media (min-width:48em) {
    body {
        font-size: 18px
    }

    .splash {
        width: 80%
    }

    .splash-head {
        font-size: 125%
    }

    .l-box-lrg {
        border: none
    }
}

@media (min-width:78em) {
    .splash-head {
        font-size: 150%
    }

    .splash {
        max-width: 970px !important
    }

    body {
        font-size: 16px
    }

    .highlights {
        width: 75%
    }

    .highlights .u-smaller-text {
        font-size: 1.1em
    }

    #language-switcher {
        margin-top: -3em
    }
}

@media (max-width:56em) and (min-width:35em) {
    .splash-container button.button {
        font-size: .75em;
        padding: 1.5em 0
    }
}

@media (max-width:48em) {
    .processed {
        padding: 0
    }

    .splash {
        width: 100%;
        padding: 0
    }

    #errorContainer,
    .splash form {
        padding-left: 1em;
        padding-right: 1em
    }

    .result_overlay img.u-round {
        width: 75px
    }

    #menu .menu-item {
        display: block
    }

    #menuToggle {
        display: block;
        position: absolute;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none
    }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: 1em;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none
    }

    #menuToggle span.bar {
        display: block;
        margin-left: 1em;
        width: 33px;
        height: 3px;
        margin-bottom: 4px;
        position: relative;
        background: #113561;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0;
        transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
    }

    #menuToggle span.bar:first-child {
        transform-origin: 0 0
    }

    #menuToggle span.bar:nth-last-child(2) {
        transform-origin: 0 100%
    }

    #menuToggle input:checked~span {
        opacity: 1;
        background: #232323;
        transform: rotate(45deg) translate(-6px, -7px)
    }

    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0) scale(.2, .2)
    }

    #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(-10px, 13px)
    }

    #menu {
        position: absolute;
        top: 60px;
        background: #ededed;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0 0;
        transform: translate(0, -150%);
        transition: transform .5s cubic-bezier(.77, .2, .05, 1)
    }

    #menu.open {
        transform: translate(0, 0)
    }

    #menuToggle input:checked~div {
        transform: none
    }

    #menuToggle label {
        display: none
    }

    #language-switcher {
        margin: 0 auto;
        width: 100%
    }

    .splash {
        margin-top: 3em
    }

    .footer .menu-item {
        display: block
    }

    .footer {
        font-size: 1.2em
    }

    .highlights .responsive .content {
        padding: .5em
    }

    .highlights {
        width: 100%
    }

    .home-menu .menu-heading {
        float: left
    }

    .footer__navigation a {
        margin-right: 0 !important
    }

    .adcontainer_big .adsbygoogle {
        min-height: 360px
    }
}

@media (max-width:28em) {
    .splash-head {
        font-size: 125%
    }
}

@media (max-width:360px) {
    #twt_promo a b {
        display: none
    }

    #twt_promo {
        padding: .3em
    }
}

.heading {
    font-size: 25px;
    line-height: 25px;
    color: #000;
    padding-top: 50px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px
}

#menuLink1 {
    min-width: 190px
}

section>.content-wrapper {
    min-height: calc(100vh - 12.8em)
}

#menuLink1:active .menu-children,
#menuLink1:focus .menu-children {
    display: block
}

#language-switcher {
    max-width: 250px;
    margin: 0 auto
}

@media (max-width:48em) {
    #language-switcher {
        padding: 0
    }

    .content-wrapper {
        min-height: calc(100vh - 21.1em)
    }
}

@media screen and (min-width:124em) {
    body {
        font-size: 1.15em
    }
}

.adcontainer_big {
    min-height: 280px
}

#language-switcher .menu-children {
    min-width: 125px
}

.trending {
    padding-bottom: 40px;
    max-width: 80%
}

.trending-video .wrapper {
    padding: 10px
}

.trending-video .item {
    border: 1px solid #e7e7e7;
    background: #fef8f5;
    border-radius: 8px;
    color: #7a6e68;
    display: block;
    text-decoration: none
}

.trending-video .item .img-wrapper {
    min-height: 20px;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 360px;
    background-repeat: no-repeat;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.trending-video .item .img-wrapper .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 14px
}

.trending-video .item .img-wrapper .info svg {
    margin-right: 5px
}

.trending-video .item:focus,
.trending-video .item:hover {
    cursor: pointer;
    text-decoration: none
}

.trending-video .img {
    max-width: 100%
}

.trending-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px
}

.trending-actions svg {
    margin-right: 5px;
    color: #7a6e68
}

.d-flex {
    display: flex
}

.flex-1 {
    flex: 1
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

.trending-video {
    padding: 0 20px
}

.faq-drawer {
    margin-bottom: 1em
}

.faq-d-w {
    font-size: 1em;
    line-height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: .25s ease-in-out
}

.faq-drawer__title {
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    line-height: 100%;
    font-weight: 700;
    padding: 1em 2em 1em 1em;
    position: relative;
    margin-bottom: 0;
    transition: all .25s ease-out
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 1em;
    top: 49%;
    transform: translate(0, -50%) rotate(135deg);
    transition: .35s ease-in-out;
    vertical-align: top;
    width: 10px
}

.faq-drawer__title:hover {
    color: #4e4b52
}

.faq-d-t:checked+.faq-drawer__title+.faq-d-w {
    max-height: 500px
}

.faq-d-t:checked+.faq-drawer__title {
    border-radius: 8px 8px 0 0;
    box-shadow: none
}

.faq-d-t:checked+.faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: .25s ease-in-out
}

input[type=checkbox] {
    display: none
}

@media screen and (min-width:48em) and (max-width:64em) {
    .trending-video .img-wrapper {
        height: 300px !important
    }

    .trending {
        max-width: 96%
    }
}

@media screen and (min-width:64em) {
    .trending-video .wrapper {
        width: 33%
    }
}

@media screen and (max-width:48em) {
    .trending {
        max-width: 96%
    }

    .heading {
        font-size: 25px;
        padding-top: 0;
        margin-bottom: 15px;
        padding-right: 20px;
        padding-left: 20px;
        line-height: 25px
    }

    .trending-video {
        padding: 0 5px 30px
    }

    .trending-video .img-wrapper {
        height: 360px !important
    }
}

@media (max-width:600px) and (min-width:500px) {
    .trending-video .wrapper {
        width: 50%
    }

    .trending-video .img-wrapper {
        height: 285px !important
    }
}

@media (max-width:500px) {
    .trending-video .wrapper {
        width: 100% !important
    }

    .trending-video .img-wrapper {
        height: 285px !important
    }
}

@media (max-width:700px) {
    #trending-video .modal__container {
        min-width: auto !important;
        width: 90%
    }
}

@media screen and (min-width:1100px) and (max-width:1250px) {
    .trending .img-wrapper {
        height: 300px !important
    }

    .trending-video .wrapper {
        width: 25% !important
    }

    .trending-actions svg {
        margin-right: 3px;
        width: 12px;
        height: 12px
    }

    .trending-video .item .img-wrapper .info svg {
        width: 14px;
        height: 14px
    }
}

@media screen and (min-width:1250px) and (max-width:1400px) {
    .trending .img-wrapper {
        height: 300px !important
    }

    .trending-video .wrapper {
        width: 20% !important
    }

    .trending {
        max-width: 90%
    }

    .trending-actions svg {
        margin-right: 3px;
        width: 12px;
        height: 12px
    }

    .trending-video .item .img-wrapper .info svg {
        width: 14px;
        height: 14px
    }
}

@media screen and (min-width:1400px) and (max-width:1550px) {
    .trending .wrapper {
        width: 20% !important
    }

    .trending .img-wrapper {
        height: 360px !important
    }

    .trending-actions svg {
        margin-right: 3px;
        width: 12px;
        height: 12px
    }

    .trending-video .item .img-wrapper .info svg {
        width: 14px;
        height: 14px
    }
}

@media screen and (min-width:1550px) and (max-width:1650px) {
    .trending .img-wrapper {
        height: 400px !important
    }

    .trending-video .wrapper {
        width: 20% !important
    }

    .trending-actions svg {
        margin-right: 3px;
        width: 14px;
        height: 14px
    }

    .trending-video .item .img-wrapper .info svg {
        width: 16px;
        height: 16px
    }
}

@media screen and (min-width:1550px) and (max-width:1650px) {
    .trending .img-wrapper {
        height: 400px !important
    }

    .trending-video .wrapper {
        width: 20% !important
    }

    .trending-actions svg {
        margin-right: 3px;
        width: 14px;
        height: 14px
    }

    .trending-video .item .img-wrapper .info svg {
        width: 16px;
        height: 16px
    }
}

@media screen and (min-width:1750px) {
    .trending .img-wrapper {
        height: 400px !important
    }

    .trending-video .wrapper {
        width: 20% !important
    }
}

body {
    margin: 0;
    background: #fff;
    padding: 0;
    font-family: sans-serif
    
        
}

body.bg-gray {
    background-color: #fff
}

body.ar #paste {
    right: auto
}

.relative {
    position: relative
}

.d-flex {
    display: flex
}

.align-items-center {
    align-items: center
}

.home-menu .menu-w1 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.justify-content-between {
    justify-content: space-between
}

.flex-1 {
    flex: 1
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

#splash {
    background: linear-gradient(89.86deg, #DF6D1E 8.6%, #DF6D1E 99.86%)
}

#splash .splash {
    padding-top: 0;
    position: relative;
    padding-bottom: 2em;
    margin-top: 0 !important
}

.splash {
    padding-bottom: 0
}

.home-menu a {
    font-style: normal;
    font-size: 1em;
    line-height: 100%;
    color: #000;
    display: flex;
}

#twt_promo {
    position: relative;
    font-size: 1em;
    text-align: center;
    padding: 10px 23px;
    border: 1px solid #DF6D1E;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 8px 25px 8px 0;
    display: inline-block;
    float: right
}

#twt_promo span:last-child {
    display: none
}

#twt_promo a {
    text-decoration: none;
    color: #DF6D1E
}

#menu {
    display: flex;
    flex: 6;
    justify-content: center;
    align-items: center;
    z-index: 99
}

#menu ul {
    display: flex;
    list-style-type: none
}

#menu ul li {
    margin-right: 20px
}

#menu ul li:last-child {
    margin-right: 50px;
}

#menu ul li a {
    text-decoration: none
}

.text-center {
    text-align: center
}

#bigmessage {
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
    font-style: normal;
    font-size: 2em;
    text-align: center;
    color: #fff
}

#menu-t-ww {
    width: 50px;
    height: 40px;
    margin-right: 20px;
    align-items: center;
    display: none
}

#menuToggle {
    position: relative;
    margin-top: 8px
}

.no-watermark {
    margin-top: 10px;
    justify-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    display: none
}

.no-watermark img {
    margin-top: -35px;
    margin-right: -5px
}

#main_page_text {
    background: rgba(255, 255, 255, .8);
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 26.2731px 38.3588px -12.6111px rgba(37, 46, 105, .3);
    backdrop-filter: blur(9.48952px);
    border-radius: 8px;
    height: 64px;
    padding-left: 20px;
    line-height: 64px
}

#main_page_text::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #000;
    opacity: .3;
    line-height: 64px
}

#submit {
    
    position: absolute;
    right: 5px;
    top: 4px;
    height: 56px;
    background: linear-gradient(135deg, #FF7A26, #C85200, #8E3500);
    box-shadow: linear-gradient(135deg, #FF7A26, #C85200, #8E3500);
    border-radius: 8px;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    padding: 1em 1.5em;
    border: 0;
    margin: 0 !important;
}

#submit:hover {
    cursor: pointer
}

.adcontainer_big {
    position: relative;
    text-align: center
}

.adcontainer_big>div {
    border-radius: 10px;
    z-index: 2;
    position: absolute;
    width: 100%
}

.app__section_wrapper {
    padding-top: 1em
}

.app_section {
    background: #000;
    box-shadow: 0 4px 60px -16px rgba(37, 46, 105, .4);
    border-radius: 16px;
    max-width: 752px;
    margin: 0 auto 0;
    color: #fff;
    padding: 33px 38px
}

.go-to-google {
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 8px;
    display: block;
    line-height: 1;
    padding: 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.go-to-google img {
    margin-left: 12px
}

.app_section .text {
    padding-left: 20px;
    padding-right: 20px;
    font-style: normal;
    font-size: 1em;
    display: flex;
    align-items: center;
    color: #fff !important;
    text-align: center;
    padding-top: 0
}

.main-highlights {
    max-width: 900px; margin: 0 auto; 
    margin-top: 70px !important;
    display: flex;
    justify-content: space-between
}

.main-highlights p {
    font-style: normal;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    display: inline-block
}

.main-highlights h4 {
    font-style: normal;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    display: inline-block;
    min-height: 60px
}

.main-highlights .content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #000
}

.main-highlights .responsive {
    max-width: 250px
}

.main-highlights .responsive img {
    height: 125px
}

.text {
    padding-top: 0px
}

.text__container {
    margin: 0 auto;
    max-width: 1170px
}

.text__container>p {
    font-size: 1.4em;
    font-weight: 800
}

.text h2 {
    font-style: normal;
    font-size: 2em;
    line-height: 40px;
    color: #000;
    text-align: center;
}

.text__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    color: #000;
}

.b-blk {
    background: #DF6D1E;
    border-radius: 32px;
    max-width: 950px;
    padding: 70px 90px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    counter-reset: css-counter 0
}

.b-blk h3 {
    font-style: normal;
    font-size: 1.8em;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0
}

.b-blk ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.b-blk ol li {
    font-style: normal;
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    counter-increment: css-counter 1;
    z-index: 1;
    padding-left: 20px;
    padding-top: 40px;
}

.b-blk ol li::before {
    content: counter(css-counter);
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    color: #000;
    opacity: .3;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1
}

.b-blk ol li b {
    display: block;
    font-weight: 900;
    z-index: 1;

}

.info-arrow {
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #c85200;
    max-width: 50%;
    position: relative;
    margin-top: 50px;
    padding-right: 100px
}

.info-arrow img {
    position: absolute;
    right: 0
}

.text--image,
.text--text {
    flex: 1
}

.text--image .img-w {
    text-align: center
}

.text--image {
    max-width: 40%
}

.text--text {
    max-width: 50%
}

.main-c-c {
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    position: relative
}

.content.main-c-c {
    display: block
}

.main-c-c h3 {
    font-size: 30px;
    color: #000;
    line-height: 1.2em;
    margin-bottom: 24px
}

.main-c-c .text {
    padding-right: 40px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin: 24px 0;
    word-wrap: break-word;
}

.main-c-c img {
    max-width: 100%;
    max-height: 100%
}

.main-c-c .img-w {
    position: relative
}

.main-c-c .img-w::after {
    content: '';
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 0;
    background: #DF6D1E;
    opacity: .3;
    filter: blur(60px)
}

.accordion__container {
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 5px
}

.accordion {
    background: #fff;
    border: 1.186px solid #fff;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    font-style: normal;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #000;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.accordion img {
    position: absolute;
    right: 32px;
    top: 40px;
    opacity: .5;
    transform: rotate(180deg)
}

.accordion:hover {
    cursor: pointer
}

.panel {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #777;
    padding: 0;
    transition: max-height .2s ease-out
}

.panel p {
    padding: 30px;
    margin: 0
}

.panel div {
    padding: 30px;
    padding-top: 10px;
    line-height: 1.4em
}

.panel div p {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 !important
}

.panel ul li {
    margin-bottom: 15px
}

.panel ul li:last-child {
    margin-bottom: 0
}

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #000;
    color: #fff
}

.footer__container {
    max-width: 1170px;
    margin: 0 auto
}

.footer__container .footer__navigation {
    display: flex;
    flex-direction: column
}

.footer__navigation .row-1 {
    margin-bottom: 40px
}

.footer__navigation .row-1 a:last-child {
    margin-right: 0
}

.footer__navigation .row-2 a:last-child {
    margin-right: 0
}

.footer__navigation .footer-row {
    justify-content: center;
    text-align: center
}

.footer__navigation a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-decoration-line: none;
    color: #fff;
    margin-right: 30px
}

.footer__navigation a:hover {
    text-decoration: underline
}

.copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 30px
}

.author-info {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin-top: 10px
}

#language-switcher {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: right
}

#language-switcher ul {
    list-style-type: none;
    background-color: #fff
}

#menuLink1 {
    font-style: normal;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 1em;
    text-align: center
}

#menuLink1::after {
    position: absolute;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #DF6D1E;
    content: "";
    display: inline-block;
    height: 10px;
    transform: rotate(135deg);
    transition: .35s ease-in-out;
    vertical-align: top;
    width: 10px;
    margin-left: 10px;
}

#menuLink1>li {
    min-width: 120px;
    text-align: right
}

#language-switcher ul {
    display: none
}

#language-switcher ul {
    transform: translate(-100%, -100%) !important
}

#language-switcher:hover ul {
    display: block
}

#language-switcher:hover #menuLink1::after {
    transform: rotate(315deg)
}

#six__items .container {
    margin: 0 auto;
    max-width: 750px;
}

.six-i-1w {
    display: inline-grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%
}

.six-i-i {
    flex-grow: 1;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 50px;
    max-width: 250px
}

.six-i-i-img {
    margin-bottom: 20px;
    position: relative;
    text-align: center
}

.six-i-i-img img {
    height: 110px
}

.six-i-i-img::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #DF6D1E;
    opacity: 1;
    filter: blur(33px);
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%)
}

.six__items_header {
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
}

.six-i-t {
    font-style: normal;
    font-size: 18px;
    color: #000;
    line-height: 25px;
    text-align: center;
}
}

body.ar #submit {
    left: 5px !important;
    right: auto
}

body.ar .go-to-google {
    flex-direction: row-reverse
}

body.ar .b-blk ol li {
    padding-right: 20px;
    padding-left: 0
}

body.ar .info-arrow {
    padding-right: 0;
    padding-left: 40px
}

body.ar .info-arrow img {
    position: absolute;
    left: 0;
    right: auto
}

body.ar .b-blk ol li::before {
    right: -10px
}

body.ar .accordion {
    text-align: right
}

body.ar .accordion img {
    left: 32px;
    right: auto
}

.menu-heading {
    padding-left: 25px;
    flex: 1
}

.page-faq {
    padding-top: 30px
}

#paste {
    position: absolute;
    top: 12px;
    right: 155px;
    display: flex;
    align-items: center;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    z-index: 1;
    height: 40px;
    border: 1px solid linear-gradient(54.09deg, #0348dd 2.03%, #8142f5 48.63%, #ee4dd4 96.22%), linear-gradient(0deg, rgba(201, 46, 255, .15), rgba(201, 46, 255, .15));
    background: #f2d1fd;
    color: #252638;
    background-color: #fff
}

#paste svg path {
    stroke: #DF6D1E
}

#paste:hover {
    cursor: pointer
}

#paste svg {
    margin-right: 5px
}

body.ar #paste svg {
    margin-left: 5px;
    margin-right: 0
}

#accordion {
    padding-top: 60px
}

.splash-container.processed .adcontainer_big {
    margin-top: 0
}

.splash-container.processed .adcontainer_big>div {
    position: relative !important;
    margin-bottom: 15px
}

@media (max-width:48em) {
    .home-menu .menu-heading {
        float: left
    }

    #menu ul {
        flex-direction: column
    }

    #menu ul li {
        margin-right: 0;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .go-to-google {
        font-size: 16px
    }

    .footer__container,
    .footer__navigation {
        flex-direction: column;
        align-items: center
    }

    .app_section>div {
        flex-direction: column
    }

    #errorContainer,
    #six__items .container,
    .adcontainer_big,
    .app_section {
        margin-left: 1em;
        margin-right: 1em
    }

    .six__items_header p {
        line-height: 27px
    }

    .app_section .text {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        padding-left: 0
    }

    .main-highlights {
        flex-direction: column;
        align-items: center
    }

    .main-highlights .responsive {
        max-width: 360px;
        margin-bottom: 50px
    }

    .text__container {
        margin-left: 1em;
        margin-right: 1em
    }

    .b-blk {
        margin-left: 1em;
        margin-right: 1em;
        padding: 40px 30px
    }

    #main_page_text::placeholder {
        font-style: normal;
        font-weight: 400
    }

    #bigmessage {
        line-height: 40px;
        padding: 30px 1em
    }

    #submit {
        position: relative !important;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 10px !important;
        background: linear-gradient(135deg, #FF7A26, #C85200, #8E3500);
        border: 1px solid #fff
    }

    .info-arrow {
        width: 90%;
        max-width: 90%;
        margin-bottom: 50px
    }

    .main-c-c {
        margin-left: 1em;
        margin-right: 1em;
        flex-direction: column
    }

    .text--image {
        max-width: 100%
    }

    .text--text {
        max-width: 100%
    }

    .main-c-c:nth-child(2),
    .main-c-c:nth-child(4) {
        flex-direction: column-reverse
    }

    .accordion__container {
        margin-left: 1em;
        margin-right: 1em
    }

    .main-c-c .img-w {
        text-align: center
    }

    #menu-t-ww {
        display: flex;
        flex: 1;
        justify-content: flex-end
    }

    #twt_promo span {
        display: none
    }

    #twt_promo {
        margin: 8px 15px
    }

    #twt_promo span:last-child {
        display: block
    }

    .text h2 {
        line-height: 35px
    }

    .text__desc {
        line-height: 24px
    }

    .main-highlights h4 {
        min-height: auto
    }

    .info-arrow {
        padding-right: 40px
    }

    .info-arrow img {
        width: 30px
    }

    .b-blk {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .main-c-c h3 {
        text-align: center
    }

    .accordion {
        padding-left: 20px;
        padding-right: 60px
    }

    .panel p {
        padding: 20px
    }

    #menu ul {
        flex-direction: column;
        padding-left: 0
    }

    #menu ul li {
        margin-right: 0;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .six-i-1w {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .six-i-i {
        margin-bottom: 30px;
        max-width: 270px
    }

    .six-i-i-img {
        margin-bottom: 5px
    }

    .six-i-i-img,
    .six-i-t {
        text-align: center
    }

    .info-arrow {
        margin-top: 30px;
        line-height: 27px
    }

  
    #paste {
        right: 7px !important;
        left: auto !important
    }

    body.ar #paste {
        left: 1em !important;
        right: auto !important
    }

    #footer .row-1,
    #footer .row-2 {
        margin-bottom: 20px
    }

    #footer .row-1 a:last-child,
    #footer .row-2 a:last-child {
        margin-right: 0
    }

    #footer .lang {
        flex-direction: column-reverse
    }

    #footer #language-switcher {
        margin-bottom: 20px
    }

    .result_overlay {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .result_overlay_buttons {
        padding-left: 0 !important;
        max-width: 340px;
        margin: 0 auto
    }

    #target {
        padding-left: 15px;
        padding-right: 15px
    }

    body.ar #submit {
        left: 0 !important;
        right: auto
    }

    .home-menu .menu-heading {
        padding-left: 20px
    }

    #footer .row-1 {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #footer .row-2 {
        margin-bottom: 20px;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center
    }

    #footer .row-2 a:last-child {
        margin-top: 30px
    }

    #footer .row-1 a {
        margin-right: 0;
        margin-bottom: 20px
    }

    #footer .row-1 a:last-child {
        margin-bottom: 0
    }

    .text {
        padding-right: 0 !important;
        padding-top: 0 !important;
        margin-top: 0
    }

    .main-c-c .img-w img {
        margin: 0 auto
    }
}

@media (min-width:48em) and (max-width:64em) {
    .main-c-c img {
        max-width: 300px
    }

    .main-c-c .img-w {
        text-align: center
    }

    #errorContainer,
    .accordion__container,
    .b-blk,
    .footer__container,
    .main-c-c,
    .text__container {
        margin-left: 2em;
        margin-right: 2em
    }

    .content.main-c-c {
        margin: 0 auto
    }

    #footer .footer__container {
        flex-direction: column
    }

    .footer__container .footer__navigation {
        justify-content: center
    }

    #menu ul li {
        margin-right: 15px;
        font-size: 14px
    }

    #twt_promo {
        font-size: 14px;
        float: none
    }

    .lang-wrapper {
        text-align: center
    }

    #language-switcher {
        float: none;
        display: inline-block;
        margin-top: 40px
    }
}

@media (min-width:64em) and (max-width:80em) {

    #errorContainer,
    .b-blk,
    .footer__container,
    .main-c-c,
    .text__container {
       margin-left: 5.5em;
        margin-right: 5.5em;
    }
}

@media (min-width:950px) {
    .b-blk {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:380px) {
    #footer {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .sss {
        padding: 0
    }

    .sss div {
        display: none
    }

    #twt_promo {
        margin-left: 0;
        margin-right: 0
    }

    .home-menu .menu-heading {
        padding-left: 10px;
        padding-right: 0
    }

    .home-menu a {
        font-size: .9em
    }

    #menu {
        top: 52px;
        right:0px;
    }
}
@media (max-width:580px) {
    #menu {
        top: 52px;
        right:0px;
    }
}

@media (max-width:48em) {
    #menu {

        right:0px;
    }
    .home-menu a {
    font-style: normal;
    font-size: 1em;
    line-height: 100%;
    color: #000;
    display:block;
}
#menu ul li:last-child {
margin-right: 0px;
}
}



@media (max-width:30em) {
    #mainpicture h2 {
        color: #fff;
        margin: 0;
        font-size: 1em;
        line-height: 1
    }

    .maintext {
        font-size: 12px;
        padding-top: 0
    }
}

.content-visibility {
    content-visibility: auto;
    contain-intrinsic-size: 1000px
}


#main_loader {
    position: absolute;
    z-index: 999
}

#app_section_block,
#twt_promo {
    display: none
}

#ad-vignette {
    z-index: 1337
}


.a_show {
    opacity: 1
}

.a_hide {
    opacity: 0;
    transition: opacity 1s
}

@media only screen and (min-width:310px) and (max-width:500px) {
    .modal__container {
        padding: 0;
        border-radius: 0
    }

    .modal__footer .modal__btn {
        font-size: 1em
    }
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}


#adBottom {
    display: none
}

#ad_bottom {
    display: inline-block;
    height: 90px;
    width: 100%
}

@media only screen and (min-width:310px) and (max-width:500px) {
  

    footer#footer {
        margin-bottom: 0px
    }
}


.relative {
    position: relative
}

#_gcaptcha_pt {
    padding-bottom: 1em
}

#paste {
   position: absolute;
    right: 0;
    top: 31px;
    transform: translate(0, -50%);
    right: 150px;
    display: flex
;
    align-items: center;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
    z-index: 1;
    padding: 1em;
    height: 49px;
    border-radius: 11px;
}

#paste:hover {
    cursor: pointer
}

#paste svg {
    margin-right: 5px
}

#main_page_text {
    margin-bottom: 0 !important
}

@media (max-width:48em) {
    #bigmessage {
        font-size: 1.5em;
        line-height: 1;
        padding: 1em 0;
        margin-right: 20px;
        margin-left: 20px;
    }
}

#target {
    display: flex
}

#target .result {
    flex-grow: 1
}
 .download-btn { background: #4ca8e6; color: #fff; }

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    margin:7px;
}
.alert-danger{
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 480px) {
 .mobile-desktop{
    display: flex;
    flex-direction: column;
    gap: 12px;
    top: 15%;
    left: 20%;
    position: absolute;
}
}
@media screen and (min-width: 480px) {
 .mobile-desktop{
    display: flex;
    flex-direction: column;
    gap: 12px;
    top: 10%;
    left: 40%;
    position: absolute;
}
}
@media (max-width: 480px) {
    .text h2 {
            font-size: 30px;
    }
    .main-c-c h3 {
        font-size: 1.7em;
    }
    .dn-button{
        display:none;
    }
    #menu {
    display: flex;
    flex: 6;
    justify-content: center;
    align-items: center;
    z-index: 99
}
#menu ul li:last-child {
    margin-right: 0px;
}

}
hr{
    margin-right: 20px;
    margin-left: 20px;
}
.dropdown-content{
        padding: 12px;
}
.dropdown-content a {
    display: block;
    text-decoration: none;
    color: #000 !important;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
.text__desc h3{
    color: #000 !important;
    font-size: 1em;
}
/*@media screen and (min-width: 880px) {*/
/*  #six__items {*/
/*        margin-left: auto;*/
/*    margin-right: auto;*/
/*    width: 40%;*/
/*}*/
/*}*/
[dir="rtl"] .faq-drawer__title::after {
    right: auto;
    left: 20px;
}
/* RTL FAQ/Accordion */
[dir="rtl"] .faq-item,
[dir="rtl"] .accordion-item,
[dir="rtl"] .accordion-header {
    text-align: right;
    padding-right: 20px;
    padding-left: 40px;
}

[dir="rtl"] .accordion-icon,
[dir="rtl"] .chevron {
    right: 20px;
    left: auto;
}
[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] label {
    text-align: inherit;
}


[dir="rtl"] .b-blk ol li::before{
    left: 0px;
    right: -15px;
}

.panel{
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    padding: 0;
    transition: max-height .2s 
ease-out;
}