/*
CONTENTS:

COLORS
NORMALIZE
ICONS
BOOTSTRAP
MAIN STYLES
- Typography
- Elements
- Margins & Paddings
- Module
- Load more
- Forms
- Navigation
- Alignments
- Clearings
- Header
- Content
- Analytics
- Modals
- Certificates
- Media
- Fancybox
- Languages
- Custom Styles
ADAPTIVE
- Mobile Large 620px
- Tablet Small 740px
- Tablet Large 880px
- Desktop Small 955px
- Desktop Medium 1100px
- Desktop Large 1240px
- Mobile
PRINT
KEYFRAMES
*/

/*
COLORS
*/

:root {
    --white: #FFFFFF;
    --black: #000000;
    --red: #ff0000;
    --grey-light: #efefef;
    --orange-light: #fce5cd;    
    --orange-strong: #b45f06;
    --green-light: #d9ead3;
    --green-strong: #38761d;
    --blue-light: #c9daf8;
    --blue-normal: #4a86e8;
    --blue-strong: #1155cc;
}

/*
NORMALIZE
*/
html {
    font-family: sans-serif
}

body {
    margin: 0
}

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

audio,
canvas,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

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

mark {
    background: var(--orange-light);
    color: var(--black)
}

small {
    font-size: 80%
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    display: block;
    height: 1px;
    width: 100%;
    background: var(--grey-light);
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box
}

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

input[type=search] {
    box-sizing: content-box
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

optgroup {
    font-weight: 400
}

table {
    border-collapse: collapse
}

td,
th {
    padding: 0
}

.clearfix {
    clear: both;
}

/*
ICONS
*/

.icon {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.icon-gear:before {
    content: "\2699";
    font-size: 24px;
}

/*
BOOTSTRAP
*/

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: var(--black);
    background-color: var(--white);
    overflow-y: scroll;
}

body.home {
    overflow: hidden;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: var(--blue-normal);
    text-decoration: none;
}

a:focus,
a:hover {
    color: var(--blue-strong);
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-circle {
    border-radius: 50%
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 14px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 14px
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

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

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

.text-center {
    text-align: center
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid var(--grey-light)
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857
}

dd {
    margin-left: 0
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid var(--grey-light)
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    color: var(--grey-light)
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}


blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid var(--grey-light);
    border-left: 0;
    text-align: right
}


blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}


blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
    color: var(--orange-strong);
    background-color: var(--grey-light);
    border-radius: 4px
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.42857;
    word-break: break-all;
    color: var(--black);
    background-color: var(--grey-light);
    border: 1px solid var(--grey-light);
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}


.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}
table {
    background-color: transparent
}

caption,
th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid var(--grey-light)
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--grey-light)
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid var(--grey-light)
}

.table .table {
    background-color: var(--white)
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset,
legend {
    padding: 0;
    border: 0
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}


.checkbox input[type=checkbox],
.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}


