@charset "UTF-8";
:root {
    --width: 1480px;
    --display-width: var(--width);
    --offsets: 30px;
    --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
    --color-link: #1a8600;

}


:root {
    --color-header: #060606;
    --color-header-navigation-link: #ffffff;
    --color-header-navigation-link-hover: #a80027;
    --color-first-button: #ffffff;
    --color-first-button-bg: linear-gradient(80.54deg, #CE9119 0%, #F4AE26 100%);
    --color-second-button: #ffffff;
    --color-second-button-bg: linear-gradient(90deg, #a80027 0%, #FA2E5D 100%);;

    --color-body: #ffffff;
    --color-text: #fefefe;
    --color-title: #ffffff;
    --color-link: #a80027;
    --color-accent: #ffba33;
    --color-body-thumb: #a80027;
    --color-body-track: #12192c;

    --color-footer: #060606;
    --color-footer-navigation-link: #fefefe;
    --color-footer-navigation-link-hover: #a80027;
    --color-footer-text: #fefefe;

    --color-content-button-bg: #a80027;
    --color-content-button: #ffffff;
    --content-button-gradient: linear-gradient(90deg, #2CB865 0%, #089E4E 100%);

    --color-scroll-to-top: #a80027;
    --color-arrow-scroll-to-top: #ffffff;

    --color-table-bg: #f1f5ff;
    --color-table-border: #d6ddf0;
    --color-table-th-bg: #a80027;
    --color-table-th-color: #ffffff;
    --color-table-td-color: #fefefe;

    --color-blocks-text-image: #ffffff;

    --color-faq-item: #f1f5ff;
    --color-faq-item-open: #a80027;
    --color-faq-item-title: #ffffff;
    --color-faq-item-title-open: #fefefe;

    --color-toc-bg: #ffffff;
    --color-toc-title: #fefefe;
    --color-toc-item: #fefefe;
    --color-toc-item-hover: #a80027;

    --color-field: #000000;
    --color-field-bg: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit
}

.aviator-container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: var(--display-width)
}

.aviator-container > :not(:first-child) {
    margin-top: 24px;
}

.aviator-container-full {
    max-width: 100%
}

p {
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

a {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-link)
}

b{
    color: white;
}

a:hover {
    text-decoration: none
}

ol:not([class]),
ul:not([class]){
    margin-top: 1rem;
    padding-left: 25px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem
}

ol[class], ul[class]{
    list-style: none;
}

ol.wp-block-list,ul.wp-block-list{padding-left:20px}ul.wp-block-list{list-style:disc}ol.wp-block-list{list-style:numbers}

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

h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    color: var(--color-title);
}

h1 {
    margin-bottom: 32px;
    font-size: 34px;
    font-weight: 800;
    line-height: 40px;
}

h2 {
    margin-bottom: 1rem;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
}

h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.1rem;
}

h4 {
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}

h5 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.7rem;
}

h6 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (max-width: 767px) {
    h1{
        font-size: 28px;
        font-weight: 800;
        line-height: 32px;
        margin-bottom: 12px;
    }

    h2{
        font-size: 25px;
        font-weight: 800;
        line-height: 32px;
    }
}

.aviator-wrap > .wp-block-table,
.aviator-wrap > blockquote,
.aviator-wrap > h1,
.aviator-wrap > h2,
.aviator-wrap > h3,
.aviator-wrap > h4,
.aviator-wrap > h5,
.aviator-wrap > h6,
.aviator-wrap > ol,
.aviator-wrap > p,
.aviator-wrap > ul,
.aviator-wrap > .content-button{
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--offsets);
    max-width: var(--display-width)
}

.aviator-wrap > ol:not([class]), .aviator-wrap > ul:not([class]) {
    padding-left: 50px
}

.aviator-wrap blockquote, blockquote {
    margin-top: 1rem;
    border-left: 5px solid var(--color-accent);
    padding: 1rem var(--offsets) 1rem 2rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: #f0f8ffff
}

.aviator-wrap:not(:last-child) {
    margin-bottom: 2rem
}

.aviator-wrap > :not(:first-child){
    margin-top: 2rem
}

.aviator-wrap {
    margin-top: 64px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.aviator-wrap:first-child{
    margin-top: 40px;
}

@media (max-width: 767px) {
    .aviator-wrap:first-child{
        margin-top: 20px;
    }
}

.aviator-wrap > p:last-of-type{
    margin-bottom: 32px;
}

.aviator-wrap > .wp-block-heading:not(:first-child){
    margin: 64px auto 16px auto;
}

.page-main > .wp-block-heading{
    margin-left: auto;
    margin-right: auto;
    padding: 0 var(--offsets);
    max-width: var(--display-width);
}

.wp-block-table {
    overflow: auto
}

.wp-block-table::-webkit-scrollbar {
    height: 5px;
}

.wp-block-table table, table {
    margin-top: 24px;
    border-collapse: collapse;
    width: 100%;

}

.wp-block-table table {
    border-radius: 6px;

    background: #060606;
}

.wp-block-table table thead, table thead {
    border-bottom: none
}

.wp-block-table table th, table th {
    padding: .5rem 1rem;
    text-align: center;
    color: var(--color-table-th-color);
    background-color: #a80027;
    /*white-space: nowrap;*/
}

.wp-block-table table th:not(:last-child) {
    border-right: 1px solid #FFFFFF50;
}

.wp-block-table table td, table td {
    border: 1px solid #FFFFFF50;
    padding: .5rem 1rem;
}


.wp-block-table table tr:first-child td {
    border-top: unset;
}

.wp-block-table table tr:last-child td {
    border-bottom: unset;
}

.wp-block-table table tr td:first-child {
    border-left: unset;
}

.wp-block-table table tr td:last-child {
    border-right: unset;
}

.wp-block-table table tr:first-child td:first-child{
    border-top-left-radius: 12px;
}

.wp-block-table table tr:first-child td:last-child{
    border-top-right-radius: 12px;
}

.wp-block-table table tr:last-child td:first-child{
    border-bottom-left-radius: 12px;
}

.wp-block-table table tr:last-child td:last-child{
    border-bottom-right-radius: 12px;
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
}

.wp-block-table .has-fixed-layout th {
    word-break: normal
}

.wp-block-table .has-fixed-layout td {
    word-break: normal
}

.aviator-container .aviator-container {
    padding-right: 0;
    padding-left: 0
}

.get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    line-height: 0
}

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

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow-x: hidden;
    font-family: var(--ff-primary);
    color: var(--color-text);
    background-color: #2b2b2b;
}

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

.last-modified-date {
    display: inline-block;
    margin: 1rem auto;
    border-radius: 5px;
    padding: 10px 30px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    background: -o-linear-gradient(150deg, #fff0 0, #fff0 5%, #cccf 50%, #fff 95%, #fff 100%);
    background: linear-gradient(300deg, #fff0 0, #fff0 5%, #cccf 50%, #fff 95%, #fff 100%)
}

html {
    font-size: 17px
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.content-button {
    margin-top: 24px
}

.content-button.alight-left {
    text-align: left
}

.content-button.align-right {
    text-align: right
}

.content-button.align-center {
    text-align: center;
    justify-self: center;
}

.content-button__control{
    display: inline-block;
    border: none;
    border-radius: 3px;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--content-button-gradient);
    border: 1px solid var(--content-button-gradient);;
    transform-origin: center;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.content-button__control:hover{
    opacity: .7;
}


.content-button__control{
    min-width: 328px;
}

@media (max-width: 768px) {
    .content-button__control {
        min-width: unset;
    }
}


.page-header {
    background-color: var(--color-header);
    border-bottom: 1px solid #FFFFFF0D;
}

.page-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 32px;
}

.page-header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*width: 100%;*/
    max-width: 142px;
    margin-right: 58px;
}

.page-header__logo img{
    max-height: 44px;
    object-fit: contain;
}

.page-header__nav {
    /*margin-left: auto*/
    flex: 1 1;
}

.page-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto
}

.page-header__burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35px;
    height: 25px;
    cursor: pointer
}

.page-header__burger span {
    display: block;
    border-radius: 20%;
    width: 100%;
    height: 3px;
    background-color: var(--color-header-navigation-link);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.page-header__burger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotateZ(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotateZ(45deg)
}

.page-header__burger.active span:nth-of-type(2) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.page-header__burger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotateZ(-45deg)
}

.page-header__nav + .page-header__buttons {
    margin-left: 20px
}

.page-header__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: 0;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    color: #FFFFFF;
    transition: 250ms;
    cursor: pointer;
    padding: 0 0 0 12px;
    min-width: 160px;
    height: 40px;
    position: relative;
}

.page-header__button > svg{
    max-width: 24px;
    max-height: 24px;
}

.page-header__button + .page-header__button {
    margin-left: 8px
}

.page-header__button--first {
    color: #FFF;
    background: var(--content-button-gradient);
}

.page-header__button--first .get-image {
    animation: ew8LVSIuoyC2_tr__tr 3000ms linear infinite normal forwards;
}

.new_bonus__header-text + svg {
	 animation: arrow_anim 4s ease-out infinite;
}

@keyframes ew8LVSIuoyC2_tr__tr {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes arrow_anim {
    0% {
        transform: rotate(0deg);
    }
	20% {
		transform: rotate(45deg);
	}
	50%{
		 transform: rotate(0deg);
	}
    100% {
        transform: rotate(0deg);
    }
}

.page-header__button--first:hover{
    background-color: transparent;
}

.page-header__button--second {
    color: #FFF;
    background: linear-gradient(90deg, #a80027 0%, #FA2E5D 100%);
}

.page-header__button--second:hover{
    color: var(--color-second-button-bg);
    background-color: transparent;
}

.main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    gap: 24px;
}

@media (max-width: 1100px) {
    .page-header__nav{
        flex: 1 1 100%;
        order: 10;
        margin-top: 8px;
    }

    .main-nav__list{
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .page-header__nav{
        margin-top: unset;
    }

    .main-nav__list {
        gap: 0;
    }
}

@media (max-width: 768px){
    .page-header__button{
        min-width: unset;
        flex: 1 1;
    }
}

.main-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}

.main-nav__item:hover > a::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.main-nav__item:hover .sub-menu {
    opacity: 1;
    pointer-events: auto
}

.main-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    word-break: break-all;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    -webkit-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
    text-decoration: none;
}

.main-nav__link > svg{
    max-width: 28px;
    max-height: 28px;
}

.main-nav__link .get-image img {
    width: auto;
    height: 1.2rem;
    -o-object-fit: contain;
    object-fit: contain
}

.main-nav__link--current, .main-nav__link:hover {
    color: var(--color-header-navigation-link-hover)
}

.main-nav__link--current,
.sub-menu__link--current{
    cursor: auto;
}

.main-nav__item--has-children {
    position: relative
}

.main-nav__item--has-children .main-nav__link{
    margin-right: 0;
    padding-right: 4px;
}

.main-nav__item--has-children.active .sub-menu__arrow svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

.main-nav__item--has-children.active .sub-menu {
    position: relative;
    top: 0;
    display: block;
    margin-top: 0;
    padding: 0 1rem;
    opacity: 1;
    pointer-events: auto
}

.main-nav__item--has-children.active .sub-menu::before {
    display: none
}

.sub-menu__arrow {
    /*position: absolute;*/
    /*right: -4px;*/
    /*top: 50%;*/
    /*display: block;*/
    /*-webkit-transform: translateY(-35%);*/
    /*-ms-transform: translateY(-35%);*/
    /*transform: translateY(-35%)*/
}

.sub-menu__arrow svg {
    width: 100%;
    height: auto;
    max-width: 15px;
    /*fill: var(--color-header-navigation-link);*/
    /*-webkit-transform: rotate(90deg);*/
    /*-ms-transform: rotate(90deg);*/
    /*transform: rotate(90deg);*/
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.sub-menu {
    position: absolute;
    top: 100%;
    z-index: 100;
    list-style: none;
    margin-top: .5rem;
    border-radius: 5px;
    padding: .5rem 1rem;
    background-color: var(--color-header);
    opacity: 0;
    transition: 250ms;
    /*width: 100%;*/
    width: auto;
    pointer-events: none
}

.sub-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.5rem;
    width: 100%;
    height: .5rem;
    background-color: transparent
}

.sub-menu:hover {
    color: var(--color-header)
}

.sub-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .5rem 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    white-space: nowrap;
    text-decoration: none;
    color: var(--color-header-navigation-link);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.sub-menu__link .get-image img {
    width: auto;
    height: 1.2rem;
    -o-object-fit: contain;
    object-fit: contain
}

.sub-menu__link--current, .sub-menu__link:hover {
    color: var(--color-header-navigation-link-hover)
}

.listing_promocode {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 6px;
    overflow: hidden;
}

