a, button, input {
    transition: 0.3s
}

.general-table, figure, h1, h2, h3, h4, h5, h6 {
    text-align: center
}

.general-table thead tr th, .general-table thead tr th:first-child, .general-table thead tr th:last-child {
    border-right: 1px solid #f93333;
    border-top: 1px solid #f93333
}

.slot-img amp-img, .slot-img img, .slots-wrapper .slots-list .slot .slot-img amp-img {
    object-fit: cover
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body, html {
    height: 100%;
    position: relative
}

body, html, main {
    font-family: Tahoma, Geneva, sans-serif
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fff
}

main figcaption, main h1, main h2, main h3, main h4, main h5, main li, main p, main span {
    color: #333;
    font-family: Tahoma, Geneva, sans-serif
}

main .faq-container, main .general-table-wrapper, main figure, main h1, main h2, main h3, main h4, main h5, main h6, main ol, main p, main ul {
    margin: 0 auto;
    width: 98%;
    max-width: 1100px
}

main .general-table-wrapper {
    overflow-x: overlay
}

main figure {
    margin: 0 auto 20px
}

main p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 20px
}

main .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

body {
    overflow-x: hidden;
    position: relative;
    background: #f5f5f5
}

.general-table .general-tr, .tg-bot button:hover, button {
    background: 0 0
}

a {
    color: #0265a7;
    text-decoration: underline
}

button, input, table, tbody, td, thead, tr {
    font-family: Verdana, sans-serif
}

button, input {
    border: none;
    box-shadow: none
}

input {
    outline: 0
}

h1, h2, h3 {
    padding: 20px 0
}

h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.32px
}

h2 {
    font-size: 30px;
    line-height: 38px
}

h2, h3 {
    padding-bottom: 15px
}

h3 {
    font-size: 26px;
    line-height: 36px
}

h4 {
    font-size: 18px;
    line-height: 22px
}

h5, h6 {
    font-size: 14px;
    line-height: 16px
}

.footer .footerInner .footer-info, p {
    padding-bottom: 20px
}

li {
    list-style: none
}

button {
    cursor: pointer
}

img {
    max-width: 100%;
    display: block
}

i {
    font-style: normal
}

#__next {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.content {
    position: relative;
    flex-grow: 1;
    padding-top: 0
}

.content .content-block {
    margin-bottom: 20px;
    border-radius: 20px;
    background: 0 0
}

.content .general-ol {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
    counter-reset: counter-ol;
    padding-left: 20px
}

.content .general-ol li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    counter-increment: counter-ol
}

.content .general-ol li:before {
    position: absolute;
    content: counter(counter-ol);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #fff;
    border-radius: 50%;
    top: -2px;
    left: -26px;
    background: #4c7201;
    font-size: 14px
}

.button-block button:before, .buttons .regButton:before, .columns .column-p:before, .content .general-ul li:before, .contentMap .sitemapLinks a:before, .nav__item:after, .nav__item:before, .slot-back button:before {
    content: no-open-quote;
    content: no-open-quote
}

.content .general-ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px
}

.content .general-ul li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 25px
}

.content .general-ul li:before {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/coin.png) 0 0 / cover no-repeat;
    left: 0;
    top: 2px
}

.pageError {
    min-height: calc(100vh - 70px)
}

.app_right .downloads, .app_right .weight, .buttons, .tg-parent {
    display: flex;
    align-items: center
}

.imgWrap {
    display: block;
    position: relative
}

figure {
    margin-bottom: 20px
}

figure span {
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    top: -50%
}

figcaption {
    color: #1e1e24;
    font-size: 14px
}

.general-image {
    display: block;
    border-radius: 15px;
    max-height: 500px;
    width: auto;
    height: auto;
    margin: 0 auto 10px
}

.general-image.vertical {
    max-height: 500px;
    max-width: 70%
}

.general-image.horizontal {
    max-width: 100%
}

.general-table {
    border-collapse: collapse;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    margin: 20px auto;
    border-radius: 8px
}

.general-table thead {
    background: #fed6d6
}

.general-table .general-tr:nth-child(2n) {
    background-color: #eee
}

.general-table .general-tr .general-td {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 10px 10px 20px
}

.general-table thead tr th {
    padding: 16px;
    color: #f93333;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #f93333
}

.general-table thead tr th:first-child {
    border-left: 1px solid #f93333
}

.faq-container .faq-item {
    position: relative;
    min-height: 54px;
    margin: 0 auto 20px;
    background-color: #0265a7;
    z-index: 5;
    border-radius: 6px;
    transition: 0.4s;
    border: none
}

.faq-container .faq-item:hover .icon:after, .faq-container .faq-item:hover .icon:before, .faq-container .toggle:checked ~ .icon:after, .faq-container .toggle:checked ~ .icon:before {
    background: #fff
}

.faq-container .faq-item:hover {
    border-color: #fff
}

.content404Page.wrapper .content404 h1, .faq-container .faq-item:hover .faq-question, .faq-container .toggle:checked ~ .faq-answer, .faq-container .toggle:checked ~ .faq-question {
    color: #fff
}

.faq-container .faq-question {
    color: #fff;
    position: relative;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    top: 15px;
    width: 96%;
    line-height: 22px;
    padding-right: 25px
}

.faq-container .faq-answer {
    width: 96%;
    padding: 10px 0 22px;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    top: 10px
}

.faq-container .icon {
    height: 18px;
    position: absolute;
    width: 18px;
    right: 25px;
    top: 25px;
    z-index: 2
}

.faq-container .icon:after, .faq-container .icon:before {
    background: #fff;
    content: no-open-quote;
    height: 4px;
    right: 0;
    position: absolute;
    top: 0;
    width: 18px;
    transition: transform 0.4s
}

.faq-container .toggle {
    margin: 0;
    cursor: pointer;
    top: 0;
    z-index: 3
}

.faq-container .bg-active, .faq-container .toggle {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute
}

.columns .column-p, .header .headerInner .logo .ampLogo, .nav__item, .nav__item span, .slot {
    position: relative
}

.faq-container .bg-active {
    background: #0265a7;
    border-radius: 26px;
    z-index: -1
}

.faq-container .toggle:checked ~ .bg-active, .footer .scrollTop.pam_content, .slot-img:hover .slot-back {
    opacity: 1
}

.faq-container .toggle:not(:checked) ~ .icon:before {
    transform: rotate(180deg)
}

.faq-container .toggle:not(:checked) ~ .icon:after {
    transform: rotate(90deg)
}

.faq-container .toggle:checked ~ .faq-answer {
    height: auto;
    opacity: 1;
    z-index: 2
}

.reviews-container {
    width: 80%;
    margin: 0 auto
}

.reviews-container .reviews-item {
    margin-bottom: 18px;
    border: 1px solid #4c7201;
    border-radius: 20px;
    padding: 20px 40px
}

.reviews-container .reviews-item .reviews-meta {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    gap: 10px
}

.reviews-container .reviews-item .reviews-meta .reviews-name {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 10px 0 0;
    width: auto;
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1.1;
    color: #333;
    padding: 0
}

.reviews-container .reviews-item .reviews-meta .reviews-answer {
    margin: 0
}

.reviews-container .reviews-item .reviews-meta .reviews-mark {
    width: 184px;
    position: relative;
    margin: 0
}

.reviews-container .reviews-item .reviews-meta .reviews-mark:after {
    position: absolute;
    left: 0;
    top: 4px
}

.reviews-container .reviews-item .reviews-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700
}

.reviews-container .reviews-item .reviews-answer {
    margin: 0;
    width: 100%
}

@media screen and (max-width: 465px) {
    .reviews-container .reviews-item {
        padding: 20px 10px
    }

    .reviews-container .reviews-item .reviews-meta .reviews-name {
        font-size: 20px
    }
}