.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: var(--black);
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.label {
    display: inline-block;
    padding: .3em .6em;
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover {
    color: var(--white);
    text-decoration: none;
    cursor: pointer
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: var(--white);
    border: 1px solid var(--grey-light);
    border-radius: 4px;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: var(--black)
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: var(--blue-light)
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media {
    zoom: 1;
    overflow: hidden
}

.media>.pull-right {
    padding-left: 10px
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

.test-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*
MAIN STYLES
*/
@font-face {
    font-family: 'Inconsolata';
    src: url('fonts/Inconsolata-Bold.woff2') format('woff2'),
        url('fonts/Inconsolata-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('fonts/Inconsolata-Regular.woff2') format('woff2'),
        url('fonts/Inconsolata-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
    box-sizing: inherit
}

body {
    background: var(--grey-light)
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
section {
    display: block
}

ol,
ul {
    list-style: none
}

fieldset {
    min-width: inherit
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote,
q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

a:active,
a:hover {
    outline: 0
}

a img {
    border: 0
}

#main>code {
    font-family: inherit;
    color: inherit
}

#main>code article {
    margin-top: 2em
}

/*
- Typography
*/

body,
button,
input,
select,
textarea {
    color: var(--black);
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.5rem;
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 400
}

p {
    margin-bottom: 1.6em
}

b,
strong,
.bold {
    font-weight: 700
}

blockquote,
cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    border-left: 4px solid var(--black);
    color: var(--black);
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6667;
    padding-left: .7778em
}

blockquote,
blockquote p {
    margin-bottom: 1.6667em
}

blockquote>p:last-child {
    margin-bottom: 0
}

blockquote cite,
blockquote small {
    color: var(--black);
    font-size: 15px;
    font-size: 1.5rem;
    font-family: Verdana, sans-serif;
    line-height: 1.6
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal
}

blockquote b,
blockquote strong {
    font-weight: 400
}

address {
    font-style: italic;
    margin: 0 0 1.6em
}

code,
kbd,
pre,
samp,
tt,
var {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre {
    background-color: rgba(0, 0, 0, .02);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: .8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    display: inline-block
}

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

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

/*
- Elements
*/

ol,
ul {
    margin: 0 0 1.6em 1.3333em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,
li>ul {
    margin-bottom: 0
}

dl {
    margin-bottom: 1.6em
}

dt {
    font-weight: 400
}

dd {
    margin-bottom: 1.6em
}

table,
td,
th {
    border: 1px solid var(--grey-light);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

th {
    font-weight: 400
}

td,
th {
    border-width: 0 1px 1px 0
}

td,
th {
    padding: .4em
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

figure {
    margin: 0
}

del {
    opacity: .8
}

:-moz-placeholder,
::-webkit-input-placeholder {
    color: rgba(51, 51, 51, .7);
    font-family: Verdana, sans-serif
}

::-moz-placeholder {
    color: rgba(51, 51, 51, .7);
    font-family: Verdana, sans-serif;
    opacity: 1
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, .7);
    font-family: Verdana, sans-serif
}

/*
- Margins & Paddings
*/

.relative {
    position: relative;
}

.mt-0 {
    margin-top: 0 !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.ph-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important
}

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

/*
- Module
*/

.module-content {
    position: relative;
}

.hidden_module_header {
    display: none;
}

.slide_border {
    display: inline-block;
    border-radius: 0 10px 10px 10px;
    padding: 10px;
    margin-bottom: 40px;
    color: var(--black);
    max-width: 95%;
    background-color: var(--white);
    position: relative;
}

.slide_border:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 3px solid var(--white);
    border-right: 3px solid transparent;
    border-top: 3px solid transparent;
    border-bottom: 3px solid var(--white);
    left: 0;
    top: -6px;
}

.slide_border.right:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 3px solid transparent;
    border-right: 3px solid var(--green-light);
    border-top: 3px solid transparent;
    border-bottom: 3px solid var(--green-light);
    right: 0;
    left: auto;
    top: -6px;
}

.slide_border.module_title {
    color: var(--white);
    background-color: var(--green-strong);
}

.slide_border.module_title:before {
    border-left: 3px solid var(--green-strong);
    border-right: 3px solid transparent;
    border-top: 3px solid transparent;
    border-bottom: 3px solid var(--green-strong);
}

.slide_border.dynamic_answer_border {
    width: 100%;
}

.slide_border input[type="text"],
.slide_border input[type="text"]::placeholder,
.slide_border input[type="password"],
.slide_border input[type="password"]::placeholder {
    font-size: 16px;
    font-family: Verdana, sans-serif;
}

.fade_message {
    display: none;
}

.full_width.open_block {
    width: 95% !important
}

.slide_border.right {
    float: right;
    background-color: var(--green-light);
    border-radius: 10px 0 10px 10px;
}

.slide_border p {
    font-size: 16px;
    color: var(--black);
}

.slide_border.module_title p {
    color: var(--white);
}

.slide_border p:last-child {
    margin-bottom: 0;
}

.question_progress {
    line-height: 1.2;
}

.question_content {
    font-size: 16px;
}

.question_content ul,
.question_content ol {
    margin-left: 20px;
}

.question_content .answer,
.question_content .button_link,
.question_content .answers_count {
    display: inline-block;
    margin: 3px 5px;
    background-color: var(--white);
    border: 1px solid var(--blue-light);
    color: var(--black);
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 3px;
}

.question_content .answers_count {
    border: 1px solid var(--black);
    color: var(--black);
}

.answers_count.visible {
    display: inline-block !important;
}

.question_content .answer:hover,
.question_content .button_link:hover {
    border: 1px solid var(--blue-light);
    background: var(--grey-light);
}

.question_content .answer.active,
.question_content .button_link.active {
    background-color: var(--blue-strong);
    color: var(--white);
}

.entry-content .slide_border:not(.right) .question_content a {
    border-bottom: none;
}


.email_form_holder {
    position: relative;
}

.email_form_holder .send_form_button {
    content: "";
    position: absolute;
    display: block;
    right: 10px;
    top: 8px;
    width: 24px;
    height: 24px;
    border: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 24px 24px;
    background-image: url("data:image/svg+xml,%3Csvg id='Icons' height='512' viewBox='0 0 74 74' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m71 31.47a1 1 0 0 1 -1-1v-2.91a1 1 0 0 1 2 0v2.91a1 1 0 0 1 -1 1z'/%3E%3Cpath d='m69 70.8h-64a3 3 0 0 1 -3-3v-24.14a3 3 0 0 1 3-3h26.27v-34.46a3 3 0 0 1 3-3h34.73a3 3 0 0 1 3 3v14.36a1 1 0 1 1 -2 0v-14.36a1 1 0 0 0 -1-1h-34.73a1 1 0 0 0 -1 1v35.46a1 1 0 0 1 -1 1h-27.27a1 1 0 0 0 -1 1v24.14a1 1 0 0 0 1 1h64a1 1 0 0 0 1-1v-20.36a1 1 0 0 1 2 0v20.36a3 3 0 0 1 -3 3z'/%3E%3Cpath d='m71 41.44a1 1 0 0 1 -1-1v-2.97a1 1 0 0 1 2 0v2.97a1 1 0 0 1 -1 1z'/%3E%3Cpath d='m51 57.322h-31.094a1 1 0 0 1 0-2h30.094v-33.322a1 1 0 0 1 2 0v34.322a1 1 0 0 1 -1 1z'/%3E%3Cpath d='m25.583 63a1 1 0 0 1 -.707-.293l-5.676-5.678a1 1 0 0 1 0-1.414l5.677-5.677a1 1 0 1 1 1.415 1.414l-4.971 4.97 4.971 4.971a1 1 0 0 1 -.709 1.707z'/%3E%3C/svg%3E");
}

.email_form_holder input[type="email"], 
.email_form_holder input[type="password"], 
.email_form_holder input[type="text"] {
    margin-right: 40px;
    width: calc(100% - 40px);
}

.wrong_data {
    display: none;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    margin-top: 3px;
    color: var(--red)
}

.wrong_data span {
    font-size: 12px;
    margin-left: 10px;
}

.wrong_data span:first-child {
    color: var(--red);
}

.wrong_data span.normal_text {
    color: var(--black);
}

span.normal_text {
    color: var(--black);
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    margin-top: 3px;
}

.wrong_data.wrong_password {
    margin-right: 10px;
}

.border-none {
    border: 0
}

/*
- Load more
*/
.alm-masonry {
    display: block;
    overflow: hidden;
    clear: both
}

.alm-listing {
    margin: 0;
    padding: 0
}

.alm-listing li {
    background: 0 0;
    margin: 0 0 30px;
    padding: 0 0 0 170px;
    overflow: hidden;
    position: relative;
    list-style: none
}

.alm-listing li.no-img {
    padding: 0
}

.alm-listing li p {
    margin: 0
}

.alm-listing li h3 {
    margin: 0 0 10px
}

.alm-listing li img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px
}

.help-block {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

/*
- Forms
*/

.diductio_button,
.diductio_button:focus,
.acf-button,
.acf-button:focus,
label.acf-basic-uploader,
label.acf-basic-uploader:focus,
.demo-page-menu a,
.demo-page-menu a:focus {
    display: inline-block;
    background: var(--blue-normal);
    color: var(--white);
    text-decoration: none;
    text-shadow: none;
    font-size: 14px !important;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    min-height: 32px;
    line-height: 2.3;
    padding: 0 12px !important;
    font-family: Verdana, sans-serif;
    border: none !important;
}

.diductio_button:hover,
.diductio_button:active,
.acf-button:hover,
.acf-button:active,
.acf-button:hover,
.acf-button:active,
.demo-page-menu a:hover,
.demo-page-menu a:active {
    background: var(--blue-strong);
    color: var(--white);
    text-decoration: none;
    outline: 0;
}

.article_header-authorWrp .diductio_button,
.article_header-authorWrp .diductio_button:focus {
    margin-right: 10px;
}

.diductio_button.show_stat {
    font-size: 12px !important;
    padding: 0 6px !important;
    line-height: 24px !important;
    min-height: 26px !important;
    width: 28px;
    text-align: center;
}

.stat_blank {
    display: inline-block;
    width: 28px;
    height: 26px;
    margin-right: 10px;
}

h2 * + .diductio_button,
h2 * + .diductio_button:focus {
    margin-left: 30px;
}

.diductio_button.group_message {
    margin-top: 20px;
    line-height: 28px;
}

.no_company .diductio_button {
    margin-top: 0;
}

button,
input,
select,
textarea {
    background-color: var(--grey-light);
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline
}

button {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: normal
}

input {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: normal
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    border: 1px solid var(--grey-light);
    color: var(--black);
}

input:focus,
textarea:focus {
    background-color: var(--white);
    border: 1px solid var(--grey-light);
    color: var(--black)
}

input:focus,
select:focus {
    outline: 2px solid var(--grey-light);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: .5
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
textarea {
    padding: .375em;
    width: 100%
}

textarea {
    overflow: auto;
    vertical-align: top
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    outline: 0
}

.search-form input[type=submit],
input[type=checkbox],
input[type=radio] {
    padding: 0
}

/*
- Navigation
*/

.page-header {
    margin-top: 0
}

.top-bar .menu-header.active {
    float: none;
    width: auto
}

.menu-header {
    float: left
}

/*
- Alignments
*/

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.wp-caption.alignleft {
    margin: 0 10px 0 0;
}

blockquote.alignleft,
img.alignleft {
    margin: 0 10px 10px 0;
}

.wp-caption.alignright {
    margin: 0 0 0 10px;
}

blockquote.alignright,
img.alignright {
    margin: 0 0 10px 10px;
}

.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: .4em;
    margin-bottom: 10px
}

.wp-caption.aligncenter {
    margin-bottom: 0;
}

/*
- Clearings
*/

.clear:after,
.clear:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site:after,
.site:before {
    content: "";
    display: table
}

.clear:after,
.entry-content:after,
.site-content:after,
.site:after {
    clear: both
}

/*
- Header
*/

.site-branding {
    float: left;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: var(--grey-light);
    text-align: left !important;
    margin-left: 15px !important;
    width: 90px !important;
    line-height: 14px;
}

/*
- Content
*/
.hentry {
    background-color: var(--white);
    padding-top: 7.6923%;
    position: relative
}

.hentry.has-post-thumbnail {
    padding-top: 0
}

.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: calc(7.6923% + 24px)
}

.hentry+.hentry {
    border-top: 1px solid rgba(51, 51, 51, .1)
}

.post-thumbnail {
    border: 0;
    display: block;
    margin-bottom: 2.4em
}

.post-thumbnail img {
    display: block;
    margin: 0 auto
}

a.post-thumbnail:focus,
a.post-thumbnail:hover {
    opacity: .85
}

.entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-bottom: 20px;
}

.entry-content {
    padding: 0 7.6923% 7.6923%
}

.entry-content>:last-child {
    margin-bottom: 0
}

.entry-content,
.page-content {
    word-wrap: break-word
}

.entry-content h1,
.page-content h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-top: 1.8462em;
    margin-bottom: .9231em
}

.page-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636;
    margin-top: 2.1818em;
    margin-bottom: 1.0909em
}

.entry-content h3,
.page-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-top: 2.6667em;
    margin-bottom: 1.3333em
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.page-content h4,
.page-content h5,
.page-content h6 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 3.2em;
    margin-bottom: 1.6em
}

