
div.header-light, div.header-dark {
    z-index: 9999;
    font-size: 14px
}

.footer {
}

.content.homepage {
    z-index: 10000;
    position: relative
}

.homepage :not(.promopage).body-content {
    background: #000;
}

.header-dark svg.laserwar-logo {
    width: 40px;
    fill: #ff0000;
    opacity: 1
}

    .header-dark svg.laserwar-logo > path {
        animation: none;
        fill: #ff0000;
        opacity: 1
    }

.header-dark div.menu {
    font-family: ProximaNovaRegular;
}

.header-dark div.cart-menu__show {
    border-width: 1px 0 0 0
}

.header-dark div.cart-menu__list > ul > li:hover > a > svg {
    stroke: #fff
}

div.header-dark div.menu__cat-sub {
    border: none;
    left: -20px;
    transform: none
}

div.header-dark .menu__cat-sub > a:hover {
    background: #f00;
}

    div.header-dark .menu__cat-sub > a:hover > span, div.header-dark .menu__cat-sub > a:active > span, div.header-dark .menu__cat-sub > a:focus > span {
        color: #fff
    }


.homepage .body-content {
    padding-top: 20px;
}

div.lights-index-page {
    background-image: url(/Images/garland.svg);
    position: fixed;
    z-index: 5000;
    margin-top: 25px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 20px;
}

button.search_button_icon {
    background: none;
    border: none;
    padding: 0;
}

.home-slide {
    margin-bottom: 12px;
    opacity: 0;
}

    .home-slide:nth-child(n) {
        animation: main-block-anim linear 1s 0.5s forwards;
    }

    .home-slide:nth-child(2) {
        animation: main-block-anim linear 1s 1s forwards;
    }

    .home-slide:nth-child(3) {
        animation: main-block-anim linear 1s 1.5s forwards;
    }

    .home-slide:nth-child(4) {
        animation: main-block-anim linear 1s 2s forwards;
    }

    .home-slide:nth-child(5) {
        animation: main-block-anim linear 1s 2.5s forwards;
    }

    .home-slide h1, .home-slide h2 {
        text-indent: -9999px;
        line-height: 0;
        margin: 0
    }

    .home-slide img {
        display: block;
        width: 100%;
        height: auto
    }


h2.home-title {
    color: #fff;
    font-family: ProximaNovaSemiBold;
    font-size: 24px;
    margin: 56px 0 27px;
}

    h2.home-title.items {
        display: inline-block;
    }

    h2.home-title.white {
        color: #000;
        font-family: ProximaNovaSemiBold;
        font-size: 24px;
        margin: 56px 0 27px;
    }

        h2.home-title.white.related-news {
            margin-left: auto;
            margin-right: auto;
        }

h2.change-items {
    display: inline-block;
    right: 0px;
    position: absolute;
    cursor: pointer;
}

    h2.change-items span.name-text {
        color: #666262;
    }

h2.home-title > span.name-text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h4.home-title {
    color: #fff;
    font-family: ProximaNovaSemiBold;
    font-size: 20px;
    margin: 56px 0 27px;
}

svg.home-icon {
    vertical-align: middle;
}

.homepage article:not(.promopage) p {
    color: #dedede;
    font-family: 'ProximaNovaRegular';
    font-size: 17px;
    line-height: 1.5em;
}

.homepage article:not(.promopage) hr {
    border-color: #383736;
    margin-bottom: 0px
}

.col-md-6:nth-child(2n-1) {
    padding-right: 6px
}

.col-md-6:nth-child(2n) {
    padding-left: 6px
}

.news-list {
}

    .news-list > div[class^="col-"], .articles-list > div[class^="col-"] {
        margin: 15px 0;
    }