.columns {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.app_right .app_button, .columns p, .content-side, .menu-desktop {
    width: 100%
}

.columns .column, .footer-block-btn .buttons button, .rating-items .item-wrapper {
    width: 48%
}

.columns .column-header {
    padding-top: 0;
    text-align: left
}

.columns .column-p {
    margin-left: 15px;
    padding-left: 25px
}

.columns .column-p:before {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/list.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 8px
}

.nav__list {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 20px 48px;
    margin: 20px auto 40px auto;
    width: 98%;
    max-width: 1200px
}

.nav__item {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    z-index: 4;
    gap: 12px;
    padding: 14px 14px 14px 48px;
    border-radius: 16px;
    background: #205583;
    overflow: hidden;
    transition: 0.3s ease-in-out
}

.slot-back, .slot-img img, .tg-parent .tg-arrow img {
    transition: 0.3s
}

.nav__item:nth-child(2n) {
    background: #205583
}

.nav__item:active, .nav__item:hover {
    background: #3173af
}

.nav__item:nth-child(2n):active, .nav__item:nth-child(2n):hover {
    background: #3173af
}

.nav__item:active:after, .nav__item:hover:after {
    transform: translateX(-20%)
}

.nav__item:active:before, .nav__item:hover:before {
    transform: translateX(20%)
}

.nav__item:after, .nav__item:before {
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transition: 0.3s ease-in-out;
    z-index: -1
}

.nav__item:after {
    width: 75px;
    left: 0;
    background-image: url(/uploads/img/after_1.svg)
}

.nav__item:before {
    width: 114px;
    right: 0;
    background-image: url(/uploads/img/before_1.svg)
}

.nav__item span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    z-index: 5
}

.bannerSlots {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    max-width: 1158px;
    margin: 20px auto
}

.slot .slot-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0
}

.slot .slot-footer p {
    color: #0e121c;
    font-weight: 400;
    padding-bottom: 0;
    margin: 0;
    width: 100%
}

.slot .slot-footer button, .slot .slot-footer p, .slot-back button {
    font-family: Tahoma;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase
}

.slot .slot-footer button, .slot-back button {
    min-width: 203px;
    border-radius: 4px;
    background: #c7351e;
    padding: 8px 28px;
    color: #fff;
    font-weight: 700
}

.slot-back button:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2023/12/arrow.svg) 0 0 / cover no-repeat;
    left: 30px;
    bottom: 35px
}

.slot-img, .slots-wrapper .slots-list .slot .slot-img {
    overflow: hidden;
    border-radius: 4px;
    position: relative
}

.slot-img img {
    display: block;
    width: 340px;
    height: 180px;
    border-radius: var(--border)
}

.slot-back {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .8);
    z-index: 2
}

@media screen and (max-width: 750px) {
    .nav__list {
        grid-template-columns:repeat(1, 1fr)
    }

    .nav__item {
        flex-direction: row
    }

    .nav__item img {
        width: 28px
    }

    .nav__item:after {
        left: 0
    }

    .nav__item:before {
        right: 0
    }

    .nav__item span {
        font-size: 18px
    }

    .bannerSlots {
        grid-template-columns:repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 20px;
        max-width: 100%
    }

    .slot {
        width: 170px;
        margin: 0 auto
    }

    .slot-img img {
        min-width: 170px;
        height: 110px
    }

    .slot .slot-footer {
        flex-direction: column;
        padding: 0
    }

    .slot .slot-footer p {
        padding: 8px 0 14px;
        font-size: 18px;
        text-transform: capitalize
    }

    .slot .slot-footer button {
        font-size: 14px;
        min-width: 170px
    }

    .slot-back button {
        min-width: 120px;
        font-size: 14px
    }

    .slot-back button:before {
        width: 15px;
        height: 15px;
        left: 5px;
        bottom: 25px
    }
}

@media screen and (max-width: 600px) {
    .bannerSlots {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 366px) {
    .bannerSlots {
        grid-template-columns:repeat(1, 1fr)
    }
}

.frame {
    width: 640px;
    max-width: 98%;
    margin: 32px auto;
    aspect-ratio: 4/3
}

.frame iframe {
    width: 100%;
    height: 100%;
    border: none
}

.table_of_contents_wrapper {
    max-width: 1128px;
    width: 96%;
    margin: 20px auto
}

.table_of_contents {
    max-width: 400px;
    border-radius: 8px;
    border: 1px solid #c01414
}

.app_button.app_button_mobile, .carousel-wrapper, .overlay[hidden], .slots-wrapper .slots-list .slot .slot-back .toggle, .slots-wrapper .slots-list .slot .slot-back .toggle:checked + .lbl-toggle, .table_of_contents .toggle {
    display: none
}

.table_of_contents .lbl-toggle {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #c01414;
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
    transition: 0.25s ease-out
}

.slots-wrapper .slots-list .slot .slot-back .slot-box, .table_of_contents .table_box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
    display: flex;
    width: 100%;
    max-width: 500px;
    flex-direction: column
}

.table_of_contents .toggle:checked + .lbl-toggle + div {
    max-height: 1000px;
    padding: 20px;
    background: #181616;
    border-radius: 8px;
    gap: 20px
}

.table_of_contents .table_link {
    position: relative;
    padding-left: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

.table_of_contents .table_link:hover {
    color: #e13d22
}

.content404Page {
    height: 100vh;
    max-width: 100%;
    width: 100%;
    background: #002f5e
}

.top404Page {
    background: #fff;
    height: 80px
}

.top404Page_inner {
    display: flex;
    align-items: center;
    height: 100%;
    width: 98%;
    max-width: 1128px;
    margin: 0 auto
}

.top404Page_inner img {
    width: 109px;
    height: 50px
}

.page404Text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px
}

.page404Text img {
    width: 450px;
    height: auto
}

.page404Text p {
    font-family: Verdana, sans-serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    width: 100%;
    max-width: 500px;
    text-align: center;
    padding: 28px 0;
    color: #fff
}

.page404Text button {
    background: #0081f9;
    padding: 23px 108px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    font-family: Tahoma, sans-serif;
    border-radius: 10px;
    color: #fff
}

.page404Text button:hover {
    opacity: .8
}

@media screen and (max-width: 1250px) {
    .headerTop .logo button img {
        width: 122px;
        height: 27px;
        padding-left: 10px
    }

    .top404Page {
        height: 60px
    }

    .top404Page_inner {
        justify-content: center
    }

    .top404Page_inner img {
        width: 88px;
        height: 40px
    }

    .page404Text {
        padding: 24px 23px 0 23px
    }

    .page404Text img {
        width: 100%;
        max-width: 450px;
        height: auto
    }

    .page404Text p {
        font-size: 18px;
        line-height: 20px;
        max-width: 200px;
        padding: 20px 0
    }

    .page404Text button {
        padding: 14px 38px;
        font-size: 18px
    }
}

.contentMap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    background: #205685
}

.contentMap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    background: #205685
}

.contentMap h1 {
    text-align: left;
    color: #1e1e24;
    margin-bottom: 64px
}

.contentMap .sitemapLinks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 640px
}

.contentMap .sitemapLinks a {
    display: inline-block;
    color: #fff;
    margin: 0 auto 12px;
    position: relative
}

.contentMap .sitemapLinks a:before {
    position: absolute;
    left: -16px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%
}

.contentMap .sitemapLinks a:hover {
    color: #92c637
}

.img-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.img-overlay:target {
    visibility: visible;
    opacity: 1
}

.img-overlay .img-popup {
    margin: 70px auto;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    transition: 5s ease-in-out
}

.img-overlay .img-popup.horizontal {
    aspect-ratio: 1/0.2
}

.img-overlay .img-popup.vartical {
    aspect-ratio: 0.5/1
}

.button-block {
    padding: 24px 16px;
    text-align: center;
    margin: 10px 0;
    background-color: transparent
}

.button-block button {
    background: #4c7201;
    position: relative;
    color: #fff;
    border-radius: 6px;
    padding: 20px 20px 20px 46px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 auto 20px;
    display: flex;
    align-items: center
}

.button-block button:before {
    -webkit-animation-name: rotating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin-right: 10px;
    position: absolute;
    top: 16px;
    left: 10px;
    width: 26px;
    height: 26px;
    background: url(/uploads/img/dice.png) 0 0 / cover no-repeat
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.quote {
    position: relative;
    width: 96%;
    border-left: 10px solid #eee;
    margin: 30px auto 20px;
    border-radius: 12px;
    background: #0265a7
}

.quote p {
    padding: 30px;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #fff
}

.reviews {
    max-width: 1128px;
    margin: 0 auto;
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.reviews .review {
    padding: 20px 20px 0;
    border-radius: 20px;
    border: 1px solid #000;
    border-left: 5px solid #df0000;
    margin-bottom: 20px;
    width: 48%
}

.reviews .review p {
    max-width: 100%;
    width: 100%
}

.reviews .review .name {
    font-weight: 700
}

.reviews .review .date {
    color: rgba(0, 0, 0, .5)
}

.reviews .review .answer {
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, .5);
    padding-bottom: 0;
    margin-bottom: 20px
}

.slots-wrapper {
    background: #000;
    margin-bottom: 30px
}

.slots-wrapper .slots-list {
    max-width: 1128px;
    margin: 0 auto;
    width: 96%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.slots-wrapper .slots-list .slot {
    position: relative;
    border-radius: 4px;
    width: 300px;
    height: 188px;
    margin: 20px
}

.slots-wrapper .slots-list .slot .slot-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    padding: 5px 0
}

.slots-wrapper .slots-list .slot .slot-text p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    z-index: 3;
    position: relative;
    padding-bottom: 0
}

