#scrollToUp {
    position: fixed;
    bottom: 40px;
    right: 50%;
    margin-right: -620px;
    font-size: 22px;
    width: 40px;
    height: 40px;
    background-color: #c9d4f5;
    color: #000;
    vertical-align: middle;
    text-align: center;
    line-height: 1.75;
    cursor: pointer;
    opacity: .5;
    display: none;
    z-index: 9999
}

#scrollToUp .svgIcon {
    fill: #000;
    width: 22px;
    height: 22px
}

#scrollToUp:hover {
    opacity: .8
}

@media (max-width: 640px) {
    #scrollToUp {
        bottom: 20px;
        right: 8px
    }
}

@media (max-width: 1260px) {
    #scrollToUp {
        right: 20px;
        margin: 0
    }
}

.pager {
    display: block
}

.pager__item {
    border: 0;
    font-size: 110%;
    margin-right: 5px;
    min-width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #404040;
    line-height: 2.3;
    outline: none;
    text-decoration: none;
    font-family: circe-regular, serif;
    font-weight: 600
}

.pager__item:hover {
    background-color: #ffe6b0;
    border-radius: 50%;
    color: #404040
}

.pager__item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.pager__item_active, .pager__item_active:hover {
    background-color: #ffce63;
    border-radius: 50%
}

.pager__item_dots {
    background-color: transparent !important
}

@media (max-width: 992px) {
    .pager {
        text-align: center
    }
}

.block-with-bottom-shadow {
    box-shadow: 0 2px 3px -2px #ddd;
    border: 1px solid #ced2d8;
    border-bottom: 1px solid #dfdfe1
}

.form-group {
    margin-bottom: 15px
}

.form-control {
    color: inherit;
    display: block;
    padding: 6px 8px;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
    height: 34px
}

.control-label {
    font-weight: bold
}

select.form-control {
    border-color: #eaecef;
    color: #404040;
    background-color: transparent;
    height: 45px;
    font-size: 1rem;
    padding-left: 5px
}

textarea.form-control {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    resize: none
}

