@charset "UTF-8";.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

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

body {
    margin: 0;
}

main {
    display: block;
}

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

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

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

a {
    background-color: #68252500;
}

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

b,strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,*::after,*::before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body {
    min-width: 320px;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto",sans-serif;
    color: #FFEB3B;
    background-color: #3e0c6a;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #6c94c4;
}

img {
    max-width: 100%;
    height: auto;
}

.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    top: 0;
    width: 100%;
    pointer-events: none;
    -webkit-transition: top .3s,opacity .5s;
    transition: top .3s,opacity .5s;
}

.header__container {
    background-color: #FF9800;
    pointer-events: auto;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 970px;
    margin: 0 auto;
    padding: 24px 0;
}

@media screen and (max-width: 1599px) {
    .header__wrapper {
        width:970px;
        margin-left: 0;
        padding-left: 24px;
    }
}

@media screen and (max-width: 1172px) {
    .header__wrapper {
        margin-left:auto;
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .header__wrapper {
        padding-left:16px;
        padding-right: 16px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .header__wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        padding-top: 12px;
        padding-bottom: 16px;
    }
}

.header__title {
    margin-right: 32px;
}

@media screen and (max-width: 1024px) {
    .header__title {
        max-width:170px;
        margin-right: 16px;
    }
}

@media screen and (max-width: 768px) {
    .header__title {
        text-align:center;
        max-width: 100%;
        margin-right: 0;
        line-height: 19px;
    }
}

.header__logo {
    color: #ffffff;
    cursor: pointer;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .header__logo {
        font-size:18px;
    }
}

@media screen and (max-width: 768px) {
    .header__logo {
        font-size:17px;
        font-weight: 500;
        line-height: 19px;
    }
}

.header__search-field {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

@media screen and (max-width: 768px) {
    .header__search-field {
        margin-top:10px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .search-field {
        padding-left:16px;
        padding-right: 16px;
    }
}

.search-field__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
    color: rgba(255,255,255,0.4);
}

.search-field__btn-close {
    display: none;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
}

.search-field__btn-close svg {
    width: 21px;
    height: 21px;
}

.search-field__input {
    display: block;
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
    min-height: 40px;
    border: none;
    padding: 8px 16px;
    color: #111111;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    line-height: 24px;
    outline: none;
}

@media screen and (max-width: 768px) {
    .search-field__input {
        color:rgba(255,255,255,0.4);
        background-color: rgba(255,255,255,0.12);
        height: auto;
        padding: 9px 12px 7px 36px;
        border-radius: 10px;
    }

    .search-field__input:focus {
        background-color: #fff;
        color: #000000;
    }

    .search-field__input::-webkit-input-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .search-field__input::-ms-input-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .search-field__input::-webkit-input-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .search-field__input::-moz-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .search-field__input:-ms-input-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .search-field__input::placeholder {
        color: rgba(255,255,255,0.5);
    }

    .search-field__input:focus::-webkit-input-placeholder {
        opacity: 0;
    }

    .search-field__input:focus::-ms-input-placeholder {
        opacity: 0;
    }

    .search-field__input:focus::-webkit-input-placeholder {
        opacity: 0;
    }

    .search-field__input:focus::-moz-placeholder {
        opacity: 0;
    }

    .search-field__input:focus:-ms-input-placeholder {
        opacity: 0;
    }

    .search-field__input:focus::placeholder {
        opacity: 0;
    }
}

.search-field__search-icon {
    display: none;
}

@media screen and (max-width: 768px) {
    .search-field__search-icon {
        display:block;
        position: absolute;
        top: 10px;
        left: 12px;
        width: 16px;
        height: 16px;
    }

    .search-field__search-icon svg {
        width: 16px;
        height: 16px;
    }
}

.search-field__input:focus + .search-field__search-icon {
    color: #b8bdc1;
}

.search-field__submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    right: 0;
    width: 64px;
    height: 40px;
    margin: 0;
    border: none;
    padding: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    color: #ffffff;
    background-color: #ff61a0;
    cursor: pointer;
    outline: none;
}

.search-field__submit-btn:hover,.search-field__submit-btn:focus {
    background-color: #fc5397;
}

@media screen and (max-width: 768px) {
    .search-field__submit-btn {
        display:none;
    }
}

.header__language-select {
    position: absolute;
    z-index: 101;
    top: 24px;
    right: 32px;
    min-width: 115px;
    height: 40px;
}

@media screen and (max-width: 1172px) {
    .header__language-select {
        position:relative;
        top: 0;
        right: 0;
        margin-left: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .header__language-select {
        margin-left:16px;
    }
}

@media screen and (max-width: 768px) {
    .header__language-select {
        position:absolute;
        z-index: 3;
        top: 100%;
        width: 100%;
        height: calc(100vh - 98px);
        overflow: hidden;
        pointer-events: none;
    }
}

.header__language-select.js-language-mobile--active {
    pointer-events: inherit;
}

.header__menu-toggle {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 46px;
    height: 36px;
    border: 0;
    padding: 11px 0;
    background-color: transparent;
    outline: 0;
    color: #fff;
    font-size: 0;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .header__menu-toggle {
        display:-webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.header__menu-toggle span {
    display: block;
    position: relative;
    width: 18px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 1px;
    background-color: #fff;
}

.header__menu-toggle span:last-child {
    margin-bottom: 0;
}

.js-toggle-menu--active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(4px,5px);
    -ms-transform: rotate(45deg) translate(4px,5px);
    transform: rotate(45deg) translate(4px,5px);
}

.js-toggle-menu--active span:nth-child(2) {
    opacity: 0;
}

.js-toggle-menu--active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px,-5px);
    -ms-transform: rotate(-45deg) translate(4px,-5px);
    transform: rotate(-45deg) translate(4px,-5px);
}

.header__navigation {
    background-color: #7c468d;
}

@media screen and (max-width: 768px) {
    .header__navigation {
        position:absolute;
        z-index: 2;
        top: 100%;
        width: 100%;
        height: calc(100vh - 100px);
        overflow: hidden;
        background-color: #ffffff;
    }
}

@media screen and (max-width: 768px) {
    .js-menu-navigation {
        max-height:0;
        -webkit-transition: max-height 0.3s;
        transition: max-height 0.3s;
    }

    .js-menu-navigation--active {
        max-height: 100vh;
    }
}

@media screen and (min-width: 768px) {
    .search-field__input.active {
        border-bottom-left-radius:0px;
    }
}

.search-tooltip {
    position: absolute;
    top: 98%;
    left: 0;
    right: 64px;
    display: none;
    box-shadow: 0 10px 10px rgba(0,0,0,0.3);
    border-radius: 0px 0px 8px 8px;
    z-index: 1;
}

@media (max-width: 768px) {
    .search-tooltip {
        width:100%;
        border-radius: 0;
        box-shadow: 0 5px 25px 2px rgba(0,0,0,0.15);
        font-size: 14px;
        top: 56px;
        right: 0;
        z-index: 3;
    }
}

.search-tooltip__link {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 24px;
    padding: 8px 16px;
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #dbd4d8;
    background: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .search-tooltip__link {
        font-size:14px;
        height: 45px;
        padding-left: 16px;
        border-radius: 0;
        line-height: 45px;
    }
}

.search-tooltip__link:first-child {
    border-top: 1px solid #dbd4d8;
}

.search-tooltip__link:last-child {
    border-radius: 0px 0px 8px 8px;
    border-bottom: none;
}

@media (max-width: 768px) {
    .search-tooltip__link:last-child {
        border-radius:0;
    }
}

.search-tooltip__info {
    display: inline-block;
    overflow: hidden;
    height: auto;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .search-tooltip__info {
        height:45px;
    }
}

.search-tooltip__symbol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 24px;
    margin-left: 16px;
    text-align: center;
    font-size: 22px;
}

.search-tooltip__symbol img {
    width: auto;
    height: 22px;
}

@media (min-width: 1025px) {
    .search-tooltip__link:hover,.search-tooltip__link:focus {
        background:#ff61a0;
        color: #fff;
        cursor: pointer;
    }
}

.main-navigation {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
    .main-navigation {
        position:relative;
        max-width: 100%;
        height: 100%;
        margin: 0;
        overflow-y: scroll;
    }
}

.main-navigation.js-enabled .main-navigation__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.main-navigation .js-dropdown-menu-button {
    cursor: pointer;
    position: relative;
    visibility: hidden;
    pointer-events: none;
}

.main-navigation .js-dropdown-menu-button.js-enabled:hover,.main-navigation .js-dropdown-menu-button.js-enabled:focus,.main-navigation .js-dropdown-menu-button.js-enabled:active {
    background-color: #fc5397;
}

.main-navigation .js-dropdown-menu-button.js-enabled:hover .js-dropdown-menu-list,.main-navigation .js-dropdown-menu-button.js-enabled:focus .js-dropdown-menu-list,.main-navigation .js-dropdown-menu-button.js-enabled:active .js-dropdown-menu-list {
    display: block;
}

.main-navigation .js-dropdown-menu-button.js-enabled.js-processed {
    visibility: visible;
    pointer-events: initial;
}

.main-navigation .js-dropdown-menu-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: auto;
    background-color: #7c468d;
    z-index: 1;
}

.main-navigation .js-dropdown-menu-list .main-navigation__link {
    text-align: left;
}

.main-navigation.container {
    max-width: 1018px;
    margin: 0 auto;
}

@media screen and (max-width: 1599px) {
    .main-navigation.container {
        width:970px;
        margin-left: 0;
    }
}

@media screen and (max-width: 1172px) {
    .main-navigation.container {
        width:auto;
        max-width: 1018px;
        margin-left: auto;
    }
}

.main-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .main-navigation__list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}

.main-navigation__item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
    .main-navigation__item {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}

.main-navigation__link {
    display: block;
    padding: 6px 25px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    white-space: nowrap;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 1599px) {
    .main-navigation__link {
        padding:6px 24px;
    }
}

@media screen and (max-width: 1172px) {
    .main-navigation__link {
        padding:6px 25px;
    }
}

@media screen and (max-width: 1024px) {
    .main-navigation__link {
        padding:6px 16px;
        text-align: center;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .main-navigation__link {
        min-height:46px;
        padding: 16px 15px 15px;
        color: #1a1a1a;
        font-size: 14px;
        line-height: 14px;
        text-align: left;
        font-weight: 400;
        border-bottom: 1px solid #dedede;
    }

    .main-navigation__link--current {
        background-color: #e6e6e6;
    }
}

@media screen and (max-width: 768px) and (min-width:1025px) {
    .main-navigation__link--current:hover,.main-navigation__link--current:focus,.main-navigation__link--current:active {
        background-color:#e6e6e6;
    }
}

@media screen and (max-width: 768px) and (min-width:1025px) {
    .main-navigation__link:hover,.main-navigation__link:focus,.main-navigation__link:active {
        background-color:#fff;
    }
}

.main-navigation__link--current {
    background-color: #714080;
}

@media (max-width: 768px) {
    .main-navigation__link--current {
        background-color:#e6e6e6;
    }
}

@media (min-width: 1025px) {
    .main-navigation__link:hover,.main-navigation__link:focus,.main-navigation__link:active {
        background-color:#fc5397;
    }
}

.main-navigation__btn {
    display: none;
}

@media screen and (max-width: 768px) {
    .main-navigation__btn {
        display:-webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        border: none;
        outline: none;
        cursor: pointer;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #894d9a;
        color: #ffffff;
        font-size: 14px;
        line-height: 14px;
        border-top: 1px solid #dedede;
    }
}

.main-navigation__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}

.main-navigation__flag {
    width: auto;
    height: 20px;
    margin-right: 8px;
}

.main-navigation__current-svg {
    margin-left: 8px;
    color: #fff;
}

.language-select {
    position: relative;
}

@media screen and (max-width: 768px) {
    .language-select {
        position:absolute;
        top: 0;
        width: 100%;
        height: calc(100vh - 98px);
        overflow: auto;
        -webkit-transform: translateX(103%);
        -ms-transform: translateX(103%);
        transform: translateX(103%);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transition: -webkit-transform 0.3s,-webkit-transform 0.3s;
        transition: transform 0.3s,-webkit-transform 0.3s;
    }
}

