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: 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);
}

.bg0{
	background:url(../site_img/bg0.jpg) no-repeat top center;
	min-height:100vh;
	background-size:cover;
    padding-bottom:20px;
}
.bg0-page{
	min-height:100vh;
	padding:0 15px;
	flex-direction:column;
}
.bg0-page .logo{
	margin-top:auto;
}
.bg0-page .slogan{
	padding:24px 0;
	font-size:15px;
}
.bg0-page .info{
	padding:10px 0 50px 0;
	font-weight:bold;
}
.bg1{
	background:url(../site_img/bg1.jpg) no-repeat top center;
	min-height:100vh;
	background-size:cover;
    padding-bottom:20px;
}
.bg1 .rules{
	padding:50px 0 25px 0;
	font-weight:500;
}
.bg1 .rules a{
	text-decoration:none;
	border-bottom:1px solid #FFCC00;
}
.bg1 .rules a:hover{
	color:#FFCC00;
	border-color:transparent;
}
.bg-black{
	background:#00000080;
	backdrop-filter: blur(25px);
}
.bg-black .money{
	padding:10px 60px 11px 15px;
}
.bg-black .info{
	padding:10px 10px 10px 0;
	flex:1;
	width:100%;
	line-height:1;
	font-weight:bold;
}
.bg-black .info span.price{
	font-size:28px;
	margin:0 15px;
}
.cols-3{
	gap:10px;
}
.cols-3 .bg-black{
	width:calc(33.3333% - 7px);
	font-weight:bold;
	padding:50px 25px;
}
.cols-3 .bg-black p:last-child{
	margin-bottom:0;
}
.cols-3 .bg-black .color-yellow{
	font-size:28px;
}
.bg1 .price-block{
	margin:50px auto 0 auto;
	padding-bottom:20px;
	max-width:500px;
}
.bg1 .price-block .color-yellow{
	font-size:28px;
}
a.btn-yellow{
	width:100%;
	height:90px;
	line-height:90px;
	padding:0;
	outline:0;
	border:0;
	border-radius:0;
	color:#000;
	background:#FFCC00;
	font-size:30px;
	max-width:500px;
}
a.btn-yellow.disabled{
	background:#384252;
	color:#AFB9C4;
}
a.btn-yellow:hover {
    color: #384252;
    background: #ffdd55;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}
.popup-block {
    width: 800px;
    background: #000000d0;
    padding: 40px 25px;
}
.modal-content{
	background:transparent;
}
.popup-block h4{
	font-size:28px;
	margin-bottom:25px;
}
.popup-block ol{
	line-height:1.1;
	margin-bottom:25px;
}
.popup-block ol > li{
	margin-bottom:10px;
}
.popup-block ol ul{
	margin-top: 10px;
    list-style: disc;
    padding: 0 0 0 18px;
	margin-bottom:15px;
}
.days-row{
	font-weight:bold;
	margin-bottom:25px;
    padding:5px 0;
    background:#00000080;
    backdrop-filter: blur(25px);
    text-align:center;
}

.days-row-title {
    padding-bottom: 5px;
}
.days-row .d-flex{
    justify-content: space-between;
}
.days-row .image{
	height:45px;
	width:45px;
	background:url(../site_img/point.svg) no-repeat center center;
}
.days-row .image.active{
	background:url(../site_img/point-a.svg) no-repeat center center;
}
.days-row .image.current{
	background:url(../site_img/point-c.svg) no-repeat center center;
}
.calendar-left{
	padding:60px 25px 50px 25px;
	width:316px;
}
.calendar-right{
	flex:1;
	width:100%;
	flex-direction:column;
	padding:70px 25px 50px 0px;
}
.calendar-bg{
	background:#FFFFFF80;
	border-radius:5px;
	position:relative;
	backdrop-filter: blur(25px);
	border:1px solid #fff;
	padding:65px 23px;
	color:#232535;
	font-size:28px;
}
.calendar-bg:before{
	height:30px;
	width:100%;
	position:absolute;
	content:'';
	left:0;
	top:-15px;
	background:url(../site_img/calendar.svg) no-repeat center center;
}
.calendar-bg span{
	display:block;
	font-size:140px;
	line-height:1;
}

.bg-black.calendar-right .info {
    margin-top: auto;
    background: #63738866;
    backdrop-filter: blur(25px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-black.calendar-right .info.info-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.calendar-right .text{
	margin-bottom:30px;
}
.calendar-right .info .color-yellow{
	font-size:28px;
}
.calendar-block{
	margin-bottom:25px;
}
.calendar-step2{
	flex-wrap:wrap;
	gap:5px;
}
.calendar-step2 >div{
	background: #63738866;
    backdrop-filter: blur(25px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding:28px 15px;
}
.calendar-step2 p{
	margin-bottom:10px;
}
.calendar-step2 >div.w-50{
	width:calc(50% - 3px)!important;
}
.calendar-step2 .color-yellow {
	font-size: 28px;
}
.calendar-step2 >div.w-100{
	gap:10px;
	flex-direction:row;
}
.clock-block{
	font-size:60px;
	gap:3px;
	line-height:1;
	text-align:center;
	margin-top:30px;
}
.clock-block .digit-block{
	width:60px;
	background:#1F2630;
	color:#FFCC00;
	height:90px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.clock-block .delimiter-block{
	width: 40px;
    padding-top: 8px;
    height: 90px;
}
.calendar-right .money2{
	padding:20px 0 0 70px;
}
.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;
}

.finish-block-left {
    width: 200px;
}

.finish-block-right {
    width: 100%;
    flex: 1;
    max-width: 600px;
}

.finish-block {
    padding: 50px 25px;
}

#pay-money .popup-form {
    max-width: 600px;
    width: 600px;
    padding:20px;
}

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

@media (max-width: 1100px) {
    .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) {
	.bg-black .money {
		padding: 10px 30px 11px 10px;
		width: 150px;
	}
	.bg1 .rules {
		padding: 80px 0 40px 0;
		font-size: 24px;
	}
	.bg-black .info span.price {
		font-size: 24px;
		margin: 0px 6px;
	}
	.cols-3 .bg-black .color-yellow {
		font-size: 24px;
	}
	body{
		font-size:16px;
	}
	.cols-3 .bg-black {
		padding: 30px 15px;
	}
	.bg1 .price-block {
		margin: 20px auto 0 auto;
    }
	.popup-block {
		width: 700px;
		padding: 30px 20px;
	}
	.modal-dialog {
        max-width: 700px;
	}
	a.btn-yellow {
		height: 70px;
		line-height: 70px;
		font-size: 30px;
		max-width: 400px;
	}
	.calendar-step2 >div {
		padding: 29px 10px;
		font-size: 15px;
		text-align: center;
	}
	.calendar-step2 .color-yellow {
		font-size: 24px;
	}
	.clock-block{
		font-size:45px;
	}
	.clock-block .digit-block{
		width:45px;
		height:80px;
	}
	.clock-block .delimiter-block{
		width: 30px;
		padding-top: 13px;
		height: 80px;
	}
	.calendar-right .money2{
		padding:0;
	}
}
@media (max-width: 768px) {
	.bg0{
		background-image:url(../site_img/bg0-m.jpg);
	}
	.bg1 .rules {
        padding: 30px 0;
        font-size: 22px;
    }
	.money-sm img{
		width:150px;
	}
	.bg-black .info {
		padding: 10px;
		gap:10px;
		flex-direction: column;
	}
	.cols-3 {
		flex-wrap: wrap;
	}
	.cols-3 .bg-black {
        padding: 10px 25px;
        width: 100%;
        margin-bottom: 0;
    }
	.cols-3 .bg-black p{
		margin-bottom:10px;
	}
	.cols-3 .bg-black .color-yellow {
        line-height: 1;
    }
	.bg1 .price-block {
        margin: 30px auto 0 auto;
    }
	.bg1 .price-block .color-yellow {
		font-size: 22px;
	}
	a.btn-yellow {
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        max-width: 400px;
    }
	.popup-block {
        max-width: 100%;
		width:auto;
        padding: 30px 15px;
    }
	.popup-block ol {
		line-height: 1.3;
		margin-bottom: 15px;
		padding-left: 10px;
		font-size: 14px;
	}
	.days-row .image,.days-row .image.active,.days-row .image.current {
		height: 22px;
		width: 22px;
		background-size: cover;
		position:relative;
	}
	.days-row .image.current{
		z-index:2;
	}
	.days-row .d-flex > div{
		margin-left:-5px;
		font-size:11px;
	}
	.days-row .d-flex > div:first-child{
		margin-left:0;
	}
	.calendar-left {
		padding: 0;
		max-width: 266px;
		width: 100%;
		margin: 30px auto 40px auto;
	}
	.calendar-right {
		padding: 30px 25px;
	}
	.calendar-right .text {
		margin-bottom: 10px;
		text-align: center;
	}
	.bg-black .info {
        padding: 30px 10px 10px 10px;
        gap: 0;
    }
	.xs-center{
		text-align:center;
	}
	.calendar-step2 >div.w-50 {
		width: 100%!important;
        padding: 25px 10px;
	}
	.calendar-step2 >div.w-100{
		margin-top:30px;
		flex-direction:column;
	}
	.clock-block{
		font-size:40px;
	}
	.clock-block .digit-block{
		width:40px;
		height:60px;
	}
	.clock-block .delimiter-block{
		width: 20px;
		padding-top: 8px;
		height: 60px;
	}
    .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;
    }

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

    .finish-block-left {
        width: 100%;
        margin-bottom:10px;
    }

    .finish-block-right {
        padding:10px;
        text-align:center;
    }

    .finish-block {
        padding: 0;
    }

}