.entry-content h5,
.entry-content h6,
.page-content h5,
.page-content h6 {
    letter-spacing: .1em;
    text-transform: uppercase
}

.entry-content>h1:first-child,
.entry-content>h2:first-child,
.entry-content>h3:first-child,
.entry-content>h4:first-child,
.entry-content>h5:first-child,
.entry-content>h6:first-child,
.page-content>h1:first-child,
.page-content>h2:first-child,
.page-content>h3:first-child,
.page-content>h4:first-child,
.page-content>h5:first-child,
.page-content>h6:first-child {
    margin-top: 0
}

.entry-content a:focus,
.entry-content a:hover,
.page-content a:focus,
.page-content a:hover {
    border-bottom: 0;
    text-decoration: none;
}

.entry-content .more-link:after {
    content: "\f429";
    font-size: 16px;
    position: relative;
    top: 5px
}

.circle_entry img {
    border-radius: 100%;
}

.author-info {
    border-top: 1px solid var(--grey-light);
    margin: 0 7.6923%;
    padding: 7.6923% 0
}

.author-info .avatar {
    float: left;
    height: 36px;
    margin: 0 1.6em 1.6em 0;
    width: 36px
}

.author-title {
    clear: none
}

.author-bio {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 1px
}

.lk-header .author-info {
    padding: 0;
    display: flex;
    margin: 8px 10px 0 0;
    float: left;
    align-items: center;
    border-top: 1px solid transparent;
}

.lk-header .author-info.no-description {
    margin: 8px 20px 0 0;
}

.lk-header .author-info .author-avatar {
    line-height: 40px;
    height: 40px;
    float: left
}

.lk-header .author-info .author-avatar img {
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: baseline;
    max-width: inherit;
}

.lk-header .author-info .author-title {
    padding: 0;
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    max-width: 125px;
    word-break: break-word;
}

.lk-header .author-info .author-title a {
    color: var(--white);
}

.lk-header .author-info .author-title a:hover {
    text-decoration: underline;
    color: var(--blue-light);
}

.author-description {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    float: left;
    position: relative;
}

.author-description a {
    border-bottom: 1px solid var(--black)
}

.author-title>a {
    text-decoration: none;
    border-bottom: none
}

.author-description a:focus,
.author-description a:hover {
    border-bottom: 0
}

.author-description>:last-child {
    margin-bottom: 0
}

.menu-buttons ul {
    list-style-type: none
}

.menu-buttons ul li {
    float: left;
    margin-left: 15px;
    margin-bottom: 15px
}

.finished-button {
    margin-top: 3em
}

.test-table table {
    margin-top: 0
}

.test-cover {
    border-radius: 50%;
    position: relative;
    width: 150px
}

.test-cover:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.label-bg-default {
    background-color: var(--green-light);
    color: var(--black);
}

.label-bg-blue {
    background-color: var(--blue-strong);
    color: var(--white);
}

.label-bg-green {
    background-color: var(--green-strong);
    color: var(--white);
}

.label-bg-black {
    background-color: var(--black);
    color: var(--white);
}

.label-bg-orange {
    background-color: var(--orange-strong);
    color: var(--white);
}

.white {
    color: var(--white) !important;
}

.test-cover-blue {
    background-color: var(--blue-strong);
    color: var(--white)
}

.test-cover-blue-soft {
    background-color: var(--blue-light);
    color: var(--black)
}

.test-cover-green {
    background-color: var(--green-strong);
    color: var(--white)
}

.test-cover-green-soft {
    background-color: var(--green-light);
    color: var(--black)
}

.test-cover-orange {
    background-color: var(--orange-strong);
    color: var(--white)
}

.test-cover-orange-soft {
    background-color: var(--orange-light);
    color: var(--black)
}

.test-cover-black {
    background-color: var(--black);
    color: var(--white)
}

.test-cover-black-soft {
    background-color: var(--grey-light);
    color: var(--black)
}

.test-cover-inner-circle {
    width: 46px;
    display: block;
    height: 46px;
    border-radius: 50%;
    top: 29px;
    left: 29px;
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    color: var(--white)
}

.test-cover-inner-circle-percent {
    position: absolute;
    height: auto;
    width: 60px;
    top: 0;
    left: 50%;
    margin-left: -30px;
    font-size: 14px;
}

.test-cover-inner-circle-percent.small {
    font-size: 35px;
}

.test-cover-inner-growth {
    position: absolute;
    bottom: -1px;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    border-radius: .25em;
    color: var(--black);
    background-color: var(--white);
    width: 60%;
}

.test-cover-inner-growth>div {
    border-radius: .25em;
    border: 1px solid var(--white);
    font-size: 12px;
    padding: 0 4px;
    font-family: Verdana, sans-serif;
}

.test-cover-inner-growth .result {
    width: 100%;
    height: 100%
}

.test-cover-inner-growth .result-increased {
    background-color: var(--green-light)
}

.updated:not(.published) {
    display: none
}

#message {
    display: block;
}

.edit-link:before {
    margin-right: 2px;
    position: relative
}

.edit-link:before {
    content: "\f411"
}

.edit-link {
    white-space: nowrap
}

.page-header {
    background-color: var(--white);
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    padding: 7.6923%
}

.page-title {
    font-family: Verdana, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333
}

.page-content {
    background-color: var(--white);
    padding: 7.6923%
}

.page-content>:last-child {
    margin-bottom: 0
}

.course-page .hentry:first-child,
#author-page {
    box-shadow: 3px 3px 3px var(--grey-light) !important;
}

.entry-content h2,
.format-image .entry-title {
    font-size: 22px;
    line-height: 1.4545;
    margin-bottom: 10px;
}

.entry-content h2.module_title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}

.answer_entry {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
    color: var(--black);
}

.answer_entry:last-child {
    margin-bottom: 0
}

.answer_entry span {
    font-size: 15px;
}

.bypostauthor>article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px
}

.form-submit {
    margin-bottom: 0
}

.required {
    color: var(--orange-strong);
}

/*
- Analytics
*/

.analytics-block-item {
    position: relative
}

.analytics-block-item .entry-content {
    padding: 0 5%
}

.analytics-block-item:first-child .entry-content {
    padding-top: 5%
}

.stat-col span {
    color: var(--black)
}

.stat-col span.soft {
    color: var(--white)
}

/*
- Certificates
*/

.personal-area .avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.personal-area .personal-area-avatar {
    float: left;
    position: relative;
    width: 150px;
    height: 150px;
}

.personal-area .personal-area-avatar .user_label_status {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--black);
}

.avatar_letter {
    display: inline-block;
    background-color: var(--green-strong);
    border-radius: 100% !important;
    position: relative !important;
}

.avatar_letter span {
    display: inline-block;
    color: var(--white);
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.avatar_image {
    border-radius: 100% !important;
}

.personal-area .personal-area-avatar .user-info {
    padding-top: 10px
}

/*
- Media
*/

.site .avatar {
    border-radius: 50%
}

.entry-content img.wp-smiley,
.page-content img.wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

audio,
canvas {
    display: inline-block
}

embed,
iframe,
object,
video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0
}

.wp-audio-shortcode,
.wp-video {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.6em
}

.wp-playlist.wp-playlist {
    padding-bottom: 0
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0
}

.wp-playlist-item .wp-playlist-item-length {
    top: 10px
}

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0
}

.wp-caption-text {
    color: var(--black);
    font-size: 14px;
    line-height: 1;
    padding-top: .5em;
}

.gallery {
    margin-bottom: 1.6em
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: var(--black);
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: .5em 0
}

/*
- Fancybox
*/

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: var(--black);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: var(--grey-light);
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: var(--white);
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: var(--black)
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: var(--white);
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: var(--white);
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: var(--black);
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: var(--grey-light)
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: var(--white)
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: var(--grey-light);
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: var(--grey-light);
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: var(--white)
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: var(--grey-light);
    text-decoration: none
}

.fancybox-caption a:hover {
    color: var(--white);
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, .5);
    border-radius: 100%;
    border-top-color: var(--white);
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: var(--grey-light);
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: var(--white)
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: var(--blue-strong)
}

