/********* Предзагрузка *********/
div#preloader {
    position: fixed;
    z-index: 100;
    display: table;
    width: 100%;
    height: 100%;
    background: #eee;
    text-align: center;
}

div#preloader h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
}

/********* КОНЕЦ | Предзагрузка *********/


body {
    background-image: url("../images/bodyBg.png");
}

.container.page {
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
}

/********* Шапка *********/


.lcoment_info-text {
    overflow: hidden;
}

/********* КОНЕЦ | Шапка *********/


span.tag {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background-color: #3498db;
    color: #fff;
    font-style: italic;
    line-height: 1;
}

span.tag:first-letter {
    text-transform: uppercase;
}

.item-page img {
    max-width: 100% !important;
    height: auto !important;
}

.info>div {
    display: inline-block;
    margin: 5px;
    margin-left: 0px;
}

ul.pagination li .pagenav:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    transform: translate(0, 0);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


ul.pagination li.pagination-start .pagenav:before {
    content: "\f100";
}

ul.pagination li.pagination-prev .pagenav:before {
    content: "\f104";
}

ul.pagination li.pagination-next .pagenav:before {
    content: "\f105";
}
ul.pagination li.pagination-end .pagenav:before {
    content: "\f101";
}

.paginationWrapper {
    text-align: center;
}

.item img {
    max-width: 100%;
    height: auto !important;
}




.newsList__item-introImg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsList__item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    padding-bottom: 5px;
    /*min-height: 0;*/
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.33+33,0.66+66,0.8+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.33) 33%, rgba(0,0,0,0.66) 66%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(33%,rgba(0,0,0,0.33)), color-stop(66%,rgba(0,0,0,0.66)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 33%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 33%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 33%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 33%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,0.8) 100%); /* W3C */
    color: #fff; /* IE6-9 */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    transition: all 0.3s;
}

.newsList__item-introtext {
    padding-bottom: 0px;
    height: 0;
    opacity: 0;
    transition: all 0.3s;

    transition-delay: 0.2s;

}



.newsList__item-introImg:hover .newsList__item-title{
    /*min-height: 100%;*/
    /*background-color: rgba(0, 0, 0, 0.8);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.8+33 */
    padding-top: 40px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 33%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(33%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 33%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 33%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 33%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 33%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

}

.newsList__item-introImg:hover .newsList__item-introtext{
    padding-bottom: 40px;
    height: auto;
    opacity: 1;
}

.newsList__item-title h4 {
    margin: 0;

}
.newsList__item-title h4 a {
    color: #fff;
    text-decoration: none;
}

.newsList__item-title  a {
    color: #fff;
    text-decoration: underline;
}

.newsList__item-introtext p {
    text-align: justify;
}

.newsList__item-info {
    position: absolute;
    bottom: -30px;
    transition: all 0.3s;
}

.newsList__item-introImg:hover .newsList__item-info {
    bottom: 15px;
}

a.newsList__item-introtext-readmore {
    padding: 5px;
    border-radius: 5px;
    background-color: #34495e;
    text-decoration: none;
    transition: all 0.3s;
}

a.newsList__item-introtext-readmore:hover {
    background-color: #2c3e50;
    color: #fff;
    text-decoration: none;
}



.newsList__item {
    margin-bottom: 30px;
}
.newsList__intro_item-introImg {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    -webkit-background-size: cover;
}

.newsList__intro_item-introImg:hover {

}

.newsList__intro_item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 10px;
    min-height: 0%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    align-items: center;
}



.newsList__intro_item-title a, .newsList__intro_item-title a:hover{
    color: #fff;
}

.newsList__intro_item-info a.newsList__intro_item-introtext-readmore{
    float: right;
}

.newsList__intro_item-introImg:hover .newsList__intro_item-title{
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}


/********* #Header ШАПКА *********/
.logo img {
    width: 100%;
}

div#header {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 5px;
}

/********* КОНЕЦ | #Header ШАПКА *********/