.control__caption, .form-group__caption {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.form__hint {
    width: 100%;
    margin-bottom: 5px;
    font-size: 85%;
    color: #a0a4af
}

.message__form, .auth__form {
    width: 100%;
    margin: 20px auto;
    max-width: 400px;
    padding: 0 20px
}

.message__form h1, .auth__form h1 {
    margin-bottom: 30px
}

.message__form p, .auth__form p {
    font-size: 14px
}

.auth__form .form-control {
    height: 40px
}

.auth__form table {
    width: 100%
}

.auth__form .links a {
    color: #666
}

.auth__form .btn-block {
    font-size: 14px;
    line-height: 1.8
}

.auth__form__comment {
    margin-top: -10px;
    margin-bottom: 15px
}

textarea.error, input.error, select.error, .has-error input, .has-error textarea, .has-error .input-group-addon {
    border: 1px solid #f76676 !important;
    background: #fff none;
    border-radius: 1px
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.has-error .input-group-addon:first-child, .input-group-addon:first-child {
    border-right: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-btn:last-child > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-btn > .btn {
    position: relative;
    padding: 7px 12px
}

.input-group-addon {
    border: 1px solid #bcc1ca;
    border-radius: 1px;
    color: inherit;
    line-height: 1;
    padding: 7px 12px;
    text-align: center;
    white-space: nowrap
}

.input-group-addon, .input-group-btn {
    vertical-align: middle;
    width: 1%
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

textarea:focus, input:focus, input[type]:focus, input:focus ~ .input-group-btn .btn {
    outline: none;
    border: 1px solid #91b4ed;
    box-shadow: 0 0 0 1px #91b4ed
}

textarea, input {
    border: 1px solid #bcc1ca;
    background: #fff none;
    border-radius: 1px
}

.grabber__fieldErrors, .grabber__globalErrors {
    color: #f76676;
    line-height: 1.1
}

ul {
    list-style: none
}

ul.adv.no_padding, ul.simple.no_padding, ul.star.no_padding, ol.no_padding {
    padding-left: 20px
}

ul.adv, ul.simple, ul.star {
    display: inline-block;
    list-style-type: none;
    margin: 0 0 5px 0
}

ul.adv li, ul.simple li, ul.star li, ol li {
    padding: 3px 0;
    line-height: 26px;
    position: relative
}

ul.adv li:before, ul.simple li:before, ul.star li:before {
    content: '';
    position: absolute
}

ul.adv {
    padding-left: 48px
}

ul.adv li:before {
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-40 0 930 1010"%3E%3Cpath d="M280 970L850 95 765 45 270 805 70 570 0 645 280 970Z" fill="%23898df4" stroke-width="50" stroke="%23898df4"/%3E%3C/svg%3E') no-repeat;
    left: -20px;
    width: 16px;
    height: 15px;
    top: 7px
}

ul.simple {
    padding-left: 45px
}

ul.simple li:before {
    background-color: #f79b1a;
    left: -15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 12px
}

ul.star {
    padding-left: 50px
}

ul.star li:before {
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"%3E%3Cpath d="M24.002.98l7.155 14.5 15.998 2.325-11.577 11.283L38.31 45.02l-14.308-7.522-14.31 7.522 2.733-15.932L.845 17.805l16.002-2.324z" fill="%23b6c4ed"/%3E%3C/svg%3E') no-repeat;
    top: 7px;
    left: -22px;
    width: 16px;
    height: 16px
}

@media screen and (max-width: 450px) {
    ul.adv {
        padding-left: 30px
    }

    ul.simple {
        padding-left: 27px
    }

    ul.star {
        padding-left: 30px
    }
}

blockquote {
    background-color: #ffefd5;
    padding: 20px 20px 20px 50px;
    margin: 20px 0 20px -50px;
    overflow: auto
}

blockquote.infoDark {
    background-color: #e5e7ff
}

@media (max-width: 900px) {
    blockquote {
        margin-left: 0;
        padding-left: 20px
    }
}

.youtubeVideo {
    margin: 30px 0
}

.youtubeVideo__name {
    font-weight: bold
}

.youtubeVideo__descr {
    text-align: center;
    color: #969aa7;
    font-style: italic
}

.faq {
    overflow: auto
}

.faqItem {
    background-color: #f4f7ff;
    float: left;
    margin: 0 0 10px;
    width: 100%;
    position: relative
}

.faqItem:after {
    width: 14px;
    height: 2px;
    margin: 25px 23px 0 0
}

.faqItem:before, .faqItem:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #8c8c8e
}

.faqItem:before {
    content: none
}

.faqItem__question {
    font-weight: 500;
    line-height: 20px;
    position: relative;
    padding: 17px 50px 16px 26px;
    font-size: 104%;
    cursor: pointer;
    user-select: none
}

.faqItem__answer {
    display: block;
    margin: 0;
    padding: 0 26px 16px
}

.faqItem.faqItem-inactive:before {
    content: '';
    width: 2px;
    height: 14px;
    margin: 19px 29px 0 0
}

.faqItem.faqItem-inactive .faqItem__answer {
    display: none;
    cursor: default
}

.faq--light {
    margin: 15px 0 24px -50px
}

.faq--light .faqItem.faqItem-inactive {
    background-color: #fff
}

.faq--light .faqItem.faqItem-inactive .faqItem__question {
    border-bottom: 1px dashed #404040;
    display: inline-block
}

.faq--light .faqItem.faqItem-inactive .faqItem__question:hover {
    color: #666;
    border-color: transparent
}

.faq--light .faqItem.faqItem-inactive .faqItem__answer {
    padding-left: 26px
}

.faq--light .faqItem__answer {
    padding-left: 0;
    padding-top: 10px
}

.faq--light .faqItem {
    padding-left: 50px
}

.faq--light .faqItem:before, .faq--light .faqItem:after {
    content: unset
}

.faq--light .faqItem__question {
    padding: 15px 0 0 0;
    display: block
}

.faq.faq-cool .faqItem {
    background-color: unset;
    border: 2px solid #f4f7ff;
    display: grid
}

.faq.faq-cool .faqItem__logo {
    max-width: 65px;
    max-height: 55px;
    display: block;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    align-self: center;
    justify-self: center;
    padding: 0 10px 5px 10px
}

.faq.faq-cool .faqItem__question {
    padding-bottom: 10px
}

.faq.faq-cool .faqItem__question, .faq.faq-cool .faqItem__answer {
    grid-column-start: 2;
    grid-column-end: 3;
    padding-left: 5px
}

.faq.faq-cool .faqItem-inactive .faqItem__answer {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.faqGrid-50 {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 10px
}

@media (max-width: 680px) {
    .faqGrid-50 {
        display: block
    }
}

@media (max-width: 900px) {
    .faq--light {
        margin-left: 0
    }

    .faq--light .faqItem {
        padding-left: 15px;
        padding-right: 15px
    }
}

.rtable {
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    border-spacing: 0
}

table.rtable.noScrollBar {
    display: table
}

.rtable.fullWidth {
    width: 100%
}

.rtable td {
    vertical-align: top
}

.rtable, .rtable--flip tbody {
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat
}

.rtable td:first-child, .rtable--flip tbody tr:first-child {
    background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 20px 100%
}

.rtable td:last-child, .rtable--flip tbody tr:last-child {
    background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 20px 100%
}

.rtable th {
    font-size: 95%;
    text-align: left;
    background: #f1f5fd
}

.rtable th, .rtable td {
    padding: 6px 12px;
    border: 1px solid #dbe3f1
}

.rtable--flip {
    display: flex;
    overflow: hidden;
    background: none
}

.rtable--flip thead {
    display: flex;
    flex-shrink: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content
}

.rtable--flip tbody {
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden
}

.rtable--flip tr {
    display: flex;
    flex-direction: column;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    flex-shrink: 0
}

.rtable--flip td, .rtable--flip th {
    display: block
}

.rtable--flip td {
    background-image: none !important;
    border-left: 0
}

.rtable--flip th:not(:last-child), .rtable--flip td:not(:last-child) {
    border-bottom: 0
}

.rtable .cell__cancel, .rtable .cell__ok {
    text-align: center
}

.rtable .cell__cancel:after, .rtable .cell__ok:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url('data:image/svg+xml,%0A%3Csvg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill="%235bb797" d="M512 1024A512 512 0 1 1 512 0a512 512 0 0 1 0 1024z m3.008-92.992a416 416 0 1 0 0-832 416 416 0 0 0 0 832zM448 605.12L746.688 320 832 401.472 448 768 192 523.648l85.312-81.472L448 605.12z" /%3E%3C/svg%3E') no-repeat
}

.rtable .cell__cancel:after {
    background: url('data:image/svg+xml,%0A%3Csvg viewBox="0 0 1088 1024" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill="%23f76676" d="M577.024 3.84a510.08 510.08 0 1 0 0.128 1019.904A510.08 510.08 0 0 0 577.024 3.84zM195.136 513.792a382.336 382.336 0 0 1 381.888-381.824c86.656 0 166.4 29.312 230.528 78.144l-534.208 534.272a379.584 379.584 0 0 1-78.208-230.592z m381.888 381.824a378.944 378.944 0 0 1-220.608-70.72l531.776-531.776a379.52 379.52 0 0 1 70.656 220.672 382.336 382.336 0 0 1-381.824 381.824z" /%3E%3C/svg%3E') no-repeat
}

.step_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px 0;
    flex-wrap: wrap
}

.step_box img {
    max-width: 100% !important
}

.step_item {
    display: flex;
    justify-content: flex-start;
    flex-basis: 49%;
    transition: all .4s ease-in-out;
    margin-bottom: 25px;
    padding: 10px 10px 10px 0
}

.step_item:hover {
    -webkit-box-shadow: 1px 1px 20px 0 #e4eafa;
    -moz-box-shadow: 1px 1px 20px 0 #e4eafa;
    box-shadow: 1px 1px 20px 0 #e4eafa;
    transition: all .4s ease-in-out
}

.step_item:hover .img_box::before {
    transform: rotate(225deg);
    z-index: 2;
    transition: all .4s ease-in-out;
    background: #ffce63
}

.img_box {
    align-self: center;
    position: relative;
    flex-basis: 112px;
    height: 112px;
    flex-grow: 0;
    flex-shrink: 0
}

.img_box .img_box__wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.img_box .img_box__wrap img {
    height: 50px;
    max-width: none
}

.img_box::before {
    content: "";
    display: block;
    position: absolute;
    background: #dfe6fa;
    top: 24px;
    left: 21px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    transform: rotate(45deg);
    z-index: 1;
    transition: all .4s ease-in-out
}

.step_info {
    font-size: 100%;
    flex-grow: 1
}

.step_info__title {
    margin: 8px 0;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 1020px) and (min-width: 901px),(max-width: 600px) {
    .step_item {
        flex-basis: 100%
    }
}

.topImageBlocks, .topImageBlocks-50 {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -10px
}

.topImageBlock {
    flex-basis: 33.3%;
    padding: 10px;
    margin-bottom: 10px
}

.topImageBlocks-50 .topImageBlock {
    flex-basis: 50%
}

.topImageBlock__image {
    max-width: 80px
}

.topImageBlock__space {
    width: 100%
}

.topImageBlock__name {
    font-weight: bold;
    font-size: 110%;
    margin: 5px 0
}

@media (max-width: 970px) and (min-width: 901px) {
    .topImageBlock {
        flex-basis: 50%
    }
}

@media (max-width: 630px) {
    .topImageBlock {
        flex-basis: 50%
    }
}

@media (max-width: 490px) {
    .topImageBlock {
        flex-basis: 100% !important
    }
}

.leftImageBlocks, .linkBlocks {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -10px
}

.leftImageBlock {
    flex-basis: 50%;
    padding: 10px;
    margin-bottom: 10px
}

.leftImageBlock__space {
    width: 100%;
    display: flex
}

.leftImageBlock__image {
    min-width: 100px;
    padding-right: 20px
}

.leftImageBlock__text {
    flex-grow: 1
}

.leftImageBlock__name, .linkBlock__name {
    font-weight: bold;
    font-size: 125%;
    margin-bottom: 5px
}

.linkBlock {
    flex-basis: 50%;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column
}

.linkBlock__text {
    flex-grow: 1
}

.linkBlock__link {
    margin-top: 10px
}

.linkBlock__link a {
    color: #8a98bf;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: bold;
    border: none !important
}

.linkBlock__link a:after {
    content: '';
    width: 6px !important;
    height: 9px;
    margin-left: 4px;
    border: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238a98bf' viewBox='0 0 10.605 15.555' %3E%3Cpath d='m2.828 15.555 7.777-7.779-7.777-7.776-2.828 2.828 4.949 4.948-4.949 4.951z'/%3E%3C/svg%3E");
    display: inline-block;
    position: static !important;
    transition: none !important
}

.linkBlock__link a:before {
    content: none !important
}

.linkBlock__link a:hover {
    color: #f79b1a
}

.linkBlock__link a:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f79b1a' viewBox='0 0 10.605 15.555' %3E%3Cpath d='m2.828 15.555 7.777-7.779-7.777-7.776-2.828 2.828 4.949 4.948-4.949 4.951z'/%3E%3C/svg%3E")
}

@media (max-width: 530px) {
    .leftImageBlock, .linkBlock {
        flex-basis: 100%
    }
}

.block_30-70, .block_70-30 {
    display: grid;
    grid-column-gap: 10px
}

.block_70-30 {
    grid-template-columns:7fr minmax(200px, 3fr)
}

.block_30-70 {
    grid-template-columns:minmax(200px, 3fr) 7fr
}

@media (max-width: 560px) {
    .block_30-70, .block_70-30 {
        grid-template-columns:1fr
    }
}

.scroll-nav {
    margin: 10px 0;
    display: block;
    background-color: #f4f7ff;
    padding: 12px;
    font-size: .95rem
}

.scroll-nav__link, .scroll-nav__sub-link {
    border-bottom: 1px dotted;
    transition: border .3s
}

.scroll-nav__link:hover, .scroll-nav__sub-link:hover {
    border-color: transparent
}

.scroll-nav__heading {
    font-weight: bold;
    font-size: 95%
}

.toctoggle {
    cursor: pointer;
    font-weight: normal;
    margin-left: 25px;
    border-bottom: 1px dotted #7a7a7a;
    position: relative;
    padding-right: 12px;
    color: #7a7a7a
}

.toctoggle:hover {
    color: #404040
}

.toctoggle:hover::after {
    border-top-color: #404040
}

.toctoggle::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 7px;
    border: 5px solid transparent;
    border-top: 5px solid #7a7a7a;
    line-height: 1
}

.scroll-nav__list {
    list-style-type: none
}

.scroll-nav__list .scroll-nav__item {
    padding: 0;
    line-height: 1.55
}

.scroll-nav__list .scroll-nav__item a {
    position: relative
}

.scroll-nav__list .scroll-nav__item a::before {
    content: '';
    position: absolute;
    background-color: #404040;
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 8px
}

