a {
    color: #fff;
}

a:focus {
    color: inherit;
}

a:hover {
    color: inherit;
}

.color-normal {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-gray {
    color: #AFB9C4;
}

.color-white {
    color: #ffffff;
}

.color-orange {
    color: #E9A361;
}

.color-yellow {
    color: #FFCC00;
}

.color-red {
    color: #CA271A;
}

body {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
    background: #1F2630;
    font-size: 18px;
}

.tt-square {
    font-family: 'TT Squares';
}


.fancybox-skin {
    position: relative;
    background: #232835;
    color: #fff;
    border-radius: 0px;
}

.popup-form {
    width: 470px;
    padding: 20px;
}

.popup-form a.btn-yellow {
    height: 75px;
    line-height: 75px;
    padding: 0 20px;
    font-size: 22px;
    max-width:400px;
}

.bg-blue__container_btn a.btn-yellow {
    padding: 0 10px;
}
.popup-form.popup-wide {
    width: 700px;
}

.popup-form .header {
    font-size: 24px;
    margin-bottom: 10px;
}

.fancybox-close {
    top: 10px;
    right: 10px;
    width: 13px;
    height: 13px;
    background-image: url(../site_img/close.svg);
}

a.btn-yellow {
    height: 89px;
    line-height: 89px;
    border: 0;
    padding: 0 90px;
    color: #000000;
    font-size: 36px;
    border-radius: 0;
    background: #E9A361;
}

a.btn-yellow.disabled, a.btn-yellow.disabled:hover {
    color: #384252;
    background: #1F2630;
}

a.btn-yellow:hover {
    color: #384252;
    background: #ffcc9c;
}

a.btn-yellow.btn-small {
    width: 100%;
    min-width: auto;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    white-space: nowrap;
}

a.btn-yellow.btn-small.disabled, a.btn-yellow.btn-small.disabled:hover {
    color: #ffcc9c;
    border: 1px solid #ffcc9c;
}

.popup-form .d-flex > div {
    flex: 1;
    width: 100%;
}

.popup-form ol {
    padding-left: 20px;
}

.popup-form ol li {
    padding-bottom: 5px;
}

.bg-5-btns {
    padding-top: 20px;
    padding-bottom: 0;
}

.popup-form ol li:last-child {
    padding-bottom: 0px;
}

.ru-menu, .en-menu {
    background: #15171c;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
}

.ru-menu .footer_menu, .en-menu .footer_menu {
    justify-content: space-between;
}

.ru-menu .footer_menu .menu, .en-menu .footer_menu .menu {
    min-width: 115px;
    margin-right: 32px;
    padding-top: 20px;
}

.ru-menu .footer_menu a:first-child {
    margin-bottom: 16px;
    font-size: 18px;
    text-transform: uppercase;
}

.ru-menu .footer_menu a, .en-menu .footer_menu a {
    display: block;
    color: #7a818c;
    text-decoration: none;
    margin-bottom: 4px;
}

.ru-menu .footer_menu a:hover, .en-menu .footer_menu a:hover {
    color: #fff;
}

.ru-menu .soc_list_footer a {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    line-height: 35px;
    font: 0px Arial, Helvetica, sans-serif !important;
}

.ru-menu .soc_list_footer a.vk::before {
    background-position: -45px 0;
}

.ru-menu .soc_list_footer a.yt::before {
    background-position: -110px 0;
}

.ru-menu .soc_list_footer a.ok::before {
    background-position: -210px 0;
}

.ru-menu .soc_list_footer a.tg::before {
    background-position: -348px 0;
}

.ru-menu .soc_list_footer a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: url(../site_img/soc_new.webp) no-repeat;
    background-size: 382px 35px;
}

.ru-menu .footer_block, .en-menu .footer_block {
    padding-top: 18px;
    color: #7a818c;
    text-align: center;
}

.en-menu .footer_block {
    font-size: 12px;
    text-align: left;
}

.en-menu .footer_block a:hover {
    text-decoration: none;
}

.ru-menu .footer_block p {
    margin: 15px 0;
    font-size: 11px;
    line-height: 16px;
    cursor: default;
}

.en-menu .footer-logo {
    width: 73px;
    height: 73px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../site_img/logo-footer.jpg);
}

.header-main {
    background: #010202;
    position: relative;
    z-index: 999;
}

.header-top {
    background: #1f2630;
    padding: 5px 0;
}

.account_info > .account_image {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 5px;
    margin-right: 15px;
    background: url(/static/arwar.ru/img/main/page/details/user-default.jpg) no-repeat center;
}

.account_info > .account_image img {
    width: 100%;
}

.account_info > .account_name {
    position: relative;
}

.account_info > .account_name .name {
    color: #fff;
    position: relative;
    margin-left: 10px;
}

