html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

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

a,
button {
    -webkit-transition: all .25s;
    transition: all .25s
}

body,
html {
    height: 100%
}

body {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    min-width: 100%
}

body.no-scroll {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll
}

body.no-scroll:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 97
}

button,
input,
select,
textarea {
    font-family: Montserrat, 'Open Sans', sans-serif
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    position: relative
}

.page__wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.no-pading {
    padding: 0 !important;
    width: 100% !important
}

.btn {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .25s;
    transition: .25s;
    background: #41a7fb;
    line-height: 26px
}

.btn:hover {
    background: #4fbbfd
}

.btn .icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: -8px
}

.btn-center {
    text-align: center
}

.btn.generator {
    background: #4eb947
}

.btn.generator:hover {
    background: #59ca52
}

.btn.generator .icon {
    fill: #fff
}

.gamb,
.gamb-hidden {
    display: none
}

.headline {
    text-align: center;
    margin-top: 15px
}

.headline__title {
    color: #13141c;
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 5px
}

.headline__text {
    color: #2b2e3a;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 8px
}

.banner {
    display: block;
    margin: 0 auto
}

.banner_middle {
    width: 728px;
    height: 90px
}

.banner_middle_mobile {
    display: none;
    width: 320px;
    height: 100px
}

.section {
    padding: 30px 0
}

.section--main {
    padding: 0 0 20px 0 !important
}

.section--white {
    background: #fff
}

.section--grey {
    background: #f5f7fb
}

.section--green {
    background: #f8fded
}

.section--full.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff;
    padding: 20px
}

.section--full.fixed .container {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px
}

.links__link {
    display: block;
    background-color: #fff;
    color: #13141c;
    font-size: 13px;
    border-radius: 10px;
    margin: 10px;
    padding: 10px 10px;
    width: calc(25% - 24px);
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.links__link:hover {
    color: #2bc082 !important
}

.links__link.active {
    color: #2bc082 !important;
    font-weight: 700
}

.links__link .icon {
    width: 16px;
    height: 16px;
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: -3px
}

.links__link.letters,
.links__link.letters.active {
    text-align: center
}

.share-block {
    display: block;
    text-align: center;
    margin-bottom: 25px
}

.share-block h2 {
    margin: 25px 0 10px 0
}

.share-buttons {
    display: block;
    text-align: center
}

.share-button {
    display: inline-block;
    margin: 8px 5px;
    padding: 16px 26px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.share-button.facebook {
    background: #4267b2;
    border-bottom: 5px solid #244586
}

.share-button.facebook:hover {
    background: #3559a2
}

.share-button.twitter {
    background: #1da1f2;
    border-bottom: 5px solid #107dc0
}

.share-button.twitter:hover {
    background: #1391de
}

.share-button.reddit {
    background: #ff4500;
    border-bottom: 5px solid #d03800
}

.share-button.reddit:hover {
    background: #e73f01
}

.share-button.whatsapp {
    background: #25d366;
    border-bottom: 5px solid #1dac53
}

.share-button.whatsapp:hover {
    background: #1aba56
}

.setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.theme-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.theme-mode__switch {
    display: block;
    position: relative;
    width: 42px;
    height: 22px;
    background-color: #2b2e3a;
    margin-right: 10px;
    border-radius: 20px
}

.theme-mode__switch:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .35s;
    transition: all .35s
}

.theme-mode__switch.on:after {
    left: calc(100% - 20px)
}

.theme-mode__text {
    color: #2b2e3a;
    font-size: 14px
}

.fullscreen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2b2e3a;
    font-size: 15px;
    text-decoration: none
}

.fullscreen .icon {
    display: block;
    width: 16px;
    height: 16px;
    fill: currentColor;
    margin-right: 10px;
    margin-top: 2px
}

.fullscreen:hover {
    color: #2bc082
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.header__logo {
    display: block;
    width: 350px;
    padding: 10px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center
}

.header__logo:hover {
    opacity: .7
}

.header__logo img {
    display: block;
    width: 100%
}

.menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0
}

.menu-header__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%
}

.menu-header__li:hover .menu-header__link--dropdown:before {
    display: block
}