.slots-wrapper .slots-list .slot .slot-img img {
    display: block;
    width: 100%;
    height: 100%
}

.slots-wrapper .slots-list .slot .slot-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2
}

.slots-wrapper .slots-list .slot .slot-back .slot-review {
    padding: 16px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 50px;
    background: #a91704;
    transition: 0.4s
}

.slots-wrapper .slots-list .slot .slot-back .lbl-toggle:hover, .slots-wrapper .slots-list .slot .slot-back .slot-review:hover {
    background: linear-gradient(135deg, #df0000, #a10000)
}

.slots-wrapper .slots-list .slot .slot-back .lbl-toggle {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #df0000;
    cursor: pointer;
    border-radius: 7px;
    transition: 0.25s ease-out
}

.slots-wrapper .slots-list .slot .slot-back .slot-box a {
    text-align: center;
    padding: 10px;
    background: #df0000;
    width: 48%;
    color: #fff;
    border-radius: 8px
}

.slots-wrapper .slots-list .slot .slot-back .slot-box button {
    width: 48%;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-size: 18px
}

.slots-wrapper .slots-list .slot .slot-back .slot-box button:hover {
    color: #a91704;
    border: 1px solid #a91704;
    background: #fff
}

.slots-wrapper .slots-list .slot .slot-back .toggle:checked + .lbl-toggle + div {
    max-height: 300px;
    background: #000;
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.advantages ul li img, .mirror-block img {
    width: 60px;
    height: 60px
}

@media screen and (max-width: 600px) {
    .reviews .review {
        width: 100%
    }
}

@media screen and (max-width: 400px) {
    .general-table, .general-table-wrapper {
        max-width: 100%
    }
}

.header {
    padding-top: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    background: #205583
}

.header .headerInner {
    height: 100%;
    margin-bottom: 20px;
    background: #205583
}

.header .headerInner .headerWrapper {
    height: 100%;
    flex-direction: column
}

.header .headerInner .headerWrapper, .header .headerInner .headerWrapper .headerTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.header .headerInner .regMobile {
    display: none
}

.header .headerInner .toggle {
    width: 28px;
    height: 28px;
    left: 40px;
    top: 4px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 3
}

.header .headerInner .toggle:checked ~ .headerWrapper .icon span:first-child, .header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(4) {
    transform: scaleX(0)
}

.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(2) {
    transform: rotate(45deg)
}

.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(3) {
    transform: rotate(-45deg)
}

.header .headerInner .toggle:checked ~ .menu {
    height: 100%;
    opacity: 1;
    padding-bottom: 40px;
    padding-top: 37px
}

.header .headerInner .logo a {
    display: block;
    text-decoration: none
}

.header .headerInner .logo p {
    color: #00a1ff;
    margin-bottom: 0;
    font-size: 2.4em;
    font-weight: 700;
    font-style: italic;
    font-family: Tahoma;
    text-transform: uppercase;
    padding-bottom: 0;
    width: 100%;
    min-width: 100px
}

.header .headerInner .logo p i {
    color: #fff;
    font-size: inherit;
    font-style: inherit
}

.header .headerInner .logo .ampLogo button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.menu-desktop {
    display: flex;
    justify-content: flex-start;
    transition: 0.3s;
    background: #c7e9ff80;
    gap: 20px;
    width: 100vw;
    margin-top: 10px
}

.header .headerInner .menu a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 400
}

.header .headerInner .menu a.active {
    color: #fff;
    background: #205583;
    font-weight: 700;
    border-bottom: 2px solid #00a1ff
}

.header .headerInner .menu a:hover {
    color: #fff;
    background: #205583;
    font-weight: 700
}

.header .headerInner .nav-submenu-list a {
    background: #fff;
    border-radius: 6px
}

.buttons .logButton {
    padding: 11.5px;
    background: #276aa5;
    margin-left: 15px
}

.buttons .logButton, .buttons .regButton {
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    line-height: 19px
}

.buttons .regButton {
    position: relative;
    background: #7eac2f;
    padding: 11.5px 25px 11.5px 25px
}

.buttons .moneyButton {
    width: 55px;
    height: 44px;
    background: url(/uploads/img/button-money.svg) no-repeat;
    background-size: cover;
    margin-right: 15px
}

.buttons .tgButton {
    width: 55px;
    height: 44px;
    background: url(/uploads/img/tg.svg) no-repeat;
    background-size: cover;
    margin-right: 15px
}

.buttons .regButton:before {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/reg-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 5px;
    top: 12px
}

@media screen and (max-width: 1960px) {
    .header {
        position: relative
    }

    .header .headerInner .toggle {
        left: 16px;
        top: 3px
    }

    .header .headerInner .logo {
        left: unset
    }

    .header .buttons .howToPlay {
        padding: 5px 10px 5px 30px;
        color: #5f3816;
        background-color: #e69308;
        font-size: 1rem;
        border-radius: 20px;
        font-weight: 600;
        margin-right: .5rem;
        position: relative
    }

    .header .buttons .howToPlay:before {
        position: absolute;
        content: no-open-quote;
        background-image: url(/question-brown.svg);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        background-size: cover;
        left: 5px
    }
}

@media screen and (max-width: 800px) {
    .header {
        padding-top: 20px;
        height: auto
    }

    .header .headerInner .headerWrapper {
        flex-direction: row
    }

    .buttons .logButton, .header .headerInner .menu {
        display: none
    }

    .header .headerInner .regMobile {
        display: flex;
        margin-top: 14px;
        justify-content: space-between;
        gap: 10px
    }

    .header .headerInner .regMobile .reg {
        position: relative;
        background: #7eac2f;
        padding: 11.5px 25px 11.5px 25px;
        border-radius: 6px;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 17px;
        color: #fff;
        width: 100%
    }

    .header .headerInner .regMobile .log {
        border-radius: 6px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        color: #fff;
        line-height: 19px;
        padding: 11.5px;
        background: #276aa5;
        margin-left: 15px
    }

    .header .headerInner .regMobile .reg:before {
        content: no-open-quote;
        padding-right: 19px;
        background-image: url(/reg-icon.svg);
        background-repeat: no-repeat;
        background-size: cover
    }

    .header .headerInner .regMobile .log {
        padding: 11.5px;
        background: #276aa5;
        border-radius: 6px;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 17px;
        color: #fff;
        width: 70%
    }

    .header .headerInner .regMobile .tg {
        width: 55px;
        height: 44px;
        background: url(/uploads/img/tg.svg) no-repeat;
        background-size: cover
    }

    .buttons .regButton, .buttons .logButton, .buttons .moneyButton {
        display: none
    }
}

.advantages, .mirror-block {
    padding: 20px 0
}

.cupon-banner, .mirror-block {
    max-width: 600px;
    background-color: #0e121c;
    margin: 0 auto 20px
}

@media screen and (max-width: 660px) {
    .header .headerInner .logo {
        left: 0
    }

    .buttons .tgButton {
        width: 47px;
        height: 37px
    }
}

@media screen and (max-width: 390px) {
    .header .headerInner .logo p {
        font-size: 1.8em
    }
}

.advantages ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

.advantages ul li, .mirror-block {
    flex-direction: column;
    display: flex
}

.advantages ul li {
    width: 300px;
    align-items: center;
    gap: 12px
}

.advantages ul li p {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px
}

.mirror-block {
    width: 96%;
    justify-content: center;
    align-items: center;
    border-radius: 16px
}

.mirror-block img {
    margin-bottom: 16px
}

.mirror-block span {
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.mirror-block p {
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff
}

.mirror-block p span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #fff
}

.mirror-block button {
    max-width: 400px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 12px 24px;
    border-radius: 52px;
    background: #c01414
}

.cupon-banner {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 15px;
    border-radius: 26px
}

.content-side__title {
    padding-bottom: 0;
    width: 100%;
    margin: 0 0 20px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px
}

.content-side__promocode {
    display: flex;
    width: 100%
}

.content-side__promocode-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    border-radius: 0 52px 52px 0;
    background: #fff;
    cursor: pointer
}

.content-side__promocode-copy {
    width: 100%;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    border-radius: 52px 0 0 52px;
    border: 2px solid #fff
}