blockquote {
    margin: 10px 0px !important;
    padding: 10px 20px;
    border-left: 5px solid #B9B9B9 !important;
    background-color: #ECEAEA;
    color: #999;
    font-style: italic;
    font-size: 100% !important;
    transition: all 0.3s;
}

blockquote:hover {
    background-color: #fff;
    color: #333;
}

span.quoteName {
    display: inline-block;
    margin: 5px 0;
    font-weight: bold;
    cursor: pointer;
}

span.quoteName:hover {
    text-decoration: underline;
}

.info_raiting i.fa {
    cursor: pointer;
    transition: all 0.3s;
}

.info_raiting i.fa.select {
    color: red;
}
.info_raiting i.fa.select:before {
    content: '\f005';
}


.slogin-avatar img {
    max-width: 100%;
    border-radius: 50%;
}


/********* БЛОК НОВОСТЕЙ *********/
.itemBlock {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    height: 270px;
    background-color: #999;
    color: #fff;
}

.itemBlock_introImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    transition: all 0.3s;
}

.itemBlock:not(.itemBlock-mobile):hover .itemBlock_introImg {
    -webkit-filter: blur(3px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    filter: blur(3px);
    -moz-filter:blur(3px);
    -o-filter:blur(3px);
}


.ItemBlock_text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 10px;
    padding-top: 40px;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 33%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(33%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 33%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 33%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 33%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 33%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

}

.itemBlock_text-title h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.itemBlock_text-title h3 a{
    color: #fff;
}

.itemBlock_text-introText {
    display: none;
    padding-top: 10px;
}

.itemBlock_text-introText p{
    margin: 0;
}

.itemBlock_text-info>div {
    display: inline-block;
}


.introBlock {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 170px;
}

.introBlock-introImg {
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    transition: all 0.3s;
}

.introBlock-introImg:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.itemBlock_text-info_tags {
    display: block !important;
    position: absolute;
    top: 7px;
    left: 10px;
}

.itemBlock_text-info_tag {
    display: inline-block;
    line-height: 1;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background: linear-gradient(180deg, #D33434 -1.41%, #AF0302 101.41%);
}



.introBlock-title {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 5px;
    min-height: 0px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 33%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(33%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 33%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 33%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 33%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 33%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    transition: all 0.3s;
    justify-content: flex-end;
}

.introBlock:hover .introBlock-title{
    min-height: 50%;
    /*background: rgba(0,0,0,0.8);*/
}

.introBlock-title a.readMore {
    max-height: 0px;
    transition: all 0.3s;
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*left: 5px;*/
    /*overflow: hidden;*/
}

.introBlock:hover .introBlock-title a.readMore {
    max-height: 100px;
}


.introBlock:hover .introBlock-introImg {
    /*-webkit-filter: blur(3px);*/
    /*filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');*/
    /*filter: blur(3px);*/
    /*-moz-filter:blur(3px);*/
    /*-o-filter:blur(3px);*/
    -webkit-filter: grayscale(0%);
    filter:  grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.introBlock-title a {
    color: #ffffff
}


.introBlock-title a:hover {
    color: #ffffff
}


/*.introBlock-info_author {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*padding: 5px;*/
/*}*/


.introBlock:hover .introBlock-title h4 {
    padding: 0;
}

.introBlock-title h4 {
    padding-top: 15px;
    color: #fff;
}

.introBlock-info>div {
    display: inline-block;
}

.itemNews {
    margin-bottom: 15px;
}



/********* КОНЕЦ | БЛОК НОВОСТЕЙ *********/

p.paginationCounter {
    font-style: italic;
}

.banner img {
    width: 100% !important;
    height: auto !important;
}

span.tag a {
    color: #fff;
}


/********* Полседние коментарии *********/
.row.lcoment {
    /* border: 1px solid #666; */
    /* border-radius: 5px; */
    padding: 5px;
    margin: 0;
}

.row.lcoment:nth-child(odd) {
    background-color: #ddd;
}

.lcoment_user {
    text-align: center;
}

.lcoment_user img {
    display: block;
    margin: 0 auto;
}

.lcoment_user img {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid #777;
    border-radius: 50%;
}

.lcoment_commentText-title a {
    font-size: 16px;
}

span.lcoment_commentText-date {
    margin-left: 10px;
    color: #888;
}



/********* КОНЕЦ | Полседние коментарии *********/

div#toTop {
    position: fixed;
    bottom: 10px;
    left: 15px;
    color: #FC0101;
    font-size: 50px;
    line-height: 0;
    cursor: pointer;
    text-align: center;
    z-index: 10;
}

div#toTop span{
    display: block;
    font-size: 10px;
    line-height: 1;
}

div#content iframe {
    max-width: 100% !important;
}

.ZoomImg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    padding: 50px;
    width: 100%;
    height: 100%;
    background-color: rgba(221, 221, 221, 0.5);
}

