
/* Clears 1 */
.clear {
    clear: both;
    font-size: 0px;
    overflow: hidden;
    height: 0px;
    display: block;
}

.clear_small {
    clear: both;
    font-size: 1px;
    height: 5px;
    display: block;
}

.clear_medium {
    clear: both;
    font-size: 1px;
    height: 10px;
    display: block;
}

.clear_big {
    clear: both;
    font-size: 1px;
    height: 15px;
    display: block;
}

.pink_error, .green_info {
    background: #fee8e8 none repeat scroll 0 0;
    border: 1px solid #fab4b3 ;
    display: block;
    /* height: 40px;*/
    line-height: 160%;
    margin-bottom: 30px;
    padding: 5px 10px;
}

.green_info {
    background: #d6fec2 none repeat scroll 0 0;
    border: 1px solid #28c019;
}



/* Переопределения стилей */
.main-site-menu .main-site-menu__inner-container:hover .sub-menu {
    min-width: 200px;
}

.sub-menu li.sub-menu__container.active a{
    color: #f05123;
}

.sidebar .themes-previous-season__menu li.active{
    font-weight: bold;
}

.nc-demo-modal-wrapper {
    display: none !important;
}

.partners.articles-image {
    display: block;
    float: left;
    width: 100px;
    margin-right: 30px;
}

@media (max-width: 38.75em) and (min-width: 1em){
    .partners.articles-image {
        display: block;
        float: left;
        width: 100px;
        margin-right: 30px;
    }
}

.add-replica.edit-password .form-input {
    width: 48%;
}

.upload-photo .upload-photo__label{
    height: 270px;
}
.author-box .author-image{
    height: auto;
}

.sidebar .themes-previous-season__menu li.active li{
    font-weight: normal;
}

.sidebar .themes-previous-season__menu li.active li.active{
    font-weight: bold;
}


.articles-box__description {
    max-height: none;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
    color: #333;
    line-height: 1.5;
    font-size: 16px !important;
    font-family: corerhinoregular;
}

.sidebar-banner {
    padding: 0px;
}

label.checkBoxLabel{-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}


.formatTable table{
    margin: 0 auto;
    border-collapse: collapse;

}
.formatTable table p{

    font-size: 14px;
}
.formatTable table h1{
    text-align: center;
}
.formatTable table thead{
    background: #cecece;
}
.formatTable table tbody tr:nth-child(even){
   /* background: #E2E2E2;*/
}
.formatTable table th, .formatTable table td{
    text-align: left;
    padding: 10px;
    font-size: 14px;
}

.formatTable table td{
    border: 1px solid #cccccc ;
}

.articleAuthors{
    color: #000;
    font-family: corerhinobold;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}

.textpage li, .textpage p {
    font-size: 18px;
    font-family: corerhinoregular;
   /* font: 18px/1.5 ubunturegular;*/
}
.font-18 {
    font-size: 18px;
}

.tags-item {
    margin: 25px 6px 0 0;
}

.main-topic-marker:before {
    left: -16px;
}

@media (max-width: 53.75em) and (min-width: 1em){
    .sidebar-banner img {max-width: 100%}
}


@media (max-width: 64em) and (min-width: 1em){
    .last-video p.main-topic-marker {
        display: none;
    }
}

@media (max-width: 38.75em) and (min-width: 1em){
    .articles-image {
        width: 100%;
    }
}

.articleText, .articleText p  {
    word-wrap: break-word;
}

