*,
::after,
::before {
    box-sizing: border-box
}

body {
    font-family: 'Geologica', 'Times New Roman', Times, serif;
    color: #fff;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    background: #18182C;
}

ol,
ul {
    padding: 0;
    list-style: none
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
    margin: 0
}

button,
input,
select,
textarea {
    font: inherit
}

a,
button {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    background: inherit;
}

.base-block {
    max-width: 1296px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 48px;
    margin-top: 48px;
    padding: 0px 48px;
}

.toggle-icon {
    transition: transform 0.3s ease-out !important;
}

.base-gradient-border {
    position: relative;
    box-shadow: 0px 2px 2px 0px #0000003D;
    border-radius: 0px;
    background: #252536;
}

.h2-base-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 24px;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    min-height: 64px;
    width: 100%;
    z-index: 1000;
    background: #242441;
}

.header-logo {
    cursor: pointer;
    z-index: 1000;
    height: 28px;
}

.header-logo img {
    display: block;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: transparent;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 2066.33% at 50% 100%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
    mask-composite: exclude;
}

.header-mobile-buttons-wrapper {
    display: none;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    padding: 8px;
    margin: 0 auto;
}

.header-buttons-wrapper {
    display: flex;
    gap: 0px 20px;
    position: static;
    transform: none;
    width: auto;
    max-width: none;
    height: auto;
    box-shadow: none;
}

.header-close-btn-and-logo-wrapper,
.header-burger-button,
.header-nav {
    display: none;
}

.header-social-buttons-wrapper {
    display: flex;
    gap: 0px 20px;
}

.header-button {
    position: relative;
    height: 48px;
    padding: 0px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 4px 0px #0000003D;
    border-radius: 4px;
}

.header-button-content {
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
}

.header-button::before {
    border-radius: 4px;
}

.header-register-button {
    position: relative;
    overflow: hidden;
    background: radial-gradient(100% 100% at 50% 0%, #FE284A 0%, #CC203B 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0.01%, rgba(255, 255, 255, 0.01) 100%);
    transition: background-color 0.3s ease-out;
}

.header-register-button::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0.01%, rgba(255, 255, 255, 0.01) 100%) border-box;
}

.header-register-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(100% 100% at 50% 0%, #FE5163 0%, #CC2031 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.3s ease-out;
    z-index: -1;
}

.header-social-button-circle {
    min-width: 48px;
    max-width: 48px;
}

.header-social-button,
.header-burger-button {
    position: relative;
    overflow: hidden;
    background: #3B3B59;
    transition: background-color 0.3s ease-out;
}

.header-social-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(99.97% 100% at 50% 0%, #55557D 0%, #41415E 100%);
    opacity: 0;
    transition: opacity 0.3s ease-out;
    z-index: -1;
}
.header-social-button:hover::after {
    z-index: 0;
    opacity: 1;
}
.header-vertical-divider {
    width: 1px;
    height: 48px;
    background: linear-gradient(180deg, rgba(58, 58, 82, 0.08) 0%, #3A3A52 55.73%, rgba(58, 58, 82, 0.08) 100%);
}
.header-register-button:hover::after {
    z-index: 0;
    opacity: 1;
}
.header-lang .choose-lang-button:hover, .footer-lang .choose-lang-button:hover {
    background: #41415E;
}
.prize-fund-button:hover::after {
    z-index: 0;
    opacity: 1;
}
.header-horizontal-divider {
    display: none;
}
.navigation-menu .menu-item:nth-child(1):hover {
    background: radial-gradient(48.61% 48.61% at 50% 100%, rgba(8, 193, 250, 0.1) 0%, rgba(10, 194, 250, 0) 100%);
}
.navigation-menu .menu-item:nth-child(2):hover {
    background: radial-gradient(48.61% 48.61% at 50% 100%, rgba(251, 121, 3, 0.1) 0%, rgba(251, 121, 3, 0) 100%);
}
.navigation-menu .menu-item:nth-child(3):hover {
    background: radial-gradient(48.61% 48.61% at 50% 100%, rgba(125, 250, 0, 0.1) 0%, rgba(125, 250, 0, 0) 100%);
}
.navigation-menu .menu-item:nth-child(4):hover {
    background: radial-gradient(48.61% 48.61% at 50% 100%, rgba(255, 161, 74, 0.1) 0%, rgba(255, 161, 74, 0) 100%);
}
.articles-item:hover::before {
    opacity: 1;
}
.advantages-item:hover::after {
    z-index: 0;
    opacity: 1;
}
.footer-nav-item:hover {
    color: white;
    transition: all 0.3s ease-out;
}
.footer-social-btn:hover {
    opacity: 0.8;
}
.advantages-item-icon {
    position: relative;
    z-index: 5;
}
.main {
    margin-top: 64px;
    background: #18182C;
}

.banner-wrapper {
    position: relative;
}

.banner-img {
    min-height: 380px;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.prize-fund-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -88px;
}

.prize-fund-wrapper>img {
    margin: -1px;
    padding: 0;
    align-self: flex-end;
    z-index: 100;
}

.desktop-rectangle {
    display: block;
}

.tablet-rectangle {
    display: none;
}

.prize-fund-wrapper>img:nth-child(4) {
    transform: rotate(90deg);
}

.prize-fund {
    display: flex;
    align-items: center;
    column-gap: 40px;
    position: relative;
    height: 88px;
    padding: 0 48px;
    border-radius: 32px 32px 0 0;
    background: #242441;
    border: 0;
}

.prize-fund-block {
    margin-right: 22px;
    display: flex;
    align-items: center;
}

.prize-fund-block img {
    margin-right: 16px;
}

.prize-fund-block-description p:nth-child(1) {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
}

.prize-fund-block-description p:nth-child(2) {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
}

.prize-fund-button {
    height: 48px;
    padding: 0px 57.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 4px 0px #0000003D;
    border-radius: 4px !important;
    background: #0BC35B;
}

.prize-fund-button-content {
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
}

.prize-fund-button::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0.01%, rgba(255, 255, 255, 0.01) 100%) border-box;
    border-radius: 4px;
}