.account_info > .account_name a.sys-top-panel-log-in-nickname {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    line-height: 45px;
    padding: 0 15px;
    max-width: 167px;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account_info > .account_name a.sys-top-panel-log-in-nickname:before {
    content: '[';
    left: 0px;
}

.account_info > .account_name a.sys-top-panel-log-in-nickname:after {
    content: ']';
    right: 0px;
}

.account_info > .account_name a.sys-top-panel-log-in-nickname:before, .account_info > .account_name a.sys-top-panel-log-in-nickname:after {
    position: absolute;
    top: 50%;
    color: #8f9ea5;
    font-size: 19px;
    transform: translateY(-24px);
    z-index: 1;
}

.account_info .account_menu {
    position: absolute;
    margin: 0;
    background: #dae1e9;
    top: 100%;
    z-index: 9;
    width: 252px;
    list-style: none;
    left: 0px;
    padding: 5px 0;
    display: none;
}

.account_info:hover .account_menu {
    display: block;
}

.account_info .account_menu a {
    display: block;
    text-decoration: none;
    color: #23262d;
    height: 23px;
    line-height: 23px;
    padding: 2px 15px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'TT Squares';
    text-transform: uppercase;
}

.account_info .account_menu a:hover {
    background: #23262d;
    color: #fff;
}

.account_info > .account_name:after {
    content: '';
    display: block;
    width: 18px;
    height: 12px;
    background-image: url(/static/arwar.ru/img/main/page/details/menu_arr.png);
    background-repeat: no-repeat;
    background-position: -6px -26px;
    position: absolute;
    top: 19px;
    right: -25px;
}

.account_info:hover > .account_name:after {
    background-position: -6px -86px;
}

.account_info:hover > .account_name:before {
    content: '';
    display: inline-block;
    position: absolute;
    border-bottom: 10px solid #dae1e9;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    right: -26px;
}

.sitesearch.in_header {
    height: 31px;
    width: 200px;
    z-index: 2;
    border: 1px solid #4d5a6d;
    margin-left: auto;
}

form.sitesearch.in_header input {
    background: #4d5a6d;
    color: #adb6c3;
    border: 1px solid #4d5a6d;
    width: 100%;
    height: 30px;
    padding: 0px 10px;
    outline: 0;
}

form.sitesearch.in_header .input {
    flex: 1;
    width: 100%;
}

form.sitesearch.in_header .btn-block {
    width: 30px;
}

form.sitesearch button {
    height: 30px;
    width: 30px;
    background: #000 url(https://arwar.ru/static/arwar.ru/img/main/page/details/search.png);
    border: 0;
}

.user_block_top_button {
    width: 289px;
    display: block;
    margin-left: 30px;
    color: #000;
    font: bold 20px / 48px 'TT Squares', Tahoma, Geneva, sans-serif;
    text-align: center;
    text-transform: uppercase;
    background: #fecb00;
    border-top: 5px solid #1f2630;
    border-bottom: 5px solid #1f2630;
    border-left: 2px solid #1f2630;
    border-right: 2px solid #1f2630;
    cursor: pointer;
    user-select: none;
    z-index: 1;
}

.account_info:hover > .account_name:after {
    background-position: -6px -86px;
}

.cont_mr_auth {
    width: 178px;
    display: inline-block;
    overflow: hidden;
}

.cont_mr_auth .login_button {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background: url(/static/arwar.ru/img/main/page/details/top_auth_ico.png) no-repeat left center;
    cursor: pointer;
}

.cont_mr_auth .login_button strong:before, .cont_mr_auth .login_button strong:after {
    position: absolute;
    top: 50%;
    color: #4d5a6d;
    font: 26px / 26px Squares3, Arial, Helvetica, sans-serif;
    transform: translateY(-48%);
    z-index: 1;
}

.cont_mr_auth .login_button strong:before {
    content: '[';
    left: 30px;
}

.cont_mr_auth .login_button strong:after {
    content: ']';
    right: 0px;
}

.links_layout a {
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 12px;
    color: #adb6c3;
    font: 17px Arial, Helvetica, sans-serif;
    line-height: 24px;
    text-decoration: none;
    clear: left;
    margin-top: 7px;
    cursor: pointer;
}

#block_user_not_registered_not_authed a:hover {
    color: #fff;
}

#block_user_not_registered_not_authed a:hover {
    color: #adb6c3;
}

.mc-user-meta__avatar {
    float: left;
    background: #000;
    height: 45px;
    width: 45px;
}

.mc-user-meta__content {
    margin-left: 60px;
}

.mc-user-meta__name {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    font-size: 13px;
}

.mc-user-meta__links {
    font-size: 12px;
    color: rgba(255, 204, 0, 0.87);
}

.mc-user-meta__link a {
    color: rgba(255, 204, 0, 0.87);
    text-decoration: none;
}

.mc-user-meta__link {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}

.mc-user-header a {
    border-bottom-color: transparent;
    text-decoration: none;
    color: rgba(255, 204, 0, 0.87);
}

.header-main {
    padding: 5px 0;
}

.transparent-header {
    margin: 0 auto;
    max-width: 1050px;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
}

#user-block {
    flex: 1;
    width: 100%;
}

.transparent-header .search {
    margin-left: 20px;
    width: 210px;
}

.transparent-header .search .text {
    flex: 1;
    width: 100%;
}

.transparent-header .search .text input {
    height: 30px;
    padding: 0 10px;
    outline: 0;
    width: 100%;
    border: 0;
}

.transparent-header .search .btn-block {
    margin-left: 3px;
    width: 31px;
}