span.ZoomImg_closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 80px;
    line-height: 0.5;
    cursor: pointer;
    transition: all 0.3s;
}

span.ZoomImg_closeBtn:hover {
    color: red;
}


.ZoomImg_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: zoom-out;
}


.item_introImg {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
}

.item_introImg_text {
    position: absolute;
    bottom: 0;
    padding: 10px;
    padding-top: 40px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.33) 33%, rgba(0,0,0,0.66) 66%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(10%,rgba(0,0,0,0.33)), color-stop(66%,rgba(0,0,0,0.66)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 33%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 33%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 33%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 33%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,0.8) 100%);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    transition: all 0.3s;
}

.item_introImg:hover .item_introImg_text {
    /*opacity: 0.5;*/
    /*background: transparent;*/
}

/*.item-page img {*/
    /*cursor: zoom-in;*/
/*}*/

h3.secTitl {
    font-style: italic;
}


.lcoment-mobile span.lcoment_commentText-date {
    display: block;
    margin: 0;
}




.lcoment-mobile .lcoment_user {
    text-align: left;
}

/********* Коптер *********/
.copterWrapper {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    height: 150px;
    top: 0;
    left: 50%;
    margin-left: -550px;
    cursor: pointer;
}

.copter {
    position: relative;
    width: 150px;
    height: 150px;
    background: url("../images/copter.gif");
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.copter a {
    display: block;
    width: 100%;
    height: 100%;
}

/********* КОНЕЦ | Коптер *********/

.banner {
    margin: 10px 0;
    margin-bottom: 5px;
}

.header_social {
    /*padding: 0px;*/
    /*/!* padding-left: 15px; *!/*/
    /*padding-top: 7px;*/
    /*text-align: center;*/
}

.header_social a {
    color: #555;
    display:block;
    font-size: 15px;
    /*padding: 5px;*/
}

.header_social a .fa {
    font-size: 28px;
    vertical-align: sub;
}

.header_social a .fa-vk{
    color: #4b73a3;
}

.header_social a .fa-twitter{
        color: #6cacdd;
}

.header_top_nav {

}
.header_search  {
    margin-top: 10px;
}


.header_top_nav li a {
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: contain !important;
    text-align: right;
    padding-right: 35px !important;
    font-size: 17px;
    color: #555;
}


.header_top_nav li a.about_project {
    background: url("../images/about_poject.png");
}

.header_top_nav li a.about_ad{
    background: url("../images/about_ad.png");
}

span.tag {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background: linear-gradient(180deg, #D33434 -1.41%, #AF0302 101.41%);
    color: #fff;
    font-style: italic;
    line-height: 1;
    margin: 3px 1px;
    text-transform: uppercase;
}

.itemBlock_text-info_tag:before {
    content: '#';
}


.item-page .tags {
    margin: 10px 0;
}



/********* БЛОК АВТРИЗАЦИИ *********/
.autBlock {
    position: fixed;
    z-index: 100;
    top: 25%;
    right: -200px;
    /*width: 200px;*/
    /*height: 400px;*/
}

.autBlock_btn {
    position: absolute;
    line-height: 1;
    padding: 5px 14px;
    font-size: 60px;
    cursor: pointer;
    color: red;
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 5px 0 0 5px ;
}

.autBlock_content {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border: 1px solid #e4e4e4;
}


/********* КОНЕЦ | БЛОК АВТРИЗАЦИИ *********/

/********* БЛОК БАГТРЕКЕРА *********/
.bugTracker {
    position: fixed;
    z-index: 100;
    top: 25%;
    left: -200px;
    /*width: 200px;*/
    /*height: 400px;*/
}

.bugTracker_btn {
    position: absolute;
    line-height: 1;
    padding: 5px 14px;
    font-size: 60px;
    cursor: pointer;
    color: red;
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 5px 0 0 5px ;
}

.bugTracker_content {
    background-color: #fff;
    padding: 10px;
    max-width: 700px;
    border: 1px solid #e4e4e4;
}

/********* КОНЕЦ | БЛОК БАГТРЕКЕРА *********/


/********* ZOOM *********/
img[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}
.zoom-overlay {
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    -webkit-transition:      opacity 300ms;
    -o-transition:      opacity 300ms;
    transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default;
}

/********* КОНЕЦ | ZOOM *********/

.row.vkFeed {
    background-color: rgb(222, 229, 235);
    border-top: 5px solid #B7C4D0;
}

ul.jt-menu.footer_menu {
    display: table;
    margin: 5px 0;
}

ul.jt-menu.footer_menu>li {
    display: table-cell;
}

ul.jt-menu.footer_menu>li:after {
    /*content: '/';*/
    /*display: table-cell;*/
}

ul.jt-menu.footer_menu a {
    /* padding: 10px 0; */
    border-bottom: 3px solid red;
    transition: all 0.3s;
}


ul.jt-menu.footer_menu a:hover {
    border-bottom-color: #444;
    background-color: transparent;
    color: red;
}

.copiright {
    text-align: right;
}

a:focus {
    outline: none;
}

div#footer {
    display: flex;
    align-items: center;
}

.row.bottomText {
    margin-top: 10px;
}

/********* MOBILE *********/

body.mobile .introBlock-info_comments {
    display: none;
}

body.mobile #header {
    flex-direction: column;
}