.menu-header__li:hover .dropdown-menu {
    display: block
}

.menu-header__link {
    color: #2b2e3a;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.menu-header__link:before {
    content: '';
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;
    border-top: 2px solid #2bc082;
    display: none
}

.menu-header__link .icon {
    fill: currentColor;
    width: 18px;
    height: 18px;
    margin-right: 8px
}

.menu-header__link--dropdown {
    z-index: 1
}

.menu-header__link--dropdown:before {
    height: 5px;
    background: #fff
}

.menu-header__link--dropdown .icon-down-arrow {
    display: block;
    width: 12px;
    height: 12px;
    fill: #2b2e3a;
    margin-left: 7px
}

.menu-header__link:hover {
    color: #2bc082
}

.menu-header__link:hover:before {
    display: block
}

.menu-header__link:hover .icon {
    fill: #2bc082
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0 5px 5px 5px;
    margin: 0;
    z-index: 1;
    padding: 20px 15px 20px;
    display: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.dropdown-menu__list {
    margin: 0;
    padding: 0;
    height: 260px
}

.dropdown-menu__li {
    display: block;
    margin-bottom: 15px
}

.dropdown-menu__li:last-child {
    margin-bottom: 0
}

.dropdown-menu__link {
    color: #2b2e3a;
    font-size: 14px;
    text-decoration: none
}

.dropdown-menu__link:hover {
    color: #2bc082
}

.lang-header {
    margin-left: auto;
    position: relative
}

.lang-header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #13141c;
    font-size: 14px;
    text-decoration: none;
    width: 125px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.lang-header__title .icon {
    width: 11px;
    height: 11px;
    fill: currentColor;
    margin-left: 8px
}

.lang-header__title:hover {
    color: #2bc082
}

.lang-header__dropdown {
    position: absolute;
    top: calc(100% - 2px);
    right: 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    background-color: #fff;
    width: 145px;
    padding: 15px 0;
    z-index: 10;
    border-top: 2px solid #2bc082;
    display: none;
    border-radius: 0 0 5px 5px
}

.lang-header__dropdown:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px
}

.lang-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #75798d;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 15px;
    padding: 0 20px
}

.lang-header__link:last-child {
    margin-bottom: 0
}

.lang-header__link .icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    opacity: .7;
    -webkit-transition: all .2s;
    transition: all .2s
}

.lang-header__link:hover {
    color: #13141c
}

.lang-header__link:hover .icon {
    opacity: 1
}

.lang-header__link.is-active {
    color: #13141c
}

.lang-header__link.is-active .icon {
    opacity: 1
}

.lang-header:hover .lang-header__dropdown {
    display: block
}

.b404 {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 50px
}

.b404__title {
    text-shadow: 0 0 50px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 360px;
    font-weight: 900;
    line-height: 260px;
    margin-bottom: 100px
}

.b404__text {
    color: #13141c;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px
}

.b404__btn {
    border: 1px solid #2bc082;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .25s;
    transition: .25s;
    background: #2bc082
}

.b404__btn:hover {
    border: 1px solid #2bc082;
    background: 0 0;
    color: #2bc082
}

.sharethis-inline-share-buttons {
    margin: 30px 0 10px
}

#st-1 .st-total {
    color: #13141c !important;
    font-family: Montserrat, 'Open Sans', sans-serif;
    font-weight: 400
}

#st-1 .st-total>span {
    font-weight: 700
}

#st-1 .st-total>span.st-shares {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px
}

.update {
    font-size: 15px;
    color: #13141c;
    text-align: center;
    margin-top: 25px;
    line-height: 28px
}

.update span {
    color: #ed9e3c;
    font-weight: 700
}

.update a {
    color: #2bc082;
    text-decoration: underline
}

.update a:hover {
    text-decoration: none
}

.update sup {
    color: #e52e2e;
    font-weight: 700
}

.update .icon {
    width: 20px;
    height: 20px;
    margin: 0 6px -5px 2px;
    border-radius: 8px
}

