@import url('inter-font.css');

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    min-height: 100%;
}

html,
html a {
    -webkit-font-smoothing: antialiased;
}

/* Configuring basic styles */
body,
select,
input,
textarea,
button {
    font: normal 1rem/1 'Inter', sans-serif;
    letter-spacing: 0.2px;
    color: #202124;
    outline: none;
}


a {
    outline: none;
    color: #3394e6;
    text-decoration: none;
}

a:hover {
    /* text-decoration: underline; */
}

a img {
    border: 0 none;
}

a>img {
    vertical-align: bottom;
}

/* Headers H1-6 */
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    margin-bottom: 1rem;
    line-height: normal;
    text-rendering: optimizeLegibility;
}

h1,
.h1 {
    font-size: 23px;
}

h2,
.h2 {
    font-size: 21px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

p {
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

b {
    font-weight: bold;
}

/* Frequent styles */
.strike {
    text-decoration: line-through;
}

.nobr {
    white-space: nowrap;
}

.hide {
    display: none;
}

.title_hide {
    left: -9999px;
    position: absolute;
    top: -9999px;
    overflow: hidden;
    width: 0;
    height: 0;
}

.uline {
    text-decoration: underline;
}

.strike {
    text-decoration: line-through;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.grey {
    color: #919191;
}

.green {
    color: #23893c;
}

.red {
    color: #d93025;
}

.grey a {
    color: inherit;
}

.grey a:hover {
    color: #353535;
}

.blue {
    color: #3394e6;
}

.orange {
    color: #e85319;
}

ul {
    padding-left: 40px;
    list-style: disc outside;
    margin-top: 1em;
    margin-bottom: 1em;
}

ol {
    padding-left: 40px;
    list-style: decimal outside;
    margin-top: 1em;
    margin-bottom: 1em;
}

.wide {
    width: 100% !important;
    max-width: 100% !important;
}

.berrors {
    margin: 20px auto;
    padding: 0 10px;
    width: 100%;
    max-width: 1024px;
}

.berrors>.in {
    padding: 20px;
    border-radius: 8px;
    background-color: #dadce0;
}

/* template */
body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 320px;
}

body>header {
    flex-grow: 0;
    flex-shrink: 0;
}

body>#page {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
}

body>#footer {
    flex-grow: 0;
    flex-shrink: 0;
}

#dle-content {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.zeel {
    margin: 0 auto;
    width: 90%;
}

.content_pad {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* header */
#header {
    display: flex;
    border-bottom: 1px solid var(--ii-border);
    background: #fff;
    height: 70px;
    z-index: 100;
}

#header>.in {
    width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header>.in>.logo {
    display: block;
    margin-right: 10px;
    flex: 0 0 auto;
}

#header>.in>.logo>img {
    display: block;
    height: 32px;
}

#account>.in>.block>.item>.info.networks {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}


/* footer */
#footer {
    min-height: 50px;
    background: #f8f9fa;
}

#footer>.in {
    min-height: 50px;
    background: #f8f9fa;
    max-width: 1344px;
    margin: 0 auto;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#footer>.in>.logo {
    display: block;
    margin-right: 55px;
    flex: 0 0 auto;
}

#footer>.in>.logo:hover {
    text-decoration: none;
}

#footer>.in>.logo>img {
    display: block;
    height: 29px;
}

#footer>.in>.question {
    display: none;
}

#footer>.in>.question>.mark {
    display: block;
    height: 20px;
    width: 20px;
    background: url('../images/icons/question.svg') center center no-repeat;
    background-size: contain;
    cursor: pointer;
}

#footer>.in>#foot_menu {
    flex: 1 1 auto;
}

#footer>.in>#foot_menu>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

#footer>.in>#foot_menu>ul>li {
    padding-right: 30px;
}

#footer>.in>#foot_menu>ul>li>a {
    color: #5f6368;
    display: inline-block;
    letter-spacing: .25px;
}

#footer>.in>#foot_menu>ul>li>a:hover {
    color: #202124;
    text-decoration: none;
}

.ui-dialog.foot_menu>#foot_menu>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ui-dialog.foot_menu>#foot_menu>ul>li {}

.ui-dialog.foot_menu>#foot_menu>ul>li>a {
    color: #5f6368;
    display: block;
    letter-spacing: .25px;
    padding: 5px 0;
}

.ui-dialog.foot_menu>#foot_menu>ul>li>a:hover {
    color: #202124;
    text-decoration: none;
}

#footer>.in>.lang_select {
    width: 100px;
    border: none;
    cursor: pointer;
    flex: 0 0 auto;
    color: #5f6368;
    background-color: #f8f9fa;
    height: 30px;
    padding: 5px 30px 5px 10px;
    line-height: 21px;
}



@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.antibot {
    display: flex;
    align-items: center;
}

.antibot>.item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.antibot>.item.question {
    height: 40px;
    flex-basis: 30%;
    width: 30%;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.antibot>.item.equals {
    flex-basis: 10%;
    width: 10%;
}

.antibot>.item.answer {
    flex-basis: 60%;
    width: 60%;
}

.antibot>.item.answer>input {
    display: none;
}

.antibot>.item.answer>label {
    height: 40px;
    flex-basis: 30%;
    width: 30%;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.antibot>.item.answer>label.rlmrg {
    margin: 0 5%;
}

.antibot>.item.answer>input:checked+label {
    border-color: #14a347;
    background: #2cb35c;
    color: #fff;
}

.antibot.error>.item.question,
.antibot.error>.item.answer>label {
    border-color: red;
}

.error_text {
    color: #d93025;
    font-size: 12px;
    line-height: 18px;
    margin-top: 2px;
}

.error_text>.icon {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-top: -3px;
    margin-right: 5px;
    background: url('../images/icons/exclamation.svg') center center no-repeat;
    background-size: contain;
}

.success_text {
    color: #23893c;
    font-size: 12px;
    line-height: 18px;
    margin-top: 2px;
}

.success_text>.icon {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-top: -3px;
    margin-right: 5px;
    background: url('../images/icons/check-circle.svg') center center no-repeat;
    background-size: contain;
}