body.mobile .bottomContacts_social-links img {
    max-height: 24px;
    max-width: 100%;
}

body.mobile .bottomContacts_social-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
}

body.mobile  .header_social a {
    color: #555;
    display: inline-block;
    font-size: 15px;
    width: 49%;
    padding: 0 !important;
    margin: 5px 0 !important;
    text-align: center;
}

body.mobile .headerSocial-block a {
    width: auto;
    margin: 18px 6px 8px 6px !important;
}

body.mobile .headerSocial-block {
    text-align: center;
}

body.mobile .headerSocial-block img {
    max-width: 30px;
    max-height: 21px;
}

body.mobile div#footer {
    flex-direction: column;
}


body.mobile .copiright {
    text-align: center;
    padding: 10px 0;
}


.intro.intro-mobil h1.title {
    font-size: 23px;
}

.intro.intro-mobil h1.title {
    font-size: 23px;
}

.intro.intro-mobil h3.secTitl {
    font-size: 17px;
}

.itemBlock-mobile a {
    color: #fff;
}

body.mobile  #mod-search-searchword {
    width: 80%;
    display: inline-block;
}


body.mobile  .mod-search-btn {
    width: 15%;
    display: inline-block;
    height: 34px;
    vertical-align: top;
}

body.mobile .header_search .form-group {
    margin-bottom: 0px;
}


/********* КОНЕЦ | MOBILE *********/


dd.result-created {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.counter_block .counter {
    display: inline-block;
}

.counter_block {
    text-align: center;
}

.in_site ul {
    list-style: none;
    padding: 0;
}

.in_site {
    padding: 0;
}

p.whoOnline_text {
    margin: 0;
}

li.whoOnline_li .fa {
    font-size: 22px;
    vertical-align: bottom;
}

p.whoOnline_text {
    margin-bottom: 3px;
}

ul.mostread {
    padding: 0;
    list-style: none;
}

li.mostread_li>span {
    display: block;
}

.mostread_title a, .most_commented-title {
    font-size: 120%;
    color: #333;
}

.mostread_info {
    font-size: 90%;
    color: #666;
}

li.mostread_li, .most_commented-item {
    border-bottom: 1px solid rgba(85, 85, 85, 0.29);
    padding-bottom: 4px;
}

ul.most_commented {
    padding: 0;
    list-style: none;
}

span.most_commented-count {

}

div#ckimgrsz {
    display: none;
}