.news-entry {
    background: #272727;
    padding: 0 20px 20px;
    height: 100%;
    overflow: hidden
}

    .news-entry.white {
        background: #e8e8e8;
        padding: 0 20px 20px;
        height: 100%;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.32);
        -moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.32);
        box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.32);
    }

    .news-entry .entry-img {
        margin: 0 -20px
    }

    .news-entry.white .entry-img {
        margin: 0 -20px;
        position: relative;
    }

    .news-entry .entry-img img {
        display: block;
        max-width: 100%;
        width: 100%;
        height: 210px
    }

    .news-entry.white .entry-img img {
        display: block;
        max-width: 100%;
        background-color: white;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
        /*min-height: 210px;*/
        height: 210px;
    }

    .news-entry h3 {
        color: #fff;
        font-family: 'ProximaNovaSemiBold', sans-serif;
        font-size: 23px;
        line-height: 1em;
        margin: 10px 0 20px
    }

        .news-entry h3 a {
            color: #fff
        }

    .news-entry.white h3 a {
        color: #000
    }

    .news-entry h3 a:hover {
        color: #ff0000
    }

    .news-entry p {
        color: #fff;
        font-family: 'ProximaNovaRegular';
        font-size: 17px;
        line-height: 1.5em;
        max-height: 4.5em;
        overflow: hidden;
        margin-bottom: 0
    }

    .news-entry.white p {
        color: #000;
        font-family: 'ProximaNovaRegular';
        font-size: 17px;
        line-height: 1.5em;
        max-height: 4.5em;
        overflow: hidden;
        margin-bottom: 0
    }

    .news-entry time {
        font-size: 13px;
        color: #fff;
        margin: 20px 0 0;
        display: block
    }

    .news-entry.white time {
        font-size: 13px;
        color: #000;
        margin: 20px 0 0;
        display: block
    }

div.home-button-more {
    text-align: center;
    width: 100%;
    margin-bottom: 40px
}

    div.home-button-more a {
        background-color: #f00;
        color: white;
        border-radius: 15px;
        display: inline-block;
        padding: 0px 30px;
        margin-bottom: 0;
        font-family: 'ProximaNovaSemiBold', sans-serif;
        line-height: 30px;
        text-align: center;
        height: 30px;
        vertical-align: middle;
        margin-top: 16px;
    }

div.home_subscribe_input input {
    border-radius: 15px;
    margin-bottom: 16px;
    height: 30px
}

    div.home_subscribe_input input[type="text"] {
        background: #000;
        color: #fff;
        font-size: 16px;
    }

    div.home_subscribe_input input[type="button"] {
        font-family: 'ProximaNovaSemiBold', sans-serif;
        font-size: 16px;
        line-height: 29px;
        background: #f00
    }


a.footer_company_email > span {
    font-size: 20px;
}

.footer-phones > ul > li, .footer-phones > ul > li > a {
    font-size: 18px;
    margin: 0 auto;
    color: #f00 !important;
}

div.footer_company_phone {
    margin-top: 0
}

a.footer_company_email:hover > span, .footer-phones > ul > li > a:hover > span {
    color: #f00;
    opacity: .7;
}

.footer-phones > ul > li > a:hover {
    color: #f00 !important;
    opacity: .7;
}

.footer-dark a.footer_company_email > span:hover, .footer-dark .footer-phones > ul > li > a:hover {
    color: #fff !important;
}

.footer-bottom .socials {
    text-align: center;
    width: 100%;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    margin-top: 10px
}

    .footer-bottom .socials a.social {
        width: 32px;
        height: 32px;
        display: inline-block;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin: 0 3px
    }

    .footer-bottom .socials a.social__fb {
        background-image: url(../../Images/socials/icon-fb.svg)
    }

    .footer-bottom .socials a.social__ig {
        background-image: url(../../Images/socials/icon-ig.svg)
    }

    .footer-bottom .socials a.social__yt {
        background-image: url(../../Images/socials/icon-yt.svg)
    }

    .footer-bottom .socials a.social__tg {
        background-image: url(../../Images/socials/icon-tg.svg)
    }

    .footer-bottom .socials a.social__tw {
        background-image: url(../../Images/socials/icon-tw.svg)
    }

    .footer-bottom .socials a.social__vk {
        background-image: url(../../Images/socials/icon-vk.svg)
    }

    .footer-bottom .socials a.social__gp {
        background-image: url(../../Images/socials/icon-gp.svg)
    }

    .footer-bottom .socials a.social:hover {
        filter: saturate(210%);
    }


.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row-eq-height:before {
        display: none
    }


div.footer-bottom {
    height: auto !important;
    z-index: 9999
}

div.footer_part {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 2;
    color: #f00;
    display: block;
}


.footer_item {
    color: #f00;
    font-size: 21px;
    margin-bottom: 14px;
    display: block
}

a.footer_link {
    font-size: 16px;
    color: #777;
    display: block;
    margin: 2px 0;
}

    a.footer_link:hover {
        color: #000;
    }



div.copyright {
    border-color: #ccc;
    margin: 60px auto 0 auto;
}

    div.copyright div.copyright-content {
        text-align: left;
        font-size: 14px;
        letter-spacing: normal;
        color: #000;
    }

.footer-phones > ul {
    list-style: none;
    padding-left: 0;
    text-align: center
}

.footer-phones .footer-phones__viber {
    display: inline-block;
    text-indent: -9999px;
    background: url(../../Images/Icons/icon-viber.svg) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 26px;
    vertical-align: -3px;
    filter: saturate(100%);
}