.scroll-nav__heading + .scroll-nav__list .scroll-nav__item:first-child .scroll-nav__list {
    padding-left: 0
}

.scroll-nav__list .scroll-nav__item:nth-of-type(n+2) {
    display: none
}

.scroll-nav.toggled .scroll-nav__item:nth-child(n+2) {
    display: block
}

.scroll-nav.toggled .toctoggle::after {
    rotate: 180deg;
    top: 2px
}

.scroll-nav__item, .scroll-nav__sub-item {
    margin: 6px 0
}

@media (max-width: 500px) {
    .scroll-nav__list {
        margin-left: -20px
    }
}

.legal-notice {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background-color: #fff;
    text-align: center;
    font-size: 75%;
    box-shadow: 0 0 2px 0 #9aa4bb;
    z-index: 1000;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.age-restrict-block-shown .legal-notice {
    display: none
}

.logoTopPart {
    font-size: 18px;
    font-weight: bold;
    width: fit-content;
}

article p, article li, article td, article span {
    font-size: 16px;
}

article img {
    float: right;
    margin-left: 15px;
}

table {
    border-collapse: collapse;
    margin: 30px 0;
    width: 100%;
}

td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid black;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [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 {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'circe-regular';
    src: url('/static/fonts/circe/circe-regular_webfont.eot');
    src: url('/static/fonts/circe/circe-regular_webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/circe/circe-regular_webfont.woff') format('woff'), url('/static/fonts/circe/circe-regular_webfont.ttf') format('truetype'), url('/static/fonts/circe/circe-regular_webfont.svg#circe-regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: 'circe';
    src: url('/static/fonts/circe/circe.otf') format('opentype')
}

@font-face {
    font-display: swap;
    font-family: 'circe-extra-bold';
    src: url('/static/fonts/circe/circe-extra-bold_webfont.eot');
    src: url('/static/fonts/circe/circe-extra-bold_webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/circe/circe-extra-bold_webfont.woff') format('woff'), url('/static/fonts/circe/circe-extra-bold_webfont.ttf') format('truetype'), url('/static/fonts/circe/circe-extra-bold_webfont.svg#circe-extra-bold') format('svg');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url('/static/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url('/static/fonts/roboto/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url('/static/fonts/roboto/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url('/static/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBBc4.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('/static/fonts/roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('/static/fonts/roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('/static/fonts/roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('/static/fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/static/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/static/fonts/roboto/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/static/fonts/roboto/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/static/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/static/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/static/fonts/roboto/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/static/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/static/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block !important
}

a.no_decor {
    text-decoration: none
}

.text-small {
    font-size: 12px
}

.text-base {
    font-size: 14px
}

.text-base img[style] {
    width: auto !important;
    height: auto !important
}

.text-base div.scroll {
    overflow-x: auto
}

.text-base table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: auto
}

.text-base th {
    background-color: #f7f7f7
}

.text-base td, .text-base th {
    border: 1px solid #bcc1ca;
    padding: 10px;
    text-align: left
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.s__none {
    padding: 0 !important;
    line-height: 0
}

.s__large {
    padding-top: 1px;
    padding-bottom: 20px
}

.s__large:empty {
    display: none
}

.p-b-n {
    padding-bottom: 0
}

.p-l-20 {
    padding-left: 20px
}

.p-b-5 {
    padding-bottom: 5px
}

.m-t-20 {
    margin-top: 20px
}

.m-b-20 {
    margin-bottom: 20px
}

.year-info {
    font-size: 85%;
    color: #666;
    text-align: right
}

.pokeristBonusCode span {
    border: 1px dashed #4e86e5;
    padding: 3px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #4e86e5
}

.gotolink {
    font-size: 120%;
    font-weight: bold
}

.foot-note {
    font-size: 80%;
    color: #a0a4af;
    font-style: italic;
    font-weight: normal
}

.preListBlock {
    margin-bottom: 30px;
    width: 100%;
    padding: 10px;
    background-color: #fff5df
}

.preListBlock__nowrap {
    white-space: nowrap
}

.preListBlock__value {
    font-weight: bold
}

.btn-m-tb-wrap {
    text-align: center;
    margin: 25px 0
}

.btn-m-tb-wrap .btn {
    white-space: normal
}

.text-lowercase {
    text-transform: lowercase
}

.block-with-bottom-shadow {
    box-shadow: 0 2px 3px -2px #ddd;
    border: 1px solid #ced2d8;
    border-bottom: 1px solid #dfdfe1
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    min-height: 100vh
}

.wrapper-flex {
    line-height: 1.55;
    font-weight: 400;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #404040;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f4f7ff
}

.layoutNeckline {
    margin: 10px 0 20px -50px;
    background-color: #f4f7ff;
    padding: 1px 18px 1px 0
}

.layoutNecklineInner {
    margin: 10px 0 10px 50px
}

.content-flex {
    flex: 1 0 auto;
    position: relative
}

.content-flex.site-page {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 50px
}

.adm {
    border: none !important
}

.adm:before, .adm:after {
    content: none !important
}

.tc, .tc a {
    font-size: .72rem;
    color: #a0a4af;
    line-height: 1;
    text-align: center;
    position: relative;
    font-weight: normal;
    margin-top: 5px
}

.tc a {
    white-space: normal !important
}

.tc a:before, .tc a:after {
    content: none !important
}

.tc-5 {
    top: -5px
}

.hiddenElement {
    display: none
}

.site-page {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px
}

.content-footer-link {
    margin-bottom: 40px;
    margin-top: -20px;
    font-weight: bold
}

.content-footer-link a {
    font-size: 115%;
    color: #8a98bf
}

.content-footer-link a .svgIcon {
    fill: #8a98bf;
    margin-bottom: 2px
}

.content-footer-link a:hover .svgIcon {
    fill: #f79b1a
}

p {
    line-height: 1.6
}

a {
    color: #428bca;
    text-decoration: none
}

a, a:focus, a:hover, a:active, button, button:hover {
    outline: 0 !important
}

a:focus, a:hover {
    text-decoration: none
}

a:hover {
    color: #f79b1a
}

.h1, .h2, .h3, .h4 {
    font-weight: bold;
    display: block
}

h1, .h1 {
    font-size: 180%;
    margin: 2rem 0
}

h2, .h2 {
    font-size: 150%;
    margin: 1.5rem 0
}

h3, .h3 {
    font-size: 130%;
    margin: 1.17rem 0
}

h4, .h4 {
    font-size: 120%;
    margin: 1rem 0
}

.error, .errorMessage {
    color: #f76676
}

select::-ms-expand {
    display: none
}

.page-title-text {
    font-size: 12px;
    margin-bottom: 15px
}

.column-1 {
    width: 76%;
    float: left
}

.page-padding {
    padding: 0 50px 20px 50px
}

.column-2 {
    width: 24%;
    padding: 0 20px 0 0;
    float: right
}

img {
    max-width: 100%
}

.imageRightSide {
    float: right;
    margin: 0 0 5px 10px
}

.only_mobile_show {
    display: none
}

.textSection {
    font-size: 119%
}

.textSection .btn {
    font-size: 78%
}

::-moz-selection {
    background-color: #fde69a
}

::selection {
    background-color: #fde69a
}

.svgIcon {
    width: 16px;
    height: 16px;
    display: inline-block;
    fill: #a0a4af;
    vertical-align: middle
}

.svgIcon:hover {
    fill: #404040
}

.svgIcon-sm {
    width: 13px;
    height: 13px
}

@media (max-width: 1100px) {
    .page-padding {
        padding: 0 25px 20px 25px
    }
}

@media (min-width: 600px) {
    .textSection a, .footer-content a, a.prettyLink {
        white-space: nowrap;
        text-decoration: none;
        position: relative
    }

    .textSection a:after, .footer-content a:after, a.prettyLink:after, .textSection a:before, .footer-content a:before, a.prettyLink:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 50%;
        border-bottom: 1px solid #508dcc;
        transition: all .25s ease-in-out;
        opacity: .5
    }

    .textSection a:after, .footer-content a:after, a.prettyLink:after {
        right: 50%
    }

    .textSection a:before, .footer-content a:before, a.prettyLink:before {
        left: 50%
    }

    .textSection a:hover:after, .footer-content a:hover:after, a.prettyLink:hover:after, .textSection a:hover:before, .footer-content a:hover:before, a.prettyLink:hover:before {
        width: 0
    }
}

@media (max-width: 599px) {
    .textSection a, .footer-content a, a.prettyLink {
        text-decoration: none;
        border-bottom: 1px solid #428bca
    }

    .textSection a:hover, .footer-content a:hover, a.prettyLink:hover {
        border-color: transparent
    }

    .textSection .btn {
        white-space: normal
    }
}

@media (max-width: 500px) {
    .only_mobile_show {
        display: block
    }
}

@media (max-width: 1240px) {
    .content-flex.site-page {
        margin-top: 0
    }

    .content-footer-link {
        padding-left: 10px
    }
}

@media (max-width: 1240px) {
    .column-1 {
        width: 73%
    }

    .column-2 {
        width: 27%
    }
}

@media (max-width: 990px) {
    .column-1 {
        width: 71%
    }

    .column-2 {
        width: 29%
    }
}

@media (max-width: 1100px) {
    .layoutNeckline {
        margin: 10px 0 20px -50px;
        padding-right: 0
    }

    .layoutNeckline h1 {
        margin-left: 50px
    }
}

@media (max-width: 900px) {
    .page-padding, .column-2 {
        padding: 0 10px 10px 10px
    }

    .column-1, .column-2 {
        width: 100%
    }

    .column-2-invisible {
        display: none
    }

    .layoutNeckline {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .layoutNeckline h1 {
        margin: 0 10px
    }

    .layoutNecklineInner {
        margin: 15px
    }
}

@media (max-width: 500px) {
    .imageRightSide {
        float: none;
        margin: 0 auto;
        display: block
    }
}

@media (max-width: 600px) {
    .page-title-text {
        display: none
    }
}

@media (max-width: 992px) {
    .hide-on-mobile {
        display: none
    }
}

.header {
    height: 112px;
    margin: 0 20px 15px 20px;
    position: relative;
    border-bottom: 2px solid #cfd7e8;
    background-color: #fff
}

.header:after {
    content: "";
    width: 105px;
    height: 5px;
    position: absolute;
    left: 16px;
    bottom: -2px;
    display: block;
    background-color: #fff
}

.logoTopPart {
    position: absolute;
    z-index: 20;
    display: block;
    left: 17px;
    top: 40px;
    height: 65px
}

.logoTopPart:hover .logoBottomPart {
    color: #f79b1a
}

.logoTopPart__img {
    width: 90px;
    height: 75px
}

.logoBottomPart {
    display: block;
    position: absolute;
    z-index: 20;
    left: 11px;
    top: 75px;
    width: 82px;
    font-size: 180%;
    height: 23px;
    color: #acb7d3
}

.menuBlock {
    padding-top: 40px;
    padding-left: 140px
}

.rightMenu {
    position: absolute;
    right: 10px;
    top: 15px;
    display: flex;
    gap: 10px
}

#mobile-menu-close {
    display: none
}

#mobile-menu-open {
    display: none
}

.mainMenu {
    margin: 0;
    padding: 0;
    position: relative
}

.mainMenu .subMenu {
    display: none
}

.mainMenu__item {
    display: inline-block;
    font-family: roboto, sans-serif;
    font-size: 115%;
    margin-right: 28px;
    letter-spacing: .06em
}

.mainMenu__item-active .mainMenu__item__link {
    border-bottom: 2px solid #ffcf8c;
    color: #f79b1a;
    line-height: 1
}

.mainMenu__item-active .subMenu {
    display: block;
    line-height: 1
}

.mainMenu__item__link {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    font-weight: 600
}

.mainMenu__item__link:hover {
    text-decoration: none;
    color: #f79b1a
}

.subMenu {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -30px;
    left: 0
}

.subMenu__item {
    display: inline-block;
    font: 16px Roboto, sans-serif;
    margin-right: 18px;
    letter-spacing: .025em
}

.subMenu__item__link {
    display: inline-block;
    color: #828ca5
}

.subMenu__item__link:hover {
    color: #bcbcbc
}

.subMenu__item-active .subMenu__item__link {
    color: #f79b1a
}

.header, .subMenu__item, .subMenu__item__link {
    transition: all 500ms ease
}

@media (max-width: 1023px) {
    .headerContainer {
        border-bottom: 1px solid #ced2d8;
        box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1)
    }

    .header {
        height: 75px;
        margin: 0;
        padding: 0;
        border-bottom: 0
    }

    .header:after {
        background: none
    }

    .logoTopPart {
        left: 15px;
        top: 14px;
        height: 55px
    }

    .logoTopPart__img {
        width: 70px;
        height: 55px
    }

    .logoBottomPart {
        display: none
    }

    .menuBlock {
        padding-top: 20px;
        padding-left: 95px
    }

    .mainMenu__item {
        font-size: 100%
    }

    .subMenu {
        bottom: -25px
    }

    .subMenu__item {
        font-size: 105%;
        letter-spacing: .01em
    }

    .subMenu__item {
        margin-right: 15px
    }
}

@media (max-width: 930px) {
    .headerContainer {
        border-bottom: 0;
        box-shadow: none
    }

    .header {
        height: 45px;
        margin: 0;
        background-color: #f4f7ff
    }

    .logoTopPart {
        height: 30px;
        left: 8px;
        top: 6px;
        cursor: pointer
    }

    .logoTopPart__img {
        width: 45px;
        height: 34px
    }

    .logoBottomPart {
        top: 6px;
        left: 55px;
        display: block
    }

    .rightMenu {
        position: static;
        text-align: right
    }

    .menuBlock, .mainMenu, .subMenu {
        display: none
    }

    #mobile-menu-open {
        display: block;
        padding: 0;
        margin: 0;
        width: 45px;
        height: 45px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        background: #ffce63;
        cursor: pointer
    }

    #mobile-menu-open:after {
        content: '';
        position: absolute;
        display: block;
        width: 1rem;
        height: 0;
        top: 7px;
        left: 15px;
        box-shadow: 0 10px 0 1px #333, 0 16px 0 1px #333, 0 22px 0 1px #333
    }

    .mobile-menu-open {
        overflow: hidden
    }

    .mobile-menu-open .pageOverlay {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        background-color: rgba(0, 0, 0, 0.7);
        display: table;
        transition: opacity .3s ease
    }

    .mobile-menu-open .menuBlock, .mobile-menu-open .mainMenu {
        display: block
    }

    .mobile-menu-open .menuBlock {
        background-color: #fff;
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: 0;
        width: 270px;
        max-height: none;
        overflow-y: auto;
        z-index: 9999;
        padding: 5px 5px 5px 15px
    }

    .mobile-menu-open #mobile-menu-close {
        display: block;
        width: 45px;
        height: 45px;
        position: fixed;
        right: 270px;
        top: 0;
        background: #ffce63;
        cursor: pointer;
        z-index: 9999
    }

    .mobile-menu-open #mobile-menu-close:before, .mobile-menu-open #mobile-menu-close:after {
        content: "";
        position: absolute;
        display: block;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 25px;
        height: 0;
        border-top: 2px solid #333;
        transform-origin: center
    }

    .mobile-menu-open #mobile-menu-close:before {
        transform: rotate(45deg)
    }

    .mobile-menu-open #mobile-menu-close:after {
        transform: rotate(-45deg)
    }

    .mobile-menu-open .mainMenu__item:before {
        position: absolute;
        right: 0;
        top: 0;
        content: '';
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"></path></svg>') no-repeat;
        display: inline-block;
        height: 30px;
        width: 30px
    }

    .mobile-menu-open .mainMenu__item-toggleActive.mainMenu__item:before {
        transform: rotate(180deg)
    }

    .mobile-menu-open .mainMenu__item-toggleActive.mainMenu__item .subMenu {
        display: block !important
    }

    .mobile-menu-open .mainMenu__item {
        display: block;
        margin: 10px 0 15px;
        font-size: 120%;
        position: relative
    }

    .mobile-menu-open .mainMenu__item__link {
        color: #000;
        background-color: inherit !important;
        cursor: inherit !important
    }

    .mobile-menu-open .subMenu {
        display: none;
        position: static;
        margin: 10px 0;
        border-bottom: 2px solid #ced2d8;
        padding-bottom: 5px
    }

    .mobile-menu-open .subMenu__item {
        display: block;
        font-size: 110%;
        margin: 0;
        padding: 10px 5px 10px 20px
    }

    .mobile-menu-open .subMenu__item:hover {
        background-color: #ededed
    }

    .mobile-menu-open .subMenu__item:hover .subMenu__item__link {
        color: #f79b1a
    }
}