.fancybox-share__button--fb:hover {
    background: var(--blue-strong)
}

.fancybox-share__button--pt {
    background: var(--orange-strong)
}

.fancybox-share__button--pt:hover {
    background: var(--orange-strong)
}

.fancybox-share__button--tw {
    background: var(--blue-light)
}

.fancybox-share__button--tw:hover {
    background: var(--blue-light)
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: var(--white)
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--grey-light);
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: var(--white);
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: var(--white);
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: var(--black);
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

/*
- Languages
*/

.switcher-dropdown {
    display: inline-block;
    margin-left: 14px;
}

.demo_slide .switcher-dropdown {
    float: right;
    margin-right: -15px;
    z-index: 100;
}

.switcher-dropdown > li,
.switcher-dropdown a {
    font-size: 14px;
}

.demo_slide .switcher-dropdown > li {
    color: var(--white);
    line-height: 2;
}

.switcher-dropdown .language-dropdown {
    background-color: var(--black);
    padding: 5px 7px;
    top: 80%;
    width: 32px;
    left: auto;
    right: 0;
}

.switcher-dropdown .language-dropdown li {
    line-height: 1.5;
}

.switcher-dropdown .language-dropdown li * {
    text-decoration: none;
}

.switcher-dropdown .language-dropdown li a {
    color: var(--white);
    line-height: 2;
}

.switcher-dropdown .language-dropdown li a:hover {
    color: var(--blue-light);
}

.switcher-dropdown:active > li .language-dropdown {
    display: block;
}

.item-language-main > span > span,
.language-dropdown span {
    display: none;
}

/*
- Custom Styles
*/

div.tag>h1.entry-title>a {
    border-bottom: none
}

.checkbox {
    background-color: var(--white);
    display: inline-block;
    height: 50px;
    margin: 0 .25em;
    width: 50px
}


.checkbox label {
    display: block;
    height: 40px;
    position: relative;
    width: 50px
}


.checkbox label:after {
    margin-top: -15px;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: left top;
    border-right: 4px solid rgba(204, 51, 0, .3);
    border-top: 4px solid rgba(204, 51, 0, .3);
    content: "";
    display: block;
    height: 20px;
    left: -14px;
    position: absolute;
    top: 26px;
    width: 10px
}


.checkbox label:hover:after {
    border-color: var(--orange-strong)
}


.checkbox input {
    display: none
}


.checkbox input:checked+label:after {
    -webkit-animation: check .8s;
    margin-top: -15px;
    animation: check .8s;
    border-color: var(--orange-strong)
}

.checkbox-label {
    padding-top: 8px;
    margin-left: -41px;
    margin-top: -16px;
    margin-bottom: 15px
}

.checkbox-label label {
    font-size: 14px;
    color: var(--white);
    background-color: var(--green-strong)
}

.checkbox-label>label:hover {
    cursor: pointer
}

.alm-load-more-btn,
.alm-load-more-btn:focus,
.alm-load-more-btn:active {
    color: var(--blue-normal);
    text-decoration: none;
    border: none;
    font-size: 12px;
}

.alm-load-more-btn:hover {
    color: var(--blue-strong);
    text-decoration: none;
}

.alm-load-more-btn {
    margin-left: 0;
}

.page-header {
    border-left: none
}

.entry-content .more-link:after {
    content: "...";
    line-height: 6px!important;
    top: 14px;
    font-size: 15px
}

div.label {
    display: block;
    text-align: left;
    font-size: 16px
}

.label {
    font-size: 12px
}

.site-header {
    margin: 10% 0
}

.hentry+.hentry,
.page-header+.hentry,
.page-header+.page-content {
    margin-top: 4.3333%
}

.hentry {
    padding-top: 0;
    margin-left: 0
}

.entry-content {
    padding: 30px 0 30px 30px
}

.entry-content.module-header {
    padding: 30px 30px 0 30px;
}

.entry-content.module-header:last-child {
    padding-bottom: 30px;
}

.description_extended {
    padding-right: 30px;
    font-weight: normal;
    font-size: 14px;
}

#slide_flow {
    padding: 0;
}

.module_exit {
    position: absolute;
    right: 0;
    top: 0;
    font: 22px normal Verdana;
    margin-top: 13px;
}

.entry-content.row {
    padding: 0 0 0 30px;
}

.page-header {
    padding: 4.1666% 4.3333%
}

.entry-content>p:last-child {
    margin-bottom: 0
}

h1.entry-title {
    word-wrap: break-word;
}

iframe {
    width: 100%
}

.avatar {
    margin-bottom: 0
}

.site-info {
    padding: 2.5% 5%
}

.site-main {
    padding: 0 0 4.3333%
}

div.stat-col {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

div.stat-col>a:hover {
    text-decoration: none
}

div.precent-row {
    margin-top: 20px
}

.next {
    right: -63px!important
}

.next,
.prev {
    position: absolute!important;
    top: 0!important
}

.prev {
    left: -63px!important
}

.user-info .about {
    line-height: 23px;
    font-size: 14px;
}

.personal-area-link {
    text-decoration: none!important;
    border: none!important;
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
}

.person-desription {
    font-size: 1.4rem
}

.label {
    margin-bottom: 4px!important;
    font-family: Verdana, sans-serif;
}

.label-green {
    background-color: var(--green-strong);
    color: var(--white);
}

.label-green-soft {
    background-color: var(--green-light);
    color: var(--black);
}

.label-blue {
    background-color: var(--blue-strong);
    color: var(--white);
}

.label-blue-soft {
    background-color: var(--blue-light);
    color: var(--black);
}

.label-black {
    background-color: var(--black);
    color: var(--white);
}

.label-black-soft {
    background-color: var(--grey-light);
    color: var(--black);
}

.label-orange {
    color: var(--white) !important;
    background-color: var(--orange-strong)
}

.label-orange-soft {
    color: var(--black) !important;
    background-color: var(--orange-light)
}

.blinker {
    animation: blinker 0.5s 3 linear !important;
}
  
@keyframes blinker {
    100% {
        background-color: var(--green-strong);
        color: var(--white);
    }
    0% {
        background-color: var(--grey-light);
        color: var(--black);
    }
}

div.loading {
    text-align: center
}

small.is_author {
    font-family: Verdana, sans-serif;
    font-weight: 500;
    margin-left: 10px!important;
    padding-left: 0;
    font-size: 12px;
    display: inline-block;
    color: rgba(51, 51, 51, .7)
}

#author-page h1.entry-title {
    font-size: 22px;
    line-height: 22px;
}

#author-page .personal-area {
    margin-bottom: 0
}

.personal-area .entry-title {
    font-size: 1.2em
}

.personal-area .user-info {
    display: inline-block;
    vertical-align: middle;
}

.personal-area .user-info h1 {
    margin-bottom: 10px;
}

.user-categories {
    line-height: 1.4;
    margin-top: 5px
}

.user-categories .public_statistic {
    margin-left: 0;
    margin-top: 5px;
}

.user-categories a {
    margin-right: 20px;
    font-size: 12px;
    text-decoration: none;
    border: none;
    color: var(--blue-normal);
}

.user-categories a:hover {
    text-decoration: none;
    color: var(--blue-strong);
}

.user-categories span,
.user-categories a.label {
    font-size: 12px;
    margin-right: 20px;
    color: var(--black);
    text-decoration: none;
    font-family: Verdana, sans-serif;
}

.user-categories span.subscribed,
.user-categories a.subscribed {
    margin-right: 10px;
}

.user-categories .flag {
    height: 12px; 
    width: auto;
    margin-top: 2px;
}

.user-categories.specialist-subscribe {
    display: inline-block;
}

.user-categories.specialist-subscribe .label-orange-soft { 
    display: none;
}

.user-categories .connect {
    font-size: 14px;
}

.margin_5 {
    margin-right: 5px !important;
}

.margin_10 {
    margin-right: 10px !important;
}

.margin_20 {
    margin-right: 20px !important;
}

.label.user-country {
    color: var(--white);
    background-color: var(--green-strong);
}

.lk-header {
    float: right;
    line-height: 55px;
}

