﻿.js-load {
    display: none;    
}
.js-load.active { display: block; }
.js-load-310 { display: none; }
.js-load-310.active { display: block; }
.is_comp.js-load:after { display: none; }
.is_comp.js-load-310:after { display: none; }
.btn-wrap, .lists, .main { display: block; }
.btn-wrap-310, .lists, .main { display: block; }
/*
.main {
max-width: 640px; 
            margin: 0 0 5px 0;
}
*/
/*
.lists {
 margin-bottom: 4rem;*/
/*}

.lists__item {*/
/* padding: 20px;
            background: #EEE;*/
/*}

    .lists__item:nth-child(2n) {*/
/*background: #59b1eb;
            color: #fff;*/
/*}*/
.btn-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    *display: inline;
    text-align: center;
    margin: 10px 0 0 0;

}

.btn-wrap-310 {
    position: relative;
    width: 100%;
    display: inline-block;
    *display: inline;
    text-align: center;
    margin: 20px 0 0 0;
}

.btn-wrap a {
  
    border: 1px solid #ddd;
    padding: 8px 13px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.btn-wrap-310 a {
    border: 1px solid #ddd;
    padding: 8px 13px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.btn-wrap a:hover {
    background: #00aeef;
    color: #fff;
}


.btn-wrap-nj {
    position: relative;
    width: 100%;
    display: inline-block;
    *display: inline;
    text-align: center;
    margin: -100px 0 0 0;
}

.btn-wrap-nj a {
    border: 1px solid #ddd;
    padding: 8px 13px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.btn-wrap-nj a:hover {
    background: #00aeef;
    color: #fff;
}

.btn-wrap-fold {
    position: relative;
    width: 100%;
    display: inline-block;
    *display: inline;
    text-align: center;
    margin: 40px 0 20px 0;
}

.btn-wrap-fold a {
    border: 1px solid #ddd;
    padding: 8px 13px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.btn-wrap-fold a:hover {
    background: #00aeef;
    color: #fff;
}