.prize-fund-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(74.4% 100% at 50% 0%, #CCFF00 0%, #529900 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.04) 100%);
    opacity: 0;
    transition: opacity 0.3s ease-out;
    z-index: -1;
    border-radius: 4px;
}

.prize-fund-mobile-section {
    display: none;
}

.navigation {
    background: #242441;
    box-shadow: 0px 1px 0px 0px #00000029;
}

.navigation-menu {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
}

.navigation-menu .menu-item {
    position: relative;
    height: 72px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 25%;
    box-sizing: border-box;
    transition: background-color 0.3s ease-out;
    flex-direction: column;
}

.navigation-menu .menu-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.navigation-menu .menu-item img {
    margin: 0 0 2px;
}

.navigation-menu .menu-item .menu-item-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0px;
}

.navigation-menu .menu-item:nth-child(1) {
    color: #07BCF7;
}

.navigation-menu .menu-item:nth-child(2) {
    color: #FB7903;
}

.navigation-menu .menu-item:nth-child(3) {
    color: #7DFA00;
}

.navigation-menu .menu-item:nth-child(4) {
    color: #FFDE26;
}

.text-and-articles-block-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

.text-and-articles-block h1 {
    text-align: center;
}

.zerkalo-section-btn_wrapper-header p {
    text-align: center;
}

.zerkalo-section-btn_wrapper-header {
    margin: 40px 0 40px;
    background: #242441;
    border-radius: 12px; 
    padding: 40px 15px;
    display: flex;
    justify-content: flex-start; 
    align-items: center; 
    flex-direction: column;
}