@media (max-width:991px) {
    .lang-header,
    .menu-header {
        display: none
    }
    .gamb {
        display: block;
        -ms-flex-item-align: center;
        align-self: center;
        margin-left: auto;
        width: 26px;
        height: 36px;
        -webkit-tap-highlight-color: transparent
    }
    .gamb span {
        background-color: #13141c;
        display: block;
        width: 26px;
        height: 2px;
        border-radius: 3px;
        margin: 8px 0;
        -webkit-transition: all .5s;
        transition: all .5s;
        position: relative
    }
    .gamb.open span:first-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 10px
    }
    .gamb.open span:nth-child(2) {
        display: none
    }
    .gamb.open span:last-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    header {
        position: relative;
        z-index: 100;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .gamb-hidden {
        display: block;
        width: 220px;
        min-height: calc(100% - 50px);
        background: #fff;
        position: absolute;
        right: -220px;
        top: 50px;
        z-index: 99;
        -webkit-transition: right .5s;
        transition: right .5s;
        padding: 0
    }
    .gamb-hidden .lang-header,
    .gamb-hidden .menu-header {
        display: block;
        margin: 15px 0
    }
    .gamb-hidden.open {
        right: 0;
        -webkit-box-shadow: -20px 0 20px rgba(0, 0, 0, .05);
        box-shadow: -20px 0 20px rgba(0, 0, 0, .05)
    }
    .lang-header {
        padding-top: 10px;
        border-top: 3px solid #eceff3
    }
    .lang-header__title {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px 20px;
        font-size: 17px;
        font-weight: 700;
        color: #2b2e3a
    }
    .lang-header__title:hover {
        background: #f5f6f9
    }
    .lang-header__title .icon {
        width: 14px;
        height: 14px;
        margin-right: 12px;
        margin-left: 2px
    }
    .lang-header__dropdown {
        position: static;
        width: 100%;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .lang-header__link {
        font-size: 15px
    }
    .lang-header__link .icon {
        width: 20px;
        height: 20px
    }
    .lang-header:hover .lang-header__dropdown {
        display: none
    }
    .menu-header__link {
        font-size: 16px;
        padding: 15px 20px;
        font-weight: 700
    }
    .menu-header__li {
        display: block
    }
    .dropdown-menu {
        position: static;
        width: 100%;
        padding: 15px 12px;
        box-shadow: none;
        background: #f5f7fb
    }
    .dropdown-menu__li {
        display: block;
        margin-bottom: 15px
    }
    .dropdown-menu__li:hover {
        background: #f5f6f9
    }
    .dropdown-menu__link {
        font-size: 15px;
        padding: 0 10px
    }
    .menu-header__li:hover .dropdown-menu {
        display: none
    }
    .dropdown-menu__list {
        max-height: 290px
    }
    .menu-header--right:before {
        content: '';
        display: block;
        width: 90%;
        height: 3px;
        background-color: #eceff3;
        margin: 20px 0 20px 10%
    }
    .menu-header__li:hover .menu-header__link--dropdown:before {
        display: none
    }
    .menu-header__link--dropdown .icon-down-arrow {
        width: 14px;
        height: 14px
    }
}

.footer {
    padding: 20px 0 10px;
    background: #fff
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px
}

.footer__logo {
    height: 30px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 10px
}

.footer__logo img {
    height: 30px;
    display: block
}

.footer__logo:hover {
    opacity: .7
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__copir {
    color: #2c2f3e;
    font-size: 13px;
    font-weight: 400;
    line-height: 12px
}

.footer__message {
    color: #9599ae;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    margin: 20px auto 10px
}

.footer__links {
    color: #2c2f3e;
    font-size: 13px;
    font-weight: 400;
    line-height: 12px;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__links li {
    border-left: 1px solid #75798d;
    padding-left: 10px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__links a {
    color: #2c2f3e;
    text-decoration: none
}

.footer__links a:hover {
    color: #2bc082 !important
}

.breadcrumbs {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 13px
}

.breadcrumbs__li {
    display: block
}

.breadcrumbs__li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #13141c;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 1px;
    margin-left: 7px;
    margin-right: 5px
}

.breadcrumbs__li:first-child:before {
    display: none
}

.breadcrumbs__link {
    font-size: 12px;
    color: #13141c;
    text-decoration: none;
    padding: 4px 12px;
    background: #e7ebf3;
    border-radius: 30px
}

.breadcrumbs__link:hover {
    background: #2bc082;
    color: #fff
}

.breadcrumbs__span {
    color: #6d7184;
    font-size: 12px;
    text-decoration: none;
    padding: 4px 12px;
    background: #ebeff7;
    border-radius: 30px
}

.arrow {
    position: relative;
    left: calc(50% - 12px)
}

.arrow span {
    display: block;
    width: 24px;
    height: 24px;
    border-bottom: 4px solid #2bc082;
    border-right: 4px solid #2bc082;
    transform: rotate(45deg);
    animation: animate 2s infinite
}

.arrow span:nth-child(2) {
    animation-delay: -.2s
}

.arrow span:nth-child(3) {
    animation-delay: -.4s
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px)
    }
}

.faq ol {
    padding: 0;
    margin: 0
}

.faq li {
    list-style-type: none;
    padding: 15px 25px;
    margin: 20px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.faq h2 {
    color: #13141c;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center
}

.faq h3 {
    color: #13141c;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 0
}

.faq p {
    font-size: 15px;
    line-height: 28px;
    margin: 10px 0 5px;
    color: #2b2e3a
}

.faq a {
    text-decoration: underline;
    color: currentcolor
}

.faq a:hover {
    text-decoration: none
}

.faq li span {
    padding: 1px 11px;
    background: #a4aec4;
    border-radius: 5px;
    margin-right: 8px
}

.faq li span.yellow {
    background: #f3c237 !important
}

.faq li span.green {
    background: #79b851 !important
}

.nerdle-text__h1 {
    color: #13141c;
    font-size: 30px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center
}

.nerdle-text h2.privacy__h2 {
    color: #2b2e3a;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center
}

.nerdle-text h2 {
    color: #13141c;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 25px;
    margin-top: 40px
}

.nerdle-text h2:first-child {
    margin-top: 0
}

.nerdle-text .h2--center {
    text-align: center
}

.nerdle-text .info_text {
    text-align: center;
    margin: 0
}

.nerdle-text .info_text_p {
    text-align: center;
    margin: 5px 0 15px
}

.nerdle-text h3 {
    color: #13141c;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px
}

.nerdle-text blockquote {
    color: #75798d;
    font-size: 15px;
    padding-left: 0;
    margin: 0 0 10px;
    line-height: 28px;
    font-style: italic
}

.nerdle-text p {
    font-size: 16px;
    line-height: 28px;
    color: #2b2e3a
}

.nerdle-text p:after {
    content: '';
    clear: both;
    display: table
}

.nerdle-text p img {
    float: left;
    display: block;
    margin: 0 15px 15px 0;
    max-width: 50%
}

.nerdle-text p.center {
    text-align: center
}

.nerdle-text p.center img {
    float: none;
    display: block;
    margin: 15px auto 5px
}

.nerdle-text a {
    color: #2bc082;
    text-decoration: none
}

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

.nerdle-text ul {
    padding: 5px 0
}

.nerdle-text ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #2b2e3a;
    margin-bottom: 10px;
    display: block
}

.nerdle-text ul li a {
    text-decoration: underline
}

.nerdle-text ul li a:hover {
    text-decoration: none
}

.nerdle-text ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #2b2e3a;
    border-radius: 2px
}

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

