@font-face {
    font-family: 'WarHeliosCondCBold';
    src: url('../files/warhelioscondcbold/warhelioscondcbold-webfont.eot');
    src: url('../files/warhelioscondcbold/warhelioscondcbold-webfont.eot?#iefix') format('embedded-opentype'), url('../files/warhelioscondcbold/warhelioscondcbold-webfont.woff') format('woff'), url('../files/warhelioscondcbold/warhelioscondcbold-webfont.ttf') format('truetype'), url('../files/warhelioscondcbold/warhelioscondcbold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%
}
body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #575e61;
    background: url(../img/bg2.jpg) repeat-y 50% 0 #bfbfbf;
    height: 100%;
    min-width: 950px;
}
a {
    color: #4c4c4c;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h2 {
    color: #000;
    font-size: 16px;
}
p {
    color: #4c4c4c;
    margin-bottom: 20px;
    text-shadow: 0 1px 1px rgba(255,255,255, 0.8);
    line-height: 1.4;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
/* Layout
----------------*/
.l-page {
	height: auto !important;
	min-height: 100%;
	margin: 0 auto;
    position: relative;
	width: 950px;
}
.b-main-wrap {
	background: url("../img/shadow.png") repeat-x 0 100%;
    min-width: 950px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}
.b-main-bg {
    background: url("../img/bg_heder.jpg") no-repeat 50% 0;
}
/* header
------------------*/
.b-header {
    color: #fff;
    padding: 0 0 33px;
    *padding: 0 0 74px;
    overflow: hidden;
}
.b-logo {
    /*background: url("../img/logo.png") no-repeat 0 0;*/
    display: block;
    position: absolute;
    height: 118px;
    left: 366px;
    top: 15px;
    width: 225px;
}
.b-header_join {
    position: absolute;
    text-align: center;
    top: 180px;
    width: 100%;
    z-index: 1;
}
    .b-title {
        display: inline-block;
        font-family:"WarHeliosCondCBold", Arial Narrow, arial, sans-serif;
        font-size: 22px;
        text-shadow: 1px 1px 0px rgba(0,0,0, 0.8);
        text-transform: uppercase;
        vertical-align: middle;
    }
.b-projects {
    margin: 290px 0 50px;
}
    .b-projects_item {
        float: left;
        margin: 0 0 0 29px;
        position: relative;
    }
    .b-projects_item:hover .b-project_img img {

        filter: progid:dximagetransform.microsoft.alpha(Opacity=100);
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        opacity: 1;
        /*margin: -304px 0 0;*/
    }
    .b-projects_item:first-child {
        margin: 0;
    }
        .b-project_logo {
            position: absolute;
            top: -20px;
            left: 0;
            z-index: 10;
        }
        .b-project_logo__wowp {
            left: 61px;
            top: -52px;
            height: 132px;
            width: 170px;
        }
        .b-project_logo__wot {
            left: 24px;
            top: -52px;
            height: 113px;
            width: 249px;
        }
        .b-project_logo__wobs {
            left: 73px;
            top: -59px;
            height: 152px;
            width: 160px;
        }
        .b-project_img img {
            
            filter: progid:dximagetransform.microsoft.alpha(Opacity=80);
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
            opacity: .8;
        }
    .b-project_img {
        overflow: hidden;
        position: relative;
        height: 304px;
        width: 297px;
    }
    .b-project_link {
        background: url("../img/bg_project_h.png") no-repeat 0 0;
        bottom: 10px;
        color: #fff;
        display: block;
        height: 41px;
        left: -297px;
        position: absolute;
        text-align: center;
        -webkit-transition:all 0.5s ease-in-out;
        -moz-transition:all 0.5s ease-in-out;
        -o-transition:all 0.5s ease-in-out;
        transition:all 0.5s ease-in-out;
        width: 297px;
    }
@media only screen and (max-width:980px) { 
    .b-project_link {
        left: 0;
    }
    .b-project_img img {
            filter: progid:dximagetransform.microsoft.alpha(Opacity=100);
            -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
            opacity: 1;
        }
    }
    .b-project_link:hover {
        text-decoration: none;
    }
    .b-projects_item:hover .b-project_link {
        left: 0;
        -webkit-transition:all 0.5s ease-in-out;
        -moz-transition:all 0.5s ease-in-out;
        -o-transition:all 0.5s ease-in-out;
        transition:all 0.5s ease-in-out;
    }
    .b-project_link span {
        background: url("../img/arr.png") no-repeat 100% 50%;
        display: inline-block;
        line-height: 40px;
        padding: 0 30px 0 0;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
    }
/* END header
------------------*/

/* button
-------------------*/
.b-button-area {
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    *display: inline;
    margin: 0 10px;
    position: relative;
    text-decoration: none!important;
    vertical-align: middle;
    zoom: 1;
}
.b-button {
    background: url("../img/button.png") no-repeat 0 -35px;
    float: left;
    height: 35px;
    margin: 0 46px 0 0;
}
    .b-button span {
        background: url("../img/button.png") no-repeat right 0;
        color: #fff;
        margin: 0 -46px 0 0;
        float: left;
        font-family:"WarHeliosCondCBold", Arial Narrow, arial, sans-serif;
        font-size: 20px;
        font-weight: normal;
        height: 35px;
        line-height: 39px;
        /*padding: 0 55px;*/
        text-align: center;
        text-shadow: -1px -1px 1px #5c1309/*#521008*/;
        text-transform: uppercase;
        width: 181px;
    }
    .b-button-area:hover .b-button  {
        background-position: 0 -105px;
    }
    .b-button-area:hover .b-button span {
        background-position: right -70px;
    }
.b-header .b-button-area {
    -moz-box-shadow: 0 0 4px rgba(255, 33, 0, 1);
	-webkit-box-shadow: 0 0 4px rgba(255, 33, 0, 1);
    box-shadow: 0 0 4px rgba(255, 18, 0, 1);
}
.b-header .b-button-area:hover {
    -moz-box-shadow: 0 0 6px rgba(255, 33, 0, 1);
	-webkit-box-shadow: 0 0 6px rgba(255, 33, 0, 1);
    box-shadow: 0 0 8px rgba(255, 61, 2, 1), 0 0 4px rgba(255, 61, 2, 1), 0 0 1px #f53d02;
}
/*.b-header .b-button-area:hover em {
    box-shadow: 0 0 95px rgba(237, 85, 5, 0.7), 0 0 115px rgba(255, 66, 0, 0.7), 0 0 125px rgba(255, 66, 0, 0.9), 0 0 125px #FF4200;
}
.b-header .b-button-area em {
    border-radius: 45px 45px 45px 45px;
    display: block;
    height: 90px;
    left: 142px;
    position: absolute;
    top: 0;
    width: 90px;
}*/
.b-header .b-button-area:hover:before {
    -moz-box-shadow: 0 0 20px rgba(249, 33, 7, 0.8), 0 0 35px rgba(255, 33, 0, 0.8), 0 0 50px rgba(255, 33, 0, 0.8), 0 0 125px #f92107;
	-webkit-box-shadow: 0 0 20px rgba(249, 33, 7, 0.8), 0 0 35px rgba(255, 33, 0, 0.8), 0 0 50px rgba(255, 33, 0, 0.8), 0 0 125px #f92107;
    box-shadow: 0 0 20px rgba(249, 33, 7, 0.8), 0 0 35px rgba(255, 33, 0, 0.8), 0 0 50px rgba(255, 33, 0, 0.8), 0 0 125px #f92107;
}
.b-header .b-button-area:before {
    border-radius: 35px 35px 35px 35px;
    content: " ";
    display: block;
    height: 35px;
    left: 40px;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: -1;
}
/* END button
-------------------*/

/* content
------------------*/
.b-content {
    padding: 5px 0 220px;
}
    .b-video-title {
        color: #c80000;
        font-family:"WarHeliosCondCBold", Arial Narrow, arial, sans-serif;
        font-size: 31px;
        text-transform: uppercase;
        text-align: center;
        text-shadow: 0 1px 0px rgba(0,0,0, 0.8);
    }
    .b-info {
        overflow: hidden;
        padding: 0 0 40px;
    }
        .b-info_item {
            display: inline-block;
            float: left;
            padding: 0 0 0 28px;
            width: 207px;
        }
        .b-info_item:first-child {
            padding: 0 0 0 14px;
        }
        .b-info_item h2 {
            font-family:"WarHeliosCondCBold", Arial Narrow, arial, sans-serif;
            font-size: 19px;
            /*margin: 0 0 35px 0;*/
            height: 51px;
            text-transform: uppercase;
            text-align: center;
            text-shadow: -1px -1px 0 #fff;
        }

    .b-important {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        padding: 0 150px 45px;
        margin: 0;
        text-align: center;
        text-shadow: -1px -1px 0 #fff;
    }
    .b-important a {
        margin: 20px 0 0;
    }

.b-video {
    height: 463px;
    margin: 20px 0 0 0;
    text-align: center;
}
    .b-video_frame {
        background: #000;
        height: 390px;
        margin: 0 auto;
        width: 640px;
        *width: 639px;
        overflow: hidden;
        width: 639px\0/;
    }
/* END content
------------------*/

/* b-footer
----------------*/
.b-footer {
    background: url("../img/bg_footer.png") no-repeat 0 0;
    bottom: 0;
    height: 180px;
    left: 0;
    margin: -180px 0 0 0;
    padding: 40px 0 0 0;
    position: absolute;
    width: 950px;
}
    .b-footer-menu {
        float: left;
        overflow: hidden;
        margin: 35px 0 0;
    }
        .b-footer-menu dd {
            margin-bottom: 6px;
        }
        .b-footer-menu_item {
            display: block;
            float: left;
            padding: 3px 20px 0 21px;
            width: 155px;
        }

            .b-footer-menu_item dt {
                color: #c80000;
                font-weight: bold;
                margin: 0 0 20px;
            }
                .b-footer-menu_item dt a {
                    color: #c80000;
                    font-weight: bold;
                }
                .b-menu_item__wot {
                    background: url("../img/ico_wot.png") no-repeat 0 0;
                    width: 151px;
                }
                .b-menu_item__wowp {
                    background: url("../img/ico_wowp.png") no-repeat 0 0;
                    padding: 3px 20px 0 33px;
                    width: 162px;
                }
                .b-menu_item__wobs {
                    background: url("../img/ico_wobs.png") no-repeat 3px 3px;
                    padding: 3px 20px 0 22px;
                    width: 163px;
                }
                .b-menu_item__sup {
                    background: url("../img/ico_support.png") no-repeat 0 0;
                }
            .b-footer-menu_item dd {
                color: #4a4a4a;
            }
                .b-footer-menu_item dd a:hover {
                    color: #000;
                }

    .b-footer-links {
        float: right;
        font-size: 12px;
        margin: 28px 0 0 -4px;
        width: 128px;
    }
        .b-footer-links_item {
            background: url("../img/ico_resource.png") no-repeat 0 0;
            display: inline-block;
            height: 26px;
            margin: 0 0 0 3px;
            *margin: 0 0 0 5px;
            vertical-align: middle;
            width: 26px;
            *display: inline;
            *zoom: 1;
        }
            .b-footer-links_item__youtube:hover {
                background-position: 0 -26px;
            }
            .b-footer-links_item__facebook {
                background-position: 0 -52px;
            }
            .b-footer-links_item__facebook:hover {
                background-position: 0 -78px;
            }
            .b-footer-links_item__tvitter {
                background-position: 0 -104px;
            }
            .b-footer-links_item__tvitter:hover {
                background-position: 0 -130px;
            }
            .b-footer-links_item__vk {
                background-position: 0 -156px;
            }
            .b-footer-links_item__vk:hover {
                background-position: 0 -182px;
            }
            .b-footer-links_item__gp {
                background-position: 0 -208px;
            }
            .b-footer-links_item__gp:hover {
                background-position: 0 -234px;
            }

        .b-footer-links .wg {
            background: url("../img/logo_futer.png") no-repeat 0 0;
            display: block;
            height: 67px;
            margin: 0 0 10px 4px;
            position: relative;
            text-align: center;
            width: 121px;
        }
            .b-footer-links .wg span {
                bottom: 0;
                color: #fff;
                left: 0;
                position: absolute;
            }
        .b-footer_copyr {
            position: absolute;
            bottom: 10px;
            color: #8a8a8a;
            font-size: 10px;
            left: 0;
            text-align: center;
            width: 100%;
        }
            .b-footer_copyr a {
                color: #8a8a8a;
            }

/* end b-footer
----------------*/