.zerkalo-section-btn_wrapper-header .btn-zerkalo {
    background: linear-gradient(93.19deg, #6A39AF 1.1%, #BB1894 50.18%, #733586 100%);
    position: relative; 
    overflow: hidden; 
    font-size: 17px; 
    font-weight: 700; 
    padding: 16px 20px;
    color: #f4f4f4; 
    text-transform: uppercase; 
    margin: 30px 0;
    border-radius: 30px;
}

.text-block {
    padding: 24px;
    margin-bottom: 17px;
    border-radius: 10px !important;
}

.text-block::before {
    border-radius: 10px !important;
}

.text-block-title {
    margin-bottom: -12px;
}

.text-block-content,
.text-block-content-visible {
    display: flex;
}

.text-block-content-hidden {
    display: none;
}

.text-block-content,
.text-block-content-visible,
.text-block-content-hidden {
    flex-direction: column;
    row-gap: 24px;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    letter-spacing: 0px;
}

.text-block-button {
    opacity: 1;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    transition: all 0.3s ease-out;
}

.text-block-button svg {
    transition: all 0.3s ease-out;
}

.text-block-button span {
    margin-right: 8px;
}

.articles-block {
    border-radius: 10px !important;
    background: #242441;
}

.articles-block::before {
    border-radius: 10px !important;
}

.articles-header-wrapper {
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.articles-header-wrapper img {
    transform: rotate(180deg);
}

.articles-items-wrapper {
    padding: 0px 16px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.articles-items-wrapper .articles-item:last-child {
    margin-bottom: 16px;
}

.articles-items-wrapper.open {
    max-height: 10000px;
}

.articles-item {
    position: relative;
    display: flex;
    flex: 0 0 50%;
    align-items: center;
    padding: 16px 12px;
    border-radius: 4px;
    color: #A4A4C8;
    transition: color 0.3s ease-out;
    overflow: hidden;
    z-index: 1;
}

.articles-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(99.97% 100% at 50% 0%, #55557D 0%, #41415E 100%);
    opacity: 0;
    transition: opacity 0.3s ease-out;
    border-radius: inherit;
    z-index: -1;
}

.articles-item-img {
    margin-right: 8px;
}

.text-block-second-content {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 100;
    line-height: 24px;
    letter-spacing: 0px;
}

.text-block-second-content-dots::after {
    margin-left: -3px;
    content: "...";
}

.text-block-second-content-visible {
    display: inline;
}

.text-block-second-content-hidden {
    display: none;
}

.text-block-second-button {
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #8A8AAE;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0px;
}

.text-block-second-button svg {
    transform: rotate(270deg);
}

.advantages-content {
    border-radius: 10px !important;
}

.advantages-content::before {
    border-radius: 10px !important;
}

.advantages-content {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 24px;
}

.advantages-item {
    position: relative;
    flex: 0 0 calc(33.33% - 8px);
    display: flex;
    align-items: center;
    padding: 12px 24px;
    background: #242441;
    border-radius: 8px;
    z-index: 1;
}

.advantages-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid transparent;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
    mask-composite: exclude;
    pointer-events: none;
    border-radius: 8px;
    z-index: 2;
}

.advantages-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(100.01% 100% at 50% 0%, #484868 0%, #33334A 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in;
    z-index: -1;
    border-radius: 8px;
}

.advantages-item-img {
    z-index: 2;
    margin-right: 16px;
}

.advantages-item-text {
    z-index: 2;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
}

.review {
    margin-bottom: 48px;
}

.faq-content,
.review-content {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-bottom: 63px;
}

.faq-item {
    cursor: pointer;
    padding: 24px;
    border-radius: 10px !important;
    background: #242441;
}

.faq-item.dropdown .faq-item-header-wrapper img {
    transform: rotate(-180deg);
}

.faq-item.dropdown .faq-item-content-visible {
    display: none;
}

.faq-item.dropdown .faq-item-content-hidden {
    display: block;
}


.faq-item::before {
    border-radius: 10px !important;
}

.faq-item-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    transition: opacity 0.3s ease-out;
}
table tr {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
table td {
    border: 1px solid #fff;
    padding: 10px;
}
table th {
    border: 1px solid #fff;
    padding: 10px;
}
.table-box table {
    border: 1px solid #fff;
    border-collapse: collapse;
}
.table-box {
    margin: 15px 0;
}
.faq-item-header-wrapper img {
    margin-left: 10px;
}

.articles-item-title {
    margin: 0 0 0 8px;
}

.faq-item-title {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0px;
    color: #8A8AAE;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 0;
}

.faq-item-content {
    font-size: 16px;
    font-weight: 300;
    margin-top: 8px;
}

.faq-item-content-visible {
    display: block;
}

.faq-item-content-hidden {
    display: none;
}

.faq-pagination,
.review-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-pagination-label,
.review-pagination-label {
    width: 90px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
}

.faq-pagination-prev-button,
.faq-pagination-next-button,
.review-pagination-prev-button,
.review-pagination-next-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 40px;
    border-radius: 4px;
    background: radial-gradient(100.01% 100% at 50% 0%, #484868 0%, #33334A 100%);
}

.faq-pagination-prev-button::before,
.faq-pagination-next-button::before,
.review-pagination-prev-button::before,
.review-pagination-next-button::before {
    border-radius: 4px;
}

.faq-pagination-prev-button::after,
.faq-pagination-next-button::after,
.review-pagination-prev-button::after,
.review-pagination-next-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(99.97% 100% at 50% 0%, #55557D 0%, #41415E 100%);
    opacity: 0;
    transition: opacity 0.3s ease-out;
    z-index: -1;
    border-radius: 4px;
    transition: all 0.3s ease-out;
}

.faq-pagination-prev-button:disabled,
.faq-pagination-next-button:disabled,
.review-pagination-prev-button:disabled,
.review-pagination-next-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.faq-pagination-prev-button img,
.review-pagination-prev-button img {
    z-index: 2;
    transform: rotate(90deg);
}

.faq-pagination-next-button img,
.review-pagination-next-button img {
    z-index: 2;
    transform: rotate(270deg);
}

.review-item {
    background: #242441;
    border-radius: 10px;
    padding: 24px 16px;
}

.review-item-header-wrapper {
    display: flex;
    margin-bottom: 16px;
}

.review-item-user-img {
    margin-right: 8px;
}

.review-item-name {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.review-item-date {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.review-item-rating {
    margin-left: auto;
}

.review-item-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.footer {
    margin: 0px 28px;
    background: #18182C;
}

.footer-first-part {
    border-top: 1px solid #242441;
    border-bottom: 1px solid #242441;
}

.footer-content-first-part {
    display: block;
}

.footer-content-second-part {
    display: flex;
}

.footer-content-first-part,
.footer-content-second-part {
    padding: 32px 20px;
    justify-content: space-between;
    column-gap: 40px;
    row-gap: 20px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 4px;
}

.footer-nav-item {
    padding: 12px 4px;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0px;
    color: #BCBCD1;
}

.socials-and-apps-wrappper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    row-gap: 32px;
    column-gap: 32px;
}

.apps-wrappper {
    display: flex;
    column-gap: 8px;
}

.app-item {
    color: #FFFFFF80;
    position: relative;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 156px;
    height: 40px;
    border-radius: 4px;
    background: #242441;
}



.app-item:hover {
    background: radial-gradient(99.97% 100% at 50% 0%, #55557D 0%, #41415E 100%);
}

.app-item:active {
    color: #FFFFFFB2;
    background: radial-gradient(99.97% 100% at 50% 0%, #41415E 0%, #55557D 100%);
}

.app-item:hover::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) border-box;
}

.app-item:active::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%) border-box;
}

.app-item-icon-and-text-wrapper {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.app-item-text-title {
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
}

.app-item-text-device {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #FFFFFF;
    margin: 2px 0 0 0;
}

.footer-social-btns-wrappper {
    display: flex;
    column-gap: 8px;
}

.footer-social-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    transition: all 0.3s ease-out;
}

.footer-social-btn-instagram {
    background: radial-gradient(230.93% 230.93% at 102.01% 2.03%, #F9ED32 0%, #EE2A7B 36%, #D22A8A 44%, #8B2AB2 60%, #1B2AF0 83%, #002AFF 88%);
}

.footer-social-btn-vk {
    background: #0077FF;
}

.footer-social-btn-x {
    background: #282828;
}

.footer-social-btn-youtube {
    background: #F40000;
}

.footer-second-part-item {
    max-width: 465px;
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.footer-second-part-item-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0em;
    color: #8A8AAE;
}

.header-lang .toggle-icon {
    margin-left: 10px;
}

.footer-lang .toggle-icon {
    margin-left: 16px;
}

.choose-lang {
    position: relative;
    cursor: pointer;
}

.header-lang .choose-lang-button span {
    display: none;
}

.header-lang .choose-lang-button,
.footer-lang .choose-lang-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease-out;
}

.header-lang .choose-lang-button {
    height: 48px;
    padding: 10px 8px;
}

.footer-lang .choose-lang-button {
    height: 60px;
    width: 174px;
    padding: 12px;
}

.header-lang .choose-lang-list,
.footer-lang .choose-lang-list {
    display: grid;
    position: absolute;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4px;
    background-color: #1E1E2C;
    border: 1px solid #FFFFFF1A;
    visibility: hidden;
    transform: scale(0);
    transition: transform 0.3s ease-out;
    z-index: 1000;
}

.header-lang .choose-lang-list {
    border-radius: 4px;
    top: 0px;
    right: 0px;
    transform-origin: top right;
}

.footer-lang .choose-lang-list {
    border-radius: 8px;
    padding: 12px;
    bottom: 0px;
    left: -200px;
    transform-origin: bottom right;
}

.header-lang .choose-lang-list li:first-child:nth-last-child(odd) {
    grid-column: 1 / -1;
}

.footer-lang .choose-lang-list li:nth-last-child(1):nth-child(odd) {
    grid-column: 2;
}

.header-lang .choose-lang-list li,
.footer-lang .choose-lang-list li {
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.header-lang .choose-lang-list li {
    padding: 10px 8px;
    height: 48px;
    width: 173px;
}

.footer-lang .choose-lang-list li {
    padding: 12px;
    height: 60px;
    width: 173px;
}

.choose-lang-list .choose-lang-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.choose-lang-box-first {
    background: #41415E;
}

.choose-lang span {
    padding-left: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
}

.games-header-search input,
.games-header-selector-wrapper {
    box-sizing: border-box;
    height: 48px;
    transition: .3s ease-out
}

.games-header-selector-wrapper label {
    display: none;
}

.gamecard,
.games-header-button {
    overflow: hidden;
    position: relative
}

.games-section {
    display: flex;
    flex-direction: column;
    row-gap: 24px
}

.gamecard-like-button .gamecard-like-button-img-hover,
.gamecard-like-button:hover .gamecard-like-button-img,
.games-container .gamecard:nth-child(11),
.games-container .gamecard:nth-child(12),
.games-section-title {
    display: none
}

.games-header-wrapper {
    display: flex;
    justify-content: space-between
}

.games-header {
    display: flex;
    column-gap: 8px
}

.games-header-selector-wrapper {
    width: 232px;
    background: #101018;
    border: 1px solid transparent;
    background: linear-gradient(#101018, #101018) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 100%) border-box;
    position: relative;
    margin-right: 8px;
    border-radius: 8px
}

.games-header-selector {
    width: 100%;
    height: 48px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><mask id="mask0_723_6182" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"><path d="M12.6666 6L7.99998 10L3.33331 6" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></mask><g mask="url(%23mask0_723_6182)"><rect width="16" height="16" fill="%238A8AAE"/></g></svg>') right 16px center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0;
    padding: 0 16px;
    border: none;
    border-radius: 8px;
    color: #8a8aae
}

.games-header-selector-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10
}

.gamecard-chip,
.gamecard-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0
}

.games-header-button {
    background: #242441;
    transition: background-color .3s ease-out;
    border-radius: 4px !important;
    box-shadow: none !important;
}

.gamecard-overlay,
.gamecard-play-button::after,
.games-header-button::after {
    opacity: 0;
    transition: opacity .3s ease-out
}

.gamecard-play-button img,
.games-header-button svg {
    z-index: 100
}

.games-header-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(99.97% 100% at 50% 0, #55557d 0, #41415e 100%);
    z-index: -1
}

.games-header-button-bottom {
    align-self: center;
    height: 40px;
    padding: 12px 82px;
    border-radius: 30px !important;
    box-shadow: 0px 2px 2px 0px #0000003D;
}

.games-header-search input {
    width: 480px;
    border: 1px solid transparent;
    border-radius: 24px;
    background: linear-gradient(#101018, #101018) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 100%) border-box;
    padding: 16px 16px 16px 40px
}

.games-header-search-input-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.games-header-search input,
.games-header-search input::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0;
    color: #8a8aae
}

.games-header-search-input-box .search_submit {
    height: 16px;
    width: 16px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: url('./noindex/img/other/Search.svg') center center no-repeat
}

.gamecard-play-button::before,
.gamecard::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .2) .01%, rgba(255, 255, 255, .01) 100%) border-box;
    content: '';
    -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
    mask-composite: exclude
}