.listing_promocode__input {
    -ms-grid-column: 1;
    grid-column: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 3px;
    border: 1px dashed var(--Orange, #ffba33);
	 width: 100%;
}

.listing_promocode__input input {
    width: 100%;
    border: none;
    padding: 9px;
    background: transparent;
    color: var(--Orange, #ffba33);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
	height: 44px;
}

.listing_promocode__copy-btn {
    padding: 12px 16px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    word-break: break-all;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: none;
    /* 150% */
	height: 44px;
	 min-width: 71px;
}

.listing_promocode__copy-btn.active {
	min-width: 85px;
}

.listing-item {
    padding: 20px;
    border-radius: 6px;
    background: #2f3031;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5fr 1.5fr 1fr;
    grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
    gap: 20px;
}

.listing-item__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.listing-item__name-number {
    color: var(--Orange, #ffba33);
    font-family: Figtree;
    font-size: 17px;
    font-style: normal;
    font-weight: 560;
    line-height: 24px;
    /* 141.176% */
}

.listing-item__promocode-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.listing-item__promocode-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--Text, #dcdcdc);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.listing-item__promocode-list li::before {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cg clip-path='url(%23clip0_2015_1368)'%3E%3Cg filter='url(%23filter0_d_2015_1368)'%3E%3Crect x='9.5' y='6' width='2' height='8' rx='1' fill='%23FFBA33'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_2015_1368)'%3E%3Crect x='6.5' y='11' width='2' height='8' rx='1' transform='rotate(-90 6.5 11)' fill='%23FFBA33'/%3E%3C/g%3E%3Ccircle cx='10.5' cy='10' r='8' stroke='%23FFBA33'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2015_1368' x='1.5' y='-2' width='18' height='24' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 0.729412 0 0 0 0 0.2 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2015_1368'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2015_1368' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_2015_1368' x='-1.5' y='1' width='24' height='18' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 0.729412 0 0 0 0 0.2 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2015_1368'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2015_1368' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0_2015_1368'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.listing-item__promocode .listing_promocode {
    margin-top: 10px;
}

.listing-item__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}

.listing-item__buttons > .btn {
    margin-top: 0;
    font-size: 14px;
}

.listing-item__buttons > .btn.btn--with-svg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px;
}

