a {
    color: #fff;
}

a:focus {
    color: inherit;
}

a:hover {
    color: inherit;
}

.color-normal {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-gray {
    color: #414141;
}

.color-white {
    color: #ffffff;
}

.color-orange {
    color: #ff6600;
}

.color-yellow {
    color: #FFCC00;
}

.color-red {
    color: #CA271A;
}

body {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    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: 700px;
    padding: 20px;
}

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

.popup-form .header {
    font-size: 28px;
    margin-bottom: 30px;
}

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

a.btn-yellow {
    height: 52px;
    line-height: 52px;
    border: 0;
    padding: 0 10px;
    color: #000000;
    font-size: 28px;
    border-radius: 0;
    background: #FFCC00;
}

a.btn-yellow.disabled, a.btn-yellow.disabled:hover {
    opacity: 1;
}

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

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: #ffdd55;
    border: 1px solid #ffdd55;
}

.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: 67px;
    padding-bottom: 40px;
}

.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/bg.jpg) no-repeat top center;
    min-height: 772px;
    padding-top: 50px;
}

.bg-top h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
}

.bg-top h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.bg-top h4 {
    font-size: 15px;
    margin: 0 auto 60px auto;
    max-width: 580px;
}

.bg-top h3 {
    font-size: 28px;
    line-height: 1.2;
}

.bg-top__tanks {
    margin-top: -150px;
}

.bg-orange {
    background: linear-gradient(90deg, rgba(196, 115, 0, 0) 0%, #C47300 50%, rgba(196, 115, 0, 0) 100%);
    padding: 40px 0;
    margin-bottom: 50px;
}

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

.bg-orange h4 {
    font-size: 28px;
    margin-bottom: 5px;
}

.bxslider-wrapper {
    width: 780px;
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
}

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

.daily {
    max-width: 872px;
    margin: 0 auto 100px auto;
}

.daily h4 {
    font-size: 28px;
    margin: 0 auto 35px auto;
    max-width: 800px;
}

.daily__products {
    flex-wrap: wrap;
    border: 1px solid #fff;
    background: #181A2FED;
}

.daily__product {
    width: 290px;
    height: 290px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.daily__product__image {
    display: flex;
    align-items: flex-end;
    height: 134px;
    justify-content: center;
}

.daily__product__image img {
    position: relative;
    z-index: 2;
}

.daily__product__image__discount {
    width: 80px;
    height: 93px;
    position: absolute;
    top: 0;
    font-size: 21px;
    padding-top: 7px;
    background: #670202;
}

.daily__product__price {
    font-size: 36px;
    line-height: 1.1;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.daily__product__price span.old-price {
    font-size: 21px;
    color: #fff;
}

.daily__product__info {
    padding: 0 10px;
    margin-bottom: 5px;
}

.daily__product__btn {
    margin-top: auto;
}

.daily__product a.btn-yellow {
    width: 100%;
}

.daily__product .plus1 {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 2;
}

.daily__product .plus2 {
    position: absolute;
    right: -11px;
    top: -10px;
    z-index: 2;
}

.daily__product .plus3 {
    position: absolute;
    right: -11px;
    bottom: -11px;
    z-index: 2;
}

.daily__product .plus4 {
    position: absolute;
    left: -10px;
    bottom: -11px;
    z-index: 2;
}

.daily__product a.btn-gray {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border: 0;
    color: #FFDC62;
    font-size: 18px;
    border-radius: 0;
    background: #637388;
    padding: 0;
    font-weight: bold;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -28px;
    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;
}

.bg-gray {
    background: #384252;
    margin-bottom: 100px;
}

.bg-gray .container {
    position: relative;
    background: url(../site_img/dots1.png) no-repeat top center;
}

.bg-gray .container:after {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 24px;
    content: '';
    background: url(../site_img/dots2.png) no-repeat bottom center;
}

.bg-gray__wrapper {
    padding: 75px 0;
    max-width: 574px;
    margin: 0 auto;
}

.bg-gray h3 {
    margin-bottom: 50px;
    font-size: 28px;
}

.bg-gray h4 {
    margin-bottom: 37px;
    font-size: 28px;
}

.bg-gray__wrapper__calendar {
    display: flex;
    width: 170px;
    height: 176px;
    margin: 0 auto 37px auto;
    justify-content: center;
    align-items: center;
    font-size: 85px;
    padding-top: 30px;
    background: url(../site_img/calendar.svg) no-repeat center center;
}

.bg-gray a.btn-yellow {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    height: 89px;
    line-height: 89px;
    font-size: 36px;
}

.btn img {
    margin: 0 8px;
    margin-top: -4px;
}

a.btn-yellow2 {
    height: 61px;
    line-height: 61px;
    display: block;
    border: 0;
    padding: 0 10px;
    color: #1F2630;
    font-size: 28px;
    border-radius: 0;
    background: #FFF4AC;
    margin-bottom: 10px;
}

.bg-gray__wrapper__info {
    background: url(../site_img/info.svg) no-repeat left center;
    padding-left: 58px;
}

.page-timer {
    max-width: 574px;
    margin: 0 auto 100px auto;
}

.page-timer2 {
    max-width: 574px;
    margin: 0 auto;
}

.page-ballance {
    max-width: 574px;
    margin: 0 auto 100px auto;
}

.page-timer p {
    margin-bottom: 10px;
}

.page-ballance p {
    margin-bottom: 25px;
    font-size: 15px;
}

.page-timer__timer, .page-timer2__timer {
    font-size: 36px;
    color: #FFCC00;
    margin-bottom: 10px;
    background: #384252;
    line-height: 89px;
}

.page-timer2__timer {
    background: #1F2630;
}

.page-timer a.btn-yellow {
    display: block;
}

.ballance-box {
    max-width: 300px;
    margin: 0 auto;
    font-size: 36px;
    color: #FFDC62;
    line-height: #384252;
    margin-bottom: 10px;
    background: #384252;
    line-height: 81px;
}

.ballance-box img {
    margin-top: -4px;
}

.block-table .block-table-col {
    padding: 0 20px;
    flex: 1;
    font-size: 18px;
}

.block-table .block-table-one-header {
    color: #FFDC62;
    align-items: center;
    margin-bottom: 1px;
}

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

.block-table .block-table-one {
    margin-bottom: 20px;
}

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

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.block-table .block-table-one .block-table-one-line span:first-child {
    color: #fff;
    font-family: 'TT Squares';
    font-size: 24px;
}

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

.block-table .block-table-one .block-table-one-line span:last-child {
    color: rgba(255, 255, 255, 0.5);
}

.popup-tank {
    width: 900px;
    background: #1F2630;
    padding: 20px;
}

.modal-dialog {
    max-width: 900px;
}


#need-money .popup-form .header {
    padding-top: 20px;
    font-size: 24px;
    margin-bottom: 30px;
}

#pay-money .popup-form {
    max-width: 560px;
}

.pay-money-iframe iframe{
    height: 580px;
    width: 100%;
}

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

@media (max-width: 1560px) {
    .bg5 .header1 {
        line-height: 1;
    }

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

@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;
    }
}