.nerdle-text ul li sup {
    color: #e52e2e;
    font-weight: 700;
    margin-left: 3px
}

.nerdle-text__date {
    color: #75798d;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    margin: 25px 0
}

.nerdle-text>img {
    display: block;
    margin: 25px auto;
    max-width: 100%
}

.nerdle-text .ol {
    counter-reset: item;
    padding: 0;
    margin: 20px 0 0 0
}

.nerdle-text .ol li {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 25px;
    color: #2b2e3a;
    font-size: 16px;
    line-height: 24px
}

.nerdle-text .ol li h3 {
    color: #13141c;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0
}

.nerdle-text .ol li img {
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.nerdle-text .ol li span {
    color: #2b2e3a;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 30px
}

.nerdle-text .ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    width: 55px;
    height: 55px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 27px);
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #2bc082;
    font-size: 30px;
    font-weight: 400
}

.section--rate {
    background-color: #f5f2e3;
    padding: 50px 0
}

.rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rate__title {
    color: #13141c;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 15px
}

.rate__stars {
    height: 24px
}

.rate__numbers {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #13141c;
    margin: 0 13px 0 20px
}

.rate__numbers b {
    color: #13141c;
    font-weight: 700
}

.rate__votes {
    color: #8e8975;
    font-size: 13px;
    font-weight: 400
}