.breadcrumbs {
    overflow: hidden;
    font-size: 11px;
    padding: 0 50px
}

.breadcrumb {
    list-style: none;
    padding: 10px 0 5px 0;
    margin-bottom: 0;
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .75rem
}

.breadcrumb li {
    display: inline-block
}

.breadcrumb a, .breadcrumb li {
    color: #a0a4af
}

.breadcrumb a, .breadcrumb a:hover {
    text-decoration: none
}

.breadcrumb a:hover {
    color: #f79b1a
}

.breadcrumb .active {
    font-weight: bold
}

.breadcrumb > li + li:before {
    content: "-";
    padding: 0 3px;
    color: #a0a4af
}

@media (max-width: 900px) {
    .breadcrumbs {
        padding: 5px 10px 0 10px
    }
}

#footer-flex {
    background-color: #202020;
    color: #fff;
    font-size: 100%;
    flex: 0 0 auto
}

.footer-header {
    display: grid;
    grid-template-columns:1fr 3fr;
    column-gap: 100px
}

.footer-logo {
    color: #fff
}

.footer-languages {
    margin-top: 15px
}

.footer {
    padding: 30px 0 25px 0
}

.footer a {
    color: #fff;
    border-bottom-color: #fff
}

.footer a:hover {
    color: #f79b1a
}