@media (max-width: 630px) {
    .mirror-block {
        padding: 20px;
        width: calc(100% - 32px)
    }

    .promo-block {
        width: calc(100% - 32px)
    }

    .content-side__title {
        max-width: 300px;
        margin: 0 auto 20px;
        font-size: 24px
    }
}

.bannerApp .bannerAppWripper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1128px;
    margin: 0 auto
}

.bannerApp .bannerAppInfo {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.bannerApp .bannerAppInfo p {
    padding-bottom: 0;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
    width: 100%
}

.bannerApp .bannerAppBtns {
    display: flex;
    align-items: center;
    gap: 20px
}

.bannerApp .bannerAppBtns button {
    position: relative;
    padding: 18px 14px 40px 40px;
    width: 340px;
    color: #2f5fdc;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(41, 114, 199, .45);
    text-align: left
}

.bannerApp .bannerAppBtns button:before, .breadcrumbs a:after {
    background-size: cover;
    background-repeat: no-repeat;
    content: no-open-quote
}

.bannerApp .bannerAppBtns button:before {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 18px;
    left: 14px;
    background-image: url(/uploads/img/android-logo.svg)
}

.bannerApp .bannerAppBtns button:hover {
    color: #fff;
    background: #2f5fdc;
    box-shadow: 0 0 8px 0 rgba(41, 114, 199, .45)
}

.bannerApp .bannerAppBtns button:hover:before {
    background-image: url(/uploads/img/android_white.svg)
}

.bannerApp .bannerAppBtns button:after {
    content: '158003 скачиваний';
    position: absolute;
    top: 44px;
    left: 15px
}

.bannerApp .bannerAppBtns .ios-btn:before {
    background-image: url(/uploads/img/apple.svg);
    left: 14px
}

.bannerApp .bannerAppBtns .ios-btn:after {
    content: '35356 скачиваний';
    top: 44px;
    left: 15px
}

.bannerApp .bannerAppBtns .ios-btn:hover:before {
    background-image: url(/uploads/img/apple_white.svg)
}

.bannerApp .bannerAppImg {
    width: 262px;
    margin-top: -30px
}

.bannerApp {
    margin-top: 130px;
    background: url(/uploads/img/app_banner_bg.webp) 0 0 / cover no-repeat
}

@media screen and (max-width: 1250px) {
    h1, h3 {
        line-height: 30px
    }

    .faq-container .faq-answer, .faq-container .faq-question {
        width: 100%;
        padding-left: 20px
    }

    main .faq-container, main .general-table-wrapper, main .wrapper, main figure, main h1, main h2, main h3, main h4, main h5, main h6, main ol, main p, main ul {
        width: 98%
    }

    h1 {
        font-size: 26px
    }

    h2 {
        font-size: 22px;
        line-height: 32px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px;
        line-height: 28px
    }

    h5, h6 {
        font-size: 16px;
        line-height: 26px
    }

    h1, h2, h3, h4, h5, h6 {
        padding: 10px 0
    }

    .general-table .general-tr .general-td {
        padding-left: 10px;
        padding-right: 10px
    }

    .columns .column, .content .contentMain, .content .general-ol li, .content .general-ul li {
        width: 100%
    }

    .columns {
        flex-wrap: wrap
    }

    .column-p {
        margin-left: 0
    }

    .quote {
        width: calc(100% - 32px)
    }

    .faq-container .bg-active, .faq-container .faq-item {
        border-radius: 14px
    }

    .faq-container .faq-question {
        padding-right: 30px
    }

    .faq-container .icon {
        right: 15px
    }

    .bannerApp {
        margin-top: 110px
    }

    .bannerApp .bannerAppWripper {
        padding: 0 20px;
        justify-content: center
    }

    .bannerApp .bannerAppInfo {
        align-items: flex-start;
        gap: 10px;
        padding: 15px 10px 15px 0
    }

    .bannerApp .bannerAppInfo p {
        max-width: 250px;
        margin: 0;
        font-size: 26px;
        line-height: normal
    }

    .bannerApp .bannerAppImg {
        margin-top: 15px;
        width: 105px;
        height: 214px
    }

    .bannerApp .bannerAppImg img {
        width: 100%;
        height: 100%
    }

    .bannerApp .bannerAppBtns {
        flex-direction: column;
        gap: 10px
    }

    .bannerApp .bannerAppBtns button {
        padding: 10px 14px 30px 30px;
        width: 280px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 8px
    }

    .bannerApp .bannerAppBtns button:before {
        top: 10px;
        left: 8px
    }

    .bannerApp .bannerAppBtns button:after {
        left: 11px;
        top: 30px
    }

    .bannerApp .bannerAppBtns .ios-btn:after {
        left: 30px;
        top: 30px
    }

    .bannerApp .bannerAppBtns .ios-btn:before {
        left: 8px
    }

    .breadcrumbs.wrapper {
        margin-top: 15px
    }
}

@media screen and (max-width: 550px) {
    .bannerApp {
        position: relative
    }

    .bannerApp .bannerAppWripper {
        justify-content: flex-start
    }

    .bannerApp .bannerAppWripper .bannerAppImg {
        position: absolute;
        right: 5px;
        bottom: 0
    }

    .bannerApp .bannerAppWripper .bannerAppInfo {
        width: 200px
    }
}

@media screen and (max-width: 450px) {
    .bannerApp .bannerAppBtns button {
        width: 180px
    }

    .bannerApp .bannerAppBtns button:after {
        top: 35px
    }

    .bannerApp .bannerAppBtns .ios-btn:after {
        top: 35px;
        left: 10px
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow-x: hidden
}

.breadcrumbs a {
    color: #3572d9;
    font-size: 14px
}

.app_page .fixed_buttonsInner a, .breadcrumbs a:hover {
    text-decoration: none
}

.breadcrumbs .last {
    position: relative;
    margin-left: 10px;
    font-size: 14px
}

.breadcrumbs a:after {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(/arrow-right.svg);
    margin-left: 10px
}

.footballBanner4 {
    height: 380px;
    position: relative;
    background: url(/uploads/img/bg-football.webp) 0 0 / cover no-repeat;
    overflow: hidden;
    top: -10px
}

.footballBanner4 .footballInner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    position: relative
}

.footballBanner4 .footballInner .footballImg {
    position: absolute;
    top: 0;
    right: -100px;
    width: 590px;
    height: 380px;
    background: url(/uploads/img/players-desktop.webp) 0 0 / cover no-repeat;
    z-index: 1
}

.footballBanner4 .footballInner button {
    color: transparent;
    width: 460px;
    height: 82px;
    background: url(/uploads/img/button.svg) 0 0 / cover no-repeat;
    position: relative;
    z-index: 2;
    border: none;
    cursor: pointer
}

.footballBanner4 .footballInner button:hover {
    opacity: .9
}

.footballBanner4 .footballText {
    width: 632px;
    height: 208px;
    background: url(/uploads/img/offer_descktop_2x.webp) 0 0 / cover no-repeat;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1250px) {
    .footballBanner4 {
        height: 240px
    }

    .footballBanner4 .footballInner .footballImg {
        width: 373px;
        height: 240px;
        right: -50px
    }

    .footballBanner4 .footballInner {
        max-width: 700px;
        padding: 0 14px
    }

    .footballBanner4 .footballText {
        width: 296px;
        height: 96px
    }

    .footballBanner4 .footballInner button {
        width: 100%;
        max-width: 331px;
        height: 59px;
        background-size: contain;
        margin: 0 auto
    }

    .contentSidebar {
        display: none
    }
}

@media screen and (max-width: 750px) {
    .footballBanner4 .footballInner .footballImg {
        background: url(/uploads/img/players-mobile.webp) 0 0 / cover no-repeat;
        width: 265px;
        height: 240px;
        right: 0
    }
}

@media screen and (max-width: 500px) {
    .footballBanner4 .footballText {
        width: 175px;
        height: 145px;
        background: url(/uploads/img/offer_mobile_2x.webp) 0 0 / cover no-repeat
    }
}

@media screen and (max-width: 370px) {
    .footballBanner4 .footballInner .footballImg {
        right: -75px
    }
}

.burger {
    display: none;
    position: relative
}

.mobileMenu {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    z-index: 5;
    background: #205583;
    width: 100%;
    max-width: 350px;
    min-height: 100vh;
    padding: 30px 20px;
    transition: right 0.8s
}

.mobileMenu .buttons {
    display: block;
    margin-top: 32px
}

.mobileMenu .buttons button {
    display: block;
    margin: 0 auto 12px;
    width: 50%
}

.tg-parent .tg-text p, .tg-parent p {
    margin-bottom: 4px;
    padding-bottom: 0
}

.contentSidebar .appItem button, .overlay {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.mobileMenu[hidden] {
    right: -200%
}

.mobileMenu .mobileMenuTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.mobileMenu .mobileMenuLinks {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.mobileMenu .mobileMenuLinks a {
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none
}

.mobileMenu .mobileMenuLinks a:active {
    color: #181616
}

.footer .footerInner .footer-menu a:hover, .mobileMenu .mobileMenuLinks a:hover {
    text-decoration: underline
}

.overlay {
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    display: block
}

@media screen and (max-width: 800px) {
    .burger {
        display: block
    }

    .menu-desktop {
        width: auto;
        background-color: transparent;
        margin-top: 0
    }
}

.contentSidebar {
    width: 350px;
    height: 540px;
    position: sticky;
    right: 0;
    top: 100px;
    padding: 20px;
    background: #1b243a;
    border-radius: 15px
}

.contentSidebar .appName {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.contentSidebar .appImg {
    display: flex;
    justify-content: center
}

.contentSidebar .appItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    padding: 10px;
    margin: 10px 0;
    position: relative
}

.contentSidebar .appItem button {
    height: 100%
}

.contentSidebar .appItem .appInfo {
    width: calc(100% - 40px)
}

.contentSidebar .appItem .appInfoTitle {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    display: block
}

.contentSidebar .appItem .appInfoSubtitle {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    display: block
}

.contentSidebar .appItem:nth-child(1n) {
    background: #8d53e9
}

.contentSidebar .appItem:nth-child(1n):hover {
    background: #712cde
}

.contentSidebar .appItem:nth-child(2n) {
    background: #00b7ff
}

.contentSidebar .appItem:nth-child(2n):hover {
    background: #2ca0ce
}

.footer {
    display: block;
    background: #f6f6f6;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, .1);
    padding: 20px 0;
    margin-bottom: 70px
}

.footer .footerInner {
    display: block;
    text-align: center
}

.footer .footerInner .dmca-badge {
    display: flex;
    margin-top: 4px;
    margin-bottom: 8px;
    justify-content: center
}

.footer .footerInner .copyright {
    color: #333;
    font-size: 15px
}

.footer .footerInner .menu {
    padding: 18px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 10px
}

.footer .footerInner .menu a {
    color: #fff;
    margin: 0 5px 5px
}

.footer .footerInner .footer-menu {
    border-top: 1px solid #ddd;
    padding: 20px 0 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto
}

.footer .footerInner .footer-menu a {
    color: #333;
    text-decoration: none
}

.footer .scrollTop {
    background: #0265a7;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 100px;
    right: 20px;
    opacity: 0;
    cursor: pointer;
    border-radius: 50%;
    z-index: 5
}

.footer-block-btn {
    z-index: 5;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 60px;
    padding-right: 16px;
    padding-left: 16px;
    width: calc(100% - 32px);
    left: 50%;
    transform: translate(-50%);
    display: none;
    justify-content: center;
    align-items: center
}

.footer-block-btn .buttons {
    display: flex;
    justify-content: center;
    width: 100%
}

.footer-block-btn .buttons .betButton {
    margin-right: 20px;
    background: #77ad1b
}

.footer-block-btn .buttons .betButton, .footer-block-btn .buttons .logButton {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    border-radius: 12px
}

.footer-block-btn .buttons .logButton {
    background: #e69308;
    text-align: center
}

@media (max-width: 1250px) {
    .advantages {
        overflow-x: scroll;
        flex-wrap: nowrap
    }

    .advantages ul {
        justify-content: flex-start
    }

    .advantages ul li {
        max-width: 160px;
        flex: 0 0 auto
    }

    .mirror-block button {
        padding: 12px 24px
    }

    .footer {
        padding: 20px 0 10px;
        margin-bottom: 30px
    }

    .footer-block-btn {
        display: block
    }
}

@media (max-width: 390px) {
    .footer .footerInner .menu {
        grid-template-columns:repeat(1, 1fr)
    }
}

.tg-bot {
    position: fixed;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 80px;
    font-family: Tahoma;
    background: #0f2e5a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15
}

.tg-bot button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: 0 0;
    border: none;
    outline: 0;
    color: transparent
}

.tg-parent .tg-text {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 32px 0 16px
}

.tg-parent .tg-text p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    width: 100%
}

.tg-parent .tg-text span {
    font-size: 14px;
    line-height: 18px
}

.tg-parent p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    width: 100%
}