.language-select__open-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: #7d478d;
    padding: 9px 16px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.2s ease,color 0.2s ease;
    transition: background-color 0.2s ease,color 0.2s ease;
}

@media screen and (max-width: 768px) {
    .language-select__open-btn {
        display:none;
    }
}

.language-select__open-btn:hover,.language-select__open-btn:focus {
    background-color: #fff;
    color: #111111;
}

.js-language-button--active {
    background-color: #fff;
    color: #111111;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.language-select__btn-mobile {
    padding: 0;
    outline: none;
    background: none;
    border: none;
    display: none;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #dedede;
    background-color: #894d9a;
    color: #fff;
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .language-select__btn-mobile {
        display:-webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.language-select__btn-mobile svg {
    margin-right: 20px;
    pointer-events: none;
}

.language-select__flag {
    display: block;
    height: 20px;
    margin-right: 8px;
    pointer-events: none;
}

.language-select__text {
    margin-bottom: 1px;
    pointer-events: none;
}

.language-select__arrow {
    margin-left: 13px;
}

.js-language-button--active .language-select__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.language-select__list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 2px 8px 8px rgba(0,0,0,0.1),-2px 8px 8px rgba(0,0,0,0.1);
}

@media screen and (max-width: 768px) {
    .language-select__list {
        position:relative;
        top: 0;
        border-radius: 0;
    }
}

.js-language-list {
    display: none;
}

@media screen and (max-width: 768px) {
    .js-language-list {
        display:block;
    }
}

.js-language-list--active {
    display: block;
}

.language-select__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    padding: 10px 16px;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
    color: #111111;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
}

.language-select__link:hover,.language-select__link:focus {
    background-color: #f1edf2;
}

@media screen and (max-width: 768px) {
    .language-select__link {
        height:auto;
        padding: 12px 15px 13px;
        font-size: 14px;
        line-height: 1;
        border-bottom: 1px solid #dedede;
    }
}

.wrapper {
    position: relative;
    max-width: 970px;
    min-height: calc(100vh - 140px - 124px + 450px);
    margin: 0 auto;
    padding: 2px 32px 48px;
    background-color: #fff;
}

.wrapper--no-padding {
    padding-bottom: 0;
}

@media (max-width: 1599px) {
    .wrapper {
        margin-left:0;
    }
}

@media (max-width: 1172px) {
    .wrapper {
        margin-right:0;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .wrapper {
        padding-left:16px;
        padding-right: 16px;
    }
}

.main__top-ad {
    min-height: 289px;
    padding: 16px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.page-content__container .main__top-ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 16px 0;
}

@media screen and (max-width: 500px) {
    .page-content__container .main__top-ad {
        padding:0;
        width: 100%;
        overflow: hidden;
    }
}

.unicode__ad,.page__ad-left,.page__ad-right {
    position: absolute;
    top: 46px;
}

.fixed .unicode__ad,.fixed.page__ad-right,.fixed.page__ad-left {
    top: 36px;
}

.unicode__ad-right,.page__ad-right {
    right: -305px;
}

.unicode__ad-left,.page__ad-left {
    position: absolute;
    left: -305px;
}

.fixed .unicode__ad-right,.fixed.page__ad-right,.fixed .unicode__ad-left,.fixed.page__ad-left {
    position: fixed;
    right: auto;
    top: 36px;
}

.fixed .unicode__ad-right,.fixed.page__ad-right {
    left: calc(50% + 300px + 190px);
}

.fixed .unicode__ad-left,.fixed.page__ad-left {
    left: calc(50% - 300px - 485px - 5px);
}

.page__ad-right.fixed--bottom,.page__ad-left.fixed--bottom {
    position: absolute;
    top: auto;
    bottom: 50px;
}

@media screen and (min-width: 1640px) {
    .unicode__ad-left,.page__ad-left {
        left:-325px;
    }

    .unicode__ad-right,.page__ad-right {
        right: -325px;
    }

    .fixed .unicode__ad-right {
        top: 61px;
        left: calc(50% + 300px + 210px);
    }

    .fixed.page__ad-right {
        top: 25px;
        left: calc(50% + 300px + 210px);
    }

    .fixed .unicode__ad-left {
        top: 61px;
        left: calc(50% - 300px - 485px - 25px);
    }

    .fixed.page__ad-left {
        top: 25px;
        left: calc(50% - 300px - 485px - 25px);
    }

    .fixed.fixed-scroll-top .unicode__ad-right,.fixed.fixed-scroll-top.page__ad-right,.fixed.fixed-scroll-top .unicode__ad-left,.fixed.fixed-scroll-top.page__ad-left {
        top: 136px;
    }
}

@media screen and (max-width: 1599px) {
    .unicode__ad-left,.page__ad-left {
        display:none;
    }

    .unicode__ad-right,.page__ad-right {
        right: -325px;
    }

    .fixed .unicode__ad-right,.fixed.page__ad-right {
        position: fixed;
        right: auto;
        left: calc(970px + 25px);
    }

    .fixed .unicode__ad-right {
        top: 61px;
    }

    .fixed.page__ad-right {
        top: 25px;
    }

    .fixed.fixed-scroll-top .unicode__ad-right,.fixed.fixed-scroll-top.page__ad-right,.fixed.fixed-scroll-top .unicode__ad-left,.fixed.fixed-scroll-top.page__ad-left {
        top: 136px !important;
    }
}

@media screen and (max-width: 1312px) {
    .unicode__ad-right,.page__ad-right {
        right:-305px;
    }

    .fixed .unicode__ad-right,.fixed.page__ad-right {
        position: fixed;
        right: auto;
        left: calc( 970px + 5px);
    }

    .fixed .unicode__ad-right {
        top: 41px;
    }

    .fixed.page__ad-right {
        top: 5px;
    }
}

@media screen and (max-width: 1299px) {
    .unicode__ad-right,.page__ad-right {
        display:none;
    }
}

@media screen and (max-width: 1172px) {
    .unicode__ad-right {
        display:none;
    }
}

@media all and (min-width: 1173px) and (max-width:1599px) {
    .main__top-ad > div {
        text-align:left !important;
    }
}

.content-inside-banner {
    grid-column: 1/-1;
}

@media all and (min-width: 1024px) {
    .content-inside-banner--main-page {
        width:calc(100% - 257px);
        padding-right: 5px;
        padding-left: 42px;
        box-sizing: border-box;
    }

    .content-inside-banner--main-page > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .content-inside-banner--main-page > div > .roxotAdContainer {
        width: auto !important;
    }
}

@media all and (max-width: 1024px) {
    .content-inside-banner {
        -webkit-box-align:center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: auto;
    }

    .content-inside-banner--main-page {
        width: 100%;
        padding: 0;
    }
}

@media all and (max-width: 767px) {
    .content-inside-banner {
        width:100vw;
        margin-left: -16px;
        overflow: hidden;
    }

    .content-inside-banner--main-page {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
    }
}

.mobile-footer__ad {
    display: none;
}

@media all and (max-width: 767px) {
    .mobile-footer__ad {
        display:block;
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }
}

.mobile-stick__close-wrapper::before {
    content: '';
    opacity: 0.35;
    width: 60px;
    height: 60px;
    top: -60px;
    position: absolute;
    right: 0;
}

.mobile-stick__close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -35px;
    right: 6px;
    background: #666;
    opacity: 0.89;
    border-radius: 50%;
    cursor: pointer;
}

.mobile-stick__close:before,.mobile-stick__close:after {
    content: ' ';
    position: absolute;
    left: 9px;
    top: 22%;
    height: 15px;
    width: 2px;
    background-color: #fff;
}

.mobile-stick__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-stick__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 768px) {
    .page__ad-left-right-desktop {
        display:none;
    }
}