.transparent-header .search .btn-block button {
    height: 30px;
    width: 31px;
    background: linear-gradient(to bottom, #fddd47, #fccf2a);
    cursor: pointer;
    border: 0;
    align-items: center;
    display: flex;
}

.mc-user-meta__avatar img {
    height: auto;
    width: 100%;
}

.header-logo {
    margin: 0 auto;
    max-width: 1050px;
    padding: 30px 0 20px 0;
}

.language-switcher-locale-url {
    position: absolute;
    width: 100px;
    left: 10px;
    display: none;
}

.lang-container {
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
}

.lang-container a {
    display: block;
    color: #fff;
    font-size: 12px;
    height: 30px;
    text-decoration: none;
    line-height: 30px;
}

.lang-container .active {
    width: 100px;
    background: #585858;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px 9px 10px;
    cursor: pointer;
}

.mc-lang-icon {
    background: url(/sites/aw.my.com/themes/armor_games/img/sprite/lang-spr.png) no-repeat 0 0;
    width: 16px;
    height: 11px;
    display: inline-block;
    float: right;
    margin-top: 2px;
}

.mc-lang-icon--en {
    background-position: 0 -75px
}

.mc-lang-icon--de {
    background-position: 0 -30px
}

.mc-lang-icon--fr {
    background-position: 0 -15px
}

.mc-lang-icon--pl {
    background-position: 0 -45px
}

.lang-container:hover .language-switcher-locale-url {
    background: rgba(0, 0, 0, 0.9);
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lang-container:hover .language-switcher-locale-url a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px 9px 10px;
}

.lang-container:hover .language-switcher-locale-url a:hover, .lang-container .active:hover {
    color: #000;
    background: #fff;
}

.mc-user-meta__login {
    font-size: 18px;
    padding: 7px 25px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    background-image: linear-gradient(to bottom, #fddd47, #fccf2a);
    border: 0;
    cursor: pointer;
}

.logo-container {
    padding: 40px 0;
}

.slide-one .image {
    display: flex;
    height: 550px;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 50px;
}

.btn img {
    margin: 0 8px;
}

.bg-top {
    background: url(../site_img/bg1.jpg) no-repeat top center;
    padding-top: 50px;
    height: 900px;
    position: relative;
}

.bg-top h2 {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 12px;
}

.bg-top h1 {
    font-size: 84px;
    line-height: 1;
}

.bg-top h3 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
}

.bg-orange {
    background: linear-gradient(90deg, rgba(175, 88, 35, 0) 0%, #E9A361 50%, rgba(175, 88, 35, 0) 100%);
    padding: 30px 0 20px 0;
}

.bg-top .bg-orange {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bg-top__container {
    margin: 0 auto;
    max-width: 620px;
}

.bg2 {
    background: url(../site_img/bg2.jpg) no-repeat top center;
    padding-top: 100px;
}

.bg2 h2 {
    font-size: 50px;
}

.bg2 .bg-orange {
    padding: 40px 0 20px 0;
    margin-bottom: 50px;
}

.bxslider-wrapper {
    width: 780px;
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
    font-weight: bold;
    color: #FFF4AC;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -37px;
    outline: 0;
    width: 31px;
    height: 56px;
    z-index: 99;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
    left: -100px;
    background: url(../site_img/arrow-left.svg) no-repeat;
}

.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
    right: -100px;
    background: url(../site_img/arrow-right.svg) no-repeat;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: block;
    opacity: 0.2;
}

.bxslider2-wrapper {
    max-width: 870px;
    margin: 0 auto 100px auto;
}

.bxslider2__advantage {
    align-items: center;
    margin-bottom: 20px;
}

.bxslider2__advantage__image {
    padding: 0 10px;
}

.bxslider2__advantage__text {
    flex: 1;
    width: 100%;
}

.bxslider2__advantage__text p {
    margin-bottom: 0;
    font-size: 16px;
}

.bxslider2__advantage__text h4 {
    font-size: 28px;
    line-height: 1;
}

.bg2 h3 {
    font-size: 64px;
    margin-bottom: 50px;
}

.game-field {
    width: 1092px;
    height: 1144px;
    margin: 0 auto;
    background: url(../site_img/bg-game.png) no-repeat top center;
    position: relative;
}

.game-point {
    position: absolute;
    width: 101px;
    height: 101px;
    border-radius: 50%;
    line-height: 101px;
    font-size: 35px;
    cursor: pointer;
}

.game-point[data-id="0"] {
    display: none;
}

.game-point[data-id="1"] {
    top: 83px;
    left: 230px;
}

.game-point[data-id="2"] {
    top: 50px;
    left: 339px;
}

.game-point[data-id="3"] {
    top: 43px;
    left: 454px;
}

.game-point[data-id="4"] {
    top: 50px;
    left: 569px;
}

.game-point[data-id="5"] {
    top: 83px;
    left: 679px;
}

.game-point[data-id="6"] {
    top: 149px;
    left: 773px;
}

.game-point[data-id="7"] {
    top: 249px;
    left: 856px;
}

.game-point[data-id="8"] {
    top: 352px;
    left: 913px;
}

.game-point[data-id="9"] {
    top: 463px;
    left: 941px;
}

.game-point[data-id="10"] {
    top: 579px;
    left: 941px;
}

.game-point[data-id="11"] {
    top: 692px;
    left: 915px;
}

.game-point[data-id="12"] {
    top: 797px;
    left: 866px;
}

.game-point[data-id="13"] {
    top: 886px;
    left: 793px;
}

.game-point[data-id="14"] {
    top: 952px;
    left: 698px;
}

.game-point[data-id="15"] {
    top: 992px;
    left: 589px;
}

.game-point[data-id="16"] {
    top: 999px;
    left: 473px;
}

.game-point[data-id="17"] {
    top: 981px;
    left: 358px;
}

.game-point[data-id="18"] {
    top: 935px;
    left: 252px;
}

.game-point[data-id="19"] {
    top: 865px;
    left: 160px;
}

.game-point[data-id="20"] {
    top: 772px;
    left: 90px;
}

.game-point[data-id="21"] {
    top: 665px;
    left: 48px;
}

.game-point[data-id="22"] {
    top: 549px;
    left: 38px;
}

.game-point[data-id="23"] {
    top: 435px;
    left: 54px;
}

.game-point[data-id="24"] {
    top: 331px;
    left: 105px;
}

.game-point[data-id="25"] {
    top: 247px;
    left: 185px;
}

.game-point[data-id="26"] {
    top: 189px;
    left: 285px;
}

.game-point[data-id="27"] {
    top: 162px;
    left: 398px;
}

.game-point[data-id="28"] {
    top: 169px;
    left: 514px;
}

.game-point[data-id="29"] {
    top: 211px;
    left: 622px;
}

.game-point[data-id="30"] {
    top: 281px;
    left: 714px;
}

.game-point[data-id="31"] {
    top: 370px;
    left: 789px;
}

.game-point[data-id="32"] {
    top: 479px;
    left: 827px;
}

.game-point[data-id="33"] {
    top: 595px;
    left: 825px;
}

.game-point[data-id="34"] {
    top: 703px;
    left: 786px;
}

.game-point[data-id="35"] {
    top: 794px;
    left: 713px;
}

.game-point[data-id="36"] {
    top: 856px;
    left: 617px;
}

.game-point[data-id="37"] {
    top: 886px;
    left: 505px;
}

.game-point[data-id="38"] {
    top: 876px;
    left: 389px;
}

.game-point[data-id="39"] {
    top: 824px;
    left: 286px;
}

.game-point[data-id="40"] {
    top: 740px;
    left: 208px;
}

.game-point[data-id="41"] {
    top: 633px;
    left: 161px;
}

.game-point[data-id="42"] {
    top: 517px;
    left: 161px;
}

.game-point[data-id="43"] {
    top: 410px;
    left: 205px;
}

.game-point[data-id="44"] {
    top: 328px;
    left: 285px;
}

.game-point[data-id="45"] {
    top: 288px;
    left: 393px;
}

.game-point[data-id="46"] {
    top: 295px;
    left: 510px;
}

.game-point[data-id="47"] {
    top: 348px;
    left: 613px;
}

.game-point[data-id="48"] {
    top: 434px;
    left: 686px;
}

.game-point[data-id="49"] {
    top: 548px;
    left: 706px;
}

.game-point[data-id="50"] {
    top: 657px;
    left: 673px;
}

.game-point[data-id="51"] {
    top: 740px;
    left: 593px;
}

.game-point[data-id="52"] {
    top: 766px;
    left: 481px;
}

.game-point[data-id="53"] {
    top: 736px;
    left: 371px;
}

.game-point[data-id="54"] {
    top: 652px;
    left: 294px;
}

.game-point[data-id="55"] {
    top: 538px;
    left: 279px;
}

.game-point[data-id="56"] {
    top: 437px;
    left: 331px;
}

.game-point[data-id="57"] {
    top: 408px;
    left: 440px;
}

.game-point[data-id="58"] {
    top: 468px;
    left: 552px;
}

.game-point[data-id="59"] {
    top: 576px;
    left: 592px;
}

.game-point[data-id="60"] {
    top: 551px;
    left: 391px;
    width: 191px;
    height: 185px;
    line-height: 185px;
    font-size: 56px;
}

.game-point.money:after {
    content: url(../site_img/money.png);
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -33px;
}

.game-point.coin-green:after {
    content: url(../site_img/coin-green.png);
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -26px;
}

.game-point.coin-gold:after {
    content: url(../site_img/coin-gold.png);
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -26px;
}

.game-point.chest:after {
    content: url(../site_img/chest.png);
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -35px;
}

.game-point.camo:after {
    content: url(../site_img/camo.png);
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -24px;
}

.game-point.x3:after {
    content: url(../site_img/x3.png);
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -30px;
}

.game-point.chest-big:after {
    content: url(../site_img/chest-big.png);
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -53px;
}

.game-point.past {
    background: url(../site_img/cell-past.png);
}

.game-point.current {
    background: url(../site_img/cell-current.png);
}

.game-legend {
    max-width: 920px;
    margin: -10px auto 50px auto;
    font-size: 18px;
}

.game-legend__one {
    width: calc(33.33% - 13px);
}

.game-legend__block {
    justify-content: space-around;
    gap: 20px;
}

.game-legend h4 {
    margin-bottom: 30px;
    font-size: 24px;
}

.game-legend__one .d-flex {
    margin: 0 auto 10px auto;
    gap: 12px;
    font-size: 28px;
    font-weight: bold;
    width: 94px;
    align-items: center;
}

.balance-box {
    font-size: 36px;
}

.balance-box img {
    margin: -5px 10px 0 0;
}

.bg-blue {
    background: linear-gradient(90deg, rgba(31, 38, 48, 0) 0%, #1F2630 50%, rgba(31, 38, 48, 0) 100%);
    padding: 20px 0;
    margin-bottom: 25px;
}

.bg-blue__container {
    max-width: 710px;
    margin: 0 auto;
    gap: 10px;
}

.bg-blue__container_btn {
    width: 440px;
}

.bg-blue__container_btn a {
    width: 100%;
}

.bg-blue__container__info {
    flex: 1;
    width: 100%;
    font-size: 24px;
}

.bg-blue__container__info__one {
    gap: 10px;
}

.bg-blue__container__info__price {
    width: 58px;
}

.bg-gray {
    background: url(../site_img/block.png) no-repeat center center;
    background-size: cover;
    width: 986px;
    height: 269px;
    padding: 36px 40px 10px 40px;
    color: #1F2630;
    margin: 0 auto 100px auto;
    display:flex;
    align-items:center;
}

.bg-gray p {
    margin-bottom:10px;
}

.bg-snow-bottom_bg-orange {
    max-width: 1600px;
    margin: 0 auto;
}

.raits {
    background: url(../site_img/rate-bg.png) no-repeat top center;
    height: 1292px;
}

.color-gray2 {
    color: #384252;
}

.raits-block {
    font-size: 24px;
    width: 500px;
    line-height: 1.1;
    position: absolute;
    top: 608px;
    left: 440px;
}

.bg2 .raits-block h3 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.raits-block a.btn-yellow {
    width: 100%;
    padding: 0 10px;
    max-width: 450px;
    font-size: 30px;
}

.bg3 .slide-one {
    position: relative;
}

.bg3 {
    background: url(../site_img/bg3.jpg) no-repeat top center;
    padding-bottom: 130px;
}

.tanks-slider {
    position: relative;
}

.bg3 .slide-one .header {
    width: 100%;
    height: 81px;
    line-height: 81px;
    position: absolute;
    background: #090A13AB;
    left: 50%;
    margin-left: -50%;
    top: 625px;
    font-size: 28px;
}

.bg3 .block-table .block-table-col {
    flex: 1;
    font-size: 16px;
}

.bg3 .block-table .block-table-one-header {
    color: #FFDC62;
    align-items: center;
    margin-bottom: 1px;
    font-size: 18px;
    font-weight: bold;
}

.bg3 .block-table {
    position: relative;
}

.bg3 .block-table .block-table-one-header span:first-child {
    margin-right: 10px;
}

.bg3 .block-table .block-table-one {
    background: #181A2F80;
    min-height: 170px;
    padding: 15px;
    border: 1px dashed #FFCC00;
}

.bg3 .block-table .block-table-one .block-table-one-line {
    display: flex;
    border-bottom: 1px dashed #AFB9C4;
    padding: 5px 0;
    align-items: center;
    justify-content: space-between;
}

.bg3 .block-table .block-table-one .block-table-one-line:last-child {
    border-bottom: 0;
}

.bg3 .block-table .block-table-one .block-table-one-line span:last-child {
    color: #AFB9C4;
}

.bg3 .bg-orange {
    padding: 50px 0;
}

.bg3 h2 {
    font-size: 50px;
    line-height: 1;
}

.bg3 .slide-level {
    font-size: 18px;
    font-weight: 600;
    color: #FFDC62;
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.bg3 .slide-level:before, .bg3 .slide-level:after {
    content: '';
    width: calc(50% - 158px);
    position: absolute;
    left: 0;
    height: 1px;
    background: #FFDC62;
    top: 10px;
}

.bg3 .slide-level:after {
    right: 0;
    left: auto;
}

.bg3 .slide-one .bg-orange {
    font-size: 40px;
    margin-bottom: 72px;
}

.tanks-slider .ballance-box {
    position: absolute;
    font-size: 28px;
    width: 100%;
    top: 805px;
}

.bg3 .slide-text, .bg3 .block-table {
    max-width: 960px;
    margin: 0 auto 30px auto;
}

.bg3 .bx-wrapper .bx-controls-direction a {
    margin-top: -40px;
    left: 50%;
    top: 722px;
}

.bg3 .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-left: -478px;
}

.bg3 .bx-wrapper .bx-controls-direction a.bx-next {
    margin-left: 451px;
}

.block-table-one-line span:first-child {
    font-weight: bold;
    font-family: 'TT Squares';
}

.bg-snow {
    background: url(../site_img/bg-snow.jpg) no-repeat top center;
    color: #1F2630;
    position: relative;
    z-index: 1;
}

.bg-snow-top {
    background: url(../site_img/bg4-top.png) no-repeat top center;
    padding-top: 120px;
    padding-bottom: 30px;
    margin-top: -120px;
    color: #1F2630;
}

.bg-snow-top h2 {
    font-size: 50px;
    padding-bottom: 25px;
    margin: 0;
    line-height: 1;
}

.bg-snow-top h4 {
    font-size: 20px;
    padding-bottom: 45px;
    margin: 0;
    line-height: 1;
}

.bg-snow-top h3 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
}

.block-table__icon {
    position: absolute;
    content: '';
}

.block-table__icon.icon1 {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    left: -6px;
    top: -6px;
    background: #FFCC00;
}

.block-table__icon.icon2 {
    width: 14px;
    height: 14px;
    margin-left: -8px;
    top: -8px;
    left: 50%;
    background: url(../site_img/star.svg) no-repeat center center;
    background-size: cover;
}

.block-table__icon.icon3 {
    width: 14px;
    height: 16px;
    top: -7px;
    right: -7px;
    background: url(../site_img/snow-icon.svg) no-repeat center center;
    background-size: cover;
}

.block-table__icon.icon4 {
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(-18deg);
    left: -6px;
    background: url(../site_img/star.svg) no-repeat center center;
    background-size: cover;
}

.block-table__icon.icon5 {
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
    left: 50%;
    background: url(../site_img/star.svg) no-repeat center center;
    background-size: cover;
}

.block-table__icon.icon6 {
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(18deg);
    right: -6px;
    background: url(../site_img/star.svg) no-repeat center center;
    background-size: cover;
}

.block-table__icon.icon7 {
    width: 20px;
    height: 22px;
    bottom: -10px;
    left: -10px;
    background: url(../site_img/snow-icon.svg) no-repeat center center;
    background-size: cover;
}

.block-table__icon.icon8 {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
    background: #FFCC00;
}

.block-table__icon.icon9 {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    right: -6px;
    bottom: -6px;
    background: #FFCC00;
}

.color-yellow2 {
    color: #FFF4AC;
}

.bg-snow .bg-orange {
    color: #384252;
}

.bg-snow .bg-orange h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
}

.bg-snow h4 {
    font-size: 20px;
    margin: 30px 0 40px 0;
}

.bg-snow h3 {
    font-size: 28px;
    margin-bottom: 25px;
}

.presents {
    width: 796px;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
    font-size: 16px;
    margin-bottom: 100px;
}

.presents > div {
    border: 1px dashed #FE263D;
    width: 25%;
    padding: 10px;
}

.presents > div .image {
    margin-bottom: 12px;
    height: 150px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.presents > div.presents__icon {
    border: 0;
    position: absolute;
    content: '';
    padding: 0px;
}

.presents__icon.icon1 {
    width: 33px;
    height: 33px;
    margin-top: -16px;
    margin-left: -16px;
    top: 0;
    left: 0%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
}

.presents__icon.icon2 {
    width: 34px;
    height: 40px;
    margin-top: -20px;
    margin-left: -17px;
    top: 0;
    left: 25%;
    background: url(../site_img/red-snow.svg) no-repeat center center;
    background-size: cover;
}

.presents__icon.icon3 {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    top: 0;
    left: 50%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(18deg);
}

.presents__icon.icon4 {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: -6px;
    margin-left: -6px;
    top: 0;
    left: 75%;
    background: #FE263D;
}

.presents__icon.icon5 {
    width: 33px;
    height: 33px;
    margin-top: -16px;
    margin-left: -16px;
    top: 0;
    left: 100%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(18deg);
}

.presents__icon.icon6 {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    top: 25%;
    left: 0%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(-18deg);
}

.presents__icon.icon7 {
    width: 20px;
    height: 20px;
    margin-top: -11px;
    margin-left: -11px;
    top: 25%;
    left: 25%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(-18deg);
}

.presents__icon.icon8 {
    width: 34px;
    height: 40px;
    margin-top: -20px;
    margin-left: -17px;
    top: 25%;
    left: 50%;
    background: url(../site_img/red-snow.svg) no-repeat center center;
    background-size: cover;
}

.presents__icon.icon9 {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    top: 25%;
    left: 75%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(18deg);
}

.presents__icon.icon10 {
    width: 24px;
    height: 30px;
    margin-top: -15px;
    margin-left: -12px;
    top: 25%;
    left: 100%;
    background: url(../site_img/red-snow.svg) no-repeat center center;
    background-size: cover;
}

.presents__icon.icon11 {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: -6px;
    margin-left: -6px;
    top: 50%;
    left: 0%;
    background: #FE263D;
}

.presents__icon.icon12 {
    width: 24px;
    height: 30px;
    margin-top: -15px;
    margin-left: -12px;
    top: 50%;
    left: 25%;
    background: url(../site_img/red-snow.svg) no-repeat center center;
    background-size: cover;
}

.presents__icon.icon13 {
    width: 14px;
    height: 14px;
    margin-top: -8px;
    margin-left: -8px;
    top: 50%;
    left: 50%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(18deg);
}

.presents__icon.icon15 {
    width: 14px;
    height: 14px;
    margin-top: -8px;
    margin-left: -7px;
    top: 50%;
    left: 100%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(-18deg);
}

.presents__icon.icon16 {
    width: 20px;
    height: 20px;
    margin-top: -11px;
    margin-left: -11px;
    top: 75%;
    left: 0%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(-18deg);
}

.presents__icon.icon17 {
    width: 14px;
    height: 14px;
    margin-top: -8px;
    margin-left: -7px;
    top: 75%;
    left: 25%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(-18deg);
}

.presents__icon.icon18 {
    width: 33px;
    height: 33px;
    margin-top: -17px;
    margin-left: -16px;
    top: 75%;
    left: 50%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(-18deg);
}

.presents__icon.icon19 {
    width: 34px;
    height: 40px;
    margin-top: -20px;
    margin-left: -17px;
    top: 75%;
    left: 75%;
    background: url(../site_img/red-snow.svg) no-repeat center center;
    background-size: cover;
}

.presents__icon.icon20 {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: -7px;
    margin-left: -7px;
    top: 75%;
    left: 100%;
    background: #FE263D;
}

.presents__icon.icon21 {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: -6px;
    margin-left: -6px;
    top: 100%;
    left: 0%;
    background: #FE263D;
}

.presents__icon.icon22 {
    width: 20px;
    height: 20px;
    margin-top: -11px;
    margin-left: -11px;
    top: 100%;
    left: 25%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(18deg);
}

.presents__icon.icon23 {
    width: 34px;
    height: 40px;
    margin-top: -20px;
    margin-left: -17px;
    top: 100%;
    left: 50%;
    background: url(../site_img/red-snow.svg) no-repeat center center;
    background-size: cover;
}

.presents__icon.icon24 {
    width: 14px;
    height: 14px;
    margin-top: -8px;
    margin-left: -7px;
    top: 100%;
    left: 75%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(18deg);
}

.presents__icon.icon25 {
    width: 33px;
    height: 33px;
    margin-top: -15px;
    margin-left: -15px;
    top: 100%;
    left: 100%;
    background: url(../site_img/red-star.svg) no-repeat center center;
    background-size: cover;
    transform: rotate(18deg);
}

.bg-snow-bottom {
    background: url(../site_img/bg4-bottom.png) no-repeat bottom center;
    padding-bottom: 50px;
}

.bant:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 93px;
    height: 93px;
    background: url(../site_img/bant.png) no-repeat center center;
    background-size: cover;
}

.bg6 {
    background: url(../site_img/bg6.jpg) no-repeat top center;
    margin-top: -25px;
    padding-top: 75px;
    height: 1359px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.bg6-info {
    max-width: 880px;
    margin: 0 auto;
}

.bg6-btn {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 350px;
}

.slick-slider {
    padding: 0 60px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 31px;
    height: 56px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-slider-one {
    background: #0E131880;
    height: 300px;
    display: flex;
    padding: 10px;
    border: 1px dashed #FFF4AC33;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px 0 0 0;
}

.slick-prev {
    left: 10px;
    background: url(../site_img/arrow-left.svg) no-repeat;
}

.slick-next {
    right: 10px;
    background: url(../site_img/arrow-right.svg) no-repeat;
}

.slick-slider-one:before {
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    z-index: 10;
}

.slick-slider-one:after {
    position: absolute;
    top: 100%;
    left: 100%;
    content: '';
    z-index: 10;
}

.slick-slider-one.star1:before {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: -6px;
    margin-left: -6px;
    background: #FFF4AC;
}

.slick-slider-one.star1:after {
    width: 20px;
    height: 20px;
    margin-top: -11px;
    margin-left: -7px;
    background: url(../site_img/star-gold.svg) no-repeat center center;
    background-size: cover;
}

.slick-slider-one.star2:before {
    width: 20px;
    height: 20px;
    margin-top: -11px;
    margin-left: -7px;
    background: url(../site_img/star-gold.svg) no-repeat center center;
    background-size: cover;
}

.slick-slider-one.star2:after {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    background: url(../site_img/snow-gold.svg) no-repeat center center;
    background-size: cover;
}

.slick-slider-one.star3:before {
    width: 20px;
    height: 20px;
    margin-top: -11px;
    margin-left: -7px;
    background: url(../site_img/snow-gold.svg) no-repeat center center;
    background-size: cover;
}

.slick-slider-one.star3:after {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: -6px;
    margin-left: -6px;
    background: #FFF4AC;
}

button:focus {
    outline: none
}

.bg6-info h3 {
    font-size: 28px;
    margin: 25px 0;
}

.path-container {
    max-width: 1020px;
    gap: 30px;
    margin: 0 auto 90px auto;
}

.path-container__one {
    width: calc(33.33% - 20px);
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    padding: 40px 13px;
    border: 1px dashed #FFF4AC;
}

.path-container__one h4 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.bg7 {
    height: 781px;
    padding: 102px;
    background: #fff;
    background: url(../site_img/bg7.jpg) no-repeat top center;
}

.present-box {
    font-size: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.present-box a.btn-yellow {
    color: #FFF4AC;
}

.present-box h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 25px;
    color: #1F2630;
}

.present-box h3 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 25px;
    color: #1F2630;
}

.bg2 .bg-orange p {
    margin: 0;
}

.balance-container {
    margin: 0 auto 20px auto;
    width: 500px;
    gap: 30px;
}

.balance-container > div {
    width: calc(50% - 15px);
}

@media (max-width: 1920px) {
    .bg5 {
        background-size: initial;
    }
}

@media (max-width: 1560px) {
    .raits-block {
        left: 209px;
    }

    .bg5 .header1 {
        line-height: 1;
    }

    .bg5 .header1:after {
        bottom: 105px;
    }

    .slick-slider-one {
        background: #0E131880;
        height: 260px;
    }
}

@media (max-width: 1100px) {
    .slick-slider-one img {
        max-height: 150px;
    }

    .game-field {
        width: 710px;
        background: url(../site_img/bg-game-mobile.png) no-repeat top center;
        padding: 55px 84px;
        display: flex;
        flex-wrap: wrap;
        gap: 22px 9px;
        height: auto;
    }

    .game-point {
        position: relative;
        width: 101px;
        top: auto !important;
        left: auto !important;
    }

    .game-point.money:after {
        content: '';
        background: url(../site_img/money.png);
        background-size: contain;
        top: -15px;
        left: 50%;
        height: 40px;
        width: 40px;
        margin-left: -20px;
    }

    .game-point.coin-green:after {
        content: '';
        background: url(../site_img/coin-green.png);
        background-size: contain;
        top: -12px;
        left: 50%;
        height: 38px;
        width: 40px;
        margin-left: -20px;
    }

    .game-point.coin-gold:after {
        content: '';
        background: url(../site_img/coin-gold.png);
        background-size: contain;
        top: -12px;
        left: 50%;
        height: 38px;
        width: 40px;
        margin-left: -20px;
    }

    .game-point.chest:after {
        content: '';
        background: url(../site_img/chest.png);
        background-size: contain;
        top: -8px;
        left: 50%;
        height: 33px;
        width: 40px;
        margin-left: -20px;
    }

    .game-point.camo:after {
        content: '';
        background: url(../site_img/camo.png);
        background-size: contain;
        top: -10px;
        left: 50%;
        height: 30px;
        width: 30px;
        margin-left: -15px;
    }

    .game-point.x3:after {
        content: '';
        background: url(../site_img/x3.png);
        background-size: contain;
        top: -12px;
        left: 50%;
        height: 38px;
        width: 40px;
        margin-left: -20px;
    }

    .game-point.chest-big:after {
        content: '';
        background: url(../site_img/chest-big.png);
        background-size: contain;
        top: -32px;
        left: 50%;
        height: 68px;
        width: 80px;
        margin-left: -35px;
    }

    .game-point[data-id="0"] {
        display: block;
        background: transparent;
    }

    .game-point[data-id="60"] {
        margin-left: 160px;
        margin-top: 24px;
    }

    .path-container__img {
        margin-top: auto;
    }

    .path-container__one {
        display: flex;
        flex-direction: column;
    }

    .raits {
        background: url(../site_img/rate-bg.png) no-repeat top center;
        background-size: 1100px auto;
        height: 750px;
    }

    .raits-block {
        left: 255px;
        top: 365px;
        font-size: 20px;
    }

    .bg2 .raits-block h3 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .bg2 .raits-block .mt50 {
        margin-top: 16px;
    }
}

@media (max-width: 1100px) {
    a.btn-yellow {
        min-width: auto;
    }

    .ru-menu .footer_menu a:first-child {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .ru-menu .soc_list_footer a {
        width: 25px;
    }

    .bg-gray {
        width: 100%;
        height: auto;
        padding: 20px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {

    .popup-form ol {
        padding-left: 15px;
    }

    .popup-form.popup-wide {
        width: 700px;
    }

    .bg-top {
        position: relative;
        background-size: 1500px auto;
        min-height: 670px;
    }

    .bg-orange {
        padding: 20px 0;
    }

    .bxslider-wrapper {
        width: 100%;
        padding: 0 50px;
    }

    .bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
        left: -50px;
    }

    .bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
        right: -50px;
    }

    .daily {
        max-width: 582px;
    }

    .raits-block {
        left: 160px;
        top: 365px;
    }

    .bg3 .slide-one .bg-orange {
        font-size: 40px;
        margin-bottom: 72px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .bg3 .bx-wrapper .bx-controls-direction a.bx-next {
        margin-left: 0;
        right: 5px;
        left: auto;
    }

    .bg3 .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: 0;
        left: 5px;
    }

    .raits-block a.btn-yellow {
        line-height: 60px;
        height: 60px;
        max-width: 100%;
        padding: 0 10px;
        font-size:24px;
    }

    .bg7 {
        padding: 30px 15px;
    }

    .bg3 .slide-text, .bg3 .block-table {
        margin: 0 20px;
    }

    .presents {
        width: 700px;
    }
}

@media (max-width: 768px) {
    .bg-top h1 {
        font-size: 30px;
    }

    .bg-top h2 {
        font-size: 36px;
    }

    .bg-top {
        background-size: 960px auto;
        min-height: auto;
        height: 450px;
    }

    .bg-top h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .bg-orange {
        padding: 15px 0;
    }

    .transparent-header .search {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .lang-container {
        margin-left: 0;
        padding: 0;
        margin-top: 10px;
    }

    .white-header .stripe {
        display: none;
    }

    body {
        font-size: 13px;
    }

    a.btn-yellow {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding: 0 20px;
        width: 100%;
    }

    .bg3 .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: 0;
        left: 5px;
    }

    .bg-5-btns {
        padding: 20px 15px;
    }

    .fs10 {
        font-size: 12px !important;
    }

    .popup-form, .popup-form.popup-wide {
        width: 100%;
    }

    .ru-menu .footer_menu .menu, .en-menu .footer_menu .menu {
        margin-right: 15px;
        min-width: auto;
    }

    .en-menu .footer_menu {
        flex-wrap: wrap;
    }

    .en-menu .footer_menu > div:first-child {
        width: 100%;
        text-align: center;
    }

    .sitesearch.in_header {
        margin: 0 0 10px 0;
        width: 100%;
    }

    .user_block_top_button {
        display: none;
    }

    .header-block {
        padding: 0 10px;
    }

    .slide-one .image {
        height: 280px;
    }

    .bg5 .slide-level:before, .bg5 .slide-level:after {
        width: calc(50% - 90px);
        top: 12px;
    }

    .first .ballance-box {
        top: 570px;
    }

    .bg5 .block-table .block-table-col {
        padding: 0;
    }

    .bg5 .header1 {
        font-size: 48px;
        padding: 60px 0 10px 0;
    }

    .tanks-slider, .banner {
        margin: 0 auto 30px auto;
    }

    .tanks-slider.first {
        padding-top: 275px;
    }

    .popup-form .header {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .bg2 {
        padding-top: 40px;
    }

    .bg2 h2 {
        font-size: 36px;
    }

    .bxslider-wrapper {
        width: 100%;
        padding: 0 30px;
    }

    .bx-wrapper .bx-controls-direction a {
        margin-top: -37px;
        width: 22px;
        height: 40px;
        background-size: cover;
    }

    .bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
        left: -30px;
        width: 22px;
        height: 40px;
        background-size: cover;
    }

    .bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
        right: -30px;
        width: 22px;
        height: 40px;
        background-size: cover;
    }

    .bg2 .bg-orange {
        padding: 15px 0;
        margin-bottom: 20px;
    }

    .bg2 .bg-orange h4 {
        font-size: 16px;
    }

    .bxslider2__advantage__text h4 {
        font-size: 20px;
    }

    .bxslider2__advantage__image {
        padding: 0 10px 0 0;
        width: 60px;
    }

    .bxslider2__advantage__text p {
        font-size: 13px;
    }

    .mt50 {
        margin-top: 20px;
    }

    .bxslider2-wrapper {
        margin: 0 auto 40px auto;
    }

    .bg2 h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .game-field {
        width: 290px;
        background: url(../site_img/bg-game-mobile.png) no-repeat top center;
        background-size: 312px auto;
        margin: 0 auto;
        padding: 26px 25px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 5px;
        height: auto;
    }

    .game-point {
        position: relative;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
    }

    .game-point.current {
        background-size: cover;
    }

    .game-point.past {
        background-size: cover;
    }

    .game-point.money:after {
        top: -16px;
        height: 25px;
        width: 26px;
        margin-left: -12px;
    }

    .game-point.coin-green:after {
        top: -10px;
        height: 21px;
        width: 22px;
        margin-left: -11px;
    }

    .game-point.coin-gold:after {
        top: -10px;
        height: 21px;
        width: 22px;
        margin-left: -11px;
    }

    .game-point.chest:after {
        top: -8px;
        height: 19px;
        width: 23px;
        margin-left: -11px;
    }

    .game-point.camo:after {
        top: -6px;
        height: 17px;
        width: 23px;
        margin-left: -11px;
    }

    .game-point.x3:after {
        top: -10px;
        height: 21px;
        width: 22px;
        margin-left: -11px;
    }

    .game-point.chest-big:after {
        top: -16px;
        height: 34px;
        width: 40px;
        margin-left: -17px;
    }

    .game-point[data-id="60"] {
        margin-left: 75px;
        margin-top: 9px;
        width: 81px;
        height: 81px;
        line-height: 81px;
        font-size: 34px;
    }

    .game-legend {
        margin: 30px auto;
        font-size: 16px;
    }

    .game-legend__one {
        width: 100%;
        margin-bottom: 30px;
    }

    .bg-blue__container_btn {
        width: 100%;
        margin-top: 20px;
    }

    .raits-block {
        left: 65px;
        width: calc(100% - 30px);
        font-size: 18px;
        top: 330px
    }

    .raits {
        background-size: 992px auto;
    }

    .bg2 .raits-block h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .bg3 h2 {
        font-size: 25px;
        line-height: 1.2;
    }

    .bg3 .slide-one .bg-orange {
        font-size: 17px;
        margin-bottom: 50px;
        padding: 20px 30px;
    }

    .bg3 .bx-wrapper .bx-controls-direction a.bx-next {
        margin-left: 0;
        right: 5px;
        left: auto;
    }

    .presents {
        width: 100%;
        margin-bottom: 0;
    }

    .bg7 {
        padding: 40px 0;
    }

    .present-box h2 {
        font-size: 24px;
    }

    .present-box h3 {
        font-size: 20px;
    }

    .pt25 {
        padding-top: 0;
    }

    .bg7 {
        height: auto;
        color: #1F2630;
    }

    .presents > div .image img {
        max-height: 100%;
    }

    .bg3 .bg-orange {
        padding: 20px 0;
    }

    .bant:after {
        width: 40px;
        height: 40px;
    }

    .bg-snow {
        padding: 0 15px;
    }

    .presents > div {
        width: 50%;
    }

    .presents__icon.icon25 {
        width: 22px;
        height: 22px;
    }

    .presents__icon.icon5 {
        width: 23px;
        height: 23px;
    }

    .bg-gray {
        font-weight: normal !important;
        margin-bottom: 30px;
        font-size: 14px;
    }

    .bg3 .slide-level:before, .bg3 .slide-level:after {
        width: calc(50% - 110px);
    }

    .bg3 .slide-level {
        font-size: 16px;
    }

    .slide-one .image {
        margin-bottom: 20px;
    }

    .slide-one .image img {
        max-height: 100%;
    }

    .bant:after {
        display: none;
    }

    .tanks-slider .ballance-box {
        font-size: 18px;
        top: 405px;
    }

    .bg3 .slide-text, .bg3 .block-table {
        margin: 0 10px 20px 10px;
    }

    .bg3 .block-table .block-table-one-header {
        font-size: 16px;
    }

    .bg3 .block-table .block-table-col {
        font-size: 13px;
    }

    .bg3 .block-table .block-table-one .block-table-one-line span:last-child {
        text-align: right;
    }

    .bg3 .block-table .block-table-one {
        min-height: auto;
        padding: 10px;
    }

    .block-table__icon {
        display: none;
    }

    .bg3 {
        padding-bottom: 20px;
    }

    .bg3 .bx-wrapper .bx-controls-direction a {
        top: 336px;
        margin-top: 0;
    }

    .bg-snow-top h2 {
        font-size: 24px;
        padding-bottom: 12px;
    }

    .bg-snow-top h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .bg-snow-top {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bg-snow-top h3 {
        font-size: 18px;
    }

    .bg-snow .bg-orange h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .bg-snow h4 {
        font-size: 16px;
        margin: 20px 0;
    }

    .bg-snow h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .presents__icon {
        display: none;
    }

    .presents > div .image {
        margin-bottom: 5px;
        height: 125px;
    }

    .bg-snow {
        background: url(../site_img/bg-snow.jpg) repeat top center;
    }

    .bg-snow-bottom {
        background: none;
    }

    .bg6 {
        background: url(../site_img/bg6.jpg) no-repeat top center;
        background-size: 1100px auto;
        margin-top: 0;
        padding-top: 35px;
        height: auto;
        padding-bottom: 20px;
    }

    .bg6-btn {
        position: static;
        margin-bottom: 10px;
    }

    .slick-slider-one {
        height: 200px;
    }

    .slick-slider-one:before, .slick-slider-one:after {
        display: none;
    }

    .bg6-info h3 {
        font-size: 20px;
        margin: 10px 0;
    }

    .path-container__one {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }

    .path-container__one h4 {
        font-size: 18px;
    }

    .path-container__img img {
        height: 80px;
    }

    .path-container {
        margin: 0 auto 20px auto;
    }

    .bg-blue__container__info__one {
        justify-content: center;
    }

    .balance-container {
        width: 100%;
    }

    .balance-container > div {
        width: 100%;
        max-width: 220px;
        margin: 0 auto 10px auto;
    }
}
@media (max-width: 500px) {
    .raits-block {
        left: 15px;
    }
}