.games-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px
}

.gamecard {
    height: 272.25px;
    flex: 1 1 calc(20% - 16px);
    background-size: 100% 100%;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 #0000003D
}

.gamecard-title {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 6px;
    text-align: center;
    z-index: 150
}

.base-gradient-border::before,
.gamecard-overlay,
.gamecard-play-button::before,
.gamecard::before {
    position: absolute;
    right: 0;
    bottom: 0
}

.gamecard-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}

.gamecard::before {
    border: 1px solid transparent;
    top: 0;
    left: 0;
    border-radius: 8px
}

.gamecard-chips {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.gamecard-chip,
.gamecard-play-button {
    justify-content: center;
    cursor: pointer;
    display: flex
}

.gamecard-chip {
    align-items: center;
    z-index: 10;
    height: 24px;
    padding: 4px 8px;
    border-radius: 4px 2px;
    border: 1px solid #fffFFF1A
}

.gamecard-chip-like {
    width: 28px;
    background: linear-gradient(270deg, #fff 0, #f1f1f1 90.38%) border-box
}

.gamecard-chip-new {
    width: 45px;
    background: linear-gradient(270deg, #8cdf05 0, #399500 90.38%) border-box
}

.gamecard-chip-pre {
    width: 39px;
    background: linear-gradient(270deg, #ffb800 0, #e63700 90.38%) border-box
}

.gamecard-chip-publisher {
    background: rgba(16, 16, 24, .24);
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 5;
    white-space: nowrap;
}

.gamecard-overlay {
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 51px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6)
}

.gamecard-play-button {
    margin-bottom: 24px;
    position: relative;
    align-items: center;
    width: 72px;
    height: 72px;
    border-radius: 16px;
    padding: 12px 24px;
    box-shadow: 0 2px 4px 0 #0000003D;
    background: radial-gradient(74.4% 100% at 50% 0, #96e000 0, #529900 100%) border-box
}

.gamecard-play-button::before {
    border: 1px solid transparent;
    top: 0;
    left: 0;
    border-radius: 16px
}

.gamecard-play-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(74.4% 100% at 50% 0, #cf0 0, #529900 100%), linear-gradient(180deg, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .04) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 16px
}

.gamecard-overlay-bottom-buttons {
    height: 40px;
    display: flex;
    gap: 8px
}

.gamecard-demo-button,
.gamecard-like-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: radial-gradient(74.4% 100% at 50% 0, rgba(255, 255, 255, .24) 0, rgba(255, 255, 255, .12) 100%);
    box-shadow: 0 2px 4px 0 #0000003D
}

.gamecard-demo-button::after,
.gamecard-like-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(74.4% 100% at 50% 0, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .24) 100%);
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-out;
    z-index: -1;
    border-radius: 4px
}

.advantages-item-text {
    margin-left: 16px;
}

.gamecard-demo-button {
    padding: 12px 16px
}

.gamecard-like-button {
    padding: 12px
}

.base-gradient-border {
    position: relative;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    border-radius: 40px
}

.author-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;

    max-width: 800px;
    text-align: center;
}

