/* ----------- ФИНАНСОВЫЙ АТЛАС ------------- */
.fin-atlas-found-error {
    float: right;
}
.b-search-fin-atlas {position: relative; margin-top: 10px;}
.b-search-fin-atlas:before {
    content: "Финансовый Атлас";
    display: block;
    position: relative;
    background: #f78421;
    padding: 5px 0 5px 15px;
    color: #f78421;
    font-size: 24px;
    font-weight: 300;
}
.b-search-fin-atlas:after {
    content: " ";
    display: block;
    background: #f5f5f5;
    height: 38px;
    margin-bottom: 54px;
}
form#form_filter_fin_atlas input {
    width: 100%;
    margin: 4px 0;
    height: 24px;
    padding: 0 4px;
}

form#form_filter_fin_atlas {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 260px;
    padding: 6px 10px;
    background: #eaeaea;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
form#form_filter_fin_atlas select {
    width: 350px;
    width: 100%;
    margin: 4px 0;
    height: 24px;
}
ul.b-filter {padding-left: 0; margin: 0;}
ul.b-filter li {list-style-type: none;}

.b-list-fin-atlas {
    margin-right: -20px;
}
.b-item-fin-atlas {
    position: relative;
    background: #fff;
    margin: 0px 20px 20px 28px;
    padding: 15px 15px 10px 37px;
    border: 1px solid #fdc696;
    border-left: 91px solid #fdc696;
    border-radius: 4px;
    transition: all .5s;
    height: 170px;
    max-height: 170px;
    float: left;
    width: 500px;
}
.b-item-fin-atlas .b-logo {
    position: absolute;
    display: block;
    top: -10px;
    left: -118px;
    padding: 10px;
    border: 1px solid #fdc696;
    border-radius: 4px;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    width: 142px;
    height: 132px;
    line-height: 110px;
    text-align: center;
    transition: all .3s;
}
.b-item-fin-atlas:hover {
    border: 1px solid #f78421;
    border-left: 91px solid #f78421;
}
.b-item-fin-atlas:hover .b-logo {border: 1px solid #f78421;}
.b-item-fin-atlas h2 {margin: 1px 0 8px -20px;}
.b-item-fin-atlas h2 > a {display: block; padding: 8px 8px 8px 20px;
    background: #f5f5f5;
    transition: all .5s;
    color: #f78421; /* 000 */
}
.b-item-fin-atlas:hover h2 > a {}
.b-item-fin-atlas:hover h2 > a:hover {display: block; color: #fff; background: #f78421;}

.b-item-fin-atlas .site {margin-bottom: 2px;}
.b-item-fin-atlas .phones ul {margin-bottom: 2px; padding: 0;}
.b-item-fin-atlas .phones ul li{
    list-style: none;
    display: inline-block;
}
.b-item-fin-atlas .phones ul li:after {
    content: ',';
}
.b-item-fin-atlas .phones ul li:last-child:after {
    content: '';
}
.b-item-fin-atlas .emails ul {margin-bottom: 3px; padding: 0;}
.b-item-fin-atlas .emails ul li{
    list-style: none;
    display: inline-block;
}
.b-item-fin-atlas .emails ul li:after {
    content: ',';
}
.b-item-fin-atlas .emails ul li:last-child:after {
    content: '';
}

.b-item-fin-atlas .site:before {
    content: "\e135";
    float: left;
    margin-right: 5px;
    color: #f78421;
    font-size: 1.1em;
    line-height: 1.4em;
    font-family: 'Glyphicons Halflings';
}
.b-item-fin-atlas .phones:before {
    content: "\e182";
    float: left;
    margin-right: 5px;
    color: #f78421;
    font-size: 1.1em;
    line-height: 1.4em;
    font-family: 'Glyphicons Halflings';
}
.b-item-fin-atlas .emails:before {
    content: "\2709";
    float: left;
    margin-right: 5px;
    color: #f78421;
    font-size: 1.1em;
    line-height: 1.4em;
    font-family: 'Glyphicons Halflings';
}

.b-article-fin-atlas {
    position: relative;
    background: #fff;
    margin: 0 0 20px 28px;
    padding: 15px 15px 10px 37px;
    border: 1px solid #fdc696;
    border-left: 91px solid #fdc696;
    border-radius: 4px;
    transition: all .5s;
}
.b-article-fin-atlas .b-logo {
    position: absolute;
    display: block;
    top: 10px;
    left: -118px;
    padding: 10px;
    border: 1px solid #fdc696;
    border-radius: 4px;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    width: 142px;
    height: 132px;
    line-height: 110px;
    text-align: center;
    transition: all .3s;
}
.b-article-fin-atlas h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 8px 0 10px -30px;
    padding: 10px 0 10px 30px;
    background: #eaeaea;
}
.b-article-fin-atlas .site {margin-bottom: 2px;}
.b-article-fin-atlas .site:before {
    content: "\e135";
    float: left;
    margin-right: 5px;
    color: #f78421;
    font-size: 1.1em;
    line-height: 1.4em;
    font-family: 'Glyphicons Halflings';
}
/* Кнопка вернуться */
.b-back a {
    margin: 0 0 20px 28px;
    padding: 5px 15px;
    border: 1px solid #fdc696;
    border-left: 91px solid #fdc696;
    border-radius: 4px;
    display: inline-block;
}
.b-back a:hover {
    background-color: #ffe6cf;
}
.b-back a:before {
    content: "\e091";
    float: left;
    margin-right: 5px;
    color: #f78421;
    font-size: 1.1em;
    line-height: 1.4em;
    font-family: 'Glyphicons Halflings';
}
.b-article-fin-atlas .ya-share2 {
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}

/* ---- Преаммбула Финансового атласа ---- */
.b-fa-lid {
    margin: 0 0 25px 260px;
    font-size: 13px;
    line-height: 1.2em;
    padding: 0 10px 0 12px;
    border-left: 1px solid #f78421;
}
.b-fa-lid p {margin: 0 0 5px;}
.b-fa-annot-1 {
    position: relative;
    float: left;
    width: 270px;
    min-height: 90px;
}
.b-fa-label {
    float: left;
    position: absolute;
    padding: 20px;
    padding-bottom: 33px;
    top: -150px;
    left: 16px;
    border: 1px solid #f78421;
    border-radius: 4px;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.b-fa-count {
    position: absolute;
    min-width: 212px;
    padding: 8px 2px 9px 12px;
    line-height: 12px;
    color: #fff;
    bottom: -25px;
    left: 15px;
    border: 1px solid #f78421;
    border-radius: 4px;
    background: #f78421;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.b-fa-count p {margin: 0 0 0px;}
.b-fa-num {font-size: 32px;}
.t-mobile-add {display: none;}

/* ------------- ФИНАНСОВЫЙ АТЛАС ----------------- */
/* ------------- Лицензия отозвана (+адаптив) ----------------- */
.b-article-fin-atlas.r17:before {
    content: "";
    position: absolute;
    display: block;
    height: 91px;
    width: 206px;
    top: 7px;
    right: 220px;
    background-image: url(/site/public/elfinder/img/Finatlas_Stamp_NoLicense.svg);
    background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
    .b-article-fin-atlas.r17:before {
        top: 45px;
        right: 100px;
    }
}
@media screen and (max-width: 700px) {
    .b-article-fin-atlas.r17:before {
        left: -117px;
        top: 161px;
        z-index: 10;
        width: 150px;
        height: 70px;
    }
}
/* --------------------------------------- */

/* ------------- Лицензия ЦБРФ (+адаптив) ----------------- */
.b-article-fin-atlas.license-cb:before {
    content: "";
    position: absolute;
    display: block;
    height: 91px;
    width: 206px;
    top: 7px;
    right: 150px;
    background-image: url(/site/public/elfinder/img/Finatlas_Stamp_CB_License.svg);
    background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
    .b-article-fin-atlas.license-cb:before {right: 40px;}
}
@media screen and (max-width: 700px) {
    .b-article-fin-atlas.license-cb:before {
        left: -117px;
        top: 161px;
        z-index: 10;
        width: 150px;
        height: 70px;
    }
}
/* --------------------------------------- */

div.b-list-fin-atlas > div.b-item-fin-atlas:nth-child(2n):after {content: ''; clear: both;}

/* ------------- Адаптив - ФИНАНСОВЫЙ АТЛАС ----------------- */
@media screen and (max-width: 1000px) {
    .b-item-fin-atlas {width: auto; float: none;}
    .b-search-fin-atlas:before {color: #ffffff;}
    form#form_filter_fin_atlas {
        position: relative;
        top: 0;
        margin-bottom: 20px;
        left: 0;
    }
    .b-search-fin-atlas:after {display: none;}
    .b-fa-annot-1 {display: none;}
    .b-fa-lid {margin: 0 0 25px; padding: 0 10px; border-left: none;}
    .t-mobile-add {display: block;}
}
@media screen and (max-width: 600px) {
    .b-item-fin-atlas h2 {font-size: 16px;}
    .b-item-fin-atlas {font-size: 12px;}
    .b-item-fin-atlas .b-logo {
        left: -88px;
        width: 112px;
        height: 102px;
        line-height: 80px;
    }
    .b-item-fin-atlas {border-left: 68px solid #fdc696;}
    .b-item-fin-atlas:hover {border-left: 68px solid #f78421;}
    .b-item-fin-atlas .b-logo img {max-width: 100%; max-height: 100%;}

}
/* ------------- End of ФИНАНСОВЫЙ АТЛАС ----------------- */