.listing-item__buttons > .btn.btn--with-svg.btn--secondary {
    background: transparent;
    border: 1px solid var(--Main-Grad, #ce9119);
}

.listing-item__buttons > .btn.btn--with-svg::after {
    margin-left: auto;
    content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10V22' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 17L16 22L21 17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='10' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.listing-item__name-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1.5fr;
    grid-template-columns: 100px 1.5fr;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 4px;
}

.listing-item__name-main > .get-image {
    max-width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

.listing-item__name-main-title {
    margin-top: 0;
    color: var(--White, #fff);
    /* H3 - Mobile */
    font-family: Figtree;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 141.176% */
}

.listing-item__name-main-rating {
    padding: 4px 8px;
    border-radius: 3px;
    background: #353637;
    -ms-grid-column-align: start;
    justify-self: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    color: #f4ae26;
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 160% */
}

.listing-item__name-main-rating::before {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    margin-right: 6px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.52558 2.42559C7.67739 1.96943 8.32262 1.96943 8.47442 2.42559L9.53862 5.62344C9.60661 5.82773 9.79774 5.96556 10.013 5.96556H13.431C13.9182 5.96556 14.1177 6.59146 13.7202 6.87337L10.9758 8.82016C10.7964 8.94746 10.7212 9.1771 10.7907 9.38585L11.8438 12.5503C11.9964 13.0089 11.4743 13.3957 11.0801 13.116L8.28929 11.1363C8.11601 11.0134 7.88399 11.0134 7.71071 11.1363L4.9199 13.116C4.52572 13.3957 4.00359 13.0089 4.15619 12.5503L5.20929 9.38585C5.27877 9.1771 5.20361 8.94746 5.02416 8.82016L2.27976 6.87337C1.88234 6.59146 2.08179 5.96556 2.56904 5.96556H5.98696C6.20226 5.96556 6.39339 5.82773 6.46138 5.62344L7.52558 2.42559Z' fill='url(%23paint0_linear_2015_1346)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2015_1346' x1='1' y1='14' x2='16.823' y2='11.1611' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CE9119'/%3E%3Cstop offset='1' stop-color='%23F4AE26'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.listing-item__name-main-rating span {
    color: var(--Text, #dcdcdc);
    font-weight: 500;
    line-height: 24px;
    /* 160% */
}

.listing-item__bonus {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #2f3031;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px 1fr;
    grid-template-columns: 30px 1fr;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.listing-item__bonus-title {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    color: var(--White, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 114.286% */
}

.listing-item__bonus-title span {
    color: var(--Text, #dcdcdc);
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 146.667% */
}

.listing td {
    border: none;
}

.btn {
    position: relative;
    max-width: 260px;
    padding: 16px 32px;
    gap: 10px;
    border-radius: 3px;
    margin-top: 16px;
    display: block;
    color: #fff;
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    min-width: 100%;
    text-decoration: none;
}

.btn--with-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 4px 4px 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.mp-bonus__main>.btn.btn--with-svg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px;
}

.btn--secondary {
    background: var(--Second-Grad, linear-gradient(90deg, #a80027 0, #fa2e5d 100%));
}

.btn--transparent {
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    background: var(--Main-Grad, linear-gradient(81deg, #ce9119 0, #f4ae26 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn--primary {
    background: var(--Main-Grad, linear-gradient(81deg, #ce9119 0, #f4ae26 100%));
}

.new_bonus_btn svg {
    margin-top: 2px;
}

.new_bonus {
    margin-top: 20px;
    max-width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-radius: 6px;
    background: #2f3031;
}

.new_bonus__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

.new_bonus__header > img {
    max-width: 84px;
    -o-object-fit: contain;
    object-fit: contain;
}

.new_bonus__header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
    margin-right: auto;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}

.new_bonus__header-text svg {
    position: absolute;
    right: -40px;
}

.new_bonus__header-text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.new_bonus__main {
    padding: 16px;
    border-radius: 3px;
    background: #1e1e1e;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    overflow: hidden;
}

.new_bonus__main-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 136px;
    height: 32px;
    background: linear-gradient(86deg, #ca9a52 0%, #fadfb9 13.5%, #a17a48 33.5%, #c28e52 56%, #7c5a37 81%, #c98848 88%, #926134 100%);
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: -42px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    font-family: Figtree;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: 12px;
    /* 120% */
    text-transform: uppercase;
}

.new_bonus__content {
    display: flex;
    gap: 24px;
	align-items: center;
}
.new_bonus__main > img {
    max-width: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}

.new_bonus__main-text {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.new_bonus__main-text span {
    max-width: 85%;
    color: #dcdcdc;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.new_bonus__main > .btn {
    margin-top: 0;
    grid-column: 1/-1;
}

.new_bonus > .btn {
    margin-top: 0;
}

.bonus{
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    grid-template-columns: 1fr auto;
    border-radius: 6px;

    background-color: #060606;
    padding: 20px;
    gap: 8px 12px;
    min-height: 240px;
    height: 100%;
}

.bonus._anim-border{
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
}

.bonus._anim-border:before,
.bonus._anim-border:after{
    content: '';
    position: absolute;
    margin: auto;
}

.bonus._anim-border:before{
    width: 1000px;
    top: 0;
    height: 1000px;
    right: 0;
    bottom: 0;
    left: -200px;
    background-color: #42F802;
    background: rgb(34,193,195);
    background: conic-gradient(rgb(255, 78, 223), #57294c);
    animation: rotate 2s linear infinite;
    z-index: -1;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.bonus._anim-border:after{
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-color: #060606;
    border-radius: 6px;
    z-index: 0;
}

.bonus._anim-border > *{
    z-index: 1;
}

.bonus b,
.bonus strong{
    color: #1a8600;
    text-shadow: 0px 0px 8px rgba(249, 203, 22, 0.50);
}

.bonus .bonus__title{
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.bonus .bonus__description{
    grid-row: 2/3;
    grid-column: 1/2;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    margin-top: 0;
}

.bonus .get-image{
    grid-row: 1/-1;
    grid-column: 2/3;
    min-width: 146px;
}

.bonus .promocode{
    margin-top: 12px;
}

/* Promocode */
.promocode{
    display: flex;
    gap: 8px;
    grid-row: 3/4;
    grid-column: 1/2;
}

.promocode-field{
    flex: 1 1;
    color: #1a8600;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 3px;
    border: 2px dashed #1a8600;
    padding: 12px;
    max-width: 220px;
}

.promocode .copy-btn{
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 8px;
    border-radius: 3px;
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
    border: none;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.promocode .copy-btn:hover{
    background: rgba(255, 255, 255, 0.30);
}

.promocode .copy-btn svg{
    pointer-events: none;
}

.bonus__button{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 320px;
    justify-content: space-between;
    border-radius: 3px;
    grid-row: 4/5;
    grid-column: 1/2;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    border: none;
    width: fit-content;
    cursor: pointer;
}

.bonus.v2{
    gap: 12px;
    padding: 16px;
}

.bonus.v2 .bonus__button{
    min-width: 240px;
}

.bonus.v2 .bonus__button._arrow-btn{
    padding: 10px 12px;
}

@media (max-width: 1200px) {
    .bonus .bonus__title{
        grid-row: 1/2;
        grid-column: 1/3;
    }

    .bonus .bonus__description{
        grid-row: 2/3;
        grid-column: 1/2;
    }

    .bonus .get-image{
        min-width: 78px;
        grid-row: 2/3;
        grid-column: 2/3;
        align-self: start;
        max-width: 110px;
    }

    .bonus.v2 .get-image{
        max-width: 126px;
    }

    .bonus .promocode{
        grid-row: 3/4;
        grid-column: 1/3;
    }

    .bonus .promocode-field {
        max-width: unset;
    }

    .bonus__button{
        min-width: unset;
        width: 100%;
    }

    .bonus .bonus__button{
        grid-row: 4/5;
        grid-column: 1/3;
    }

    .bonus.v2{
        grid-template-rows: auto 1fr auto;
    }

    .bonus.v2 .bonus__button{
        grid-row: 3/4;
    }
}
@media (max-width: 768px){
    .bonus{
        padding: 16px;
        gap: 16px 12px;
        min-height: unset;
    }

    .bonus .bonus__title{
        font-size: 20px;
        font-weight: 900;
        line-height: 24px;
    }

    .bonus .get-image{
        max-width: 78px;
    }

    .bonus .promocode{
        margin-top: -12px;
    }

    .bonus.v2{
        gap: 8px;
    }

    .bonus.v2 .bonus__title{
        grid-row: 1/2;
        grid-column: 1/2;
    }

    .bonus.v2 .bonus__description{
        grid-column: 1/3;
    }

    .bonus.v2 .get-image{
        grid-row: 1/2;
        grid-column: 2/3;
    }

    .bonus.v2 .get-image img{
        max-width: 114px;
    }
}

.bonus__button._gift-btn{
    color: #FFFFFF;
    background-color: #1a8600;
    padding: 12px 12px 12px 64px;
    border: 1px solid #1a8600;
    transition: 0.2s ease-in-out;
}

.bonus__button._gift-btn:hover{
    color: #1a8600;
    background-color: transparent;
}

.bonus__button._arrow-btn{
    color: #1a8600;
    background-color: transparent;
    border: 1px solid #1a8600;
    padding: 12px;
    transition: 0.2s ease-in-out;
}

.bonus__button._arrow-btn:hover{
    background-color: #1a8600;
    color: var(--color-second-button);
}

.bonus__button._gift-btn:before{
    content: '';
    position: absolute;
    top: -2px;
    left: 6px;
    width: 52px;
    min-width: 52px;
    height: 52px;
    background-image: url(../images/mini-gift.png);
    background-position: center;
    background-repeat: no-repeat;
    animation: move 2s infinite;
}

@keyframes move{
    50%{
        transform: translateY(-5px) rotate(15deg);
    }
    70%{
        transform: translateY(-5px) rotate(5deg)
    }
}

.bonus__button._gift-btn:after{
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url(../images/user.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.bonus__button._arrow-btn:after{
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url(../images/btn-arrows.svg);
    background-position: center;
    background-repeat: no-repeat;
}

/* Review */
/*.review {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    border-radius: 10px;*/
/*    padding: 1rem;*/
/*    height: 100%;*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*    background-color: #f9f9f9*/
/*}*/

/*.review__text {*/
/*    margin-top: 0;*/
/*    margin-bottom: .5rem;*/
/*    font-weight: 500;*/
/*    color: #212121B2*/
/*}*/

/*.review__user {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: start;*/
/*    -ms-flex-pack: start;*/
/*    justify-content: flex-start;*/
/*    margin-top: auto*/
/*}*/

/*.review__user-image {*/
/*    border-radius: 50%;*/
/*    max-width: 60px*/
/*}*/

/*.review__user-name {*/
/*    margin-top: 0;*/
/*    margin-left: 1rem;*/
/*    font-weight: 600;*/
/*    font-size: 1.1rem;*/
/*    color: #6ec1e4*/
/*}*/

/*.show-posts {*/
/*    background: #fbfbfb*/
/*}*/

/*.show-posts__item {*/
/*    position: relative;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    overflow: hidden;*/
/*    border-radius: 5px;*/
/*    padding-bottom: 10px;*/
/*    height: 100%;*/
/*    background-color: #fff;*/
/*    -webkit-transition: 250ms;*/
/*    -o-transition: 250ms;*/
/*    transition: 250ms*/
/*}*/

/*.show-posts__item:hover {*/
/*    -webkit-box-shadow: 0 0 10px 1px #00000019;*/
/*    box-shadow: 0 0 10px 1px #00000019*/
/*}*/

/*.show-posts__item:hover .show-posts__image img {*/
/*    -webkit-transform: scale(1.1);*/
/*    -ms-transform: scale(1.1);*/
/*    transform: scale(1.1)*/
/*}*/

/*.show-posts__image {*/
/*    overflow: hidden;*/
/*    height: 150px*/
/*}*/

/*.show-posts__image img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -o-object-fit: cover;*/
/*    object-fit: cover;*/
/*    -o-object-position: center;*/
/*    object-position: center;*/
/*    -webkit-transition: 250ms;*/
/*    -o-transition: 250ms;*/
/*    transition: 250ms*/
/*}*/

/*.show-posts__title {*/
/*    margin-top: 1rem;*/
/*    padding: 0 10px;*/
/*    font-size: 1.2rem;*/
/*    line-height: 1.7rem;*/
/*    color: var(--color-accent)*/
/*}*/

/*.show-posts__text {*/
/*    margin-top: 0;*/
/*    margin-bottom: .5rem;*/
/*    padding: 0 10px;*/
/*    font-size: 1rem;*/
/*    line-height: 1.5rem*/
/*}*/

/*.show-posts__link {*/
/*    margin-top: auto;*/
/*    padding: 0 10px;*/
/*    text-decoration: underline;*/
/*    color: var(--color-accent)*/
/*}*/

/*.show-posts__hidden-link {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 2;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%*/
/*}*/

.video {
    max-width: 650px
}

.video__container {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    background-color: #000
}

.video__preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.video__button {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 22px;
    background: #575757;
    transform: translate(-50%, -50%);
    transition: .3s ease-in-out;
    cursor: pointer
}

.video__button:hover{
    opacity: .5;
}

.video__button:focus {
    outline: 0
}

.video__button:focus .video__button-shape, .video__button:hover .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.video__button:hover {
    cursor: pointer
}

.video__media {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100%;
    height: 100%
}

.video.align-center {
    margin: 0 auto
}

.video.align-right {
    margin-left: auto
}

/* Footer */
.page-footer {
    margin: 33px 20px 0 20px;
    padding: 33px 40px 40px 40px;
    background-color: var(--color-footer);
    border-radius: 6px 12px 0px 0px;
    border: 1px solid #a80027;
    border-bottom: none;
}

.page-footer--enable-mobile-button {
    padding-bottom: 50px
}

.footer-col_nav{
    justify-content: flex-start;
    align-items: center;
    flex: 1 1;
}

.page-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap row-reverse;
    flex-flow: wrap row-reverse;
    gap: 20px
}

.page-footer__dmca {
    margin-top: 24px;
}

.dmca-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

.page-footer__copyright {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: var(--color-footer-text);
    margin-top: 4px;
    max-width: 120px;
}

.footer-nav__list {
    display: flex;
    gap: 12px 20px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 150px;
}

.page-footer__nav{
    width: 468px;
}

.footer-nav__list .sub-menu {
    margin: .2rem 0
}

.footer-nav__item {
    display: flex;
    min-width: 224px;
}

.footer-nav__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-footer-navigation-link);
    transition: .3s ease-in-out
}

.footer-nav__link--current, .footer-nav__link:hover {
    color: var(--color-footer-navigation-link-hover)
}

.footer-container{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.footer-col{
    display: flex;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .page-footer{
        padding: 16px;
    }

    .footer-container{
        flex-direction: column;
        gap: 40px;
        padding: 0;
    }

    .footer-col{
        align-items: center;
    }

    .page-footer__nav{
        width: unset;
    }

    .footer-nav__item{

        min-width: unset;
     }

    .footer-nav__list{
        max-height: unset;
    }

    .footer-col_nav{
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .page-footer {
        margin: 33px 16px 0 16px;
        padding: 16px;
    }
}

/* FAQ */

.faq__item {
    border-radius: 6px;

    background: #060606;
    padding: 16px;
}

.faq__item:not(:last-child) {
    margin-bottom: 16px
}

.faq__details {
    outline: 0;
}

.faq__details .faq__question-title {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 24px;
}

.faq__question {
    display: flex;
    align-items: center;
    gap: 8px;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.faq__details[open] .faq__question{
    padding-bottom: 16px;
    border-bottom: 1px solid #FFFFFF50;
}

.faq__question::-webkit-details-marker {
    display: none
}

.faq__question:after{
    content: '';
    display: flex;
    width: 32px;
    min-width: 32px;
    height: 32px;
    background-image: url("../images/round-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    transition: 250ms
}

.faq__details[open] .faq__question:after{
    transform: unset
}

.faq__question-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-faq-item-title)
}

.faq__question-title svg {
    z-index: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    width: 30px;
    height: 30px;
    fill: var(--color-faq-item-title);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.faq__answer {
    padding: 16px 0 0 0;
}

.faq__answer * {
    margin-top: .8rem;
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    font-size: inherit;
    line-height: inherit;page-header__button
}

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

@media (max-width: 767px) {
    .faq__question{
        flex-wrap: wrap;
        gap: 12px;
    }

    .faq__question::after{
        margin-left: auto;
    }

    .faq__question-title{
        order: 3;
        flex: 1 1 100%;
    }

    .faq__question {
        /*padding: 15px 10px;*/
        font-size: 14px;
        line-height: 130%
    }

    .faq__question-title svg {
        margin-left: 15px;
        width: 18px;
        height: 18px;
        fill: var(--color-faq-item-title)
    }
}

/* TOC */
.toc {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 6px;

    background: #060606;
    padding: 16px;
    margin: 0;
}

.toc__title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.toc.active .toc__title{
    margin-bottom: 12px;
}

.toc__title::after {
    content: '';
    display: flex;
    width: 32px;
    min-width: 32px;
    height: 32px;
    background-image: url("../images/round-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    transition: 250ms
}

.toc.active .toc__title::after{
    transform: unset;
}


.toc__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 0
}

.toc__link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    text-decoration: none;
    color: #FFF;
    transition: .3s ease-in-out;
}

.toc__link:before{
    content: '';
    display: flex;
    width: 12px;
    min-width: 12px;
    height: 12px;
    background-image: url("../images/list-marker.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.toc.active .toc__list {
    max-height: 100%
}

.page-single {
    margin: 0 auto 3rem;
    padding: 0 10px;
    max-width: var(--display-width)
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 8px 0;
    background: #0D0D0D;
    border-bottom: 1px solid #FFFFFF0D
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0
}

.breadcrumbs__item {
    margin-right: 8px
}

.breadcrumbs__link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: var(--color-accent);
    padding: 4px 0;
    transition: color .3s ease-in-out
}

.breadcrumbs__link svg {
    width: 4px;
    height: 4px;
    margin-left: 8px;
    stroke: var(--color-text)
}

.breadcrumbs__link--no-active, .breadcrumbs__link:hover {
    color: var(--color-text);
}

/* Mobile button */
.mobile-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
   display: flex;
    padding: 0 16px 0 4px;
    gap: 0 8px;
    background-color: #2D2D2D;
    color: #fff;
    width: 100%;
    border: none;
    cursor: pointer;
	align-items:center;
    justify-content: space-between;
	max-height:64px;
}

.mobile-button_content {
	display: flex;
	align-items:center;
	gap: 4px;
}

.mobile-button_text {
	display: flex; 
	flex-direction:column;
	gap: 4px;
}

.mobile-button .get-image{
    grid-column: 1/2;
    grid-row: 1/3;
	margin-top: -10px;
}
.mobile-button .get-image img{
    max-width: 58px;
    height: auto;
}

.mobile-button svg {
	margin-top: -20px
}


.mobile-button .get-image{
    grid-column: 1/2;
    grid-row: 1/3;
}

.mobile-button .mobile-button__title{
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: left;
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
   margin-top:12px
}

.mobile-button .mobile-button__bonus{
    grid-column: 2/3;
    grid-row: 2/3;
    text-align: left;
    color: #DCDCDC;
    margin-top: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
	margin-bottom:12px
  
}

.mobile-button__btn{
    display: flex;
    align-items: center;
    grid-column: 3/4;
    grid-row: 1/3;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    padding: 10px 16px;
    border-radius: 3px;
    background: var(--content-button-gradient);
    margin-top: 0;
}


.background-block {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-color: var(--color-blocks-text-image)*/
}

.advantages {
    display: -ms-grid;
    display: grid;
    gap: 20px
}

.advantages--6 {
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr)
}

.advantages--5 {
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr)
}

.advantages--4 {
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr)
}

.advantages--3 {
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr)
}

.advantages--2 {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.advantages--1 {
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr
}

.advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    text-align: center;
    border: 1px solid #a8002750;
    background-color: #060606;
}

.advantages__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 10px
}

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

.advantages__image img {
    max-width: 150px;
    max-height: 150px;
    -o-object-fit: contain;
    object-fit: contain
}

.advantages__title {
    margin: 0 0 10px
}

.advantages__text {
    margin: 0
}

/*.difference {*/
/*    display: -ms-grid;*/
/*    display: grid;*/
/*    -ms-grid-columns:(1fr) [ 2 ];*/
/*    grid-template-columns:repeat(2, 1fr);*/
/*    gap: 20px*/
/*}*/

/*.difference__element {*/
/*    border: 1px solid var(--color-accent);*/
/*    border-radius: 10px;*/
/*    padding: 1rem*/
/*}*/

/*.difference__list {*/
/*    list-style: none;*/
/*    padding-left: 0*/
/*}*/

/*.difference__item {*/
/*    position: relative;*/
/*    margin: 1rem 0;*/
/*    padding-left: 25px*/
/*}*/

/*.difference__item::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background-position: center center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    -webkit-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    transform: translateY(-50%)*/
/*}*/

/*.difference__item_plus::before {*/
/*    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzY3LjgwNSAzNjcuODA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNjcuODA1IDM2Ny44MDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiMzQkI1NEE7IiBkPSJNMTgzLjkwMywwLjAwMWMxMDEuNTY2LDAsMTgzLjkwMiw4Mi4zMzYsMTgzLjkwMiwxODMuOTAycy04Mi4zMzYsMTgzLjkwMi0xODMuOTAyLDE4My45MDINCgkJUzAuMDAxLDI4NS40NjksMC4wMDEsMTgzLjkwM2wwLDBDLTAuMjg4LDgyLjYyNSw4MS41NzksMC4yOSwxODIuODU2LDAuMDAxQzE4My4yMDUsMCwxODMuNTU0LDAsMTgzLjkwMywwLjAwMXoiLz4NCgk8cG9seWdvbiBzdHlsZT0iZmlsbDojRDRFMUY0OyIgcG9pbnRzPSIyODUuNzgsMTMzLjIyNSAxNTUuMTY4LDI2My44MzcgODIuMDI1LDE5MS4yMTcgMTExLjgwNSwxNjEuOTYgMTU1LjE2OCwyMDQuODAxIA0KCQkyNTYuMDAxLDEwMy45NjggCSIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)*/
/*}*/

/*.difference__item_minus::before {*/
/*    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48ZWxsaXBzZSBzdHlsZT0iZmlsbDojRTA0RjVGOyIgY3g9IjI1NiIgY3k9IjI1NiIgcng9IjI1NiIgcnk9IjI1NS44MzIiIGRhdGEtb3JpZ2luYWw9IiNFMDRGNUYiIGNsYXNzPSIiLz48cmVjdCB4PSIxMTMuMiIgeT0iMjI4IiBzdHlsZT0iZmlsbDojRkZGRkZGIiB3aWR0aD0iMjg1LjY3MiIgaGVpZ2h0PSI1NiIgZGF0YS1vcmlnaW5hbD0iI0ZGRDA3RCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRDA3RCIvPjwvZz4gPC9zdmc+Cg==)*/
/*}*/

/*.comments {*/
/*    margin: 2rem -10px -10px*/
/*}*/

/*.comments .comment {*/
/*    margin: 10px*/
/*}*/

/*.comments .comment__author {*/
/*    display: inline-block;*/
/*    margin-bottom: 0;*/
/*    font-weight: 500;*/
/*    font-size: 1.2rem*/
/*}*/

/*.comments .comment__date {*/
/*    margin-left: 15px;*/
/*    font-size: .9rem;*/
/*    color: #a2a2a2*/
/*}*/

/*.comments .comment__content {*/
/*    margin-top: 0;*/
/*    margin-left: 10px;*/
/*    border-left: 1px solid var(--color-accent);*/
/*    padding: 10px 0 0 10px;*/
/*    font-weight: 300;*/
/*    font-size: 1rem*/
/*}*/

/*.comments .comment__reply {*/
/*    outline: 0;*/
/*    border: none;*/
/*    color: #888;*/
/*    background-color: transparent;*/
/*    cursor: pointer*/
/*}*/

/*.comments .comment__child {*/
/*    position: relative;*/
/*    padding-left: 20px*/
/*}*/

/*.comments .comment:not(:first-child) {*/
/*    margin-top: 25px*/
/*}*/

/*.comment__karma {*/
/*    display: -webkit-inline-box;*/
/*    display: -ms-inline-flexbox;*/
/*    display: inline-flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    margin-left: 15px*/
/*}*/

/*.comment__karma .value {*/
/*    font-weight: 300;*/
/*    font-size: 1rem*/
/*}*/

/*.karma__control {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    margin-left: 5px;*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    cursor: pointer*/
/*}*/

/*.karma__control svg {*/
/*    margin-right: 5px;*/
/*    width: 17px;*/
/*    height: 17px;*/
/*    fill: #343e57;*/
/*    -webkit-transition: .3s ease-in-out;*/
/*    -o-transition: .3s ease-in-out;*/
/*    transition: .3s ease-in-out;*/
/*    pointer-events: none*/
/*}*/

/*.comment-footer {*/
/*    margin-top: 2rem*/
/*}*/

/*.comment-form-footer {*/
/*    margin: 3rem 0*/
/*}*/

/*.comment-form__title {*/
/*    text-align: center*/
/*}*/

/*.comment-form__form {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    margin: 20px auto 0;*/
/*    max-width: 700px*/
/*}*/

/*.comment-form__field {*/
/*    outline: 0;*/
/*    border: 1px solid var(--color-field-bg);*/
/*    border-radius: 5px;*/
/*    padding: 10px;*/
/*    font-family: var(--ff-primary);*/
/*    font-size: 1rem;*/
/*    color: var(--color-field);*/
/*    background-color: var(--color-field-bg);*/
/*    -webkit-transition: 250ms;*/
/*    -o-transition: 250ms;*/
/*    transition: 250ms*/
/*}*/

/*.comment-form__field::-webkit-input-placeholder {*/
/*    font-family: var(--ff-primary);*/
/*    color: var(--color-field);*/
/*    opacity: .7*/
/*}*/

/*.comment-form__field::-moz-placeholder {*/
/*    font-family: var(--ff-primary);*/
/*    color: var(--color-field);*/
/*    opacity: .7*/
/*}*/

/*.comment-form__field:-ms-input-placeholder {*/
/*    font-family: var(--ff-primary);*/
/*    color: var(--color-field);*/
/*    opacity: .7*/
/*}*/

/*.comment-form__field::-ms-input-placeholder {*/
/*    font-family: var(--ff-primary);*/
/*    color: var(--color-field);*/
/*    opacity: .7*/
/*}*/

/*.comment-form__field::placeholder {*/
/*    font-family: var(--ff-primary);*/
/*    color: var(--color-field);*/
/*    opacity: .7*/
/*}*/

/*.comment-form__field:active, .comment-form__field:focus, .comment-form__field:hover {*/
/*    border: 1px solid var(--color-accent)*/
/*}*/

/*.comment-form__field.error {*/
/*    border: 1px solid #dc3545;*/
/*    background-color: rgba(220, 53, 69, .05)*/
/*}*/

/*.comment-form__input {*/
/*    margin: 10px;*/
/*    width: calc(100% / 2 - 20px)*/
/*}*/

/*.comment-form__textarea {*/
/*    margin: 10px;*/
/*    width: calc(100% - 20px);*/
/*    min-height: 100px;*/
/*    resize: none*/
/*}*/

/*.comment-form__button {*/
/*    display: inline-block;*/
/*    margin: 10px;*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*    padding: .7rem 2rem;*/
/*    font-weight: 400;*/
/*    font-size: 1.2rem;*/
/*    text-decoration: none;*/
/*    color: var(--color-content-button);*/
/*    background: var(--content-button-gradient);*/
/*    -webkit-transform-origin: center;*/
/*    -ms-transform-origin: center;*/
/*    transform-origin: center;*/
/*    -webkit-transition: .3s ease-in-out;*/
/*    -o-transition: .3s ease-in-out;*/
/*    transition: .3s ease-in-out;*/
/*    cursor: pointer*/
/*}*/

/*.comment-form__button:hover {*/
/*    -webkit-transform: translateY(-3px);*/
/*    -ms-transform: translateY(-3px);*/
/*    transform: translateY(-3px)*/
/*}*/

/*.comment-form__alert {*/
/*    -ms-flex-item-align: center;*/
/*    -ms-grid-row-align: center;*/
/*    align-self: center;*/
/*    width: calc(100% - 20px);*/
/*    font-weight: 300;*/
/*    font-size: .8rem;*/
/*    text-align: center;*/
/*    -webkit-transition: opacity 250ms;*/
/*    -o-transition: opacity 250ms;*/
/*    transition: opacity 250ms*/
/*}*/

/*.comment-form__alert span {*/
/*    display: none*/
/*}*/

/*.comment-form__alert.error .error {*/
/*    display: block;*/
/*    color: #dc3545*/
/*}*/

/*.comment-form__alert.success .success {*/
/*    display: block;*/
/*    color: #28a745*/
/*}*/

.page-404 .aviator-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.page-404 {
    background-image: url(../images/404.png);
    background-position: -100px
}

.page-404__title {
    margin-top: 2rem;
    font-size: 5rem;
    line-height: 6rem;
    text-align: center
}

.page-404__subtitle {
    margin: 0;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center
}

.page-404__link {
    display: inline-block;
    margin: 2rem auto 0;
    border: none;
    border-radius: 5px;
    padding: .7rem 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2rem;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--content-button-gradient);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
    cursor: pointer
}

.page-404__link:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.scroll-top {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 10
}

.scroll-top__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 0 20px 5px #223c5059;
    box-shadow: 0 0 20px 5px #223c5059;
    background-color: var(--color-scroll-to-top);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    cursor: pointer
}

.scroll-top__button svg {
    fill: var(--color-arrow-scroll-to-top);
    pointer-events: none
}

.scroll-top__button:hover {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}

/*.author-block {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: start;*/
/*    -ms-flex-align: start;*/
/*    align-items: flex-start;*/
/*    -webkit-box-pack: start;*/
/*    -ms-flex-pack: start;*/
/*    justify-content: flex-start;*/
/*    padding: 1rem 0*/
/*}*/

/*.author-block_outlined {*/
/*    display: -webkit-inline-box;*/
/*    display: -ms-inline-flexbox;*/
/*    display: inline-flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    margin: 0 0 1rem;*/
/*    border: 1px solid var(--color-accent);*/
/*    padding: 1rem*/
/*}*/

/*.author-block__avatar {*/
/*    width: 60px;*/
/*    height: 60px*/
/*}*/

/*.author-block__avatar img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -o-object-fit: cover;*/
/*    object-fit: cover;*/
/*    -o-object-position: center;*/
/*    object-position: center*/
/*}*/

/*.author-block__avatar_scaled {*/
/*    width: 150px;*/
/*    height: 150px*/
/*}*/

/*.author-block__content {*/
/*    margin-left: 1rem;*/
/*    max-width: 600px*/
/*}*/

/*.author-block__name {*/
/*    font-weight: 600;*/
/*    font-size: 1rem*/
/*}*/

/*.author-block__description {*/
/*    margin-top: .5rem;*/
/*    font-weight: 300;*/
/*    font-size: .9rem;*/
/*    opacity: .8*/
/*}*/

/*.author-block__social {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: start;*/
/*    -ms-flex-pack: start;*/
/*    justify-content: flex-start;*/
/*    list-style: none;*/
/*    margin: .5rem -5px -5px;*/
/*    padding-left: 0*/
/*}*/

/*.author-block__social li {*/
/*    margin: 5px;*/
/*    width: 25px;*/
/*    height: 25px*/
/*}*/

/*.author-block__social li:hover {*/
/*    opacity: .7*/
/*}*/

/* Old cookie law */

#cookie-law-div{z-index:10000000;position:fixed;bottom:18px;right:80px;padding:1em;max-width:400px;border-radius:10px;background:#fff;border:1px solid rgba(0,0,0,.15);font-size:15px;-webkit-box-shadow:rgba(23,43,99,.4) 0 7px 28px;box-shadow:rgba(23,43,99,.4) 0 7px 28px}#cookie-law-div a{font-size:15px;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.5)}#cookie-law-div a:hover{opacity:.7}#cookie-law-div p{margin:0;color:#000;padding-right:50px}#cookie-law-div button{height:20px;width:20px;position:absolute;right:.5em;top:20px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;line-height:1;color:#fff;background-color:#000;border:none;opacity:.6;font-size:12px;cursor:pointer;border-radius:50px}#cookie-law-div button:hover{opacity:1}.acceptButton{width:113px!important;background-color:green!important;top:124px!important}

@media screen and (max-width:700px){#cookie-law-div p{padding-bottom:36px}.acceptButton{left:calc(50% - 60px)}}#cookie-law-div{border-radius:0;max-width:100%;right:0;bottom:0}}@media screen and (max-width:600px){.acceptButton{top:100px!important}#cookie-law-div p{padding-bottom:50px}}
/*.social {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-preferred-size: 100%;*/
/*    flex-basis: 100%;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 15px 0;*/
/*    gap: 25px 10px*/
/*}*/

/*.social__link img, .social__link svg {*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    -o-object-fit: contain;*/
/*    object-fit: contain;*/
/*    -webkit-transition: .3s ease-in-out;*/
/*    -o-transition: .3s ease-in-out;*/
/*    transition: .3s ease-in-out*/
/*}*/

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background-color: var(--color-body-track)
}

body::-webkit-scrollbar-thumb {
    border: 1px solid var(--color-body-track);
    border-radius: 10px;
    height: 20%;
    background: var(--color-body-thumb)
}

.video-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.video-v2__container {
    position: relative;
    width: 100%;
    /*max-width: 800px*/
}

.video-v2.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.video-v2.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-v2.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.video-v2__player {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 16/9;
    max-height: 488px;
    background-color: #454545;
}

.video-v2__button {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 22px;
    background: #575757;
    transform: translate(-50%, -50%);
    transition: .3s ease-in-out;
    cursor: pointer
}

.video-v2__button:hover{
    opacity: .5;
}

.video-v2._active .video-v2__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.video-v2._active .video-v2__player {
    cursor: pointer
}

.video-v2__button-shape {
    fill: #0009
}

.video-v2__button-icon {
    fill: #fff
}

.video-v2__button:hover .video-v2__button-shape {
    fill: red
}

.video-v2__button svg path {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.text-image__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}


.text-image__container > :not(.get-image):not(.wp-block-heading){
    grid-column: 1/2;
}

.text-image__container.reversed > :not(.get-image){
    grid-column: 1/3;
}

.text-image:not(._h1-block) .text-image__container > .wp-block-heading{
    grid-row: 1/2;
    grid-column: 1/3;
}

.text-image__container.reversed .text-image__item {
    grid-column: 2/3
}

.text-image__container.reversed > .get-image {
    grid-column: 1/2;
}

.text-image__container.reversed > :not(.get-image):not(.wp-block-heading){
    grid-column: 2/3;
}

.text-image__container > p:first-of-type{
    margin-top: 0;
}

.text-image__container .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 2/3;
    grid-row: 1/10;
    border-radius: 6px;
    overflow: hidden;
}

.text-image:not(._h1-block) .wp-block-heading ~ .get-image{
    grid-row: 2/10;
}

.text-image._h1-block .wp-block-heading ~ .get-image{
    grid-row: 1/10;
}

.text-image._h1-block > .wp-block-heading{
    grid-column: 1/2;
    margin-bottom: 20px;
}

.text-image._h1-block .get-image{
    grid-row: 1/10;
}

.text-image__container.align-top .get-image {
    align-items: flex-start
}

.text-image__container.align-center .text-image__item {
    margin-top: auto;
    margin-bottom: auto;
    height: fit-content
}

.text-image__container.align-center .get-image {
    align-items: center
}

.text-image__container.align-bottom .get-image {
    align-items: flex-end
}

.text-image__item > :first-child {
    margin-top: 0
}

.text-image__item > :last-child {
    margin-bottom: 0
}

* + .screenshot-gallery, .text-image + .text-image {
    margin-top: 2rem
}

.wp-admin td::before, .wp-admin th::after {
    display: none !important
}

.wp-admin #link-selector {
    color: #000
}

.wp-admin .link-url {
    color: #135e96
}

.wp-admin .components-popover__content *, .wp-admin .edit-post-layout__metaboxes p, .wp-admin .media-modal-content * {
    color: #000
}

.wp-admin .acf-row {
    background: 0 0 !important
}

.wp-admin .select2-results__option {
    color: #000
}

.wp-admin .block-editor-inserter__quick-inserter-expand.components-button {
    color: #fff
}

.wp-admin .block-editor-block-card__title {
    color: #fff
}

.wp-admin .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon {
    background: #ccc
}

html :where(.editor-styles-wrapper) h1, html :where(.editor-styles-wrapper) h2, html :where(.editor-styles-wrapper) h3, html :where(.editor-styles-wrapper) h4, html :where(.editor-styles-wrapper) h5, html :where(.editor-styles-wrapper) h6 {
    color: #fff !important
}

.editor-post-title{
    color: #000 !important;
}

.is-desktop-preview, body .editor-styles-wrapper {
    color: #fff;
    background: var(--color-body) !important
}

.is-desktop-preview .acf-link .link-wrap, body .editor-styles-wrapper .acf-link .link-wrap {
    color: #fff
}

/*.tabs {*/
/*    overflow: hidden*/
/*}*/

/*.tabs__header {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    list-style: none;*/
/*    overflow: hidden;*/
/*    margin: 0;*/
/*    padding: 0*/
/*}*/

/*.tabs--horizontal .tabs__header-item {*/
/*    -webkit-box-flex: 1;*/
/*    -ms-flex-positive: 1;*/
/*    flex-grow: 1*/
/*}*/

/*.tabs__header-button {*/
/*    border: 1px solid var(--color-accent);*/
/*    color: #000;*/
/*    background-color: var(--color-body)*/
/*}*/

/*.tabs__header-button.active {*/
/*    color: #fff;*/
/*    background-color: var(--color-accent)*/
/*}*/

/*.tabs__header-button:hover {*/
/*    opacity: .7*/
/*}*/

/*.tabs--horizontal .tabs__header-item:first-child .tabs__header-button {*/
/*    border-radius: 20px 0 0*/
/*}*/

/*.tabs--horizontal .tabs__header-item:last-child .tabs__header-button {*/
/*    border-radius: 0 20px 0 0*/
/*}*/

/*.tabs--horizontal .tabs__header-button {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-flex: 1;*/
/*    -ms-flex-positive: 1;*/
/*    flex-grow: 1;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    outline: 0;*/
/*    border: 1px solid var(--color-accent);*/
/*    padding: 12px;*/
/*    width: 100%;*/
/*    font-weight: 700;*/
/*    font-size: 25px;*/
/*    line-height: 40px;*/
/*    -webkit-transition: background-color .3s ease-in-out;*/
/*    -o-transition: background-color .3s ease-in-out;*/
/*    transition: background-color .3s ease-in-out;*/
/*    cursor: pointer*/
/*}*/

/*.tabs--horizontal .tabs__header-button svg {*/
/*    margin-right: 10px;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    -webkit-transition: fill .3s ease-in-out;*/
/*    -o-transition: fill .3s ease-in-out;*/
/*    transition: fill .3s ease-in-out*/
/*}*/

/*.tabs__content {*/
/*    z-index: 10;*/
/*    border: 1px solid var(--color-accent);*/
/*    border-top: none;*/
/*    border-radius: 0 0 20px 20px;*/
/*    padding: 24px 16px;*/
/*    background-color: var(--color-body)*/
/*}*/

/*.tabs__item > :first-child {*/
/*    margin-top: 0*/
/*}*/

/*.tabs__item > :last-child {*/
/*    margin-bottom: 0*/
/*}*/

/*.tabs--vertical .tabs__container {*/
/*    display: -ms-grid;*/
/*    display: grid;*/
/*    -ms-grid-columns: 295px 1fr;*/
/*    grid-template-columns:295px 1fr*/
/*}*/

/*.tabs--vertical .tabs__header {*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    margin-right: -24px;*/
/*    border-radius: 20px 0 0 20px*/
/*}*/

/*.tabs--vertical .tabs__header-button {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-negative: 0;*/
/*    flex-shrink: 0;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: start;*/
/*    -ms-flex-pack: start;*/
/*    justify-content: flex-start;*/
/*    outline: 0;*/
/*    padding: 16px 20px;*/
/*    width: 100%;*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    word-break: break-word;*/
/*    -webkit-transition: .3s ease-in-out;*/
/*    -o-transition: .3s ease-in-out;*/
/*    transition: .3s ease-in-out;*/
/*    cursor: pointer*/
/*}*/

/*.tabs--vertical .tabs__header-button svg {*/
/*    margin-right: 10px;*/
/*    width: 24px;*/
/*    height: 24px*/
/*}*/

/*.tabs--vertical .tabs__header-item:first-child .tabs__header-button {*/
/*    border-bottom: none;*/
/*    border-radius: 20px 0 0*/
/*}*/

/*.tabs--vertical .tabs__header-item:last-child .tabs__header-button {*/
/*    border-radius: 0 0 0 20px*/
/*}*/

/*.tabs--vertical .tabs__header-item {*/
/*    width: 100%*/
/*}*/

/*.tabs--vertical .tabs__content {*/
/*    border-top: 1px solid var(--color-accent)*/
/*}*/

/*.toc-auto {*/
/*    margin-bottom: 30px;*/
/*    border-radius: 10px;*/
/*    max-width: 100%;*/
/*    background-color: var(--color-toc-bg)*/
/*}*/

/*.toc-auto ol, .toc-auto ul {*/
/*    display: none;*/
/*    margin: 0;*/
/*    padding: 0*/
/*}*/

/*.toc-auto.active ol {*/
/*    display: block;*/
/*    margin-left: 20px;*/
/*    padding: 0 1rem .5rem*/
/*}*/

/*.toc-auto.active ul {*/
/*    display: block;*/
/*    list-style: none;*/
/*    padding: 0 1rem .5rem*/
/*}*/

/*.toc-auto.active .toc-auto__toggle .open {*/
/*    display: none*/
/*}*/

/*.toc-auto.active .toc-auto__toggle .close {*/
/*    display: inline-block*/
/*}*/

/*.toc-auto.active .toc-auto__toggle::after {*/
/*    display: none*/
/*}*/

/*.toc-auto__navigation {*/
/*    position: relative;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: horizontal;*/
/*    -webkit-box-direction: reverse;*/
/*    -ms-flex-direction: row-reverse;*/
/*    flex-direction: row-reverse;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: start;*/
/*    -ms-flex-pack: start;*/
/*    justify-content: flex-start;*/
/*    padding: .5rem 1rem*/
/*}*/

/*.toc-auto__toggle {*/
/*    display: block;*/
/*    border: none;*/
/*    width: 100%;*/
/*    font-weight: 700;*/
/*    font-size: 18px;*/
/*    text-align: left;*/
/*    color: var(--color-toc-title);*/
/*    background-color: transparent*/
/*}*/

/*.toc-auto__toggle .close {*/
/*    display: none*/
/*}*/

/*.toc-auto__toggle::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0*/
/*}*/

/*.toc-auto__title {*/
/*    margin: 0 20px 0 0;*/
/*    padding: 0;*/
/*    font-size: 20px;*/
/*    text-transform: none;*/
/*    color: var(--color-toc-title)*/
/*}*/

/*.toc-auto li {*/
/*    margin: 0;*/
/*    padding: 0*/
/*}*/

/*.toc-auto a {*/
/*    display: inline-block;*/
/*    padding: .3rem 0;*/
/*    text-decoration: none;*/
/*    color: var(--color-toc-item)*/
/*}*/

/*.toc-auto a:hover {*/
/*    color: #1a8600*/
/*}*/

.mp-bonus {
    margin-top: 20px;
    max-width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-radius: 6px;
    background: #2f3031;
}

.mp-bonus__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    position: relative;
}

.mp-bonus__header > img,
.mp-bonus__header > svg {
    position: absolute;
    right: 0;
    bottom: -12px;
    max-width: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mp-bonus__header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
    color: #fff;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.mp-bonus__header-text span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.mp-bonus__main {
    padding: 16px;
    border-radius: 3px;
    background: #1e1e1e;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 16px;
    overflow: hidden;
}

.mp-bonus__main-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 136px;
    height: 32px;
    background: linear-gradient(86deg, #ca9a52 0%, #fadfb9 13.5%, #a17a48 33.5%, #c28e52 56%, #7c5a37 81%, #c98848 88%, #926134 100%);
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: -42px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    font-family: Figtree;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: 12px;
    /* 120% */
    text-transform: uppercase;
}

.mp-bonus__main-item {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.mp-bonus__main-item svg {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.mp-bonus__main-item span {
    margin-top: 5px;
    display: block;
    text-align: center;
    color: #bcbcbc;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
}

.mp-bonus__main > .btn {
    margin-top: 0;
    grid-column: 1/-1;
    font-size: 14px;
}

.mp-bonus__main > .btn.btn--with-svg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px;
}

.mp-bonus__main > .btn.btn--with-svg::after {
    margin-left: auto;
    content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10V22' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 17L16 22L21 17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='10' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.mp-bonus__main > .btn.btn--secondary {
    background: transparent;
    border: 1px solid var(--Main-Grad, #ce9119);
}

.mp-bonus > .btn {
    margin-top: 0;
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .toc__link:focus, .toc__link:hover {
        color: #1a8600
    }

    .gbtn:focus, .gbtn:hover {
        background-color: var(--color-accent) !important;
        opacity: 1
    }
}

@media (hover: hover), screen and (min-width: 0 \0
) {
    .social__link:focus img, .social__link:focus svg, .social__link:hover img, .social__link:hover svg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media (min-width: 768px) {
    .mobile-button {
        display: none
    }
}

@media (min-width: 1024px) {
    .main-nav__item--has-children:hover .sub-menu__arrow svg {
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
        transform: rotateZ(180deg)
    }

    .sub-menu__arrow {
        pointer-events: none
    }
}

@media (max-width: 1480px) {
    .listing-item {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .listing-item__bonus {
        -ms-grid-column-align: start;
        justify-self: start;
    }


    .new_bonus,
    .mp-bonus {
        max-width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --offsets: 20px
    }
}

@media (max-width: 1280px) {
    .advantages--6 {
        -ms-grid-columns:(1fr) [ 5 ];
        grid-template-columns:repeat(5, 1fr)
    }

    .advantages--5 {

        grid-template-columns:repeat(4, 1fr)
    }

    .advantages--4 {

        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 1279px) {
    .tabs--vertical .tabs__container {
        grid-template-columns:1fr
    }

    .tabs--vertical .tabs__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: nowrap row;
        flex-flow: nowrap row;
        overflow: auto;
        margin-right: 0;
        border-style: none;
        border-radius: 16px 16px 0 0;
        padding: 0
    }

    .tabs--vertical .tabs__header-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .tabs--vertical .tabs__header-button {
        border-bottom: none;
        border-radius: 0;
        padding: 12px 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .tabs--vertical .tabs__content {
        border-radius: 0 0 16px 16px;
        padding: 24px 16px
    }

    .tabs--vertical .tabs__header-item:not(:first-child) {
        border: none
    }

    .tabs--vertical .tabs__header-item:first-child .tabs__header-button {
        border-top-left-radius: 18px;
        border-top-right-radius: 0
    }

    .tabs--vertical .tabs__header-item:last-child .tabs__header-button {
        border-radius: 0 18px 0 0
    }
}

@media screen and (max-width: 1024px) {
    :root {
        --offsets: 16px
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 16px
    }

    .page-header__container {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8px var(--offsets)
    }

    .page-header__logo {
        max-width: 100px
    }

    .page-header__nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .page-header__buttons {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .page-header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 20px;
    }

    .page-header__nav + .page-header__buttons {
        margin-left: auto;
    }

    .main-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin-right: calc(-100vw / 2 + 100% / 2) !important;
        margin-left: calc(-100vw / 2 + 100% / 2) !important;
        max-width: 100vw !important;
        background-color: var(--color-header);
        opacity: 0;
        -webkit-transition: opacity 250ms;
        -o-transition: opacity 250ms;
        transition: opacity 250ms;
        pointer-events: none
    }

    .main-nav.active {
        z-index: 9999;
        opacity: 1;
        pointer-events: auto
    }

    .main-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 32px 16px 12px 16px
    }

    .main-nav__item {
        width: 100%
    }

    .main-nav__item:not(:last-child){
        border-bottom: 1px solid #FFFFFF0D;
    }

    .main-nav__link {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        padding: 12px 0;
        width: 100%
    }

    .main-nav__link svg{
        margin-right: 4px;
    }

    .main-nav__item--has-children {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sub-menu__arrow svg {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .sub-menu__arrow {
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        padding: 16px 5px 16px 30%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: auto
    }

    .sub-menu {
        display: none;
        width: 100%;
    }

    .main-nav__item--has-children.active .sub-menu{
        padding: 0 0 0 48px;
    }

    .sub-menu__link {
        justify-content: flex-start;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px
    }

    .page-footer__top .get-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

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

    .page-footer__widget + .page-footer__widget {
        margin-right: 0
    }

    .page-footer__widget + .get-image {
        margin: 0
    }

    .advantages--6 {

        grid-template-columns:repeat(4, 1fr)
    }

    .advantages--5 {
        grid-template-columns:repeat(3, 1fr)
    }

    .advantages--2, .advantages--3 {
        grid-template-columns:repeat(2, 1fr)
    }

    .text-image__container {
        grid-template-columns: 1fr;
        gap: 16px 0
    }

    .text-image__container.reversed .text-image__item {
        grid-column: auto;
        grid-row: auto
    }

    .text-image__container > .wp-block-heading{
        grid-column: 1/2;
    }

    .text-image__container.reversed > :not(.get-image){
        grid-column: 1/2;
    }

    .text-image__container.reversed > .get-image,
    .text-image__container .get-image{
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .text-image__container.reversed > :not(.get-image):not(.wp-block-heading){
        grid-column: 1/2;
    }

    .text-image._h1-block .text-image__container > .get-image{
        grid-row: 1/2;
    }

    .text-image__container.reversed .wp-block-heading ~ .get-image,
    .text-image__container .wp-block-heading ~ .get-image {
        grid-row: 2/3;
    }

    .text-image._h1-block .wp-block-heading ~ .get-image{
        grid-row: 2/3;
    }

    .new_bonus {
        grid-row: 2 / 2;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 800px) {
    .aviator-wrap:first-child .columns__item--content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .aviator-wrap:first-child .columns__item--content h1 {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }


}

@media (max-width: 1100px){
    .aviator-wrap {
        margin-bottom: 1rem;
        padding: 0 13px;
    }
}
@media (max-width: 767px) {

    .listing-item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .listing-item__name {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .listing-item__bonus {
        width: 100%;
    }

    .listing-item__buttons {
        width: 100%;
    }

    .listing-item__buttons > .btn {
        max-width: 100%;
    }

    .aviator-wrap {
        padding: 0;
    }

    .content-button {
        margin-top: 1rem
    }

    .faq__details {
        border-radius: 5px
    }

    .toc__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .toc__title::after {
        display: inline-block
    }

    .toc__title {
        margin: 0;
        width: 100%
    }

    .toc__list {
        width: 100%
    }

    .toc__list.vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .toc__list.vertical .toc__item {
        width: 100%
    }

    .toc__list.vertical .toc__item:not(:last-child) {
        margin-right: 0
    }

    .toc__link {
        width: 100%;
        text-align: center
    }

    .toc.active .toc__list {
        margin-top: 1rem
    }

    .advantages--6 {

        grid-template-columns:repeat(3, 1fr)
    }

    .advantages--4, .advantages--5 {

        grid-template-columns:repeat(2, 1fr)
    }

    .advantages--2, .advantages--3, .difference {
        grid-template-columns:1fr
    }

    .screenshot-gallery__list {
        overflow-x: auto;
        width: 100%;
        max-width: 980px
    }

    .screenshot-gallery__item {
        min-width: 300px;
        max-width: 325px
    }

    .tabs__header-button {
        cursor: auto
    }

    .tabs--horizontal .tabs__header-button {
        padding: 8px;
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width: 700px) {
    html {
        font-size: 15px
    }
}

@media screen and (max-width: 700px) {
    #cookie-law-div p {
        padding-bottom: 36px
    }

    .acceptButton {
        left: calc(50% - 60px)
    }
}

@media (max-width: 650px) {
    .sub-menu {
        max-width: 100%
    }
}

@media (max-width: 600px) {
    #cookie-law-div {
        right: 0;
        bottom: 0;
        border-radius: 0;
        max-width: 100%
    }

    .listing td {
        padding: 0 0 16px 0;
    }

    .new_bonus__main-text span {
        max-width: 85%;
    }

    .listing-item__promocode .promocode__copy-btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 100px;
    }
}

@media screen and (max-width: 600px) {
    .acceptButton {
        top: 100px !important
    }

    #cookie-law-div p {
        padding-bottom: 50px
    }
}

.page-footer__widget p{
    margin-top: 0;
}

.page-footer__widget p:not(:last-child) {
    margin-bottom: 1rem;
}

@media (max-width: 550px) {

    .page-header__buttons {
        margin: 0 -.2rem
    }

    .page-footer__widget {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .promocode__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .promocode__link--aff {
        max-width: 100%
    }

    .advantages--6 {
        grid-template-columns:repeat(2, 1fr)
    }

    .advantages--4, .advantages--5 {
        grid-template-columns:1fr
    }
}

@media (max-width: 500px) {
    html {
        font-size: 16px
    }

    .page-header__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-header__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-top: 1rem;
        width: 100%;
        text-align: center
    }

    .page-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .comment-form__button, .comment-form__input {
        width: calc(100% - 20px)
    }
}

@media (max-width: 475px) {
    .content-button__control {
        width: 100%
    }

    .advantages--6 {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 400px) {
    .acceptButton {
        top: 127px !important
    }
}

/* Image block */
.image{
    position: relative;
    width: 100%;
    height: 320px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 1100px) {
    .image{
        height: 160px;
    }
}

@media (max-width: 767px) {
    .image{
        height: 140px;
        margin-bottom: 12px;
    }
}

.image img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

/* WP columns */
.wp-block-columns{
    display: flex;
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: var(--display-width);
    gap: 20px;
}

.wp-block-columns > .wp-block-column{
    flex: 1 1;
}

@media (max-width: 767px) {
    .wp-block-columns{
        flex-direction: column;
        gap: 12px;
    }
}

/* Winners block */
.winners{
    display: flex;
}

.winners .winners__title{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    color: #FFF;
    background-color: #a80027;
    padding: 8px;
    border-radius: 4px 0 0 4px;
}

.winners .winners__rline{
    display: flex;
    align-items: center;
    flex: 1 1;
    background-color: #060606;
    overflow: hidden;
    width: max-content;
    border-radius: 0 4px 4px 0;
}

.winners .winners__list{
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 100%;
    animation: scroll 40s linear infinite;
}

.winners .winners__person{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #D2D2D2;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    margin-left: 32px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 3px));
    }
}

.winners .winners__person:before{
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url("../images/award.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.winners .winners__reward{
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    margin-right: 4px;
}

/* About block-table */
.about{
    border: unset;
    background-color: unset;
}

.about tbody{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about .about__about,
.about .about__game-types{
    flex: 0 1 330px;
}

.about .about__payment-methods{
    flex: 1 1;
}

.about tr{
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 6px;

    background: #060606;
    padding: 16px;
}

.about tr td{
    border: unset;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    padding: 0;
}
.about tr td:first-child{
    font-size: 23px;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.about tr td p{
    color: #fff;
    margin: 0;
}

.about tr td p span{
    color: #1a8600;
    font-weight: 800;
}

.about tr.about__about td p{
    padding: 16px 0;
}

.about tr.about__about td p:not(:last-child),
.about tr.about__game-types td p:not(:last-child){
    border-bottom: 1px solid #FFFFFF50;
}

.about tr.about__about td p:first-child,
.about tr.about__game-types td p:first-child{
    padding-top: 0;
}

.about tr.about__game-types td p{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
}

.about tr.about__game-types td p:last-child{
    padding-bottom: 0;
}

.about .about__game-types img{
    max-width: 32px;
}

.about .about__payment-methods{
    min-width: 718px;
}

.about .about__payment-methods td:last-child{
    display: flex;
    flex-wrap: wrap;
}

.about .about__payment-methods td{
    display: flex;
}

.about .about__payment-methods td:last-child .col,
.about .about__payment-methods td:last-child .about__mindep,
.about .about__payment-methods td:last-child .about__minwit {
    flex: 1 1 50%;
}

.about .about__payment-methods td:last-child .about__currencies{
    flex: 1 1 100%;
    border-bottom: 1px solid #FFFFFF50;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.about .about__payment-methods td:last-child .about__deposit,
.about .about__payment-methods td:last-child .about__withdrawal{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding-left: 0;
    margin-top: 12px;
}

.about .about__payment-methods td:last-child .about__mindep,
.about .about__payment-methods td:last-child .about__minwit{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding-top: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.about .about__payment-methods td:last-child .about__mindep span,
.about .about__payment-methods td:last-child .about__minwit span{
    font-weight: 800;
}

.about .about__payment-methods img{
    max-width: 34px;
}

@media (max-width: 1100px) {
    .about .about__payment-methods td .col:not(:first-child){
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .about tr.about__about td p:last-child{
        padding-bottom: 0;
    }

    .about .about__game-types > td{
        display: flex;
        flex-wrap: wrap;
        gap: 0 20px;
    }

    .about .about__game-types > td > p{
        flex: 1 1 calc(50% - 10px);
    }

    .about tr.about__about td p:not(:last-child),
    .about tr.about__game-types td p:not(:last-child){
        border-bottom: unset;
    }

    .about tr.about__game-types td p:last-child{
        padding-bottom: 12px;
    }

    .about .about__payment-methods td:last-child .col,
    .about .about__payment-methods td:last-child .about__mindep,
    .about .about__payment-methods td:last-child .about__minwit{
        flex: 1 1 50%;
        padding: 0;
    }

    .about .about__payment-methods td:last-child .about__mindep,
    .about .about__payment-methods td:last-child .about__minwit{
        margin-top: 16px;
    }

    .about .about__payment-methods td:last-child .col{
        flex: 1 1 100%;
        padding-bottom: 16px;
        margin-top: 16px;
    }

    .about .about__payment-methods td:last-child .about__mindep{
        border-right: 1px solid #FFFFFF50;
    }

    .about .about__payment-methods td:last-child .col:first-child{
        padding-top: 0;
        margin-top: 0;
    }

    .about .about__payment-methods td:last-child .col:last-child{
        padding-bottom: 0;
    }
}

.col{
    display: flex;
    flex-direction: column;
}

.about .about__payment-methods td .col{
    border-bottom: 1px solid #FFFFFF50;
    padding-bottom: 16px;
}

.about .about__payment-methods td .col:not(:last-of-type){
    border-right: 1px solid #FFFFFF50;
    padding-right: 16px;
}

.about .about__payment-methods td .col:not(:first-child){
    padding-left: 16px;
}

@media (max-width: 767px) {
    .about .about__payment-methods td .col:not(:first-child){
        padding-left: 0;
    }

    .about .about__payment-methods td .col:not(:last-of-type){
        border-right: unset;
    }
}

.about .about__bonuses{
    flex: 0 1 485px;
}

.about .about__bonuses-list{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

.about .about__bonuses-list li{
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #a80027;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.about .about__devices,
.about .about__support{
    flex: 1 1 ;
}

.about .about__devices-list,
.about .about__support-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about .about__devices-list li,
.about .about__support-list li{
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 calc(50% - 20px);
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
}

.about .about__support img{
    max-width: 32px;
}

.about .about__devices img{
    max-width: 32px;
}

.about .about__software{
    min-width: 280px;
}

.about .about__software img{
    max-width: 146px;
}

.about .about__software td{
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 280px;
}

@media (max-width: 1460px) {
    .about .about__about,
    .about .about__game-types{
        flex: 0 1 auto;
    }

    .about .about__payment-methods{
        min-width: unset;
        flex: 1 1 50%;
    }
}

@media (max-width: 1100px) {
    .about .about__about,
    .about .about__game-types,
    .about .about__payment-methods,
    .about .about__bonuses{
        flex: 1 1 calc(50% - 20px);
    }

    .about .about__devices,
    .about .about__software,
    .about .about__support{
        flex: 1 1 30%;
    }

    .about .about__software{
        min-width: unset;
    }
}

@media (max-width: 767px) {
    .about .about__about,
    .about .about__game-types,
    .about .about__payment-methods,
    .about .about__bonuses,
    .about .about__devices,
    .about .about__software,
    .about .about__support{
        flex: 1 1 100%;
    }
}

/* How to */
.how-to__subtitle{
    margin-bottom: 1rem;
}

.how-to .how-to__list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.how-to .how-to__item{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
    background-color: #060606;
}

.how-to .how-to__counter{
    width: 100%;
    padding: 12px 12px 8px 12px;
    background-color: #a80027;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    color: #FFFFFF;
}

.how-to .how-to__content{
    display: grid;
    padding: 16px;
    gap: 0 16px;
    grid-template-columns: repeat(2, 1fr);
}

.how-to .how-to__content > :nth-child(3){
    margin-top: 0;
}

.how-to .get-image{
    grid-column: 2/3;
    grid-row: 1/10;
}

.how-to .how-to__title{
    grid-column: 1/2;
    margin-top: 0;
    margin-bottom: 8px;
}

.how-to .content-button{
    grid-column: 1/2;
}

.how-to > :not(.how-to__title):not(.content-button){
    grid-column: 1/2;
}
.how-to .how-to__item:not(:last-child):before{
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
    margin: auto;
    content: '';
    width: 44px;
    min-width: 44px;
    height: 24px;
    background-image: url("../images/how-to_arrows.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #060606;
    z-index: 1;
}

.how-to .how-to__item:not(:last-child):after{
    position: relative;
    content: '';
    width: calc(100% - 32px);
    height: 1px;
    background-color: #a80027;
    margin: 12px auto 27px auto;
}

.how-to .content-button__control{
    min-width: 240px;
}

@media (max-width: 768px) {
    .how-to .how-to__item:not(:last-child):before{
        bottom: 8px;
    }

    .how-to .how-to__item:not(:last-child):after{
        margin: 12px auto 18px auto;
    }

    .how-to .how-to__content{
        grid-template-columns: 1fr;
        padding: 16px 16px 8px 16px;
    }

    .how-to .get-image{
        grid-column: 1/2;
        grid-row: 1/2;
        margin: -16px -18px 16px -18px;
    }

    .how-to .get-image img{
        width: 100%;
        height: auto;
    }

    .how-to .content-button__control {
        width: 100%;
        min-width: unset;
    }
}

/* Promotions */
.promotions .promotions__list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
}

.promotions .promotions__item{
    display: flex;
    gap: 16px;
    flex: 1 1 calc(50% - 10px);
    border-radius: 6px;

    background-color: #060606;
    overflow: hidden;
}

.promotions .get-image{
    height: 100%;
}

.promotions .get-image img{
    height: 100%;
    width: auto;
    min-width: 220px;
	max-width: 220px;
	max-height: 280px;
    object-fit: cover;
}

.promotions .promotions__content{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 16px 16px 0;
}

.promotions .promotions__title{
    font-size: 23px;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
}

.promotions .promotions__description{
    color: #D2D2D2;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    flex: 1 1;
    margin: 0;
}

@media (max-width: 1200px) {
    .promotions .promotions__item{
        flex: 1 1 100%;
    }

    .promotions .bonus__button {
        min-width: 320px;
        width: fit-content;
    }
}

@media (max-width: 767px) {
    .promotions .promotions__item{
        flex-direction: column;
    }

    .promotions .get-image{
        width: 100%;
        height: auto;
    }

    .promotions .get-image img{
        width: auto;
        height: auto;
        max-height: unset;
        min-width: unset;
		max-width: 100%;
        object-fit: cover;
        margin: 0 auto;
    }

    .promotions .promotions__content{
        padding: 0 16px 16px 16px;
    }

    .promotions .bonus__button {
        min-width: unset;
        width: 100%;
    }
}

/* Slots */
.slots .slots__list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    gap: 20px;
}

.slots .slots__item{
    position: relative;
    height: 220px;
    border-radius: 6px;

    overflow: hidden;
    transition: 0.2s;
}

.slots .get-image img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.slots .slots__content{
    position: relative;
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 16px;
    background-color: rgba(16, 15, 39, 0.95);
    z-index: 1;
    transition: 0.2s;
}

.slots .slots__item:hover .slots__content{
    display: flex;
}

.slots .slots__text{
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    color: #D2D2D2;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.slots .slots__title{
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: auto;
    color: #fff;
}

.slots__button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 10px 10px 12px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    border: unset;
    width: auto;
    cursor: pointer;
}

.slots__button._cash{
    color: #FFFFFF;
    background-color: #1a8600;
    border: 1px solid #1a8600;
    margin-bottom: 8px;
    transition: 0.2s ease-in-out;
}

.slots__button._cash:hover{
    color: #1a8600;
    background-color: transparent;
}

.slots .slots__demo-button{
    color: #fff;
    border: 1px solid #1a8600;
    background-color: unset;
    transition: 0.2s ease-in-out;
}

.slots .slots__demo-button:hover{
    color: #FFFFFF;
    background-color: #1a8600;
}

.slots__button._cash:after,
.slots .slots__demo-button:after{
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.slots__button._cash:after{
    background-image: url("../images/Cash.svg");
}

.slots .slots__demo-button:after{
    background-image: url("../images/Play.svg");
}

@media (max-width: 1200px) {
    .slots .slots__list{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 850px) {
    .slots .slots__list{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .slots .slots__list{
        grid-template-columns: 1fr;
    }

    .slots .slots__item{
        height: auto;
    }

    .slots .get-image img{
        position: relative;
    }

    .slots .slots__item .slots__content{
        position: relative;
        display: flex;
        height: auto;
        background-color: #060606;
        padding: 8px 12px 12px 12px;
    }

    .slots .slots__text,
    .slots .slots__title{
        text-align: left;
    }

    .slots .slots__title{
        margin-bottom: 8px;
    }
}

/* Popup */
.popup{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 39, 23, 0.90);
    z-index: 990;
}

.popup._active{
    display: block;
}

.popup .popup__win{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 860px;
    height: 580px;
    background-color: #a80027;
    border-radius: 6px;
    overflow: hidden;
}

.popup .popup__header{
    display: flex;
    gap: 24px;
    padding: 12px;
}

.popup .popup__title{
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 23px;
    font-weight: 800;
    line-height: 28px;
}

.popup .popup__buttons{
    display: flex;
    align-items: center;
    flex: 1 1;
}

.popup .slots__button{
    min-width: 296px;
    margin-bottom: 0;
}

.popup .popup__cross{
    width: 44px;
    min-width: 44px;
    height: 44px;
    background-image: url("../images/cross.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.popup .popup__content{
    position: relative;
    flex: 1 1;
}

.popup .popup__content iframe{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .popup .popup__header{
        flex-wrap: wrap;
        gap: 8px;
    }

    .popup .popup__title{
        order: 1;
    }

    .popup .popup__buttons{
        order: 3;
        flex: 1 1 100%;
    }
    .popup .slots__button{
        width: 100%;
        min-width: unset;
    }

    .popup .popup__cross{
        order: 2;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .text-image__container > .wp-block-heading{
        margin-bottom: 0;
    }

    .text-image__container > p,
    .text-image__container > .content-button{
        margin-top: 0;
    }
}

.footer__logo img,
.page-footer__widget img{
    width: auto;
    object-fit: contain;
}

.footer__logo{
    align-items: center;
}
.footer__logo img{
    max-height: 76px;
}

.page-footer__widget img{
    max-height: 64px;
}

/* INFO BLOCK V2 */
.info-block-v2 {
    overflow: auto;
}

.info-block-v2__list {
    border: 1px solid #FFFFFF50;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-collapse: collapse;
    width: 100%;
}

.info-block-v2__head-cell{
    white-space: nowrap;
}

.info-block-v2__item:not(:last-child) {
    border-bottom: 1px solid #FFFFFF50;
}

.info-block-v2__item-logo-and-title {
    border: none;
    padding: 25px 10px;
    font-weight: 700;
    /*color: var(--color-table-td-color);*/
    min-width: 200px;
}

.info-block-v2__item-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 310px;
}

.info-block-v2__item-logo-and-title .get-image {
    margin-right: 20px;
    flex-shrink: 0;
}

.info-block-v2__item-logo-and-title img {
    max-height: 45px;
    object-fit: contain;
    width: 100%;
    max-width: 180px;
}

.info-block-v2__item-other-cell {
    padding: 25px 10px;
    align-self: center;
    border-bottom: 1px solid #FFFFFF50;
    flex-grow: 1;
    border-top: none;
}

.info-block-v2__item-other-cell > *:first-child {
    margin-top: 0;
}


@media (max-width: 767px) {
    .info-block-v2__item-logo-and-title {
        padding: 15px 10px;
    }

    .info-block-v2__item-other-cell {
        padding: 15px 10px;
    }

    .info-block-v2__item-logo-and-title .get-image {
        margin-right: 10px;
    }
}

/* PAYMENT METHOD */
.payment-method {
    overflow-x: auto;
}

.payment-method__table {
    border-collapse: collapse;
    width: 100%;
}

.payment-method__body {
    /*border: 1px solid #060606;*/
}

.payment-method th {
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    /*color: #1a8600;*/
    padding: 25px 10px;
    text-align: center;
    /*background-color: #060606;*/
}

.payment-method th:not(:last-child) {
    /*border-right: 1px solid #0e3327;*/
}

.payment-method td {
    /*border: 1px solid #060606;*/
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 25px;
    white-space: nowrap;
}

.payment-method td.td-name {
    font-weight: 600;
    text-align: right;
    border-left: none;
}

.payment-method td.td-image {
    border-right: none;
}

.payment-method td.td-image .get-image {
    justify-content: flex-start;
}

.payment-method td.td-image .get-image img {
    height: auto;
    width: 90px;
}

.payment-method td.cell2,
.payment-method td.cell4 {
    font-weight: 600;
    text-align: right;
}

.payment-method td.cell1,
.payment-method td.cell2 {
    padding-bottom: 10px;
    border-bottom: none;
}

.payment-method td.cell2,
.payment-method td.cell4 {
    border-left: none;
}

.payment-method td.cell1,
.payment-method td.cell3 {
    border-right: none;
}

.payment-method td.cell3,
.payment-method td.cell4 {
    border-top: none;
    padding-top: 10px;
}

.aviator-wrap > .wp-block-heading {
    text-align: center;
}

.text-image > .wp-block-heading {
    text-align: center;
    grid-column: 1/3;
}

.app-buttons {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 12px;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    background-color: #171717;
    margin-top: 20px
}

.app-buttons .bonus__button {
    min-width: unset;
    width: 100%
}

.app-buttons .bonus__button._apk {
    grid-column: 1/2;
    grid-row: 1/2
}

.app-buttons .bonus__button._ios {
    grid-column: 2/3;
    grid-row: 1/2
}

.app-buttons .app-buttons__text {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 0
}

@media (max-width: 767px) {
    .app-buttons {
        grid-template-columns:1fr;
        margin-top: 0
    }

    .app-buttons .bonus__button._apk {
        grid-column: 1/2;
        grid-row: 1/2
    }

    .app-buttons .bonus__button._ios {
        grid-column: 1/2;
        grid-row: 2/3
    }

    .app-buttons .app-buttons__text {
        grid-column: 1/2;
        grid-row: 3/4
    }
}


.footer-col__socials {
    display: flex;
    justify-content: center;
    flex: 1 1 100%;
    margin-top: 10px;
}

.footer-col__socials .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #a80027;
    padding-top: 10px;
    width: 100%;
}

.footer-col__socials svg,
.footer-col__socials img {
    max-width: 32px;
}

/* Game block */
.game{
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 80vh;
    overflow: hidden;
}



@media (max-width: 767px) {
    .game._active{
        aspect-ratio: unset;
        height: 80vh;
    }
}

.game:not(:last-of-type){
    margin-bottom: 24px;
}

.game .game__preview,
.game .game__content,
.game .game__preview:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.game .game__preview{
    z-index: 0;
}

.game .game__preview:after{
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59));
}

.game .game__preview .get-image{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.game .game__preview .get-image img{
    max-height: 100%;
    object-fit: contain;
}

.game .game__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    z-index: 1;
}

.game .game__content .btn{
    min-width: unset;
    padding: 15px 30px;
    display: inline-block;
    border: none;
    border-radius: 5px;
    transition: 150ms;
    transform-origin: center;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    transition: 0.2s ease-in-out;
}

.game .game__content .btn:hover{
    opacity: .7;
}

.game .game__content .demo-btn{
    color: #fff;
    border: 1px solid #1a8600;
    background-color: unset
;
}

.game iframe{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border: none;
}

/* Bookmakers */

:root{
    --bookmakers-bookmaker-bg: #060606;
    --bookmakers-border-color: #a80027;
    --bookmakers-first-btn-color: #fff;
    --bookmakers-first-btn-bg: #1a8600;
    --bookmakers-second-btn-color: #fff;
    --bookmakers-second-btn-bg: #c4002d;
    --bookmakers-stars-color: #ffba00;
}

.bookmakers .bookmakers__title {
    position: relative;
    margin: 0 0 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

.bookmakers .bookmakers__title svg {
    flex-shrink: 0;
    margin-right: 10px
}

.bookmakers .bookmakers__table {
    border-collapse: separate;
    width: 100%
}

.bookmakers__table {
    width: 100%;
    margin: 0;
    border: none
}

.bookmakers__table tbody{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.bookmakers__table tr {
    display: flex;
}

.bookmakers__table td {
    border: none;
    padding: 0;
    width: 100%;
}

.bookmaker {
    /*border: 1px solid var(--bookmakers-border-color, #1a860050);*/
    background-color: var(--bookmakers-bookmaker-bg, #3e3e3e);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: flex;
    flex-direction: column;
}

.bookmaker:not(:last-child) {
    margin-bottom: 20px
}

.bookmaker .bookmaker__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background-color: #060606;
}

.bookmaker .bookmaker__image p {
    margin: 0
}

.bookmaker .bookmaker__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 160px;
}

.bookmaker .bookmaker__content {
    flex: 1 1;
    padding: 0 20px;
    margin: 20px 0 10px
}

.bookmaker .bookmaker__content-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	gap: 10px;
    margin-bottom: 20px
}

.bookmaker .bookmaker__name {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
}

.bookmaker .bookmaker__rating {
    flex-direction: row-reverse;
    align-items: center;
}

.bookmaker .bookmaker__rating .rating__counter {
    display: flex;
    align-items: center;
    padding: 0 10px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFF
}

/*.bookmaker .bookmaker__rating .rating__counter:after{*/
/*    content: "★★★★★";*/
/*    color: var(--bookmakers-stars-color, #ffba00);*/
/*    margin-left: 5px;*/
/*}*/

.bookmaker .bookmaker__rating .rating__counter .rating__counter_filled{
    margin-left: 5px;
    color: var(--bookmakers-stars-color, #ffba00);
}

.bookmaker .bookmaker__rating.rating::before {
    font-size: 16px
}

.bookmaker .bookmaker__ad {
    border: 1px solid var(--bookmakers-first-btn-bg, #1a8600);
    border-radius: 3px;
    padding: 10px
}

.bookmaker .bookmaker__ad-title {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bookmaker .bookmaker__ad-title svg {
    margin-left: 10px;
    flex-shrink: 0
}

.bookmaker .bookmaker__ad-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 156.5%;
    color: #c4c4c4
}

.bookmaker .bookmaker__info-list {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
    list-style: none;
    /*border-top : 1px solid var(--bookmakers-border-color, #1a860050);*/
}

.bookmaker .bookmaker__item {
    display: flex;
    align-items: center;
}

.bookmaker .bookmaker__item svg {
    margin-right: 10px;
    flex-shrink: 0
}

.bookmaker .bookmaker__item p {
    margin: 0;
    height: fit-content
}

.bookmaker .bookmaker__buttons {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bookmaker .bookmaker__button {
    display: block;
    padding: 22px 10px;
    width: 100%;
    text-align: center;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    cursor: pointer;
    transition: opacity .3s;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    outline: 0
}

.bookmaker .bookmaker__button--get {
    color: var(--bookmakers-first-btn-color, #fff);
    background-color: var(--bookmakers-first-btn-bg, #1a8600);
}

.bookmaker .bookmaker__button--read {
    color: var(--bookmakers-second-btn-color, #fff);
    background-color: var(--bookmakers-second-btn-bg, #c4002d);
}

.bookmaker .bookmaker__button:not(:last-child) {
    margin-bottom: 10px
}

.bookmaker .bookmaker__button:focus, .bookmaker .bookmaker__button:hover {
    opacity: .7
}

@media (max-width: 1370px) {
    .bookmaker{
         flex-direction: column;
    }

    .bookmaker .bookmaker__image img{
        max-height: 140px;
    }

    .bookmaker .bookmaker__content-wrapper{
        flex-direction: column;
        gap: 10px;
    }

    .bookmaker .bookmaker__buttons{
        border-left: none;
    }
}

@media (max-width: 578px) {

    .bookmaker .bookmaker__image img {
        max-height: 100px;
    }

    .bookmaker .bookmaker__content{
        padding: 0 10px;
        margin: 5px 0;
    }
}

/* Pros and cons */

:root{
    --pros-and-cons-bg: #060606;
    --pros-bg-color: #1a8600;
    --cons-bg-color: #c4002d;
}

.pros-and-cons__body {
    display: flex;
    gap: 20px
}

.pros-and-cons__body .pros-and-cons-block {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    width: 50%;
    padding: 12px;
    background-color: var(--pros-and-cons-bg, #1F2842);
}

.pros-and-cons__body .pros-and-cons-block__title {
    text-align: center;
    padding: 12px;
    width: 100%;
    margin-bottom: 16px
}

.pros-and-cons__body ._red {
    background-color: var(--pros-bg-color, rgba(244, 67, 54, .5));
}

.pros-and-cons__body ._blue {
    background-color: var(--cons-bg-color, rgba(25, 118, 210, .5));
}

.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list {
    padding: 0;
    margin: 0;
}

.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    list-style: none;
}

.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item:last-child {
    margin-bottom: 0;
}

.pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item:before {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 4px;
    flex: 0 0 auto;
    border-radius: 4px
}

.pros-and-cons__body .pros-and-cons-block ._plus:before,
.pros-and-cons__body .pros-and-cons-block ._minus:before{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 28px;
}

.pros-and-cons__body .pros-and-cons-block ._plus:before {
    content: '+';
    background-color: var(--cons-bg-color, rgba(25, 118, 210, .5));
    color: #fff;
}

.pros-and-cons__body .pros-and-cons-block ._minus:before {
    content: '-';
    background-color: var(--pros-bg-color, rgba(244, 67, 54, .5));
    color: #fff;
}

@media (max-width: 768px) {
    .pros-and-cons__body {
        flex-direction: column;
        gap: 24px
    }

    .pros-and-cons__body .pros-and-cons-block {
        width: 100%
    }

    .pros-and-cons__body .pros-and-cons-block .pros-and-cons-list__item, .pros-and-cons__body .pros-and-cons-block__title {
        margin-bottom: 12px
    }
}

/* Gallery */
.screenshot-gallery__list{
    display: flex;
    gap: 20px;
}

.screenshot-gallery__description{
    margin-bottom: 1rem;
}

/* Author */
.author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.author-block__inner{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    padding: 10px;
    background-color: #3e3e3e;
}

.author-block .author-block__inner img {
    grid-row: 1/3;
    grid-column: 1/2;
    width: auto;
    height: 100px;
}

.author-block .author-block__inner > :not(img){
    grid-column: 2/3;
    margin: 0;
}

.author .author-block__avatar img{
    width: auto;
    height: 200px;
}


.author-block_outlined {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1rem;
    border: 1px solid var(--main-accent-bg-color);
    padding: 1rem
}


.author-block__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.author-block__avatar_scaled {
    width: 150px;
    height: 150px
}

body.author .author-block__content {
    margin-left: 1rem;
    max-width: 600px
}

.author-block__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: .5rem -5px -5px;
    padding-left: 0
}

.author-block__social li {
    margin: 5px;
    width: 25px;
    height: 25px
}

.author-block__social li:hover {
    opacity: .7
}

div.author{
    margin-top: 1rem;
}

.author-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    padding: 0 var(--offsets);
    border-radius: 3px;
}

a.author-block:hover .author-block__inner{
    outline: 1px solid #c4002d;
    background-color: #202020;
}

@media (max-width: 767px) {
    .author-block {
        flex-direction: column;
        gap: 10px;
    }

    body.author .author-block__content {
        margin-left: 0;
    }
}

.author-block_outlined {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1rem;
    border: 1px solid #c4002d;
    padding: 1rem
}

.author-block__avatar {
    min-width: 200px;
    width: 200px;
    height: 200px
}

.author-block__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.author-block__avatar_scaled {
    width: 150px;
    height: 150px
}

.author-block__content {
    /*margin-left: 1rem;*/
    /*max-width: 600px*/
    flex: 1 1 100%;
    color: #fff;
}

.author-block__name,
.author-block__description{
    color: #fff;
}

.author-block__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: .5rem -5px -5px;
    padding-left: 0
}

.author-block__social li {
    margin: 5px;
    width: 25px;
    height: 25px
}

.author-block__social li:hover {
    opacity: .7
}

.table-image table {
    table-layout: fixed;
}

.table-image .table-image__image {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 200px;
}

.table-image td {
    text-align: center;
    vertical-align: center;
}

.table-image img {
    width: auto;
    max-height: 50px;
    min-width: 40px;
}

@media (max-width: 767px) {
    .table-image table {
        table-layout: auto;
    }
}

/* banner-tg */
.banner-tg {
    position: relative;
    padding: 42px;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px
}

.banner-tg:not(:first-child) {
    margin-top: 20px
}

.banner-tg > * {
    margin: 0
}

.banner-tg .get-image {
    display: contents;
}

.banner-tg img,.banner-tg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: top left
}

.banner-tg__title {
    max-width: 390px;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
}

.banner-tg__descr {
    max-width: 453px;
    color: #fff
}

.banner-tg__button {
    position: relative;
    border-radius: 3px;
    border: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#37bbfe),to(#007dbb));
    background: linear-gradient(180deg,#37bbfe 0,#007dbb 100%);
    padding: 6px 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    cursor: pointer
}

.banner-tg__button img,
.banner-tg .banner-tg__button svg {
    max-width: 32px;
    max-height: 32px;
    -o-object-fit: contain;
    object-fit: contain
}

.banner-tg__button:active::after {
    background: rgba(41,38,33,.1607843137)
}

.banner-tg .banner-tg__button::after {
    content: "";
    position: absolute;
    inset: 0;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

@media (hover: hover) {
    .banner-tg__button:hover::after {
        background: rgba(41, 38, 33, .0784313725);
    }
}

@media (max-width: 767px) {
    .banner-tg {
        padding-block: 64px 164px;
    }

    .banner-tg img,
    .banner-tg picture {
        object-position: 0 70%;
    }
}

@media (max-width: 575px) {
    .banner-tg {
        padding-inline: 16px;
    }

    .banner-tg img,
    .banner-tg picture {
        object-position: 0 bottom;
    }
}
/* banner-tg */
/* modal-tg */
.modal-tg {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 200;
    background-color: rgba(0,0,0,.6)
}

.modal-tg:not(.is-active) {
    display: none
}

.modal-tg__content {
    position: relative;
    width: 100%;
    max-width: 710px;
    max-height: 100%;
    background: #fff;
    border-radius: 3px;
    overflow-y: auto;
    margin: auto
}

@supports not selector(::-webkit-scrollbar) {
    .modal-tg__content {
        scrollbar-width: thin;
        scrollbar-color: #37bbfe transparent;
    }
}

.modal-tg__content::-webkit-scrollbar {
    width: 5px
}

.modal-tg__content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #37bbfe
}

.modal-tg__content::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.modal-tg__body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    min-height: 520px;
    padding: 64px;
    overflow-y: auto
}

.modal-tg__body>* {
    position: relative;
    z-index: 1
}

.modal-tg__body .get-image {
    display: contents;
}

.modal-tg__body img,
.modal-tg__body picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    object-position: bottom
}

.modal-tg__descr,
.modal-tg__title {
    max-width: 400px;
    color: #4a4a4a;
    margin: 0
}

.modal-tg__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600
}

.modal-tg__descr {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.modal-tg__button {
    position: relative;
    border-radius: 3px;
    border: 0;
    background: linear-gradient(180deg,#37bbfe 0,#007dbb 100%);
    padding: 6px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    min-width: 220px;
}

.modal-tg__button img,
.modal-tg__button svg {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.modal-tg__button:active::after {
    background: rgba(41,38,33,.1607843137)
}

.modal-tg__button::after {
    content: "";
    position: absolute;
    inset: 0;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

@media (hover: hover) {
    .modal-tg__button:hover::after {
        background: rgba(41, 38, 33, .0784313725);
    }
}

.modal-tg__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border-radius: 6px;
    border: 0;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background;
    cursor: pointer
}

.modal-tg__close::before {
    content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L15 15" stroke="%23171716" stroke-width="1.55556" stroke-linecap="round"/><path d="M15 1L0.999999 15" stroke="%23171716" stroke-width="1.55556" stroke-linecap="round"/></svg>');
    width: 16px;
    height: 16px;
    max-width: 100%;
    max-height: 100%
}

.page-header__button-tg {
    position: relative;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 3px;
    border: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,#37bbfe 0,#007dbb 100%);
    cursor: pointer;
}

.page-header__button-tg img,.page-header__button-tg svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.page-header__button-tg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(41,38,33,.1607843137);
    opacity: 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.page-header__button-tg::before {
    content: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M25.3333 25.5222C27.8018 23.1023 29.3333 19.7302 29.3333 16.0003C29.3333 8.63653 23.3638 2.66699 16 2.66699C8.6362 2.66699 2.66666 8.63653 2.66666 16.0003C2.66666 23.3641 8.6362 29.3337 16 29.3337C17.7106 29.3337 19.3459 29.0115 20.8486 28.4247L25.3333 30.667V25.5222Z" fill="%23F8FF13"/><path d="M20.6667 16.0003V21.8337H11.3333V16.0003M16 21.8337V13.0837M16 13.0837H13.375C12.9882 13.0837 12.6173 12.93 12.3438 12.6565C12.0703 12.383 11.9167 12.0121 11.9167 11.6253C11.9167 11.2386 12.0703 10.8676 12.3438 10.5941C12.6173 10.3206 12.9882 10.167 13.375 10.167C15.4167 10.167 16 13.0837 16 13.0837ZM16 13.0837H18.625C19.0118 13.0837 19.3827 12.93 19.6562 12.6565C19.9297 12.383 20.0833 12.0121 20.0833 11.6253C20.0833 11.2386 19.9297 10.8676 19.6562 10.5941C19.3827 10.3206 19.0118 10.167 18.625 10.167C16.5833 10.167 16 13.0837 16 13.0837ZM10.1667 13.0837H21.8333V16.0003H10.1667V13.0837Z" stroke="%23292621" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    transform: translate(-50%,-50%);
    width: 32px;
    height: 32px;
    object-fit: contain
}

@media (max-width: 1380px) {
    .modal-tg__content {
        max-width: calc(100% - var(--offsets, 32px)* 2);
    }
}

@media (max-width: 1023px) {
    .page-header__button-tg {
        margin-left: auto;
    }
}

@media (max-width: 575px) {
    .modal-tg__body {
        padding: 64px 16px;
        min-height: 587px;
    }

    .page-header__button-tg + .page-header__buttons {
        margin-left: 0;
    }
}
/* modal-tg */
/* modal-tg */
/* screen-tg */
.loading-screen {
    position: relative;
    position: fixed;
    inset: 0;
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 16px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
    background: radial-gradient(circle at 20% 20%, #ffffff, #e6f4f7 20%, #e2f6ff 80%);
    display: none;
}

.loading-screen .loader {
    margin-block: auto 10px;
}

.loading-screen__animation {
    position: absolute;
    top: -16%;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    z-index: -1;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 890/690;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.loading-screen__animation-glow {
    max-width: 100%;
    max-height: 100%;
    animation: glowRotation 20s 0s linear infinite;
    will-change: transform;
}

@keyframes glowRotation {
    from {
        rotate: 0deg;
    }

    to {
        rotate: 360deg;
    }
}

.loading-screen__animation-airplane {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: airplaneMove 2.2s cubic-bezier(.7,0,.3,1) infinite;
    will-change: transform;
    width: 244px;
    aspect-ratio: 244 / 292;
}


@keyframes airplaneMove {
    0%, 100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, calc(-50% + 40px));
    }
}

.loading-screen__descr {
    max-width: 465px;
    width: 100%;
    margin-block: 0 10px;
    text-align: center;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.loading-screen__button {
    position: relative;
    border-radius: 3px;
    border: 0;
    background: linear-gradient(180deg, #37bbfe 0%, #007dbb 100%);
    padding: 6px 32px;
    margin-bottom: 40px;
    min-height: min-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.loading-screen__button svg,
.loading-screen__button img {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
}

.loading-screen__button:active::after {
    background: rgba(41, 38, 33, 0.15);
}

.loading-screen__button::after {
    content: "";
    position: absolute;
    inset: 0;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background;
}

@media (min-width: 1150px) and (max-height: 750px) {
    .loading-screen__animation {
        max-width: 130vh;
        top: -24%;
    }

    .loading-screen__animation .loader__animation-airplane {
        max-width: 45vh;
    }
}

@media (max-width: 991.9px) {
    .loading-screen {
        padding-block: 80px;
    }

    .loading-screen__animation {
        max-width: unset;
        max-height: unset;
        width: 100vh;
        aspect-ratio: 1/1;
        top: -19%;
        left: 48%;
    }

    .loading-screen__animation-airplane {
        width: 188px;
    }

    .loading-screen__button {
        margin-bottom: 0;
    }
}

@media (hover: hover) {
    .loading-screen__button:hover::after {
        background: rgba(41, 38, 33, 0.1);
    }

    .loading-screen__button:focus::after {
        background: rgba(41, 38, 33, 0.15);
    }
}


.loader {
    width: 230px;
    max-width: 100%;
    --loader-duration: 3500ms;
    --loader-timing-func: linear;
    --loader-delay: 0s
}

.loader__status {
    max-width: 100%;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center
}

.loader__status::before {
    content: attr(data-loading);
    color: #9a9a9a;
    animation: updateStatus 0s calc(var(--loader-duration) * .85 + var(--loader-delay)) forwards
}

@-webkit-keyframes updateStatus {
    to {
        content: attr(data-loaded);
        color: #0c8ac9
    }
}

@keyframes updateStatus {
    to {
        content: attr(data-loaded);
        color: #0c8ac9
    }
}

.loader__progress {
    position: relative;
    height: 23px;
    background: #ccc;
    border-radius: 14px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 2px 0 rgba(255,255,255,.6705882353);
    box-shadow: 0 2px 2px 0 rgba(255,255,255,.6705882353)
}

.loader__progress::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2509803922) inset;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2509803922) inset
}

.loader__progress-bar {
    position: relative;
    width: 0%;
    height: inherit;
    border-radius: inherit;
    overflow: hidden;
    background: #2caff1;
    -webkit-animation: loadingBar var(--loader-duration) var(--loader-delay) var(--loader-timing-func) forwards;
    animation: loadingBar var(--loader-duration) var(--loader-delay) var(--loader-timing-func) forwards
}

.loader__progress-stripes {
    width: inherit;
    height: inherit;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 110px;
    letter-spacing: -7px;
    font-weight: 700;
    color: #2495ce;
    -webkit-animation: loadingStrips calc(var(--loader-duration) * .85) var(--loader-delay) linear forwards;
    animation: loadingStrips calc(var(--loader-duration) * .85) var(--loader-delay) linear forwards
}

.loader__progress-percentage {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-inline:16px;font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.loader__progress-percentage::before {
    content: "0%";
    position: relative;
    animation: loadingPercentage var(--loader-duration) var(--loader-delay) var(--loader-timing-func) forwards
}

@keyframes loadingPercentage {
    0% {
        content: "0%"
    }

    10% {
        content: "5%"
    }

    20% {
        content: "15%"
    }

    30% {
        content: "25%"
    }

    31% {
        content: "26%"
    }

    35% {
        content: "30%"
    }

    39% {
        content: "33%"
    }

    45% {
        content: "40%"
    }

    48% {
        content: "42%"
    }

    52% {
        content: "49%"
    }

    55% {
        content: "52%"
    }

    70% {
        content: "54%"
    }

    75% {
        content: "70%"
    }

    84% {
        content: "98%"
    }

    85% {
        content: "100%"
    }

    100% {
        content: "100%"
    }
}

@keyframes loadingBar {
    0% {
        width: 0%
    }

    10% {
        width: 5%
    }

    20% {
        width: 15%
    }

    30% {
        width: 25%
    }

    31% {
        width: 26%
    }

    35% {
        width: 30%
    }

    39% {
        width: 33%
    }

    45% {
        width: 40%
    }

    48% {
        width: 42%
    }

    52% {
        width: 49%
    }

    55% {
        width: 52%
    }

    70% {
        width: 54%
    }

    75% {
        width: 70%
    }

    84% {
        width: 98%
    }

    85% {
        width: 100%
    }

    100% {
        width: 100%
    }
}


@keyframes loadingStrips {
    from {
        margin-left: 0
    }

    to {
        margin-left: -50%
    }
}


/* screen-tg */