.starability-basic {
    display: block;
    position: relative;
    width: 160px;
    min-height: 24px;
    padding: 0;
    border: none;
    margin: 0 auto
}

.starability-basic>input {
    position: absolute;
    margin-right: -100%;
    opacity: 0
}

.starability-basic>input:checked~label,
.starability-basic>input:focus~label {
    background-position: 0 0
}

.starability-basic>input:checked+label,
.starability-basic>input:focus+label {
    background-position: 0 -24px
}

.starability-basic>input[disabled]:hover+label {
    cursor: default
}

.starability-basic>input:not([disabled]):hover~label {
    background-position: 0 0
}

.starability-basic>input:not([disabled]):hover+label {
    background-position: 0 -24px
}

.starability-basic>input:not([disabled]):hover+label::before {
    opacity: 1
}

.starability-basic>label {
    position: relative;
    display: inline-block;
    float: left;
    width: 32px;
    height: 23px;
    font-size: .1em;
    color: transparent;
    cursor: pointer;
    background-image: url(../img/stars.svg);
    background-repeat: no-repeat;
    background-position: 0 -24px
}

.starability-basic>label::before {
    content: '';
    position: absolute;
    display: block;
    height: 24px;
    background-image: url(../img/stars.svg);
    background-position: 0 24px;
    pointer-events: none;
    opacity: 0
}

.starability-basic>label:nth-of-type(5)::before {
    width: 128px;
    left: -128px
}

.starability-basic>label:nth-of-type(4)::before {
    width: 96px;
    left: -96px
}

.starability-basic>label:nth-of-type(3)::before {
    width: 64px;
    left: -64px
}

.starability-basic>label:nth-of-type(2)::before {
    width: 32px;
    left: -32px
}

.starability-basic>label:nth-of-type(1)::before {
    width: 0;
    left: 0
}

.hint {
    position: relative
}

.hint__hidden {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #161b25;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    pointer-events: none
}

.hint__hidden:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #161b25
}

.hint:hover .hint__hidden {
    opacity: 1
}

.jq-select-multiple,
.jq-selectbox {
    position: relative;
    display: inline-block
}

.jq-select-multiple select,
.jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0
}

select {
    border: none;
    opacity: 0
}

.jq-select-multiple li,
.jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-selectbox {
    z-index: 10
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 23px
}

.jq-selectbox__dropdown {
    position: absolute
}

.jq-selectbox {
    position: relative;
    background: #fff;
    border-radius: 5px;
    color: #75798d;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .35s;
    transition: -webkit-box-shadow .35s;
    transition: box-shadow .35s;
    transition: box-shadow .35s, -webkit-box-shadow .35s;
    display: block
}

.jq-selectbox.opened {
    border-radius: 5px 5px 0 0
}

.jq-selectbox.error {
    -webkit-box-shadow: 0 0 0 1px #d19894;
    box-shadow: 0 0 0 1px #d19894;
    background-color: #fafbfe
}

.jq-selectbox label.error {
    display: none !important
}

.jq-selectbox:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}

.jq-selectbox__select {
    padding: 0 20px 0 10px;
    height: 25px;
    line-height: 25px;
    position: relative
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jq-selectbox__dropdown {
    border-top: none;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .07);
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 0 0 5px 5px
}

.jq-selectbox__dropdown ul {
    padding: 0;
    margin: 0
}

.jq-selectbox__dropdown li {
    display: block;
    padding: 5px 10px;
    cursor: pointer
}

.jq-selectbox__dropdown li.sel,
.jq-selectbox__dropdown li:hover {
    color: #13141c
}

.jq-selectbox__dropdown li.disabled {
    display: none
}