.footer a:before, .footer a:after {
    border-color: #fff
}

.footer-content {
    padding: 15px 0
}

.footer-content a.implicit {
    cursor: auto;
    text-decoration: none;
    border: none
}

.footer-content a.implicit:before, .footer-content a.implicit:after {
    border: none
}

.footer-content a.implicit:hover {
    color: #fff;
    text-decoration: none;
    border: none
}

.footer-menu {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));
    gap: 30px 10px
}

.footer-menu ul {
    padding-left: 0;
    margin: 0
}

.footer-menu ul li {
    margin-bottom: 5px
}

.footer-menu ul li.menu-caption {
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 10px
}

.footer-dungeon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px
}

.footer-dungeon svg {
    color: #7a7a7a
}

.languages-caption {
    margin-bottom: 5px
}

.dropdownWidget {
    position: relative;
    user-select: none
}

.dropdownWidget img {
    width: 20px;
    height: 20px
}

.dropdownWidget.is-open .languages__target {
    color: #f79b1a
}

.dropdownWidget.is-open .languages__target:after {
    transform: rotate(180deg);
    border-top-color: #f79b1a
}

.dropdownWidget.is-open.expand_bottom .languages__target {
    border-bottom-color: transparent;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset
}

.dropdownWidget.is-open.expand_top .languages__target {
    border-top-color: transparent;
    border-top-left-radius: unset;
    border-top-right-radius: unset
}

.dropdownWidget.is-open .dropdownWidget__droplist {
    display: block
}

.languages__target {
    cursor: pointer;
    padding: 6px 10px;
    position: relative;
    border: 1px solid #404040;
    border-radius: 3px
}

.languages__target:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 14px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666
}

.languages__target:hover {
    color: #f79b1a
}

.languages__target:hover:after {
    border-top-color: #f79b1a
}

.dropdownWidget__droplist {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    border: 1px solid #404040;
    width: 100%;
    z-index: 1;
    background-color: #202020;
    padding: 0;
    max-height: 160px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #404040 #202020;
    scrollbar-gutter: stable
}

.dropdownWidget__droplist li a {
    padding: 5px 10px;
    display: flex;
    column-gap: 10px;
    align-items: center
}

.dropdownWidget__droplist li a:hover {
    background-color: #404040
}

.expand_top .dropdownWidget__droplist {
    bottom: 100%;
    top: unset
}

.dropdownWidget__value {
    display: flex;
    column-gap: 10px;
    align-items: center
}

@media (max-width: 1280px) {
    .footer {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 975px) {
    .footer-header {
        column-gap: 50px
    }
}

@media (max-width: 820px) {
    .footer-header {
        grid-template-columns:1fr;
        row-gap: 40px
    }
}

.kbase-menu-horizontal {
    margin: 20px 0;
    background-color: #f5f7f9
}

.kbase-menu-horizontal .kbase-menu {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

@media (max-width: 650px) {
    .kbase-menu-horizontal .kbase-menu {
        display: block
    }
}

.kbase-menu__item {
    display: block;
    width: 100%;
    padding: 0 5px 10px 5px;
    color: #55697a;
    text-decoration: none
}

.kbase-menu__item:hover, .kbase-menu__item:hover .kbase-menu__icon {
    color: #55697a;
    background-color: #ebf0f4
}

.kbase-menu__item-active {
    border-left: 4px solid #4e86e5;
    background-color: #ebf0f4
}

.kbase-menu__content {
    text-align: center
}

.kbase-menu__icon {
    font-size: 250%;
    line-height: inherit;
    color: #798fa2
}

.kbase-menu__title {
    font-size: 120%
}

.kbase-menu__descr {
    font-size: 90%
}

.authorInfo {
    position: relative;
    margin-top: 15px;
    text-align: right;
    margin-right: 65px
}

.authorInfo__logo {
    position: absolute;
    top: -9px;
    width: 55px;
    right: -65px
}

.authorInfo__name {
    display: inline
}

.authorInfo__name a {
    color: #828ca5;
    margin-left: 6px;
    font-weight: 500;
    font-size: .85rem
}

.authorInfo__name a:before, .authorInfo__name a:after {
    border-color: #828ca5
}

.authorInfo__level {
    display: inline;
    text-align: center;
    font-weight: bolder;
    line-height: 1;
    font-size: .75rem;
    background-color: #dfe6fa;
    padding: 1px 6px
}

.authorInfo__briefInfo {
    color: #828ca5;
    line-height: 1.2;
    margin-top: 3px
}

.page__topBlock {
    margin: 15px auto 10px
}

.column-1 .page__topBlock {
    margin-top: 5px;
    margin-bottom: 15px
}

.page__topBlock__title {
    margin: 0 15px 5px 0;
    display: inline-block
}

.rotatableArea {
    position: relative;
    flex-grow: 1
}

.rotatableArea__front {
    position: relative;
    z-index: 1
}

.rotatableArea__back {
    opacity: 0;
    line-height: 1.5;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.showBack .rotatableArea__back {
    z-index: 2;
    opacity: 1
}

.showBack .rotatableArea__front {
    opacity: 0
}

.rotatableArea__backBtn, .rotatableArea__rotateBtn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 5px;
    line-height: 0
}

.abstractCard {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    background-color: #fff;
    border-top: 1px solid #ced2d8;
    padding-top: 15px;
    position: relative;
    width: 100%
}

.abstractCard__titleWrap {
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%
}

.abstractCard__title {
    text-transform: uppercase;
    color: #a0a4af;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    top: -10px;
    background-color: #fff;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.2
}

.abstractCard__imageWrap {
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px
}

.abstractCard__imageWrap .overlay-layer:before {
    padding-top: calc(130 * 100% / 221)
}

.abstractCard__image {
    height: 100%;
    background: transparent no-repeat center center;
    background-size: cover
}

.abstractCard__backParams {
    margin: 6px 0;
    width: 100%;
    font-size: 95%;
    border-spacing: 0 5px
}

.abstractCard__backParams td {
    line-height: 1.3
}

.abstractCard__backParams td div {
    white-space: nowrap
}

.abstractCard__backParams td:first-child {
    vertical-align: top
}

.abstractCard__backParams td:last-child {
    font-weight: bold;
    text-align: right
}

@media (max-width: 510px) {
    .abstractCard {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 65px
    }

    .abstractCard:last-child {
        margin-bottom: 10px
    }
}

.giftBox {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    bottom: 20px;
    cursor: pointer
}

.giftBox.giftOpened .giftBox__bonus {
    transform: scale(1);
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), visibility .3s, opacity .3s
}

.giftBox.giftOpened svg {
    fill: #4e86e5
}

.giftBox__img {
    position: relative;
    animation: notification 10s ease-in-out infinite
}

.giftBox__img:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #f79b1a;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -5px;
    transform: scale(.8);
    z-index: 2
}

.giftBox__img svg {
    fill: #acb7d3
}

.giftBox__img:hover svg {
    fill: #4e86e5
}

.giftBox__bonus {
    cursor: auto;
    pointer-events: auto;
    position: absolute;
    right: -7px;
    top: 26px;
    max-width: 250px;
    width: max-content;
    background-color: white;
    z-index: 10;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    transform: scale(0);
    transform-origin: calc(100% - 87px) 0
}

.giftBox__bonus a {
    display: inline-block;
    padding: 20px
}

.giftBox__bonus__close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    opacity: .5;
    width: 32px;
    height: 32px;
    padding: 10px
}

.giftBox__bonus__close:hover {
    opacity: .6
}