.lk-header > a,
.lk-header .lk-header-login {
    color: var(--white);
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
}

.lk-header .lk-header-avatar {
    padding-left: 0;
}

.lk-header .lk-header-login a {
    color: var(--white);
}

.lk-header a:hover {
    text-decoration: none !important;
    color: var(--blue-light);
}

.lk-header-avatar img {
    height: 40px;
    width: auto;
    border-radius: 50%;
}

.lk-header-settings {
    padding-left: 20px;
}

.lk-header-settings #settings_fields {
    position: relative;
    top: -3px;
    color: var(--orange-strong);
    font-size: 14px;
    font-weight: 400;
}

.wp-embed-footer {
    display: none
}

.wp-embed {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--orange-light);
    background: var(--white);
    overflow: auto;
    zoom: 1
}

.course-statistic .entry-content {
    padding-bottom: 0;
}

.course-statistic .entry-content:last-child,
.course-statistic .alm-btn-wrap:last-child {
    padding-bottom: 30px;
}

.course_progress .label {
    color: var(--black);
    margin-right: 10px;
}

.course_progress .label.label-orange-soft {
    color: var(--black);
    background: var(--orange-light);
}

.course_progress .label.label-green {
    color: var(--white);
}

.course_progress .label.label-gray-soft {
    background: var(--grey-light);
}

.personal-area .image {
    float: left;
    margin: 0 25px 0 0
}

.personal-area .image .avatar_letter, 
.personal-area .image .avatar_image {
    margin-top: 5px;
    vertical-align: middle;
}

.qmn_quiz_form .avatar_letter,
.qmn_quiz_form .avatar_image {
    margin-top: 3px !important;
}

.all-users img {
    width: 70px !important
}
.modal {
    top: 20px !important
}

iframe.wp-embedded-content {
    height: 135px!important
}

.article_header-img {
    height: 150px;
    width: 150px;
    float: left;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}

.article_header-infoWrp {
    width: 100%;
    margin-right: 0
}

.circle_entry {
    padding-left: 0;
    padding-right: 0;
    width: auto !important;
    margin-right: 30px;
    position: relative;
}

.circle_entry.circle_module {
    margin-right: 10px;
}

.course_label {
    margin-left: 30px;
}

.circle_description {
    padding-left: 0;
}

.article_header-infoWrp.withImg {
    display: inline-block;
    vertical-align: middle;
}

.article_header-titleWrp .entry-header,
.article_header-titleWrp .entry-title {
    padding: 0;
}

.article_header-titleWrp .entry-title a {
    border-bottom: none;
    text-decoration: none;
}

.article_header-authorWrp .author-info {
    padding: 0;
    border-top: none;
    float: left;
    width: auto;
    display: flex;
    align-items: center;
    margin: 1.5% 30px 1.5% 0;
}

.article_header-authorWrp.on_company .author-info:first-child {
    margin-top: 0;
}

.article_header-authorWrp.subscriber-header .author-info {
    width: 100%;
}

.article_header-authorWrp .author-info.block-info {
    margin-right: 10px;
}

#slide_flow .article_header-authorWrp .author-info {
    margin-bottom: 0;
}

.article_header-authorWrp .author-info:last-child {
    margin-bottom: 0;
}

.stat_table .article_header-authorWrp .author-info {
    margin: 0 0 30px 0;
}

.slide_border.right .article_header-authorWrp .author-info {
    float: right;
}

.article_header-authorWrp .author-bio {
    font-size: 14px;
}

.article_header-authorWrp .author-avatar {
    line-height: 46px;
    height: 46px;
    float: left
}

.article_header-authorWrp .author-avatar a {
    text-decoration: none;
    border-bottom: none;
}

.article_header-authorWrp .author-avatar img {
    height: 46px;
    width: 46px;
    display: inline-block;
    vertical-align: baseline;
    max-width: inherit;
}

.article_header-authorWrp .person-desription {
    text-align: center
}

.article_header-authorWrp .author-title {
    padding: 0;
    margin: 0;
    font-size: 14px
}

.article_header-authorWrp .author-title .label {
    margin-left: 10px;
    margin-bottom: 0 !important;
}

.article_header-authorWrp .author-info .avatar,
.article_header-authorWrp .author-info .avatar_letter,
.article_header-authorWrp .author-info .avatar_image {
    margin: 0 10px 0 0
}

.article_header-authorWrp .author-bio p {
    color: var(--black);
    margin-bottom: 1%
}

.user_flag {
    display: block;
    position: relative;
    margin: -2px 10px 0 0;
    float: left;
}

.user_flag.flag_header_user {
    display: inline-block;
    position: relative;
    margin: 0;
    float: none;
}

.user_flag img {
    width: 18px;
    height: 12px;
}

.modal-title {
    text-align: left
}

.entry-header,
.page-header {
    padding: 30px 0 30px 30px
}

.entry-header h1.entry-title,
.page-header h1.entry-title {
    font-size: 22px
}
.top-bar {
    background-color: var(--black);
    color: var(--white);
    height: 60px;
    position: relative;
    z-index: 1
}

.top-bar header {
    margin: auto;
}

.top-bar .site-header {
    margin: 0
}

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

.top-bar .menu li {
    display: inline-block;
    padding: 0 10px
}

.top-bar .menu li a {
    line-height: 60px;
    color: var(--white);
    font-size: 14px
}

.author_cover_image {
    width: 88.4%;
    margin: 0 auto;
    max-width: 1235px;
}

.author_cover_image img {
    width: 100%;
    height: auto;
}

#message.updated {
    padding: 15px 12px 5px;
    color: var(--green-strong);
}

#message.updated p {
    margin: 0;
}

.template-mysettings .acf-label {
    display: none;
}

.template-mysettings .acf-field.acf-field-5e452445ed6e6 {
    padding-bottom: 0;
}

.template-mysettings .acf-field.acf-field-5e452445ed6e6 .acf-input::after,
.reg_user_name_notice {
    content: "Так будут видеть вас пользователи и компании.";
    font-size: 14px;
    display: block;
}

.template-mysettings input[type="text"],
.template-mysettings input[type="email"],
.template-mysettings input[type="password"] {
    color: var(--white);
    font-size: 14px;
    font-family: Verdana, sans-serif;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-color: var(--black);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='19px' height='20px' viewBox='0 0 19 20' style='enable-background:new 0 0 19 20;' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23979A9C' opacity='0.4' d='M3.5,0.5h12c1.7,0,3,1.3,3,3v13c0,1.7-1.3,3-3,3h-12c-1.7,0-3-1.3-3-3v-13C0.5,1.8,1.8,0.5,3.5,0.5z'/%3E%3Cpath fill='%23979A9C' d='M11.8,6L8,15.1H7.1L10.8,6L11.8,6z'/%3E%3C/svg%3E");
    border-radius: 3px;
    border: none;
    padding: 8px !important;
}

.template-mysettings input[type="text"]::-webkit-input-placeholder,
.template-mysettings input[type="email"]::-webkit-input-placeholder,
.template-mysettings input[type="password"]::-webkit-input-placeholder { /* Edge */
    color: var(--black);
    font-family: Verdana, sans-serif;
}
  
.template-mysettings input[type="text"]:-ms-input-placeholder,
.template-mysettings input[type="email"]:-ms-input-placeholder,
.template-mysettings input[type="password"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--black);
    font-family: Verdana, sans-serif;
}
  
.template-mysettings input[type="text"]::placeholder,
.template-mysettings input[type="email"]::placeholder,
.template-mysettings input[type="password"]::placeholder {
    color: var(--white);
    font-family: Verdana, sans-serif;
}

.template-mysettings input[type="text"]:focus,
.template-mysettings input[type="email"]:focus,
.template-mysettings input[type="password"]:focus {
    background: var(--white);
    color: var(--black);
}

.template-mysettings select {
    color: var(--white);
    font-size: 14px;
    font-family: Verdana, sans-serif;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-color: var(--black);
    border-radius: 3px;
    border: none;
    padding: 8px !important;
}

.template-mysettings .hide-if-value p {
    visibility: collapse;
}

.template-mysettings .hide-if-value p a {
    visibility: visible;
    position: absolute;
    left: 0;
}