.tg-parent .tg-arrow {
    position: relative;
    z-index: 2;
    cursor: pointer
}

.tg-parent .tg-arrow img:hover {
    opacity: .8
}

.tg-parent span {
    color: #62a0f7;
    font-size: 16px;
    line-height: 20px
}

.tg-parent .tg-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 4px
}

.tg-parent .icon-euro {
    margin-right: 60px
}

.nav-submenu {
    position: relative;
    height: 100%;
    gap: 15px;
    display: flex;
    flex-direction: column
}

.app_imgs, .app_top, .nav-submenu:hover .nav-submenu-list {
    display: flex
}

.nav-submenu .nav-submenu-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center
}

.nav-submenu .nav-submenu-list {
    position: absolute;
    top: 40px;
    left: 0;
    border-radius: 6px;
    width: 100px;
    flex-direction: column;
    padding: 0;
    display: none;
    color: #fff
}

.app_right .downloads span, .app_right .name, .app_right .stars .number {
    color: var(--black);
    font-family: Roboto, sans-serif;
    font-style: normal
}

.nav-submenu .nav-submenu-list a {
    margin-right: 0
}

@keyframes pulse {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.app_block {
    padding-top: 40px;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto
}

.app_left {
    width: 200px;
    height: 200px;
    margin-right: 20px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px
}

.app_right {
    width: calc(100% - 220px);
    display: flex;
    align-content: space-between;
    flex-wrap: wrap
}

.app_right .name {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    width: 100%
}

.app_right .name span {
    font-size: inherit;
    opacity: .7
}

.app_right .stars {
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap
}

.app_right .stars .star, .rating-items .stars .star {
    margin-right: 8.5px
}

.app_right .stars .star svg, .rating-items .stars .star svg {
    width: 28px;
    height: 28px
}

.app_right .stars .number {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    padding-left: 5px;
    width: 100%
}

.app_right .stars .number span {
    font-weight: 500;
    font-size: inherit;
    opacity: .7
}

.app_right .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.app_right .details-mobile, .d-show-mobile {
    display: none;
    gap: 10px
}

.app_right .downloads img {
    width: 18px;
    height: 18px;
    object-fit: cover
}

.app_right .downloads .number {
    padding-right: 20px;
    padding-left: 6px
}

.app_right .downloads span {
    font-size: 18px;
    font-weight: 500;
    line-height: normal
}

.app_button.app_button_mobile button, .app_page .fixed_buttonsInner button, .app_right .app_button button {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: block;
    width: 100%;
    max-width: 584px;
    border-radius: 12px;
    background: #21a71e;
    color: #fff;
    padding: 18px 0;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.app_button.app_button_mobile img, .app_page .fixed_buttonsInner button img, .app_right .app_button img {
    width: 18px;
    height: 18px;
    margin-right: 10px
}

.app_right .app_button button:hover {
    background: rgba(33, 167, 30, .7)
}

.rating-items {
    display: flex;
    padding: 20px 0;
    max-width: 500px;
    flex-wrap: wrap;
    gap: 20px
}

.rating-items .stars .number, .rating-items span {
    font-weight: 600
}

.rating-items .stars {
    display: flex;
    align-items: center;
    width: 100%
}

.app_bottom {
    margin-top: 40px
}

.app_bottom .title {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.amp-carousel-slide amp-img, .app_imgs img, .carousel {
    width: 120px;
    height: 245px
}

.app_page .fixed_buttons {
    display: none;
    position: fixed;
    width: 100%;
    padding: 8px 0;
    justify-content: center;
    bottom: 0;
    left: 0;
    z-index: 8
}

.app_page .fixed_buttonsInner {
    display: flex;
    justify-content: center;
    align-items: center
}

.carousel-wrapper {
    margin-bottom: 30px;
    flex-wrap: wrap;
    flex-direction: column
}

.carousel-item {
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 100%
}

.carousel_desktop {
    position: relative;
    width: 120px;
    height: 245px;
    overflow: hidden;
    border-radius: 10px
}

.carousel_desktop .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%)
}

.carousel_desktop .carousel-item.shown {
    transform: translateX(0);
    animation: 0.3s linear fadeInRight
}

.carousel_desktop .buttons {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 2;
    justify-content: space-between;
    display: none
}

.dots, .modal .close {
    justify-content: center
}

.carousel_desktop .buttons button {
    width: 34px;
    height: 34px;
    border-radius: 50%
}

.carousel_desktop .buttons .next, .carousel_desktop .buttons .prev {
    background: rgba(0, 122, 204) no-repeat;
    background-position: 50% 50%;
    background-size: 18px 18px
}

.dots {
    display: flex;
    width: 120px
}

.dots .dot {
    width: 10px;
    height: 10px;
    background: #007acc;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px
}

.dots .dot:hover {
    background: #225384
}

.dots .dot.active {
    background: #002f5e
}

.dots_pam_content {
    margin-top: 15px
}

.amp-carousel-button-next, .amp-carousel-button-prev {
    opacity: 0
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.app_imgs .modal_link {
    width: 120px;
    height: 245px;
    margin-right: 40px
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .9);
    z-index: 10000;
    height: 100%;
    padding: 5px;
    opacity: 0;
    pointer-events: none
}

.modal:target {
    opacity: 1;
    pointer-events: auto
}

.modal .close {
    position: absolute;
    right: 100px;
    top: 30px;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    background: #0265a7;
    width: 30px;
    height: 30px;
    display: flex;
    text-decoration: none
}

.modal .close:hover {
    background: #007acc
}

.modal_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.modal_inner amp-img img, .modal_inner img {
    width: 280px;
    height: 572px
}

@media screen and (max-width: 1250px) {
    #mobileMenu .nav-submenu-link {
        font-size: 20px;
        text-align: left;
        font-weight: 700;
        line-height: 22px;
        height: auto;
        padding-bottom: 10px
    }

    #mobileMenu .nav-submenu-list {
        display: flex;
        width: 100%;
        left: 0;
        position: relative;
        top: 0
    }

    .header .headerInner .nav-submenu-list a {
        background: 0 0
    }

    .app_page .fixed_buttons {
        display: block
    }

    .app_block {
        padding-top: 30px
    }

    .app_imgs {
        display: none
    }

    .carousel-wrapper {
        display: flex
    }

    .content_page.app_page {
        padding: 0 20px 40px
    }

    .carousel.carousel_pam {
        margin-top: 15px
    }

    .modal_inner amp-img img, .modal_inner img {
        width: 220px;
        height: 449px
    }
}

