

/* Start:/local/templates/arma-lol/reset.css?17618481201130*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End */


/* Start:/local/templates/arma-lol/fonts/HelveticaNeue/fonts.css?1761848124466*/
@font-face {
    font-family: HelveticaNeueMedium;
    src: url("/local/templates/arma-lol/fonts/HelveticaNeue/HelveticaNeueCyr-Medium.ttf");
}

@font-face {
    font-family: HelveticaNeueLight;
    src: url("/local/templates/arma-lol/fonts/HelveticaNeue/HelveticaNeueCyr-LightItalic.ttf");
    font-style: italic;
}

@font-face {
    font-family: HelveticaNeueLight;
    src: url("/local/templates/arma-lol/fonts/HelveticaNeue/HelveticaNeueCyr-Light.ttf");
    font-style: normal;
}

@font-face {
    font-family: HelveticaNeueHeavy;
    src: url("/local/templates/arma-lol/fonts/HelveticaNeue/HelveticaNeueCyr-Heavy.ttf");
    font-style: normal;
}
/* End */


/* Start:/local/templates/arma-lol/template_styles.css?176184812019651*/
html {
    height: 100%;
    font-size: 100%;
}

body {
    font-family: HelveticaNeueLight;
    color: #eeeeee;
    background-color: #1a1a1a;
    font-size: inherit;
    line-height: inherit;
    height: 100%;
}

b {
    font-family: HelveticaNeueMedium;
}

h2 {
    font-size: 1.7rem;
    font-family: 'HelveticaNeueMedium';
    margin: 1rem 0;
}

h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fa9900;
    margin-top: 2rem;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1 1 auto;
}

.container {
    text-align: center;
    padding: 0 2rem;
}

.container__center {
    width: 100%;
    max-width: 1262px;
    margin: auto 0;
    display: inline-block;
    text-align: left;
}

.highlight-text {
    color: #fa9900;
}

.highlight-text_medium {
    font-family: HelveticaNeueMedium;
}

.highlight-text_no-color{
    color: white!important;
}

.btn {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    font-family: HelveticaNeueMedium;
}

.btn_small {
    font-size: 1.1rem;
    padding: 0.8rem 1rem;
    padding-bottom: 0.4rem;
}

.btn_info {
    font-size: 1.1rem;
    padding: 0.8rem 3.6rem;
    padding-bottom: 0.45rem;
}


.btn_big {
    font-family: HelveticaNeueMedium;
    text-transform: uppercase;
    font-size: 1.7rem;
    padding: 2.2rem 3.8rem 1.9rem 3.8rem;
}

.btn_highlight {
    color: white;
    background-color: #fa9900;
}

.block-header {
    color: white;
    font-size: 2.1rem;
    text-transform: uppercase;
    margin: 4.4rem 0;
    font-family: HelveticaNeueMedium;
    text-align: center;
    line-height: 3rem;
}

.banner-block {
    background-image: url("/local/templates/arma-lol/img/background.webp");
    background-size: cover;
    height: 63rem;
    position: relative;
}

.banner-block__content {
    position: relative;
    z-index: 1;
    margin: 2rem 0;
}

.banner-block__nav {
    overflow: hidden;
    padding-top: 5px;
}

.banner-block__logo {
    font-size: 1.5rem;
    float: left;
    color: inherit;
    text-decoration: none;
}

.banner-block__menu {
    font-size: 1.5rem;
    float: right;
}

.banner-block__menu li {
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    margin-left: 1.2rem;
}

.banner-block__menu li a {
    color: white;
    text-decoration: none;
}

.banner-block__menu .banner-block__menu-item_selected {
    font-weight: 600;
}

.banner-block__menu-item_highlight a {
    padding: 10px 10px 5px 10px;
    border: 1px solid #fa9900;
}

