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

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

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


:root {
    --offsets: 16px;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-bg-header: #0a519e;
    --color-border-header: #0a519e;
    --color-bg-second-header: #0a519e;
    --color-header-link: #ffffff;
    --color-header-sublink: #fff;
    --color-header-link-hover: #2C85E6;
    --color-header-sublink-hover: #2C85E6;
    --color-footer-link: #2C85E6;
    --color-footer-link-hover: #2C85E6;
    --color-bg-footer: #003266;
    --color-border-footer: #2e3340;
    --color-font-dark: #fff;
    --color-font-darkgray: #656d87;
    --color-accent-blue: #448ede;
    --color-accent-hover-blue: #448ede81;
    --color-accent-red: #2C85E6;
    --color-accent-hover-red: #fb4b0081;
    --color-bg-first-button: #1b96f3;
    --color-bg-second-button: #089e4e;
    --ff-primary: "Quicksand", sans-serif;
    --ff-secondary: "Quicksand", sans-serif
}

::-webkit-scrollbar {
    width: 4px;
	height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #2C85E6;
}

::-webkit-scrollbar-track {
    background-color: #090f1e;
}

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

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

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

p {
    font-weight: 400;
    margin-top: 1rem
}

a {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-accent-blue)
}

a:hover {
    text-decoration: none
}

ol, ul {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    padding-left: 25px;
    margin-top: 1rem
}

ul:not([class]) {
    list-style: none
}

ul:not([class]) li {
    position: relative
}

ul:not([class]) li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #fff
}

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

h1 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem
}

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

h4 {
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.9rem;
    margin-bottom: 1rem;
    margin-top: 1rem
}

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

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

.wrapper > :not(.container) {
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto
}

.wrapper:not(:first-child) {
    margin-top: 50px;
}

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

@media (max-width: 1279px) {
    .wrapper:not(:first-child) {
        margin-top: 30px;
    }

    .wrapper > :not(:first-child) {
        margin-top: 20px;
    }
}

@media (max-width: 1462px) {
    .wrapper > :not(.container) {
        width: calc(100% - var(--offsets) * 2);
    }
}

/*.wrapper > ol, .wrapper > ul {*/
/*    padding-left: 50px*/
/*}*/

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

.wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

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

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

.scroll-lock {
    overflow: hidden
}

.text-accent {
    color: var(--color-accent-red)
}

.global-title, h2 {
    margin: 0 0 10px;
    font-family: inherit;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #fff
}

.global-title p, h2 p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

html {
    height: 100%;
    font-size: 18px;
    line-height: 24px
}

body {
    background-color: #F2F2F2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.get-image {
    margin: 0;
    display: block;
    line-height: 1
}

a, button {
    font-family: inherit
}