@media screen and (max-width: 650px) {
    .app_block, .dots, .rating-items .item-wrapper {
        width: 100%
    }

    .app_top {
        width: 90%;
        margin: 0 auto
    }

    .app_button.app_button_desktop, .app_right .details, .app_right .name span {
        display: none
    }

    .app_button.app_button_mobile {
        display: block;
        width: 90%;
        margin: 14px auto 0
    }

    .app_left {
        width: 100px;
        height: 100px;
        padding: 0 10px;
        margin-right: 12px
    }

    .app_right {
        width: calc(100% - 100px);
        align-content: center
    }

    .app_right .name {
        font-size: 24px;
        line-height: 22px
    }

    .app_right .stars .star svg {
        width: 20px;
        height: 20px
    }

    .app_bottom .title {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0
    }

    .app_right .stars .star {
        margin-right: 6px
    }

    .app_right .downloads span, .app_right .stars .number {
        font-size: 16px
    }

    .app_right .downloads svg {
        width: 14px;
        height: 14px
    }

    .rating-items {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        gap: 20px
    }

    .app_right .details-mobile, .d-show-mobile {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 20px
    }

    .d-show-mobile {
        padding-top: 13px;
        width: 90%;
        margin: 0 auto
    }

    .d-show-mobile .weight, .downloads {
        display: flex;
        align-items: center
    }

    .d-show-mobile .weight img, .downloads img {
        margin-right: 5px
    }

    .carousel, .carousel_desktop {
        margin: 0 auto
    }

    .modal .close {
        right: 20px;
        top: 10px
    }
}

@media screen and (max-width: 360px) {
    .bannerApp .bannerAppInfo p {
        font-size: 22px
    }

    .tg-parent .tg-text p, .tg-parent .tg-text span {
        font-size: 14px;
        line-height: 18px
    }

    .app_right .downloads {
        flex-wrap: wrap
    }

    .app_right .downloads .number {
        padding-bottom: 5px
    }
}

.calculator-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 4px solid #205583;
    border-radius: 20px;
    margin: 0 auto 0 auto;
    width: 98%
}

.calculator-main h2 {
    background: #205583;
    margin: 0;
    width: 100%;
    max-width: 1200px;
    border-radius: 16px 16px 0 0;
    color: #fff;
    font-size: 28px;
    line-height: 33px;
    padding: 6px
}

.calculator {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px 20px 20px 20px
}

.calculatorTitle {
    padding-bottom: 0;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    background: linear-gradient(180deg, #5562fa 0%, #2b47f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center
}

.icons {
    width: 100%;
    margin-top: 55px
}

.icons .icons-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.icons .icons-wrapper .icon {
    display: flex
}

.icon-info {
    padding-left: 16px
}

.icon-info p {
    font-family: Verdana;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #5b5b5b
}

.icon-info .icon-title {
    font-family: Verdana;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #5b5b5b;
    padding-bottom: 8px
}

#col-1 {
    margin-bottom: 20px;
    padding: 20px 20px 14px 20px;
    display: flex;
    flex-direction: column
}

.deposit-wrapper {
    border-left: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    border-top: 2px solid #b0b0b0;
    border-radius: 10px 10px 0 0;
    height: 100%;
    max-height: 105px
}

.deposit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 8px 10px
}

.deposit div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px
}

.deposit div .summ-info {
    display: flex;
    flex-direction: row;
    padding-top: 8px
}

.deposit span {
    color: #000;
    -webkit-text-fill-color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px
}

.deposit p {
    display: contents;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #1e1e1e80
}

.summ {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.summ span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #bec4ff
}

input[type='range'].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 2em + var(--ratio) * (100% - 2em))
}

input[type='range'].styled-slider:focus {
    outline: none
}

input[type='range'].styled-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    background: #7eac2f;
    border: 2px solid rgba(255, 255, 255, .8);
    box-shadow: 0 2px 2px rgba(17, 22, 71, .2);
    cursor: pointer;
    border-radius: 50%;
    animation: moveThumb 2s ease-in-out infinite;
    margin-top: calc(max((1em - 2px - 2px) * 0.5, 0px) - 2.5em * 0.5)
}

input[type='range'].styled-slider::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 10px;
    background: #dcdcdc;
    box-shadow: none
}

input[type='range'].styled-slider::-webkit-slider-thumb:hover {
    background: #7eac2f
}

input[type='range'].styled-slider:hover::-webkit-slider-runnable-track {
    background: #dcdcdc;
    border-color: #9a9a9a
}

input[type='range'].styled-slider::-webkit-slider-thumb:active {
    background: #7eac2f
}

input[type='range'].styled-slider:active::-webkit-slider-runnable-track {
    background: #dcdcdc;
    border-color: #9a9a9a
}

