/* battlemass 2
 * 
 * Данил Гужвин
 * Сергей Калашников
 * Николай Вепрев
 * Дмитрий Петров
 *
 * 26.02.2020 22:49 (GMT+3)
 */

 body{
    margin: 0 auto;
}
.footer_block {
    z-index: 1000000000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    transition: font-size 0.3s;
    pointer-events: none;
}
.footer_table {
    border-top: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 480px;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-content: center;
}
.footer_table.shadow_to_top {
    background: linear-gradient(360deg, #00223d 10%, transparent 100%);
}
.footer_table.shadow_to_left_and_right {
    background: linear-gradient(-30deg, #00223d 10%, transparent 25%), linear-gradient(30deg, #00223d 10%, transparent 25%);
}
.footer_table.shadow_to_left {
    background: linear-gradient(30deg, #00223d 10%, transparent 25%);
}
.footer_table.shadow_to_right {
    background: linear-gradient(-30deg, #00223d 10%, transparent 25%);
}
.footlinetime {
    width: 100%;
    margin: 0 auto;
    border-spacing: 0;
    opacity: 60%;
    position: relative;
}
.footer_menu {
    position: fixed;
    top: 31%;
    left: 50%;
    margin-right: -50%;
	-moz-transform: translate(-50%, -50%); /* Для Firefox */
	-ms-transform: translate(-50%, -50%); /* Для IE */
	-webkit-transform: translate(-50%, -50%); /* Для Safari, Chrome, iOS */
	-o-transform: translate(-50%, -50%); /* Для Opera */
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 300px;
}
.table_menu,
.table_admin {
    width: 100%;
    display: none;
    border-collapse: collapse;
}
.fblmenu {
    filter: drop-shadow(0px 4px 0px #000000);
    border: 1px solid #000000;
}
#timefooter:hover,
#right_menu:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.footer_table td:nth-of-type(2),
.footer_table td:nth-of-type(4) {
    width: 5em;
}
.footer_table #td_menu,
.footer_table #td_admin {
    width: 6em;
}
.footTableTd {
    padding: 5px 0;
    border-spacing: 0;
}
.footTableTd {
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}
.footTableTd:nth-of-type(1) {
    background-color: #c6582d;
    vertical-align: middle;
    width: 43px;
}
.footTableTd:nth-of-type(2) {
    background-color: #edd19d;
}
.footTableTd:nth-of-type(3) {
    background-color: #e1a229;
    width: 43px;
}
.footTableTd:nth-of-type(1):hover {
    background-color: #d3734e;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.footTableTd:nth-of-type(2):hover {
    background-color: #eddcbd;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.footTableTd:nth-of-type(3):hover {
    background-color: #e4b04e;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.menu_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}

.menu_center {
    background: rgb(2,64,117);
    background: linear-gradient(0deg, #00204A 5%, transparent 11%),linear-gradient(180deg, #024276 9%, transparent 11%), linear-gradient(180deg, #024075 0%, #00336e 35%, #013c77 86%, #01254f 100%);
    border: solid 2px #002f63;
    bottom: 2px;
    border-radius: 14px;
    font-family: sans-serif;
    font-style: initial;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -2px 4px 1px #171725, 2px 3px 2px #171725;
    pointer-events: all;
}

.menu_center:hover{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: #012c54;
    background: linear-gradient(180deg, #023562 0%, #012c5e 35%, #013262 86%, #011934 100%);
}

.footIconSize {
    height: 30px;
    vertical-align: middle;
}
.footer_icon {
    transition: height 0.3s;
    transition: 0.2s;
    position: relative;
    width: 26%;
}
.footer_icon_center {
    height: 7em;
    pointer-events: all;
}

.footer_icon_normal {
    height: 4.8em;
    pointer-events: all;
    position: relative;
    bottom: 8px;
}

.footer_text{
    position: relative;
    bottom: 10px;
}

.footer_icon:hover {
    transform: translateY(-10px) scale(1.2);
    z-index: 2;
}
@media screen and (max-width: 440px) {
    .menu_center {
        font-size: 13px;
    }
}

.footer_angle{
    display: flex;
    flex-direction: row-reverse;}
.footer_angle.type_left {
    flex-direction: row;
}
.footer_angle_width{
    width: 100%;
    position: relative;
    z-index: 1;
}
.footer_angle_item{
    background-color: white;
    height: 78px;
    width: 208px;
    transform: rotate(149deg);
    position: relative;
    left: -30px;
    top: 61px;
}
.footer_angle_item.type_left{
    transform: rotate(211deg);
    left: -50px;
}
.footer_btn_blue{
    position: absolute;
    width: 52px;
    height: auto;
    bottom: 22px;
    right: 16px;
}
.footer_btn_blue.type_left{
    right: unset;
    left: 16px;
}
.footer_btn_icon{
    position: absolute;
    width: 31px;
    height: auto;
    bottom: 33px;
    right: 31px;
}
.footer_btn_icon.type_left{
    right: unset;
    left: 27px;
    bottom: 37px;
}
.footer_angle_text{
    color: #607d8b;
    position: absolute;
    bottom: 4px;
    right: 0px;
    font-size: 12px;
    text-align: center;
    width: 84px;
    font-weight: bold;
}
.footer_angle_text.type_left{
    right: unset;
    left: 0px;
}
.footer_angle_hover{
    overflow: hidden;
    pointer-events: all;
}
.footer_angle_hover:hover{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.footer_angle_anim{
    transition: 0.2s;
    width: 128px;
    height: 98.8px;
}

.footer_angle_anim:hover{
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(1.02) translate(-1px,-1px);
    opacity: 0.95;
}

.footer_line_wrapper {
    z-index: 1;
    position: absolute;
    bottom: 0;
    background: #00223d;
}
.imgLoading {
    display: none;
    height: 3px;
    background: #00223d;
}
.noTrespassingAnimationG{
	width:200%;
    overflow: hidden;
	animation-name:noTrespassingAnimationG;
		-o-animation-name:noTrespassingAnimationG;
		-ms-animation-name:noTrespassingAnimationG;
		-webkit-animation-name:noTrespassingAnimationG;
		-moz-animation-name:noTrespassingAnimationG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-timing-function:linear;
		-o-animation-timing-function:linear;
		-ms-animation-timing-function:linear;
		-webkit-animation-timing-function:linear;
		-moz-animation-timing-function:linear;
}
.noTrespassingBarLineG {
    background-color: rgb(249 163 60);
    float: left;
    width: 14px;
    height: 117px;
    margin-right: 23px;
    margin-top: -27px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}


@keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-37px;
	}
}

@-o-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-37px;
	}
}

@-ms-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-37px;
	}
}

@-webkit-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-37px;
	}
}

@-moz-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-37px;
	}
}