@import url('https://fonts.googleapis.com/css?family=Russo+One');

#company_panel {
    display: none;
}

/*PRODUCT PANEL*/
.products, .company {
    position: relative;
    background-color: #1b0203;
    color: #b3b3b3;
    font-size: 13px;
    z-index: 9999 !important;
}

.products a, .company a {
    color: #b3b3b3;
}

#products_panel, #company_panel {
    background-color: #1b0203;
    color: #b3b3b3;
    border: none;
}

#products h4, #company h4 {
    text-transform: uppercase;
    border-bottom: 1px solid rgba(196, 196, 196, .2);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    letter-spacing: 1px;
}

#products h4 a, #company h4 a {
    color: #fff;
}

#products ul, #company ul {
    list-style: none;
    padding: 0;
}

#products ul li, #company ul li {
    padding: 0 0 5px 0;
}
ul.our-products li {
    padding: 5px 0 !important;
}
#products ul.our-products li:hover:after, #products ul.for-clients li:hover:after, #company ul.our-company li:hover:after, #company ul.for-clients li:hover:after {
    font-family: FontAwesome;
    content: '\f061';
    font-size: 12px;
    margin-left: 5px;
    margin-top: 1px;
    position: absolute;
}

ul.contacts i {
    padding-right: 5px;
}

ul.social li {
    position: relative;
}

.products ul.social li:after, .company ul.social li:after {
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 0;
    line-height: inherit;
}

.social li.facebook:after {
    content: '\f09a';
}

.social li.vkontakte:after {
    content: '\f189';
}

.social li.twitter:after {
    content: '\f099';
}

.social li.youtube:after {
    content: '\f167';
}

.social li.telegram:after {
    content: '\f2c6';
}

.social li.mobile:after {
    content: '\f10b ';
}

.social li.rss:after {
    content: '\f09e';
}

.social li.ipad:after {
    content: '\f179';
}

.social li.iphone:after {
    content: '\f179';
}

.social li.android:after {
    content: '\f17b';
}

/*PRODUCT PANEL*/

/*Media Service*/

.blocks {
    height: 250px;
    padding: 20px;
    border: 1px solid;
    color: #fff;
    position: relative;
}

.blocks h2 {
    font-weight: bold;
    font-size: 20px;
}

.blocks p {
    font-size: 22px;
    font-weight: 100;
}

.blocks span {
    position: absolute;
    bottom: 20px;
}

/*Media Service*/

.media-service#page-header {
    position: absolute;
    z-index: 999;
}

.media-service .topbar-right {
    margin-top: 12px;
} /*1231312131231231*/

.header-topbar-black {
    background-color: rgba(85, 85, 85, 0.5) !important;
}

.logo-block {
    position: absolute;
    padding-top: 20px;
    top: 50px;
}

.logo-block span {
    display: block;
    font-size: 25px;
    color: white;
    font-weight: bold;
    line-height: 0.8;
    text-shadow: 2px 2px #0a0a0a;
}

.top-image-container {
    position: relative;
    padding-bottom: 15px;
}

.slogan-block {
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    /*z-index: 999;*/
}

.slogan-block h1 {
    display: block;
    font-size: 4.5rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    text-shadow: 1px 1px #000000;
    font-family: 'Russo One', sans-serif;
}

.title-image {
    max-width: 100%;
    max-height: 100%;
}

.about-company {
    text-align: center;
    font-size: 20px;
    padding: 30px 15%;
}

.bottom-images p {
    padding: 30px 60px 60px 60px;
    font-size: 20px;
}

.squares .square {
    padding: 15px;
}

.product-list-description div {
    display: table-cell;
    vertical-align: middle;
    min-height: 400px;
    padding: 0 0 15px 0;
    line-height: 130%;
    color: #565a5c;
}

.product-list-description span {
    display: block;
    padding-top: 10px;
}

@media (max-width: 480px) {
    .blocks p {
        font-size: 18px;
    }

    .slogan-block h1 {
        font-size: 1.5rem;
        text-shadow: 2px 2px #000000;
    }

    .about-company {
        font-size: 13px;
        padding: 10px 1% 20px 1%;
    }

    .bottom-images p {
        padding: 10px;
        font-size: 13px;
    }

    .blocks {
        height: auto;
    }

    .blocks h2 {
        margin-top: 0;
    }

    .blocks p {
        margin-bottom: 30px;
    }

    .blocks span {
        position: absolute;
        bottom: 20px;
    }

    .top-image-container {
        /*padding-top: 99px;*/
    }
}