input[type='range'].styled-slider.slider-progress::-webkit-slider-runnable-track {
    background: linear-gradient(#7eac2f, #7eac2f) 0 / var(--sx) 100% no-repeat, #dcdcdc
}

input[type='range'].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
    background: linear-gradient(#7eac2f, #7eac2f) 0 / var(--sx) 100% no-repeat, #dcdcdc
}

input[type='range'].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
    background: linear-gradient(#7eac2f, #7eac2f) 0 / var(--sx) 100% no-repeat, #f5f5f5
}

input[type='range'].styled-slider::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    background: linear-gradient(90deg, #7eac2f 0%, #7eac2f 100%);
    border: 2px solid rgba(255, 255, 255, .8);
    box-shadow: 0 2px 2px rgba(17, 22, 71, .2);
    cursor: pointer;
    border-radius: 50%;
    animation: moveThumb 2s ease-in-out infinite;
    margin-top: calc(max((1em - 1px - 1px) * 0.5, 0px) - 2em * 0.5)
}

input[type='range'].styled-slider::-moz-range-track {
    height: 8px;
    border: 1px solid #b2b2b2;
    border-radius: 10px;
    background: #dcdcdc;
    box-shadow: none
}

input[type='range'].styled-slider::-moz-range-thumb:hover {
    background: #7eac2f
}

input[type='range'].styled-slider:hover::-moz-range-track {
    background: #dcdcdc;
    border-color: #9a9a9a
}

input[type='range'].styled-slider::-moz-range-thumb:active {
    background: #7eac2f
}

input[type='range'].styled-slider:active::-moz-range-track {
    background: #f5f5f5;
    border-color: #c1c1c1
}

input[type='range'].styled-slider.slider-progress::-moz-range-track {
    background: linear-gradient(#7eac2f, #7eac2f) 0 / var(--sx) 100% no-repeat, #dcdcdc
}

input[type='range'].styled-slider.slider-progress:hover::-moz-range-track {
    background: linear-gradient(#7eac2f, #7eac2f) 0 / var(--sx) 100% no-repeat, #dcdcdc
}

input[type='range'].styled-slider.slider-progress:active::-moz-range-track {
    background: linear-gradient(#7eac2f, #7eac2f) 0 / var(--sx) 100% no-repeat, #f5f5f5
}

input[type='range'].styled-slider::-ms-fill-upper {
    background: transparent;
    border-color: transparent
}

input[type='range'].styled-slider::-ms-fill-lower {
    background: transparent;
    border-color: transparent
}

input[type='range'].styled-slider::-ms-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    background: linear-gradient(90deg, #7eac2f 0%, #27e53a 100%);
    border: 2px solid rgba(255, 255, 255, .8);
    box-shadow: 0 2px 2px rgba(17, 22, 71, .2);
    cursor: pointer;
    border-radius: 50%;
    animation: moveThumb 2s ease-in-out infinite;
    margin-top: calc(max((1em - 1px - 1px) * 0.5, 0px) - 2em * 0.5)
}

input[type='range'].styled-slider::-ms-track {
    height: 8px;
    border-radius: 10px;
    background: #dcdcdc;
    border: 1px solid #b2b2b2;
    box-shadow: none;
    box-sizing: border-box
}

input[type='range'].styled-slider::-ms-thumb:hover {
    background: #7eac2f
}

input[type='range'].styled-slider:hover::-ms-track {
    background: #dcdcdc;
    border-color: #9a9a9a
}

input[type='range'].styled-slider::-ms-thumb:active {
    background: #7eac2f
}

input[type='range'].styled-slider:active::-ms-track {
    background: #f5f5f5;
    border-color: #c1c1c1
}

input[type='range'].styled-slider.slider-progress::-ms-fill-lower {
    height: 8px;
    border-radius: 10px 0 0 10px;
    margin: -1px 0 -1px -1px;
    background: #7eac2f;
    border: 1px solid #b2b2b2;
    border-right-width: 0
}

input[type='range'].styled-slider.slider-progress:hover::-ms-fill-lower {
    background: #7eac2f;
    border-color: #9a9a9a
}

input[type='range'].styled-slider.slider-progress:active::-ms-fill-lower {
    background: #7eac2f;
    border-color: #c1c1c1
}

input[type='range'] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #dcdcdc;
    outline: none;
    position: relative;
    margin: 0
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    background: #7eac2f;
    border: 2px solid rgba(255, 255, 255, .8);
    box-shadow: 0 2px 2px rgba(17, 22, 71, .2);
    cursor: pointer;
    border-radius: 50%;
    animation: moveThumb 2s ease-in-out infinite
}

input[type='range']::-moz-range-thumb {
    width: 32px;
    height: 32px;
    background: #7eac2f;
    border: 2px solid rgba(255, 255, 255, .8);
    box-shadow: 0 2px 2px rgba(17, 22, 71, .2);
    cursor: pointer;
    border-radius: 50%
}

.range-label {
    display: flex;
    justify-content: space-between;
    padding: 5px
}

.bonuses {
    background: #205583;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 50px 0 16px 14px;
    padding: 0 20px 20px 20px
}

.bonus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px
}

.bonuses .bonusesWrapper p {
    font-family: Verdana;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.31px;
    text-align: center;
    color: #fff
}

.bonus div span {
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 9px;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Verdana;
    font-size: 53px;
    font-weight: 700;
    line-height: 63px;
    color: #fff
}

.range-label {
    display: flex;
    justify-content: space-between;
    padding: 5px
}

.bonuses {
    background: #205583;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 50px 0 16px 14px;
    padding: 0 19px 19px 19px;
    z-index: 5;
    overflow: hidden
}

.bonus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 9px;
    overflow: hidden
}

.bonuses:before {
    content: no-open-quote;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transition: 0.3s ease-in-out;
    z-index: 1
}

.bonuses:after {
    content: no-open-quote;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transition: 0.3s ease-in-out;
    z-index: 1;
    top: 0
}

.bonuses:before {
    width: 174px;
    left: 0;
    background: url(/uploads/img/ellipse-1.svg) no-repeat;
    bottom: 0;
    height: 70px;
    border-radius: 0 18px 0 0;
    z-index: -1
}

.bonuses:after {
    width: 174px;
    right: 0;
    background: url(/uploads/img/ellipse-2.svg) no-repeat;
    z-index: -1
}

.bonuses .bonusesWrapper p {
    font-family: Verdana;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.31px;
    text-align: center;
    color: #fff
}

.bonus div span {
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 9px;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Verdana;
    font-size: 53px;
    font-weight: 700;
    line-height: 63px;
    color: #fff
}

.bonus div {
    font-size: 52px;
    font-weight: 700;
    line-height: 63.2px;
    text-align: center;
    color: #fff;
    padding: 6px
}

.freespins {
    margin-bottom: 30px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.freespins .plus-mobil {
    display: none
}

.freespins div {
    display: flex;
    align-items: center;
    gap: 5px
}

.freespins span {
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px
}

.freespins p {
    display: contents;
    text-align: center;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #364efa
}

.calculatorButton {
    width: 100%;
    height: 61px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    background: #7eac2f;
    border-radius: 14px;
    border: none;
    outline: none;
    cursor: not-allowed;
    opacity: .7;
    max-width: 325px
}

.calculatorButtonDesctop {
    display: none
}

.active-calc {
    width: 100%;
    height: 61px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    background: #7eac2f;
    border-radius: 14px;
    border: none;
    outline: none;
    cursor: not-allowed;
    opacity: 1;
    max-width: 325px;
    cursor: pointer
}

@media (min-width: 688px) {
    .calculatorTitle {
        padding-bottom: 0;
        margin-bottom: 20px
    }

    #col-1 {
        padding-top: 30px;
        display: flex;
        flex-direction: column
    }

    .bonusesWrapper {
        margin-bottom: 20px;
        padding-top: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
        flex-direction: column;
        position: relative
    }

    .input-group {
        order: 2
    }

    .icons {
        order: 1;
        margin: 10px
    }

    .bonusesWrapper p {
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 40px;
        font-weight: 400;
        line-height: 48.61px;
        color: #fff;
        -webkit-text-fill-color: #fff
    }

    .bonuses {
        border-radius: 20px;
        width: 100%;
        border-radius: 50px 0 14px 15px
    }

    .bonus {
        height: 100%;
        width: 373px;
        margin-bottom: 0
    }

    .freespins {
        flex-direction: column;
        height: 100%;
        width: 230px;
        padding: 12px 16px;
        margin-bottom: 0
    }

    .bonus p, .freespins p {
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 700;
        line-height: 24.31px;
        color: #fff;
        -webkit-text-fill-color: #fff
    }

    .freespins div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px
    }

    .freespins div span {
        font-size: 28px;
        line-height: 34px
    }

    .freespins span {
        color: #fff;
        -webkit-text-fill-color: #fff;
        font-size: 52px;
        font-weight: 700;
        line-height: 63.2px
    }
}

@media (max-width: 780px) {
    .bonus div {
        display: flex;
        gap: 5px
    }

    .bonus div span {
        font-size: 28px;
        line-height: 34px
    }

    .icon-info p {
        font-size: 12px;
        line-height: 14px
    }

    .icon-info .icon-title {
        font-size: 14px;
        line-height: 18px
    }

    .icon img {
        width: 32px;
        height: 32px
    }

    .icons .icons-wrapper {
        justify-content: space-between
    }

    .icons .icons-wrapper .icon {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .icon-info {
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center
    }

    .deposit p {
        font-size: 14px;
        line-height: 17px
    }

    .deposit span {
        font-size: 28px;
        line-height: 34px
    }

    input[type='range'] {
        height: 4px
    }

    input[type='range']::-webkit-slider-thumb {
        width: 20px;
        height: 20px
    }

    .deposit-wrapper {
        max-height: 80px
    }

    .input-group {
        order: 2
    }

    .icons {
        order: 1;
        margin-top: 10px
    }

    .deposit {
        padding: 10px 10px 0 12px;
        margin-bottom: 0
    }

    .deposit div {
        gap: 3px
    }

    .deposit div .summ-info {
        padding-top: 0
    }

    .bonuses .bonusesWrapper .plus {
        padding-bottom: 0
    }

    .bonusesWrapper {
        margin-bottom: 20px;
        padding-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 5
    }

    .calculatorButton {
        height: 54px;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0
    }

    .freespins {
        margin-bottom: 10px
    }

    .bonusesWrapper {
        padding-top: 20px
    }

    .active {
        height: 54px;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0
    }

    .bonuses .bonusesWrapper p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        padding-bottom: 10px
    }

    .bonuses {
        padding: 0 10px 10px 10px
    }
}