@media (max-width: 992px) {
    .popup-form {
        padding: 15px;
    }

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

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

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

    .bg-top h3 {
        font-size: 28px;
        line-height: 1.2;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 20px;
    }

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

    .daily__product:nth-child(5):after {
        content: url(../site_img/plus.svg);
        position: absolute;
        left: -10px;
        top: -10px;
    }

    .daily__product:nth-child(5):before {
        content: url(../site_img/plus.svg);
        position: absolute;
        left: -10px;
        bottom: -18px;
    }

    .bg-gray .container {
        position: static;
        background: none;
    }

    .bg-gray {
        position: relative;
    }

    .bg-gray .container:before {
        position: absolute;
        width: 100%;
        left: 0;
        top: -2px;
        height: 24px;
        content: '';
        background: url(../site_img/dots1.png) no-repeat bottom center;
    }
}

@media (max-width: 768px) {
    .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: 14px;
    }

    a.btn-yellow {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .bg-5-btns {
        padding-top: 40px;
        padding-bottom: 30px;
    }

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

    .bg5-bg {
        background: #1e252f url(../site_img/bg5.jpg) no-repeat top center;
        background-size: 100% auto;
    }

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

    .bg-top {
        padding: 20px 0 80px 0;
        min-height: auto;
        overflow: hidden;
    }

    .bg-top h1 {
        font-size: 28px;
    }

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

    .bg-top h4 {
        font-size: 14px;
    }

    .bg-top__tanks {
        margin-top: -40px;
        transform: scale(1.2);
    }

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

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

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

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

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

    .bg-orange {
        margin-bottom: 30px;
    }

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

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

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

    .bxslider2-wrapper {
        margin-bottom: 30px;
    }

    .daily h4 {
        font-size: 20px;
        margin: 0 auto 25px auto;
    }

    .daily {
        margin-bottom: 30px;
    }

    .bg-gray__wrapper {
        padding: 50px 0;
    }

    .bg-gray h3 {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .bg-gray__wrapper__calendar {
        width: 110px;
        height: 113px;
        margin: 0px auto 25px auto;
        align-items: center;
        font-size: 50px;
        padding-top: 24px;
        background-size: cover;
    }

    .bg-gray h4 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .bg-gray a.btn-yellow {
        height: 56px;
        line-height: 56px;
        font-size: 20px;
    }

    a.btn-yellow2 {
        height: 52px;
        line-height: 52px;
        font-size: 18px;
    }

    .bg-gray__wrapper__info {
        background: url(../site_img/info.svg) no-repeat top 10px center;
        padding-left: 0;
        padding-top: 60px;
        margin-top: 20px;
    }

    .bg-gray {
        margin-bottom: 50px;
    }

    .page-timer__timer, .page-timer2__timer {
        font-size: 26px;
        line-height: 64px;
    }

    .page-timer {
        margin: 0 auto 40px auto;
    }

    .ballance-box {
        font-size: 26px;
        line-height: 64px;
    }

    .popup-tank {
        width: 100%;
    }

    .block-table .block-table-col {
        padding: 0;
        font-size: 12px;
    }

    .block-table .block-table-one-header span:first-child {
        width: 30px;
    }

    .block-table .block-table-one-header span:first-child img {
        width: 100%;
    }

    .block-table .block-table-one .block-table-one-line span:first-child {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .daily {
        max-width: 291px;
    }

    .daily__product:after, .daily__product:nth-child(5):after {
        content: url(../site_img/plus.svg);
        position: absolute;
        left: -10px;
        top: -10px;
        bottom: auto;
    }

    .daily__product:before, .daily__product:nth-child(5):before {
        content: url(../site_img/plus.svg);
        position: absolute;
        right: -11px;
        top: -10px;
        bottom: auto;
        left: auto;
    }

    .daily__product .plus1, .daily__product .plus2, .daily__product .plus3, .daily__product .plus4 {
        display: none;
    }
}
