@charset "UTF-8";

#modal-dialog {
    width: 90%;
    height: 90%;
    margin: 50px;
    padding: 0;
    border: 2px solid #aaa;
    background: #fff;
    color: #000;
    position: fixed;
    display: none;
    z-index: 111;
}

#modal-overlay {
    z-index: 110;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba( 0,0,0, 0.75 );
}

.button-link {
    color: #00f;
    text-decoration: underline;
}

.button-link:hover {
    cursor: pointer;
    color: #f00;
}


.modal-open {
    overflow:hidden
}
.modal {
    display:none;
    overflow:hidden;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    -webkit-overflow-scrolling:touch;
    outline:0
    }
.modal.fade .modal-dialog {
    -webkit-transform:translate(0,-25%);
    -ms-transform:translate(0,-25%);
    -o-transform:translate(0,-25%);
    transform:translate(0,-25%);
    -webkit-transition:-webkit-transform .3s ease-out;
    -moz-transition:-moz-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
    transition:transform .3s ease-out,-webkit-transform .3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -o-transform:translate(0,0);
    transform:translate(0,0)
}
.modal-open .modal {
    overflow-x:hidden;
    overflow-y:auto
}
.modal-dialog {
    position:relative;
    width:auto;
    height:auto;
    margin:25px
}
.modal-content {
    position:relative;
    background-color:#fff;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
    box-shadow:0 3px 9px rgba(0,0,0,.5);
    background-clip:padding-box;
    outline:0
}
.modal-header {
    height: 60px;
    padding:15px;
    border-bottom:1px solid #e5e5e5
}
.modal-header:after {
    clear:both;
    content:'';
    display:table
}
.modal-header .modal-close {
    margin-top:-2px
}
.modal-title {
    margin:0;
    line-height:1.42857;
    font-size:1.8em
}
.modal-body {
    position:relative;
    padding:15px
}
.modal-footer {
    height: 65px;
    padding:15px;
    text-align:right;
    border-top:1px solid #e5e5e5
}
.modal-footer:after {
    clear:both;
    content:'';
    display:table
}
.modal-footer .btn+.btn {
    margin-left:5px;
    margin-bottom:0
}
.modal-footer .btn-group .btn+.btn {
    margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
    margin-left:0
}
.modal-scrollbar-measure {
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
button.modal-close {
    float:right;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    margin:0;
    text-transform:none;
    overflow:visible;
    -webkit-appearance:none;
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0
}
button.modal-close span {
    font-size:21px;
    font-weight:700;
}
button.btn-default {
    color:#333;
    background-color:#fff;
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px
}

.c-ruleBlock {
    border:none;
    overflow-y:scroll;
    padding:10px
}
.c-ruleBlock__modal {
    display:none
}
.c-ruleBlock__modal .c-ruleBlock {
    max-height:300px;
    border:none
}
.c-ruleBlock__text {
    font-size:14px;
    line-height:1.5;
    margin-bottom:12.5px;
    padding-left: 2.5em;
}
.c-ruleBlock__text:last-child {
    margin-bottom:0
}
.c-ruleBlock__inner {
    margin-bottom:12.5px
}
.c-ruleBlock__inner:last-child {
    margin-bottom:0
}
.c-ruleBlock__title {
    font-size:14px;
    line-height:1.5;
    padding:10px 0
}
@media (min-width:798px) {
    .c-ruleBlock {
        max-height: 684px
    }
}
.c-numberList__item {
    font-size: 14px;
}