@media (max-width: 1023px) {
    .giftBox {
        bottom: 10px;
        right: 10px
    }
}

@media (max-width: 930px) {
    .giftBox {
        right: 70px
    }

    .giftBox__bonus {
        right: -60px;
        top: 32px
    }
}

@keyframes notification {
    0% {
        transform: rotate(0)
    }
    3.5% {
        transform: rotate(-45deg)
    }
    7% {
        transform: rotate(45deg)
    }
    10.5% {
        transform: rotate(-45deg)
    }
    14% {
        transform: rotate(25deg)
    }
    17.5% {
        transform: rotate(0)
    }
}

@keyframes scale_notification {
    22% {
        transform: scale(.7)
    }
    25% {
        transform: scale(1)
    }
    28% {
        transform: scale(.7)
    }
    31% {
        transform: scale(1)
    }
    34% {
        transform: scale(.7)
    }
    37% {
        transform: scale(1)
    }
    40% {
        transform: scale(.7)
    }
}

@keyframes width {
    0% {
        width: 100%
    }
    to {
        width: 0
    }
}

.label-badge, .label-badge-primary, .label-badge-success {
    background-color: #d1dade;
    color: #5e5e5e;
    font-weight: 600;
    font-size: 90%;
    padding: 4px 6px;
    text-shadow: none;
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label-badge-primary {
    background-color: #75acd5;
    color: #fff
}

.label-badge-success {
    background-color: #4dbd96;
    color: #fff
}

a.btn {
    text-decoration: none
}

a.btn:before, a.btn:after {
    border: none !important
}

.btn {
    -webkit-appearance: none;
    letter-spacing: .05em;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent !important;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 20px;
    font-size: .73rem;
    line-height: 1;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-transparent {
    color: #666;
    background-color: transparent
}

.btn-transparent.btn-outline {
    background-color: #fff;
    color: transparent
}

.btn-transparent:focus {
    color: #666;
    background-color: rgba(0, 0, 0, 0)
}

.btn-transparent:hover {
    color: #666;
    background-color: rgba(0, 0, 0, 0)
}

.btn-transparent:active, .open > .dropdown-toggle.btn-transparent {
    color: #666;
    background-color: rgba(0, 0, 0, 0)
}

.btn-transparent:active:hover, .open > .dropdown-toggle.btn-transparent:hover, .btn-transparent:active:focus, .open > .dropdown-toggle.btn-transparent:focus {
    color: #666;
    background-color: rgba(0, 0, 0, 0)
}

.btn-transparent:active, .open > .dropdown-toggle.btn-transparent {
    background-image: none
}

.btn-transparent[disabled]:hover, fieldset[disabled] .btn-transparent:hover, .btn-transparent[disabled]:focus, fieldset[disabled] .btn-transparent:focus, .btn-transparent[disabled].focus, fieldset[disabled] .btn-transparent.focus {
    background-color: transparent
}

.btn-white {
    color: #666;
    background-color: #fff
}

.btn-white.btn-outline {
    background-color: #fff;
    color: #fff
}

.btn-white:focus {
    color: #666;
    background-color: #f5f5f5
}

.btn-white:hover {
    color: #666;
    background-color: #f5f5f5
}

.btn-white:active, .open > .dropdown-toggle.btn-white {
    color: #666;
    background-color: #f5f5f5
}

.btn-white:active:hover, .open > .dropdown-toggle.btn-white:hover, .btn-white:active:focus, .open > .dropdown-toggle.btn-white:focus {
    color: #666;
    background-color: #ebebeb
}

.btn-white:active, .open > .dropdown-toggle.btn-white {
    background-image: none
}

.btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white[disabled].focus, fieldset[disabled] .btn-white.focus {
    background-color: #fff
}

.btn-default {
    color: #333;
    background-color: #f4f7ff
}

.btn-default.btn-outline {
    background-color: #fff;
    color: #f4f7ff
}

.btn-default:focus {
    color: #333;
    background-color: #e0e8ff
}

.btn-default:hover {
    color: #333;
    background-color: #e0e8ff
}

.btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e0e8ff
}

.btn-default:active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .open > .dropdown-toggle.btn-default:focus {
    color: #333;
    background-color: #cbd9ff
}

.btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #f4f7ff
}

.btn-primary {
    color: #404040;
    background-color: #dfe6fa
}

.btn-primary.btn-outline {
    background-color: #fff;
    color: #dfe6fa
}

.btn-primary:focus {
    color: #404040;
    background-color: #cdd8f7
}

.btn-primary:hover {
    color: #404040;
    background-color: #cdd8f7
}

.btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #404040;
    background-color: #cdd8f7
}

.btn-primary:active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .open > .dropdown-toggle.btn-primary:focus {
    color: #404040;
    background-color: #bccaf4
}

.btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #dfe6fa
}

.btn-success {
    color: #fff;
    background-color: #5bb797
}

.btn-success.btn-outline {
    background-color: #fff;
    color: #5bb797
}

.btn-success:focus {
    color: #fff;
    background-color: #4db08e
}

.btn-success:hover {
    color: #fff;
    background-color: #4db08e
}

.btn-success:active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #4db08e
}

.btn-success:active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .open > .dropdown-toggle.btn-success:focus {
    color: #fff;
    background-color: #47a282
}

.btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #5bb797
}

.btn-warning {
    color: #333;
    background-color: #ffce63
}

.btn-warning.btn-outline {
    background-color: #fff;
    color: #ffce63
}

.btn-warning:focus {
    color: #333;
    background-color: #ffc84f
}

.btn-warning:hover {
    color: #333;
    background-color: #ffc84f
}

.btn-warning:active, .open > .dropdown-toggle.btn-warning {
    color: #333;
    background-color: #ffc84f
}

.btn-warning:active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .open > .dropdown-toggle.btn-warning:focus {
    color: #333;
    background-color: #ffc13a
}

.btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #ffce63
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn {
    position: relative;
    float: left
}

.btn-group .btn + .btn {
    margin-left: -1px
}

.btn-md {
    font-size: .75rem
}

.btn-sm {
    padding: 2px 5px
}

.btn-lg {
    padding: 8px 15px
}

.expandBlock {
    white-space: nowrap;
    cursor: pointer;
    color: #666;
    font-weight: normal;
    font-size: .85rem
}

.expandBlock--hidden {
    display: none
}

.show-fold-elements {
    color: #666;
    cursor: pointer;
    white-space: nowrap;
    font-size: .75rem;
    border-bottom: 1px dashed #828ca5
}

.show-fold-elements:hover {
    border-bottom: none;
    color: #000
}

.foldable-option-list .fold-option {
    display: none
}

.foldable-option-list.unfold-all .fold-option {
    display: inline
}

.foldable-option-list.unfold-all .show-fold-elements {
    display: none
}