.most_commented_modulTitle,  .mostread_modulTitle{
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #999;
}

.row.bestOfBest {
    background-color: #eee;
    border-top: 5px solid #999;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.in_site {
    padding: 0;
    padding-top: 7px;
}

li.whoOnline_li .fa {
    color: red;
}

dl#system-message ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
}


.whoOnline {
    margin-top: 5px;
    text-align: center;
}

.copiright a {
    color: #333;
    border-bottom: 1px solid #999;
}

.potoc_item {
    border-bottom: 1px solid rgba(102, 102, 102, 0.49);
    padding-bottom: 5px;
}

h3.potoc_item_title {
    margin: 10px 0;
}

.customenterPotok {
    text-align: center;
}

/*.customenterPotok a {*/
    /*display: inline-block;*/
    /*font-size: 20px;*/
    /*width: 100%;*/
    /*text-transform: uppercase;*/
    /*color: #666;*/
    /*padding: 5px 15px;*/
    /*border: 2px solid;*/
    /*line-height: 1;*/
    /*transition: all 0.3s;*/
/*}*/

.customenterPotok a:hover {
    text-decoration: none;
    color: red;
}

.InComponent_modul img {
    width: 100% !important;
    height: auto !important;
}

.InComponent_modul {
    margin-top: -20px;
}

.InComponent_modul {
    margin-bottom: 15px;
}

button#showCommentForm {
    margin-top: 15px;
}

span.most_commented-info {
    display: block;
    font-size: 90%;
    color: #666;
}


.bottomText img {
    max-width: 100%;
    height: auto !important;
}

.custom_signature  img{
    max-width: 100%;
    height: auto !important;
}

.footer_shareBlock {
    margin: 15px 0;
    text-align: right;
    color: #3E85C2;
    font-weight: bold;
    font-size: 110%;
    vertical-align: middle;
}

.footer_shareBlock>div {
    display: inline-block;
}

.itemBlock_text-info .fa , .item-page .info .fa {
    color: red;
}

.item-page p {
    font-size: 16px;
    font-family: arial, helvetica;
}

.policy {
    font-size: 11px;
}

#comments-form .btn {
    margin-top: 5px;
}

.disclaimer {
    font-size: 11px;
    font-style: italic;
}

.bugTracker_content button,
.form_login_button,
#comments-form .btn {
    width: 129px !important;
    margin-top: 4px;
    display: block;
}

#comments-form .policy {
    margin-bottom: 4px;
}

.item-page.error-page {
    padding: 5rem 0;
}

.headerSocial-block a {
    display: inline-block;
    width: calc(33% - 5px);
    text-align: center;
    margin: 3px 0;
}

.headerSocial-block img {
    max-width: 25px;
    max-height: 23px;
}

.bottomContacts_social {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 5px;
}

.bottomContacts_social-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.bottomContacts_social-links img {
    margin: 0 10px;
    max-height: 30px;
    max-width: 50px;
}

.vkComments-title {
    font-size: 25px;
    font-weight: 600;
}

.vkComments-section {
    margin-bottom: 3rem;
    min-height: 227px;
}

.vkComments-all {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

#comments #comments-list {
    pointer-events: none;
}

#comments .comment-body {
    pointer-events: all;
}

.headerButtons {
    background: linear-gradient(180deg, #D33434 -1.41%, #AF0302 101.41%);
    border: 1px solid #E06762;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 26px;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #fff;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerButtons:hover {
    text-decoration: none;
    color: #fff !important;
    opacity: 0.8;
}

.headerButtons img {
    margin-right: 15px;
}