.button {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 14px 34px;
    outline: 0;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    transition: .3s ease-in-out;
    text-decoration: none;
    text-align: center;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.button:hover {
    opacity: .7;
}

.button .get-image {
    margin-right: 10px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    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;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.button img {
    width: 16px;
    height: 16px
}

.button--accent-red {
    background-color: var(--color-accent-red);
    border-color: var(--color-accent-red)
}

.button_blue {
    background: linear-gradient(270deg, #165DC9 -1.64%, #2D87E8 101.41%);
}

.header__button.button_blue {
    box-shadow: 0px 0px 16px 0px rgba(35, 117, 218, 0.40);
}

.button_white {
    color: #090F1E;
    background: #FFF;
}

.button_green {
    background: linear-gradient(90deg, #14B95E 0%, #0F974C 100%);
}

.header__button.button_green{
    box-shadow: 0px 0px 16px 0px rgba(18, 168, 85, 0.40);
}

.button.button_copy {
    display: flex;
    padding: 11px 17px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #343F5A;
}

.button.button_copy[disabled] {
    opacity: .5;
}

.button_copy:before {
    content: url('data:image/svg+xml,<svg width="12" height="15" viewBox="0 0 12 15" fill="none" xmlns="http://www.w3.org/2000/svg"><g><path d="M11.8095 3.34813L8.89503 0.312007C8.83512 0.249366 8.76389 0.199725 8.68546 0.165951C8.60704 0.132177 8.52296 0.114941 8.43811 0.115238H4.57101C4.15376 0.115165 3.74877 0.262355 3.42202 0.532835C3.09526 0.803314 2.86599 1.18115 2.77154 1.6048H1.8471C1.35722 1.6048 0.887403 1.80765 0.541004 2.16873C0.194605 2.52981 0 3.01954 0 3.53019L0 12.1898C0 12.7005 0.194605 13.1902 0.541004 13.5513C0.887403 13.9124 1.35722 14.1152 1.8471 14.1152H7.42899C7.84697 14.115 8.25251 13.967 8.57937 13.6955C8.90622 13.4239 9.13505 13.0448 9.22846 12.6202H10.1529C10.6413 12.6192 11.1094 12.4167 11.4549 12.0569C11.8003 11.6971 11.9951 11.2093 11.9965 10.7003V3.82626C11.997 3.64742 11.9298 3.47559 11.8095 3.34813ZM11.2908 10.7003C11.2894 11.0143 11.169 11.3149 10.9559 11.5368C10.7427 11.7586 10.4541 11.8836 10.1529 11.8846H9.2708V5.31582C9.27041 5.13646 9.20191 4.96455 9.08027 4.83769L6.17465 1.80156C6.05234 1.67595 5.88767 1.60531 5.71597 1.6048H3.51073C3.59426 1.38294 3.73987 1.19241 3.92864 1.05795C4.11741 0.923488 4.34061 0.85132 4.56924 0.850822H8.41341L11.2908 3.852V10.7003Z" fill="white"/></g><defs><clipPath><rect width="12" height="14" fill="white" transform="translate(0 0.115234)"/></clipPath></defs></svg>');
    display: flex;
    align-items: center;
}

.button_text {
    display: flex;
    align-items: center;
    gap: 0 10px;
    color: #62ADFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; /* 125% */
    padding: 0 0 4px 0;
    border-bottom: 1px solid #62ADFF;
    background: unset;
    border-radius: unset;
}

.button_text:after {
    content: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 9.11523L5 5.11523L1 1.11523" stroke="%2362ADFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: flex;
    align-items: center;
}

.button_gift {
    display: flex;
    align-items: center;
    gap: 10px;
}

.button_gift:before {
    content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.64 12.27V17.09C1.64263 17.3323 1.74072 17.5637 1.91297 17.7341C2.08522 17.9045 2.31772 18 2.56 18H8.18V12.27H1.64ZM9.82 18H15.44C15.6823 18 15.9148 17.9045 16.087 17.7341C16.2593 17.5637 16.3574 17.3323 16.36 17.09V12.27H9.82V18ZM17.1 4.09H15.26C15.4485 3.70722 15.5476 3.28666 15.55 2.86C15.5474 2.10056 15.2438 1.37313 14.7059 0.837065C14.1679 0.300996 13.4394 -4.60996e-06 12.68 0C11.8866 0.0376242 11.1201 0.298905 10.4689 0.753666C9.81776 1.20843 9.30851 1.83811 9 2.57C8.69149 1.83811 8.18224 1.20843 7.53107 0.753666C6.87989 0.298905 6.11336 0.0376242 5.32 0C4.56056 -4.60996e-06 3.83207 0.300996 3.29413 0.837065C2.75619 1.37313 2.45265 2.10056 2.45 2.86C2.45237 3.28666 2.55153 3.70722 2.74 4.09H0.9C0.4 4.09 0 4.68 0 5.4V9.33C0 10.05 0.4 10.64 0.9 10.64H8.18V4.09H9.82V10.64H17.1C17.6 10.64 18 10.05 18 9.33V5.4C18 4.68 17.6 4.09 17.1 4.09ZM5.32 4.09C5.14983 4.10539 4.97832 4.08516 4.8164 4.03059C4.65448 3.97602 4.50571 3.88832 4.37956 3.77307C4.25342 3.65782 4.15267 3.51755 4.08374 3.3612C4.01481 3.20486 3.97921 3.03587 3.97921 2.865C3.97921 2.69413 4.01481 2.52514 4.08374 2.3688C4.15267 2.21245 4.25342 2.07218 4.37956 1.95693C4.50571 1.84168 4.65448 1.75398 4.8164 1.69941C4.97832 1.64484 5.14983 1.62461 5.32 1.64C6.72 1.64 7.51 3.08 7.9 4.09H5.32ZM12.68 4.09H10.1C10.49 3.09 11.28 1.64 12.68 1.64C12.8502 1.62461 13.0217 1.64484 13.1836 1.69941C13.3455 1.75398 13.4943 1.84168 13.6204 1.95693C13.7466 2.07218 13.8473 2.21245 13.9163 2.3688C13.9852 2.52514 14.0208 2.69413 14.0208 2.865C14.0208 3.03587 13.9852 3.20486 13.9163 3.3612C13.8473 3.51755 13.7466 3.65782 13.6204 3.77307C13.4943 3.88832 13.3455 3.97602 13.1836 4.03059C13.0217 4.08516 12.8502 4.10539 12.68 4.09Z" fill="white"/></svg>');
    display: flex;
    align-items: center;
}

.button_transparent {
    border: 1px solid #fff;
    color: #fff;
    background-color: unset;
    padding: 12px 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
}

.button.button_apk,
.button.button_ios {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    gap: 4px 8px;
    text-align: left;
    padding: 8px 12px 8px 8px;
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
}

.button_apk:before,
.button_ios:before,
.button_apk:after,
.button_ios:after {
    width: 36px;
    min-width: 36px;
    grid-row: 1/-1;
    align-self: center;
}

.button_apk:before,
.button_ios:before {
    content: url('data:image/svg+xml,<svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 7.84473V25.8447" stroke="white" stroke-width="2"/><path d="M8 29.8447L28 29.8447" stroke="white" stroke-width="2"/><path d="M11 18.8447L18 25.8447L25 18.8447" stroke="white" stroke-width="2"/></svg>');
}

.button_apk:after,
.button_ios:after {
    grid-column: 3/4;
}

.button_apk:after {
    content: url('data:image/svg+xml,<svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 27.845C1.725 25.17 2.544 22.7075 3.957 20.4575C5.37 18.2075 7.251 16.42 9.6 15.095L6.825 10.295C6.675 10.07 6.6375 9.83252 6.7125 9.58252C6.7875 9.33252 6.95 9.14502 7.2 9.02002C7.4 8.89502 7.625 8.87002 7.875 8.94502C8.125 9.02002 8.325 9.17002 8.475 9.39502L11.25 14.195C13.4 13.295 15.65 12.845 18 12.845C20.35 12.845 22.6 13.295 24.75 14.195L27.525 9.39502C27.675 9.17002 27.875 9.02002 28.125 8.94502C28.375 8.87002 28.6 8.89502 28.8 9.02002C29.05 9.14502 29.2125 9.33252 29.2875 9.58252C29.3625 9.83252 29.325 10.07 29.175 10.295L26.4 15.095C28.75 16.42 30.631 18.2075 32.043 20.4575C33.455 22.7075 34.274 25.17 34.5 27.845H1.5ZM10.5 23.72C11.025 23.72 11.469 23.5385 11.832 23.1755C12.195 22.8125 12.376 22.369 12.375 21.845C12.375 21.32 12.1935 20.876 11.8305 20.513C11.4675 20.15 11.024 19.969 10.5 19.97C9.975 19.97 9.531 20.1515 9.168 20.5145C8.805 20.8775 8.624 21.321 8.625 21.845C8.625 22.37 8.8065 22.814 9.1695 23.177C9.5325 23.54 9.976 23.721 10.5 23.72ZM25.5 23.72C26.025 23.72 26.469 23.5385 26.832 23.1755C27.195 22.8125 27.376 22.369 27.375 21.845C27.375 21.32 27.1935 20.876 26.8305 20.513C26.4675 20.15 26.024 19.969 25.5 19.97C24.975 19.97 24.531 20.1515 24.168 20.5145C23.805 20.8775 23.624 21.321 23.625 21.845C23.625 22.37 23.8065 22.814 24.1695 23.177C24.5325 23.54 24.976 23.721 25.5 23.72Z" fill="white"/></svg>');
}

.button_ios:after {
    content: url('data:image/svg+xml,<svg width="36" height="37" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.5752 31.2647C24.1052 32.6897 22.5002 32.4647 20.9552 31.7897C19.3202 31.0997 17.8202 31.0697 16.0952 31.7897C13.9352 32.7197 12.7952 32.4497 11.5052 31.2647C4.18525 23.7197 5.26525 12.2297 13.5752 11.8097C15.6002 11.9147 17.0102 12.9197 18.1952 13.0097C19.9652 12.6497 21.6602 11.6147 23.5502 11.7497C25.8152 11.9297 27.5252 12.8297 28.6502 14.4497C23.9702 17.2547 25.0802 23.4197 29.3702 25.1447C28.5152 27.3947 27.4052 29.6297 25.5602 31.2797L25.5752 31.2647ZM18.0452 11.7197C17.8202 8.37473 20.5352 5.61473 23.6552 5.34473C24.0902 9.21473 20.1452 12.0947 18.0452 11.7197Z" fill="white"/></svg>');
}

@media (max-width: 767px) {
    .button.button_transparent {
        padding: 12px 14px;
    }
}

body {
    font-family: var(--ff-primary);
    overflow-x: hidden;
    color: #F2F2F2;
}

.header {
    background-color: #1E283F;
}

.header__container {
    max-width: 1430px;
    padding: 14px 0;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 110;
    margin-right: 20px
}

.header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 48px
}


.header__toggle-button {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    z-index: 110;
    margin-left: auto;
}

.header__buttons + .header__toggle-button,
.header__lang + .header__toggle-button {
	margin-left: 20px
}

.header__toggle-button svg {
    fill: var(--color-white);
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out
}

.header__nav {
    margin: 0 40px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.header__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.icon-arrow {
    display: none;
}

.header__nav-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.header__nav-item--has-children._active .icon-arrow svg {
    transform: rotate(180deg)
}

.header__nav-item--has-children .icon-arrow {
    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
}

.header__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    color: #F4F4F4;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

span.header__nav-link {
	color: var(--color-accent-blue);
}

.header__nav-sublist {
    min-width: 165px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background-color: #1E283F;
    border: 1px solid #2C85E630;
    transition: max-height .3s ease-in-out;
    z-index: 10;
    border-radius: 10px
}



.header__nav-sublist:before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 100%;
}

.header__nav-subitem {
    width: 100%;
    padding: 16px;
}

.header__nav-subitem .icon-arrow {
    display: none
}

.header__nav-subitem .header__nav-link {
    width: 100%;
}

.header__buttons {
    position: relative;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__button + .header__button {
    margin-left: 10px
}

.header__select-lang {
    margin-left: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__nav-item .get-image, .header__nav-subitem .get-image {
    margin: 0 10px 0 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
}

.header__nav-item .get-image img, .header__nav-subitem .get-image img {
    width: 19px;
    height: 19px;
    -o-object-fit: contain;
    object-fit: contain
}

.header__nav-subitem:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

@media (max-width: 1279px) {
    .header__nav-item {
        flex-wrap: wrap;
    }

    .header__nav-item--has-children .icon-arrow {
        flex: 1 1;
        justify-content: flex-start;
        height: 16px;
    }

    .header__nav-sublist._active {
        display: flex;
    }

    .header__nav-sublist {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        min-width: unset;
        flex: 1 1 100%;
        flex-direction: column;
        background: unset;
        border: unset;
    }

    .header__nav-item.header__nav-item--has-children._active {
        padding-bottom: 0;
    }

    .header__nav-sublist::before {
        content: unset;
    }

}

.breadcrumbs {
    margin-top: -1px;
    border-top: 1px solid #1461b3;
    background-color: #04386e
}

.breadcrumbs__list {
    list-style: none;
    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;
    margin-top: 0;
    padding: 5px var(--offsets)
}

.breadcrumbs__list_item:not(:last-child) {
    margin-right: 14px
}

.breadcrumbs__list-link {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-decoration: none;
    text-transform: capitalize;
    color: var(--color-white);
    padding: 5px 0;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__list-link svg {
    margin-left: 14px;
    fill: var(--color-header-link-hover)
}

.breadcrumbs__list-link--no-active {
    color: var(--color-header-link-hover)
}

.breadcrumbs__list-link--no-active svg {
    display: none
}

.footer {
    position: relative;
    padding: 40px 0;
    background-color: var(--color-bg-footer)
}

.footer:has(.mobile-button) {
    padding-bottom: 90px;
}

.footer__scroll-top {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -40px;
    display: none;
    z-index: 900;
}

.mobile-button + .footer__scroll-top {
    bottom: 100px;
}

.footer__container {
    position: relative;
    max-width: 1480px;
    padding: 0 var(--offsets);
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 270px 1fr 1fr 38px;
    grid-template-columns:270px 1fr 1fr 38px;
    gap: 0 70px
}

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

.footer__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 38px
}

.footer__nav {
    padding: 10px 0;
    -ms-grid-column-span: 2;
    grid-column: span 2
}

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

.footer__nav-item {
    padding: 10px 0;
    margin: 0 20px
}

.footer__nav-item a {
    font-family: var(--ff-primay);
    color: var(--color-footer-link);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__nav-item a img {
    margin-right: 10px;
    width: 19px;
    height: 19px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.footer__warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5
}

.footer__warning svg {
    width: 38px;
    height: 38px
}

.footer__social-list {
    grid-column: 1/-1;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__social-item {
    margin: 0 20px
}

.footer__social-link {
    display: block;
    border-radius: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer__social-link p {
    margin: 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
}

.footer__social-link img {
    padding: 2px;
    display: block;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__payments-systems {
    padding: 10px 0;
    grid-column: 1/-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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.payments-systems__item {
    margin: 0 auto
}

.payments-systems__item .get-image {
    margin: 5px 15px
}

.footer__links {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.footer__link {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer__link p {
    margin: 0
}

.footer__link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 50px
}

.footer__link:not(:last-child) {
    margin-right: 40px
}

.footer__widget-1, .footer__widget-2 {
    padding: 10px 0;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    font-size: 16px;
    line-height: 17px;
    color: #2C85E6
}

.scroll-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: transparent
}

.scroll-top__button {
    outline: 0;
    border: none;
    background-color: transparent
}

.faq__header {
    padding: 30px;
    background-color: #f1f5ff;
    border-radius: 10px;
    margin-bottom: 10px
}

.faq__subtitle {
    margin-bottom: 10px
}

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

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

.faq__body-details {
    overflow: hidden;
    border-radius: 10px;
    outline: 0;
    border: 1px solid #0a519e;
    background-color: var(--color-white)
}

.faq__body-details[open] .faq__body-question svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__body-question {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    font-family: inherit;
    color: var(--color-white);
    background-color: #0a519e;
    cursor: pointer;
    outline: 0
}

.faq__body-question svg {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-left: 30px;
    z-index: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 33px;
    width: 33px
}

.faq__body-question::-webkit-details-marker {
    display: none
}

.faq__body-answer {
    color: var(--color-font-darkgrey);
    padding: 20px
}

.screenshot-gallery__description {
    margin: 0 0 10px
}

.screenshot-gallery__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.screenshot-gallery__item p {
    margin: 0
}

.gbtn {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: rgba(251, 77, 0, .3) !important
}

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

.video__container {
    position: relative;
    width: 100%;
    max-width: 800px;
    border-radius: 15px;
    overflow: hidden
}

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

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

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

.video__player {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
    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;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

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

.video._active .video__player {
    cursor: pointer
}

.video__button svg {
    width: 56px;
    height: 56px;
    fill: var(--color-accent-red);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.steps {
    border-left: 1px solid #e8ecf1
}

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

.steps__item .get-image {
    margin-top: 10px
}

.steps__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px;
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: var(--color-font-dark)
}

.steps-block .steps {
    margin-top: 1rem;
    border: none
}

.custom-columns {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    font-size: inherit;
    line-height: inherit
}

.custom-columns .buttons {
    margin: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3
}

.custom-columns + .custom-columns {
    margin-top: 2rem
}

.custom-columns--added-buttons .custom-columns__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
}

.custom-columns--image-block, .custom-columns--steps-block {
    -ms-grid-columns: 1fr .7fr;
    grid-template-columns:1fr .7fr
}

.custom-columns--video-block {
    -ms-grid-columns: 1fr 1.2fr;
    grid-template-columns:1fr 1.2fr
}

.custom-columns .get-image {
    padding: 0;
    height: auto;
    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
}

.custom-columns .get-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.custom-columns ol, .custom-columns ul {
    font-weight: 500
}

.custom-columns__content :first-child {
    margin-top: 0
}

.custom-columns__steps {
    padding: 0 0 0 25px
}

.custom-columns__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
}

.buttons {
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.buttons--stretch .buttons__button + .buttons__button {
    margin: 0
}

.buttons--stretch .buttons__button {
    width: 100%
}

.buttons--one .buttons__button {
    grid-column: 1/-1
}

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

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

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

.buttons__button {
    min-width: 150px
}

.buttons__button + .buttons__button {
    margin-left: 20px
}

.promo.wrapper {
    margin-top: 0 !important
}

.promo .buttons, .promo .insert-in-a-header, .promo .rating-and-downloads {
    max-width: 650px
}

.promo__container {
    padding-top: 40px;
    padding-bottom: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 58% 42%;
    grid-template-columns:58% 42%;
    gap: 10px;
    background-color: transparent !important;
    border-radius: 0 !important
}

.promo__content > * {
    color: #b3d5f8;
    font-size: 20px;
    line-height: 24px
}

.promo__title {
    margin: 0 0 15px;
    font-weight: 900;
    font-size: 36px;
    line-height: 130%;
    color: var(--color-white);
    max-width: 550px
}

.promo__title span {
    color: var(--color-accent-red)
}

.promo__subtitle {
    margin: 0 0 15px;
    color: var(--color-white)
}

.promo__description {
    margin: 0;
    color: var(--color-white);
    font-size: 20px;
    line-height: 24px
}

.promo__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
}

.promo__image p {
    height: 100%;
    margin: 0
}

.promo__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.rating-and-downloads {
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating-and-downloads.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.rating-and-downloads.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rating-and-downloads.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rating-and-downloads__rating {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    border-right: 1px solid #0a519e
}

.rating-and-downloads__rating-star {
    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;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white)
}

.rating-and-downloads__rating-star svg {
    width: 19px;
    height: 19px;
    margin-left: 5px
}

.rating-and-downloads__download-text, .rating-and-downloads__rating-reviews {
    font-size: 16px;
    line-height: 16px;
    color: var(--color-white);
	text-align: center;
    margin-top: 5px;
}

.rating-and-downloads__download {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px
}

.rating-and-downloads__download-number {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white)
}

.comment-form__form {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .6fr 1fr;
    grid-template-columns:.6fr 1fr;
    gap: 15px
}

.comment-form__textarea {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    resize: none
}

.comment-form__field {
    background-color: #e8ecf1;
    border-radius: 5px;
    padding: 25px 20px;
    border: 1px solid #e7e9ee;
    outline: 0;
    font-family: inherit;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.comment-form__field::-webkit-input-placeholder {
    font-family: inherit
}

.comment-form__field::-moz-placeholder {
    font-family: inherit
}

.comment-form__field:-ms-input-placeholder {
    font-family: inherit
}

.comment-form__field::-ms-input-placeholder {
    font-family: inherit
}

.comment-form__field::placeholder {
    font-family: inherit
}

.comment-form__field:focus {
    border-color: var(--color-header-link-hover)
}

.comment-form__field.error {
    border-color: #cf2e2e
}

.comment-form__field.success {
    border-color: #3d812c
}

.comment-form__button {
    border-radius: 5px;
    padding: 25px;
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px
}

.comment__child {
    grid-column: 1/-1
}

.comment-form__alert {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.error {
    max-height: 100%;
    color: #cf2e2e;
    opacity: 1;
    visibility: visible
}

.success {
    max-height: 100%;
    color: #00d084;
    opacity: 1;
    visibility: visible
}

.comment {
    margin: 1rem auto;
    padding: 25px;
    background: #f1f5ff;
    border: 1px solid #d6ddf0;
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content 1fr;
    -ms-grid-columns: min-content 1fr;
    grid-template-columns:-webkit-min-content 1fr;
    grid-template-columns:min-content 1fr;
    gap: 10px
}

.comment:first-child {
    margin-top: 1.2rem
}

.comment__author {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--color-accent-red);
    white-space: nowrap;
    margin: 0
}

.comment__date {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #0a519e;
    text-align: right
}

.comment__content {
    margin: 0;
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #3d3d3d;
    grid-column: 1/-1
}

.comment__child .comment, .comments-container {
    margin: 1rem 0
}

.button-content {
    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
}

.button-content.alight-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

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

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

.news__subtitle {
    margin: 0 0 15px
}

.news__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 25px
}

.news__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 275px 1fr;
    grid-template-columns:275px 1fr;
    gap: 5px 25px
}

.news__item .get-image {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    border-radius: 20px;
    overflow: hidden
}

.news__item img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.news__list-title {
    display: inline-block;
    margin: 0;
    font-family: inherit;
    color: var(--color-font-dark);
    font-weight: 700;
    font-size: 20px;
    line-height: 23px
}

.news__list-description {
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 150%
}

.select-lang {
    position: relative;
    background-color: #04386e;
    border-radius: 10px;
    border: 1px solid #04386e;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    cursor: pointer;
    width: 90px
}

.select-lang::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 12px;
    left: 4px;
    background-image: url(../images/icon-arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    -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
}

.select-lang._active {
    border-radius: 10px 10px 0 0;
    border: 1px solid var(--color-header-link-hover);
    border-bottom: 1px solid transparent
}

.select-lang._active:hover {
    border-color: var(--color-header-link-hover)
}

.select-lang._active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select-lang._active .select-lang__options-list {
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
    border: 1px solid var(--color-header-link-hover);
    border-top: transparent
}

.select-lang > .select-lang__option {
    border-radius: 10px 10px 0 0
}

.select-lang__options-list {
    max-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
    position: absolute;
    left: -1px;
    right: -1px;
    background-color: #04386e;
    border-radius: 0 0 10px 10px;
    overflow: hidden
}

.select-lang__options-list .select-lang__option {
    padding: 0
}

.select-lang__option, .select-lang__selected {
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-lang__option p, .select-lang__selected p {
    margin: 0
}

.select-lang__option img, .select-lang__selected img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 24px;
    height: 24px
}

.select-lang__option {
    padding: 7px 7px 7px 25px;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.select-lang__option span {
    text-transform: uppercase
}

.select-lang__image {
    overflow: hidden;
    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-left: 5px
}

.select-lang__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 7px 7px 7px 25px
}

.bet-on {
    margin: .8rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.bet-on.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.bet-on__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px
}

.bet-on__item .get-image {
    width: 44px;
    height: 44px;
    padding: 4px;
    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;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 5px;
    background-color: var(--color-accent-red)
}

.bet-on__item .get-image img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.bet-on__item p {
    margin: 0;
    font-size: 20px;
    line-height: 23px;
    color: var(--color-font-dark);
    font-weight: 700
}

.bet-on__item:not(:last-child) {
    margin-right: 30px
}

.wp-block-image {
    margin-top: 20px
}

.container .wp-block-table {
    margin: 1rem -25px -25px
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-table tr:not(:last-child) {
    border-bottom: 1px solid #e8ecf1
}

.wp-block-table td, .wp-block-table th {
    padding: 20px 25px
}

.wp-block-table td:first-child {
    font-weight: 500;
    color: var(--color-font-dark)
}

.wp-block-table + * {
    margin-top: 2rem
}

.wp-block-table.table-container {
    margin: -25px
}

.wp-block-table.table-container td {
    padding: 20px
}

.wp-block-table.insert-in-a-container {
    background-color: transparent;
    margin: 1rem 0 !important;
    font-family: inherit;
    font-size: 16px;
    line-height: 19px
}

.wp-block-table.insert-in-a-container table {
    margin: 0;
    border-collapse: collapse
}

.wp-block-table.insert-in-a-container tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wp-block-table.insert-in-a-container tr:not(:last-child) {
    border: none;
    margin-right: 35px
}

.wp-block-table.insert-in-a-container td {
    padding: 7px 0
}

.wp-block-table.insert-in-a-container td:first-child {
    width: auto;
    font-weight: 600
}

.wp-block-table.insert-in-a-container td:not(:last-child) {
    padding-right: 15px
}

.wp-block-table.insert-in-a-header {
    margin: 1rem 0 !important;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(4, 28, 55, .3);
    border: 1px solid #0a519e
}

.wp-block-table.insert-in-a-header table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-table.insert-in-a-header tr:not(:last-child) {
    border-bottom: 1px solid #0a519e
}

.wp-block-table.insert-in-a-header td {
    padding: 20px;
    width: auto !important
}

.wp-block-table.insert-in-a-header td:first-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: var(--color-white)
}

.wp-block-table.insert-in-a-header td:last-child {
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #b3d5f8
}

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

@media (max-width: 1024px) {
	.wp-block-table table:has( td:nth-child(3) ) { min-width: 600px }
	.wp-block-table table:has( td:nth-child(4) ) { min-width: 800px }
	.wp-block-table table:has( td:nth-child(5) ) { min-width: 1000px }
}

.custom-notes {
    position: relative;
    padding: 15px 15px 15px 25px;
    max-width: 600px;
    background: #4eb3ff1a;
    margin-top: 25px
}

.custom-notes:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: var(--color-accent-blue)
}

.custom-notes p {
    margin: 0
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .header__toggle-button svg:focus, .header__toggle-button svg:hover {
        fill: var(--color-accent-red)
    }

    .header__nav-link:focus, .header__nav-link:hover {
        color: var(--color-header-link-hover)
    }

    .header__nav-subitem .header__nav-link:focus, .header__nav-subitem .header__nav-link:hover {
        color: var(--color-header-sublink-hover)
    }

    a.breadcrumbs__list-link:focus, a.breadcrumbs__list-link:hover {
        color: var(--color-header-link-hover)
    }

    .footer__nav-item a:focus, .footer__nav-item a:hover {
        color: var(--color-footer-link-hover)
    }

    .footer__social-link:focus, .footer__social-link:hover {
        -webkit-transform: scale(1.2) translateZ(0);
        transform: scale(1.2) translateZ(0)
    }

    .footer__link:focus, .footer__link:hover {
        -webkit-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0)
    }

    .gbtn:focus, .gbtn:hover {
        background-color: #2C85E6 !important
    }

    .video__button:focus svg, .video__button:hover svg {
        fill: var(--color-header-sublink)
    }

    .select-lang:focus, .select-lang:hover {
        border-color: var(--color-header-link-hover)
    }

    .select-lang._active .select-lang__option:focus, .select-lang._active .select-lang__option:hover {
        background-color: var(--color-header-link-hover)
    }
}

@media (min-width: 1280px) and (hover: hover), screen and (min-width: 1280px) and (min-width: 0\0
) {
    .header__nav-item--has-children:focus .header__nav-sublist, .header__nav-item--has-children:hover .header__nav-sublist {
        display: block
    }

    .header__nav-item--has-children:focus .icon-arrow, .header__nav-item--has-children:hover .icon-arrow {
        transform: rotate(180deg)
    }
}

@media (max-width: 1462px) {
    main .container,
    .header__container{
        margin-left: var(--offsets);
        margin-right: var(--offsets)
    }
}

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

@media (max-width: 1279px) {
    .header__toggle-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__container {
        flex-wrap: wrap;
    }

    .header__nav {
        display: none;
        position: relative;
        flex: 1 1 100%;
        order: 10;
        margin: 16px 0 0 0;
    }

    .header._active .header__nav {
        display: block;
    }

    .header__nav-list {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .header__nav-item {
        width: 100%;
    }

    .header__nav-item:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

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

    .bet-on__item:not(:last-child) {
        margin-right: 25px
    }
}

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

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

@media (max-width: 1023px) {
    .global-title, h2 {
        font-size: 22px;
        line-height: 30px
    }

    .footer {
        padding: 20px 0
    }

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

    .footer__container {
        -ms-grid-columns: 150px 1fr 1fr 38px;
        grid-template-columns:150px 1fr 1fr 38px;
        gap: 0 30px
    }

    .footer__logo img {
        max-height: 20px
    }

    .footer__link img {
        max-height: 35px
    }

    .footer__link:not(:last-child) {
        margin-right: 30px
    }

    .faq__body-item:not(:last-child) {
        margin-bottom: 10px
    }

    .faq__body-answer, .faq__body-question {
        padding: 15px;
        font-size: 17px;
        line-height: 20px
    }

    .steps {
        padding: 15px 0 0;
        border-left: none;
        border-top: 1px solid #e8ecf1
    }

    .custom-columns .buttons {
        grid-column: auto
    }

    .custom-columns--added-buttons .custom-columns__content {
        grid-row: auto
    }

    .custom-columns {
        gap: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .custom-columns__video {
        margin: 0 auto
    }

    .promo__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 0
    }

    .promo__title {
        font-size: 24px;
        margin-bottom: 10px;
        width: 100%
    }

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

    .comment-form__textarea {
        -ms-grid-column: 1;
        grid-column: 1/1;
        grid-row: auto
    }

    .comment-form__field {
        padding: 15px;
        font-size: 18px;
        line-height: 20px
    }

    .comment-form__alert {
        position: absolute;
        bottom: -25px;
        left: 0
    }

    .comment {
        padding: 20px
    }

    .comment__author, .comment__date {
        font-size: 16px
    }

    .comment__content, .bet-on__item p {
        font-size: 16px;
        line-height: 16px
    }

    .wp-block-table {
        max-width: 1200px;
        overflow-x: auto;
        width: calc(100% + 50px)
    }
}

@media (max-width: 768px) {
    html {
        font-size: 15px;
        line-height: 23px
    }
}

@media screen and (max-width: 767px) {
    :root {
        --offsets: 10px
    }
}

@media (max-width: 767px) {
    ul:not([class]) li::before {
        width: 8px;
        height: 8px
    }

    .wrapper {
        margin-bottom: .5rem;
        margin-top: .5rem
    }

    .button {
        padding: 14px 32px
    }

    /*.header__container {*/
    /*    padding-top: 10px;*/
    /*    padding-bottom: 10px*/
    /*}*/


    .header__buttons {
        flex: 1 1 100%;
        order: 9;
        justify-content: center;
        margin-top: 16px;
    }

    .header__button {
        flex: 1 0 auto;
        padding: 14px;
    }

    .breadcrumbs {
        margin-top: 53px
    }

    .breadcrumbs__list_item:not(:last-child) {
        margin-right: 7px
    }

    .breadcrumbs__list-link svg {
        margin-left: 7px
    }

    .footer__scroll-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__container {
        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
    }

    .footer__logo {
        margin: 0 auto 10px
    }

    .footer__nav-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__nav-item a img {
        width: 16px;
        height: 16px
    }

    .footer__nav-item a {
        font-weight: 400;
        font-size: 16px;
        line-height: 16px
    }

    .footer__warning svg {
        width: 27px;
        height: 27px
    }

    .footer__warning {
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .footer__social-list {
        padding: 10px 0
    }

    .footer__social-item {
        margin: 0 15px
    }

    .footer__widget-1, .footer__widget-2 {
        text-align: center
    }

    .faq__header {
        padding: 15px 10px
    }

    .faq__body-details {
        border-radius: 5px
    }

    .faq__body-question svg {
        margin-left: 15px;
        height: 16px;
        width: 16px
    }

    .faq__body-question {
        padding: 10px;
        font-size: 16px;
        line-height: 16px
    }

    .faq__body-answer {
        padding: 0 10px 15px;
        font-size: 16px;
        line-height: 16px
    }

    .screenshot-gallery {
        margin-right: -15px;
        margin-left: -15px
    }

    .screenshot-gallery__description, .screenshot-gallery__title {
        margin-left: 15px
    }

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

    .screenshot-gallery__item {
        min-width: 250px;
        max-width: 270px
    }

    .video__container {
        border-radius: 5px
    }

    .steps__item:not(:last-child) {
        margin-bottom: 15px
    }

    .steps__counter {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px
    }

    .custom-columns {
        gap: 15px
    }

    .buttons--stretch {
        gap: 10px
    }

    .buttons__button {
        padding: 10px
    }

    .buttons__button + .buttons__button {
        margin-left: 10px
    }

    .promo--no-breadcrumbs .promo__container.container {
        padding: 65px 0 0
    }

    .promo__content > * {
        font-size: 16px;
        line-height: 17px;
        text-align: center
    }

    .promo__title {
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        text-align: center
    }

    .promo__subtitle {
        margin-bottom: 10px;
        text-align: center
    }

    .promo__description {
        font-size: 16px;
        line-height: 17px
    }

    .comment-form {
        border-radius: 5px;
        background-color: #f1f5ff;
        padding: 10px
    }

    .comment-form__field {
        font-size: 16px;
        line-height: 16px
    }

    .comment-form__button {
        padding: 15px;
        font-size: 16px;
        line-height: 16px
    }

    .comment {
        padding: 15px
    }

    .comment.container {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .comments-container {
        margin: .5rem 0
    }

    .news__list {
        gap: 15px
    }

    .news__item .get-image {
        border-radius: 5px;
        grid-row: auto;
        gap: 10px
    }

    .news__item {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 10px
    }

    .news__list-title {
        font-size: 16px;
        line-height: 16px
    }

    .news__list-description {
        font-size: 16px;
        line-height: inherit
    }

    .select-lang._active .select-lang__options-list {
        border: 1px solid var(--color-header-link-hover);
        border-top: transparent
    }

    .select-lang.mob-menu-open._active {
        border-radius: 0 0 10px 10px;
        border: 1px solid var(--color-header-link-hover);
        border-top: 1px solid transparent
    }

    .select-lang.mob-menu-open._active .select-lang__options-list {
        border-radius: 10px 10px 0 0;
        bottom: 100%;
        border: 1px solid var(--color-header-link-hover);
        border-bottom: none
    }

    .select-lang.mob-menu-open._active .select-lang__option {
        border-radius: 0 0 10px 10px;
        border-top: transparent
    }

    .bet-on__item .get-image {
        width: 24px;
        height: 24px;
        padding: 4px
    }

    .bet-on__item .get-image img {
        width: 16px;
        height: 16px
    }

    .wp-block-image {
        margin-top: 10px
    }

    .container .wp-block-table {
        margin: 1rem -15px -15px;
        background-color: #f1f2f5
    }

    .wp-block-table tr:not(:last-child) {
        border-color: #e7e9ee
    }

    .wp-block-table td, .wp-block-table th {
        padding: 15px;
        border: 1px solid #e7e9ee
    }

    .wp-block-table {
        max-width: 1200px;
        overflow-x: auto;
        width: calc(100% + 30px)
    }

    .wp-block-table.table-container {
        margin: -15px;
        background-color: #f1f2f5
    }

    .wp-block-table.table-container td {
        padding: 15px
    }

    .wp-block-table.insert-in-a-container tbody {
        display: table;
        width: 100%
    }

    .wp-block-table.insert-in-a-container tr {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .wp-block-table.insert-in-a-container tr:not(:last-child) {
        margin: 0;
        border-bottom: 1px solid #04386e
    }

    .wp-block-table.insert-in-a-container td:first-child {
        color: var(--color-white)
    }

    .wp-block-table.insert-in-a-container td:last-child {
        text-align: right
    }

    .wp-block-table.insert-in-a-container td {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px;
        border: none;
        color: #b3d5f8;
        display: block !important
    }

    .wp-block-table.insert-in-a-container {
        color: var(--color-white);
        font-size: 16px;
        line-height: 16px;
        background-color: #0a519e;
        margin: .5rem -15px !important
    }

    .wp-block-table.insert-in-a-header tr:not(:last-child) {
        border-bottom: 1px solid #115eb1
    }

    .wp-block-table.insert-in-a-header td {
        padding: 10px;
        border: none
    }

    .wp-block-table.insert-in-a-header {
        background-color: #0a519e
    }

    .custom-notes:after {
        width: 2px
    }

    .custom-notes {
        padding: 10px;
        margin-top: 15px
    }
}

@media (max-width: 575px) {
    html {
        font-size: 16px;
        line-height: 18px
    }

    .footer__nav-list {
        -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
    }

    .comment-form__alert {
        bottom: -28px
    }

    .wp-block-table td, .wp-block-table th, .wp-block-table.table-container td {
        padding: 10px
    }
}

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

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

    .buttons__button {
        width: 100%
    }

    .buttons__button + .buttons__button {
        margin-left: 0;
        margin-top: 10px
    }
}


@media (max-width: 1279px) {
    .header__select-lang {
        z-index: 110;
    }
}

:root {
    --color-bg-header: #090f1e;
    --color-bg-footer: #090f1e;
}

body {
    background-color: #090f1e;
}

.wp-block-table td:first-child {
    color: white;
}

@media (max-width: 767px) {
    .container .wp-block-table {
        background-color: unset;
    }
}

.header__logo img {
    width: auto;
}

@media (max-width: 767px) {
    .footer__underlogo {
        text-align: center;
    }
}

/* header lang */
.header__lang {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #000;
    border-radius: 8px;
    padding: 10px;
    margin: 0 0 0 20px;
    cursor: pointer;
    z-index: 140;
    flex-shrink: 0;
}

.header__current-lang,
.header__lang img {
    min-width: 23px;
    height: 22px;
}

.header__current-lang {
    cursor: pointer;
}

/*.header__lang:hover{*/
/*  opacity: .7;*/
/*}*/

.header__lang .header__lang-list {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    padding-left: 0;
    margin-top: 0;
    list-style: none;
    background-color: #000;
    border-radius: 0 0 5px 5px;
    max-height: 390px;
    overflow: auto;
}

@media (max-width: 900px) {
    .header__lang .header__lang-list {
        max-height: unset;
    }
}

.header__lang .header__lang-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.header__current-lang, .header__lang img {
    width: 33px;
    height: 23px;
    object-fit: cover;
}

/* header lang */

.page-404 .main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-404 .main-container > * {
    text-align: center;
}

@media (max-width: 767px) {
    ul:not([class]) li,
    ol:not([class]) li {
        font-size: 14px;
    }

    .main--front-page {
        margin-top: 56px;
    }
}

/* Design edits */
@media (max-width: 575px) {
    h1 {
        font-size: 24px;
        line-height: 26px;
    }

    h2 {
        font-size: 22px;
        line-height: 24px;
    }

    h3 {
        font-size: 20px;
        line-height: 22px;
    }
}

.breadcrumbs {
    margin-top: unset;
    border-top: unset;
    background-color: #002246;
}

.breadcrumbs__list-link--no-active {
    color: #fff;
}

.breadcrumbs__list-link svg {
    fill: #fff;
}

.footer__nav-item a:hover {
    color: #fff;
}

.footer__underlogo > * {
    text-align: center;
}

.dmca-badge {
    display: inline-block;
    margin-top: 1rem;
}

.footer__underlogo .get-image img {
    max-height: 40px;
    width: auto;
}

main .container {
    border-radius: 4px;
    border: 1px solid rgba(105, 163, 224, 0.19);
    background: #1E283F;
    padding: 25px;
    overflow: hidden;
}

main .container > .site-section {
	padding: 0;
}

main .container > :not(:first-child) {
	margin-top: 1rem;
}

@media (max-width: 767px) {
    main .container {
        padding: 16px;
    }
}

.faq__body-details {
    border: 1px solid #2C85E630;
    background-color: unset;
    border-radius: 5px;
}

.faq__body-question {
    padding: 0 20px;
    background-color: unset;
}

.faq__body-details[open] .faq__body-question {
    border-bottom: 1px solid #2C85E630;
}

.faq__body-question > h2,
.faq__body-question > h3,
.faq__body-question > h4 {
    color: #2C85E6;
}

ul:not([class]) li::marker,
ol:not([class]) li::marker {
    color: #2C85E6;
}

ul:not([class]) li::before {
    background-color: #2C85E6;
    width: 7px;
    height: 7px;
}

.button--accent-red {
    background-color: var(--color-accent-red);
    border-color: var(--color-accent-red);
}

.button--accent-red:focus, .button--accent-red:hover {
    background-color: var(--color-accent-red);
    border-color: var(--color-accent-red);
    box-shadow: unset;
    opacity: .7;
}

.container .wp-block-table {
    margin: 1rem 0 0 0;
}

.wp-block-table table {
    border: 1px solid #2C85E6;
    border-radius: 5px;
}

.wp-block-table tr:not(:last-child),
.wp-block-table th {
    border-bottom: 1px solid #2C85E6;
}

@media (max-width: 767px) {
    .wp-block-table {
        max-width: 100%;
        overflow: auto;
        width: auto;
    }

    .wp-block-table table,
    .wp-block-table tr:not(:last-child),
    .wp-block-table td, .wp-block-table th {
        border-color: #2C85E6;
    }
}

.steps-block .steps {
    margin-top: 2rem;
}

.steps__item {
    position: relative;
    border: 1px solid #2C85E630;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 0 10px;
}

.steps__counter {
    position: absolute;
    left: -18px;
    top: -18px;
    background-color: var(--color-accent-red);
    border: 1px solid #2C85E630;
    border-radius: 500px;
    padding: 5px 15px;
}

.steps__item:not(:last-child) {
    margin-bottom: 38px;
}

@media (max-width: 767px) {
    .steps-block .steps {
        margin-top: 1rem;
    }

    .steps__counter {
        left: -14px;
        top: -14px;
    }

    .steps__item:not(:last-child) {
        margin-bottom: 29px;
    }
}

.rating-and-downloads {
    width: fit-content;
    margin: 1rem auto;
    border: 1px solid #2C85E6;
    padding: 10px;
    border-radius: 5px;
}

.rating-and-downloads__rating {
    border-right: 1px solid #2C85E630;
}

.gbtn {
    background-color: #2C85E630 !important;
}

.footer__scroll-top {
    position: fixed;
    left: unset;
    transform: unset;
    top: unset;
    display: flex;
    right: 15px;
    bottom: 15px;

}

.scroll-top__button {
    background-color: var(--color-accent-red);
    border: 1px solid var(--color-accent-red);
    border-radius: 5px;
    padding: 10px;
    transition: 0.2s;
    cursor: pointer;
}

.scroll-top__button svg {
    fill: white;
    transition: 0.2s;
}

.scroll-top__button:hover {
    background-color: transparent;
}

.scroll-top__button:hover svg {
    fill: var(--color-accent-red);
}


/* header lang */
.header__lang {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    z-index: 10000;
}

.header__current-lang,
.header__lang img {
    width: auto;
    height: 22px;
    object-fit: contain;
}

.header__current-lang {
    cursor: pointer;
}

.header__lang .header__lang-list {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    padding-left: 0;
    margin-top: 0;
    list-style: none;
    background-color: #000;
    border-radius: 0 0 5px 5px;
}

@media (min-width: 901px) {
    .header__lang:hover .header__lang-list {
        display: flex;
    }
}

.header__lang._open .header__lang-list {
    display: flex;
}


.header__lang .header__lang-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

/* header lang */
.header__buttons {
    margin-left: auto;
}

.page-header__burger {
    margin-left: 16px;
}

.header__current-lang, .header__lang img {
    width: 32px;
    height: 22px;
    object-fit: cover;
}

.header__current-lang {
    height: 22px;
    width: auto;
    object-fit: contain;
}

.header__lang img {
    height: 22px;
    width: auto;
    object-fit: contain;
}

.header__lang {
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.lang__code {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.header__lang .header__lang-list {
    width: 100%;
}

.header__lang .header__lang-list:before {
    content: '';
    width: 100%;
    height: 2px;
}

.header__lang .header__lang-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    padding: 0;
}

.header__lang .header__lang-list > li {
    padding: 8px 9px;
}

.header__lang,
.header__lang._open {
    border-radius: 10px;
}

.header__lang img {
    width: 36px;
    height: 24px;
    object-fit: cover;
}

.header__lang .header__lang-item p {
    margin: 0;
}

.header__lang .header__lang-list {
    background-color: unset;
}

.header__lang .header__lang-list > li {
    display: flex;
    justify-content: flex-end;
    background-color: #1f2841;
}

.header__lang .header__lang-list > li:first-child {
    border-radius: 10px 10px 0 0;
}

.header__lang .header__lang-list > li:last-child {
    border-radius: 0 0 10px 10px;
}

.header__lang-close,
.header__lang-close._show {
    display: none;
}

.header__lang .header__lang-list > li {
    position: relative;
}


.header__lang-list .lang__code {
    position: absolute;
    top: 0;
    left: 9px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

@media (min-width: 901px) {
    .header__lang:hover .header__lang-list {
        display: flex;
    }
}

@media (max-width: 900px) {
    .header__lang._open {
        position: absolute;
        top: 100%;
        width: 100%;
        margin: 0 -var(--offsets);
        border-radius: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 12px var(--offsets);
        z-index: 999;
    }

    .header__lang._open > svg {
        display: none;
    }

    .header__lang._open .header__lang-list {
        width: 100%;
    }

    .header__lang._open .header__lang-list::before {
        content: unset;
    }

    .header__lang._open .header__lang-list > li {
        background-color: #090f1e;
        padding: 0;
        margin: 0 -var(--offsets);
    }

    .header__lang._open .header__lang-list > li:first-child {
        border-radius: 0;
    }

    .header__lang._open .header__lang-list > li:last-child {
        border-radius: 0;
    }

    .header__lang._open .header__lang-list > li:not(:last-child) {
        border-bottom: 1px solid #1F2841;
    }

    .header__lang._open .header__lang-item {
        padding: 12px var(--offsets);
    }

    .header__lang-close {
        display: none;
        background: transparent;
        border: none;
    }

    .header__lang-close._show {
        display: flex;
        z-index: 999;
    }

    .header__lang._open {
        padding: 12px var(--offsets);
    }

    .header__lang._open .header__lang-list .lang__code {
        left: var(--offsets);
    }
}

@media (max-width: 767px) {
	.header__buttons + .header__toggle-button,
	.header__lang + .header__toggle-button {
		margin-left: 20px
	}
	
	.header:not(:has(.header__lang)) .header__toggle-button  {
		margin-left: auto;
	}

    .header__lang {
        margin-left: auto;
    }

    .header__lang._open + .header__toggle-button {
        margin-left: auto;
    }
}

.steps-block .steps {
    list-style: none;
    padding-left: 0;
}

/* h1 block */
.h1-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 17px 30px;
}

.h1-block__title {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    grid-column: 1/-1;
    margin: 0;
}

.h1-block__title span {
    color: #2C85E6;
}

.h1-block__content {
    display: flex;
    flex-direction: column;
}

.h1-block__content > :first-child {
    margin-top: 0;
}

.promocode {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 0 10px;
    border-radius: 5px;
    border: 2px dashed #165DC9;
    background: linear-gradient(90deg, #111729 0%, #192235 51.5%, #101728 100%);
    padding: 16px 28px;
    margin-top: 37px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.promocode:not(:has(.promocode-img)) {
    grid-template-columns: 1fr;
}

.promocode-text {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0 0 10px 0;
}

.promocode-text span,
.promocode-text b,
.promocode-text strong {
    font-size: 20px;
    font-weight: 700;
}

.promocode-promo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    border: 1px solid #343F5A;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(3px);
    padding: 4px 4px 4px 16px;
    grid-column: 1/2;
    grid-row: 2/3;
}

.promocode-promocode {
    color: #2C85E6;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    flex: 1 1;
    margin: 0;
}

.promocode-img {
    position: relative;
    width: 100%;
    height: 100%;
    grid-column: 2/3;
    grid-row: 1/2;
}

.promocode-img img {
    position: absolute;
    bottom: -30px;
    right: 0;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.h1-block__link {
    grid-column: 2/3;
    grid-row: 2/3;
    z-index: 2;
}

@media (max-width: 1279px) {
    .h1-block {
        grid-template-columns: 1fr;
        gap: 16px 0;
    }

    .h1-block__title {
        order: 1;
    }

    .h1-block > img {
        order: 2;
    }

    .h1-block__content {
        order: 3;
    }

    .promocode {
        order: 1;
    }

    .h1-block__content > :not(.promocode) {
        order: 2;
    }

    .h1-block__content > :first-child {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .h1-block__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
    }

    .promocode {
        grid-template-rows: auto auto auto;
        margin-top: 0;
        padding: 12px 16px 16px 16px;
    }

    .promocode-text {
        text-align: left;
        font-size: 14px;
        font-weight: 500;
    }

    .promocode-text span,
    .promocode-text b,
    .promocode-text strong {
        font-size: 18px;
    }

    .promocode-promo {
        grid-column: 1/-1;
        grid-row: 2/3;
        z-index: 2;
    }

    .promocode-promocode {
        font-size: 16px;
    }

    .h1-block__link {
        margin-top: 10px;
        grid-column: 1/-1;
        grid-row: 3/4;
    }

    .promocode-img {
        width: 86px;
        height: 59px;
    }

    .promocode-img img {
        width: 100px;
        height: 100px;
        top: -22px;
        bottom: unset;
        right: -22px;
        max-width: unset;
    }
}

/* Links */
.links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    padding: 0!important;
    list-style: none;
}

.links__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    padding: 32px 10px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #2D87E8;;
    width: 100%;
    color: #FBFBFB;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    text-decoration: unset;
    cursor: pointer;
}

.links__btn:hover {
    opacity: .7;
}

.links__btn img,
.links__btn svg {
    width: auto;
    max-height: 40px;
}


@media (max-width: 767px) {
    .links {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .links__btn {
        flex-direction: column;
        gap: 6px 0;
        padding: 16px;
        font-size: 16px;
    }
}

/* TOC */
main .container:has(.toc)/*,
main .container:has(.game),
main .container:has(.sports)*/ {
    padding: 0;
    border: none;
}

.toc {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background: #1E283F;
    padding: 25px;
}

.toc__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    margin: 0;
    cursor: pointer;
}

.toc__title svg {
    transform: rotate(180deg);
    pointer-events: none;
}

.toc._active .toc__title svg {
    transform: unset;
}

.toc__list {
    display: none;
    flex-wrap: wrap;
    gap: 25px 0;
    list-style: none;
    padding-top: 25px;
    padding-left: 0;
    margin-top: 25px;
    border-top: 1px solid rgba(44, 133, 230, 0.38);
}

.toc._active .toc__list {
    display: flex;
}

.toc__item {
    display: flex;
    align-items: center;
}

.toc__item:not(:last-child) {
    margin-right: 12px;
}

.toc__item:not(:last-child):after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: rgba(44, 133, 230, 0.38);
    margin-left: 12px;
}

.toc__link {
    display: flex;
    align-items: center;
    gap: 0 12px;
    color: var(--title-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    text-decoration: unset;
}

.toc__link:hover {
    color: var(--accent-color);
}

@media (max-width: 767px) {
    .toc {
        padding: 16px;
    }

    .toc__list {
        flex-direction: column;
        gap: 12px 0;
        padding-top: 16px;
        margin-top: 16px;
    }

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

    .toc__item:not(:last-child)::after {
        content: unset;
    }

    .toc__link {
        line-height: 20px;
    }
}

/* Tabs */
main .container:has(.tabs) {
    padding: 0;
    border: none;
}

.tabs__body {
    display: flex;
    gap: 0 25px;
    margin-left: -25px;
    overflow: hidden;
}

.tabs__header {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-top: 0;
    width: 257px;
}

.tabs__header-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 5px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    user-select: none;
    cursor: pointer;
    border-bottom: 1px solid rgba(105, 163, 224, 0.19);
}

.tabs__header-item:first-child {
    border-top: 1px solid rgba(105, 163, 224, 0.19);
}

.tabs__header-item._active {
    background: #2A395B;
    border-color: #2A395B;
}

.tabs__header-item svg,
.tabs__header-item img {
    width: auto;
    min-width: 20px;
    max-height: 20px;
}

.tabs__item {
    display: none;
    flex-direction: column;
}

.preview-block .tabs__item {
    display: flex !important;
}

.tabs__item._active {
    display: flex;
}

.tabs__content {
    flex: 1 1;
}

@media (max-width: 1024px) {
    .tabs__body {
        flex-direction: column;
        margin-left: 0;
    }

    .tabs__header{
        width: 100%;
        flex-direction: row;
        margin-bottom: 16px;
        overflow: auto;
    }

    .tabs__header-item {
        font-size: 16px;
        font-weight: 400;
        flex: 1 1;
        padding: 14px;
        white-space: nowrap;
        border-top: 1px solid rgba(105, 163, 224, 0.19);
        border-bottom: 1px solid rgba(105, 163, 224, 0.19);
        border-right: 1px solid rgba(105, 163, 224, 0.19);
    }
}

/* Site section */
.site-section {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 25px;
}

.site-section__title {
    grid-column: 1/3;
    margin-bottom: 0;
}

.site-section__button {
    align-self: center;
}

.site-section:has(.site-section__button) .site-section__title {
    grid-column: 1/2;
}

.site-section__body {
    grid-column: 1/3;
}

@media (max-width: 767px) {
    .site-section {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .site-section__title {
        grid-column: 1/2;
    }

    .site-section__body {
        grid-column: 1/2;
    }

    .site-section .site-section__button {
        grid-column: 1/2;
        grid-row: 3/4;
        justify-self: center;
    }
}

/* Slots */
.slots-description {
    margin-bottom: 1rem;
}

.slots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 18px;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.slots._crash {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.slots__item {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background: #1E283F;
    border: 1px solid #2D87E8;
    overflow: hidden;
}

.slots._crash .slots__item {
    border: none;
}

.slots__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 121px;
}

.slots._crash .slots__content {
    height: 348px;
}

.slots__content img {
    position: absolute;
    object-fit: cover;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    z-index: 1;
}

.slots._crash .slots__content img {
    border-radius: 10px;
}

.slots__buttons {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 15, 30, 0.70);
    z-index: 2;
}

.slots._crash .slots__buttons {
    display: flex;
    border-radius: 10px;
    background: rgba(39, 49, 72, 0.90);
    padding: 25px;
}

.slots__buttons img,
.slots__buttons svg {
    width: auto;
    max-height: 52px;
    margin-bottom: 24px;
}

.slots__button {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
    min-width: 124px;
    padding: 12px 20px;
}

.slots._crash .slots__button {
    font-size: 18px;
    width: 100%;
}

.slots._crash img {
    order: 1;
}

.slots._crash .slots__button:not(.slots__demo) {
    order: 2;
}
.slots._crash .slots__demo {
    order: 3;
}

.slots__name {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-align: center;
    padding: 10px 5px;
    margin-top: 0;
}

@media (min-width: 768px) {
    .slots__item:hover .slots__buttons {
        display: flex;
    }
}

@media (max-width: 767px) {
    .slots__item._active .slots__buttons {
        display: flex;
    }

    .slots {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .slots._crash .slots__content {
        max-height: 224px;
    }

    .slots._crash .slots__button {
        font-size: 16px;
    }
}

/* Popup */
.popup {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    margin: 0 !important;
}

.popup._active {
    display: flex;
}

.popup__title {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px;
}

.popup__buttons {
    display: flex;
    justify-content: flex-start;
}

.popup__buttons .slots__button {
    width: unset;
}

.popup__frame {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto 1fr;
    width: 100%;
    height: 100%;
    max-width: 1380px;
    max-height: 720px;
    margin: auto;
    border-radius: 4px;
    background: #1e283f;
    padding: 8px 12px 0 12px;
}

.popup__body {
    position: relative;
    grid-column: 1/4;
    grid-row: 2/3;
    margin: 8px -10px 2px -10px;
    border-radius: 4px;
    background: #D9D9D9;
    overflow: hidden;
}

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

.popup__cross {
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .popup__frame {
        max-height: unset;
        height: 100dvh;
        border-radius: unset;
    }

    .popup__frame {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto 1fr auto;
    }

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

    .popup__frame .popup__buttons {
        justify-content: center;
        grid-column: 1/3;
        grid-row: 3/4;
        padding: 10px 0;
    }

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

/* Bonus */
.bonus {
    position: relative;
    display: grid;
    gap: 16px;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto 1fr;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px 0 25px 25px;
}

.bonus__title {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 92.308% */
    margin-top: 0;
}

.bonus__description {
    color: #F2F2F2;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 109.091% */
}

.bonus__description > :first-child {
    margin-top: 0;
}

.bonus img {
    justify-content: end;
    align-self: end;
    grid-column: 2/3;
    grid-row: 1/-1;
    margin-bottom: -25px;
    margin-left: auto;
    width: auto;
    max-height: 348px;
}

.bonus__button {
    min-width: 193px;
    margin-top: auto;
}

@media (max-width: 767px) {
    .bonus {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 16px 16px 0 16px;
    }

    .bonus__title {
        font-size: 20px;
    }

    .bonus__description {
        font-size: 18px;
    }

    .bonus__button {
        margin-top: 27px;
    }

    .bonus img {
        margin: 41px -16px 0 -16px;
        min-height: 172px;
        max-width: calc(100% + 32px);
        width: auto;
        object-fit: cover;
    }
}

/* Text image */
.text-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.text-image > :not(:first-child):not(img) {
    margin-top: 16px;
}

.wrapper .text-image:not(:has(.text-image__title)) > img + * {
    margin-top: 0;
}

.text-image > img {
    grid-row: 1/10;
    grid-column: 2/3;
    border-radius: 10px;
    overflow: hidden;
}

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

@media (max-width: 1024px) {
    .text-image {
        grid-template-columns: 1fr;
        gap: 16px 0;
    }

    .text-image > :not(:first-child):not(img) {
        margin-top: unset;
    }

    .text-image__title {
        grid-row: 1/2;
    }

    .text-image > img {
        grid-row: 2/3;
        grid-column: 1/2;
    }

    .text-image:not(:has(.text-image__title)) img {
        grid-row: 1/2;
    }

    .text-image .bonus {
        grid-row: 3/4;
    }
}

/* About block */
.about {
    border: unset;
    width: 100%;
}

.about tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.about tr {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1;
    border-radius: 4px;
    border: 1px solid #2D87E8;
    padding: 16px;
}

.about tr:nth-child(1) {
    flex: 1 1 17%;
}

.about tr:nth-child(2) {
    flex: 1 1 25%;
}

.about tr:nth-child(3) {
    flex: 1 1 48%;
}

.about tr:nth-child(4) {
    flex: 1 1 40%;
}

.about tr:nth-child(5) {
    flex: 1 1 16%;
}

.about tr:nth-child(6) {
    flex: 1 1 40%;
}

.about th {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    text-align: left;
}

.about span {
    color: #2D87E8;
}

.about__list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.about__list li,
tr.s2 .about__additional-text{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

tr.s2 .about__additional-text{
    line-height: 20px; /* 125% */
}

.about__list li:not(:last-child) {
    border-bottom: 1px solid rgba(44, 133, 230, 0.20);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.about tr.s3 .about__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.about tr.s3 .about__list li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    border-radius: 5px;
    border: 1px solid rgba(44, 133, 230, 0.20);
    padding: 8px 10px;
    color: #fff
}

tr.s3 .about__list li:not(:last-child) {
    margin-bottom: 0;
}

tr.s2 .about__payments-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

tr.s2 .about__payments-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid rgba(44, 133, 230, 0.20);
    padding: 6px;
    min-width: 46px;
}

tr.s2 .about__payments-list li img {
    width: auto;
    max-height: 17px;
}

tr.s2 .about__additional-text {
    border-top: 1px solid rgba(44, 133, 230, 0.20);
    padding-top: 16px;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .about tr:nth-child(n){
        flex: 1 1 auto;
    }
}

/* How to */
.how-to__list {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
    list-style: none;
    padding-left: 0;
}

.how-to__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0 16px;
    margin: 16px 0 0 21px;
    padding: 36px 16px 30px 16px;
    border-radius: 4px;
    border: 1px solid #2C85E6;
}

.how-to__item:not(:last-child):after {
    content: url('data:image/svg+xml,<svg width="61" height="28" viewBox="0 0 61 28" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="60" height="25" transform="translate(0.75 1.61523)" fill="%231E283F"/><path d="M20.75 1.61523L30.75 10.6152L40.75 1.61523" stroke="%232C85E6" stroke-opacity="0.3" stroke-width="2"/><path d="M20.75 9.61523L30.75 18.6152L40.75 9.61523" stroke="%232C85E6" stroke-opacity="0.6" stroke-width="2"/><path d="M20.75 17.6152L30.75 26.6152L40.75 17.6152" stroke="%232C85E6" stroke-width="2"/></svg>');
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(100% - 12px);
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 25px;
    z-index: 2;
}

.how-to__counter {
    position: absolute;
    top: -16px;
    left: -21px;
    color: #F2F2F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    padding: 8px 25px;
    border-radius: 30px;
    background: linear-gradient(90deg, #2D87E8 0%, #165DC9 100%);
}

.how-to__counter + * {
    margin-top: 0;
}

.how-to__item > img {
    margin-top: 20px;
    border-radius: 4px;
}

.how-to__button {
    margin: 30px auto 0 auto;
}

@media (max-width: 1024px) {
    .how-to__item {
        padding: 24px 8px;
    }

    .how-to__counter {
        font-size: 14px;
    }

    .how-to__button {
        margin: 16px auto 0 auto;
    }
}

/* Gallery */
.glightbox-open {
    overflow: unset!important;
}

.gslide-image img {
    max-width: 80vw!important;
    max-height: 80vh!important;
}

/* Mobile button */
.mobile-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 16px;
    display: grid;
    grid-template-columns: min-content 1fr auto;
    grid-template-rows: auto auto;
    gap: 4px 10px;
    border-radius: 5px;
    padding: 12px;
    background: url(../images/mobile_button_bg.webp), linear-gradient(90deg, #2D87E8 0%, #165DC9 100%);
    max-width: 500px;
    margin: auto;
    z-index: 900;
}

.mobile-button._app {
    padding: 7px 12px 7px 7px;
    background: url(../images/mobile_button_bg.webp), linear-gradient(90deg, #0F974C 0%, #14B95E 100%);
}

.mobile-button > svg,
.mobile-button > img {
    grid-column: 1/2;
    grid-row: 1/-1;
    align-self: center;
    min-width: 40px;
}

.mobile-button._app > svg,
.mobile-button._app > img {
    min-width: 50px;
}

.mobile-button__text {
    grid-column: 2/3;
    grid-row: 1/-1;
    align-self: center;
    margin-top: 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.mobile-button__text span,
.mobile-button__text b,
.mobile-button__text strong {
    color: #FFC700;
    font-size: 20px;
    font-weight: 700;
}

.mobile-button__rating {
    display: flex;
    align-items: center;
    gap: 0 2px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 240% */
}

.mobile-button._app .mobile-button__text {
    grid-row: 1/2;
}

.mobile-button_button {
    grid-column: 3/4;
    grid-row: 1/-1;
    align-self: center;
}

.mobile-button_button svg:first-child {
    margin-left: 10px;
}

/*.mobile-button_button svg + svg {*/
/*    margin-left: 6px;*/
/*}*/

/* H1 app block */
.h1-app {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px 25px;
    align-items: flex-start;
}

.h1-app__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 24px;
    border-radius: 5px;
    border: 1px solid #2D87E8;
    max-width: 415px;
}

.h1-app__buttons span,
.h1-app__buttons b,
.h1-app__buttons strong {
    font-weight: 700;
}

.h1-app__buttons > *{
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.h1-app__buttons-title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 177.778% */
    margin-bottom: 10px;
    text-align: left;
}

.h1-app__button {
    width: 100%;
}

.h1-app__button + .h1-app__button {
    margin-top: 12px;
}

.h1-app__buttons-text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.h1-app__buttons-text > :first-child {
    margin-top: 0;
}

.h1-app__app-info {
    /*max-width: 296px;*/
    margin: 16px auto 0 auto;
}

.h1-app__app-info tbody {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.h1-app__app-info tr {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.h1-app__app-info tr:not(:last-child) {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.h1-app__app-info tr :first-child {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 133.333% */
}

.h1-app__app-info tr :last-child {
    color: #B3B5BB;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.h1-app__content {
    text-align: center;
}

.h1-app__content h1 {
    margin-top: 0;
}

.h1-app__promoblock {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 356px;
    justify-content: end;
    overflow: hidden;
}

.h1-app__promoblock img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.h1-app__promo {
    max-width: 371px;
    padding: 14px 16px;
    margin-top: 0;
    z-index: 2;
}

.h1-app__promo__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
}

.h1-app__table {
    margin-top: 35px;
    padding-top: 35px;
    grid-column: 1/-1;
    border-top: 1px solid rgba(45, 135, 232, 0.50);
}

.h1-app__table img,
.h1-app__table svg {
    width: 50px;
    min-width: 50px;
    max-height: 50px;
}

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

.h1-app__table tr {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: min-content auto;
    gap: 4px 12px;
}

.h1-app__table tr .h1-app__image {
    grid-row: 1/-1;
}

.h1-app__table tr th {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 133.333% */
    text-align: left;
}

.h1-app__table tr td {
    color: #F2F2F2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-align: left;
}

@media (max-width: 1280px) {
    .h1-app__buttons {
        max-width: 315px;
    }

    .h1-app__promo {
        max-width: 310px;
    }
}

@media (max-width: 1100px) {
    .h1-app {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .h1-app__buttons,
    .h1-app__promo {
        max-width: unset;
    }

    .h1-app__buttons {
        padding: 16px;
        margin-top: 20px;
        order: 10;
    }

    .h1-app__content {
        display: contents;
        text-align: left;
    }

    .h1-app__content > * {
        order: 20;
    }

    .h1-app__content h1 {
        order: 1;
    }

    .h1-app__promoblock {
        height: 309px;
        order: 2;
    }

    .h1-app__table {
        margin-top: 16px;
        padding-top: 16px;
        order: 30;
    }

    .h1-app__table img,
    .h1-app__table svg {
        width: 40px;
        min-width: 40px;
        max-height: 40px;
    }

    .h1-app__table tbody {
        grid-template-columns: 1fr;
    }

    .h1-app__table tr {
        gap: 2px 12px;
    }

    .h1-app__table tr th {
        font-size: 16px;
    }
}

/* Game */
.game {
    position: relative;
    display: grid;
    grid-template-columns: min-content 1fr;
    grid-template-rows: auto 1fr;
    gap: 12px;
    width: 100%;
    padding: 16px;
}

.game__button {
    white-space: nowrap;
    justify-self: center;
    align-self: center;
    box-shadow: 0px 0px 16px 0px rgba(18, 168, 85, 0.40);
}

.game__title {
    margin-bottom: 0;
    align-self: center;
}

.game__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 1/-1;
    border-radius: 4px;
    z-index: 1;
}

.game__content > img {
    width: 100%;
    max-height: 70vh;
    height: auto;
    object-fit: cover;
}

.game__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: rgba(39, 49, 72, 0.90);
    z-index: 2;
}

.game__demo {
    min-width: 215px;
}

@media (max-width: 767px) {
    .game {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto;
        gap: 12px;
    }

    .game__button {
        grid-row: 3/4;
    }

    .game__content {
        min-height: 574px;
        max-height: 70vh;
        overflow: hidden;
    }

    .game__content > img {
        width: auto;
        max-height: 70vh;
        object-fit: cover;
        max-width: unset;
        min-height: 100%;
        object-position: center;
    }
}

/* Sports */
.sports__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

.sports._style-2 .sports__list {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 20px;
}

.sports__item {
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 0px 12px 14px;

}

.sports._style-2 .sports__item {
    flex-direction: column;
    padding: 0;
    gap: 0;
}

.sports__item img {
    width: auto;
    max-height: 30px;
}

.sports._style-2 .sports__item img {
    margin: 10px 16px;
    max-height: 61px;
}

.sports__text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    margin-top: 0;
}

.sports._style-2 .sports__text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FBFBFB;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    padding: 6px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    width: 100%;
    flex: 1 1;
}

@media (max-width: 767px) {
    .sports__list,
    .sports._style-2 .sports__list{
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .sports__item {
        flex-direction: column;
        gap: 6px;
        padding: 14px;
    }
}