.paramList, .paramList--spread {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.paramList__item {
    flex-basis: 50%;
    display: flex;
    font-size: 100%;
    padding: 7px 5px 0 0;
    background: #f4f7ff;
    background: -moz-linear-gradient(left, #f4f7ff 1%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #f4f7ff 1%, #ffffff 100%);
    background: linear-gradient(to right, #f4f7ff 1%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f7ff", endColorstr="#ffffff", GradientType=1)
}

.paramList--spread .paramList__item {
    flex-basis: 100%
}

.paramList .paramList__item__text {
    display: flex;
    align-items: center
}

.paramList__item__icon {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40px;
    background-color: #ffce63;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon--green {
    background-color: #8bd299
}

.icon--red {
    background-color: #ec9c9c
}

.paramList__item__text {
    padding: 6px 0 6px 20px;
    flex-grow: 1;
    background: #fff;
    border: #fff9ec
}

@media (max-width: 930px) and (min-width: 901px),(max-width: 580px) {
    .paramList__item, .paramList__item--full {
        flex-basis: 100%
    }
}

.hideCodeBtn, .hideCodeBtnInline {
    position: relative;
    cursor: pointer;
    min-width: 175px
}

.hideCodeBtn:before, .hideCodeBtnInline:before {
    content: '';
    position: absolute;
    display: block;
    width: 42px;
    border-radius: 0 0 4px 4px;
    top: 8px;
    right: -4px;
    transition: transform .2s, background-position .2s;
    transform: rotateZ(22deg) translate(0, -10px) scaleX(.9);
    -webkit-transform: rotateZ(22deg) translate(0, -10px) scaleX(.9);
    -moz-transform: rotateZ(22deg) translate(0, -10px) scaleX(.9);
    -o-transform: rotateZ(22deg) translate(0, -10px) scaleX(.9);
    -ms-transform: rotateZ(22deg) translate(0, -10px) scaleX(.9);
    -sand-transform: rotateZ(22deg) translate(0, -10px) scaleX(.9);
    background: linear-gradient(38deg, #fcad00 0, #ffe6b0 49%, rgba(202, 235, 137, 0) 50%, rgba(255, 255, 255, 0) 100%) no-repeat 0 6px;
    z-index: 13;
    height: 36px
}

.hideCodeBtn:hover .get_code, .hideCodeBtnInline:hover .get_code {
    margin-right: 40px;
    padding-left: 40px
}

.hideCodeBtn:hover:before, .hideCodeBtnInline:hover:before {
    background-position: 0 0;
    -webkit-transform: rotateZ(15deg) translate(-8px, -3px) scaleX(1);
    transform: rotateZ(15deg) translate(-8px, -3px) scaleX(1)
}

.hideCodeBtn.showCode .get_code, .hideCodeBtnInline.showCode .get_code, .hideCodeBtn.showCode .get_code_text, .hideCodeBtnInline.showCode .get_code_text {
    visibility: hidden
}

.hideCodeBtn.showCode:before, .hideCodeBtnInline.showCode:before {
    display: none
}

.hideCodeBtn.showCode .hiddenCode, .hideCodeBtnInline.showCode .hiddenCode {
    justify-content: center
}

.get_code {
    margin-right: 26px;
    padding-left: 26px;
    transition: margin .2s, padding .2s;
    position: relative;
    z-index: 2;
    width: auto;
    background-color: #ffce63
}

.hiddenCode {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 1px dashed #828ca5;
    border-radius: 3px;
    padding-right: 8px;
    font-weight: 700;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.get_code_text {
    position: absolute;
    top: 0;
    padding-right: 20px !important;
    z-index: 3;
    color: #333 !important;
    left: -10px
}

.get_code_text:active {
    box-shadow: none
}

.modalPromo {
    text-align: center;
    margin-bottom: 20px
}

.modalPromoCode {
    margin-right: 10px
}

.promoCode {
    border: 1px dashed #828ca5;
    border-radius: 3px;
    padding: 8px 10px;
    font-weight: 600;
    display: inline-block;
    user-select: all;
    line-height: 1
}

.modalPromoDetails--small {
    font-size: .9rem;
    text-transform: lowercase
}

.modalPromoDetails {
    margin: 10px 0;
    font-weight: 600;
    font-size: 1.3rem
}

.modalPromoWrap {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.hideCodeBtnInline {
    position: unset
}

.hideCodeBtnInline .hiddenCode {
    position: unset;
    display: inline-block;
    padding: 0 8px
}

.games-list {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(180px, 1fr))
}

.games-list__item {
    position: relative;
    line-height: 1
}

.main-layer {
    display: flex;
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-color ease-in-out 250ms;
    opacity: 0
}

.main-layer a {
    display: block;
    text-decoration: none;
    border: none
}

.main-layer a:before, .main-layer a:after {
    border: none
}

.overlay-layer {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.overlay-layer:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute
}

.overlay-layer:before {
    content: '';
    display: block;
    padding-top: calc(130 * 100% / 188)
}

.overlay-layer img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.overlay-layer:hover .main-layer {
    opacity: 1;
    background-color: rgba(47, 38, 88, 0.8)
}

.play-demo {
    color: #fff;
    background: rgba(246, 246, 248, 0.3) center center no-repeat;
    background-size: auto;
    border-radius: 35px;
    padding: 5px 40px;
    transition: background .3s ease;
    width: fit-content;
    text-align: center;
    font-size: .75rem
}

.play-game {
    background: rgba(246, 246, 248, 0.3) center center no-repeat;
    background-size: auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative
}

.play-game:hover, .play-demo:hover {
    color: #fff;
    background: rgba(246, 246, 248, 0.5) center center no-repeat
}

.main-layer a.play-game:after {
    content: '';
    width: 25px;
    background: url(/static/img/design/triangle.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 15px;
    right: 0;
    top: 3px;
    bottom: 0;
    transition: .15s ease-in-out;
    transform: rotate(90deg)
}

.games-list__item-caption {
    color: #428bca;
    font-weight: 600;
    margin-top: 10px
}

.games-list__item-description {
    text-transform: uppercase;
    color: #8a98bf;
    font-weight: 500;
    font-size: 70%;
    margin-top: 8px
}

.lessMore__toggle {
    margin: -4px 0 0 0;
    font-weight: bold;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.lessMore__toggle .svgIcon {
    fill: #428bca;
    height: 14px
}

.lessMore__toggle:hover .svgIcon {
    fill: #f79b1a
}

.lessMore--collapse {
    margin-top: -12px
}

.lessMore--collapse .svgIcon {
    transform: rotate(180deg);
    margin-bottom: 1px
}

.bonus-list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-column-gap: 15px
}

.bonusCard .rotatableArea {
    min-height: 190px;
    height: auto
}

.bonusCard__img {
    max-width: 100%
}

.bonusCard__hint {
    font-size: 93%;
    color: #a0a4af;
    line-height: 1
}

.bonusCard__bonusSizeValue {
    font-size: 19px;
    font-weight: bold;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.bonusCard__bonusPart {
    text-align: center;
    margin: 0;
    padding: 5px 0;
    height: 65px
}

.bonusCard__dopInfo {
    font-size: 100%;
    color: #8a8f9c;
    text-align: justify;
    margin: 5px 0 10px 0
}

.bonusCard__casinoPart {
    padding: 5px 0;
    min-height: 85px;
    text-align: center
}

.bonusCard__dopBonusSizeValue {
    font-weight: 500;
    margin-top: -3px
}

.bonusCard__nameWrap {
    margin-bottom: 5px;
    padding-right: 10px
}

.bonusCard__name {
    font-size: 113%;
    font-weight: bold;
    text-decoration: none;
    text-align: center
}

.bonusCard__readReview {
    margin-top: 15px
}

.bonusCard__meta {
    font-size: 94%;
    font-weight: normal;
    display: inline-block
}

.bonusCard__meta a {
    color: #fff
}

.bonusCard__bonus-title {
    font-size: 85%;
    color: #a0a4af;
    margin-top: 15px
}

.bonusCard__bonus-value {
    font-size: 105%;
    color: #404040;
    text-decoration: none;
    font-weight: bold
}

.bonusCard__bonusCodeValue {
    border: 1px dashed #a8a8a8;
    padding: 2px 4px 0;
    font-weight: bold;
    background-color: #fff;
    display: inline-block;
    white-space: nowrap
}

.bonusCard__buttons > a {
    width: 100%
}

.abstractCard__multiButtons {
    display: flex;
    position: relative
}

.abstractCard__multiButtons .btn:first-child {
    flex-grow: 1;
    border-right: 1px solid #ffbb27 !important
}

.abstractCard__multiButtons .btn:last-child {
    padding-right: 13px;
    padding-left: 13px;
    border-left: 1px solid #ffdb8d !important;
    text-transform: none
}

@media (max-width: 1100px) and (min-width: 901px) {
    .bonus-list {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 815px) {
    .bonus-list {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 510px) {
    .bonus-list {
        grid-template-columns:1fr;
        justify-content: center
    }
}

.simpleBonusList {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 20px
}

.simpleBonusList .bonus-list {
    margin-bottom: 20px;
    grid-auto-flow: column;
    grid-template-columns:auto;
    justify-content: unset;
    width: fit-content
}

.simpleBonusList .bonus-list .rotatableArea {
    min-height: 160px
}

.simpleBonusList .bonusCard {
    margin: 5px 0;
    min-width: 257px;
    max-width: 320px
}

.simpleBonusList .bonusCard__casinoPart {
    min-height: 77px
}

.simpleBonusList .abstractCard__multiButtons .btn:first-child {
    border-right: 1px solid #cfdaf8 !important
}

.simpleBonusList .abstractCard__multiButtons .btn:last-child {
    border-left: 1px solid #eaeffc !important
}

.simpleBonusList .btn-warning {
    background-color: #dfe6fa
}

.simpleBonusList .btn-warning:hover {
    background-color: #ffce63
}

.gew__subscribed {
    font-size: 1.2rem;
    color: #428bca;
    grid-area: i;
    white-space: nowrap;
    padding-bottom: 5px
}

.gatherEmailWidget {
    display: grid;
    grid-template-areas:"l t t" "l h h" "l i b" "l d d";
    grid-template-columns:80px minmax(150px, 350px) minmax(175px, 200px);
    margin: 0 auto;
    justify-content: center;
    column-gap: 10px;
    row-gap: 5px;
    align-items: center
}

.gew__logo {
    grid-area: l;
    align-self: end;
    margin-right: 15px
}

.gew__title {
    grid-area: t;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.1
}

.gew__hint {
    grid-area: h;
    line-height: 1.1
}

.gew__input {
    grid-area: i
}

.gew__btn {
    grid-area: b;
    align-self: end
}

.gew__details {
    grid-area: d;
    color: #a0a4af;
    line-height: 1.1
}

.in-article-gather-email-widget {
    background-color: #f4f7ff;
    padding: 20px 20px 20px 50px;
    margin: 25px 0 20px -50px
}

@media (max-width: 550px) {
    .gatherEmailWidget {
        grid-template-areas:"l t" "l h" "l i" "l b" "d d";
        grid-template-columns:70px 1fr
    }

    .gew__logo {
        margin-right: 5px
    }
}

@media (max-width: 400px) {
    .gatherEmailWidget {
        grid-template-areas:"l t" "l h" "i i" "b b" "d d";
        grid-template-columns:50px 1fr
    }

    .gew__title {
        align-self: center
    }
}

.searchWrapper {
    position: relative;
    padding-right: 42px
}

.search__loupe {
    position: absolute;
    left: 0;
    top: 10px;
    cursor: pointer;
    z-index: 3;
    width: 20px;
    height: 20px
}

.search__loupe svg {
    fill: #828ca5
}

.search__loupe:hover svg {
    fill: #f79b1a
}

.search__form {
    position: absolute;
    transition: width .3s, border .3s, background-color .3s;
    width: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    border: 1px solid transparent;
    padding: 10px 0 0 0
}

.search__form input {
    padding-left: 35px;
    padding-bottom: 4px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff;
    font-size: 1rem;
    transition: opacity 1s
}

.search__form input::placeholder {
    font-size: .85rem;
    opacity: .7
}

.search__btn-close {
    font-size: 0;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 20px;
    z-index: 1;
    cursor: pointer;
    display: none;
    transition: all .3s
}

.search__btn-close:hover:before, .search__btn-close:hover:after {
    background-color: #f79b1a
}

.search__btn-close:before, .search__btn-close:after {
    background: #828ca5;
    border-radius: 1.5px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 17px
}

.search__btn-close:after {
    bottom: 9px;
    transform: rotate(45deg);
    top: unset
}

.searchWrapper--active .search__btn-close {
    display: block
}

.searchWrapper--active .search__loupe {
    pointer-events: none;
    left: 6px
}

.searchWrapper--active .search__loupe svg {
    fill: #f79b1a
}

.searchWrapper--active .search__form {
    width: 100%;
    border-color: #ced2d8;
    background-color: #fff
}

.searchWrapper--active .search__form input {
    visibility: visible;
    opacity: 1
}

.search__autocomplete {
    z-index: 4;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f2f4f9;
    box-shadow: 0 0 8px 0 rgba(41, 49, 89, 0.1);
    margin-top: 5px;
    padding: 10px 10px 5px 20px;
    overflow: auto;
    max-height: 200px !important
}

.autocompleted__item {
    color: #404040;
    margin-bottom: 3px;
    font-weight: 400;
    cursor: pointer;
    font-size: .9rem;
    opacity: .8;
    padding: 6px
}

.autocompleted__item:hover {
    color: #000000;
    background: #f4f7ff;
    opacity: 1
}

.casinoPanel__ratingWrap {
    vertical-align: top;
    display: inline-block
}

.casinoCard--widget {
    background-color: #f4f7ff;
    order: 96;
    padding: 42px;
    margin: -30px 0 24px -50px;
    grid-column-start: 1;
    grid-column-end: 4
}

.casino-list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-column-gap: 15px;
    width: 100%
}

.casinoCard {
    order: 100
}

.casinoCard_0 {
    order: 1
}

.casinoCard_1 {
    order: 2
}

.casinoCard_2 {
    order: 3
}

.casinoCard_3 {
    order: 85
}

.casinoCard_4 {
    order: 90
}

.casinoCard_5 {
    order: 95
}

.casinoCard__casinoPart {
    padding: 5px 0;
    min-height: 105px;
    text-align: center
}

.casinoCard__casinoPart__imgLink {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
    position: relative
}

.casinoCard__casinoPart__name {
    margin: 10px 0 0;
    font-size: 120%;
    font-weight: bolder
}

.casinoCard__bonusPart {
    text-align: center;
    margin: 0;
    padding: 5px 0
}

.casinoCard__dopInfo {
    font-size: 100%;
    color: #a0a4af;
    text-align: justify;
    margin: 5px 0 10px 0
}

.casinoCard__text__casinoName {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center
}

.casinoCard__download {
    color: #969aa7;
    margin-top: 5px;
    display: inline-block;
    white-space: nowrap
}

.casinoCard__bonus-title {
    font-size: 85%
}

.casinoCard__bonus-value {
    font-size: 113%;
    text-decoration: none;
    font-weight: bold
}

.star-ratings-sprite {
    width: 60px;
    margin: 0;
    padding: 0;
    height: 12px;
    background: url("/static/img/design/rating.svg") repeat-x;
    background-size: 12px auto;
    position: relative
}

.star-ratings-sprite-rating {
    position: absolute;
    left: 0;
    top: 0;
    height: 12px;
    background: url("/static/img/design/rating.svg") repeat-x 0 100%;
    background-size: 12px auto;
    text-indent: -10000px
}

.star-rating-value {
    font-weight: bold;
    display: inline-block;
    font-size: 110%;
    color: #969aa7
}

@media (max-width: 1000px) and (min-width: 901px) {
    .casino-list {
        grid-template-columns:1fr 1fr
    }

    .casinoCard--widget {
        order: 94;
        grid-column-end: 3
    }
}

@media (max-width: 1050px) {
    .casino-list {
        grid-template-columns:1fr 1fr
    }

    .casinoCard--widget {
        order: 86;
        grid-column-end: 3
    }
}

@media (max-width: 900px) {
    .casino-list {
        grid-template-columns:1fr 1fr 1fr
    }

    .casinoCard--widget {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        order: 96;
        grid-column-end: 4
    }
}

@media (max-width: 720px) {
    .casino-list {
        grid-template-columns:1fr 1fr
    }

    .casinoCard--widget {
        order: 86;
        grid-column-end: 3
    }
}

@media (max-width: 500px) {
    .casino-list {
        justify-content: center;
        grid-template-columns:1fr
    }

    .casinoCard--widget {
        grid-column-end: 2;
        order: 3
    }
}

.casinoCard__promoCodeBlock {
    text-align: center
}

.casinoCard__promoCode {
    margin: 5px 0 10px;
    display: block
}

.casinoCard__promoCode .visibleCode {
    width: 100%;
    cursor: pointer
}

.WITH_PROMO_CODE .casinoCard__bonusPart {
    text-align: left;
    margin-bottom: 20px
}

.WITH_PROMO_CODE .casinoCard__bonusItem {
    margin-bottom: 7px
}

.WITH_PROMO_CODE .bonusCard__bonusSizeValue {
    font-size: .9rem
}

.WITH_PROMO_CODE .param__title {
    font-size: 93%;
    color: #a0a4af;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 3px;
    font-weight: 400
}

.listOfBestCasino {
    background-color: #f4f7ff;
    padding: 10px 25px 15px 5px;
    position: relative;
    margin-top: 10px;
    margin-right: -20px
}

.listOfBestCasino .lbc__title__wrap {
    text-align: center
}

.listOfBestCasino .lbc__title {
    margin: 0;
    padding: 5px 10px;
    font-size: 125%;
    font-weight: bolder
}

.listOfBestCasino .lbc__item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 5px;
    align-items: center;
    margin: 5px 0
}

.listOfBestCasino .lbc__img {
    width: 32px;
    height: 32px;
    margin: -5px 10px 0 5px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.listOfBestCasino .lbc__action .btn {
    padding: 8px;
    background-color: #dfe6fa;
    font-size: 90%
}

.listOfBestCasino .lbc__action .btn:hover {
    background-color: #ffce63
}

.listOfBestCasino .lbc__nameWrap {
    flex-grow: 1
}

.listOfBestCasino .lbc__name {
    font-weight: bold;
    font-size: 105%;
    line-height: 1
}

.listOfBestCasino .lbc__bonus {
    color: #828ca5;
    line-height: 1.2
}

@media (max-width: 900px) {
    .listOfBestCasino {
        margin: 0;
        padding: 10px 5px 15px 5px
    }
}