.footer-phones .footer-phones__whatsapp {
    display: inline-block;
    text-indent: -9999px;
    background: url(../../Images/Icons/icon-whatsapp.svg) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 26px;
    vertical-align: -1px;
    filter: saturate(100%);
}

.footer-phones .footer-phones__telegram {
    display: inline-block;
    text-indent: -9999px;
    background: url(../../Images/Icons/icon-telegram.svg) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 26px;
    vertical-align: -1px;
    margin-right: -81px;
    filter: saturate(100%);
}

    .footer-phones .footer-phones__viber:hover,
    .footer-phones .footer-phones__whatsapp:hover,
    .footer-phones .footer-phones__telegram:hover {
        filter: saturate(210%);
    }

.articles-list.hidden, .news-list.hidden {
    display: none;
}

a.footer_company_email > span {
    font-size: 20px;
    color: #f00
}

span.footer-phones__country {
    font-size: 18px;
}

.footer-phones__country {
    margin-left: 10px
}

.laserwar-logo__text {
    display: block
}

.body-content .laserwar-logo__text {
    display: inline
}

div.footer_company_info__logo {
    width: auto;
}

    div.footer_company_info__logo img {
        display: block;
        margin: -10px auto 1.35em;
    }

div.copyright .copyright-content {
    height: auto
}

div.copyright div.copyright-content > a.privacy-link {
    color: #f00;
    right: 0;
    position: relative;
    float: right
}

.footer-dark .footer_item {
    color: #f00;
}

.footer-dark a.footer_link {
    color: #dedede;
}

    .footer-dark a.footer_link:hover {
        color: #fff;
    }

.footer-dark div.copyright {
    border-color: #3D3C3C;
}

    .footer-dark div.copyright div.copyright-content {
        color: #fff;
        padding: 10px
    }

        .footer-dark div.copyright div.copyright-content > a.privacy-link {
            color: #f00;
        }

.footer-dark {
    background: #0B0B0B
}

    .footer-dark div.footer {
        background: none
    }

.content {
    padding-bottom: 0
}

.footer-bottom {
    margin-top: 0;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.store-items {
}

    .store-items .item {
        height: 270px;
        background: #000;
        position: relative;
        overflow: hidden
    }

    .store-items .item-picture {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .store-items .item-cover {
        background: rgba(30,30,30,.72);
        color: #333;
        position: absolute;
        bottom: 0;
        padding: 18px 20px 12px;
        animation: cover_opacity-in linear .5s;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        z-index: 9
    }

    .store-items h4, .store-items h2 {
        font-size: 18px;
        color: #fff;
        line-height: 1.27273;
        margin-bottom: 4px
    }

    .store-items .item-price {
        font-size: 28px;
        font-style: normal;
        color: #fff;
        font-family: ProximaNovaLt;
        margin-left: 6px;
        align-self: flex-end
    }

    .store-items .item-state {
        font-size: 18px;
        font-style: normal;
        color: #fff;
        font-family: ProximaNovaLt;
        margin-left: 6px;
        font-weight: bolder;
        align-self: flex-end
    }


    .store-items .item-category {
        display: block;
        color: #ea1521 !important;
        font-family: ProximaNovaRegular;
        line-height: .8;
        letter-spacing: .5px;
        font-size: 13px;
    }

    .store-items > div[class^="col-"] {
        margin: 15px 0;
        padding-left: 15px;
        padding-right: 15px
    }

.store-items-white .item {
    background: #fff
}

.store-items-white h2 {
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
}

.store-items-white .item-cover {
    background: rgba(255,255,255,.8);
    padding-top: 12px;
    bottom: 4px;
}

.store-items-white .item-price, .store-items-white .item-state {
    color: #f00;
}

.store-items-white .item-price-meta, .store-items-white .item-price, .store-items-white .item-state {
    text-align: right;
    line-height: 28px;
    margin-bottom: 0px;
    align-self: flex-end;
    white-space: nowrap
}

    .store-items-white .item-price-meta .item-price {
        display: block
    }

.store-items-white .item-original-price {
    color: #777;
    position: relative;
    font-size: 14px;
    display: inline-block;
    line-height: 12px;
}

    .store-items-white .item-original-price:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        border-top: 1px solid #777
    }

.store-items-white .item-discount {
    font-size: 14px;
    background: #ffff7f;
    color: #333;
    display: inline-block;
    line-height: 12px;
    margin-left: 4px
}

div.enterprise_name {
    display: inline-flex;
}

    div.enterprise_name .short_name {
        margin: 45px 0 0 10px;
    }

div.copyright.mobile {
    display: none;
}

.lasertag_at_home_banner {
    position: relative;
}

    .lasertag_at_home_banner a.btn-find-out-more {
        position: absolute;
        bottom: 24%;
        /*padding: 20px 40px;*/
        border-radius: 4px;
        left: 19%;
        background: transparent;
        background-size: 100%;
        border: 4px solid #FFFFFF;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 1.2px;
        text-align: center;
        line-height: 100%;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        display: flex;
        align-items: center;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        width: 13%;
        height: 8%;
    }

        .lasertag_at_home_banner a.btn-find-out-more:hover {
            background-color: white;
            color: #f00;
        }

div#equipment .store-items .item {
    border: 1px solid #ededed;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }

    .lasertag_at_home_banner a.btn-find-out-more {
        font-size: 24px;
    }
}