.jq-selectbox__dropdown .scroll-element.scroll-y {
    height: calc(100% - 20px);
    top: 10px
}

.jq-selectbox__dropdown .scroll-content {
    max-height: 390px !important
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: pointer
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: 0;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element,
.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%
}

.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 4px
}

.scroll-element .scroll-element_outer {
    overflow: hidden
}

.scroll-element .scroll-bar,
.scroll-element .scroll-element_outer,
.scroll-element .scroll-element_track {
    border-radius: 4px
}

.scroll-element .scroll-element_track {
    background-color: transparent
}

.scroll-element .scroll-bar {
    background-color: #e2e7f1
}

.scroll-element:hover .scroll-bar {
    background-color: #2bc082
}

.scroll-element.scroll-draggable .scroll-bar {
    background-color: #2bc082
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}

.ripple {
    position: fixed;
    background: #2bc082;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    -webkit-animation: rippleEffect .88s 1;
    animation: rippleEffect .88s 1;
    opacity: 0;
    pointer-events: none
}

@-webkit-keyframes rippleEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .4
    }
    100% {
        -webkit-transform: scale(50);
        transform: scale(50);
        opacity: 0
    }
}

@keyframes rippleEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .4
    }
    100% {
        -webkit-transform: scale(50);
        transform: scale(50);
        opacity: 0
    }
}

.dark-theme {
    background-color: #13141c
}

.dark-theme .footer,
.dark-theme .gamb-hidden .dropdown-menu,
.dark-theme .section--full.fixed,
.dark-theme header {
    background-color: #13141c
}

.dark-theme .gamb span {
    background: #f0f1f9
}

.dark-theme .dropdown-menu,
.dark-theme .gamb-hidden,
.dark-theme .jq-selectbox__dropdown,
.dark-theme .lang-header__dropdown,
.dark-theme .lang-header__dropdown:before,
.dark-theme .links__link,
.dark-theme .menu-header__link--dropdown:before {
    background-color: #313448
}

.dark-theme .dropdown-menu__link,
.dark-theme .faq p,
.dark-theme .footer__copir,
.dark-theme .footer__links a,
.dark-theme .fullscreen,
.dark-theme .headline__text,
.dark-theme .lang-header__dropdown li,
.dark-theme .lang-header__link,
.dark-theme .menu-header__select .jq-selectbox__dropdown li,
.dark-theme .nerdle-text .ol li span,
.dark-theme .nerdle-text h3,
.dark-theme .nerdle-text p,
.dark-theme .nerdle-text ul li,
.dark-theme .rate__numbers,
.dark-theme .rate__numbers b,
.dark-theme .theme-mode__text,
.dark-theme .update {
    color: #dfe1f3
}

.dark-theme .menu-header__select .jq-selectbox__search input {
    border-color: #dfe1f3;
    color: #dfe1f3
}

.dark-theme .scroll-element .scroll-bar {
    background: #dfe1f3
}

.dark-theme .text__bottom {
    background: #252839;
    color: #
}

.dark-theme .theme-mode__switch {
    background-color: #b3b7cd
}

.dark-theme .theme-mode__switch:after {
    background-color: #4d516d
}

.dark-theme .lang-header__title,
.dark-theme .menu-header__link,
.dark-theme .menu-header__select .jq-selectbox__select {
    color: #f0f1f9
}

.dark-theme .menu-header__link--dropdown .icon,
.dark-theme .menu-header__select .jq-selectbox__trigger .icon {
    fill: #f0f1f9
}

.dark-theme .section--white {
    background-color: #1c1d28
}

.dark-theme .section--rate {
    background-color: #23253a
}

.dark-theme .statistics__item {
    background: #252839
}

.dark-theme .rate__votes {
    color: #a6aac9
}

.dark-theme .footer__logo .st3,
.dark-theme .header__logo .st3 {
    fill: #fff
}

.dark-theme .lang-header__title:hover,
.dark-theme .menu-header__link:hover {
    color: #2bc082
}

.dark-theme .menu-header__link:hover .icon {
    fill: #2bc082
}

.dark-theme .menu-header__select.opened .jq-selectbox__select {
    color: #2bc082
}