.template-mysettings label.acf-basic-uploader::before {
    content: 'Добавить изображение';
    font-size: 14px;
}

.template-mysettings label.acf-basic-uploader input[type="file"] {
    display: none
}

.template-mysettings .country_sticker .country_desc {
    margin-left: 20px;
    font-size: 14px;
}

.template-mysettings .acf-form-submit {
    margin-left: 12px;
    margin-top: 15px;
}

#group_message_template,
#stat_template {
    display: none;
    padding: 30px;
}

#group_message_template.site-content,
#stat_template.site-content  {
    float: none;
}

#group_message_template #message_text {
    font-size: 16px;
    font-family: Verdana, sans-serif;
    margin-bottom: 15px;
}

#group_message_template #message_text {
    margin-bottom: 30px;
}

#group_message_template #message_text::placeholder {
    font-family: Verdana, sans-serif;
}

#group_message_template #message_before_send,
#group_message_template #message_already_sent {
    display: none;
    font-size: 16px;
    margin-bottom: 10px;
}

#stat_template {
    max-height: 80vh;
}

#stat_template .stat_table {
    overflow: auto;
    font-size: 14px;
}

#stat_template .stat_table table {
    width: 100%;
    font-size: 14px;
    table-layout: auto;
    border: none;
}

#stat_template .stat_table table td {
    border: 1px solid var(--white);
}

#stat_template .stat_table table td:last-child {
    text-align: center;
    width: 10%; 
    vertical-align: middle;
}

#stat_template .stat_table h2 { 
    font-weight: normal;
    font-size: 22px;
    font-family: Verdana, sans-serif;
    margin-bottom: 30px;
}

#stat_template .stat_table table tr:nth-child(odd) {
    background-color: var(--grey-light);
}

#stat_template .analytics_row {
    margin-bottom: 15px;
}

#stat_template .analytics_row:first-child {
    margin-top: 15px;
}

.wpcf7 .quiz_section br {
    display: none
}

.wpcf7 label {
    width: 100%
}

.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    min-height: 35px;
    display: inline-block;
    padding: 10px 8px;
    font-size: 14px;
    color: var(--black);
    border-radius: 3px;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
    background: var(--white);
    border: 1px solid var(--blue-light);
}

.wpcf7 select {
    height: 38px
}

.wpcf7 input[type=email]:focus,
.wpcf7 input[type=email]:hover,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=number]:hover,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=tel]:hover,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=text]:hover,
.wpcf7 select:focus,
.wpcf7 select:hover,
.wpcf7 textarea:focus,
.wpcf7 textarea:hover {
    outline: 0;
    background: var(--white);
    border: 1px solid var(--blue-light);
    box-shadow: 0 0 10px rgba(52, 152, 219, .35)
}

span.wpcf7-list-item {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    position: relative;
    background-color: var(--white);
    margin-bottom: 12px!important;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06);
    text-align: left;
    cursor: pointer;
    transition: all .2s ease;
    padding: 14px 10px 12px 52px;
    font-size: 14px;
    border: 1px solid var(--grey-light);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wpcf7-list-item:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    transition: all .2s ease
}

.wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.wpcf7-list-item input[type=checkbox]:checked~.wpcf7-list-item-label:before {
    background-color: var(--blue-light);
    border-color: var(--blue-light);
}

.wpcf7-list-item input[type=checkbox]:checked~.wpcf7-list-item-label:after {
    display: block
}

.wpcf7-list-item input[type=checkbox]~.wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    top: 52%;
    left: 5px;
    width: 18px;
    height: 18px;
    border: 2px solid var(--grey-light);
    border-radius: 3px;
    display: inline-block;
    margin-left: 16px;
    transform: translateY(-50%)
}

.wpcf7-list-item input[type=checkbox]~.wpcf7-list-item-label:after {
    border-width: 0 3px 3px 0;
    display: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 23px;
    top: 52%;
    width: 5px;
    height: 10px;
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateY(-75%) translateX(-25%);
    content: "";
    position: absolute
}

.wpcf7-list-item input[type=radio]:checked~.wpcf7-list-item-label:before {
    border: 4px solid var(--blue-light);
}

.wpcf7-list-item input[type=radio]~.wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid var(--grey-light);
    border-radius: 50%;
    display: inline-block;
    margin-left: 16px;
    transform: translateY(-50%)
}
#demo {
    width: 100vw;
    height: 100vh;
    position: relative;
    margin-left: -50vw;
    background-size: 160%;
    left: 50%;
    padding-top: 60px;
    padding-bottom: 30px;
    background: var(--black)
}

#demo:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute
}

#demo .menu-buttons {
    z-index: 9;
    float: left
}

#demo .demo-page-menu {
    z-index: 9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: right;
    float: right;
}

#demo .demo_slide {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.demo-page-image {
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%; 
    z-index: 1;
    background-image: url('images/assistant.png');
}

.demo-page-text {
    color: var(--white);
    z-index: 9;
    padding: 10px 0 0;
}

.demo-page-text .demo-chat-entry {
    display: inline-block;
    font-size: 16px;
    color: var(--black);
    background: var(--white);
    padding: 5px 10px;
    margin: 0 0 15px 50px;
    border-radius: 5px;
}

.chat-to-go {
    visibility: hidden;
}

/*
ADAPTIVE
*/

/*
- Mobile Large 620px
*/

@media screen and (max-width:620px) {
    .demo-page-text .demo-chat-entry {
        margin: 0 0 15px 0;
    }
}

@media screen and (min-width:38.75em) {
    body.home {
        overflow-y: visible;
    }
    ol,
    ul {
        margin-left: 0
    }
    li>ol,
    li>ul {
        margin-left: 1.3333em
    }
    blockquote {
        margin-left: -1em
    }
    blockquote>ol,
    blockquote>ul {
        margin-left: 1.3333em
    }
    blockquote>blockquote {
        margin-left: 0
    }
    .test-cover {
        width: 150px;

    }
    .circle_entry .test-cover {
        margin-bottom: 5px;
    }
    .site-branding {
        min-height: 3.2em
    }
    .hentry {
        box-shadow: 0 0 1px rgba(0, 0, 0, .15)
    }
    .hentry.sticky:not(.has-post-thumbnail) {
        padding-top: inherit
    }
    .page-content,
    .page-header {
        box-shadow: 0 0 1px rgba(0, 0, 0, .15)
    }
    .hentry+.hentry {
        border-top: 0
    }
    .post-thumbnail {
        margin-bottom: 2.4em
    }
    .page-title {
        margin-left: -7px
    }
    .page-content {
        padding: 9.0909%
    }
}

/*
- Tablet Small 740px
*/

@media screen and (min-width:46.25em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471
    }
    button,
    input {
        line-height: normal
    }
    address,
    dd,
    dl,
    ol,
    p,
    pre,
    table,
    ul {
        margin-bottom: 1.6471em
    }
    blockquote {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.75;
        margin-left: -1.05em;
        padding-left: .85em
    }
    blockquote,
    blockquote p {
        margin-bottom: 1.75em
    }
    blockquote cite,
    blockquote small {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471
    }
    pre {
        line-height: 1.2353
    }
    button,
    input[type=button],
    input[type=reset] {
        font-size: 14px;
        font-size: 1.4rem;
        padding: .8214em 1.6429em
    }
    input[type=email],
    input[type=password],
    input[type=search],
    input[type=text],
    input[type=url],
    textarea {
        padding: .5em
    }
    .author-bio,
    .gallery-caption,
    .logged-in-as,
    .pingback .edit-link,
    .post-password-form label,
    .site-info,
    .wp-caption-text {
        font-size: 14px;
    }
    .site-branding {
        min-height: 3.7059em;
        padding-right: 66px
    }
    .post-thumbnail {
        margin-bottom: 3em
    }
    .entry-title {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.2;
        margin-bottom: 1.2em
    }
    .entry-content h1,
    .page-content h1 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.2;
        margin-top: 1.6em;
        margin-bottom: .8em
    }
    .page-content h2 {
        font-size: 29px;
        font-size: 2.9rem;
        line-height: 1.2069;
        margin-top: 1.931em;
        margin-bottom: .9655em
    }
    .entry-content h3,
    .page-content h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.1667;
        margin-top: 2.3333em;
        margin-bottom: 1.1667em
    }
    .entry-content h4,
    .page-content h4 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4;
        margin-top: 2.8em;
        margin-bottom: 1.4em
    }
    .entry-content h5,
    .entry-content h6,
    .page-content h5,
    .page-content h6 {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.2353;
        margin-top: 3.2941em;
        margin-bottom: 1.6471em
    }
    .entry-content .more-link:after {
        font-size: 24px;
        top: 2px
    }
    .author-info {
        margin: 0 9.0909%;
        padding: 9.0909% 0
    }
    .author-info .avatar {
        height: 42px;
        margin: 0 1.6471em 1.6471em 0;
        width: 42px
    }
    
    .edit-link:before {
        top: 3px
    }
    .page-title {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.1667
    }
    .pingback .edit-link:before {
        top: 6px
    }
    .bypostauthor>article .fn:after {
        top: 7px;
        left: 6px
    }
    embed,
    iframe,
    object,
    video {
        margin-bottom: 1.6471em
    }
    .wp-audio-shortcode,
    .wp-video {
        font-size: 17px;
        font-size: 1.7rem;
        margin-bottom: 1.6471em
    }
    .gallery,
    .wp-caption {
        margin-bottom: 1.6471em
    }
}

