
.specialViewArea{
    padding: 10px 20px;
    width: 450px;
    right: -10px;
    top: 30px;
}
.appearance{
    /*margin-bottom: 10px;*/
    /*clear: both;*/
    /*display: table;*/
    /*width: 100%;*/
}
.squareBox{
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 27px;
    font-weight: bolder;
    cursor: pointer;
    background: #828282;
    border: 2px solid #353535;
    color: #fff;
}
.specialTitle{
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}
.squareAppearances{
    float: left;
    margin-right: 5px;
}
.squareBox.spcNormal{
    background: #00a2e0;
    border-color: #034e6b;
}
.squareBox.spcWhiteAndBlack{
    background: #828282;
    border-color: #353535;
}
.squareBox.spcDark{
    background: #3e3e3e;
    border-color: #777777;
}
.squareBox.spcNoImage{
    border-color: #00a2e0;
    background: url('../img/icons/iconImg.png') 11px 7px no-repeat;
}
.squareBox.spcSetImage{
    background: url('../img/icons/iconImg.png') -41px 7px no-repeat !important;
}
.fontSmaller{
    font-size: 24px;
}
.fontBigger{
    font-size: 26px;
}

.block{
    display: block;
}
.triangle{
    background: url("../img/icons/topTriangle.png") no-repeat;
    width: 17px;
    height: 9px;
    position: absolute;
    right: 14px;
    top: -9px;
}
.defaultSlider{
    height: 4px;
    background: #b7b7b7;
    margin-top: 20px;
    border: none;
}
.defaultSlider span{
    width: 25px !important;
    height: 25px !important;
    top: -11px !important;
    border-radius: 50%;
    outline: none;
    background: #fff !important;
    box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -o-box-shadow: 0px 0px 5px #ccc;
    mso-border-shadow: 0px 0px 5px #ccc;
    cursor: pointer !important;
}
.defaultSlider span:focus, .defaultSlider span:hover{
    border-color: #d3d3d3;
}
.defaultSlider .ui-slider-range{
    background: #00acf9;
}


.org_map_img{
    padding: 5px;
    cursor: pointer;
}
#orgMap .modal-dialog{
    width: 63%;
    text-align: center;
}
.banknotes .panel-heading{
    background: none !important;
}
.banknotes .panel-heading img{
    padding: 10px 20px 0px 20px !important;
}
.banknotes .panel-heading a{
    text-decoration: none !important;
}
.banknotes .banknoteTitle{
    margin-top: -10px !important;
    margin-bottom: 15px;
    color: #00acf9;
    font-size: 20px;
}
.leftPanel{
    padding-bottom: 10px;
}
.ymaps-copyrights-pane, .i4ewOd-pzNkMb-nK2kYb, .OFA0We-haAclf.OFA0We-purZT{
    display: none !important;
}

#archivesList {
    width: 100%;
    font-size: 15px;
    text-align: center;
    /*border: none !important;*/
    color: #d2d2d2;
}
#archivesList thead tr:last-child {
    font-size: small;
    color: #555555;
}
#archivesList thead tr:nth-child(1) td:nth-child(2) {
    color: #323232;
}
#archivesList thead tr:nth-child(1) td:nth-child(1):hover, #archivesList thead tr:nth-child(1) td:nth-child(3):hover {
    cursor: pointer;
}
#archivesList td {
    padding: 6px 5px;
    font-size: 18px !important;
}
#archivesList tbody td {
    color: #d2d2d2;
}
#archivesList tbody td.active, #archivesList a{
    color: #3d3d3d;
    cursor: pointer;
}
#archivesList tbody td.active:hover{
    background: #ccc;
}
#speech{
    display: none;
}
.narratorBox{
    background: #8dd2ef !important;
    position: relative;
}
.loadingCursor{
    cursor: wait !important;
}
.narratorBox .loading{
    position: absolute;
    background: #dcdcdc;
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-animation: speechAnimation 4s infinite alternate;
    animation: speechAnimation 4s infinite alternate;
}
a.narratorBox{
    color: #3d3d3d !important;
}

.blueCheckbox input[type="checkbox"] {
    display:none;
}
.blueCheckbox input[type="checkbox"] + label {
    cursor:pointer;
    font-weight: normal;
}
.blueCheckbox input[type="checkbox"]:checked + label {
    font-weight: bold;
}
.blueCheckbox input[type="checkbox"] + label span {
    display:inline-block;
    width:18px;
    height:18px;
    margin: -4px 6px 0 0;
    vertical-align:middle;
    background:url("../img/checkbox.png") left top no-repeat;
    cursor:pointer;
}
.blueCheckbox input[type="checkbox"]:checked + label span {
    background:url("../img/checkbox.png") -18px top no-repeat;
}
#speechOptions{
    display: none;
}
.rounded{
    background: #00acf9;
    color: #fff;
    width: 20px;
    height: 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.pointer{
    cursor: pointer;
}
.webabonents-slide-out-div.open.box_shadow {
    padding: 11px;
    min-height: 200px;
    border: 1px solid;
}


a.leftSpeech {
    padding-top: 5px;
}
a.leftEmail{
    padding-top: 8px;
}
a.leftFaq {
    padding-top: 8px;
}
a.leftPhone {
    padding-top: 13px;
}


@media (min-width: 1200px){
    .hslider li {
        width: 270px !important;
    }
}
@media ( max-width: 1262px) and ( min-width: 1105px ){
    .parent_head .diagramm_text{
        min-height: 140px;
    }
}

@-webkit-keyframes speechAnimation {
    0% {
        width: 0%;
        left: 0;
        right: auto
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0%;
        left: auto;
        right: 0
    }
}
@keyframes speechAnimation {
    0% {
        width: 0%;
        left: 0;
        right: auto
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0%;
        left: auto;
        right: 0
    }
}