.dark-theme .menu-header__select.opened .jq-selectbox__trigger .icon {
    fill: #2bc082
}

.dark-theme .scroll-element:hover .scroll-bar {
    background-color: #2bc082
}

.dark-theme .menu-header__select .jq-selectbox__dropdown li:hover {
    color: #2bc082
}

.dark-theme .fullscreen:hover {
    color: #2bc082
}

.dark-theme .lang-header__link.is-active,
.dark-theme .lang-header__link:hover,
.dark-theme .links__link {
    color: #fff
}

.dark-theme .dropdown-menu__link:hover,
.dark-theme .faq h2,
.dark-theme .faq h3,
.dark-theme .headline__title,
.dark-theme .nerdle-text .ol li h3,
.dark-theme .nerdle-text h2,
.dark-theme .rate__title {
    color: #fff
}

.dark-theme .nerdle-text .ol li:before {
    background-color: #33374c
}

.dark-theme .breadcrumbs__li:before,
.dark-theme .breadcrumbs__link,
.dark-theme .breadcrumbs__span {
    background: #5a5e78;
    color: #f0f1f9
}

.dark-theme .breadcrumbs__link:hover {
    background: #2bc082
}

.dark-theme .nerdle-text ul li:before {
    background: #cccfe3
}

.dark-theme .section--green {
    background: #243034
}

.dark-theme #st-1 .st-total {
    color: #dfe1f3 !important
}

.dark-theme .section--grey {
    background: #20222e
}

.dark-theme .faq li {
    background: #34374a;
    box-shadow: none
}

.dark-theme .faq li span {
    background: #676c88
}

@media (max-width:1199px) {
    .container {
        width: 100%
    }
}

@media (max-width:991px) {
    .statistics__arrow {
        right: 0
    }
    .fullscreen:hover {
        color: #2b2e3a
    }
    .header__logo {
        width: 300px
    }
}

@media (max-width:767px) {
    .gamb {
        margin-right: 10px
    }
    .headline__title {
        font-size: 25px
    }
    .headline__text {
        font-size: 14px
    }
    .statistics__number span {
        min-width: 0
    }
    .statistics__number {
        font-size: 38px
    }
    .statistics__title {
        font-size: 10px
    }
    .statistics__arrow {
        right: 0;
        top: 8px
    }
    .statistics__arrow--down {
        top: 38px
    }
    .statistics__arrow .icon {
        width: 16px;
        height: 16px
    }
    .links__link {
        width: calc(50% - 24px);
        font-size: 12px;
        text-align: left
    }
    .nerdle-text h2 {
        font-size: 22px
    }
    .section {
        padding: 20px 0
    }
    .nerdle-text .ol li {
        padding-top: 60px
    }
    .nerdle-text .ol li h3 {
        font-size: 16px
    }
    .nerdle-text .ol li span {
        font-size: 15px;
        line-height: 24px
    }
    .nerdle-text .ol li:before {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 25px;
        left: calc(50% - 22px)
    }
    .nerdle-text ul li {
        padding-left: 25px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px
    }
    .nerdle-text ul li:before {
        width: 8px;
        height: 8px
    }
    .nerdle-text p {
        font-size: 15px;
        line-height: 24px
    }
    .rate {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .rate__title {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px
    }
    .section--full.fixed {
        padding: 10px 0
    }
    .breadcrumbs {
        display: none
    }
    .footer {
        padding: 20px 0 25px
    }
}

@media (max-width:479px) {
    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer__copir {
        margin-bottom: 10px
    }
    .footer__links li:first-child {
        border-left: 0;
        padding-left: 0;
        margin-left: 0
    }
    .header__logo {
        width: 240px
    }
    .nerdle-text .ol li img {
        margin-top: 10px;
        border-radius: 10px;
        box-shadow: 0 0 30px rgba(0, 0, 0, .1);
        width: 100%
    }
    .banner {
        margin: 0 auto
    }
    .banner_middle {
        display: none
    }
    .banner_middle_mobile {
        display: block
    }
}

@media (max-width:375px) {
    .rate__votes {
        line-height: 36px
    }
    .links__link {
        width: 100%
    }
}