/*
- Tablet Large 880px
*/

@media screen and (min-width:55em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.6842
    }
    button,
    input {
        line-height: normal
    }
    address,
    dd,
    dl,
    ol,
    p,
    pre,
    table,
    ul {
        margin-bottom: 1.6842em
    }
    blockquote {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.8182;
        margin-left: -1.0909em;
        padding-left: .9091em
    }
    blockquote,
    blockquote p {
        margin-bottom: 1.8182em
    }
    blockquote cite,
    blockquote small {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.6842
    }
    pre {
        line-height: 1.2632
    }
    button,
    input[type=button],
    input[type=reset] {
        font-size: 16px;
        font-size: 1.6rem;
        padding: .8125em 1.625em
    }
    input[type=email],
    input[type=password],
    input[type=search],
    input[type=text],
    input[type=url],
    textarea {
        padding: .5278em
    }
    .author-bio,
    .gallery-caption,
    .logged-in-as,
    .pingback .edit-link,
    .post-password-form label,
    .site-info,
    .wp-caption-text {
        font-size: 14px;
    }
    .site-branding {
        min-height: 3.7895em;
        padding-right: 74px
    }
    .post-thumbnail {
        margin-bottom: 2.9474em
    }
    .entry-title {
        font-size: 39px;
        font-size: 3.9rem;
        line-height: 1.2308;
        margin-bottom: 1.2308em
    }
    .entry-content h1,
    .page-content h1 {
        font-size: 39px;
        font-size: 3.9rem;
        line-height: 1.2308;
        margin-top: 1.641em;
        margin-bottom: .8205em
    }
    .page-content h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.25;
        margin-top: 2em;
        margin-bottom: 1em
    }
    .entry-content h3,
    .page-content h3 {
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 1.1852;
        margin-top: 2.3704em;
        margin-bottom: 1.1852em
    }
    .entry-content h4,
    .page-content h4 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.4545;
        margin-top: 2.9091em;
        margin-bottom: 1.4545em
    }
    .entry-content h5,
    .entry-content h6,
    .page-content h5,
    .page-content h6 {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.2632;
        margin-top: 3.3684em;
        margin-bottom: 1.6842em
    }
    .entry-content .more-link:after {
        top: 3px
    }
    .author-info .avatar {
        height: 56px;
        margin: 0 1.6842em 1.6842em 0;
        width: 56px
    }
    .edit-link:before {
        top: 4px
    }
    .page-title {
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 1.1852
    }
    embed,
    iframe,
    object,
    video {
        margin-bottom: 1.6842em
    }
    .wp-audio-shortcode,
    .wp-video {
        font-size: 19px;
        font-size: 1.9rem;
        margin-bottom: 1.6842em
    }
    .gallery,
    .wp-caption {
        margin-bottom: 1.6842em
    }
}

/*
- Desktop Small 955px
*/

@media screen and (min-width:59.6875em) {
    .site {
        margin: 0 auto;
        max-width: 861px
    }
    .top-bar header {
        width: 861px
    }
    .site-content {
        display: block;
        float: left;
        width: 861px
    }
    body {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6
    }
    address,
    dd,
    dl,
    ol,
    p,
    pre,
    table,
    ul {
        margin-bottom: 1.6em
    }
    blockquote {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.6667;
        margin-bottom: 1.6667em;
        margin-left: -1.3333em;
        padding-left: 1.1111em
    }
    blockquote cite,
    blockquote small {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6
    }
    pre {
        line-height: 1.2
    }
    button,
    input,
    select,
    textarea {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5
    }
    button,
    input {
        line-height: normal
    }
    button,
    input[type=button],
    input[type=reset] {
        font-size: 12px;
        font-size: 1.2rem;
        padding: .7917em 1.5833em
    }
    input[type=email],
    input[type=password],
    input[type=search],
    input[type=text],
    input[type=url],
    textarea {
        padding: .375em
    }
    .author-bio,
    .gallery-caption,
    .logged-in-as,
    .pingback .edit-link,
    .post-password-form label,
    .site-info,
    .wp-caption-text {
        font-size: 14px;
    }
    .site-header {
        background-color: transparent;
        border-bottom: 0;
        margin: 20% 0;
        padding: 0 20%
    }
    .site-branding {
        min-height: 0;
        padding: 0
    }
    .hentry {
        padding-top: 0;
        margin-left: 0
    }
    .post-thumbnail {
        margin-bottom: 2.4em
    }
    .entry-title {
        font-size: 31px;
        font-size: 3.1rem;
        line-height: 1.1613;
        margin-bottom: 1.1613em
    }
    .entry-content h1,
    .page-content h1 {
        font-size: 31px;
        font-size: 3.1rem;
        line-height: 1.1613;
        margin-top: 1.5484em;
        margin-bottom: .7742em
    }
    .page-content h2 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.3846;
        margin-top: 1.8462em;
        margin-bottom: .9231em
    }
    .entry-content h3,
    .page-content h3 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.3636;
        margin-top: 2.1818em;
        margin-bottom: 1.0909em
    }
    .entry-content h4,
    .page-content h4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3333;
        margin-top: 2.6667em;
        margin-bottom: 1.3333em
    }
    .entry-content h5,
    .entry-content h6,
    .page-content h5,
    .page-content h6 {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.2;
        margin-top: 3.2em;
        margin-bottom: 1.6em
    }
    .entry-content .more-link:after {
        font-size: 16px;
        top: 5px
    }
    .author-info {
        margin: 0 5%;
        padding: 5% 0
    }
    .author-info .avatar {
        height: 36px;
        margin: 0 1.5em 1.5em 0;
        width: 36px
    }
    
    .edit-link:before {
        top: 0
    }
    .page-content {
        padding: 8.3333%
    }
    .page-title {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3333
    }

    embed,
    iframe,
    object,
    video {
        margin-bottom: 1.6em
    }
    .wp-audio-shortcode,
    .wp-video {
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 1.6em
    }
    .gallery,
    .wp-caption {
        margin-bottom: 1.6em
    }
    #demo .container {
        width: 900px
    }
}

/*
- Desktop Medium 1100px
*/

