.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

body {
    width: 100%;
    height: 100%;
    background: #fff;
    min-width: 990px;
}

a {color:#F80000;}

.work{
    width: 960px;
}

.btn{
    border: 1px solid #c8151b;
    background-color: #e31d23;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    color: #fff;
    font-family: "OpenSans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,.29);
    text-transform: uppercase;
    
}

/*Header*/
.header{
    display: block;
    margin-bottom: 8px;
    /*border-top: 7px solid #535353;*/
    /*border-bottom: 1px solid #e31e24;*/
    font-family: 'Open Sans', sans-serif;
}

.header .inner{
    width: 990px;
    height: 138px!important;
    height: auto;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.inner .logo{
    margin-top: -7px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    position: relative;
}

.inner .logo:before{
    /*content: url(../img/header/strike.png);*/
    position: absolute;
    top: 0;
    left: -8px;
    z-index: 9999;
}

.inner .slogan{
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #e31e23;
    font-size: 30px;
    line-height: 26px;
}

.inner .header_contacts{
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}

.header_contacts ul li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 24px;
}

.header_contacts ul li:before{
    content: url(../img/header/phone.png);
    position: absolute;
    top: 5px;
    left: -40px;
}

.header_contacts ul li:last-child{
    margin-left: 55px;
}

.header_contacts ul li h2{
    color: #939393;
    font-weight: 400;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(255,255,255,.22);
}

.header_contacts ul li p{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.inner .feedback{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.feedback .btn_feedback{
    padding: 11px 18px;
    
}

/*Menu*/
.menu{
    display: block;
    font-family: 'Open Sans', sans-serif;
    background: url(../img/menu/menu_bg.png) repeat;
}

.menu .inner{
    width: 990px;
    height: auto;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.menu .inner ul{
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;  
    text-align: left;
}

.menu .inner ul > li{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    border-left: 1px solid #fff;
    position: relative;
}

/*.cube:after{
    content: url(../img/slider/cube.png);
    position: absolute;
    top: 10px;
    left: -156px;
    z-index: 99999999;
    pointer-events:none;
    
}*/

.menu .inner ul li a{
    padding: 13px 47px 15px;
    display: block;
    color: #000;
    font-size: 15px;
    background: transparent;
    transition: all 0.3s ease;
}

.menu .inner ul li span{
    padding: 13px 47px 15px;
    display: block;
    color: #000;
    font-size: 15px;
    background: transparent;
    transition: all 0.3s ease;
}

.menu .inner ul li a:hover{
    background: #df1a1f;
    color: #fff;
}

.menu .inner ul ul{
    width: 190%;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 9999999999;
    background: url(../img/menu/menu_bg.png) repeat;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    display: none;
    text-align: left;
}

.menu .inner ul ul li{
    font-size: 16px;
    border: none;
    display: block;
}

.menu .inner  ul li:hover ul{
    display: block;
    z-index: 9999999999999999999;
}

.menu .inner ul li:hover a{
    background: #fff; /*#df1a1f;*/
    color: #000;
}

.menu .inner ul ul li a:hover{
    background: #B5B5B5;
}



/*Slider*/
.slider{
    width: 100%;
    display: block;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.bxslider li{
    height: 425px;
}

.bxslider .pic_1{
    background: url(//active-trade.ru/images/slideshownew/slide1.jpg) center center no-repeat ;
    background-size: cover;
}

.bxslider .pic_2{
    background: url(//active-trade.ru/images/slideshownew/slide2.jpg) center center no-repeat ;
    background-size: cover;
}

.bxslider .pic_3{
    background: url(//active-trade.ru/images/slideshownew/slide3.jpg) center center no-repeat ;
    background-size: cover;
}

.bxslider .pic_4{
    background: url(//active-trade.ru/images/slideshownew/slide4.jpg) center center no-repeat ;
    background-size: cover;
}

.bxslider .pic_5{
    background: url(//active-trade.ru/images/slideshownew/slide5.jpg) center center no-repeat ;
    background-size: cover;
}

.bxslider li .fix{
    position: fixed;
    top: 0;
    left: 50%;
    width: 990px;
    z-index: 999;
    margin-left: -495px;
}

.bxslider li p{
    width: 400px;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
    position: relative;
    top: 70px;
    left: 2%;
    z-index: 999;
    line-height: 48px;
}

.bxslider li img{
    width: 100%;
    position: relative;
}

/*Content*/
.content{
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.content .content_bord{
    border-bottom: 8px solid #e31e24;
    width: 75.22%;
    
}

.content .inner{
    width: 980px;
    height: auto;
    display: block;
    padding-top: 12px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.inner .main_block{
    width: 645px;
    display: inline-block;
    vertical-align: top;
}

.main_block h1{
    padding: 52px 0 52px 642px;
    margin-left: -100%;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    background: url(../img/content/content_bg_1.jpg) repeat;
}

.main_block > ul{
    margin-top: 42px;
    border-left: 2px solid #e11c22;
}

ul .item_play{
    padding-bottom: 54px;
}

ul .item_play_active{
    padding-top: 23px;
    padding-bottom: 24px;
    margin-bottom: 30px;
    padding-right: 6px;
    /*border-top: 1px solid #e11c22;
    border-right: 1px solid #e11c22;
    border-bottom: 1px solid #e11c22;
    background: #eaeaea;*/
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

}

ul .item_play_active:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -100.2%;
    width: 100%;
    height: 100%;
    /*background: #eaeaea;
    border-top: 1px solid #e11c22;
    border-bottom: 1px solid #e11c22;*/
 
}

.item_play h3{
    padding: 5px;
    color: #e11c22;
    font-size: 18px;
    font-weight: bold;
    background: #e9e9e9;
    display: table-cell;
    text-transform: uppercase;
    width: 583px;
}

ul .item_play_active h3{
    background: #d7d7d7;
}

.item_play .number{
    color: #fff;
    background: #e11c22;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    display: table-cell;  
}

.item_play .item_play_inner{
    padding-top: 10px;
    padding-left: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.item_play_inner p{
    font-size: 14px;
	padding: 0 0 10px 0;
    color: #000;
}

.item_play_inner p:first-child{
    padding-bottom: 15px;
}

.item_play_inner .go_to{
    margin-top: 18px;
    color: #a7a7a7;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    position: relative;
}

.item_play_inner .go_to:after{
    content: url(../img/content/arrow.png);
    position: absolute;
    top: 2px;
    right: -10px;
    z-index: 99999999;
}

.item_play_inner .go_to:hover{
    color: #f80000;
}

.item_play_inner .go_to:hover:after{
    content: url(../img/content/arrow_hover.png);
}

.item_play_inner .play_video{
    margin-top: 24px;
    width: 387px;
    height: 194px;
    border: 3px solid #cecece;
}

.play_video_my{
display: block;
margin-top: 24px;
border: 3px solid #cecece;
}

.item_play_inner .item_play_btns{
    margin-top: 18px;
}

.item_play_btns li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.item_play_btns li .btn_order{
    padding: 7px 25px;
    display: block;
    color: #392f2f;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #e31d23;
    background: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.item_play_btns li .btn_order:hover{
    border: 2px solid #c8151b;
    background-color: #e31d23;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.29);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.inner .side_bar{
    display: inline-block;
    vertical-align: top;
    width: 320px;
    /*height: 3200px;*/
	height: 100%;
    padding-top: 53px;
    background: url(../img/content/content_bg_2.jpg) repeat;
    position: relative;
}

/*.inner .side_bar:after{
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 450%;
    border-bottom: 8px solid #e31e24;
}*/


.side_bar .gossovet{
    padding: 0 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.side_bar .gos_title{
    color: #e01b21;
    font-size: 24px;
    font-weight: bold;
    
}

.gos_title span{
    font-weight: normal;
    color: #000;
}

.gossovet .gos_video{
    margin-top: 24px;
    width: 99%;
    height: 164px;
    border: 3px solid #cecece;
	overflow: hidden;
}

.side_bar .gos_paper{
    padding: 35px 12px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}

.side_bar .nesw{
    background: transparent;
}

.side_bar h3{
    color: #000;
    font-family: "OpenSans", sans-serif;
    font-size: 24px;
    background: url(../img/content/gos_board.png) 0 bottom repeat-x;   
}

.gos_paper p{
    padding-top: 17px;
    color: #000;
    font-size: 14px;
}

.news .more{
    margin-top: 14px;
    color: #f80000;
    font-size: 14px;
    text-decoration: underline;
    display: block;
    position: relative;
}

.news .more:after{
    content: url(../img/content/arrow_hover.png);
    position: absolute;
    top: 2px;
    right: 207px;
    z-index: 99999999;
}

.news .more:hover{
    color: #000;
}

.news .more:hover:after{
    content: url(../img/content/arrow_black.png);
}

.news .more:hover .news{
    background: #e62229;
}

.store h3{
    margin-bottom: 25px;
}

.store_item .buy{
    width: 52%;
    display: block;
    color: #000;
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

.store_item .buy_second{
    width: auto;
    margin-top: 35px;
}

.store_item  .second{
    margin-top: -50px;
    float: right;
}

.store_item  .first{
    float: left;
}

.item_strike{
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    background: url(../img/content/gos_board.png) 0 top repeat-x; 
}

.client ul{
    padding-top: 24px;
}

.client ul li{
    display: inline-block;
    vertical-align: bottom;
}

/*Action*/
.action{
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.action .inner{
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 245px;
    padding-bottom: 76px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.action .inner ul{
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;  
    text-align: left;
}

.action .inner ul li{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-left: 90px;
}

.action .inner ul li:first-child{
    margin-left: 0;
}

.action .inner ul li .btn_action{
    display: block;
    width: 255px;
    height: 57px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #c8151b;
    border-radius: 5px;
    background-color: #e31d23;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    text-transform: uppercase;
    position: relative;
    line-height: 57px;
}

.girl:after{
    content: url(../img/action/girl.png);
    position: absolute;
    top: -210px;
    left: 45px;
    z-index: -1;
}

.man:after{
    content: url(../img/action/man.png);
    position: absolute;
    top: -196px;
    left: -2px;
    z-index: -1;
}

.sms:after{
    content: url(../img/action/sms.png);
    position: absolute;
    top: -210px;
    left: 9px;
    z-index: -1;
}

/*Footer*/
.footer{
    display: block;
    font-family: 'Open Sans', sans-serif;
    height: 111px;
    position: relative;
    border-top: 4px solid #e31e24;
    border-bottom: 8px solid #565656;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;  
}

.footer .left_bg{
    width: 40%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    background: url(../img/content/content_bg_1.jpg) repeat;
    text-align: right;
}

.left_bg .left_bg_inner{
    padding-right: 46px;
}

.left_bg_inner .footer_logo{
    width: 210px;
    margin-left: auto;
    margin-top: 35px;
    text-align: left;
    position: relative;
}

.left_bg_inner .footer_logo:after{
    content: url(../img/footer/cub.png);
    position: absolute;
    top: -91px;
    left: -161px;
    z-index: 9999;
}

.footer_logo h2{
    color: #e31e23;
    font-family: "Arial";
    font-size: 29px;
    word-spacing: 15px;
}

.footer_logo p{
    color: #2c2c2c;
    font-size: 18px;
    text-transform: uppercase;
}

.footer .right_bg{
    width: 60%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid #b5b5b5;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    background: url(../img/menu/menu_bg.png) repeat;
}

.right_bg .right_bg_inner{
    margin-top: 35px;
    padding-left: 60px;
    text-align: left;
    min-width: 500px;
}

.right_bg_inner .footer_contacts{
    display: inline-block;
    vertical-align: middle;
}

.right_bg_inner .feedback_footer{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.item-page{
margin: 50px 50px 0 0;
}

.category-desc{
margin: 50px 50px 10px 0;
}

.item-page p, .category-desc p{
padding: 5px 0 10px 0;
}

.mybtnorder{
    padding: 7px 25px;
    display: block;
    color: #392f2f;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #e31d23;
    background: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.mybtnorder:hover{
    border: 2px solid #c8151b;
    background-color: #e31d23;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.29);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#share42 {
    position: fixed;
    top: 45% !important;
    right: 0px;
    margin-top: -115px;
    opacity: 0.7;
    background: none repeat scroll 0% 0% #F7F7F7;
    padding: 6px 6px 0px;
    border-width: 1px 1px 1px medium;
   /* border-style: solid solid solid none;*/
   /* border-color: #DFDFDF #DFDFDF #DFDFDF -moz-use-text-color;*/
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 5px 0px 0px 5px;
    box-shadow: -1px 1px 0px #FFF inset, 0px -1px 0px #FFF inset;}
	
	#share42:hover {background: #F6F6F6; border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD; opacity: 0.8;}
#share42 a {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.7; /* Mozilla 1.6 è íèæå */
	-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
#share42:hover a{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
	-moz-opacity: 1; /* Mozilla 1.6 è íèæå */
	-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
	opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
#share42 a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
	-moz-opacity: 1; /* Mozilla 1.6 è íèæå */
	-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
	opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}

@media screen and (max-width: 768px) {
#share42 {
	visibility: hidden;
	display: none;
	}
}

.btn_red{
    padding: 7px 25px;
    /*display: block;
	max-width: 200px;*/
    color: #392f2f;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #e31d23;
    background: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn_red:hover{
    border: 2px solid #c8151b;
    background-color: #e31d23;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    box-shadow: 0 2px 2px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.52);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.29);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*.item-435 {
	display: none !important;
}*/