@media (min-width: 1250px) {
    .calculator-main {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 4px solid #205583;
        margin: 20px auto 20px auto;
        width: 100%;
        max-width: 1200px
    }

    .calculator {
        background: #fff;
        width: 96%;
        margin: 0 auto;
        display: flex;
        height: 320px;
        justify-content: center;
        align-items: center
    }

    #col-1 {
        padding-right: 41px;
        width: 80%;
        margin-bottom: 0
    }

    .input-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 53px
    }

    .icons {
        order: 1
    }

    .bonuses {
        background: #205583;
        right: 0;
        width: 35%;
        height: 240px;
        border-radius: 50px 16px 16px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 19px
    }

    .bonusesWrapper {
        padding-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transition: 0.3s ease-in-out;
        z-index: 2;
        order: 2
    }

    .bonusesWrapper:before, .bonusesWrapper:after {
        position: absolute;
        top: 0;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        transition: 0.3s ease-in-out;
        z-index: -1
    }

    .bonusesWrapper:before {
        width: 174px;
        height: 150px;
        right: 0;
        background: url(/uploads/img/ellipse-1.svg)
    }

    .bonusesWrapper:after {
        width: 174px;
        height: 150px;
        left: 0;
        background: url(/uploads/img/ellipse-2.svg)
    }

    .bonus {
        height: 100%;
        width: 373px;
        margin-bottom: 0
    }

    .freespins {
        width: 243px;
        height: 100%;
        margin-bottom: 0
    }

    .freespins div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px
    }

    .freespins span {
        color: #fff;
        -webkit-text-fill-color: #fff;
        font-size: 40px;
        font-weight: 700;
        line-height: 49px
    }

    .calculatorButtonDesctop {
        display: block;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        color: #fff;
        width: 100%;
        height: 44px;
        background: linear-gradient(0deg, #f35b2b 0%, #ea6d26 100%);
        border-radius: 14px;
        outline: none;
        border: none
    }
}

@media (max-width: 500px) {
    .bonusesWrapper {
        flex-direction: column;
        margin-bottom: 0
    }

    .bonuses .bonusesWrapper .plus {
        display: none
    }

    .freespins .plus-mobil {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.site-block {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    background: #205583;
    width: 100%;
    max-width: 1200px;
    height: 124px;
    border-radius: 16px;
    overflow: hidden;
    width: 98%;
    max-width: 1200px;
    margin: 0 auto
}

.site-block:before, .site-block:after {
    content: no-open-quote;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transition: 0.3s ease-in-out;
    z-index: 1
}

.site-block:before {
    width: 75px;
    left: 0;
    background-image: url('/uploads/img/bg-link-1.svg')
}

.site-block:after {
    width: 114px;
    right: 0;
    background-image: url('/uploads/img/bg-link-2.svg')
}

.site-block .site-block_btn {
    width: 100%;
    max-width: 282px;
    margin-right: 30px;
    z-index: 5
}

.site-block_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding-left: 70px;
    z-index: 5
}

.site-block_info .text-title {
    font-family: Tahoma;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    padding: 0;
    text-transform: uppercase
}

.site-block .site-block_btn .btn-site {
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #7eac2f;
    display: flex;
    width: 282px;
    padding: 20px 40px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase
}

.site-block .site-block_btn .btn-site:hover {
    opacity: .8
}

.site-block .site-block_btn .text-title {
    color: #292c6e;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0
}

.site-block .site-block_info img {
    height: 58px
}

@media screen and (max-width: 1540px) {
    .site-block {
        gap: 0
    }

    .site-block .site-block_btn .text-title {
        font-size: 38px;
        line-height: 50px
    }
}

@media screen and (max-width: 830px) {
    .site-block {
        height: 177px;
        position: relative;
        flex-direction: column;
        display: flex;
        justify-content: flex-start;
        padding-left: 24px
    }

    .site-block_info {
        padding: 20px 0 0 0
    }

    .site-block .site-block_btn {
        width: 100%;
        max-width: 260px;
        justify-content: flex-start;
        display: flex;
        position: absolute;
        top: 90px;
        left: 20px
    }

    .site-block .site-block_btn .text-title {
        font-size: 25px;
        line-height: 35px
    }

    .site-block .site-block_btn .btn-site {
        padding: 4px 60px;
        min-width: 308px;
        width: 100%;
        font-size: 20px;
        line-height: 38px;
        white-space: nowrap;
        justify-content: center;
        align-items: center;
        margin-top: 8px
    }

    .site-block .site-block_btn .btn-site::after {
        width: 10px;
        height: 10px
    }
}

@media screen and (max-width: 680px) {
    .site-block_info .text-title {
        font-size: 16px;
        line-height: 22px
    }

    .site-block .site-block_btn .btn-site {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 20px;
        width: 90%;
        max-width: 260px;
        min-width: unset
    }
}

@media screen and (max-width: 400px) {
    .site-block .site-block_info img {
        display: none
    }

    .site-block .site-block_btn .btn-site:after {
        padding-left: 15px
    }
}

.links {
    margin-bottom: 32px
}

.links a {
    font-size: 18px;
    text-decoration: none
}

.banner-ny {
    width: 96%;
    max-width: 1208px;
    margin: 0 auto;
    height: 300px;
    background: url(ny-desktop.webp) no-repeat;
    background-size: cover;
    border-radius: 12px;
    margin-top: 30px;
    overflow: hidden
}

.banner-ny_inner {
    padding: 25px 38px;
    position: relative;
    width: 100%;
    height: 100%
}

.banner-ny-image {
    width: 373px;
    height: 300px;
    background: url(ny-img-desktop.webp) no-repeat;
    background-size: cover;
    position: absolute;
    right: 100px;
    top: 0;
    z-index: 1
}

.banner-ny-info {
    max-width: 310px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2
}

.banner-ny-text {
    font-family: Tahoma, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: rgba(255, 255, 255, 1)
}

.banner-ny-date {
    font-family: Tahoma, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: rgba(251, 251, 251, .7);
    padding-top: 12px;
    padding-bottom: 24px
}

.banner-ny-button {
    font-family: Tahoma, sans-serif;
    box-shadow: none;
    border: none;
    background: rgba(126, 172, 47, 1);
    padding: 16px 0;
    border-radius: 10px;
    width: 136px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    transition: 0.4s
}

.banner-ny-button:hover {
    opacity: .8
}

@media screen and (max-width: 1000px) {
    .banner-ny-image {
        right: 0
    }
}

@media screen and (max-width: 750px) {
    .banner-ny {
        height: 220px;
        background: url(ny-mobile.webp) no-repeat
    }

    .banner-ny_inner {
        padding: 18px 24px
    }

    .banner-ny-text {
        font-size: 24px;
        line-height: 29px
    }

    .banner-ny-date {
        font-size: 20px;
        line-height: 24px
    }

    .banner-ny-image {
        width: 237px;
        height: 191px;
        top: 15px;
        background: url(ny-img-mobile.webp) no-repeat;
        background-size: cover
    }

    .banner-ny-button {
        padding: 12px 0;
        width: 120px
    }

    .banner-ny-date {
        padding-bottom: 16px
    }

    .banner-ny-info {
        max-width: 250px
    }
}

@media screen and (max-width: 500px) {
    .banner-ny-image {
        right: -70px
    }

    .banner-ny_inner {
        padding: 18px 18px
    }
}

@media screen and (max-width: 390px) {
    .banner-ny-image {
        right: -90px
    }
}

@media screen and (max-width: 370px) {
    .banner-ny-image {
        right: -120px
    }
}
.non {
    display: none;
}
.block7 {
    display: block !important;
}
#menu, #close {
    cursor: pointer;
}
#log {
    text-align: left;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 7px;
}