.author-box img {
    border-radius: 25px;
    margin-right: 20px;
}

.author-info {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.author-info p {
    text-align: left;    
}

.table-box {
    max-width: 100%;
}

.table-box td:nth-last-child(-n+2) {
    text-align: left;
}

.gamecard img {
    scale: 1.1;
    transition: transform 0.5s ease;
}

.gamecard:hover img {
    scale: 1;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.gamecard-like-button, 
.gamecard-demo-button {
    border-radius: 4px !important;
}

.games-header-search input:focus,
.games-header-search input:hover,
.games-header-selector-wrapper:hover {
    outline: 0;
    box-shadow: 0 0 0 1px #ffde26
}

@media (max-width: 1200px) {
    .games-section-title {
        display: block;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0
    }
}

@media (max-width: 1024px) {
    .games-header-selector-wrapper {
        width: 148px
    }

    .games-header-selector {
        width: 100%
    }

    .games-header-wrapper {
        justify-content: flex-start
    }
}

.gamecard-demo-button:hover::after,
.gamecard-like-button:hover::after,
.gamecard-play-button:hover::after,
.games-header-button:hover::after {
    z-index: 0;
    opacity: 1
}

.games-header-button:active::after {
    background: radial-gradient(99.97% 100% at 50% 0, #41415e 0, #55557d 100%), radial-gradient(100.01% 100% at 50% 0, #484868 0, #33334a 100%)
}

.games-header-search-input-box .search_submit:hover {
    color: #fff
}

.advantages {
    margin: 55px 0 ;
}

.no-scroll {
    overflow: hidden;
}

.advantages-content {
    background: #242441 linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}


@media (max-width: 1024px) {
    .games-header-search input {
        width: 100%
    }

    .games-header-search {
        margin-left: 20px;
        width: 100%
    }
}

@media (max-width: 668px) {

    .articles-items-wrapper {
        display: block;
    }
    .games-section-title {
        display: block;
        font-size: 26px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0
    }

    .games-header-wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .games-header-selector,
    .games-header-selector-wrapper {
        height: 40px;
        width: 100%;
        font-size: 14px
    }

    .games-section {
        row-gap: 20px
    }

    .games-header-button {
        height: 40px
    }

    .games-header {
        order: 2
    }

    .games-header-search {
        margin-left: 0;
        order: 1
    }

    .games-header-search input {
        height: 40px;
        width: 100%
    }

    .games-header-search input,
    .games-header-search input::placeholder {
        font-size: 14px
    }
}

.gamecard:hover .gamecard-chips {
    transition: .1s ease-out;
    visibility: hidden
}

.gamecard:hover .gamecard-overlay {
    opacity: 1;
    backdrop-filter: blur(1px)
}

.gamecard-play-button:active::after {
    background: radial-gradient(165.13% 100% at 50% 0, #529900 0, #cf0 100%), linear-gradient(180deg, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .04) 100%)
}

.gamecard-like-button:hover .gamecard-like-button-img-hover {
    display: block
}

@media (max-width: 1199px) {
    .gamecard {
        flex: 1 1 calc(25% - 16px);
        max-height: 264px
    }

    .games-container .gamecard:nth-child(11),
    .games-container .gamecard:nth-child(12) {
        display: block
    }
}

@media (max-width: 1024px) {
    .gamecard {
        flex: 1 1 calc(20% - 16px);
        max-height: 215px
    }

    .gamecard-overlay {
        padding-top: 29.48px
    }

    .games-container .gamecard:nth-child(11),
    .games-container .gamecard:nth-child(12) {
        display: none
    }
}

@media (max-width: 965px) {
    .gamecard {
        flex: 1 1 calc(25% - 16px);
        max-height: 209px
    }

    .games-container .gamecard:nth-child(11),
    .games-container .gamecard:nth-child(12) {
        display: block
    }
}

@media (max-width: 750px) {
    .gamecard {
        flex: 1 1 calc(33.33% - 16px);
        max-height: 209px
    }

    .games-container .gamecard:nth-child(10),
    .games-container .gamecard:nth-child(11),
    .games-container .gamecard:nth-child(12),
    .games-container .gamecard:nth-child(7),
    .games-container .gamecard:nth-child(8),
    .games-container .gamecard:nth-child(9) {
        display: none
    }
}

@media (max-width: 550px) {
    .games-container {
        gap: 12px
    }

    .gamecard {
        flex: 1 1 calc(50% - 12px);
        max-height: 229px
    }

    .gamecard-overlay {
        padding-top: 19.48px
    }

    .gamecard-chips {
        top: 8px;
        left: 8px
    }

    .gamecard-chip {
        font-size: 10px;
        padding: 4px 7px
    }

    .gamecard-chip-like {
        width: 28px
    }

    .gamecard-chip-new {
        width: 40px
    }

    .gamecard-chip-pre {
        width: 36px
    }
}

@media (max-width: 450px) {
    .gamecard {
        max-height: 199px
    }
}


@media screen and (max-width: 732px) {
    .table-box {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 1024px) {
    .header::before {
        display: none;
    }

    .base-block {
        margin-top: 32px;
        padding: 0px 32px;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        min-height: 56px;
        padding: 0px 8px;
    }

    .header-mobile-buttons-wrapper {
        display: flex;
        gap: 0 20px;
    }

    .header-wrapper {
        position: relative;
        height: 56px;
    }

    .header-logo {
        height: 24px;
    }

    .header-logo img {
        height: 24px;
        width: 158px;
    }

    .header-burger-button {
        display: flex;
        position: relative;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 2px 4px 0px #0000003D;
        border-radius: 50%;
    }

    .header-burger-button img {
        z-index: 2;
    }

    .header-burger-button::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(100.01% 100% at 50% 0%, #333348 0%, #252535 100%);
        opacity: 0;
        transition: opacity 0.3s ease-out;
        z-index: -1;
    }

    .header-burger-button:hover::after {
        z-index: 0;
        opacity: 1;
    }

    .header-burger-button::before {
        border-radius: 4px;
    }

    .overlay {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1049;
    }

    .overlay.active {
        display: block;
    }

    .header-buttons-wrapper {
        overflow-y: auto;
        padding: 16px 20px 20px 20px;
        transition: transform 0.3s ease;
        position: fixed;
        flex-direction: column;
        row-gap: 28px;
        right: 0;
        top: 0;
        height: 100svh;
        width: 320px;
        background: #242441;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        transform: translateX(100%);
        z-index: 1050;
    }

    .header-buttons-wrapper.show {
        transform: translateX(0%);
    }

    .header-nav {
        display: flex;
        flex-direction: column;
    }

    .header-nav-item {
        padding: 12px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0px;
        text-align: left;
        color: #8A8AAE;
        border-radius: 4px;
    }

    .header-nav-item:hover {
        color: white;
        background-color: #41415E;
        transition: all 0.3s ease-out;
    }

    .header-close-btn-and-logo-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-close-btn {
        margin: 6.5px 0px;
    }

    .header-lang {
        align-self: center;
    }

    .header-social-buttons-wrapper {
        order: 3;
        align-self: center;
    }

    .header-vertical-divider {
        display: none;
    }

    .header-horizontal-divider {
        display: block;
        margin: 0px -16px 20px -16px;
        height: 1px;
        background: linear-gradient(270deg, rgba(58, 58, 82, 0.08) 0%, #3A3A52 55.73%, rgba(58, 58, 82, 0.08) 100%);
    }

    .header-register-button-wrapper {
        margin-top: auto;
        order: 4;
    }

    .header-button.header-register-button,
    .header-button.header-enter-button {
        min-height: 40px;
        height: 40px;
    }

    .main {
        margin-top: 56px;
    }

    .prize-fund-button {
        padding: 0px 28px;
    }

    .desktop-rectangle {
        display: none;
    }

    .tablet-rectangle {
        display: block;
    }

    .prize-fund {
        justify-content: space-between;
        column-gap: 0px;
        padding: 0 20px;
    }

    .prize-fund-wrapper>img:nth-child(5) {
        transform: scaleX(-1);
    }

    .navigation-menu .menu-item {
        flex-direction: column;
        height: 100px;
    }

    .navigation-menu .menu-item img {
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .advantages-item {
        flex: 0 0 calc(50% - 6px);
    }

    .footer-content-first-part,
    .footer-content-second-part {
        flex-wrap: wrap;
    }

    .footer-content-first-part {
        justify-content: center;
    }

    .footer-content-second-part .footer-second-part-item:first-child {
        max-width: 100%;
    }

    .footer-content-second-part .footer-second-part-item:nth-child(2) {
        max-width: calc(100% - 214px);
    }

    .header-lang .choose-lang-button span {
        display: block;
    }

    .header-lang .choose-lang-list {
        display: flex;
        flex-direction: column;
        border-radius: 4px;
        top: -260px;
        right: -19px;
        transform-origin: top right;
    }

    .games-header-selector-wrapper {
        width: 148px
    }

    .games-header-selector {
        width: 100%
    }

    .games-header-wrapper {
        justify-content: flex-start
    }

    .games-header-search input {
        width: 100%
    }

    .games-header-search {
        margin-left: 20px;
        width: 100%
    }
}

@media screen and (max-width: 668px) {
   .footer-content-second-part {
    padding-bottom: 60px;
   }
   
    .author-box {
        flex-direction: column;
    }

    .author-info p {
        text-align: center;
        margin: 17px 0 0 0;
    }

    .author-info br {
        display: none;
    }

    .header-mobile-buttons-wrapper {
        display: flex;
        gap: 0 8px;
    }

    .header-logo {
        height: 18px;
    }

    .header-buttons-wrapper {
        width: 100%;
    }
    .header-logo img {
        height: 24px;
        width: 155px;
    }

    .base-block {
        padding: 0px 8px;
        row-gap: 32px;
        margin-top: 20px;
    }

    .h2-base-title {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 33px;
    }

    .banner-img {
        height: auto;
        display: block;
        width: 100%;
        min-height: 120px;
        object-fit: cover;
    }

    .banner-title-wrapper {
        margin-top: -28px;
        padding: 4px 0px;
    }

    .banner-title {
        font-size: 10px;
        font-weight: 800;
        line-height: 20px;
        letter-spacing: 0em;
    }

    .prize-fund-wrapper {
        margin-top: -36px;
    }

    .prize-fund {
        width: auto;
        display: flex;
        column-gap: 8px;
        height: 36px;
        padding: 6px 24px;
        border-radius: 16px 16px 0 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
    }

    .prize-fund::before {
        border-radius: 16px 16px 0 0;
    }

    .prize-fund-desktop-section {
        display: none;
        background: #252536;
    }

    .prize-fund-mobile-section {
        display: block;
    }

    .prize-fund-mobile-second-block-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        display: flex;
        column-gap: 4px;
        padding: 4px 8px;
        margin-bottom: 16px;
        border-radius: 4px;
        background: #1E1E2C;
    }

    .prize-fund-mobile-second-block {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #252536;
        box-shadow: 0px 2px 2px 0px #00000099;
        border-radius: 0px 0px 8px 8px;
        padding: 0px 8px 8px 8px;
    }

    .prize-fund-mobile-second-block-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0px;
        margin: 12px 0px;
    }

    .prize-fund-mobile-second-block-button {
        height: 40px;
        width: 100%;
    }

    .navigation {
        border-radius: 8px;
        margin: 32px 8px 0px 8px;
    }

    .navigation-menu .menu-item {
        flex-direction: column;
        height: 64px;
    }

    .navigation-menu .menu-item::before {
        border-width: 1px;
    }

    .navigation-menu .menu-item:first-child::before {
        border-radius: 8px 0px;
    }

    .navigation-menu .menu-item:last-child::before {
        border-radius: 0px 8px;
    }

    .navigation-menu .menu-item img {
        margin-right: 0px;
        margin-bottom: 4px;
        width: 24px;
        height: 24px;
    }

    .navigation-menu .menu-item .menu-item-text {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        letter-spacing: 0px;
    }

    .text-block {
        padding: 16px;
        margin-bottom: 12px;
    }

    .text-and-articles-block-title {
        font-size: 20px;
        line-height: 24px;
    }

    .text-block-content,
    .text-block-content-visible,
    .text-block-content-hidden {
        row-gap: 20px;
        font-size: 14px;
        font-weight: 100;
        line-height: 20px;
    }

    .text-block-button {
        margin-top: -4px;
    }

    .articles-header-wrapper {
        padding: 16px 16px 16px 16px;
    }

    .articles-item {
        padding: 12px;
    }

    .text-block-second-content {
        margin-bottom: 8px;
    }

    .text-block-second-button {
        font-size: 16px;
        line-height: 16px;
    }

    .advantages-content {
        padding: 12px;
    }

    .advantages-item {
        flex: 0 0 100%;
    }

    .review {
        margin-bottom: 32px;
    }

    .faq-content,
    .review-content {
        margin-bottom: 20px;
    }

    .faq-item {
        padding: 16px;
    }

    .faq-item-title {
        margin-bottom: 8px;
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
        letter-spacing: 0px;
        color: #8A8AAE;
    }

    .faq-pagination-prev-button,
    .faq-pagination-next-button,
    .review-pagination-prev-button,
    .review-pagination-next-button {
        width: 40px;
        height: 36px;
    }

    .faq-pagination-label,
    .review-pagination-label {
        width: 86px;
        font-size: 12px;
    }

    .footer {
        margin: 0px 20px;
    }

    .footer-content-first-part {
        justify-content: center;
        padding: 20px 0px;
    }

    .socials-and-apps-wrappper {
        padding-top: 20px;
        flex-direction: column;
    }

    .apps-wrappper {
        position: fixed;
        justify-content: center;
        margin-bottom: 12px;
        bottom: 0;
        z-index: 1000;
    }

    .footer-social-btns-wrappper {
        order: 1;
    }

    .app-windows {
        display: none;
    }

    .desktop .footer-content-second-part {
        justify-content: center;
        padding: 20px 0px;
        flex-direction: column;
    }

    .footer-content-second-part .footer-second-part-item:nth-child(1) {
        order: 2;
    }

    .footer-content-second-part .footer-second-part-item:nth-child(2) {
        max-width: 100%;
        order: 3;
    }

    .footer-content-second-part .footer-second-part-item:nth-child(3) {
        order: 1;
    }

    .footer-nav {
        justify-content: center;
    }

    .footer-second-part-item-text {
        font-size: 10px;
    }

    .footer-lang .choose-lang-list {
        display: flex;
        flex-direction: column;
        border-radius: 4px;
        bottom: -130px;
        left: -10px;
        transform-origin: bottom right;
    }

    .games-section-title {
        display: block;
        font-size: 26px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0
    }

    .games-header-wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .games-header-selector,
    .games-header-selector-wrapper {
        height: 40px;
        width: 100%;
        font-size: 14px
    }

    .games-section {
        row-gap: 20px
    }

    .games-header-button {
        height: 40px
    }

    .games-header {
        order: 2
    }

    .games-header-search {
        margin-left: 0;
        order: 1
    }

    .games-header-search input {
        height: 40px;
        width: 100%
    }

    .games-header-search input,
    .games-header-search input::placeholder {
        font-size: 14px
    }

}