@media screen and (min-width:68.75em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471
    }
    button,
    input {
        line-height: normal
    }
    address,
    dd,
    dl,
    ol,
    p,
    pre,
    table,
    ul {
        margin-bottom: 1.6471em
    }
    blockquote {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.75;
        margin-left: -1.05em;
        padding-left: .85em
    }
    blockquote,
    blockquote p {
        margin-bottom: 1.75em
    }
    blockquote cite,
    blockquote small {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471
    }
    pre {
        line-height: 1.2353
    }
    button,
    input[type=button],
    input[type=reset] {
        font-size: 14px;
        font-size: 1.4rem;
        padding: .8214em 1.5714em
    }
    input[type=email],
    input[type=password],
    input[type=search],
    input[type=text],
    input[type=url],
    textarea {
        padding: .5em
    }
    .author-bio,
    .gallery-caption,
    .logged-in-as,
    .pingback .edit-link,
    .post-password-form label,
    .site-info,
    .wp-caption-text {
        font-size: 14px;
    }
    .post-thumbnail {
        margin-bottom: 2.4706em
    }
    .entry-title {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.2;
        margin-bottom: 1.2em
    }
    .entry-content h1,
    .page-content h1 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.2;
        margin-top: 1.6em;
        margin-bottom: .8em
    }
    .page-content h2 {
        font-size: 29px;
        font-size: 2.9rem;
        line-height: 1.2069;
        margin-top: 1.931em;
        margin-bottom: .9655em
    }
    .entry-content h3,
    .page-content h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.1667;
        margin-top: 2.3333em;
        margin-bottom: 1.1667em
    }
    .entry-content h4,
    .page-content h4 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4;
        margin-top: 2.8em;
        margin-bottom: 1.4em
    }
    .entry-content h5,
    .entry-content h6,
    .page-content h5,
    .page-content h6 {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.2353;
        margin-top: 3.2941em;
        margin-bottom: 1.6471em
    }
    .entry-content .more-link:after {
        font-size: 24px;
        top: 2px
    }
    .author-info .avatar {
        height: 42px;
        margin: 0 1.6471em 1.6471em 0;
        width: 42px
    }
    
    .edit-link:before {
        top: 3px
    }
    .page-title {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.1667
    }
    embed,
    iframe,
    object,
    video {
        margin-bottom: 1.6471em
    }
    .wp-audio-shortcode,
    .wp-video {
        font-size: 17px;
        font-size: 1.7rem;
        margin-bottom: 1.6471em
    }
    .gallery,
    .wp-caption {
        margin-bottom: 1.6471em
    }
}

/*
- Desktop Large 1240px
*/

@media screen and (min-width:77.5em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.6842
    }
    button,
    input {
        line-height: normal
    }
    address,
    dd,
    dl,
    ol,
    p,
    pre,
    table,
    ul {
        margin-bottom: 1.6842em
    }
    blockquote {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.8182;
        margin-left: -1.0909em;
        padding-left: .9091em
    }
    blockquote,
    blockquote p {
        margin-bottom: 1.8182em
    }
    blockquote cite,
    blockquote small {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.6842
    }
    pre {
        line-height: 1.2632
    }
    button,
    input[type=button],
    input[type=reset] {
        font-size: 16px;
        font-size: 1.6rem;
        padding: .8125em 1.625em
    }
    input[type=email],
    input[type=password],
    input[type=search],
    input[type=text],
    input[type=url],
    textarea {
        padding: .5278em
    }
    .author-bio,
    .gallery-caption,
    .logged-in-as,
    .pingback .edit-link,
    .post-password-form label,
    .site-info,
    .wp-caption-text {
        font-size: 14px;
    }
    .post-thumbnail {
        margin-bottom: 2.9474em
    }
    .entry-title {
        font-size: 39px;
        font-size: 3.9rem;
        line-height: 1.2308;
        margin-bottom: 1.2308em
    }
    .entry-content h1,
    .page-content h1 {
        font-size: 39px;
        font-size: 3.9rem;
        line-height: 1.2308;
        margin-top: 1.641em;
        margin-bottom: .8205em
    }
    .page-content h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.25;
        margin-top: 2em;
        margin-bottom: 1em
    }
    .entry-content h3,
    .page-content h3 {
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 1.1852;
        margin-top: 2.3704em;
        margin-bottom: 1.1852em
    }
    .entry-content h4,
    .page-content h4 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.4545;
        margin-top: 2.9091em;
        margin-bottom: 1.4545em
    }
    .entry-content h5,
    .entry-content h6,
    .page-content h5,
    .page-content h6 {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.2632;
        margin-top: 3.3684em;
        margin-bottom: 1.6842em
    }
    .entry-content .more-link:after {
        top: 3px
    }
    .author-info .avatar {
        height: 56px;
        margin: 0 1.6842em 1.6842em 0;
        width: 56px
    }
    
    .edit-link:before {
        top: 4px
    }
    .page-title {
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 1.1852
    }
    .format-standard .entry-title {
        font-size: 22px;
        line-height: 1.4545;
        margin-bottom: 10px
    }
    embed,
    iframe,
    object,
    video {
        margin-bottom: 1.6842em
    }
    .wp-audio-shortcode,
    .wp-video {
        font-size: 19px;
        font-size: 1.9rem;
        margin-bottom: 1.6842em
    }
    .gallery,
    .wp-caption {
        margin-bottom: 1.6842em
    }
}

/*
- Mobile
*/

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
    .container {
        width: 750px
    }
    
    .col-sm-6,
    .col-sm-12 {
        float: left
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-12 {
        width: 100%
    }
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
    
    .col-md-3,
    .col-md-4,
    .col-md-6,
    .col-md-9,
    .col-md-12 {
        float: left
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-12 {
        width: 100%
    }
    .modal-lg {
        width: 900px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media (max-width:960px) {
    .top-bar {
        height: auto
    }
    .top-bar .menu li {
        display: inline-block;
        width: 100%;
        padding: 0 10px
    }
    .menu-header {
        width: 100%
    }
    .lk-header-login {
        padding: 0 !important;
    }
    .lk-header-settings {
        padding-right: 10px
    }
    .header-menu-wrapper {
        height: 0;
        overflow: hidden
    }
    .header-menu-wrapper.active {
        height: auto
    }
    .author_cover_image {
        width: 100%;
    }
    .page-header {
        margin: 0
    }
    
    .public_statistic>div {
        margin-bottom: 2em
    }
}

@media (max-width:768px) {
    body.home {
        overflow-y: visible;
    }
    #demo {
        height: auto;
    }
    #demo .demo_slide {
        position: inherit;
        top: auto;
        transform: none;
    }
    .demo-page-text {
        margin-top: 0 !important
    }
    .demo-page-text span:first-child {
        font-size: 33px;
    }
}

@media screen and (max-width:767px) {
    body.home {
        overflow-y: visible;
    }
    #demo .demo-page-menu {
        margin-top: 20px;
    }
    .checkbox-label {
        padding-top: 12px;
        margin-left: 20px
    }
    div.public_statistic {
        margin-top: 8px;
        margin-left: 0
    }
    div.stat-col {
        display: inline-block;
        margin-bottom: 11px;
        margin-right: 0
    }
    .hentry {
        margin-left: 0
    }
    .site-branding {
        margin-left: 0 !important
    }
    .lk-header-settings {
        padding: 0 15px !important;
    }
    .site-header {
        margin: 0;
        margin-bottom: 4%
    }
    #author-page {
        margin-left: 0
    }
    .personal-area:not(.user-categories) {
        text-align: center
    }
    .personal-area .about {
        margin-bottom: 16px;
        margin-top: 10px
    }
    .personal-area .user-categories {
        text-align: initial
    }
    .user-info {
        margin-left: 0;
        text-align: left
    }
    .personal-area .avatar {
        display: block
    }
    .person-desription {
        text-align: left
    }
    .article_header-authorWrp .author-info {
        width: 100%;
    }
    .diductio_timer {
        top: -30px;
    }
    .label.user-country {
        margin-bottom: 3px !important;
    }

    .subscribe-buttons .label {
        text-align: center;
        white-space: normal;
    }
}

@media screen and (max-width:600px) {
    .row {
        margin: 0
    }
}

@media (max-width:374px) {
    .col-xs-6 {
        width: 100%
    }
}

/*
PRINT
*/

@media print {
    * {
        background: transparent!important;
        color: var(--black)!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid var(--grey-light);
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .label {
        border: 1px solid var(--black)
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: var(--white)!important
    }
}

/*
KEYFRAMES
*/

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes spinner-loader {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0
    }
    25% {
        height: 0;
        width: 10px
    }
    50% {
        height: 20px;
        width: 10px
    }
}

@keyframes fadein-left {
    0% {
        opacity: 0;
        transform: translate(-20px)
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes fadein-right {
    0% {
        opacity: 0;
        transform: translate(20px)
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}