.incontent-rectangle {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mobile-footer__ad {
    display: none;
}

@media all and (max-width: 767px) {
    .mobile-footer__ad {
        display:block;
        width: 100%;
        max-height: 30%;
        height: auto;
        min-height: 10%;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        -webkit-transform: translate(0,180%);
        -ms-transform: translate(0,180%);
        transform: translate(0,180%);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .mobile-footer__ad--shown {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
}

.mobile-stick__close-wrapper::before {
    content: '';
    opacity: 0.89;
    width: 70px;
    height: 70px;
    top: -55px;
    position: absolute;
    right: 0;
}

.mobile-stick__close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -11px;
    right: 2px;
    background: #666;
    opacity: 0.6;
    border-radius: 50%;
    cursor: pointer;
}

.mobile-stick__close:before,.mobile-stick__close:after {
    position: absolute;
    left: 47% !important;
    top: 4px;
    content: ' ';
    height: 12px;
    width: 1.5px;
    border-radius: 8px;
    background-color: #fff;
}

.mobile-stick__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-stick__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.holiday {
    display: block;
    background-color: #f7f7f7;
    overflow: hidden;
    position: relative;
    z-index: -1;
    opacity: 1;
    position: relative;
    pointer-events: auto;
    top: 0;
    -webkit-transition: top .3s;
    transition: top .3s;
}

@media (min-width: 769px) {
    .holiday--hidden {
        pointer-events:none;
        top: -61px;
    }
}

.holiday__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 60px;
    height: 100%;
    padding: 8px 35px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: opacity,color;
    transition-property: opacity,color;
    text-decoration: none;
    opacity: 1;
    font-size: 18px;
    font-weight: bold;
}

.holiday__link span {
    white-space: nowrap;
    max-width: 30px;
    margin: 0 6px;
}

.holiday__link span img {
    width: 100%;
}

.holiday__link:hover {
    opacity: 0.8;
}

.holiday--pink .holiday__link {
    color: #894f9a;
    background: -webkit-radial-gradient(50.13% 50%,718.08px,#ffcfe3 0%,#ffb2e9 100%);
    background: radial-gradient(718.08px at 50.13% 50%,#ffcfe3 0%,#ffb2e9 100%);
}

.holiday--camouflage .holiday__link {
    color: #ffffff;
    background: #444f27;
}

.holiday--red .holiday__link {
    color: #ffffff;
    background: -webkit-radial-gradient(50.13% 50%,187px,#ff2f48 0%,#e22c2c 100%);
    background: radial-gradient(187px at 50.13% 50%,#ff2f48 0%,#e22c2c 100%);
}

.holiday--green .holiday__link {
    color: #ffffff;
    background: -webkit-radial-gradient(50.13% 50%,187px,#3cba92 0%,#0ba360 100%);
    background: radial-gradient(187px at 50.13% 50%,#3cba92 0%,#0ba360 100%);
}

.holiday--cosmos .holiday__link {
    color: #000000;
    background: -webkit-radial-gradient(50.13% 50%,187px,#cff6ff 0%,#b9c0ff 100%);
    background: radial-gradient(187px at 50.13% 50%,#cff6ff 0%,#b9c0ff 100%);
}

.holiday--yellow .holiday__link {
    color: #ff4d00;
    background: -webkit-radial-gradient(50.13% 50%,187px,#f6d365 0%,#feab5f 100%);
    background: radial-gradient(187px at 50.13% 50%,#f6d365 0%,#feab5f 100%);
}

.holiday--darkgreen .holiday__link {
    color: #ffffff;
    background: -webkit-radial-gradient(50.13% 50%,187px,#205e45 0%,#184935 100%);
    background: radial-gradient(187px at 50.13% 50%,#205e45 0%,#184935 100%);
}

.holiday--black .holiday__link {
    color: #ffffff;
    background: -webkit-radial-gradient(50.13% 50%,187px,#262626 0%,#000000 100%);
    background: radial-gradient(187px at 50.13% 50%,#262626 0%,#000000 100%);
}

.holiday--orange .holiday__link {
    color: #ffffff;
    background: -webkit-radial-gradient(50.13% 50%,187px,#f77700 0%,#e84500 100%);
    background: radial-gradient(187px at 50.13% 50%,#f77700 0%,#e84500 100%);
}

.holiday__text {
    margin: 10px 0;
    font-family: "Roboto","Noto Sans",sans-serif;
    font-size: 16px;
    margin-right: 35px;
    margin-left: 35px;
    color: inherit;
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .holiday__link {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .holiday__link span {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .holiday__text {
        margin-right: 27px;
        margin-left: 0;
    }
}

@media screen and (max-width: 1172px) {
    .holiday__link {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0;
    }

    .holiday__link span {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        -webkit-order: unset;
        order: unset;
    }

    .holiday__text {
        margin-right: 35px;
        margin-left: 35px;
    }
}

@media screen and (max-width: 1023px) {
    .holiday__link {
        min-height:40px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .holiday {
        margin-top:0;
        margin-bottom: 0;
        padding: 0;
    }

    .holiday__link {
        padding: 8px 16px;
        line-height: 16px;
    }

    .holiday__link span {
        max-width: 18px;
    }

    .holiday__text {
        margin: 0 auto;
        line-height: inherit;
        font-size: 14px;
        line-height: 16px;
    }
}

.breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0;
    font-size: 14px;
    line-height: 22px;
}

.breadcrumbs__item:not(:last-child)::after {
    content: "›";
    padding: 0 3px 0 0;
    pointer-events: none;
    color: #b8bdc1;
}

.breadcrumbs__link {
    text-decoration: none;
    color: #b8bdc1;
}

.breadcrumbs__link:hover,.breadcrumbs__link:focus,.breadcrumbs__link:active {
    color: #6c94c4;
}

.breadcrumbs__link--current {
    pointer-events: none;
}

.page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: visible;
}

@media screen and (max-width: 1024px) {
    .page-content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
    }

    .page-content--holidays {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (max-width: 768px) {
    .page-content--holidays {
        padding-bottom:0;
    }
}

.page-content__wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
    max-width: 667px;
    padding-bottom: 48px;
}

@media (max-width: 1024px) {
    .page-content__wrapper {
        max-width:100%;
        padding-bottom: 24px;
    }
}

.page-content__info {
    font-family: "Roboto","Noto Sans",sans-serif;
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 48px;
}

.page-content__info-range {
    margin-right: 40px;
}

@media (max-width: 768px) {
    .page-content__info-range {
        display:block;
        margin-right: 0;
        margin-bottom: 4px;
    }
}

.page-heading {
    margin-bottom: 16px;
}

.page-heading h1 {
    margin: 0;
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .page-heading h1 {
        font-weight:500;
        font-size: 24px;
        line-height: 28px;
    }
}

.page-heading + .page-description {
    margin: 0 0 32px;
}

.table-of-content {
    background-color: #EFF0F1;
    border-radius: 8px;
    width: 100%;
    padding: 16px 24px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.table-of-content ol {
    margin: 0;
    padding: 0;
    margin-top: 8px;
    list-style: none;
    counter-reset: li;
}

.table-of-content li {
    padding-bottom: 12px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.table-of-content li:last-child {
    padding-bottom: 0;
}

.table-of-content li::before {
    counter-increment: li;
    content: counters(li,".") ". ";
    font-size: 14px;
    line-height: 22px;
    color: #111111;
    margin-right: 4px;
}

.table-of-content--emoji ol {
    padding-left: 0;
}

.table-of-content--emoji li::before {
    content: none;
}

.table-of-content__header {
    margin: 0 !important;
    margin-right: 17px !important;
    padding: 0 !important;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.table-of-content__toggle {
    margin: 0;
    padding: 3px 8px 2px;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #111111;
    box-shadow: none;
    border: none;
    font-family: "Roboto","Noto Sans",sans-serif;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
    cursor: pointer;
    outline: none;
}

.table-of-content__toggle:hover,.table-of-content__toggle:active {
    background-color: #a6a6a6;
    color: #ffffff;
}

.table-of-content__wrapper {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    overflow: hidden;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-transition-property: max-height;
    transition-property: max-height;
}

.table-of-content__list {
    margin: 0;
    padding: 0;
}

.table-of-content__list > *:first-child {
    margin-top: 16px;
}

.table-of-content__list a {
    font-size: 14px;
    line-height: 22px;
    color: #0645AD;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.table-of-content__list a img {
    margin-right: 6px;
    margin-top: 1px;
    width: 20px;
}

@media (min-width: 1024px) {
    .table-of-content__list a:hover,.table-of-content__list a:focus {
        color:#894D9A;
    }
}

@media all and (max-width: 767px) {
    .table-of-content {
        padding:16px 14px;
    }

    .table-of-content__header {
        font-size: 16px;
        line-height: 24px;
    }
}

.table-of-content__emoji {
    font-size: 18px;
    line-height: 22px;
    margin-right: 6px;
    color: #111111;
}

.html-entities-table {
    padding-top: 40px;
    position: relative;
    width: calc(100% + 64px);
    margin-left: -32px;
    margin-right: -32px;
}

@media (max-width: 1024px) {
    .html-entities-table {
        width:calc(100% + 32px);
        padding-top: 24px;
        margin-left: -16px;
        margin-right: -16px;
        overflow: auto;
    }

    .html-entities-table--gray {
        background-color: #f7f7f7;
    }
}

.html-entities-table--gray + .html-entities-table--gray {
    background-color: #fff;
}

.html-entities-table__title {
    margin: 0;
    margin-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
    font-family: "Roboto","Noto Sans",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .html-entities-table__title {
        padding-left:16px;
        padding-right: 16px;
    }
}

@media (max-width: 768px) {
    .html-entities-table__title {
        font-size:16px;
    }
}

.html-entities-table__table {
    box-sizing: border-box;
    border-collapse: collapse;
    position: relative;
    width: 100%;
}

.html-entities-table__thead {
    background-color: #EFF0F1;
}

.html-entities-table__tbody {
    background-color: #fff;
}

.html-entities-table__thead-tr,.html-entities-table__tbody-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.html-entities-table__thead-th,.html-entities-table__tbody-th {
    min-height: 50px;
    padding: 12px 16px 14px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.html-entities-table__thead-th--symbol,.html-entities-table__tbody-th--symbol {
    max-width: 107px;
    padding-left: 32px;
}

.html-entities-table__thead-th--entity,.html-entities-table__tbody-th--entity {
    max-width: 196px;
    text-align: left;
}

.html-entities-table__thead-th--html,.html-entities-table__tbody-th--html {
    max-width: 99px;
    padding-left: 5px;
}

.html-entities-table__thead-th--css,.html-entities-table__tbody-th--css {
    max-width: 96px;
}

.html-entities-table__thead-th--unicode,.html-entities-table__tbody-th--unicode {
    max-width: 93px;
}

.html-entities-table__thead-th--title,.html-entities-table__tbody-th--title {
    text-align: left;
    padding-right: 32px;
    max-width: 377px;
}

@media (max-width: 1172px) {
    .html-entities-table__thead-th,.html-entities-table__tbody-th {
        padding-left:10px;
        padding-right: 10px;
    }

    .html-entities-table__thead-th--symbol,.html-entities-table__tbody-th--symbol {
        padding-left: 16px;
    }

    .html-entities-table__thead-th--entity,.html-entities-table__tbody-th--entity {
        max-width: 120px;
    }

    .html-entities-table__thead-th--title,.html-entities-table__tbody-th--title {
        padding-right: 16px;
    }
}

@media (max-width: 1024px) {
    .html-entities-table__thead-th--symbol,.html-entities-table__tbody-th--symbol {
        max-width:95px;
    }

    .html-entities-table__thead-th--title,.html-entities-table__tbody-th--title {
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .html-entities-table__thead-th,.html-entities-table__tbody-th {
        -webkit-box-flex:0;
        -ms-flex-positive: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        max-width: 100%;
    }

    .html-entities-table__thead-th--symbol,.html-entities-table__tbody-th--symbol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 95px;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        background-color: #fff;
    }

    .html-entities-table__thead-th--entity,.html-entities-table__tbody-th--entity {
        width: 152px;
        text-align: left;
    }

    .html-entities-table__thead-th--html,.html-entities-table__tbody-th--html {
        width: 92px;
    }

    .html-entities-table__thead-th--css,.html-entities-table__tbody-th--css {
        width: 84px;
    }

    .html-entities-table__thead-th--unicode,.html-entities-table__tbody-th--unicode {
        width: 81px;
    }

    .html-entities-table__thead-th--title,.html-entities-table__tbody-th--title {
        width: 190px;
    }
}

.html-entities-table__tbody-tr {
    border-bottom: solid 1px #EFF0F1;
}

@media (max-width: 768px) {
    .html-entities-table__tbody-tr {
        background-color:#ffffff;
    }
}

.html-entities-table__thead-th {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .html-entities-table__thead-th {
        background-color:#EFF0F1;
    }
}

.html-entities-table__tbody-th {
    min-height: 64px;
    font-weight: normal;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.html-entities-table__tbody-th--symbol {
    padding-top: 8px;
    padding-bottom: 8px;
}

.html-entities-table__tbody-th--title a:hover,.html-entities-table__tbody-th--title a:focus {
    color: #bd3374;
}

.html-entities-table__symbol-link {
    text-decoration: none;
    background-color: transparent;
    color: #111111;
    min-width: 48px;
    padding-left: 2px;
    padding-right: 2px;
    height: 48px;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 8px;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.html-entities-table__symbol-link:hover,.html-entities-table__symbol-link:focus {
    background-color: #FCEBFF;
}

.symbols-grid__symbol {
    text-align: center;
    font-weight: bold;
    color: #111111;
    line-height: 1;
}

@media screen and (min-width: 1024px) {
    .symbols-grid__symbol {
        font-size:44px;
    }
}

.symbols-grid__symbol img {
    white-space: unset;
    font-size: 2px;
    height: 44px;
    width: auto;
}

.character-list {
    margin-top: 30px;
}

.character-list__title {
    margin: 0;
    margin-top: 30px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #111111;
}

@media screen and (max-width: 767px) {
    .character-list__title {
        margin-top:30px;
        font-size: 16px;
        line-height: 24px;
    }

    .character-list__title--emoji {
        font-size: 20px;
        line-height: 32px;
    }
}

.character-list__title-block {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #111111;
}

.character-list__title-link {
    font: inherit;
    color: #111111;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.character-list__title-link--main {
    font-size: 26px;
    line-height: 32px;
}

@media (max-width: 768px) {
    .character-list__title-link--main {
        font-size:22px;
        line-height: 24px;
    }
}

@media (min-width: 1025px) {
    .character-list__title-link:hover,.character-list__title-link:focus {
        color:#894D9A;
    }
}

.character-list__title-link--no-link:hover,.character-list__title-link--no-link:focus {
    color: #111111;
    cursor: default;
}

.character-list__title-link svg {
    margin-left: 7px;
    margin-bottom: -1px;
}

.character-list__subsection {
    margin: 32px 0;
}

.character-list__subsection:not(:last-of-type) {
    padding-bottom: 14px;
    border-bottom: 1px solid #EFF0F1;
}

.character-list__subsection--main {
    margin-top: 20px;
}

.character-list__subsection--main:not(:last-of-type) {
    border-bottom: none;
}

@media screen and (max-width: 767px) {
    .character-list__subsection {
        margin:8px 0 24px;
    }
}

.roxot-dynamic + .character-list__subsection {
    border-top: 1px solid #EFF0F1;
}

.character-list__subtitle {
    margin-top: 14px;
    margin-bottom: 0;
    color: #b8bdc1;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.character-list__subtitle--main {
    font-size: 20px;
    line-height: 32px;
}

@media screen and (max-width: 768px) {
    .character-list__subtitle--main {
        font-size:16px;
        line-height: 24px;
    }
}

.character-list__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-row-gap: 16px;
    margin-top: 20px;
}

.character-list__list--kaomoji {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 16px 50px;
    margin-top: 28px;
}

.character-list__list--kaomoji-big {
    grid-template-columns: repeat(2,1fr);
}

@media screen and (max-width: 1024px) {
    .character-list__list {
        display:grid;
        grid-row-gap: 8px;
        grid-template-columns: repeat(6,1fr);
    }

    .character-list__list--kaomoji {
        grid-template-columns: repeat(3,1fr);
        grid-gap: 16px 32px;
    }
}

@media screen and (max-width: 580px) {
    .character-list__list {
        grid-template-columns:repeat(4,1fr);
    }

    .character-list__list--kaomoji {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 16px 24px;
    }

    .character-list__list--kaomoji-big {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 370px) {
    .character-list__list {
        grid-template-columns:repeat(3,1fr);
    }

    .character-list__list--kaomoji {
        grid-template-columns: repeat(2,1fr);
    }

    .character-list__list--kaomoji-big {
        grid-template-columns: 1fr;
    }
}

.character-list__item {
    height: 116px;
}

.character-list__item--kaomoji {
    height: 64px;
}

.character-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 16px;
    text-decoration: none;
    color: #b8bdc1;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.character-list__link:hover,.character-list__link:focus,.character-list__link:active {
    background-color: #fcebff;
    color: #894d9a;
}

.character-list__link--disabled {
    cursor: default;
}

.character-list__link--disabled:hover,.character-list__link--disabled:focus {
    background-color: #EFF0F1;
}

.character-list__link--kaomoji {
    color: #000;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

.character-list__char {
    font-size: 44px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    color: #111111;
}

.character-list__char img {
    width: auto;
    height: 44px;
    font-size: 7px;
}

@media screen and (max-width: 1024px) {
    .character-list__char img {
        height:42px;
    }
}

@media screen and (max-width: 768px) {
    .character-list__char {
        pointer-events:none;
    }

    .character-list__char img {
        pointer-events: none;
    }
}

.character-list__code {
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .character-list__code {
        pointer-events:none;
    }
}

.character-list__link:hover .character-list__code,.character-list__link:focus .character-list__code {
    color: #894d9a;
}

.character-list__link--disabled:hover .character-list__code,.character-list__link--disabled:focus .character-list__code {
    color: #b8bdc1;
}

.proposed-sets {
    position: relative;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 221px;
    margin-left: 18px;
    margin-bottom: 48px;
}

@media (max-width: 1172px) {
    .proposed-sets {
        margin-left:auto;
        margin-right: auto;
    }
}

@media (max-width: 1024px) {
    .proposed-sets {
        -ms-flex-negative:0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
        width: calc(100% + 32px);
        height: 100%;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 0;
        overflow: hidden;
        padding: 24px 16px;
        background-color: #f7f7f7;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        -webkit-transition-property: -webkit-transform,-webkit-transform;
        transition-property: transform,-webkit-transform;
    }

    .proposed-sets--white {
        background-color: #fff;
    }
}

.proposed-sets__container-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
    bottom: 16px;
}

@media (max-width: 1024px) {
    .proposed-sets__container-sticky {
        position:relative;
        top: 0;
        bottom: 0;
    }
}

.proposed-sets__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 16px;
}

.proposed-sets__title--symbol {
    font-size: 17px;
}

.proposed-sets__title-link {
    font: inherit;
    color: #111111;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.proposed-sets__title-link svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 4px;
}

@media (min-width: 1024px) {
    .proposed-sets__title-link:hover,.proposed-sets__title-link:focus {
        color:#894D9A;
    }
}

.proposed-sets__list {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .proposed-sets__list {
        -ms-flex-wrap:nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.proposed-sets__item {
    width: 104px;
    margin-bottom: 8px;
}

.proposed-sets__item:nth-child(2n - 1) {
    margin-right: 8px;
    width: 104px;
}

@media screen and (max-width: 1024px) {
    .proposed-sets__item {
        -ms-flex-negative:0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        position: relative;
        height: 100%;
        width: 102px;
        margin-bottom: 0;
    }

    .proposed-sets__item:nth-child(2n - 1) {
        margin-right: 0;
    }
}

.proposed-sets__link {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 104px;
    border: 1px solid #eff0f1;
    color: #111111;
    border-radius: 8px;
    background-color: #ffffff;
    text-decoration: none;
    -webkit-transition: border-color,background-color,color,.2s;
    transition: border-color,background-color,color,.2s;
}

.proposed-sets__link:hover,.proposed-sets__link:focus,.proposed-sets__link:active {
    border-color: #fcebff;
}

.proposed-sets__link:hover .proposed-sets__subtitle,.proposed-sets__link:focus .proposed-sets__subtitle,.proposed-sets__link:active .proposed-sets__subtitle {
    background-color: #fcebff;
    color: #894d9a;
}

.proposed-sets__link span {
    max-width: 100%;
    word-break: break-word;
    padding: 2px 7px 4px;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.proposed-sets__item--new .proposed-sets__link {
    position: relative;
    overflow: hidden;
}

.proposed-sets__item--new .proposed-sets__link::after {
    content: "NEW";
    position: absolute;
    top: 9px;
    right: -21px;
    width: 80px;
    padding: 4px 0 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #00c853;
    text-align: center;
    letter-spacing: 2px;
}

.proposed-sets__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 8px 2px 6px;
    font-size: 40px;
    line-height: 47px;
    color: #111111;
}

.proposed-sets__preview img {
    width: auto;
    height: 48px;
}

.proposed-sets__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    -webkit-transition: background-color,color,.2s;
    transition: background-color,color,.2s;
}

.proposed-sets__badge {
    position: absolute;
    right: -21px;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    width: 80px;
    padding: 4px 0 3px;
}

.proposed-sets__badge--new {
    color: #ffffff;
    background: #00c853;
}

.proposed-sets-list {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 253px;
    margin-right: -32px;
    margin-left: 18px;
    padding-bottom: 48px;
}

@media (max-width: 1172px) {
    .proposed-sets-list {
        margin-left:auto;
    }
}

@media (max-width: 1024px) {
    .proposed-sets-list {
        margin-right:-16px;
    }
}

@media (max-width: 768px) {
    .proposed-sets-list {
        display:none;
    }
}

.proposed-sets-list__wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
    bottom: 16px;
}

.proposed-sets-list__title {
    display: block;
    margin-top: 0;
    margin-bottom: 12px;
    font-family: "Roboto","Noto Sans",sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding-left: 8px;
    color: #111111;
}

.proposed-sets-list__container-scroll {
    position: relative;
    display: block;
    overflow-y: scroll;
    max-height: calc(100vh - 68px);
    height: 100%;
}

.proposed-sets-list__container-scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #f9f9fd;
}

.proposed-sets-list__container-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #b8bdc1;
}

.proposed-sets-list__container-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

.proposed-sets-list__container-scroll--sets {
    overflow: visible;
}

@media (min-width: 1025px) {
    .proposed-sets-list__container-scroll--sets {
        overflow-y:scroll;
        margin-right: -28px;
        margin-top: -8px;
        padding-top: 8px;
        margin-bottom: -16px;
        padding-bottom: 16px;
    }

    .proposed-sets-list__container-scroll--sets::-webkit-scrollbar {
        background-color: transparent;
    }

    .proposed-sets-list__container-scroll--sets::-webkit-scrollbar-track {
        box-shadow: none;
        background-color: transparent;
    }
}

.proposed-sets-list__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 1024px) {
    .proposed-sets-list__list {
        max-width:240px;
    }
}

.proposed-sets-list__item {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .proposed-sets-list__item {
        -ms-flex-negative:0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }
}

.proposed-sets-list__link {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 8px;
    color: #111111;
    background-color: #ffffff;
    text-decoration: none;
    border-top: 1px solid #F0EDF2;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.proposed-sets-list__link.proposed-sets-list__link--current {
    background-color: #fcebff;
}

.proposed-sets-list__link:hover,.proposed-sets-list__link:focus {
    background-color: #fcebff;
}

.proposed-sets-list__link:hover .proposed-sets__subtitle,.proposed-sets-list__link:focus .proposed-sets__subtitle,.proposed-sets-list__link:active .proposed-sets__subtitle {
    background-color: #fcebff;
    color: #894d9a;
}

.proposed-sets-list__item-title,.proposed-sets-list__item-range {
    font-family: "Roboto","Noto Sans",sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #111111;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.proposed-sets-list__item-range {
    color: #B8BDC1;
    margin-top: 4px;
    font-weight: 400;
}

.proposed-sets-list__link:hover .proposed-sets-list__item-title,.proposed-sets-list__link:hover .proposed-sets-list__item-range,.proposed-sets-list__link:focus .proposed-sets-list__item-title,.proposed-sets-list__link:focus .proposed-sets-list__item-range {
    color: #894D9A;
}

.proposed-sets-list__link.proposed-sets-list__link--current .proposed-sets-list__item-title,.proposed-sets-list__link.proposed-sets-list__link--current .proposed-sets-list__item-range {
    color: #894D9A;
}

.proposed-sets-list__item:first-child .proposed-sets-list__link {
    border-top: none;
}

.tippy-box[data-theme~=light-border] {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
    color: #333;
    box-shadow: 0 20px 60px -15px rgba(0,0,0,0.3);
    margin-left: -10px;
}

@media (max-width: 768px) {
    .tippy-box[data-theme~=light-border] {
        margin-left:0;
    }
}

.tippy-box {
    outline: none;
}

.tippy-box .tippy-box[data-theme~=light-border] > .tippy-backdrop {
    background-color: #fff;
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after,.tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
    content: "";
    position: absolute;
    z-index: -1;
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after {
    border-color: transparent;
    border-style: solid;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:before {
    border-top-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:after {
    border-top-color: rgba(0,8,16,0.2);
    border-width: 7px 7px 0;
    top: 17px;
    left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow > svg {
    top: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow:after {
    top: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: #fff;
    bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:after {
    border-bottom-color: rgba(0,8,16,0.2);
    border-width: 0 7px 7px;
    bottom: 17px;
    left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow > svg {
    bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow:after {
    bottom: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:before {
    border-left-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:after {
    border-left-color: rgba(0,8,16,0.2);
    border-width: 7px 0 7px 7px;
    left: 17px;
    top: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow > svg {
    left: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow:after {
    left: 12px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:before {
    border-right-color: #fff;
    right: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:after {
    border-width: 7px 7px 7px 0;
    right: 17px;
    top: 1px;
    border-right-color: rgba(0,8,16,0.2);
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow > svg {
    right: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow:after {
    right: 12px;
}

.tippy-box[data-theme~=light-border] > .tippy-svg-arrow {
    fill: #fff;
}

.tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
    background-size: 16px 6px;
    width: 16px;
    height: 6px;
}

.tippy-box[data-animation=shift-away-subtle][data-state=hidden] {
    opacity: 0;
}

.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=top] {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=bottom] {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=left] {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=right] {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.tippy-box[data-theme~=light-border] {
    border-radius: 8px;
    min-width: 207px;
    width: 207px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    box-sizing: border-box;
}

.tippy-box[data-theme~=light-border] .tippy-content {
    padding: 16px;
    padding-bottom: 0;
}

.tippy-box[data-theme~=light-border] *,.tippy-box[data-theme~=light-border] *::after,.tippy-box[data-theme~=light-border] *::before {
    box-sizing: border-box;
}

.char {
    text-align: center;
}

.char .vchar {
    font-size: 96px;
    line-height: 129px;
}

@media screen and (max-width: 1024px) {
    .char .vchar {
        font-size:60px;
    }
}

.char .char__image {
    width: auto !important;
    height: 129px !important;
    padding: 17px 0;
}

.char__content {
    margin-bottom: 24px;
}

.desc svg {
    margin-bottom: -1px;
    margin-left: 4px;
}

.char__copy {
    margin-top: 24px;
}

.char__copy input {
    width: calc(100% + 32px + 2px);
    margin: 0;
    margin-left: -17px;
    margin-bottom: -1px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 0 0 8px 8px;
    border: 1px solid #d5d5d5;
    border-top-color: #eff0f1;
    color: #111111;
    background-color: #ffffff;
    -webkit-transition-property: background-color,color,border-color;
    transition-property: background-color,color,border-color;
    outline: none;
    cursor: pointer;
}

.char__copy input:hover,.char__copy input:active,.char__copy input:focus {
    color: #ffffff;
    border-color: #e7457f;
    border-top-color: transparent;
    background-color: #FF61A0;
}

.char .desc {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
}

.char .desc a {
    color: #2c0e25;
    text-decoration: none;
}

.char .desc a:hover {
    margin: 8px 0;
    color: #894D9A;
    text-decoration: none;
    border-bottom: none;
}

.char .desc-en {
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
}

.char .html-code .code {
    margin-left: 42px;
}

.char .css-code .code {
    margin-left: 42px;
}

.char .unicode-num .code {
    line-height: 1.6;
}

.unicode-num {
    padding-top: 10px;
    text-align: left;
}

.unicode-num .code {
    background: #A65D9F;
    color: #fff;
    padding: 1px 3px;
}

.html-code {
    padding-top: 5px;
    text-align: left;
}

.html-code .code {
    background: #D46399;
    color: #fff;
    padding: 1px 3px;
}

.css-code {
    padding-top: 5px;
    text-align: left;
}

.css-code .code {
    background: #45c468;
    color: #fff;
    padding: 1px 3px;
}

.mnemonic .code {
    background: #6991c6;
    color: #fff;
    padding: 1px 3px;
}

.char__codes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 19px;
    font-size: 12px;
    line-height: 16px;
}

.char__unicode-num {
    margin-bottom: 7px;
}

.char__code-names {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 4px;
}

.char__code-values {
    text-align: left;
}

.char__code-values .unicode-num {
    padding: 0;
    margin-bottom: 7px;
}

.char__code-values .unicode-num .code {
    margin: 0;
}

.char__code-values .html-code {
    padding: 0;
}

.char__code-values .html-code .code {
    margin: 0;
    line-height: 16px;
}

@media screen and (max-width: 768px) {
    div[data-tippy-root] {
        position:fixed !important;
        -webkit-transform: translate(-50%,-50%) !important;
        -ms-transform: translate(-50%,-50%) !important;
        transform: translate(-50%,-50%) !important;
        top: 50% !important;
        left: 50% !important;
        bottom: unset !important;
        right: unset !important;
        z-index: 9999 !important;
    }

    .js-char-popup-overlay {
        position: fixed;
        z-index: 9998;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
    }
}

.set-popup {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    padding: 20px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0,0,0,0.8);
    border-radius: 8px;
}

.set-popup--active {
    display: block;
    opacity: 1;
    pointer-events: inherit;
}

.set-popup__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.set-popup__symbol {
    margin-bottom: 20px;
    height: 38px;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: #ffffff;
}

.set-popup__symbol--kaomoji {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .set-popup__symbol--kaomoji {
        font-size:18px;
        line-height: 32px;
        height: auto;
    }
}

.set-popup__text {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    line-height: 1;
}

.mnemonic-table {
    position: relative;
    border-collapse: collapse;
    width: 100%;
    margin-top: 24px;
    margin-left: -32px;
    margin-right: -32px;
}

@media (max-width: 1024px) {
    .mnemonic-table {
        margin-left:-16px;
        margin-right: -16px;
        width: calc(100% + 32px);
    }
}

.mnemonic-table tr {
    display: grid;
    grid-template-columns: 107px 192px 1fr;
}

@media (max-width: 768px) {
    .mnemonic-table tr {
        width:100%;
        display: grid;
        grid-template-columns: 78px 1fr 2fr;
    }
}

.mnemonic-table thead {
    background: #EFF0F1;
}

.mnemonic-table__column {
    padding: 12px 16px 14px;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.mnemonic-table__column--head {
    font-weight: bold;
    white-space: nowrap;
}

.mnemonic-table__column--symbol {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.mnemonic-table__column--body-symbol {
    padding-top: 6px;
    padding-bottom: 6px;
}

.mnemonic-table__column--title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .mnemonic-table__column {
        padding:8px 0px;
    }

    .mnemonic-table__column--symbol {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .mnemonic-table__column--title {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.mnemonic-table tbody tr {
    border-bottom: solid 1px #EFF0F1;
}

@media (max-width: 768px) {
    .mnemonic-table tbody tr {
        min-height:49px;
    }
}

.mnemonic-table__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    color: #111111;
    width: 100%;
    max-width: 48px;
    min-height: 48px;
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    -webkit-transition: background-color ease-in-out .3s;
    transition: background-color ease-in-out .3s;
    cursor: pointer;
    border-radius: 8px;
    padding: 3px;
}

.mnemonic-table__link:hover,.mnemonic-table__link:focus {
    background: #FCEBFF;
}

@media (max-width: 768px) {
    .mnemonic-table__link {
        max-width:41px;
        min-height: 41px;
        font-size: 24px;
        line-height: 32px;
        padding: 4px;
    }
}

.mnemonic-table__link img {
    display: block;
    font-size: 1px;
    pointer-events: none;
}

.mnemonic-table__descr-link {
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.mnemonic-table__descr-link:hover,.mnemonic-table__descr-link:focus {
    color: #bd3374;
}

.symbol-pagination {
    width: 0;
    height: 0;
    margin: 0;
}

.symbol-pagination__item {
    position: fixed;
    top: calc(50% - 30px);
    left: -10px;
    overflow: hidden;
    width: 40px;
    height: 60px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-property: -webkit-transform,-webkit-transform;
    transition-property: transform,-webkit-transform;
    background-color: #efefef;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.2);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s,-webkit-transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

.symbol-pagination__item svg {
    position: absolute;
    top: 11px;
    left: 17px;
    width: 15px;
    height: 37px;
    content: "";
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.symbol-pagination__item--prev:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.symbol-pagination__item--next {
    right: -10px;
    left: unset;
}

.symbol-pagination__item--next:hover {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.symbol-pagination__item--next svg {
    left: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    .symbol-pagination {
        display:-webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow: hidden;
        min-width: 100%;
        height: auto;
        min-height: 59px;
    }

    .symbol-pagination__item {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        background-color: #ffffff;
        box-shadow: none;
    }

    .symbol-pagination__item:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .symbol-pagination__item svg {
        position: static;
        display: block;
        -webkit-transition: none;
        transition: none;
    }
}

.page-description {
    color: #111111;
    line-height: 24px;
    position: relative;
    margin-top: 48px;
}

.page-description a:hover,.page-description a:focus,.page-description a:active {
    color: #bd3374;
}

@media screen and (max-width: 1024px) {
    .page-description {
        margin-top:40px;
    }
}

.page-description ul {
    list-style-type: disc;
    padding-left: 14px;
    margin: 10px 0;
    font-size: 16px;
}

@media (max-width: 768px) {
    .page-description ul {
        font-size:14px;
        line-height: 24px;
    }
}

.page-description h2 {
    font-family: "Roboto","Noto Sans",sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0 16px;
}

@media screen and (max-width: 767px) {
    .page-description .code {
        font-size:10px;
    }
}

@media screen and (max-width: 767px) {
    .page-description p {
        margin:8px 0;
        line-height: 22px;
        font-size: 14px;
    }
}

.symb-link-wrap:hover a {
    background-color: #FCEBFF;
    color: #894D9A !important;
}

.content-block h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.content-block p {
    margin: 10px 0;
    font-family: "Roboto","Noto Sans",sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}

.hljs {
    background: #fbf7e9 !important;
    padding: .7em !important;
}

code {
    font-size: 15px;
    white-space: pre-wrap;
}

.symb-link-wrap {
    vertical-align: middle;
}

.symb-link-wrap a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    background-color: #eff0f1;
    border-radius: 4px;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
    box-shadow: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 24px;
    color: #111111;
    font-size: inherit;
    line-height: inherit;
    padding: 0 4px;
    box-sizing: border-box;
}

.symb-link-wrap:hover a {
    background-color: #FCEBFF;
    color: #894D9A;
}

.symb-link {
    display: inline-block;
    padding: 0 7px;
    text-decoration: none;
    border-radius: 3px;
    color: #111111;
    background-color: #f7f7f7;
    box-shadow: 0 1px #e3dfe3;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
}

.symb-link:hover,.symb-link:focus {
    color: #111111;
}

.ml-block {
    vertical-align: middle;
}

.ml-block a {
    background-color: transparent;
    border-radius: 4px;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
    box-shadow: none;
    display: inline;
    min-width: 24px;
    font-weight: bold;
    color: #111111 !important;
    font-size: inherit;
    line-height: inherit;
    padding: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}

.ml-block .ml-block__range {
    color: #B8BDC1;
    font-weight: normal;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    display: inline-block;
    white-space: nowrap;
}

.ml-block .ml-block__unicode-logo {
    width: 16px;
    height: 16px;
    display: inline-block;
    white-space: nowrap;
}

.ml-block svg {
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}

.ml-block svg path {
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transition-property: fill;
    transition-property: fill;
}

.ml-block:hover a {
    background-color: #FCEBFF;
    color: #894D9A !important;
}

.ml-block:hover .ml-block__range {
    opacity: 1;
    color: #894D9A !important;
}

.ml-block:hover svg path:first-child {
    fill: #DD1E2C;
}

.morse-fonts {
    margin: 48px 0 0;
}

@media (max-width: 768px) {
    .morse-fonts {
        margin:40px 0;
    }
}

.morse-fonts__title {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 24px;
    color: #111111;
}

@media (max-width: 768px) {
    .morse-fonts__title {
        margin:0 0 12px;
    }
}

.morse-fonts__block {
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    .morse-fonts__block {
        margin-bottom:32px;
    }
}

.morse-fonts__subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}

.morse-fonts__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
    max-width: 678px;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}

@media (max-width: 768px) {
    .morse-fonts__list {
        margin-top:12px;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 540px) {
    .morse-fonts__list {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.morse-fonts__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.morse-fonts__morse-code,.morse-fonts__letter {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 32px;
}

.morse-fonts__letter {
    background-color: #F7F7F7;
}

.cookie {
    box-sizing: border-box;
    position: fixed;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translate(-50%,110%);
    -ms-transform: translate(-50%,110%);
    transform: translate(-50%,110%);
    z-index: 101;
    padding: 0 16px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

@media (max-width: 1024px) {
    .cookie {
        width:100%;
    }
}

.js-cookie--showed {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    opacity: 1;
}

.cookie__wrapper {
    background: #111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 24px 24px 24px 32px;
    border-radius: 8px;
}

@media screen and (max-width: 480px) {
    .cookie__wrapper {
        padding:12px 16px;
    }
}

.cookie__link {
    white-space: nowrap;
    text-decoration: none;
    color: #ff61a0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 1px solid transparent;
}

.cookie__link:hover {
    color: #ff61a0;
    border-bottom: 1px solid #ff61a0;
}

.cookie__message {
    white-space: nowrap;
    margin: 0 48px 0 0;
    color: #fff;
    font-family: "Roboto","Noto Sans",sans-serif;
}

@media screen and (max-width: 1024px) {
    .cookie__message {
        margin:0 32px 0 0;
        white-space: normal;
    }
}

@media screen and (max-width: 480px) {
    .cookie__message {
        margin:0 16px 0 0;
    }
}

.cookie__btn {
    padding: 8px 24px;
    background-color: #fff;
    color: #111111;
    font-family: "Roboto","Noto Sans",sans-serif;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    white-space: nowrap;
}

.cookie__btn:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    box-shadow: inset 0 5px 6px -5px #111111;
}

@media screen and (max-width: 480px) {
    .cookie__btn {
        font-size:14px;
        padding: 4px 16px;
    }
}

.footer {
    background-color: #894d9a;
    color: #ffffff;
    padding: 24px 0;
}

@media screen and (max-width: 767px) {
    .footer {
        padding-top:16px;
        padding-bottom: 32px;
    }
}

.footer__wrapper {
    position: relative;
    width: 970px;
    margin: 0 auto;
}

@media screen and (max-width: 1599px) {
    .footer__wrapper {
        margin-left:0;
        padding-left: 32px;
    }
}

@media screen and (max-width: 1172px) {
    .footer__wrapper {
        margin-left:auto;
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .footer__wrapper {
        width:100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.footer__social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer__social-text {
    margin-right: 24px;
    margin-top: 10px;
    margin-bottom: 8px;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.footer__socials {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
}

.footer__social-item {
    margin-right: 2px;
}

.footer__social-item:last-child {
    margin-right: 0;
}

.footer__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
    color: inherit;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    border-radius: 8px;
    padding: 8px;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.footer__social-link:hover,.footer__social-link:focus {
    background-color: #714080;
}

.footer__social-icon {
    width: 24px;
    height: 24px;
}

.footer__copyright {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    opacity: .4;
    max-width: 720px;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .footer__social-link {
        font-size:14px;
        line-height: 17px;
    }

    .footer__copyright {
        margin: 8px 0;
    }
}

.tool__form {
    position: relative;
    border-radius: 8px;
    margin-bottom: 52px;
    margin: 30px 0;
}

@media (max-width: 768px) {
    .tool__form {
        margin-top:16px;
    }

    .tool__form--password-generator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.tool__form-shadow {
    box-shadow: 0px 8px 16px rgba(49,25,56,0.16);
    border-radius: 8px;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .tool__form-shadow {
        width:calc(100% + 32px);
        margin: 0 -16px;
        margin-bottom: 32px;
        overflow: hidden;
        border-radius: 0;
    }

    .tool__form-shadow--striket {
        position: relative;
    }
}

.tool__list-header {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #EFEDEF;
}

@media (max-width: 768px) {
    .tool__list-header--center {
        text-align:center;
    }

    .tool__list-header--mobile-popup {
        position: static;
    }
}

.tool__item-header {
    width: 50%;
}

.tool__item-header--striket {
    position: relative;
}

@media (max-width: 768px) {
    .tool__item-header--striket {
        position:static;
        overflow-x: auto;
    }
}

.tool__list-title {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

@media (max-width: 768px) {
    .tool__list-title--mobile-popup {
        position:static;
        width: 100%;
    }

    .tool__list-title--mobile-popup .tool__line-title {
        display: none;
    }
}

.tool__list-title--gothic {
    max-width: 100%;
    width: auto;
}

.tool__title-wrapper {
    width: 100%;
}

@media (max-width: 768px) {
    .tool__title-wrapper {
        position:absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        top: 0;
        left: 0;
        background: #ffffff;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        -webkit-transition: -webkit-transform .3s,-webkit-transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        display: none;
    }

    .tool__title-wrapper--active {
        display: block;
    }
}

.tool__btn-mobile-popup,.tool__btn-result-mobile-popup {
    display: none;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

@media (max-width: 768px) {
    .tool__btn-mobile-popup,.tool__btn-result-mobile-popup {
        display:block;
    }
}

.tool__btn-mobile-popup {
    padding: 13px 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #894D9A;
}

.tool__btn-mobile-popup.one-lang {
    cursor: default;
    color: #111111;
}

@media (max-width: 768px) {
    .tool__btn-mobile-popup {
        width:100%;
    }

    .tool__btn-mobile-popup--gothic {
        width: auto;
        white-space: nowrap;
    }
}

.tool__btn-result-mobile-popup {
    display: none;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 24px;
    width: 100%;
    border-bottom: 1px solid #EFEDEF;
    color: #111111;
}

.tool__btn-result-mobile-popup svg {
    margin-right: 24px;
}

@media (max-width: 768px) {
    .tool__btn-result-mobile-popup {
        display:-webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.tool__line-title {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background-color: #2196F3;
    -webkit-transition: .25s;
    transition: .25s;
}

.tool__title,.tool__item-title {
    position: relative;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #111111;
}

@media (max-width: 768px) {
    .tool__title,.tool__item-title {
        font-size:16px;
        line-height: 24px;
    }

    .tool__title--right,.tool__item-title--right {
        overflow-x: auto;
    }

    .tool__title--mobile-popup,.tool__item-title--mobile-popup {
        position: static;
        text-align: center;
    }
}

.tool__list-title--mobile-popup {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .tool__list-title--mobile-popup {
        overflow-x:auto;
    }
}

.tool__item-title {
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
}

@media (max-width: 768px) {
    .tool__item-title {
        white-space:nowrap;
    }
}

.tool__title {
    margin: 0 12px;
    height: 100%;
}

.tool__title--btn {
    color: #894D9A;
}

@media (max-width: 768px) {
    .tool__title--gothic {
        margin:0;
    }
}

.tool__item-title:first-child {
    margin-right: 14px;
}

.tool__item-title span,.tool__title label {
    padding: 11px 13px;
    display: inline-block;
}

@media (max-width: 768px) {
    .tool__item-title span,.tool__title label {
        padding:13px 16px;
    }
}

.tool__item-title span {
    cursor: pointer;
}

.tool__item-title.cur,.tool__item-title.active,.tool__item-title.selected {
    color: #894D9A;
}

.tool__item-title.active.one-lang {
    cursor: default;
    color: #111111;
}

@media (max-width: 768px) {
    label.tool__item-title--mobile-popup {
        position:relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 8px;
        padding: 8px 16px 8px 72px;
        font-weight: 400;
    }

    label.tool__item-title--mobile-popup.cur::before,label.tool__item-title--mobile-popup.selected::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        left: 30px;
        background-color: #894D9A;
        border-radius: 50%;
    }
}

.tool__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 768px) {
    .tool__list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.tool__item {
    width: 50%;
    position: relative;
}

.tool__item--left {
    border-right: 1px solid #EFEDEF;
}

.tool__item--word-counter {
    width: 100%;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .tool__item {
        width:100%;
    }

    .tool__item--left {
        border-right: none;
        border-bottom: 1px solid #EFEDEF;
    }
}

.tool__textarea {
    width: 100%;
    border: none;
    min-height: 290px;
    height: 290px;
    resize: none;
    padding: 24px 56px 24px 24px;
    outline: none;
    display: block;
    line-height: 24px;
    font-size: 16px;
}

.tool__textarea:disabled {
    background-color: #F7F7F7;
    cursor: text;
}

.tool__textarea--left {
    border-bottom-left-radius: 8px;
}

.tool__textarea--right {
    background-color: #F7F7F7 !important;
    border-bottom-right-radius: 8px;
}

.tool__textarea--text-to-symbols-left::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #f9f9fd;
}

.tool__textarea--text-to-symbols-left::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #b8bdc1;
}

.tool__textarea--text-to-symbols-left::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

.tool__textarea--text-to-symbols {
    line-height: 1.1;
    font: 11px tahoma,verdana,arial,sans-serif,Lucida Sans;
    height: 100%;
    position: relative;
    width: 100%;
    resize: none;
    overflow: auto;
    white-space: pre;
    word-wrap: normal;
}

.tool__textarea--text-to-symbols::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #f9f9fd;
}

.tool__textarea--text-to-symbols::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #b8bdc1;
}

.tool__textarea--text-to-symbols::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

.tool__textarea--word-counter {
    border-bottom-right-radius: 8px;
    border-radius: 8px;
    height: 344px;
}

@media (max-width: 768px) {
    .tool__textarea {
        padding:24px 16px;
        height: 240px;
    }

    .tool__textarea--left,.tool__textarea--right {
        border-radius: 0;
    }

    .tool__textarea--generator-left {
        height: 160px;
    }

    .tool__textarea--generator-right {
        height: 280px;
    }

    .tool__textarea--word-counter {
        height: 350px;
    }
}

.tool__clear,.tool__copy,.tool__reverse {
    position: absolute;
    padding: 0;
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    top: 16px;
    right: 16px;
    color: #8D8D8D;
    -webkit-transition: opacity .2s,color .2s,background-color .2s;
    transition: opacity .2s,color .2s,background-color .2s;
    background-color: #ffffff;
}

.tool__clear svg,.tool__copy svg,.tool__reverse svg {
    display: block;
    pointer-events: none;
}

.tool__clear:hover,.tool__copy:hover,.tool__reverse:hover {
    color: #894D9A;
    background-color: #FCEBFF;
}

.tool__clear:active,.tool__copy:active,.tool__reverse:active {
    background-color: #ECCAF5;
    -webkit-tap-highlight-color: #ECCAF5;
}

.tool__clear,.tool__copy {
    opacity: 0;
    pointer-events: none;
}

.tool__list--active .tool__clear,.tool__list--active .tool__copy {
    opacity: 1;
    pointer-events: inherit;
}

.tool__copy {
    top: auto;
    bottom: 16px;
    background-color: #F7F7F7;
}

.tool__reverse {
    left: calc(50% - 20px);
    top: calc(50% - 20px);
}

@media (max-width: 768px) {
    .tool__reverse--braille {
        top:5px;
    }
}

.tool__message-block {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    bottom: 60px;
    right: -12px;
    width: 110px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.tool__message-block--active {
    opacity: 1;
}

@media (max-width: 768px) {
    .tool__message-block {
        right:4px;
        bottom: 62px;
    }
}

.tool__message {
    display: inline-block;
    padding: 6px 16px;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    line-height: 16px;
    background: rgba(0,0,0,0.8);
    box-shadow: 0px 1.29094px 1.29094px rgba(0,0,0,0.25),0px 0px 2.58188px rgba(0,0,0,0.25);
    border-radius: 8px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .tool__message {
        padding:6px 8px;
    }
}

.tool__container {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #F7F7F7;
}

@media (max-width: 768px) {
    .tool__container {
        left:16px;
    }
}

.tool__btn {
    margin: 0;
    padding: 2px 6px;
    font: 12px 'Roboto',sans-serif;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #B8BDC1;
    color: #B8BDC1;
    -webkit-transition: color .2s,border-color .3s,background-color .2s;
    transition: color .2s,border-color .3s,background-color .2s;
}

.tool__btn.active {
    border-color: #894D9A;
    color: #894D9A;
}

@media (min-width: 1025px) {
    .tool__btn.active:hover,.tool__btn.active:focus {
        color:#894D9A;
        border-color: #894D9A;
        background-color: #FCEBFF;
    }
}

.tool__btn.active:active {
    background-color: #ECCAF5;
}

@media (min-width: 1025px) {
    .tool__btn:hover,.tool__btn:focus {
        color:#894D9A;
        border-color: #894D9A;
        background-color: #FCEBFF;
    }
}

.tool__btn:active {
    background-color: #ECCAF5;
}

.tool__btn--mnemonic {
    margin-right: 12px;
}

.tool__btn:first-child {
    padding-left: 7px;
    padding-right: 7px;
}

.tool__header {
    margin: 0;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #111111;
}

@media (max-width: 768px) {
    .tool__header {
        font-size:16px;
        line-height: 24px;
    }
}

.tool__fields-block {
    margin-top: 9px;
    margin-bottom: 37px;
    font-size: 20px;
    line-height: 32px;
}

@media (max-width: 768px) {
    .tool__fields-block {
        margin-top:4px;
        margin-bottom: 28px;
    }
}

.tool__input {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    border: 1px solid #EFEDEF;
    border-radius: 8px;
    padding: 16px 16px 14px 16px;
    width: 144px;
    height: 54px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tool__input:focus {
    border: 1px solid #894D9A;
    box-shadow: inset 0 0 0 1px #894D9A;
}

@media (max-width: 768px) {
    .tool__input {
        height:48px;
        width: calc(50% - 13px);
        padding: 12px 16px;
    }
}

.tool__btn-submite {
    padding: 0;
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 18px;
    padding: 9px 24px;
    border: 1px solid #EFEDEF;
    border-radius: 8px;
    height: 54px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    -webkit-transition: background-color .2s,border .2s,color .2s;
    transition: background-color .2s,border .2s,color .2s;
}

@media (min-width: 1025px) {
    .tool__btn-submite:hover {
        background-color:#FF61A0;
        border: 1px solid #E7457F;
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    .tool__btn-submite {
        margin-top:24px;
        width: 100%;
        margin-left: 0;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        padding: 12px 16px;
    }

    .tool__btn-submite:active {
        background-color: #FF61A0;
        border: 1px solid #E7457F;
        color: #ffffff;
    }
}

.tool__help-info {
    margin: 0;
    position: absolute;
    right: 16px;
    bottom: 16px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0,0,0,0.54);
}

.tool__title-with-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 768px) {
    .tool__strikethrough-mobile-line {
        border-left:1px solid #EFEDEF;
    }
}

.tool__title-text {
    position: relative;
    padding: 11px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font: inherit;
    cursor: pointer;
}

.tool__title-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    display: block;
    left: 1px;
    background-color: #894D9A;
}

@media (max-width: 768px) {
    .tool__title-text {
        white-space:nowrap;
    }

    .tool__title-text::before {
        content: none;
    }
}

.tool__select-btn {
    padding: 0;
    outline: none;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 8px;
    color: #8D8D8D;
    cursor: pointer;
    -webkit-transition: color .2s,background-color .2s,-webkit-transform .2s;
    transition: color .2s,background-color .2s,-webkit-transform .2s;
    transition: color .2s,background-color .2s,transform .2s;
    -webkit-transition: color .2s,background-color .2s,-webkit-transform .2s,-webkit-transform .2s;
    transition: color .2s,background-color .2s,transform .2s,-webkit-transform .2s;
}

.tool__select-btn svg {
    display: block;
}

.tool__select-btn.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 1024px) {
    .tool__select-btn:hover {
        color:#894D9A;
        background-color: #FCEBFF;
    }
}

@media (max-width: 768px) {
    .tool__select-btn {
        display:none;
    }
}

.tool__select {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 8px 16px rgba(49,25,56,0.16);
}

.tool__select.active .tool__select-list {
    max-height: 100%;
    -webkit-transition: max-height .3s;
    transition: max-height .3s;
}

@media (max-width: 768px) {
    .tool__select.active {
        display:block;
    }
}

@media (max-width: 768px) {
    .tool__select {
        display:none;
        top: 0;
        border-radius: 0;
        box-shadow: none;
        height: 100%;
        width: 100%;
    }
}

.tool__select-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 0;
    -webkit-transition: height .3s;
    transition: height .3s;
}

@media (max-width: 768px) {
    .tool__select-list {
        max-height:100%;
    }
}

.tool__select-item {
    cursor: pointer;
    padding: 6px 24px;
    -webkit-transition: color .2s,background-color .2s;
    transition: color .2s,background-color .2s;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #111111;
}

.tool__select-item:last-child {
    margin-bottom: 12px;
}

.tool__select-item.active {
    color: #894D9A;
    background-color: #FCEBFF;
}

@media (min-width: 1024px) {
    .tool__select-item:hover {
        color:#894D9A;
        background-color: #FCEBFF;
    }
}

@media (max-width: 768px) {
    .tool__select-item {
        position:relative;
        margin-top: 8px;
        padding: 8px 16px 8px 72px;
        font-weight: 400;
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }

    .tool__select-item.active {
        background-color: transparent;
    }

    .tool__select-item.active::before {
        content: "";
    }

    .tool__select-item::before {
        position: absolute;
        width: 12px;
        height: 12px;
        left: 30px;
        background-color: #894D9A;
        border-radius: 50%;
        top: calc(50% - 6px);
    }
}

.tool-word-counter {
    margin: 0 0 32px;
}

.tool-word-counter__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: -10px;
    display: grid;
    grid-template-columns: 2fr 3fr;
}

@media (max-width: 767px) {
    .tool-word-counter__list {
        grid-template-columns:auto;
    }
}

.tool-word-counter__item {
    margin-bottom: 10px;
    height: 24px;
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    overflow: hidden;
}

.tool-word-counter__item b {
    margin-left: 4px;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

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

@media (max-width: 768px) {
    .tool__group-list {
        margin-top:20px;
    }
}

.tool__group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.tool__group-item:not(:first-child) {
    margin-top: 12px;
}

.tool__group-label {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: block;
    cursor: pointer;
}

.tool__group-label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border: 2px solid #894D9A;
    border-radius: 2px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: border-color .2s,background-color .2s;
    transition: border-color .2s,background-color .2s;
}

@media (min-width: 1024px) {
    .tool__group-label:hover::before {
        border-color:#FF61A0;
    }
}

.tool__group-inupt:checked + .tool__group-label::before {
    background-color: #894D9A;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 9L7 12.5L14.5 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    border: none;
}

@media (min-width: 1024px) {
    .tool__group-inupt:checked + .tool__group-label:hover::before {
        border:none;
        background-color: #FF61A0;
    }
}

.tool__max-number-block {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 768px) {
    .tool__max-number-block {
        -webkit-box-ordinal-group:0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
        margin-top: 14px;
    }
}

.tool__number-input {
    margin-right: 8px;
    border: 1px solid #EFEDEF;
    box-sizing: border-box;
    border-radius: 8px;
    color: #000;
    width: 50px;
    height: 54px;
    padding: 16px 14px;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tool__number-input:focus {
    border-color: #894D9A;
}

.tool__result-container {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 768px) {
    .tool__result-container {
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.tool__result-btn {
    border: none;
    cursor: pointer;
    background-color: #894D9A;
    color: #ffffff;
    padding: 11px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-right: 22px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.tool__result-btn.disabled {
    background-color: #cecfd0;
    cursor: default;
}

@media (min-width: 1024px) {
    .tool__result-btn:hover {
        background-color:#FF61A0;
    }

    .tool__result-btn.disabled:hover {
        background-color: #cecfd0;
    }
}

@media (max-width: 768px) {
    .tool__result-btn {
        font-size:16px;
        line-height: 24px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        padding: 12px 24px;
    }
}

.tool__result-block {
    height: 100%;
    background-color: #ffffff;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 7px 0 7px 24px;
    text-align: center;
    min-height: 54px;
    background-color: #F7F7F7;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}

.tool__result-block.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 768px) {
    .tool__result-block {
        width:calc(100% - 63px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.tool__warning-block {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .2s;
    transition: max-height .2s;
}

@media (max-width: 768px) {
    .tool__warning-block {
        -webkit-box-ordinal-group:0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }
}

.tool__warning {
    font-size: 14px;
    line-height: 22px;
    color: red;
    padding-bottom: 12px;
    display: block;
}

.tool__result-text {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tool__copy-container {
    position: relative;
    padding: 0 15px 0 8px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 54px;
    background-color: #F7F7F7;
    border-radius: 0 8px 8px 0;
}

.tool__copy-container.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 768px) {
    .tool__copy-container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .tool__copy-container.active .tool__copy-result {
        color: #8D8D8D;
        pointer-events: initial;
    }
}

.tool__copy-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    color: #8D8D8D;
    border-radius: 50%;
    -webkit-transition: color .2s,background-color .2s;
    transition: color .2s,background-color .2s;
}

.tool__copy-result svg {
    height: auto;
}

@media (min-width: 1024px) {
    .tool__copy-result:hover {
        color:#894D9A;
        background-color: #FCEBFF;
    }
}

@media (max-width: 768px) {
    .tool__copy-result {
        color:#B8BDC1;
        pointer-events: none;
    }
}

.tool__copy-message {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    bottom: 60px;
    width: 110px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.tool__copy-message.active {
    opacity: 1;
}

.tool-typograf__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
}

.tool-typograf__change-setting {
    padding: 0;
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 12px;
    background-color: #F7F7F7;
    color: #8D8D8D;
    border-radius: 50%;
    -webkit-transition: color 0.2s,background-color 0.2s;
    transition: color 0.2s,background-color 0.2s;
}

@media (min-width: 1024px) {
    .tool-typograf__change-setting:hover {
        color:#894D9A;
        background-color: #FCEBFF;
    }
}

.tool-typograf__setting {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

.tool-typograf__wrapper {
    padding-top: 28px;
}

.tool-typograf__setting-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tool-typograf__setting-block:not(:first-child) {
    margin-top: 20px;
}

.tool-typograf__title {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.tool-typograf__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 0 20px;
}

.tool-typograf__item:not(:first-child) {
    margin-left: 16px;
}

.tool-typograf__btn {
    padding: 0;
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 8px;
    min-height: 40px;
    min-width: 56px;
    background: #EFF0F1;
    border-radius: 8px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.tool-typograf__btn:hover {
    background-color: #B8BDC1;
}

.tool-typograf__btn.is-active {
    background-color: #B8BDC1;
}

.tools__article h2 {
    margin: 0;
    margin-top: 30px;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

@media (max-width: 768px) {
    .tools__article h2 {
        font-size:16px;
        line-height: 24px;
        margin-top: 20px;
    }
}

.tools__article a {
    display: block;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.tools__article a:hover,.tools__article a:focus {
    color: #bd3374;
}

.tools__article span {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 768px) {
    .tools__article span {
        margin-top:5px;
    }
}

.tools-list {
    background: #EFF0F1;
    border-radius: 8px;
    padding: 24px;
    margin: 48px 0 28px;
}

@media (max-width: 768px) {
    .tools-list {
        margin-left:-16px;
        margin-right: -16px;
        border-radius: 0;
        padding: 24px 16px;
    }
}

.tools-list__title {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tools-list__title img {
    display: block;
    width: 20px;
    height: auto;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .tools-list__title img {
        margin-right:4px;
        width: 16px;
    }
}

@media (max-width: 768px) {
    .tools-list__title {
        font-size:16px;
        line-height: 24px;
    }
}

.tools-list__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 20px 0 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media (max-width: 768px) {
    .tools-list__list {
        margin:16px 0 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.tools-list__item {
    margin-bottom: 12px;
}

.tools-list__link {
    font-size: 16px;
    line-height: 24px;
    color: #0645AD;
    -webkit-transition: color .2s;
    transition: color .2s;
}

@media (min-width: 1024px) {
    .tools-list__link:hover {
        color:#894D9A;
    }
}

.blocks-list__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@media (max-width: 768px) {
    .blocks-list__list {
        margin-left:-16px;
        margin-right: -16px;
    }
}

.blocks-list__item {
    position: relative;
    margin-left: 95px;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .blocks-list__item {
        margin-left:105px;
    }
}

@media (max-width: 768px) {
    .blocks-list__item {
        width:100%;
        margin-left: 0;
        border-bottom: 1px solid #DEDEDE;
        line-height: 16px;
    }

    .blocks-list__item:first-child {
        border-top: 1px solid #DEDEDE;
    }
}

.blocks-list__range {
    color: #b8bdc1;
    position: absolute;
    text-align: right;
    left: -121px;
    min-width: 105px;
}

@media (max-width: 768px) {
    .blocks-list__range {
        display:none;
    }
}

.blocks-list__link {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

@media (min-width: 1025px) {
    .blocks-list__link:hover,.blocks-list__link:focus {
        color:#bd3374;
    }
}

@media (max-width: 768px) {
    .blocks-list__link {
        display:-webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 14px 16px 15px 16px;
        color: #000;
    }
}

.blocks-list__arrow {
    display: none;
}

@media (max-width: 768px) {
    .blocks-list__arrow {
        display:block;
    }
}

.sets-list__list {
    margin: 0;
    padding: 0;
    margin-left: -14px;
    margin-right: -14px;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 8px;
}

@media (max-width: 1024px) {
    .sets-list__list {
        grid-gap:16px 8px;
        margin-left: -8px;
        margin-right: -8px;
    }
}

@media (max-width: 768px) {
    .sets-list__list {
        grid-gap:16px 8px;
        padding: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.sets-list__item {
    padding: 14px;
}

.sets-list__item--hidden {
    display: none;
}

@media (max-width: 1024px) {
    .sets-list__item {
        padding:8px;
    }
}

@media (max-width: 768px) {
    .sets-list__item {
        padding:0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.sets-list__link {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background-color: #ffffff;
    display: block;
    width: 100%;
    box-shadow: 0px 8px 16px rgba(49,25,56,0.16);
    -webkit-transition: box-shadow .2s ease-in-out,border-color .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,border-color .2s ease-in-out;
    -webkit-transition: box-shadow .2s ease-in-out,border-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,border-color .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    border-radius: 4px;
}

@media (min-width: 1025px) {
    .sets-list__link:hover,.sets-list__link:focus {
        box-shadow:0px 2px 4px rgba(49,25,56,0.16);
    }
}

@media (max-width: 1024px) {
    .sets-list__link {
        box-shadow:none;
        border: 1px solid rgba(17,17,17,0.1);
        border-radius: 8px;
    }
}

@media (max-width: 768px) {
    .sets-list__link:hover,.sets-list__link:focus {
        border-color:#FCEBFF;
    }
}

.sets-list__preview {
    position: relative;
    min-height: 153px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 40px;
    line-height: 47px;
    padding: 7px 2px 6px;
    color: #000000;
}

@media (max-width: 480px) {
    .sets-list__preview {
        min-height:90px;
    }
}

.sets-list__image {
    display: inline-block;
    max-height: 48px;
    height: 100%;
    width: auto;
}

.sets-list__image-block {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.sets-list__footer {
    font-family: "Roboto","Noto Sans",sans-serif;
    border-top: 2px solid #EFF0F1;
    padding: 11px 16px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media (max-width: 1024px) {
    .sets-list__footer {
        border-top:0;
        min-height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .sets-list__footer {
        min-height:50px;
    }
}

@media (max-width: 480px) {
    .sets-list__footer {
        min-height:40px;
        padding: 4px 6px;
    }
}

.sets-list__link:hover .sets-list__footer,.sets-list__link:focus .sets-list__footer {
    border-color: #9816af;
    background-color: #2196F3;
}

.sets-list__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto;
    word-break: break-word;
    display: -webkit-box;
    display: -moz-box;
    max-width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #111111;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

@media screen and (min-width: 1024px) {
    .sets-list__name {
        margin-bottom:1px;
        word-break: break-all;
        -webkit-line-clamp: 1;
    }
}

@media (max-width: 768px) {
    .sets-list__name {
        font-size:14px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .sets-list__name {
        font-size:12px;
    }
}

.sets-list__count {
    color: #2b6491;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

@media (max-width: 1024px) {
    .sets-list__count {
        margin-top:4px;
    }
}

@media (max-width: 768px) {
    .sets-list__count {
        display:none;
    }
}

.sets-list__link:hover .sets-list__name,.sets-list__link:focus .sets-list__name,.sets-list__link:hover .sets-list__count,.sets-list__link:focus .sets-list__count {
    color: #894D9A;
}

.sets-list__badge {
    position: absolute;
    right: -21px;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    width: 80px;
    padding: 4px 0 3px;
    line-height: 14px;
}

.sets-list__badge--new {
    color: #03A9F4;
    background: #00c853;
}

.alphabets-list__nav {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 34px;
}

@media (max-width: 1024px) {
    .alphabets-list__nav {
        grid-column-gap:10px;
    }
}

@media (max-width: 768px) {
    .alphabets-list__nav {
        display:block;
        grid-template-columns: auto;
        grid-column-gap: 0;
    }
}

.alphabets-list__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (max-width: 768px) {
    .alphabets-list__list {
        margin-left:-16px;
        margin-right: -16px;
    }
}

@media (max-width: 768px) {
    .alphabets-list__list:last-child .alphabets-list__item:last-child {
        border-bottom:1px solid #FF5722;
    }
}

.alphabets-list__item {
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 1024px) {
    .alphabets-list__item {
        font-size:12px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .alphabets-list__item {
        border-top:1px solid #03A9F4;
    }

    .alphabets-list__item:last-child {
        border-top: top;
    }
}

.alphabets-list__link {
    font: inherit;
    -webkit-transition: color .2s;
    transition: color .2s;
}

@media (min-width: 769px) {
    .alphabets-list__link:hover,.alphabets-list__link:focus {
        color:#bd3374;
    }
}

@media (max-width: 768px) {
    .alphabets-list__link {
        display:-webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 14px 16px 15px 16px;
        line-height: 16px;
        color: #000000;
        text-decoration: none;
        font-size: 14px;
        line-height: 16px;
    }
}

.alphabets-list__link svg {
    display: none;
}

@media (max-width: 768px) {
    .alphabets-list__link svg {
        display:block;
    }
}

.alt-codes__wrapper .table-of-content {
    max-width: 600px;
}

@media (max-width: 1024px) {
    .alt-codes__wrapper .table-of-content {
        max-width:100%;
    }
}

.alt-codes__content {
    margin-top: 30px;
    max-width: 664px;
}

@media (max-width: 1024px) {
    .alt-codes__content {
        max-width:100%;
    }
}

.alt-codes__content-title {
    margin: 0;
    padding: 0;
    font-family: "Roboto","Noto Sans",sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
}

.html-entities__subheading {
    margin: 10px 0;
}

.symbol__block-symbol {
    display: grid;
    grid-template-columns: 185px 1fr;
    grid-template-rows: auto;
}

@media (max-width: 768px) {
    .symbol__block-symbol {
        grid-template-columns:151px 1fr;
        position: relative;
    }
}

.symbol__item-symbol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 144px;
}

@media (max-width: 768px) {
    .symbol__item-symbol {
        margin-top:4px;
        margin-bottom: 22px;
    }
}

.symbol__container-symbol {
    margin-right: 40px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .symbol__container-symbol {
        margin:0;
        margin-right: 7px;
        padding: 14px;
        border-radius: 6px;
        box-shadow: 0 4px 10px #3F51B5;
    }
}

.symbol__container-symbol span {
    font-size: 96px;
    line-height: 129px;
}

.symbol__title {
    font-weight: normal;
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #111111;
    font-family: "Roboto","Noto Sans",sans-serif;
}

@media (max-width: 768px) {
    .symbol__title {
        font-size:16px;
    }

    .symbol__title--main {
        font-weight: 500;
    }
}

.symbol__subtitle {
    margin-top: 15px;
}

.symbol__symbol-number {
    margin: 0;
    color: #FFC107;
    font-size: 40px;
    line-height: 48px;
    margin-top: 20px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .symbol__symbol-number {
        font-size:13px;
        line-height: 24px;
        margin-top: 6px;
    }
}

.symbol__copy-block {
    margin-top: 40px;
    grid-column: span 2;
}

@media (max-width: 768px) {
    .symbol__copy-block {
        margin-top:0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 768px) {
    .symbol__copy-block .symbol__title {
        display:none;
    }
}

.symbol__copy-fields {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .symbol__copy-fields {
        margin:0;
    }
}

.symbol__copy-fields input {
    border: solid 1px #3F51B5;
    border-radius: 5px;
    resize: none;
    padding: 5px 10px;
    box-shadow: inset 0 0 5px #03A9F4;
    width: 72px;
    text-align: center;
    height: 34px;
    margin-right: 10px;
    font-size: 16px;
    outline: none;
}

@media (max-width: 768px) {
    .symbol__copy-fields input {
        display:none;
    }
}

.symbol__copy-fields button {
    padding: 0;
    outline: none;
    font-family: "Roboto","Noto Sans",sans-serif;
    font-size: 18px;
    padding: 6px 14px;
    margin-top: 0;
    border: none;
    color: #673AB7;
    border-radius: 8px;
    background-color: #cf407a;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

@media (min-width: 1025px) {
    .symbol__copy-fields button:hover,.symbol__copy-fields button:focus {
        background-color:#f0588f;
    }
}

@media (max-width: 768px) {
    .symbol__copy-fields button {
        font-size:13px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        width: 144px;
        margin-right: 0;
        padding: 7px 14px;
        font-weight: 500;
    }
}

.symbol__meta {
    margin-top: 40px;
}

.table-section table {
    border-collapse: collapse;
    margin-top: 10px;
    font-family: "Roboto","Noto Sans",sans-serif;
    font-size: 12px;
    line-height: 19px;
}

.table-section table a {
    -webkit-transition: color .2s;
    transition: color .2s;
}

@media (min-width: 1025px) {
    .table-section table a:hover,.table-section table a:focus {
        color:#bd3374;
    }
}

.table-section tr {
    border-bottom: solid 1px #03A9F4;
}

.table-section td {
    padding: 6px 10px 6px 0;
}

@media (max-width: 768px) {
    .table-section td {
        padding:8px 10px 7px 0;
    }
}

@media (max-width: 768px) {
    .table-section td:first-of-type {
        opacity:.6;
    }
}

.table-section .unicode-num,.table-section .css-code,.table-section .html-code {
    padding: 0;
}

.emoji-device {
    margin-top: 40px;
}

.emoji-device__list {
    max-width: 650px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 35px 20px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (max-width: 768px) {
    .emoji-device__list {
        grid-template-columns:repeat(3,1fr);
        grid-gap: 10px 16px;
        margin-top: 20px;
    }
}

@media (max-width: 540px) {
    .emoji-device__list {
        grid-template-columns:repeat(2,1fr);
    }
}

.emoji-device__item {
    min-height: 176px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #000;
    -webkit-transition: color .2s;
    transition: color .2s;
}

@media (min-width: 1025px) {
    .emoji-device__item:hover,.emoji-device__item:focus {
        color:#c54282;
    }
}

@media (max-width: 768px) {
    .emoji-device__item {
        box-shadow:0 4px 10px #2196F3;
        border-radius: 6px;
    }
}

.emoji-device__item span {
    width: 100%;
    margin-top: 18px;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .emoji-device__item span {
        margin-top:4px;
    }
}

.symbol__descr {
    margin-top: 34px;
    max-width: 660px;
}

.symbol__descr a {
    -webkit-transition: color .2s;
    transition: color .2s;
}

@media (min-width: 1025px) {
    .symbol__descr a:hover,.symbol__descr a:focus {
        color:#bd3374;
    }
}

.symbol__descr p {
    margin: 10px 0;
    line-height: 24px;
    color: #111111;
    font-family: "Roboto","Noto Sans",sans-serif;
    font-size: 16px;
}

@media (max-width: 768px) {
    .symbol__descr p {
        font-size:13px;
        margin: 0;
        line-height: 21px;
    }
}

.symbol__descr .desc {
    margin-top: 13px;
}

.symbol__properties {
    margin-top: 40px;
}

.sets-carousel {
    margin-top: 40px;
    max-width: 628px;
}

.sets-carousel__container {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin-top: 20px;
}

.sets-carousel__list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-property: -webkit-transform,-webkit-transform;
    transition-property: transform,-webkit-transform;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sets-carousel__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: unset;
    -webkit-flex-basis: unset;
    flex-basis: unset;
    padding: 0 1px;
    font-size: 18px;
    background-color: #8BC34A;
    overflow: hidden;
    margin-bottom: 0;
}

.sets-carousel__link {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    min-height: 100px;
    text-decoration: none;
    color: #111111;
    border: 1px solid #135393;
    border-radius: 8px;
    background-color: #FF9800;
}

@media (min-width: 1025px) {
    .sets-carousel__link:hover,.sets-carousel__link:focus {
        color:#03A9F4;
        border-color: #2196F3;
    }
}

.sets-carousel__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 60px;
    line-height: 67px;
    padding: 7px 2px 6px;
    color: #000000;
    min-height: 80px;
    overflow: hidden;
}

.sets-carousel__preview img {
    font-size: 2px;
    line-height: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 60px;
    width: auto;
}

.sets-carousel__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 2px 7px 6px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-align: center;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    min-height: 36px;
}

@media (min-width: 1025px) {
    .sets-carousel__link:hover .sets-carousel__subtitle,.sets-carousel__link:focus .sets-carousel__subtitle {
        color:#CDDC39;
        background-color: #03A9F4;
    }
}

.sets-carousel__subtitle span {
    word-break: break-word;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sets-carousel__pagination {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sets-carousel__bullet {
    cursor: pointer;
    margin: 0 2px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
    outline: none;
}

.sets-carousel__bullet--active {
    background-color: #FFEB3B;
    opacity: 1;
}

.encodings {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .encodings {
        overflow:hidden;
    }
}

.encodings table {
    border-collapse: collapse;
    font: 12px "Roboto","Noto Sans",sans-serif;
    color: #111111;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .encodings table {
        display:block;
        overflow-x: scroll;
        width: 100%;
    }
}

.encodings th.left {
    text-align: left;
    padding-left: 0;
}

.encodings th {
    border-bottom: solid 2px #c5116c;
    padding: 9px 0 4px 25px;
    vertical-align: middle;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    color: #4488bf;
    text-align: right;
    font-weight: normal;
}

.encodings td.left {
    text-align: left;
    padding-left: 0;
}

.encodings td {
    border-bottom: solid 1px #d71475;
    padding: 9px 0 9px 25px;
    vertical-align: middle;
    font-family: monospace;
    text-align: right;
}

.text-art__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -32px;
    margin-top: -48px;
}

@media (max-width: 767px) {
    .text-art__list {
        margin-top:-32px;
        margin-left: -24px;
    }
}

.text-art__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 32px;
    margin-top: 48px;
}

@media (max-width: 767px) {
    .text-art__item {
        margin-top:32px;
        margin-left: 24px;
    }
}

.text-art__pre {
    margin: 0;
    display: block;
    font-size: 10px;
    line-height: 1;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    font-family: ui-monospace,"Cascadia Mono","Segoe UI Mono","Liberation Mono",Menlo,Monaco,Consolas,monospace;
}