@media (max-width: 1400px) {

    .lasertag_at_home_banner a.btn-find-out-more {
        font-size: 20px;
    }
}

@media (max-width: 1235px) {

    .lasertag_at_home_banner a.btn-find-out-more {
        font-size: 16px;
    }
}

.company-highlights {
    text-align: center
}

    .company-highlights a {
        text-decoration: none
    }

    .company-highlights img {
        display: block;
        margin: 0 auto
    }

    .company-highlights var {
        font-size: 28px;
        color: #fff;
        font-family: 'ProximaNovaBlack', sans-serif;
        font-style: normal
    }

    .company-highlights h5 {
        font-size: 14px;
        color: #fff;
        font-family: 'ProximaNovaSemiBold', sans-serif;
        text-transform: lowercase;
        margin: 0 0 10px;
    }


@media screen and (max-width:768px) {
    .body-content > .home-slide img { /*margin: 0 -10%;*/
        width: 100%;
    }

    /*    .homepage .body-content {
        padding-top: 0px;
    }*/

    .hidden-sm-down {
        display: none;
    }

    a.footer_link {
        font-size: 14px;
    }

    .footer_item {
        font-size: 18px;
    }

    .lasertag_at_home_banner a.btn-find-out-more {
        font-size: 6px;
    }
}

@media screen and (max-width:990px) {
    .homepage article:not(.promopage).body-content .body-content {
        padding-top: 45px;
    }

    div.footer_company_info__logo {
        margin-top: 40px
    }

    .footer-phones {
        display: block !important;
    }

    a.footer_link:last-child {
        margin-bottom: 18px
    }

    section.container-fluid.home-slide .lasertag_at_home_banner a {
        border: 2px solid #FFFFFF;
        border-radius: 3px;
    }

    .lasertag_at_home_banner a.btn-find-out-more {
        font-size: 7px;
    }

    div.lights-index-page {
        background-size: 100%;
    }
}

@media screen and (max-width:550px) {

    h2.home-title {
        font-size: 18px;
    }

    h2.change-items {
        position: relative;
        padding-left: 30px;
    }
}

@media screen and (max-width:480px) {
    .store-items .item {
        height: auto;
        background: #000;
        position: relative;
        overflow: hidden
    }

    .store-items .item-cover {
        background: rgba(30,30,30,.72);
        color: #333;
        position: relative;
        bottom: auto;
        padding: 18px 20px 12px;
        animation: cover_opacity-in linear .5s;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        z-index: 9
    }

    .store-items-white .item {
        background: #fff
    }

    .store-items-white .item-cover {
        background: rgba(255,255,255,.8);
    }

    .store-items-white h2 {
        color: #000;
        margin-top: 10px;
        margin-bottom: 0
    }

    div.enterprise_name {
        display: block;
    }

        div.enterprise_name .contact_body__header {
            margin: 0 0 0 0;
            text-align: center;
        }

        div.enterprise_name .short_name {
            margin: 0 0 0 0;
            font-size: 14px;
            text-align: center;
        }

    div.copyright {
        display: none;
    }

        div.copyright.mobile {
            display: block;
        }

            div.copyright.mobile div.copyright-content > a.privacy-link {
                float: left;
            }

            div.copyright.mobile div.copyright-content {
                height: 100px;
            }

    section.container-fluid.home-slide .lasertag_at_home_banner a {
        border: 1px solid #FFFFFF;
        border-radius: 3px;
    }

    .lasertag_at_home_banner a.btn-find-out-more {
        font-size: 4px;
    }
}

@media screen and (max-width:345px) {
    .lasertag_at_home_banner a.btn-find-out-more {
        font-size: 3px;
    }
}
