html a:link, html a:visited {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

html .mcPage {
    margin: 36px 0 0;
    padding: 0;
}

body {
    margin: 0px;
}

.mcArticle {
    -webkit-box-shadow: 5px 0 5px -2px rgba(0, 0, 0, .14);
    box-shadow: 5px 0 5px -2px rgba(0, 0, 0, .14);
    display: table-cell;
    position: relative;
    width: 100%;
    z-index: 2;
}

.mcArticle.mcArticleIndex {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 100px;
}

.mcArticleIndex h1 {
    text-transform: uppercase;
}

.mcArticleIndex .mcLegal_chapters {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.mcArticleIndex .mcLegal_chaptersBlock {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.mcSidebar {
    background: #f2f2f2;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    display: table-cell;
    min-width: 214px;
    width: 214px;
}

/* === */
body .mcTop {
    position: absolute;
    width: 100%;
}

.mcPage.mcPageTabs.short {
    border-top-left-radius: 5px;
    margin-top: 10px;
}

.mcLegal_header {
    color: #fff;
    padding-top: 45px;
    text-shadow: 0 1px 2px #000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.mcLegal_title {
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0.33em;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.mcLegal_crumbs {
    border-bottom: 1px solid #eee;
    line-height: 63px;
    padding: 0 36px;
    text-transform: uppercase;
}

.mcLegal_crumbs span {
    display: inline-block;
}

.mcLegal_crumbs span:last-child {
    border-bottom: 2px solid #e72633;
    margin-bottom: -2px;
}

.mcLegal_crumbs .mcLegal_crumbsArr {
    margin-right: 15px;
    position: relative;
}

.mcLegal_crumbs .mcLegal_crumbsArr:after {
    border-color: transparent transparent transparent #666;
    border-style: solid;
    border-width: 3px;
    content: '';
    margin-top: -2px;
    position: absolute;
    right: -14px;
    top: 50%;
}

.mcLegal_text {
    padding: 1px 36px 20px;
}

.mcLegal_text ul,
.mcLegal_text ol {
    padding-left: 2em;
}

.mcLegal_text li {

}

.mcSidebar .mcLegal_chapters {
    padding: 25px 30px;
}

.mcLegal_chapters h2 {
    font-size: 14px;
    text-transform: uppercase;
}

.mcLegal_chapters ul {
    font-size: 13px;
    line-height: 2em;
    list-style: none;
    margin: 15px 0 25px;
    padding: 0;
}

.mcLegal_descr {
    font-size: 1.2em;
    line-height: 1.33em;
}

.mcTitle_adtn {
    display: block;
    font-size: 14px;
}

.mcPage h1, .mcPage h2 {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.mcTabs_wrapper {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.mcPage.short .mcTabs_wrapper {
    display: inline-block;
}

.mcTabs {
    font-size: 13px;
    list-style: none;
    margin: -60px -150px 0;
    overflow: hidden;
    padding: 0;
}

.mcTabs.hide {
    display: block;
}

.mcPage.short .mcTabs {
    display: none;
}

.mcTabs li {
    background: #fff;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    float: left;
    height: 34px;
    line-height: 34px;
    margin-top: 5px;
}

.mcTabs li:first-child {
    border-top-left-radius: 5px;
}

.mcTabs li:last-child {
    border-top-right-radius: 5px;
}

.mcTabs li.selected {
    border-bottom-color: #fff;
    border-radius: 5px 5px 0 0;
    margin-top: 0;
    padding-top: 5px;
}

.mcTabs a {
    display: block;
    padding: 0 25px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.mcTabs a:link, .mcTabs a:visited {
    color: #808080;
    text-decoration: none;
}

.mcTabs a:hover, .mcTabs a:active, .mcTabs .selected a:link, .mcTabs .selected a:visited {
    color: #333333;
}

.mcSelect {
    background: linear-gradient(to bottom, #F7F7F7, #F1F1F1) repeat-x scroll 0 0 #F5F5F5;
    border: 1px solid rgba(153, 153, 153, 0.3);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: none;
    font-size: 13px;
    min-width: 10em;
    padding: 0.4em 3em 0.4em 1em;
    position: relative;
    text-transform: uppercase;
}

.mcPage.short .mcSelect {
    display: block;
    z-index: 2;
}

.mcSelect:focus {
    outline: none;
}

.mcSelect:after {
    border-color: #00ABF2 transparent transparent;
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 0;
    position: absolute;
    right: 11px;
    top: 13px;
    width: 0;
}

.mcLegal_text table {
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
    margin: 1.5em 0;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
}

.mcLegal_text table caption {
    margin-bottom: 1em;
    text-align: left;
    font-size: 160%;
    font-weight: normal;
}

.mcLegal_text table td,
.mcLegal_text table th {
    position: relative;
    padding: 15px;
    border: 0;
}


.mcLegal_text table td:before,
.mcLegal_text table th:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
}

.mcLegal_text table td:first-child:before,
.mcLegal_text table th:first-child:before {
    content: normal;
}

.mcLegal_text table th {
    border-bottom: 1px solid #d6d6d6;
    background: #f2f2f2;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    font-weight: bold;
    font-size: 105%;
}
.mcLegal_text table td {
    vertical-align: top;
}
.mcLegal_text table tr:nth-child(2n+1) {
    border-top: 1px solid #d6d6d6;
    background: #f2f2f2;
}

.mcLegal_text table tr:first-child {
    border-top: 0;
}

@media only screen and (min-width: 641px) and (max-width: 979px) {
    .mcTabs {
        margin: -60px -20px 0;
    }
}

@media (max-width: 979px) {
    .mcArticle {
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
    }

    .mcSidebar {
        display: none;
    }

    .mcLegal_crumbs {
        line-height: 43px;
    }

    .mcArticle.mcArticleIndex {
        padding: 0
    }

    .mcArticleIndex .mcLegal_chapters {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (max-width: 640px) {
    html body {
        background-color: #aaa;
        height: auto;
        min-height: 100%;
    }

    html .mcBg {
        position: fixed;
        bottom: -100px;
        background: url(http://games.my.com/inf/img/mcBg_m2.jpg) 50% 0 no-repeat;
        background-size: auto 100%;
        min-height: 640px;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    html .mcLayout_page,
    html .mcLayout_page.mcBg4,
    html .mcLayout_page.mcBg5 {
        background: none;
    }

    html .mcPage {
        margin: 10px;
    }

    .mcLegal_header {
        padding: 20px 10px 0;
    }

    .mcLegal_crumbs {
        display: none;
    }

    .mcLegal_chapters ul {
        margin: 10px 0;
    }

    .mcLegal_text {
        padding: 1px 20px 20px;
    }

    .mcTabs_wrapper {
        display: block;
        margin: 20px 0;
        position: relative;
    }

    .mcSelect {
        display: block;
        z-index: 2;
    }

    .mcSelect:focus {
        outline: none;
    }

    .mcTabs_wrapper .mcLegal_chapters {
        background: #fff;
        border: 1px solid rgba(153, 153, 153, 0.3);
        border-radius: 4px;
        display: none;
        font-size: 13px;
        height: auto;
        left: 0;
        margin: -.6em 0 0;
        padding: 1em 0 0;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        z-index: 1;
    }

    .mcTabs_wrapper .mcLegal_chapters.show {
        display: block;
    }

    .mcTabs_wrapper .mcLegal_chapters.hide {
        display: none;
    }

    .mcTabs_wrapper h2 {
        padding: 0 .5em;
    }

    .mcTabs_wrapper li {
        border: none;
        display: block;
        float: none;
        height: auto;
        line-height: 30px;
        margin: 0;
    }

    .mcTabs li.selected {
        padding: 0;
    }

    .mcTabs_wrapper a {
        display: block;
        padding: 0 1em;
    }

    .mcTabs_wrapper a:link, .mcTabs a:visited {
        color: #3B3B3B;
    }

    .mcTabs_wrapper a:hover, .mcTabs a:active, .mcTabs_wrapper .selected a:link, .mcTabs_wrapper .selected a:visited {
        background: #F2F2F2;
        color: #3B3B3B;
    }

}
