@import "timeTo.css";

#ui-datepicker-div {
    display: none;
}
.file-but input {
        position: absolute;
        top: 0;
        right: 0;
        left: -100%;
        width: 200%;
        height: 100%;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        opacity: 0;
        font-size: 100px;
        cursor: pointer;
    }
    .file-but {
        float: left;
        margin-right: 15px;
        overflow: hidden;
        position: relative;
        height: 34px;
    }
    div.file {
        padding: 5px;
    }
    span.error {
        color: #c81e1e;
        font-size: 12px;
        font-weight: bold;
    }
    #fileupload-cancel, #fileupload-loader, #fileupload_title, #list{
        display: none;
    }
    .separator {
        margin: 0 !important;
    }
    .img-captcha img {
        width: 200px;
        height: 50px;
        padding: 10px 0;
    }
    .img-captcha a {
        margin-top: 32px;
        margin-right: 90px;
    }
    .kladr {
        width: 100%;
    }

iframe,
.popup iframe {
	max-width: 100%;
}

.bf-item-holder .grey-button.clear {
    width: auto;
    display: inline-block;
    clear: none;
}

.uploadfile {
    overflow: hidden;
}
.uploadfile-loader {
    margin-top: 8px;
    height: 10px;
    background: #e8e8e8;
    border: 1px solid #7b92bd;
    overflow: hidden;
}
.uploadfile-seek {
    background: #7b92bd;
    width: 0;
    height: 100%;
}
.uploadfile-cancel {
    margin-top: 2px;
    margin-left: 20px;
    float: right;
    color: #3579c0;
    text-decoration: underline;
    cursor: pointer;
}

.black_bg {
    background: #000 !important;
}

.old_content .os_slogan_style {
    font-size: 26px;
    left: 260px !important;
    top: 45px !important;
    line-height: 30px;
}

@media screen and (max-width: 949px) {
    .sub_os {
        display: none;
    }

    .slogan-os {
        font-size: 18px;
        left: 145px;
    }

    .main {
        left: 10%;
        font-size: 20px;
    }

    .logo {
        width: 160px;
        padding-left: 10%;
    }

    .old_content .only_slogan {
        width: 298px !important;
        font-size: 20px;
    }
}

@media screen and (max-width: 529px) {
    .logo {
        display: none;
    }

    .old_content .only_slogan {
        height: 116px;
        width: 320px !important;
        left: 20px !important;
        top: 67px !important;
        z-index: 2;
        border: 0;
        font-size: 20px;
        text-align: center;
    }

    .bn-map-button-77 {
        visibility: hidden;
    }
}

.organization {
    display: none;
}

.bir-popup {
    background: url("../img/window.png") no-repeat;
    position: relative;
    float: right;
    margin: -20px 5px 0 0;
    height: 13px;
    width: 16px;
    z-index: 2;
}

@media screen and (max-width: 426px) {
    html {
        overflow-x: hidden;
    }

    .bn-inline_radio {
        margin-top: 70px;
        width: 392px;
    }

    .bir-popup {
        visibility: hidden;
    }
}

.article table {
    border: 1px solid #CECECE;
    border-collapse: collapse;
    border-radius: 5px 5px 5px 5px;
    border-spacing: 0;
    width: 100%;
}

.article blockquote table {
    width: calc(100% - 40px);
}

.article td, .article th {
    border: 1px solid #CECECE;
    padding: 4px 5px;
}
.article tr {
    border: 1px solid #CECECE;
}
.article td {
    border-width: 0 1px !important;
}
.article th {
    background: none repeat scroll 0 0 #5C90B7;
    color: #FFFFFF;
    font-weight: normal;
}
/*.article tr:nth-of-type(even) td {
    background-color: rgba(64, 104, 156, 0.3) !important;
    color: #000;
}*/
.article .even td {
    background-color: rgba(64, 104, 156, 0.3) !important;
    color: #000;
}
.article .center {
    text-align: center;
}
.radio-widget {
    width: 450px;
}
.mejs-container .mejs-controls .mejs-time {
    width: 45px;
}
.mejs-horizontal-volume-slider {
    display: block;
    height: 25px;
    width: 115px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 105px;
    z-index: 1;
    position: relative;
    margin: 0;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total  {
    width: 100px;
}

figure, figcaption {
    display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

h2.h2.contest {
    color: #588aca;
    font-size: 18px;
    font-weight: 700;
}

.tab.type-1 .tab-link.p10 {
    top: -23px;
}