/*
==============================================================
-------------------------- arrow ----------------------------
==============================================================
*/
.aside .nameAside .moreArr{
    left:0;
    right:auto;
}
.leftSide .aside .nameAside > .name{
    padding-left:45px;
}
.fixedRightBtn,
.fixedLeftBtn{
    border-radius: 2px;
    cursor: pointer;
    border: 0;
    outline: none;
    position: absolute;
    top:0;
    font-size:27px;
    text-align: center;
    color: #fff;
    z-index:1;
    width:42px;
    height:42px;
    line-height:42px;
}
.fixedLeftBtn{
    background: #363c3f;
    right:0;
}
.fixedRightBtn{
    background: none;
    left:0;
}
.fixedRightBtn + .but .name span{
    padding-left: 42px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}
.fixedRightBtn:hover:before,
.fixedLeftBtn:hover:before{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.fixedRightBtn:before,
.fixedLeftBtn:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fixedLeftBtn:before{
    content: "\f100";
}
.fixedRightBtn:before{
    content: '\f101';
}

/*
==============================================================
-------------------------- /arrow ----------------------------
==============================================================
*/
/*
==============================================================
-------------------------- fixedLeft -------------------------
==============================================================
*/
body:not(.fixedLeft) .fixedLeftBtn:before{
    content: '\f101';
}
body:not(.fixedLeft) .leftSide{
    width:42px;
    position: absolute;
    top:0;
    left:0;
    z-index:3000;
}
body:not(.fixedLeft) .eventsMenuUl,
body:not(.fixedLeft) .leftSide .aside .blockAside{
    padding:0;
}
body:not(.fixedLeft) aside:first-of-type .nameAside .moreArr,
body:not(.fixedLeft) .aside.hideBlock .upcomingEv,
body:not(.fixedLeft) .search_line,
body:not(.fixedLeft) .leftSide .liveFilNav,
body:not(.fixedLeft) .leftSide .aside .nameAside > .name,
body:not(.fixedLeft) .banCont,
body:not(.fixedLeft) .eventsMenuUl > li > .sportMenu span.name,
body:not(.fixedLeft) .eventsMenuUl > li > .link .countCon{
    display: none;
}
body:not(.fixedLeft) .leftSide:not(:hover) .eventsMenuUl > li > ul{
    height:0;
    overflow: hidden;
}

body:not(.fixedLeft) .eventsMenuUl .link{
    width:42px;
    height:28px;
    padding:0;
}
body:not(.fixedLeft) .eventsMenuUl .link .sportIco{
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-9px 0 0 -9px;
    width: 18px;
    height: 18px;
}

/*
==============================================================
-------------------------- hover ----------------------------
==============================================================
*/
body:not(.fixedLeft) .leftSide:hover{
    width:300px;
    background: #fff;
    box-shadow: 10px 0px 11px rgba(0,0,0,.3);
}
body.cyber-page:not(.fixedLeft) .leftSide:hover{
    background: #31556c;
}
body:not(.fixedLeft) .leftSide:hover  aside:first-of-type .nameAside .moreArr,
body:not(.fixedLeft) .leftSide:hover .aside.hideBlock .upcomingEv,
body:not(.fixedLeft) .leftSide:hover .search_line,
body:not(.fixedLeft) .leftSide:hover .liveFilNav,
body:not(.fixedLeft) .leftSide:hover .aside .nameAside > .name,
body:not(.fixedLeft) .leftSide:hover .banCont,
    /*body:not(.fixedLeft) .leftSide:hover .eventsMenuUl > li > ul,*/
body:not(.fixedLeft) .leftSide:hover .eventsMenuUl > li > .sportMenu span.name,
body:not(.fixedLeft) .leftSide:hover .eventsMenuUl > li > .link .countCon{
    display: block;
}
body:not(.fixedLeft) .leftSide:hover .eventsMenuUl .link{
    padding: 4px 50px 4px 34px;
    width:auto;
    height:auto;
}
body:not(.fixedLeft) .leftSide:hover .eventsMenuUl .link .sportIco{
    height: 14px;
    left: 19px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 14px;
}
body.haveLeftMenu:not(.fixedLeft) .footer{
    margin-left:74px;
    width:calc(100% - 74px);
}
/*
==============================================================
-------------------------- /hover ----------------------------
==============================================================
*/
body:not(.fixedLeft) .fixedLeftBtn:before{
    content: "\f101";
}
/*
==============================================================
-------------------------- /fixedLeft ------------------------
==============================================================
*/
/*
==============================================================
-------------------------- fixedRight ------------------------
==============================================================
*/
body:not(.fixedRight) .rightSide .couponCon .blockAside,
body:not(.fixedRight) .aside .nameAsideCupon .but.active .name:before,
body:not(.fixedRight) .rightSide .twitter-news,
body:not(.fixedRight) .rightSide .rating-bookmaker,
body:not(.fixedRight) .rightSide aside:not(.couponCon){
    display: none;
}
body:not(.fixedRight)  .rightSide .aside + .aside{
    margin:0;
}
body:not(.fixedRight) .rightSide{
    position: absolute;
    right: 0;
    float: none;
    top:0;
}
body:not(.fixedRight) .rightSide{
    position: absolute;
    width:300px;
    right:0;
    top:0;
    z-index: 1;
}
body:not(.fixedRight).mainPage .rightSide{
    top:495px;
}
body:not(.fixedRight) .couponCon:hover .nameAsideCupon .but.active .name:before{
    display: block;
}
body:not(.fixedRight) .rightSide .couponCon:hover .blockAside, body:not(.fixedRight) .rightSide.hoverCoupon .couponCon .blockAside{
    display: block;
    box-shadow: 0 10px 10px rgba(0,0,0,.3);
}
body:not(.fixedRight) .fixedRightBtn:before{
    content: "\f100";
}
/*
==============================================================
-------------------------- /fixedRight -----------------------
==============================================================
*/
/*
==============================================================
-------------------------- maincon ----------------------------
==============================================================
*/
.live-page__slider{
    max-height:300px;
    height: 300px;
}

body:not(.fixedLeft).haveLeftMenu .contentWrap .centerCon{
    padding-left:57px;
}
body:not(.fixedRight).fixedLeft .contentWrap .centerCon,
body:not(.fixedRight) .contentWrap .centerCon{
    padding-right:0;
}
body:not(.fixedRight):not(.fixedLeft) .contentWrap .centerCon{
    width:100%;
}
body:not(.fixedRight) .centerConBlock:first-child .nameContent{
    margin-right:301px;
}
body:not(.fixedRight) .contentWrap .centerCon,
body:not(.fixedLeft) .contentWrap .centerCon{
    width:calc(100% - 300px);
    width:-webkit-calc(100% - 300px);
    width:-moz-calc(100% - 300px);
}

/*
==============================================================
-------------------------- /maincon ----------------------------
==============================================================
*/

/*
==============================================================
-------------------------- animation -------------------------
==============================================================
*/
body:not(.fixedRight) .couponCon,
body.fixedRight .rightSide{
    animation:  appear .3s linear 1;
}
body.fixedRight .rightSide{
    top: 0 !important;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes appear {
    0%  {right:-300px;}
    100%{right:0;}
}
/*
==============================================================
-------------------------- /animation ------------------------
==============================================================
*/