@charset "UTF-8";
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    /* Subset: Basic Latin + Latin-1 + Latin Ext-A + Cyrillic + punct/currency */
    unicode-range: U+0020-007E, U+00A0-00FF, U+0100-017F, U+0400-04FF, U+2010-2027, U+20A0-20CF;
    src: url("../fonts/InterVariable.woff2") format("woff2-variations");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0020-007E, U+00A0-00FF, U+0100-017F, U+0400-04FF, U+2010-2027, U+20A0-20CF;
    src: url("../fonts/InterVariable-Italic.woff2") format("woff2-variations");
}

/* Эмодзи: Inter их не содержит — в конце стека системные цветные шрифты + generic emoji (CSS Fonts 4). */
:root {
    --bh-font-sans: 'Inter', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', emoji;
    --bh-focus-ring-color: #7fdefc;
    --bh-focus-ring-soft: rgba(127, 222, 252, 0.28);
    --bh-focus-ring-width: 2px;
    --bh-focus-ring-offset: 2px;
}

* {
    outline: none;
}

html {
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 1.56;
    background-color: #111b29;
}

body {
    font-size: 18px;
    margin: 0;
    font-family: var(--bh-font-sans);
    color: #fff;
    min-width: 320px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    background: #111b29;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: var(--bh-font-sans);
    font-weight: 800;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, .h1, .st_h1_1 {
    font-size: 4rem;
    margin: 0 0 0.5em;
    color: #fff;
    line-height: 1;
    position: relative;
    padding: 0 0 0 1.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

h1:before, .h1:before, .st_h1_1:before {
    content: '';
    display: inline-block;
    width: 1.4em;
    height: 5px;
    background: #fe9900;
    margin: 0;
    position: absolute;
    top: .5em;
    left: 0;
}

.st_h2_1:before{
    display: none;
}
h2, .h2, .st_h2_1 {
    font-size: 3.5rem;
    margin: 0.55em 0;
    color: #fe9900;
    line-height: 1.2;
}

h3, .h3 {
    font-size: 2.8rem;
    margin: 0.68em 0;
    color: #fff;
    line-height: 1.2;
}

h4, .h4 {
    font-size: 2.5rem;
    margin: 0.7em 0;
    color: #fff;
    line-height: 1.2;
}

h5, .h5 {
    font-size: 2.80374rem;
    margin: 0.96em 0;
    color: #fff;
    line-height: 1.2;
}

h6, .h6 {
    font-size: 2.5rem;
    margin: 1.08em 0;
    color: #fff;
    line-height: 1.2;
}

p {
    margin: 1em 0;
    text-align: justify;
}


/* Article chrome extracted to assets/css/article-content.css (2026-07-21).
 * Loaded on news + content-shell pages via header.php — not in home/catalog/personal united. */


.st_h2_1{
    padding: 0;
    margin: 0;
}

a, a:visited, a:active {
    color: #ff9802;
    
}

a:hover, a:active {
    text-decoration: none;
    outline: none;
    
}


input, textarea {
    outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #939393;
    font-size: 1.6rem;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #939393;
    font-size: 1.6rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #939393;
    font-size: 1.6rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #939393;
    font-size: 1.6rem;
}

input[type=submit] {
    -webkit-appearance: none;
    border: none;
    outline: none;
}

input::-ms-clear {
    display: none;
}

::-ms-clear {
    width: 0;
    height: 0;
}

input:active, textarea:active {
    outline: none;
}

textarea {
    resize: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

button:hover {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
    outline: none;
}

/* Системный фокус возвращаем отдельным слоем, не ломая старые hover-правила и локальные CTA-исключения. */
body :where(a[href], button, input:not([type="hidden"]), select, textarea, summary, [role="button"], [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: var(--bh-focus-ring-width) solid var(--bh-focus-ring-color);
    outline-offset: var(--bh-focus-ring-offset);
}

body :where(a[href], button, input:not([type="hidden"]), select, textarea, summary, [role="button"], [tabindex]:not([tabindex="-1"])):focus:not(:focus-visible) {
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time {
    display: block;
}


.content {
    max-width: 1370px;
    width: 100%;
    padding: 10px 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.menu a {
    display: block;
}

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

.wrapper {
    position: relative;
    background-position: top center;
    max-width: 1920px;
    margin: 0 auto;
}
.wrapper_lk{
    background: radial-gradient( at 0% 130%, rgba(29, 41, 57, 0.5) 15% , rgba(0, 0, 0, 0.1) 30%, rgba(21, 33, 48, 0.1) 50%, rgba(25, 41, 60, 0.3) ), radial-gradient( circle at 78% 6%, rgb(38, 91, 129) 1%, rgba(47, 82, 114, 0.8) 5%, rgb(22, 32, 47) );
}
/*
 * /contacts/ — фон как у wot_pm: только body:has(.pmMissionProtoPage) в pm-mission-prototype-lk.css
 * (градиент без background-attachment: fixed). Отдельный градиент + fixed на .wrapper давал
 * видимый вертикальный «шов» из-за рассинхрона слоёв с body.
 */
.wrapper_contacts {
    background: transparent;
}
/* Глобальные стили для всех изображений - предотвращение растягивания */
img {
    max-width: 100%;
    height: auto;
}

/*
 * WoT contour PNG: у файлов разный aspect ratio силуэта. Фиксированный 65×22 давал «мелкие / крупные» танки
 * внутри одной коробки. Используем интринсик + max-* как потолок (как у responsive img).
 */
img.wot-vehicle-contour {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.2em;
    width: auto;
    height: auto;
    max-width: 72px;
    max-height: 24px;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
}

img.wot-vehicle-contour.wot-vehicle-contour--lg {
    max-width: 144px;
    max-height: 48px;
    top: -0.2em;
}


.bgMain__img {
    display: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.image_poly {
    font-family: 'object-fit: cover';
}

/*Контент конец*/

/* pageCard_2 start*/
.pageCard_2__section_2, .pageCard_3__section_2 {
    -webkit-box-shadow: 0 0 30px #fe9900;
    box-shadow: 0 0 30px #fe9900;
    position: relative;
    border-radius: 8px;
    max-width: 1370px;
    width: 98%;
    margin: 0 auto;
}

.pageCard_2__section_3 {
    margin: 59px 0;
}

.improveGame {
    margin: 40px 0 0;
}

.improveGame__box_1 {
    padding: 48px 0 30px;
    border-radius: 10px 10px 0 0;
}

.pageCard_2__section_2:before, .pageCard_3__section_2:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0.4;
    background: #cd800c;
    z-index: -1;
    border-radius: 8px;
}

.improveGame__ttl {
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 1;
    text-align: center;
    position: relative;
    margin: 0 0 .844em;
    padding: 0;
    display: block;
}


.improveGame__ttl:before {
    content: '';
    display: block;
    width: 76px;
    height: 3px;
    position: absolute;
    bottom: -.46em;
    left: calc(50% - 38px);
    background: #fe9900;
    top: auto;
}

.valueMMR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 17px 0 13px;
}

.curvalueMMR, .reqvalueMMR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}


.reqvalueMMR:before {
    content: '';
    display: block;
    width: 25px;
    height: 19px;
    background: url(../image/design/ic_31.png) no-repeat center center;
    margin: 0 23px;
}

.curvalueMMR label, .reqvalueMMR label {
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1;
}

.curvalueMMR input, .reqvalueMMR input {
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    border: 2px solid #c4c0bc;
    padding: 11px 14px 11px 14px;
    border-radius: 20px;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 102px;
    margin: 0 0 0 13px;
}
.curvalueMMR_rtl {
    order: 2;
}
.reqvalueMMR_rtl{
    order: 1;
}
.curvalueMMR_rtl::before {
    content: '';
    display: block;
    width: 25px;
    height: 19px;
    background: url(/local/templates/boosthub/assets/css/../image/design/ic_31.png) no-repeat center center;
    margin: 0 23px;
}
.reqvalueMMR_rtl:before {
    display: none;
}
.wrapFilterMMR {
    -webkit-box-shadow: 0 0 15px #fe9900;
    box-shadow: 0 0 15px #fe9900;
    max-width: 1050px;
    width: 95%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 48px;
    margin: 0 auto;
}

.wrapFilterMMR_mob {
    height: 65px;
}

.filterMMR.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    left: -17px;
    top: -12px;
}

.filterMMR.noUi-horizontal .noUi-handle:hover,
.filterMMR.noUi-horizontal .noUi-handle:focus {
    width: 38px;
    height: 38px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: -16px;
    right: -18px;
    background: #cc7b00;
    border: 7px solid #fe9900;
}

.filterMMR .noUi-handle {
    border: 7px solid #cc7b00;
    border-radius: 100%;
    background: #fe9900;
    cursor: default;
    -webkit-box-shadow: 1px 1px 3px rgba(128, 71, 0, 0.5);
    box-shadow: 1px 1px 3px rgba(128, 71, 0, 0.5);
}

.filterMMR .noUi-handle:after, .filterMMR .noUi-handle:before {
    display: none;
}

.filterMMR.noUi-target {
    background: #c4c0bc;
    border-radius: 2px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filterMMR.noUi-horizontal {
    height: 5px;
    border-radius: 5px;
    margin:0 20px;
}

.filterMMR .noUi-connect {
    background: linear-gradient(45deg, red, yellow, #00ff66);
    top: -3px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.filterMMR .noUi-connects {
    height: 12px;
    overflow: visible;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

.improveGame__desc {
    color: #fff;
    font-family: var(--bh-font-sans);
    font-size: 1.7rem;
    line-height: 1;
    text-align: center;
}

.improveGame__desc span {
    font-family: var(--bh-font-sans);

    font-weight: 700;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

.improveGame__box_3 {
    max-width: 1370px;
    width: 100%;
    padding: 1em 15px 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #4e5155;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    line-height: 1.66;
    text-align: center;
}

.improveGame__box_3_cnt {
    max-width: 882px;
    width: 100%;
    margin: 0 auto;
}

.improveGame__box_3_cnt p {
    text-align: center;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

.improveGame__box_4 {
    background: #111b29;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
}

.improveGame__box_2 {
    background: #f4f5f5;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* pageCard_2 end */
/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
/* checkbox_1 removed — no live markup (2026-07-21) */
/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
/* pageCard_1 start */
.pageCard_1 .sectionHeader {
    padding: 0 0 45px;
}

.pageCard_1__section_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1370px;
    width: 100%;
    margin: 23px auto 0;
    padding: 0 476px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pageCard_1__section_3 .btnBack {
    position: static;
}

.pageCard_1__section_3 .h2,
.pageCard_1__section_3 h2 {
    margin: 0;
}

.pageCard_1__section_4 {
    max-width: 1370px;
    width: 100%;
    padding: 0 476px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.wrapPageCard_1_1 {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.wrapWrapPageCard_1_1 {
    background: radial-gradient( at 0% 130%, rgba(29, 41, 57, 0.5) 15% , rgba(0, 0, 0, 0.1) 30%, rgba(21, 33, 48, 0.1) 50%, rgba(25, 41, 60, 0.3) ), radial-gradient( at 72% -10%, rgba(255, 255, 255, 0.5) 5%, rgba(47, 82, 114, 0.8) 25%, rgb(22, 32, 47) );
    padding: 0 0 100px;
    margin: 0 0 -100px;
}
.pageCard_1__section_1 {
    padding: 0 35px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: calc(100% - 476px);
    width: calc(100% - 476px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.pageCard_1__section_2 {
    padding: 0 15px 0 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 476px;
    width: 476px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* pageCard_1 end */
/* pageCard_2 start */
.pageCard_2__section_1 {
    max-width: 1370px;
    width: 100%;
    padding: 0 122px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

/* pageCard_2 end */
/* pageCard_3 start */
.pageCard_2__section_1 .h1,
.pageCard_3__section_1 .h1,
.pageCard_2__section_1 h1,
.pageCard_3__section_1 h1 {
    margin: 0;
}

.pageCard_3__section_1 {
    max-width: 1370px;
    width: 100%;
    padding: 0 122px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.btnBack, .btnBack:visited {
    display: inline-block;
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    border: 3px solid #ffffff;
    padding: 7px 20px 7px 10px;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btnBack:hover, .btnBack:focus {
    color: #152030;
    background: #fff;
}

.btnBack .fa-arrow-left {
    margin: 0 8px 0 0;
}

.mechanism__block_1 {
    background: #f4f5f5;
    padding: 32px 0 40px;
}

.mechGallery__item, .mechGallery__item:active {
    display: block;
    border-radius: 8px;
    padding: 25px 19px 23px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    max-width: 260px;
    width: 260px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 15px 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mechGallery__item.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#fec200), to(#fe9900));
    background: -webkit-linear-gradient(top, #fec200 0%, #fe9900 100%);
    background: -o-linear-gradient(top, #fec200 0%, #fe9900 100%);
    background: linear-gradient(to bottom, #fec200 0%, #fe9900 100%);
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
}

.mechGallery__ttl {
    color: #111b29;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 20px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    padding: 13px 18px;
    margin: 38px auto 0;
    display: inline-block;
}

.mechGallery__img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.mechGallery__item.active .mechGallery__ttl {
    color: #ffffff;
    background: #000;
}

.mechGallery__item:hover .mechGallery__ttl,
.mechGallery__item:focus .mechGallery__ttl {
    color: #111b29;
    background: #fe9900;
}

.mechGallery__item.active:hover .mechGallery__ttl,
.mechGallery__item.active:focus .mechGallery__ttl {
    color: #ffffff;
    background: #000;
}

.mechGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mechanism__block_2 {
    background: #111b29;
}

.mechInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.mechInfo.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mechInfoTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 60px;
    border: 14px solid #111b29;
    margin: -44px auto 22px;
    overflow: hidden;
}

.mechInfoTab {
    color: #15212f;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 28px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0;
}

.mechInfoTab.active, .mechInfoTab:hover, .mechInfoTab:focus {
    background: #fe9900;
}

.mechInfoTab img {
    display: block;
    margin: 0 3px 0 0;
}

.mechInfoTable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto 52px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.mechInfoTable.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: showMechTable 1s ease forwards;
    animation: showMechTable 1s ease forwards;
}

@-webkit-keyframes showMechTable {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes showMechTable {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.mechInfoTable__block_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe9900), color-stop(51%, #fec200), to(#fe9900));
    background: -webkit-linear-gradient(top, #fe9900 0%, #fec200 51%, #fe9900 100%);
    background: -o-linear-gradient(top, #fe9900 0%, #fec200 51%, #fe9900 100%);
    background: linear-gradient(to bottom, #fe9900 0%, #fec200 51%, #fe9900 100%);
    max-width: 198px;
    width: 198px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.mechInfoTable__block_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: calc(100% - 198px);
    width: calc(100% - 198px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    /* pageCard_3 end */
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
/* breadcrumbs start */

.bx_breadcrumb {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_breadcrumb_item {
    display: inline-block;
    margin: 0;
    line-height: 1;
    position: relative;
}

.bx_breadcrumb_item a, .bx_breadcrumb_item a:visited {
    color: #8c8f92;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
}

.bx_breadcrumb_item:hover a, .bx_breadcrumb_item:focus a {
    color: #fff;
}

.bx_breadcrumb_item_first {
    padding: 0 3px 0 26px;
}

.bx_breadcrumb_item:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 1px;
    background: #8c8f92;
    margin: 0 0 5px;
}

.bx_breadcrumb_item_first:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/design/ic_26.png) no-repeat;
    position: absolute;
    top: -3px;
    left: 0;
}

.bx_breadcrumb_item_first:hover:before, .bx_breadcrumb_item_first:focus:before {
    background: url(../image/design/ic_27.png) no-repeat;
}

/* breadcrumbs end */
/* header start */
.sectionHeader {
    padding: 0 0 23px;
}

.header {
    max-width: 1890px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 34px 50px 36px;
    margin: 0 auto;
}

.header__logo img {
    width: 100%;
    display: block;
}

.header__logo {
    display: block;
}

.header__block_1 {
    max-width: 229px;
    width: 229px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.header__block_2 {
    max-width: calc(100% - 788px);
    width: calc(100% - 788px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 15px 0 99px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header__block_2.header__block_2_auth{
    flex: 1;
    max-width: none;
    width: auto;
}
.header__block_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 559px;
    width: 559px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__block_3.header__block_3_auth{
    /* Desktop: grow; mobile density overrides in max-width:1023 below */
    flex: 1;
    max-width: none;
    width: auto;
}
.btnMobMenu, .btnMobMenu:hover, .btnMobMenu:active, .btnMobMenu:focus {
    height: 24px;
    width: 24px;
    background: transparent;
    border-radius: 10px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 0;
}

.btnMobMenu {
    display: none;
}

.icBurger .l1,
.icBurger .l2,
.icBurger .l3 {
    background: #fff;
    height: 3px;
    width: 100%;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.icBurger .l2 {
    margin: 4px 0;
}

/* Burger stays as 3 lines when open — close control is .btnMobMenuClose in the drawer */
.btnMobMenu__active .icBurger .l1,
.btnMobMenu__active .icBurger .l2,
.btnMobMenu__active .icBurger .l3 {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.btnMobMenu__active .icBurger .l2 {
    margin: 4px 0;
}

.menuMain__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobBlock_1,
.mobBlock_2,
.mobBlock_meta,
.mobBlock_foot,
.menuMain__brand,
.menuMain__backdrop {
    display: none;
}

.mobBlock_1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menuMain_active .menuMain__items {
    display: block;
    background: #ff9900;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    height: 100dvh;
    max-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 15000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 calc(24px + env(safe-area-inset-bottom, 0px));
    margin: 0;
}

.menuMain_active .mobBlock_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 16px;
    gap: 12px;
}

.menuMain_active .mobBlock_2 {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 16px;
}

.menuMain__item {
    padding: 0 15px;
    margin: 0;
}

.menuMain_active .menuMain__item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px 0 48px;
    position: relative;
    margin: 0 0 4px;
}

.menuMain_active .menuMain__item:before {
    content: '';
    width: 19px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 15px;
}

.menuMain_active .menuMain__item a,
.menuMain_active .menuMain__item a:visited {
    color: #080808;
    font-size: 2.5rem;
    display: block;
    padding: 8px 0;
}

.menuMain_active .menuMain__item a span {
    border-bottom-color: transparent;
}

.menuMain_active .menuMain__link .fa-bars {
    display: inline-block;
}

.menuMain_active .menuMain__item a:hover, .menuMain_active .menuMain__item a:focus {
    color: #080808;
}

body.bh-mob-menu-open {
    overflow: hidden;
}

.menuMain__link .fa-bars {
    margin: 3px .55em 0 0;
}

/* Icons only in mobile drawer; desktop keeps catalog icon only */
.menuMain__item a > .fas {
    display: none;
}

.menuMain__item_catalog .menuMain__link > .fas {
    display: inline-block;
}

.menuMain_active .menuMain__item a > .fas {
    display: inline-block;
}

.menuMain__item_catalog:hover .icBurger .l1,
.menuMain__item_catalog:hover .icBurger .l2,
.menuMain__item_catalog:hover .icBurger .l3 {
    background: #fe9900;
}

.menuMain__item a, .menuMain__item a:visited {
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.menuMain__item a span {
    border-bottom: 3px solid #fe9900;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.menuMain__item a:hover span, .menuMain__item a:focus span {
    border-bottom: 3px solid transparent;
}

.menuMain__item a:hover, .menuMain__item a:focus {
    color: #fe9900;
}

.dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    max-width: 279px;
    width: 279px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.dashboard.dashboard_auth{
    max-width: 457px;
    flex: 1;
}
.dashboard a {
    display: flex;
}

.dashboard__cart, .dashboard__cart:visited {
    display: block;
    max-width: 50px;
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    background: #fe9900;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.dashboard__cart:hover, .dashboard__cart:focus,
.dashboard__signup:hover, .dashboard__signup:focus {
    background: #fff;
}

.dashboard__cart:before {
    content: '';
    display: block;
    width: 31px;
    height: 26px;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 16px);
    background: url(../image/design/ic_18.png) no-repeat;
}

.count_cart {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #fe0000;
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    border-radius: 100%;
    padding: 5px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dashboard__signup, .dashboard__signup_new {
    display: inline-flex;
    align-items: center;
    color: #000000;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 54px;
    padding-right: 18px;
    min-width: 138px;
    width: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: #fe9900;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid rgba(254, 153, 0, 0.25);
    white-space: nowrap;
    cursor: pointer;
}

/* RU: "Регистрация" длиннее, чем "Sign up" — даём немного больше минимальной ширины на крупных экранах */
@media (min-width: 1633px) {
    html[lang="ru"] .dashboard__signup,
    html[lang="ru"] .dashboard__signup_new {
        min-width: 175px;
        font-size: 1.6rem;
        padding-left: 50px;
    }
}

.dashboard__signup:before, .dashboard__signup_new:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url(../image/design/ic_21.png) no-repeat;
    position: absolute;
    top: calc(50% - 15px);
    left: 12px;
}

.dashboard__signup:focus-visible,
.dashboard__signup_new:focus-visible {
    outline: 2px solid #fe9900;
    outline-offset: 2px;
}

.dashboardInmenu__signup {
    white-space: nowrap;
    width: auto;
    max-width: none;
    cursor: pointer;
}

.dashboardInmenu__signup:focus-visible {
    outline: 2px solid #fe9900;
    outline-offset: 2px;
    border-radius: 6px;
}

.dashboard__login {
    max-width: 53px;
    width: 53px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0;
}

.dashboard__login:hover, .dashboard__login:focus {
    color: #fe9900;
}

.dashboardInmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #16202f;
    padding: 16px;
    gap: 12px 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Cart already in header — hide duplicate in mobile drawer */
.menuMain_active .dashboardInmenu .dashboard__cart {
    display: none;
}

.dashboardInmenu__signup, .dashboardInmenu__login {
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.dashboardInmenu__login {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
}

.dashboardInmenu__cart {
    position: relative;
    max-width: 31px;
    width: 31px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 26px;
}

.dashboardInmenu__cart:before {
    content: '';
    display: block;
    width: 31px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/design/ic_20.png) no-repeat;
}

.dashboardInmenu__signup {
    position: relative;
    padding: 10px 14px 10px 44px;
    max-width: none;
    width: auto;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    min-height: 40px;
    text-align: left;
    border: 1px solid rgba(254, 153, 0, 0.55);
    border-radius: 8px;
    background: rgba(254, 153, 0, 0.18);
}

.dashboardInmenu__signup:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url(../image/design/ic_21.png) no-repeat center center;
    background-size: 22px 22px;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dashboardInmenu .dashboard__logout {
    display: none;
    width: 40px;
    height: 40px;
    margin-left: auto;
    background: url(../image/design/ic_logout_2.png) no-repeat center center;
    background-size: 28px 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
}

.menuMain_active .dashboardInmenu .dashboard__logout {
    display: block;
}

.sort_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sort_2__select {
    position: relative;
    margin: 0 3px;
}

.sort_2__select .field {
    width: 104px;
    height: 36px;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 11px 8px 11px;
    position: relative;
    color: #fff;
    font-family: var(--bh-font-sans);
    font-size: 1.7rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    border: none;
    border-radius: 0;
}

.sort_2__select:hover .field,
.sort_2__select:focus .field {
    color: #fe9900;
}

.sort_2__select ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    display: none;
}

.sort_2__select:hover ul,
.sort_2__select:focus ul {
    display: block;
}

.sort_2__select li {
    padding: 0;
    margin: 0;
}

.sort_2__select li a, .sort_2__select li a:visited {
    color: #3c3c3c;
    font-family: var(--bh-font-sans);
    font-size: 1.7rem;
    line-height: 1;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 11px 9px 11px;
}

.sort_2__select li a img,
.sort_2__select .field img,
.sort_2__select li a .lang-flag,
.sort_2__select .field .lang-flag {
    margin: 0 13px 0 0;
}

/* Language flags (CSS-only) */
.lang-flag {
    display: inline-block;
    width: 20px;
    height: 15px;
    border-radius: 2px;
    flex: 0 0 auto;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18) inset;
    position: relative;
    overflow: hidden;
}
.lang-flag--de {
    background: linear-gradient(
        to bottom,
        #000000 0%,
        #000000 33.333%,
        #dd0000 33.333%,
        #dd0000 66.666%,
        #ffce00 66.666%,
        #ffce00 100%
    );
}
.lang-flag--cs {
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #ffffff 50%,
        #d7141a 50%,
        #d7141a 100%
    );
}
.lang-flag--cs::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background: #11457e;
    clip-path: polygon(0 0, 60% 50%, 0 100%);
}

.sort_2__select li a:hover,
.sort_2__select li a:focus {
    background: #c9d3e3;
}

.sort_2__select .field:after {
    content: '';
    display: block;
    position: absolute;
    right: 9px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 14px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.sort_2__select .field_currency:after {
    right: 25px;
    top: 13px;
}

.sort_2__select:hover .field:after,
.sort_2__select:focus .field:after {
    border-top: 3px solid #fe9901;
    border-right: 3px solid #fe9901;
}

.menuMain_active .sort_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menuMain_active .sort_2__select .field {
    color: #fff;
}

.menuMain_active .sort_2__select .field:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.btnMobMenuClose {
    width: 40px;
    height: 40px;
    position: relative;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #080808;
    cursor: pointer;
    -webkit-transition: background .2s ease, color .2s ease, -webkit-transform .2s ease;
    -o-transition: background .2s ease, color .2s ease, transform .2s ease;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.btnMobMenuClose__icon {
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

/* Legacy spans kept for old cached markup */
.btnMobMenuClose .l1,
.btnMobMenuClose .l2 {
    display: none;
}

.btnMobMenuClose:hover,
.btnMobMenuClose:focus-visible {
    background: rgba(0, 0, 0, 0.08);
    color: #080808;
    outline: none;
}

.btnMobMenuClose:active {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
}

/* header end */
/* advantages_2 moved to cart-page.css (only live consumer: basket) 2026-07-21 */
/* sectionPromo removed — no live PHP markup (2026-07-21) */

/* slider_2 start */
.slider_2 {
    width: 630px;
    margin: 0 0 0 25px;
}

.slider_2__item {
    padding: 30px 0;
    display: block;
}

.slider_2 .slick__btnPrev {
    left: 20px;
}

.slider_2 .slick__btnNext {
    right: 20px;
}

.slider_2 .slick-dots {
    bottom: 0;
}

.slider_2 .slick-dots li button::before {
    font-size: 40px;
    opacity: 1;
    color: #fe9900;
}

.slider_2 .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #fff;
}

/* slider_2 end */
/* cardGame_2 start */
.cardGame_2 {
    width: 540px;
    max-width: 100%;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cardGame_2__bg, .wrapCardGame_2 {
    position: relative;
}

.cardGame_2__bg img {
    width: 100%;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 310px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cardGame_2:hover .cardGame_2__bg img, .cardGame_2:focus .cardGame_2__bg img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.cardGame_2__bg__sticker {
    position: absolute;
    top: 0;
    right: 21px;
    display: block;
    background: url(../image/design/ic_8.png) no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1;
}

.cardGame_2__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px -179px 44px -57px black;
    box-shadow: inset 0px -179px 44px -57px black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cardGame_2__ttl {
    color: #fe9900;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 0 .36em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cardGame_2:hover .cardGame_2__ttl, .cardGame_2:focus .cardGame_2__ttl {
    color: #fff;
}

.cardGame_2__desc {
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    line-height: 1.66;
}

.bg_shadow {
    position: absolute;
    border-radius: 8px;
    height: 100%;
    opacity: .3;
}

.bg_shadow:nth-of-type(1) {
    top: -20px;
    left: 65px;
    width: calc(100% - 130px);
}

.bg_shadow:nth-of-type(2) {
    top: -10px;
    left: 55px;
    width: calc(100% - 110px);
}

/* cardGame_2 end */
/* advantages_1 start */
.sectionAdvantages_1 {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}

.advantages_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.advantages_1__item {
    max-width: 342px;
    width: 342px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.advantages_1__item__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.advantages_1__item__img img {
    display: block;
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.advantages_1__item__ttl {
    color: #fe9900;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 3rem;
    line-height: 1;
}

.advantages_1__item__desc {
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    line-height: 1.33;
    margin: 0.64em 0 0;
}

/* advantages_1 end */
/* videoGallery start */
.videoGallery {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}

.pageCard_3__section_4, .pageCard_1__section_5, .pageCard_2__section_4 {
    position: relative;
    background: url(../image/design/bg_5.png);
    padding: 60px 0 110px;
    background-size: 100% auto;
}

.pageCard_3__section_4:before, .pageCard_1__section_5:before, .pageCard_2__section_4:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: url(../image/design/bg_8.png) no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
    background-size: 1920px auto;
}

.pageCard_3__section_3 {
    margin: 0 0 100px;
}

.pageCard_1__section_5, .pageCard_2__section_4 {
    margin: 100px 0 0;
}

.sectionOftenBuy:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: url(../image/design/bg_6.png) no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
    background-size: 1920px auto;
}

.videoGallery__ttl {
    color: #fff;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 0 .93em;
    padding: 0 0 .77em;
    text-align: center;
}

.videoGallery__ttl:after {
    content: '';
    width: 76px;
    height: 3px;
    background: #fe9900;
    position: absolute;
    bottom: 0;
    left: calc(50% - 52px);
    display: block;
}

.videoGallery__link, .videoGallery__link:visited {
    text-decoration: none;
    width: 158px;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    border: none;
    background: #fe9900;
    border-radius: 22px;
    padding: 16px 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.videoGallery__link:hover, .videoGallery__link:focus {
    background: #000;
    color: #fff;
}

.videoGallery__link .fas {
    margin: 0 8px 0 0;
}

.gallery_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gallery_3__item {
    max-width: 342px;
    width: 342px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video__box, .image__box {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

.video__box {
    position: relative;
}

.video__box:hover, .video__box:focus,
.image__box:hover, .image__box:focus {
    -webkit-box-shadow: 0 2px 15px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 15px rgba(254, 153, 0, 0.75);
}

.video__box:hover img, .video__box:focus img,
.image__box:hover img, .image__box:focus img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.video__box img,
.image__box img {
    display: block;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.video__box:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.8) url(../image/design/ic_9.png) no-repeat 30px center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.video__box:hover:after, .video__box:focus:after {
    background: white url(../image/design/ic_9.png) no-repeat 30px center;
}

.video__desc, .image__desc {
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.5em 1.92em;
    text-align: center;
}

/* videoGallery end */
/* oftenBuy start */
.sectionOftenBuy {
    padding: 82px 0 93px;
    background: url(../image/design/bg_4.png) no-repeat;
    position: relative;
    background-size: 100% auto;
}

.oftenBuy {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}

.oftenBuy__ttl {
    color: #070c14;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 1;
    position: relative;
    margin: 0 0 .93em;
    padding: 0 0 .77em;
    text-align: center;
    display: block;
}

.oftenBuy__ttl:after {
    content: '';
    width: 76px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: calc(50% - 52px);
    display: block;
}

/* oftenBuy end */
/* pagination start */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 45px;
}

.pagination__arrow, .pagination__arrow:visited {
    text-decoration: none;
    color: #fe9900;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    display: block;
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 40px;
}

.pagination__list a, .pagination__list a:visited {
    color: #fff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 5px;
}

.pagination__list a:hover,
.pagination__list a:focus,
.pagination__list .active, .pagination__list .active:visited {
    color: #000;
    background: #fe9900;
}

/* pagination end */
/* cardService start */
.cardService {
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px #000000;
    box-shadow: 0 5px 10px #000000;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cardService:hover, .cardService:focus {
    -webkit-box-shadow: 0 2px 15px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 15px rgba(254, 153, 0, 0.75);
}

.cardService__img {
    overflow: hidden;
    max-height: 179px;
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
}

.cardService__img img {
    display: block;
    width: 101%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.cardService:hover .cardService__img img,
.cardService:focus .cardService__img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.cardService__sticker {
    position: absolute;
    top: 0;
    right: 8px;
    display: block;
    background: url(../image/design/ic_8.png) no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase;
    z-index: 1;
}

.cardService__info {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}

.cardService__ttl, .cardService__ttl:visited {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #151e2b;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 0 0.10em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cardService__ttl:hover, .cardService__ttl:focus {
    color: #fe9900;
}

.cardService__desc {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #52575e;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1.42;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cardService__price {
    color: #d40014;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    margin: 5px 0 0;
}

/* cardService end */
.gallery_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gallery_2__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    max-width: 342px;
    width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 0 30px;
}
.gallery_2__item_fbt{
    width: 25%;
}
.pageCatalogService__section_2 {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 80px;
}

.pageCatalogService__section_2__block_1 {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 342px;
    width: 100%;
    float: left;
}

.pageCatalogService__section_2__block_2 {
    width: 100%;
    max-width: calc(100% - 342px);
    float: left;
}

.pageCatalogService__section_2__block_2 .h2,
.pageCatalogService__section_2__block_2 h2 {
    /*margin: 0 0 0.42em 15px;*/
    line-height: 1;
}

.pageCatalogService__section_2__block_2 .content {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.cardService__link, .cardService__link:visited {
    max-width: 128px;
    width: 128px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    text-decoration: none;
    color: #010101;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    background: #fe9900;
    border-radius: 18px;
    padding: 11px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 5px 0 0;
}

.cardService__link:hover, .cardService__link:focus {
    color: #fff;
    background: #000;
}

/* menuService start */
.menuService {
    width: 252px;
    -webkit-box-shadow: 0 0 10px #fe9900;
    box-shadow: 0 0 10px #fe9900;
    border-radius: 9px;
    background: #fff;
    padding: 0 0 11px;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

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

.menuService__item, .menuService__item li {
    padding: 0;
    margin: 0;
}

.menuService__item > a, .menuService__item > a:visited {
    display: block;
    color: #151e2b;
    font-size: 1.8rem;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    line-height: 1;
    padding: .61em 1.05em;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.menuService__item a span,
.menuService__item ul a span {
    position: relative;
    display: inline-block;
}

.menuService__item.full > a span {
    padding: 0 20px 0 0;
}

.menuService__item.full > a span:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 3px solid #fe9901;
    border-right: 3px solid #fe9901;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menuService__item.full:hover > a span:after,
.menuService__item.full:focus > a span:after,
.menuService__item.full.opened > a span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
}

.menuService__item > a:hover, .menuService__item > a:focus {
    background: #c9d3e3;
}

.menuService__item > ul {
    display: none;
}

.menuService__item:hover > ul,
.menuService__item:focus > ul,
.menuService__item.opened > ul {
    display: block;
}

.menuService__item ul a, .menuService__item ul a:visited {
    color: #151e2b;
    font-family: var(--bh-font-sans);
    line-height: 1;
    display: block;
    line-height: 1;
    padding: .51em 1.3em;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 1.5rem;
}

.menuService__item ul .link_active {
    font-family: var(--bh-font-sans);

    font-weight: 700;
}

.menuService__item ul a:hover,
.menuService__item ul a:focus {
    color: #fe9900;
}

.menuService__item ul a span:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 3px;
    background: #fe9900;
}

.menuService__item ul a span {
    padding: 0 0 0 19px;
}

/* menuService end */
.pageCatalogService__section_3 {
    background: url(../image/design/bg_3.png);
    padding: 60px 0 94px;
    position: relative;
    background-size: 100% auto;
}

.pageCatalogService__section_3 .reviews:after {
    display: none;
}

.pageCatalogService__section_3:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: url(../image/design/bg_2.png) no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
    background-size: 1920px auto;
}

.page__ttl__img {
    margin: 0 .283em 0 0;
    width: 2.06em;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.pageCatalogService__section_3 .reviews__ttl {
    font-size: 6rem;
}

/* sort_1__block start */
.sort_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
}

.sort_1__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 18px;
}

.sort_1__select {
    width: 198px;
    margin: 0 24px 18px 0;
}

.sort_1 .ui-selectmenu-button:after {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fe9901;
    border-right: 3px solid #fe9901;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sort_1 .ui-selectmenu-button-closed:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 8px;
}

.sort_1 .ui-selectmenu-button-open:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
}

.sort_1__block__ttl {
    color: #fff;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 .27em 0 0;
}

.sort_1__btn {
    text-decoration: none;
    color: #fff;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 .27em;
    background: #a70000;
    padding: .79em 1.28em;
    border-radius: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sort_1__btn:hover, .sort_1__btn:focus {
    background: #d60000;
}

.sort_1__btn.active {
    background: #7d8999;
}

/* sort_1__block end */
/* slider_1 start */
.slider_1 {
    max-width: 1623px;
    width: 100%;
    padding: 0 76px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 35px auto 160px;
    position: relative;
}

.slick__btnPrev, .slick__btnNext {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: #fe9900;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 100%;
    z-index: 1;
}

.slick__btnPrev {
    left: 15px;
}

.slick__btnNext {
    right: 15px;
}

.slick__btnPrev:hover, .slick__btnNext:hover,
.slick__btnPrev:focus, .slick__btnNext:focus {
    background: #fff;
}

.slick__btnPrev.slick-disabled, .slick__btnNext.slick-disabled,
.slick__btnPrev.slick-disabled:hover, .slick__btnNext.slick-disabled:hover,
.slick__btnPrev.slick-disabled:focus, .slick__btnNext.slick-disabled:focus {
    opacity: .5;
    background: #fe9900;
}

.slider_1 .slider_1__item {
    width: 334px;
    height: 389px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slider_1 .slider_1__item:hover,
.slider_1 .slider_1__item:focus {
    padding: 0;
}

.slider_1 .slick-dots {
    bottom: 0;
}

.slider_1 .slick-dots li button::before {
    font-size: 40px;
    opacity: 1;
    color: #fe9900;
}

.slider_1 .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #fff;
}

/* slider_1 end */
.pageСatalog {
    padding: 0 0 100px;
}

.pageСatalog__section_1,
.pageCatalogService__section_1 {
    max-width: 1370px;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 48px;
}

.page__subttl {
    color: #ced0dc;
    font-family: var(--bh-font-sans);
    font-size: 2.4rem;
    line-height: 1.25;
    padding: 0 0 0 114px;
}

/* gallery_1 start */
.gallery_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1370px;
    width: 100%;
    margin: 0 auto 33px;
}

.gallery_1__item {
    max-width: 274px;
    width: 274px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 329px;
    margin: 0 0 10px;
}

/* gallery_1 end */
/* cardGame_1 start */
.cardGame_1 {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 246px;
    max-width: 100%;
    height: 299px;
    margin: 0 auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: #111b29 0px 0px 16px 1px;
    box-shadow: #111b29 0px 0px 16px 1px;
}

.cardGame_1:hover, .cardGame_1:focus {
    width: 270px;
    height: 329px;
}

.cardGame_1__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cardGame_1__info {
    padding: 5px 5px 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: #111b29 0px -129px 44px -30px inset;
    box-shadow: #111b29 0px -129px 44px -30px inset;
}

.cardGame_1__ttl, .cardGame_1__ttl:visited {
    color: #fff;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.cardGame_1__desc {
    text-align: center;
    color: #e4e4e4;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    line-height: 1.46;
    margin: 11px 0 0;
}

.cardGame_1__btn, .cardGame_1__btn:visited {
    color: #010101;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1;
    border-radius: 22px;
    padding: 9px 20px;
    background: #fe9900;
    margin: 16px 0 0;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: auto;
    min-width: 120px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cardGame_1__hidden {
    display: none;
    text-align: center;
}

.cardGame_1__hidden.mobile {
    display: block;
    text-align: center;
}

/* cardGame_1 end */
/* reviews1 start */
.sectionReviews_index .reviews {
    padding: 0;
}

.sectionReviews_index .reviews:after {
    display: none;
}

.reviews {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}

.reviews:after {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background: #b3b5b7;
    margin: 31px auto;
}

.reviews__ttl {
    color: #11131e;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 0 .93em;
    padding: 0 0 .77em;
    text-align: center;
}

.reviews__ttl:after {
    content: '';
    width: 76px;
    height: 3px;
    background: #fe9900;
    position: absolute;
    bottom: 0;
    left: calc(50% - 52px);
    display: block;
}

.sectionReviews_index {
    padding: 0 0 123px;
}

.sectionReviews_index .reviews__ttl {
    font-size: 6rem;
    color: #fff;
    padding: 0 0 .33em;
    margin: 0 0 .7em;
}

.sectionReviews_index .reviews__link:hover,
.sectionReviews_index .reviews__link:focus {
    background: #fff;
    color: #000;
}

.countReviews {
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 100%;
    padding: 7px 10px;
    background: #fe0024;
    margin: 0 0 0 9px;
}

.review {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #fff;
    margin: 0 15px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    display: block;
}

.review:hover, .review:focus {
    -webkit-box-shadow: 0 2px 15px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 15px rgba(254, 153, 0, 0.75);
}

.review__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 21px 17px;
}

.wrapReview__img {
    max-width: 36px;
    width: 36px;
    height: 36px;
    min-height: 36px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapReview__img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/local/templates/boosthub/assets/css/../image/design/ramka.png) no-repeat left top;
    background-size: auto;
    background-size: auto;
    display: block;
    background-size: 100% auto;
}
.review__img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    padding: 6px;
    box-sizing: border-box;
    object-fit: cover;
}

.review__info {
    max-width: calc(100% - 134px);
    width: calc(100% - 134px);
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.review__author {
    color: #11131e;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 4px;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

.reviews .btn_type1 .fa-arrow-down {
    margin: 0 5px 0 0;
    font-size: 1.3rem;
}

.reviews .wrapBtn_type1 {
    margin: 15px 0 0;
}

/* reviews1 end */
/* legacy about/setBtnSocnet removed — home uses home-refresh; about-us has own markup (2026-07-21) */
/* faq start */
.faq {
    max-width: 1370px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
}

.sectionFaq {
    background: url(../image/design/bg_3.png);
    position: relative;
    padding: 80px 0 83px;
    background-size: 100% auto;
}

.sectionFaq:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: url(../image/design/bg_2.png) no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
    background-size: 1920px auto;
}

.faq__ttl {
    font-family: var(--bh-font-sans);
    font-weight: 800;
    color: #000;
    font-size: 6rem;
    line-height: 1;
    text-align: center;
    margin: 0 0 0.66em;
}

.faq__ttl.h2 {
    display: block;
}

.faq__item {
    -webkit-box-shadow: 2px 3px 10px rgba(32, 63, 98, 0.2);
    box-shadow: 2px 3px 10px rgba(32, 63, 98, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.faq__item:hover, .faq__item:focus {
    -webkit-box-shadow: 2px 3px 15px rgba(32, 63, 98, 0.35);
    box-shadow: 2px 3px 15px rgba(32, 63, 98, 0.35);
}

.faq__item:hover .faq__btn:before, .faq__item:focus .faq__btn:before {
    background: #000;
}

.faq__btn {
    color: #010101;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    position: relative;
    padding: 10px 75px;
    background: #fff;
    text-align: left;
    min-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.faq__btn:before {
    content: '+';
    width: 40px;
    height: 40px;
    display: block;
    background: #fe9900;
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(50% - 20px);
    left: 17px;
    border-radius: 100%;
    font-size: 3.8rem;
    padding: 2px 0 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.faq__item_active .faq__btn:before {
    content: '_';
    background: #a1b8c3;
    line-height: 0;
    padding: 5px 0 0 2px;
}

.faq__answer {
    padding: 20px 75px;
    color: #6b7681;
    font-size: 2rem;
    font-family: var(--bh-font-sans);
    background: #f6f7f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.btn_type1 {
    font-family: var(--bh-font-sans);

    font-weight: 700;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    border: none;
    background: #fe9900;
    border-radius: 36px;
    padding: 11px 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn_type1:hover, .btn_type1:focus {
    background: #000;
    color: #fff;
}

.btn_type1:hover .fa-question, .btn_type1:focus .fa-question {
    border: 3px solid #fff;
}

.btn_type1 .fa-question {
    margin: 0 6px 0 0;
    font-size: 1.2rem;
    border: 3px solid #000;
    border-radius: 100%;
    display: block;
    width: 28px;
    height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0 0;
}

.wrapBtn_type1 {
    margin: 48px 0 0;
}

.reviews__link, .reviews__link:visited {
    text-decoration: none;
    width: 158px;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    border: none;
    background: #fe9900;
    border-radius: 22px;
    padding: 16px 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews__link:hover, .reviews__link:focus {
    background: #000;
    color: #fff;
}

.reviews__link .fas {
    margin: 0 8px 0 0;
}

/* faq end */
/* footer start */
/* На всю ширину окна: футер часто внутри .wrapper (max-width), выравниваем по вьюпорту */
.sectionFooter {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sectionFooter > .footer {
    width: 100%;
    max-width: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_cont_1 {
    position: relative;
    background: linear-gradient(180deg, #1a1f2e 0%, #222636 42%, #272a3c 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer_cont_1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(254, 153, 0, 0.22) 50%, transparent 100%);
    pointer-events: none;
    opacity: 0.9;
}

.payment {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: clamp(6px, 1vw, 10px) clamp(6px, 1.4vw, 12px) clamp(8px, 1.2vw, 12px);
}

.payment__methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(10px, 1.6vw, 16px) clamp(12px, 2vw, 20px);
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment__item {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment__brandIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.payment__brandIcon i {
    font-size: clamp(4.25rem, 3.2rem + 3.2vw, 6.5rem);
    line-height: 1;
    color: rgba(255, 255, 255, 0.96);
}

.payment__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: clamp(120px, 18vw, 168px);
    max-height: clamp(56px, 7.5vw, 80px);
    -o-object-fit: contain;
    object-fit: contain;
}

/* Растровые логотипы из инфоблока — одна высота с плашкой «Мир» */
.payment__item > .payment__logo:not(.payment__logo--mir) {
    max-width: 52px;
    max-height: 52px;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Белый фон только на обёртке: filter на img не затемняет фон */
.payment__chip--mir {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    min-width: 48px;
    max-width: 90px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    line-height: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.payment__chip--mir .payment__logo--mir {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 40px;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
    -webkit-filter: grayscale(1) brightness(0.2) contrast(1.15);
    filter: grayscale(1) brightness(0.2) contrast(1.15);
}

.footer_cont_2 {
    position: relative;
    /* End color matches html/body (#111b29) to avoid a seam under the footer */
    background: linear-gradient(180deg, rgba(15, 24, 40, 0.98) 0%, #0f141f 55%, #111b29 100%);
    border-top: none;
}

.footer_cont_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(254, 153, 0, 0.28) 50%, transparent 100%);
    pointer-events: none;
    opacity: 0.95;
}

.footer_cont_2__boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px 28px;
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 44px) 20px clamp(32px, 4.5vw, 48px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_cont_2__box {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    min-width: 0;
}

.footer_cont_2__box:first-child {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex: 1 1 240px;
    max-width: 320px;
    gap: 12px;
}

.footer_cont_2__box:first-child > a {
    display: inline-block;
    line-height: 0;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer_cont_2__box:first-child > a:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.footer_cont_2__box:first-child > a:focus-visible {
    outline: 2px solid rgba(127, 222, 252, 0.92);
    outline-offset: 4px;
}

.copywriting {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.25rem;
    font-family: var(--bh-font-sans);
    font-weight: 500;
    line-height: 1.45;
    text-align: left;
    letter-spacing: 0.01em;
}

.footerDisclaimer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    margin: 4px 0 0;
    padding: 16px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.48);
    font-size: 1.15rem;
    font-family: var(--bh-font-sans);
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
    letter-spacing: 0.01em;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.homeFooterTagline {
    margin: 0;
    max-width: 28ch;
    color: rgba(255, 255, 255, 0.58);
    font-size: 1.25rem;
    line-height: 1.45;
}

.homeFooterQuickLinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-top: 4px;
}

.homeFooterQuickLinks__cta {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(254, 153, 0, 0.42);
    background: linear-gradient(180deg, rgba(254, 153, 0, 0.22) 0%, rgba(254, 153, 0, 0.08) 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.18s ease, background 0.18s ease;
}

.homeFooterQuickLinks__cta:hover,
.homeFooterQuickLinks__cta:focus-visible {
    color: #fff;
    border-color: rgba(254, 153, 0, 0.62);
    background: linear-gradient(180deg, rgba(254, 153, 0, 0.3) 0%, rgba(254, 153, 0, 0.12) 100%);
    outline: 2px solid rgba(254, 153, 0, 0.35);
    outline-offset: 2px;
}

.homeFooterQuickLinks__link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.15rem;
    text-decoration: none;
    transition: border-color 0.18s ease, color 0.18s ease;
}

.homeFooterQuickLinks__link:hover,
.homeFooterQuickLinks__link:focus-visible {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
    outline: none;
}

.footer_cont_2 .wrapFooterMenu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px 32px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex: 2 1 420px;
}

.footer_cont_2 .wrapFooterMenu.wrapFooterMenu--equalCols {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    flex: 2 1 420px;
    gap: clamp(20px, 2.8vw, 36px);
    align-items: start;
}

.footer_cont_2 .wrapFooterMenu--equalCols > .footerMenu {
    margin: 0;
    padding: 0;
    min-width: 0;
}

.footerMenu--gamesCol2 .footerMenu__ttl--placeholder {
    visibility: hidden;
    margin: 0 0 14px;
    line-height: 1;
}

.footer_cont_2 .footerMenu--legal {
    min-width: 0;
}

.footer_cont_2 .footerFdb__socNet {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
}

.footer_cont_2 .footerMenu__ttl {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.footer_cont_2 .footerMenu__item {
    margin-bottom: 10px;
}

.footer_cont_2 .footerMenu__item a,
.footer_cont_2 .footerMenu__item a:visited {
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.2rem;
    -webkit-transition: color 0.18s ease, opacity 0.18s ease;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.footer_cont_2 .footerMenu__item a:hover,
.footer_cont_2 .footerMenu__item a:focus-visible {
    color: #fe9900;
}

.footer_cont_2 .footerMenu__item a:focus-visible {
    outline: none;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer_cont_2 .footerFdb {
    flex: 1 1 260px;
    max-width: 320px;
}

.footer_cont_2 .footerFdb__socIcons {
    gap: 8px;
}

.footer_cont_2 .footerFdb__socIcon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer_cont_2 .footerFdb__socIcon:hover,
.footer_cont_2 .footerFdb__socIcon:focus-visible {
    border-color: rgba(254, 153, 0, 0.42);
    background: rgba(254, 153, 0, 0.1);
    color: #fff;
}

.footer_cont_2 .footerFdb__contactRow {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px 12px;
}

.footer_cont_2 .footerFdb__contactRow--link:hover,
.footer_cont_2 .footerFdb__contactRow--link:focus-visible {
    color: #fe9900;
    border-color: rgba(254, 153, 0, 0.35);
    background: rgba(254, 153, 0, 0.08);
}

@media (max-width: 991px) {
    .footer_cont_2 .wrapFooterMenu.wrapFooterMenu--equalCols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer_cont_2__boxs {
        gap: 28px 20px;
    }

    .footer_cont_2 .footerFdb {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .footer_cont_2__box:first-child,
    .footer_cont_2 .footerFdb {
        flex-basis: 100%;
        max-width: none;
    }

    /* Logo, copyright, tagline, CTAs — centered on mobile */
    .footer_cont_2__box:first-child {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .footer_cont_2__box:first-child .copywriting,
    .footer_cont_2__box:first-child .homeFooterTagline {
        text-align: center;
        max-width: 32ch;
    }

    .footer_cont_2__box:first-child .homeFooterQuickLinks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .footer_cont_2 .wrapFooterMenu {
        flex-basis: 100%;
    }

    .footer_cont_2 .wrapFooterMenu.wrapFooterMenu--equalCols {
        grid-template-columns: 1fr;
    }

    /* Compact centered Discord / Email rows — match logo alignment */
    .footer_cont_2 .footerFdb__socNet {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .footer_cont_2 .footerFdb__socIcons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer_cont_2 .footerFdb__socContacts {
        gap: 8px;
        width: 100%;
        max-width: 100%;
    }

    .footer_cont_2 .footerFdb__contactRow {
        min-height: 48px;
        padding: 10px 12px;
        border-radius: 12px;
        border-color: rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.025);
        gap: 10px;
    }

    .footer_cont_2 .footerFdb__contactGlyph {
        -ms-flex: 0 0 36px;
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        border-radius: 9px;
    }

    .footer_cont_2 .footerFdb__contactGlyph i {
        font-size: 1.55rem;
    }

    .footer_cont_2 .footerFdb__contactBody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
    }

    .footer_cont_2 .footerFdb__contactLabel {
        font-size: 1.05rem;
        letter-spacing: 0.04em;
    }

    .footer_cont_2 .footerFdb__contactValue {
        font-size: 1.35rem;
        font-weight: 700;
        word-break: break-word;
    }

    .footer_cont_2 .footerFdb__contactRow--link:hover,
    .footer_cont_2 .footerFdb__contactRow--link:focus-visible,
    .footer_cont_2 .footerFdb__contactRow--link:active {
        color: #fe9900;
        border-color: rgba(254, 153, 0, 0.32);
        background: rgba(254, 153, 0, 0.07);
    }
}

@media (prefers-reduced-motion: reduce) {
    .footer_cont_2__box:first-child > a,
    .footer_cont_2__box:first-child > a:hover {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
    }

    .footer_cont_2 .footerMenu__item a,
    .footer_cont_2 .footerMenu__item a:visited {
        -webkit-transition: none;
        transition: none;
    }

    .footerFdb__socIcon,
    .footerFdb__socIcon:hover {
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
    }
}

.wrapFooterMenu {
    padding: 0 15px;
    -webkit-box-flex: 400;
    -ms-flex: 400 1 100px;
    flex: 400 1 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.footerFdb {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 186px;
    flex: 1 1 186px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
}

.footerMenu__ttl {
    color: #fe9900;
    font-size: 2.5rem;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 14px;
}

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

.footerMenu__item {
    margin: 0 0 14px;
    padding: 0;
}

.footerMenu__item:after {
    display: none;
}

.footerMenu__item a, .footerMenu__item a:visited {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    font-family: var(--bh-font-sans);
    text-decoration: none;
}

.footerMenu__list.columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    column-gap: 60px;
}

.footerFdb__socNet {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footerFdb__socIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerFdb__socIcons > li {
    margin: 0;
    padding: 0;
}

.footerFdb__socIcon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, -webkit-transform 0.18s ease;
    transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.footerFdb__socIcon:visited {
    color: rgba(255, 255, 255, 0.92);
}

.footerFdb__socIcon:hover {
    color: #fe9900;
    border-color: rgba(254, 153, 0, 0.45);
    background: rgba(254, 153, 0, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.footerFdb__socIcon:focus-visible {
    outline: 2px solid rgba(127, 222, 252, 0.92);
    outline-offset: 3px;
    color: #fe9900;
}

.footerFdb__socIcon i {
    font-size: 1.85rem;
    line-height: 1;
}

.footerFdb__socContacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.footerFdb__contactRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.25;
    font-family: var(--bh-font-sans);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footerFdb__contactRow--discord {
    cursor: default;
}

.footerFdb__contactGlyph {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
}

.footerFdb__contactGlyph i {
    font-size: 1.75rem;
    line-height: 1;
}

.footerFdb__contactBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.footerFdb__contactLabel {
    font-size: 1.15rem;
    line-height: 1.2;
    color: rgba(188, 191, 208, 0.95);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.footerFdb__contactValue {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    word-break: break-word;
}

.footerFdb__contactRow--link {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color 0.18s ease, opacity 0.18s ease;
    transition: color 0.18s ease, opacity 0.18s ease;
}

.footerFdb__contactRow--link:visited {
    color: #ffffff;
}

.footerFdb__contactRow--link:hover {
    color: #fe9900;
}

.footerFdb__contactRow--link:focus-visible {
    outline: none;
    color: #fe9900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footerFdb__contactRow--link:hover .footerFdb__contactGlyph,
.footerFdb__contactRow--link:focus-visible .footerFdb__contactGlyph {
    color: #fe9900;
    border-color: rgba(254, 153, 0, 0.38);
    background: rgba(254, 153, 0, 0.08);
    -webkit-transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.footerFdb__contactRow--link .footerFdb__contactGlyph {
    -webkit-transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

/* footer end */
.wrapData {
    margin: 0 0 19px;
    width: 100%;
}

.label {
    color: #ffffff;
    display: block;
    line-height: 1;
    margin: 0 0 9px;
    font-size: 1.6rem;
    font-family: var(--bh-font-sans);
}
.label_error {
    color: red;
}
.field {
    width: 100%;
    height: 40px;
    border: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 20px;
}

.field.error {
    border: 2px solid red;
}
.fieldComment {
    height: 110px;
    padding: 10px;
    overflow: auto;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* mw end */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* Shared checkout atoms remain in `main.css` because they are reused by other flows. */
.checkout__ttl {
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-weight: 800;
    font-size: 5rem;
    line-height: 1;
    margin: 0 0 .78em;
}

.cartChek_1__lbl {
    display: block;
    position: relative;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
    margin: 0 0 11px;
}

.cartChek_1__lbl.active {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.cartChek_1__lbl:hover, .cartChek_1__lbl:focus {
    -webkit-box-shadow: 2px 3px 15px rgba(32, 63, 98, 0.35);
    box-shadow: 2px 3px 15px rgba(32, 63, 98, 0.35);
}

.cartChek_1___check {
    max-width: 24px;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 24px;
    border-radius: 4px;
    background: #d9d5d0;
    display: block;
    border: none;
    margin: 0 8px 0 0;
}

.cartChek_1___int {
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -3;
}

.cartChek_1__lbl.active .cartChek_1___check {
    background: url(../image/design/ic_34.png) no-repeat #fe9900 center center;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

.cartChek_2__lbl {
    position: relative;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    margin: 0 0 11px;
}

.cartChek_2___check {
    max-width: 24px;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 24px;
    border-radius: 4px;
    background: #d9d5d0;
    display: block;
    border: none;
    margin: 0 8px 0 0;
    float: left;
}

.cartChek_2___int {
    position: absolute;
    top: 0;
    left: -26px;
    z-index: -3;
}

.cartChek_2__lbl.active .cartChek_2___check {
    background: url(../image/design/ic_34.png) no-repeat #fe9900 center center;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
.sectionEmptyCart {
    max-width: 1370px;
    width: 98%;
    margin: 0 auto 30px;
}
/* .sectionSaleOrder — removed 2026-07-21: only referenced by unused conv/sale.order.ajax markup; live confirm uses .sale_order_full_table */

.sale_order_full_table a, .sale_order_full_table a:visited{
    color: #fff;
}
.privacyPolicy__error {
    margin: 15px 0;
    color: #fe9900;
}
/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
.gamePayment__not_paid{
    max-width: 100%;
    width: 100%;
    flex: none;
    padding: 0 0  21px;
    border-bottom: 1px solid #e4e6e8;
    color: #151e2b;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 0 21px;
}
.gamePayment__paid{
    max-width: 100%;
    width: 100%;
    flex: none;
    color: #269230;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
}
/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
#orders-loading.ordersInfinite__loading,
.ordersInfinite__loading{
    display: none;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#orders-no-more.ordersInfinite__end,
.ordersInfinite__end{
    display: none;
    text-align: center;
    padding: 20px;
    color: rgba(255,255,255,0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
}
/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */
.errorMsg {
    color: red;
}
.wrapAvatar {
    border-radius: 100%;
    width: 74px;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 auto;
}
.wrapAvatar::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/design/ramka.png) no-repeat left top;
    background-size: auto;
    display: block;
    background-size: 100% auto;
}
.dashboard__avatarStatus {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
}
.dashboard__avatarImg {
    border-radius: 100%;
    width: 100%;
    max-width: 74px;
}

.wrapNameUser{
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    line-height: 1;
    margin: -10px 0 0 21px;
}
.nameUser{
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    border-bottom: 3px solid #fe9900;
}
.dashboard__avatar{
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.dashboard__logout{
    display: block;
    width: 28px;
    height: 20px;
    background: url(../image/design/ic_logout_2.png) no-repeat center center;
}
.dashboard__balance{
    background: url(../image/design/balance.png) no-repeat left center;
    box-sizing: border-box;
    padding: 0 0 0 36px;
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 5px;
    display: none;
}
.dashboard__balance__number{
    color: #ffffff;
    font-family: var(--bh-font-sans);

    font-weight: 700;
}
.stCaptcha{
    width: 100%;
    height: 60px;
}
.popup-window{
    box-shadow: 0 5px 20px #fe9900;
    border-radius: 18px;
    padding: 37px 46px 37px 39px;
}
.popup-window-content, .popup-window-content a {
    color: #fe9900 !important;
    font-size: 17px !important;
}
.popup-window-close-icon {
    height: 24px;
    right: 20px;
    top: 16px;
    width: 24px;
}
.popup-window-close-icon::after {
    width: 24px;
    height: 24px;
}
.stHr {
    background: #e5e5e5;
    height: 1px;
    border: 0;
    width: calc(100% - 60px);
    margin: 0 auto;
}
@media screen and (max-width: 1632px) {
    .slider_1 {
        max-width: 1400px;
    }

    .header {
        padding: 34px 15px 36px;
    }

    .header__block_2 {
        padding: 0 15px 0 40px;
    }

    .dashboard__signup span {
        display: none;
    }

    .dashboard__signup {
        padding: 0;
        width: 50px;
        min-width: 0;
        max-width: 50px;
        height: 50px;
    }

    .dashboard__signup:before {
        left: 10px;
    }

    .dashboard {
        max-width: 200px;
        width: 200px;
    }

    .header__block_3 {
        max-width: 420px;
        width: 420px;
    }

    .header__block_2 {
        max-width: calc(100% - 679px);
        width: calc(100% - 679px);
    }

    .header__block_1 {
        max-width: 180px;
        width: 180px;
    }

    .header__block_2 {
        max-width: calc(100% - 600px);
        width: calc(100% - 600px);
    }

    .menuMain__item a, .menuMain__item a:visited {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1411px) {
    .pageCard_2__section_2:before {
        display: none;
    }
    .wrapAvatar {
        border-radius: 100%;
        width: 50px;
    }
    .header__block_2 {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1370px) {
    .gallery_1 {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media screen and (max-width: 1360px) {
    .slider_1 {
        max-width: 1110px;
    }

    .menuService {
        width: 100%;
    }

    .header__block_1 {
        max-width: 140px;
        width: 140px;
    }

    .dashboard__balance {
        background: none;
        padding: 0;
    }
}

@media screen and (max-width: 1230px) {
    .gallery_2__item {
        width: 50%;
    }


    .slider_2 {
        margin: 0 auto;
    }

    .menuMain__item {
        padding: 0 10px;
    }

    .dashboard {
        max-width: 180px;
        width: 180px;
    }

    .header__block_3 {
        max-width: 400px;
        width: 400px;
    }

    .header__block_2 {
        max-width: calc(100% - 540px);
        width: calc(100% - 540px);
    }

    .mechGallery__item, .mechGallery__item:active {
        max-width: 200px;
        width: 200px;
    }
    .sort_2 {
        flex-flow: column;
        margin: 0 5px 0 0;
        padding: 0 10px 0 0;
    }
    .sort_2__select .field{
        padding: 11px 23px 8px 11px;
        justify-content: flex-end;
    }
    .sort_2__select .field_currency::after {
        right: 8px;
    }

}

@media screen and (max-width: 1150px) {
    .mechInfoTable__block_1 {
        display: none;
    }

    .mechInfoTable__block_2 {
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1114px) {
    .wrapNameUser{
        display: none;
    }
}

@media screen and (max-width: 1052px) {
    .slider_1 {
        max-width: 780px;
    }

}

@media screen and (max-width: 1023px) {
    .footerFdb {
        max-width: 218px;
        width: 218px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .wrapFooterMenu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footerMenu {
        margin: 0 60px 0 0;
    }

    .footerMenu:last-child {
        margin: 0;
    }

    .footer_cont_2__boxs {
        padding: 28px 12px 32px;
        gap: 22px 16px;
    }

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

    .footerFdb {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 0 15px;
    }

    .faq__ttl,
    .sectionReviews_index .reviews__ttl, h1, .h1,
    .pageCatalogService__section_3 .reviews__ttl,
    .videoGallery__ttl, .improveGame__ttl,
    .checkout__ttl {
        font-size: 4rem;
    }

    h1, .h1 {
        font-size: 4rem;
    }

    h2, .h2 {
        font-size: 3.00752rem;
    }

    h3, .h3 {
        font-size: 2.33918rem;
    }

    h4, .h4 {
        font-size: 2rem;
    }

    h5, .h5 {
        font-size: 1.86916rem;
    }

    h6, .h6 {
        font-size: 1.66667rem;
    }
    .st_h1_1{
        font-size: 4rem;
    }
    .st_h2_1{
        font-size: 3.00752rem;
    }
    .reviews__ttl, .oftenBuy__ttl {
        font-size: 3rem;
    }


    .faq__btn {
        font-size: 1.6rem;
        min-height: 50px;
        line-height: 1.2;
        padding: 10px 62px;
    }

    .faq__btn:before {
        width: 28px;
        height: 28px;
        top: calc(50% - 14px);
        font-size: 2.6rem;
        padding: 2px 0 0 1px;
    }

    .faq__item_active .faq__btn:before {
        padding: 5px 0 0 1px;
    }

    .page__subttl {
        padding: 0 0 0 76px;
        font-size: 2rem;
    }

    .pageСatalog__section_1 {
        margin: 0 auto 30px;
    }

    .slider_1 {
        max-width: 100%;
        padding: 0;
    }

    .slider_1 .slider_1__item {
        padding: 0;
    }

    .cardGame_1:hover, .cardGame_1:focus {
        width: 246px;
        height: 299px;
    }

    .pageСatalog__section_1, .pageCatalogService__section_1 {
        margin: 0 auto 30px;
    }

    .pagination__list {
        margin: 0 20px;
    }


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

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

    .dashboard__login, .sort_2 {
        display: none;
    }

    .dashboard__signup, .dashboard__cart {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        width: 30px;
        height: 30px;
    }

    .dashboard__signup:hover,
    .dashboard__cart:hover,
    .dashboard__signup:focus,
    .dashboard__cart:focus {
        background: transparent;
    }

    .dashboard__cart:before {
        background: url(../image/design/ic_19.png) no-repeat;
    }

    .dashboard__signup:before {
        background: url(../image/design/ic_22.png) no-repeat;
        left: 0;
    }

    .count_cart {
        position: absolute;
        top: -14px;
        right: -14px;
    }

    .dashboard {
        max-width: 88px;
        width: 88px;
    }

    .menuMain__items {
        display: none;
    }

    .header__block_2 {
        max-width: 44px;
        width: 44px;
        min-width: 44px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
        flex: 0 0 44px;
    }

    .btnMobMenu {
        display: block;
    }

    .header__block_3 {
        max-width: 88px;
        width: 88px;
    }

    .header {
        padding: 14px 15px;
    }

    .pageCard_1__section_3 {
        margin: 23px auto 0;
        padding: 0 15px;
    }

    .pageCard_1 .sectionHeader {
        padding: 0 0 23px;
    }

    .pageCard_1__section_1 {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .pageCard_1__section_4 {
        padding: 0 15px;
    }

    .typeFarm_2 {
        margin: 0 auto;
    }

    .pageCard_1__section_2 {
        max-width: 100%;
        width: 100%;
        margin: 50px 0 0;
        padding: 0 15px;
    }

    /* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

    /* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

    .sectionFaq {
        padding: 30px 0;
    }

    .reviews:after {
        margin: 31px auto;
    }

    .sectionOftenBuy {
        padding: 0 0 63px;
    }

    .pageCard_3__section_4, .pageCard_1__section_5, .pageCard_2__section_4 {
        padding: 0 0 90px;
    }

    .pageCard_3__section_3 {
        margin: 0 0 80px;
    }

    .sectionReviews_index {
        padding: 0 0 83px;
    }

    .pageCatalogService__section_3 {
        padding: 0 0 34px;
    }

    .mechGallery__item, .mechGallery__item:active {
        margin: 0 15px 27px;
    }

    .slider_1 {
        margin: 35px auto 60px;
    }

    .dashboard.dashboard_auth {
        justify-content: flex-end;
        flex: none !important;
        width: 100% !important;
        max-width: 88px !important;
        gap: 8px;
        align-items: center;
    }
    .header__block_3.header__block_3_auth {
        flex: 0 0 88px !important;
        width: 88px !important;
        max-width: 88px !important;
        justify-content: flex-end !important;
    }
    .dashboard__balance {
        display: none;
    }
    .dashboard   .dashboard__logout {
        display: none;
    }
    /* Header-only — do not shrink profile avatars in LK */
    .header .wrapAvatar {
        width: 30px;
        height: 30px;
        padding: 2px;
        margin: 0;
        box-sizing: border-box;
    }
    .header .dashboard__avatar {
        margin: 0;
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }
    .header .dashboard__avatarStatus {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 975px) {
    .pageCatalogService__section_2__block_1 {
        max-width: 100%;
        float: none;
        margin: 0 0 30px;
    }

    .pageCatalogService__section_2__block_2 {
        max-width: 100%;
        float: none;
    }

}

@media screen and (max-width: 768px) {
    h1, .h1{
        font-size: 5.208rem;
    }

    .faq__ttl,
    .sectionReviews_index .reviews__ttl,
    .pageCatalogService__section_3 .reviews__ttl,
    .videoGallery__ttl, .improveGame__ttl,
    .checkout__ttl {
        font-size: 3rem;
    }

    h1, .h1 {
        font-size: 3rem;
    }

    h2, .h2 {
        font-size: 2rem;
    }

    h3, .h3 {
        font-size: 1.9rem;
    }

    h4, .h4 {
        font-size: 1.8rem;
    }

    h5, .h5 {
        font-size: 1.7rem;
    }

    h6, .h6 {
        font-size: 1.6rem;
    }

    .page__subttl {
        padding: 0 0 0 57px;
        font-size: 1.8rem;
    }

    .btnBack {
        font-size: 1.4rem;
    }

    .curvalueMMR, .reqvalueMMR {
        max-width: 260px;
        width: 260px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin: 0 auto;
        margin: 20px 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
    }

    .reqvalueMMR:before {
        position: absolute;
        top: -30px;
        left: calc(50% - 40px);
    }

    .valueMMR {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .reqvalueMMR:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .improveGame__box_1 {
        padding: 30px 0;
    }

    /* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

    .cardGame_2, .slider_2 {
        width: 100%;
        max-width: 100%;
    }

    .mechInfoTabs {
        display: block;
        max-width: 250px;
        width: 250px;
        height: 57px;
    }

    .mechInfoTabs:hover, .mechInfoTabs:focus {
        height: auto;
    }

    .mechInfoTabs:hover .mechInfoTab,
    .mechInfoTabs:focus .mechInfoTab,
    .mechInfoTab.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mechInfoTab {
        width: 100%;
        display: none;
    }
}

@media screen and (max-width: 685px) {
    .advantages_1__item {
        max-width: 100%;
        width: 100%;
    }

    .advantages_1__item__ttl {
        font-size: 2rem;
    }

    .advantages_1__item__img {
        max-width: 51px;
        width: 51px;
    }

    .cardGame_2, .slider_2 {
        width: 400px;
        max-width: 100%;
    }

    .bg_shadow:nth-of-type(1) {
        left: 20px;
        width: calc(100% - 40px);
    }

    .bg_shadow:nth-of-type(2) {
        left: 10px;
        width: calc(100% - 20px);
    }

    .cardGame_2__info {
        padding: 15px;
    }

    .cardGame_2__ttl {
        font-size: 2rem;
    }
}

@media screen and (max-width: 650px) {
    .footer_cont_2__box {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .wrapFooterMenu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 10px;
    }

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

    .gallery_2__item {
        width: 300px;
        max-width: 300px;
    }

}

@media screen and (max-width: 480px) {
    .footerMenu__list.columns {
        -webkit-column-count: 1;
        column-count: 1;
    }






    h1:before, .h1:before, .st_h1_1:before {
        display: none;
    }

    h1, .h1, .page__subttl, .st_h1_1 {
        padding: 0;
        display: block;
    }

    .gallery_3__item {
        max-width: 300px;
        width: 300px;
    }

    .cardGame_2, .slider_2 {
        width: 100%;
    }

    .bg_shadow:nth-of-type(1) {
        left: 20px;
        width: calc(100% - 40px);
    }

    .bg_shadow:nth-of-type(2) {
        left: 10px;
        width: calc(100% - 20px);
    }

    .pageCard_3__section_1 .h1,
    .pageCard_1__section_4 .h1,
    .pageCard_2__section_1 .h1,
    .pageCard_3__section_1 h1,
    .pageCard_1__section_4 h1,
    .pageCard_2__section_1 h1 {
        display: block;
    }

    .page__ttl__img {
        display: block;
        margin: 0 0 .383em 0;
    }

    .pageCard_3__section_1,
    .pageCard_1__section_4,
    .pageCard_2__section_1 {
        padding: 0 15px;
    }

    .improveGame__box_4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0 0;
    }

    /* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

    /* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

    /* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

    .typeFarm_2__box_3, .typeFarm_2__box_4 {
        padding: 0 15px 20px;
    }

    .typeFarm_2__box_5 {
        padding: 20px 15px;
    }

    .typeFarm_2__box_7 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        padding: 15px 15px 0;
    }

}

@media screen and (max-width: 350px) {
    .gamePayment {
        padding: 21px 5px;
    }
}

.alert {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.5rem 0.75rem 1.5rem 1.25rem;
    border-radius: 4px;
    margin: 1rem 0;
}

/* Псевдоэлемент для акцентной линии */
.alert::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
}

/* Стили для текстового элемента */
.alert__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: .5px;
    color: #ffffff;
    margin-left: 0.5rem;
}

/* Модификатор: Info */
.alert_info {
    background-image: linear-gradient(90deg, rgba(86, 79, 255, .24) -.1%, rgba(86, 79, 255, 0) 130%)
}

.alert_info::before {
    background-color: rgba(86, 79, 255, 0.78);
}

/* Модификатор: Warning */
.alert_warning {
    background-image: linear-gradient(90deg, rgba(255, 149, 72, .24) -.1%, rgba(255, 149, 72, 0) 130%)
}

.alert_warning::before {
    background-color: rgb(255 149 72/1);
}

/* Модификатор: Success */
.alert_success {
    background-image: linear-gradient(90deg, hsla(98, 53%, 64%, .24) -.1%, hsla(98, 53%, 64%, 0) 130%)
}

.alert_success::before {
    background-color: #38a169;
}

/* Модификатор: Error */
.alert_error {
    background-image: linear-gradient(90deg, rgba(255, 70, 97, .24) -.1%, rgba(255, 70, 97, 0) 130%)
}

.alert_error::before {
    background-color: #e53e3e;
}

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* extracted modules: see assets/css/* (map trimmed 2026-07-21) */

/* Public page refreshes remain outside the LK extraction path. */
/* Contacts page styles: assets/css/contacts-page.css (loaded from contacts/index.php). */