.banner-block__hover {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner-block__text-block {
    margin-top: 8rem;
    text-align: center;
}

.banner-block__head {
    font-family: HelveticaNeueLight;
    font-size: 3rem;
}

.banner-block__head h1 {
font-size: 3.7rem;
text-transform: uppercase;
margin-top: 1rem;
font-family: HelveticaNeueMedium;
}

.banner-block__text {
    font-size: 2rem;
    margin-top: 5.4rem;
    line-height: 2.8rem;
}

.banner-block__cta {
text-align: center;
}

.banner-block__btn-block {
margin-top: 8.6rem;
}

.banner-block__play-count {
display: none;
margin-top: 1rem;
font-size: 1.3rem;
}

.banner-block__discord {
margin-top: 5.7rem;
font-size: 1.4rem;
font-family: HelveticaNeueMedium;
    line-height: 2rem;
}

.banner-block__discord a {
color: #fa9900;
}




.features-block {
margin-bottom: 5.1rem;
}

.features-block__items {
text-align: center;
overflow: hidden;
padding: 0 5rem;
}

.features-block__item {
display: inline-block;
width: 34rem;
margin-bottom: 4.8rem;
}


.features-block__item-img {
    display: inline-block;
    background-size: 100% 100%;
    width: 6.9rem;
    height: 6.9rem;
    float: left;
}

.features-block__item-img_balance {
    background-image: url(/local/templates/arma-lol/img/balance.png);
    width: 6.9rem;
    height: 6.9rem;
}

.features-block__item-text {
    float: left;
    font-size: 1.8rem;
    margin-left: 0.9rem;
    line-height: 2.2rem;
    margin-top: 1.5rem;
    width: 24.7rem;
}

.features-block__item-img_bike {
background-image: url(/local/templates/arma-lol/img/bike.png);
}

.features-block__item-img_shotgun {
background-image: url(/local/templates/arma-lol/img/shotgun.png);
}

.features-block__item-img_blockpost {
background-image: url(/local/templates/arma-lol/img/blockpost.png);
}

.features-block__item-img_patrol {
background-image: url(/local/templates/arma-lol/img/patrol.png);
}

.features-block__item-img_support {
background-image: url(/local/templates/arma-lol/img/support.png);
}

.features-block__footer {
margin-top: 2.6rem;
text-align: center;
}

.features-block__show-all {
text-transform: uppercase;
text-decoration: underline;
color: white;
font-size: 1.8rem;
}

@media (min-width: 1070px) {
.features-block__item:nth-child(2n) {
    float: right;
}

.features-block__item {
    display: inline-block;
    float: left;
}

.features-block__items {
    text-align: left;
}
}






.map-block {
height: 65rem;
width: 100%;
overflow: hidden;
}

.map-block__map {
position: relative;
overflow: auto;
height: 100%;
float: left;
background-color: #465561;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
}

.map-block__map::-webkit-scrollbar { width: 0 !important }

.map-block__control-panel {
height: calc(100% - 1rem);
background-color: #151515;
float: right;
padding: 0.5rem 2.8rem 0.5rem 2.8rem;
}

.map-block__control-panel-head {
text-transform: uppercase;
font-size: 1.8rem;
font-family: HelveticaNeueMedium;
text-align: center;
margin: 2rem 0;
}

.map-block__control-items {
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.map-block__location-item {
cursor: pointer;
width: 7rem;
text-align: center;
margin: 1.5rem 0.5rem;
padding: 0.6rem 0.8rem;
border: 1px solid rgba(255, 255, 255, 0.3);
}

.map-block__mark-items {
position: relative;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.6);
}

.map-block__map-img {
position: absolute;
background-image: url(/local/templates/arma-lol/img/map.webp);
background-size: 100% 100%;
width: 1302px;
height: 1042px;
z-index: 2;
}

.map-block__hover {
position: absolute;
background-color: rgba(26, 26, 26, 0.6);
z-index: 1;
width: 100%;
height: 100%;
}

.map-block__mark {
position: absolute;
z-index: 10;
text-align: center;
}

.map-block__point {
width: 30px;
height: 30px;
background-color: #fa9900;
border-radius: 30px;
cursor: pointer;
display: inline-block;
}

.map-block__name {
font-family: HelveticaNeueMedium;
margin-top: 0.3rem;
font-size: 1rem;
}

@media (min-width: 1550px) {
.map-block__map {
    width: 77%;
}

.map-block__control-panel {
    width: 17%;
}
}

@media (min-width: 1000px) and (max-width: 1550px) {
.map-block__map {
    width: 74%;
}

.map-block__control-panel {
    width: 17%;
}
}

@media (max-width: 1000px) {
.map-block__map {
    width: 100%;
}
.map-block__control-panel {
    display: none;
}
}

.map-block__location-item-img {
background-size: 100% 100%;
width: 5.8rem;
height: 5rem;
display: inline-block;
}

.map-block__location-item-name {
font-size: 1.1rem;
text-align: center;
margin-top: 1rem;
font-family: HelveticaNeueMedium;
}

.map-block__location-item_trade {
padding-right: 6px;
padding-left: 10px;
}

.map-block__location-item_trade .map-block__location-item-name{
padding-right: 0.9rem;
}

.map-block__location-item_trade .map-block__location-item-img{
background-image: url(/local/templates/arma-lol/img/trade.png);
}


.map-block__location-item_air .map-block__location-item-img {
background-image: url(/local/templates/arma-lol/img/plane.png);
}

.map-block__location-item_hero .map-block__location-item-img {
background-image: url(/local/templates/arma-lol/img/tank.png);
}

.map-block__location-item_water .map-block__location-item-img {
background-image: url(/local/templates/arma-lol/img/anchor.png);
}

.map-block__location-item_junktrade .map-block__location-item-img {
background-image: url(/local/templates/arma-lol/img/junktrade.png);
}

.map-block__info {
position: absolute;
background: rgba(26, 26, 26, 0.6);
padding: 1.4rem 1.1rem;
width: 14.4rem;
z-index: 100;
}

.map-block__info-head {
font-family: HelveticaNeueMedium;
font-size: 1.5rem;
text-align: center;
margin-bottom: 1rem;
}

.map-block__info-ctrl {
text-align: center;
margin-top: 1rem;
}

.map-block__info-text {
line-height: 1.6rem;
font-size: 1.2rem;
}

@media (max-width: 1500px) {
.map-block__location-item {
    width: 5rem!important;
    margin-top: 7pt;
}

.map-block__location-item-img {
    width: 30pt;
    height: 30px;
}

.map-block__location-item-name {
    font-size: 8pt;
}
}



.articles-items {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.articles-items__long {
width: 55%;
margin: 13pt;
}

.articles-items__short {
width: 35%;
margin: 13pt;
}

.article-preview {
color: white;
text-decoration: none;
height: 25.6rem;
background-image: url(/local/templates/arma-lol/img/preview.jpg);
background-size: cover;
background-position: center;
border-radius: 2px;
position: relative;
box-shadow: 0px 0px 8px 1px #3b3b3b;
overflow: hidden;
}

.article-preview__info {
position: absolute;
height: 9.2rem;
background-color: rgba(26, 26, 26, 0.7);
bottom: 0;
width: 100%;
}

.article-preview__head {
overflow: hidden;
padding: 0 1rem;
}

.article-preview__date {
font-size: 0.9rem;
font-family: HelveticaNeueMedium;
padding: 1rem 0 0.4rem 0;
float: right;
color: #adadad;
text-align: right;
    white-space: nowrap;
}

.article-preview__title {
font-family: HelveticaNeueMedium;
padding: 0 1rem;
font-size: 1.7rem;
margin-bottom: 0.7rem;
height: 1.65rem;
overflow: hidden;
}

.article-preview__text {
    font-size: 1.3rem;
    padding: 0 1rem;
    line-height: 1.8rem;
    height: 3.7rem;
    overflow: hidden;
}

.article-preview__type {
font-family: HelveticaNeueMedium;
float: left;
color: #fa9900;
font-size: 0.8rem;
padding: 0.9rem 0 0.4rem 0;
text-transform: uppercase;
width: 5rem;
text-align: left;
}

.article-block-item {
    margin-bottom: 5rem;
}



.footer {
height: 9.5rem;
margin-top: 6rem;
background-color: #151515;
}


.header {
background-image: url("/local/templates/arma-lol/img/background_header.jpg");
background-size: cover;
background-position: center;
position: relative;
}

.header__hover {
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.header__title {
font-family: HelveticaNeueMedium;
font-size: 2.7rem;
color: #fa9900;
margin-top: 2.7rem;
}

.header__text {
color: white;
font-size: 1.4rem;
margin-top: 13px;
line-height: 2rem;
}

.breadcrumbs {
margin: 1.9rem 0;
font-size: 1.5rem;
font-family: HelveticaNeueMedium;
}

.breadcrumbs li {
display: inline-block!important;
}

.breadcrumbs li a {
text-decoration: none;
color: inherit;
}

.breadcrumbs li:after {
content: ">";
margin: 0 1rem;
}

.breadcrumbs li:last-child {
font-family: HelveticaNeueLight;
}

.breadcrumbs li:last-child:after {
content: none;
}

.article-body {
padding: 1.6rem;
background-color: #151515;
font-size: 1.4rem;
line-height: 1.7rem;
}

.article-body_no-background {
    background-color: inherit;
}

.article-body__title {
margin-bottom: 1.6rem;
font-size: 2.3rem;
    line-height: 2.7rem;
font-family: HelveticaNeueMedium;
}

p {
font-size: 1.8rem;
display: block;
margin: 1.2rem 0;
line-height: 2.1rem;
}

.article-share_article-body {
margin-top: 6rem;
}

.article-share {

}

.article-share__title {
font-size: 1.7rem;
text-transform: uppercase;
font-family: HelveticaNeueMedium;
}




.footer__social {
margin-top: 1.9rem;
}

.social-links {
float: right;
}

.social-links__title {
text-transform: uppercase;
font-size: 1rem;
}

.social-links__icons {
margin-top: 0.5rem;
text-align: right;
}

.social-links__icons .soc-icon {
margin-left: 0.5rem;
}

.soc-icon {
width: 4rem;
height: 4rem;
border-radius: 0.2rem;
background-color: #fa9900;
display: inline-block;
background-position: center;
background-repeat: no-repeat;
background-size: 1.8rem;
}

.soc-icon_vk {
background-image: url("/local/templates/arma-lol/img/soc_vk.png");
}

.soc-icon_discord {
background-image: url("/local/templates/arma-lol/img/soc_discord.png");
}

.soc-icon_steam{
background-image: url("/local/templates/arma-lol/img/soc_steam.png");
}

.footer__menu {
float: left;
width: 15rem;
margin-top: 1.9rem;
text-transform: uppercase;
font-size: 0.9rem;
text-align: left;
}

.footer__link-menu {
color: white;
text-decoration: none;
margin-bottom: 0.3rem;
display: block;
}

.footer .container__center {
text-align: center;
}

.footer__copyright {
display: inline-block;
margin-top: 4rem;
}

.content-container {
min-height: 100%;
}

.e404 {
background-image: url(/local/templates/arma-lol/img/background_404.jpg);
}

/* NEW */
/* 6px 1px 6px 8px */
.map-block__mark_selected .map-block__point{
    background-color: rgb(134, 134, 134);
}

.map-block__mark_selected .map-block__border {
    animation-name: none;
    border: 2px solid rgb(134, 134, 134);
}

.map-block__location-item_selected {
    border: 1px solid rgba(250, 153, 0, 0.5);
}

.map-block__mark .map-block__point {

}

.map-block__border {
    display: inline-block;
    padding: 3px;
    border-radius: 1000px;
    border: 2px solid rgba(250, 153, 0, 1);
    animation-duration: 2s;
    animation-name: slidein;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    line-height: 1px;
}

@keyframes slidein {
    to {
        border: 2px solid rgba(250, 153, 0, 0.01);
    }
}

ol,ul {
    margin-left: 1.6rem;
}

ol li {
    list-style-type: decimal;
    margin-bottom: 0.3rem;
}

ul li {
    list-style-type: square;
    margin-bottom: 1.2rem;
}

.highlight-code {
    border: 1px solid #89a2fd;
    display: inline-block;
    padding: 0.3rem 0.6rem;
    background-color: #518cf78f;
    font-size: 1.1rem;
    border-radius: 0.1rem;
}

.article-content h2 {
    font-size: 1.7rem;
    font-family: 'HelveticaNeueMedium';
    margin: 3rem 0 0.5rem 0;
    color: #fa9900;
}


.images-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 100%;
}

.images-block img {
    max-width: 100%;
}

.index-short-desc {
    padding-top: 3rem;
    font-size: 1.2rem;
}

.index-short-desc p {
    font-size: 1.2rem;
    margin: 0.4rem 0;
}

.article-body__any-question {
    font-family: HelveticaNeueMedium;
    font-size: 1.2rem;
    padding: 1rem;
    border: 1px dashed white;
    text-align: center;
    margin-top: 5rem;
}

.article-body__any-question a {
    text-decoration: underline;
    color: #fa9900;
}

@media (max-width: 350px) {
    html {
        font-size: 45%;
    }

    .banner-block {
        height: 74rem;
    }
}

@media (max-width: 550px) and (min-width: 350px) {
    html {
        font-size: 47%;
    }

    .features-block__item-text {
        font-size: 2rem;
        line-height: 2.1rem;
    }
}

@media (max-width: 550px) {
    .banner-block__logo {
        display: none;
    }

    .features-block__items {
        padding: 0;
    }

    .features-block__item {
        width: inherit;
    }


    .article-preview__title {
        font-size: 2rem;
    }

    .article-preview__text {
        font-size: 1.8rem!important;
    }

    .article-preview__type {
        font-size: 1.4rem;
    }

    .article-preview__date {
        font-size: 1.5rem;
    }

    .index-short-desc p {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 2rem;
    }

    .footer__menu {
        font-size: 1.3rem;
    }

    .social-links__title {
        font-size: 1.3rem;
    }

    .footer__copyright {
        display: none;
    }

    .banner-block__discord {
        margin-top: 3.5rem;
        font-size: 1.7rem;
    }

    .banner-block__btn-block {
        margin-top: 4.5rem;
    }

    .banner-block__menu {
        margin-top: 3rem;
        text-align: center;
        display: block;
        width: 100%;
    }

    .banner-block__menu li {
        font-size: 1.5rem!important;
    }

    .banner-block__text-block {
        margin-top: 3rem!important;
    }

    .article-body {
        font-size: 1.7rem;
    }

    .article-body p {
        font-size: 1.7rem;
    }

    h3 {
        font-size: 1.7rem;
        line-height: 1.8rem;
        margin-bottom: 0.7rem;
    }

    .breadcrumbs {
        font-size: 1.7rem;
    }
}

@media (min-width: 550px) and (max-width: 900px) {
    html {
        font-size: 82%;
    }

    .features-block__item-text {
        font-size: 1.7rem;
    }
}

@media (max-width: 900px) {
    .articles-items__long {
        width: 100%;
        margin: 7px 0 7px 0;
    }

    .articles-items__short {
        width: 100%;
        margin: 7px 0 7px 0;
    }

    .banner-block__text-block {
        margin-top: 6rem;
    }
}

@media (min-width: 900px) {
    html {
        font-size: 100%;
    }
}

@media (max-width: 1350px) {
    .features-block__item {
        width: 27rem;
    }

    .features-block__item-text {
        width: 18.7rem;
    }
}

.products__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.products__card {
    width: 386px;
    margin: 13pt;
    color: white;
    text-decoration: none;
    height: 20.6rem;
    background-image: url(/local/templates/arma-lol/img/preview.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    position: relative;
    box-shadow: 0px 0px 8px 1px #3b3b3b;
    overflow: hidden;
}

.products__card-info {
    position: absolute;
    height: 7.2rem;
    background-color: rgba(26, 26, 26, 0.7);
    bottom: 0;
    width: 100%;
}

.products__card-name {
    font-family: HelveticaNeueMedium;
    float: left;
    font-size: 1.3rem;
    text-transform: uppercase;
    width: 16rem;
    text-align: left;
    color: #fa9900;
}


.products__card-price {
    font-family: HelveticaNeueMedium;
    float: right;
    font-size: 1.3rem;
    text-transform: uppercase;
    width: 5rem;
    text-align: right;
}

.products__card-description {
    padding: 0.6rem 0 0 0;
    line-height: 1.3rem;
}

.highlight-block {
    border: 1px dashed white;
    padding: 15px 15px 20px 15px;
}

.highlight-block p {
    margin: 0;
}

.stream-link {
    position: fixed;
    width: 100%;
    display: none;
    padding: 10px 0;
    background-color: rgba(250, 153, 0, 1);
    z-index: 100;
    text-align: center;
    cursor: pointer;
}

.stream-link a {
    text-decoration: none;
    color: #f1f1f1;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: bold;
}

.stream-link__close {
    position: absolute;
    right: 17px;
    top: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
}



.e404 {
    height: 100%;
    background-image: url(/local/templates/arma-lol/img/background_404.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.e404__info {
    font-family: HelveticaNeueMedium;
    font-size: 27pt;
    display: block;
    text-align: center;
    padding-top: 58pt;
}

.e404__404 {
    font-size: 258pt;
}

.e404__discord {
    font-family: HelveticaNeueMedium;
    font-size: 16pt;
    position: absolute;
    text-align: center;
    bottom: 43pt;
    width: 100%;
}

.e404__discord a {
    color: #fa9900;
    text-transform: uppercase;
}

.stream-video {
    width: 853px;
    height: 480px;
}

@media (max-width: 920px) {
    .stream-video {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 500px) {
    .stream-video {
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 1100px)  {
    .donut-guide__text {
        width: 100%!important;
        float: none;
        display: block;
        margin-bottom: 20px;
    }

    .donut-guide__images {
        float: none!important;
        text-align: center;
        display: block;
        margin-top: 10px;
    }
}

.donut-guide {
    overflow:hidden;
}

.donut-guide__text {
    float: left;
    width: 35%;
    margin-right: 10px;
}

.donut-guide__btns {
    text-align: center;
    margin-top: 30px
}

.donut-guide__images {
    float: right;
}

.donut-guide__images img {
    width: 600px;
}
/* End */
/* /local/templates/arma-lol/reset.css?17618481201130 */
/* /local/templates/arma-lol/fonts/HelveticaNeue/fonts.css?1761848124466 */
/* /local/templates/arma-lol/template_styles.css?176184812019651 */
