* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*0c93b0*/
.rsr {
    font-family: 'RobotoSlab-Regular';
}

.rr {
    font-family: 'Roboto-Regular';
}

.rsb {
    font-family: 'RobotoSlab-Bold';
}

.rm {
    font-family: 'Roboto-Medium';
}

.um {
    font-family: 'Ubuntu-Medium';
}

.ri {
    font-family: 'Roboto-Italic';
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.container {
    padding-left: 0;
    padding-right: 0;
    width: 1470px;
}

.container .navbar {
    background: #000;
    height: 58px;
}

.container .navbar .collapse a {
    font-family: 'RobotoSlab-Regular';
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.container .navbar ul.dropdown-menu {
    background-color: #000;
}

.container .navbar ul.dropdown-menu a {
    color: #fff;
    text-transform: none;
    background: #000;
}

.container .navbar ul.dropdown-menu a:hover {
    color: #fff;
    background: #21b4d3;
}

.container .navbar .collapse a:hover {
    color: #21b4d3;
}

.container .navbar .collapse a:hover ul.dropdown-menu {
    display: block;
}

.container .navbar .login {
    float: right;
}

.container .navbar .login a {
    text-transform: none;
    font-family: 'RobotoSlab-Regular';
    color: #fff;
    font-size: 14px;
    line-height: 58px;
}

.container .head {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}

.container .head .run {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 575px;
}

.container .head input {
    height: 42px;
    border: 1px solid #c0c0c0;
    margin: 0;
    width: 370px;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    padding-left: 20px;
}

.container .head button {
    background: #000;
    height: 42px;
    border: none;
    color: #fff;
    width: 100px;
    margin-left: -5px;
}

.container .head .mob {
    display: none;
}

.container .needflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'), url('RobotoSlab-Regular.woff') format('woff'), url('RobotoSlab-Regular.ttf') format('truetype'), url('RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('Roboto-Regular.woff') format('woff'), url('Roboto-Regular.ttf') format('truetype'), url('Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('Roboto-Bold.woff') format('woff'), url('Roboto-Bold.ttf') format('truetype'), url('Roboto-Bold.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'), url('RobotoSlab-Bold.woff') format('woff'), url('RobotoSlab-Bold.ttf') format('truetype'), url('RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), url('Roboto-BoldItalic.woff') format('woff'), url('Roboto-BoldItalic.ttf') format('truetype'), url('Roboto-BoldItalic.svg#RobotoSlab-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu-Medium';
    src: url('Ubuntu-Medium.eot?#iefix') format('embedded-opentype'), url('Ubuntu-Medium.woff') format('woff'), url('Ubuntu-Medium.ttf') format('truetype'), url('Ubuntu-Medium.svg#Ubuntu-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url('Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('Roboto-Italic.woff') format('woff'), url('Roboto-Italic.ttf') format('truetype'), url('Roboto-Italic.svg#Roboto-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


.main_content {
    margin-top: 20px;
}

.row_bl {
    margin-bottom: 15px;
}

.tab {
    margin-bottom: 50px;
}

.tab img {
    width: 100%;
    height: auto;
}

.name_bl {
    width: 100%;
    border-bottom: 4px #000 solid;
    text-align: right;
    margin-bottom: 30px;
}

.name_bl .name {
    display: inline-block;
    padding: 8px 20px 3px;
    background: #000;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    font-family: 'RobotoSlab-Regular';
    text-transform: uppercase;
}

.name_bl .name:before {
    content: '';
    position: absolute;
    display: block;
    border: 16px solid #000;
    border-top-color: transparent;
    border-left-color: transparent;
    height: 100%;
    top: 0;
    margin: auto;
    left: -32px;
}

.tab .img {
    margin-bottom: 20px;
}

.tab .title {
    font-family: 'RobotoSlab-Bold';
    font-size: 20px;
    margin-bottom: 18px;
}

.tab .title a {
    color: #000;
}

.tab .desc {
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 20px;
}

.tab .date {
    font-size: 15px;
    font-family: 'RobotoSlab-Regular';
    display: block;
    margin-bottom: 24px;
    font-size: 12px;
}

.btn-more {
    line-height: 40px;
    padding: 0 25px;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'RobotoSlab-Bold';
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-more span {
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #000;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-more:hover {
    background: #64abe7;
    border: 2px solid #64abe7;
    color: #fff;
    opacity: 1;
}

.btn-more:hover span {
    background: #fff;
}

.comments_bar {
    margin-bottom: 40px;
}

.comments_bar .title {
    font-family: 'RobotoSlab-Bold';
    font-size: 22px;
}

.comments_center {
    border: 1px solid #ccc;
    margin-top: 15px;
    box-sizing: border-box;
}

.comments_center .com_bl {
    padding: 15px;
}

.comments_center .com {
    margin-bottom: 40px;
}

.comments_center .com:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #000;
    position: relative;
    top: 22px;
}

.comments_center .com .name {
    font-family: 'RobotoSlab-Bold';
    margin-right: 20px;
    font-size: 16px;
}

.comments_center .com .date {
    color: #8d8d8d;
    font-size: 12px;
}

.com_top {
    margin-bottom: 10px;
}

.com_text p {
    font-family: 'Roboto-Regular';
    margin-bottom: 5px;
}

.com_article {
    font-family: 'Roboto-BoldItalic';
}

.com_article p a {
    font-family: 'RobotoSlab-Regular';
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

.com_btn a {
    font-family: 'RobotoSlab-Bold';
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

.com_btn {
    display: flex;
}

.readMoreLink {
    width: 50%;
}

.commentAnswerLink {
    width: 50%;
    text-align: right;
}

.com_send {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 4px;
    border-top: 1px solid #ccc;
}

.com_send .btn img {
    width: 25px;
}

.com_send .btn {
    border: 0 !important;
    box-shadow: none !important;
}

.com_send input {
    border: 0 !important;
    box-shadow: none !important;
}

.com_send .form-control:focus {
    box-shadow: none !important;
}

.com_send .btn-default:hover {
    opacity: 0.8;
}

.com_send .btn-default:hover, .com_send .btn-default:focus, .com_send .btn-default:active {
    background: none;
    outline: 0 !important;
}

.popular {
    margin-bottom: 40px;
}

.news-again {
    border: 1px solid #ccc;
    padding: 15px;
}

.popular .title {
    font-size: 15px;
    font-family: 'RobotoSlab-Regular';
    line-height: 40px;
    background: #000;
    text-align: center;
    color: #fff;

}

.news-again .items a.item {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: #e6e6e6 1px solid;
}

.news-again .items a.item img {
    width: 65px;
    margin-right: 15px;
    float: left;
}

.news-again .items a.item .name {
    color: #1a1a1a;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    line-height: 18px;
}

.news-again .items a.item:last-child {
    border-bottom: 0;
}

.banner {
    max-width: 290px;
    margin-bottom: 40px;
}

.banner img {
    width: 290px;
}

.main_content h1 {
    font-family: 'RobotoSlab-Bold';
    font-size: 28px;
    margin-bottom: 30px;
}

.exchange {
    width: 100%;
}

.exchange th {
    text-align: center;
    background: #64abe7;
    padding: 14px 10px;
    color: #fff;
    font-family: 'RobotoSlab-Bold';
    font-weight: normal;
}

.exchange .bank {
    line-height: 84px;
    text-align: center;
}

.exchange .bank img {
    max-width: 190px;
}

.exchange tr:nth-child(odd) .bank {
    background: #e5e9ef;
}

.exchange tr:nth-child(even) .bank {
    background: #f0f2f7;
}

.exchange td {
    font-size: 15px;
    font-family: 'RobotoSlab-Bold';
    color: #000;
    text-align: center;
}

.exchange .kurs p {
    margin-bottom: 7px;
}

.exchange .kurs p:last-child {
    margin-bottom: 0;
}

.exchange .kurs span {
    display: inline-block;
    margin-left: 17px;
    margin-right: 17px;
}

.exchange tr:nth-child(odd) .kurs {
    background: #d7dbe1;
}

.exchange tr:nth-child(even) .kurs {
    background: #ebeef3;
}

.exchange tr:nth-child(odd) .date {
    background: #e5e9ef;
}

.exchange tr:nth-child(even) .date {
    background: #f0f2f7;
}

.content_left {
    margin-bottom: 40px;
}

#vk_groups {
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
}

.category_tabs .tab {
    background: #f4f6fa;
    border: 1px solid #f4f6fa;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    max-width: 304px;
    margin-left: auto;
    margin-right: auto;
}

.category_tabs .tab .img {
    margin-bottom: 0;
    position: relative;
    height: 200px;
    overflow: hidden;

}

.category_tabs .tab .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 400px;
    width: 304px;
}

.category_tabs .tab_text {
    padding: 15px 15px 20px;
}

.category_tabs .tab .title {
    font-size: 18px;
}

.category_tabs .tab .desc {
    margin-bottom: 17px;
    font-size: 14px;
}

.category_tabs .tab .btn-more {
    line-height: 36px;
    font-size: 11px;
}

.category_tabs .tab .img:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category_tabs .tab:hover .img:after {
    opacity: 1;
}

.category_tabs .tab:hover {
    background: none;
    cursor: pointer;
}

.breadcolums {
    margin-bottom: 30px;
    line-height: 1.6;
    font-family: 'Roboto-Regular';
}

.breadcolums a {
    text-decoration: underline;
    color: #000;
}

.main_content .single_page h1 {
    line-height: 1.4;
    margin-bottom: 15px;
}

.single_page .date {
    font-family: 'RobotoSlab-Regular';
}

.single_page .avtor {
    margin-top: 45px;
    margin-bottom: 20px;
}

.single_page .avtor img {
    border-radius: 50%;
    width: 80px;
    height: auto;
    margin-bottom: 15px;
}

.single_page .avtor p {
    font-family: 'RobotoSlab-Regular';
}

.single_page .avtor span {
    font-family: 'RobotoSlab-Bold';
}

.single_page .tags p {
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    font-size: 12px;
}

.single_page .tags {
    margin-bottom: 30px;
}

.single_page .buttons {
    margin-bottom: 15px;
    position: relative;
}

.single_page .buttons .subscribe {
    position: absolute;
}

.subscribe {
    display: none;
}

.single_page .buttons .subscribe input {
    height: 44px;
    border: 2px solid #d4d4d4;
    width: 100%;
    min-width: 222px;
    padding: 0 15px;
}

.single_page .buttons .btn-comments {
    line-height: 40px;
    padding: 0 25px;
    border: 2px solid #64abe7;
    background: #64abe7;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'RobotoSlab-Bold';
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single_page .buttons .btn-comments:hover {
    background: none;
    color: #000;
}

.single_page .buttons a {
    margin-bottom: 15px;
    display: inline-block;
}

.single_page .buttons2 {
    font-family: 'Roboto-Regular';
}

.single_page .buttons2 a {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    font-family: 'RobotoSlab-Bold';
}

.single_page .buttons2 a span {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #000;
    vertical-align: middle;
}

.btn-prev span {
    margin-right: 10px;
}

.btn-next span {
    margin-left: 10px;
}

.single_info {
    margin-bottom: 40px;
}

.single_content {
    line-height: 1.7;
}

.single_content p {
    margin-bottom: 20px;
    font-size: 16px;
}

.single_content .disc {
    font-family: 'Roboto-Bold';
}

blockquote {
    position: relative;
    padding: 0;
    padding-left: 45px;
    border-left: 0;
    font-size: 20px;
    font-family: 'Roboto-BoldItalic';
    margin-bottom: 25px;
}

blockquote:before {
    content: "";
    display: block;
    position: relative;
    top: 10px;
    left: -45px;
    width: 28px;
    height: 3px;
    background: #000;
}

.single_content img.single_img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.single_content .repost {
    margin-bottom: 20px;
}

.single_content .repost a {
    margin-right: 5px;
}

.similar_news {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}

.similar_news .title_bl {
    font-size: 24px;
    font-family: 'RobotoSlab-Bold';
    margin-bottom: 20px;
}

.similar_news .tab {

}

.similar_news .tab .title {
    font-size: 16px;
    margin-top: 15px;
}

.similar_news .tab {
    max-width: 350px;
    margin: 0 0 40px;
}

.single_content .comments {
    margin-top: 50px;
}

.single_content .comments .title {
    font-family: 'RobotoSlab-Bold';
    font-size: 26px;
}

.single_content .comments form textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #dee2e8;
    font-family: 'Roboto-Regular';
    min-height: 55px;
    display: block;
}

.single_content .comments form .btn-more {
    background: none;
    line-height: 36px;
}

.single_content .comments form .btn-more:hover {
    background: #64abe7;
}

.single_content .comments .login {
    margin-top: 15px;
}

.single_content .comments .login a {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.single_content .comments .login a:hover {
    opacity: 0.6;
}

.single_content .comments .login img {
    max-height: 20px;
    width: auto;
}

.request_comments {
    margin-top: 30px;
}

.single_content .comments .request_comments .title {
    font-size: 21px;
}

.request_comments .name {
    font-size: 16px;
    font-family: 'Roboto-Bold';
    margin-bottom: 10px;
}

.request_comments .name .date {
    display: inline-block;
    font-family: 'Roboto-Regular';
    margin-left: 20px;
    color: #8d8d8d;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.request_comments p {
    font-size: 14px;
}

.request_comments .bt a {
    font-family: 'RobotoSlab-Bold';
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
}

.single_content .comments .tab {
    margin-bottom: 55px;
    position: relative;
}

.single_content .comments .tab:after {
    content: "";
    position: absolute;
    bottom: -30px;
    width: 35px;
    height: 3px;
    background: #000;
}

.single_content .comments .tab:last-child {
    margin-bottom: 0;
}

.single_content .comments .tab:last-child:after {
    display: none;
}

.navigation {
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-family: 'RobotoSlab-Bold';
    text-transform: uppercase;
}

.navigation a {
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
}

.navigation a.num {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 16px;
}

.navigation a.active {
    color: #64abe7;
}

.navigation span {
    width: 30px;
    height: 2px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.navigation .prev {
    margin-right: 20px;
}

.navigation .next {
    margin-left: 20px;
}

.navigation .prev span {
    margin-right: 15px;
}

.navigation .next span {
    margin-left: 15px;
}

.slideTop {
    background: #64abe7;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: 'RobotoSlab-Regular';
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 2px;
}

.slideTop:hover {
    background: #4793d4;
}

.slideTop img {
    width: 16px;
    height: auto;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
}


@media (max-width: 559px) {
    .tab_small {
        width: 100%;
    }
}

@media (min-width: 560px) {
    .tab_big .tab_bottom {
        position: relative;
    }

    .tab_big .date {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 210px;
        margin: auto;
        display: inline-block;
        height: 18px;

    }

    .tab_small .cont {
        height: 263px;
        overflow: hidden;
    }

    .single_page .buttons .btn-comments {
        margin-right: 10px;
    }

    .single_page .buttons2 {
        position: relative;
        height: 25px;
    }

    .single_page .buttons2 a {
        display: inline-block;
        margin-right: 20px;
    }

    .single_page .buttons2 a:first-child {
        position: absolute;
        left: 0;
    }

    .single_page .buttons2 a:last-child {
        position: absolute;
        right: 0;
        margin-right: 0;
    }

    .single_content .comments .login {
        display: inline-block;
        margin-left: 30px;
    }
}

@media (max-width: 768px) {
    .exchange tr td, .exchange tr th {
        display: block;
        width: 100%;
    }

    .exchange tr th {
        padding: 10px 10px;
    }

    .exchange tr th:first-child {
        padding-top: 17px;
    }

    .exchange tr th:last-child {
        padding-bottom: 17px;
    }

    .exchange tr .kurs, .exchange tr .date {
        padding: 18px 0;
    }
}

@media (min-width: 768px) {
    .tab_small .cont {
        height: 209px;
    }
}

@media (min-width: 992px) {
    .tab_small .cont {
        height: 283px;
    }

    .tab_r {
        max-width: 290px;
        margin-right: 0;
        margin-left: auto;
    }

    .exchange .bank img {
        max-width: 140px;
        height: auto;
    }

    .category_tabs .tab {
        max-width: 100%;
    }

    .category_tabs .tab .img {
        height: auto;
    }

    .category_tabs .tab .img img {
        width: 100%;
        height: auto;
        position: relative;
    }

    .category_tabs .tab_text {
        padding: 15px 10px 20px 0px;
    }
}

@media (min-width: 1071px) {
    .tab_small .cont {
        height: 209px;
    }

    .exchange .bank img {
        max-width: 190px;
        height: auto;
    }

    .main_content .single_page h1 {
        font-size: 34px;
    }

    .single_page .avtor p {
        font-size: 16px;
    }

    .single_page .avtor {
        margin-bottom: 30px;
    }

    .single_page .buttons2 a {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .tab_small .cont {
        height: 380px;
    }

    .category_tabs .tab .title {
        font-size: 17px;
    }

    .category_tabs .tab .desc {
        font-size: 13px;
    }

    .category_tabs .tab .title {
        margin-bottom: 16px;
        max-height: 72px;
        overflow: hidden;
    }

    .tab_top {
        height: 154px;
        overflow: hidden;
    }

    .single_page .buttons2 {
        height: auto;
    }

    .single_page .buttons2 a:first-child {
        position: relative;
        display: block;
    }

    .single_page .avtor {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .single_page .buttons .btn-comments {
        font-size: 11px;
    }

    .single_page .buttons .btn-more {
        font-size: 11px;
    }

    .single_page .buttons2 a {
        font-size: 12px;
    }

    .single_page .tags {
        margin-bottom: 45px;
    }

    blockquote {
        padding-left: 85px;
    }

    blockquote:before {
        left: -85px;
        width: 40px;
        top: 12px;
    }

    .single_content .comments .login {
        position: absolute;
        right: 15px;
        margin-top: 6px;
    }
}

@media (min-width: 1251px) {
    .tab_big .desc {
        height: 115px;
        overflow: hidden;
        margin-bottom: 53px;
    }

    .tab_small .cont {
        height: 306px;
    }

    .main_content .single_page h1 {
        font-size: 36px;
    }

    .single_page .info_top {
        padding-right: 75px;
    }

    .single_page .buttons .subscribe input {
        min-width: 207px;
    }


    .breadcolums {
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .main_content .single_page h1 {
        font-size: 32px;
    }

    .single_page .date {
        font-size: 12px;
    }

    .single_page .avtor {
        margin-top: 50px;
        margin-bottom: 35px;
    }

    .single_page .avtor img {
        width: 60px;
    }

    .single_page .avtor p {
        font-size: 14px;
    }

    .single_page .tags {
        margin-bottom: 35px;
    }

    .single_page .buttons {
        margin-bottom: 8px;
    }

    .single_page .buttons .btn-comments {
        padding: 0 15px;
    }

    .single_page .btn-more {
        padding: 0 20px;
    }

    .single_page .buttons .subscribe input {
        width: 192px;
        min-width: 192px;
    }

    .single_page .buttons2 a {
        font-size: 10px;
    }

    .single_page .buttons2 a span {
        width: 25px;
    }

    .single_page .buttons2 a:first-child {
        display: inline-block;
    }

    .single_page .tags {
        margin-bottom: 28px;
    }

    .single_info {
        position: sticky;
        top: 0px;
    }

}

@media (min-width: 1471px) {
    .tab_big .desc {
        margin-bottom: 35px;
        height: 70px;
    }

    .tab_small .cont {
        height: 259px;
    }

    .single_page .buttons2 a:first-child {
        position: absolute;
        display: inline-block;
    }

    .single_page .buttons .btn-comments {
        padding: 0 45px;
    }

    .single_content, .single_content blockquote {
        font-size: 16px;
    }

    .single_page .buttons .subscribe input {
        min-width: 247px;
    }

    .single_info {
        position: sticky;
        top: 70px;
    }

    .single_page .buttons2 a {
        font-size: 12px;
    }

    .single_page .buttons {
        margin-bottom: 12px;
    }

    .single_page .tags {
        margin-bottom: 35px;
    }
}


.footer {
    padding-top: 55px;
    padding-bottom: 30px;
    background: #000;
}

.footer .secondmenu {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .secondmenu a {
    display: block;
    color: #fff;
    font-family: 'RobotoSlab-Regular';
    line-height: 24px;
}

.footer .secondmenu p.name {
    color: #898989;
    font-family: 'RobotoSlab-Regular';
}

.footer .secondmenu p.name2 {
    color: #898989;
    font-family: 'RobotoSlab-Regular';
    margin-top: 45px;
}

.footer .secondmenu .soc {
    width: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .secondmenu .soc a {
    display: block;
    width: 50%;
    text-align: left;
    margin-bottom: 5px;
}

.footer #calendar2 {
    width: 231px;
    font-family: 'Ubuntu-Medium';
    font-size: 14px;
    text-align: center;
}

.footer td {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    color: #b8b8b8;
}

.footer #calendar2 thead tr:last-child {
    font-size: small;
    /*color: rgb(85, 85, 85);*/
}

.footer #calendar2 thead tr:nth-child(1) {
    color: #21b4d3;
}

.footer #calendar2 thead tr:nth-child(1) td:nth-child(1):hover,
.footer #calendar2 thead tr:nth-child(1) td:nth-child(3):hover {
    cursor: pointer;
}

.footer #calendar2 tbody td {
    /*color: rgb(44, 86, 122);*/
}

.footer #calendar2 tbody td:nth-child(n+6),
.footer #calendar2 .holiday {
    /*color: rgb(231, 140, 92);*/
}

.footer #calendar2 tbody td.today {
    background: #21b4d3;
    border-radius: 50%;
    color: #fff;
}

.footer p.cr {
    color: #898989;
}

.footer .pegi {
    height: 45px;
    line-height: 45px;
    width: 50px;
    float: right;
    font-size: 18px;
    color: #fff;
    font-family: 'RobotoSlab-Bold';
    text-align: center;
    border: 2px #fff solid;
}

.footer .services {
    margin-top: 32px;
}

.article {
    border-bottom: 1px #e4e4e4 solid;
    color: #1a1a1a;
    padding-right: 50px;
    padding-bottom: 20px;
}

.article .date {
    font-size: 14px;
    font-family: 'RobotoSlab-Regular';
    margin-bottom: 30px;
}

.article .article-name {
    font-size: 30px;
    line-height: 40px;
    font-family: 'RobotoSlab-Bold';
    margin-bottom: 25px;
}

.article .subname {
    font-size: 18px;
    font-family: 'Roboto-Regular';
    line-height: 28px;
    margin-bottom: 33px;
}

.article .repost {
    font-size: 0;
}

.article .repost img {
    margin-right: 15px;
    margin-bottom: 29px;
    cursor: pointer;
}

.article .top .titleimg {
    width: 600px;
    float: left;
    margin-right: 50px;
}

.article .top .titleimg img {
    width: 100%;
}

.article .top .titleimg p {
    font-family: 'RobotoSlab-Regular';
    font-size: 14px;
    text-align: right;
    margin-top: 15px;
}

.article .top .disc {
    font-family: 'Roboto-Italic';
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 1em;
}

.article .subtitle {
    font-size: 24px;
    font-family: 'RobotoSlab-Bold';
    margin-top: 70px;
    margin-bottom: 30px;
}

.article .text {
    font-size: 18px;
    font-family: 'Roboto-Regular';
    line-height: 28px;
}

.article .textimg {
    width: 100%;
    padding: 0 70px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.article .textimg img {
    width: 100%;
}

.article .textimg p {
    font-family: 'RobotoSlab-Regular';
    font-size: 14px;
    text-align: right;
    margin-top: 15px;
}

.article blockquote {
    border: none;
    padding: 0;
    padding-left: 40px;
    background: url(../img/quot.jpg) 0 0 no-repeat;
    font-family: 'Roboto-Italic';
    font-size: 18px;
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 45px;
    margin-left: 35px;
}

.article .autor {
    margin-top: 50px;
    margin-bottom: 45px;
}

.article .autor img {
    float: left;
    margin-right: 25px;
}

.article .autor p, .article a .autor p, .article a:hover .autor p {
    font-size: 14px;
    font-family: 'Roboto-Italic';
    color: #000;
}

.article .autor p.autor-name, .article a .autor p.autor-name, .article a:hover .autor p.autor-name {
    font-family: 'RobotoSlab-Bold';
    font-size: 18px;
    line-height: 24px;
    padding-top: 12px;
}

.article a#authorListLink:hover {
    text-decoration: none;
}

.article .tags {
    font-family: 'RobotoSlab-Regular';
    font-size: 14px;
    margin-bottom: 30px;
}

.article .tags a {
    font-family: 'RobotoSlab-Regular';
    font-size: 14px;
    text-decoration: underline;
}

#comment {
    border-bottom: 1px #e4e4e4 solid;
    padding-bottom: 40px;
}

#comment .title-form {
    font-size: 24px;
    font-family: 'RobotoSlab-Bold';
    margin-top: 50px;
    margin-bottom: 25px;
}

#comment p.reg {
    font-size: 16px;
    font-family: 'Roboto-Regular';
}

#comment p.reg a {
    font-size: 16px;
    text-decoration: underline;
    font-family: 'Roboto-Regular';
}

#comment input[type="text"], #comment input[type="email"] {
    width: 600px;
    border: 1px solid #e4e4e4;
    height: 57px;
    font-size: 22px;
    padding-left: 15px;
}

#comment textarea {
    resize: none;
    width: 600px;
    height: 290px;
    border: 1px solid #e4e4e4;
    padding: 15px;
}

#comment input[type="checkbox"] {
    display: none;
}

#comment span.checkbox {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/checkbox.png);
    margin: 0;
    margin-bottom: -7px;
    margin-right: 15px;
}

#comment input[type="checkbox"]:checked + span.checkbox {
    background: url(../img/checked.png);
}

#comment label {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 20px;
}

#comment button {
    display: block;
    width: 140px;
    height: 45px;
    font-size: 14px;
    font-family: 'Roboto-Medium';
    color: #fff;
    background: #000;
    border: none;
    text-transform: uppercase;
    margin-left: 460px;
}

#subscribeMailForm {
    padding-bottom: 20px;
}

#subscribeMailForm .title-form {
    font-size: 24px;
    font-family: 'RobotoSlab-Bold';
    margin-top: 50px;
    margin-bottom: 25px;
}

#subscribeMailForm input {
    height: 61px;
    border: 1px solid #c0c0c0;
    margin: 0;
    width: 370px;
    font-size: 18px;
    font-family: 'Roboto-Regular';
    padding-left: 30px;
}

#subscribeMailForm button {
    background: #000;
    height: 60px;
    border: none;
    color: #fff;
    width: 200px;
    margin-left: -5px;
    margin-top: -1px;
    text-transform: uppercase;
    border-top: 1px #000 solid;
    box-sizing: content-box;
}

img.banner {
    width: 100%;
}

.topmenu {
    width: 100%;
    z-index: 100;
    position: fixed;
    height: 60px;
    background: #000;
}

.topmenu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
}

.topmenu a {
    display: block;
    font-family: 'RobotoSlab-Regular';
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
}

.topmenu a:hover {
    color: #21b4d3;
}

.topmenu .menu {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1170px;
}

.topmenu .menu div {
    position: relative;
    height: 60px;
}

.topmenu ul.undermenu {
    z-index: 10;
    display: none;
    position: absolute;
    list-style: none;
    background: #000;
    padding: 15px;
    top: 58px;
    width: 200px;
    padding: 0;
}

.topmenu ul.undermenu a {
    display: block;
    padding-left: 20px;
    width: 100%;
    line-height: 55px;
}

.topmenu ul.undermenu a:hover {
    color: #fff;
    background: #21b4d3;
    text-decoration: none;
}

.topmenu div a:hover + ul.undermenu,
.topmenu a + ul.undermenu:hover {
    display: block;
}

.topmenu div a:hover .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.topmenu .hiddenmenu {
    font-family: 'RobotoSlab-Regular';
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    display: none;
}

.topmenu .hiddenmenu ul {
    list-style: none;
}

.topmenu .hiddenmenu .undermenu {
    width: 200px;
    padding: 0;
}

.topmenu .hiddenmenu .undermenu a {
    width: 100%;
    line-height: 55px;
}

.topmenu .hiddenmenu .undermenu div {
    height: 55px;
    padding: 0 20px;
    border-bottom: 1px solid #2c2c2c;
}

.topmenu .hiddenmenu .undermenu div a {
    background: none;
    padding: 0;
}

.topmenu .hiddenmenu .undermenu div:hover a .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.topmenu .hiddenmenu .undermenu div:hover {
    background: #21b4d3;
}

.topmenu .hiddenmenu .undermenu div:hover a {
    color: #fff;
    text-decoration: none;
}

.topmenu .hiddenmenu .undermenu label {
    font-weight: 500;
    display: block;
    height: 100%;
    width: 100%;
}

.topmenu .hiddenmenu .undermenu input {
    display: none;
}

.topmenu .hiddenmenu .undermenu input:checked + div {
    background: #21b4d3;
}

.topmenu .hiddenmenu .undermenu input:checked + div a {
    color: #fff;
    text-decoration: none;
}

.topmenu .hiddenmenu .undermenu input:checked + div + ul.undermenu2 {
    display: block;
}

.topmenu .hiddenmenu .undermenu2 {
    position: static;
    display: none;
}

.topmenu .hiddenmenu .undermenu2 li {
    height: 55px;
    padding: 0 20px 0 40px;
    background: #0c93b0;
}

.topmenu .hiddenmenu .undermenu2 li:hover {
    background: #0c80b0;
}

.topmenu .hiddenmenu .undermenu2 li:hover a {
    color: #fff;
    text-decoration: none;
}

.topmenu .hiddenmenu .undermenu2 a {
    width: 100%;
    line-height: 55px;
    padding: 0;
}

.topmenu .hiddenmenu .undermenu2 a:hover {
    background: none;
}

.topmenu .hiddenmenu:hover ul.undermenu {
    display: block;
}

.topmenu .profile {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 200px;
    position: relative;
}

.topmenu .profile a {
    text-transform: none;
    text-align: right;
}

.topmenu .profile ul {
    display: none;
    list-style: none;
    background: #000;
    width: 200px;
    padding: 0;
    position: absolute;
    right: 0px;
}

.topmenu .profile ul a {
    width: 100%;
    line-height: 55px;
}

.topmenu .profile ul a:hover {
    color: #fff;
    text-decoration: none;
}

.topmenu .profile ul li {
    height: 55px;
    padding: 0 20px;
}

.topmenu .profile ul li:hover {
    background: #21b4d3;
}

.topmenu .profile:hover ul {
    display: block;
}

.topmenu .mobmenu {
    margin-right: 510px;
    display: none;
    padding-top: 18px;
    width: 28px;
    height: 60px;
    position: relative;
}

.topmenu .mobmenu input {
    display: none;
}

.topmenu .mobmenu label.burger {
    display: block;
    height: 21px;
    width: 28px;
    background: url(../img/burger.png);
}

.topmenu .mobmenu .mobmenu-list {
    display: none;
    background: #000;
    width: 200px;
    list-style: none;
    position: absolute;
    top: 60px;
    left: 0;
}

.topmenu .mobmenu .mobmenu-list div {
    border-bottom: 1px solid #2c2c2c;
    height: 55px;
    color: #fff;
}

.topmenu .mobmenu .mobmenu-list div label {
    display: block;
    width: 100%;
    padding-left: 20px;
    font-weight: 500;
    font-family: 'RobotoSlab-Regular';
    line-height: 55px;
    font-size: 14px;
}

.topmenu .mobmenu .mobmenu-list div label a {
    text-transform: none;
}

.topmenu .mobmenu .mobmenu-list div label a:hover {
    text-decoration: none;
}

.topmenu .mobmenu .mobmenu-list div:hover label {
    background: #21b4d3;
    cursor: pointer;
}

.topmenu .mobmenu .mobmenu-list div:hover a {
    color: #fff;
}

.topmenu .mobmenu input:checked + div + ul.undermenu2 {
    display: block;
}

.topmenu .mobmenu input:checked + div label {
    background: #21b4d3;
}

.topmenu .mobmenu .undermenu2 {
    position: static;
    display: none;
    list-style: none;
}

.topmenu .mobmenu .undermenu2 li {
    height: 55px;
    padding: 0 20px 0 40px;
    background: #0c93b0;
    cursor: pointer;
}

.topmenu .mobmenu .undermenu2 li:hover {
    background: #0c80b0;
}

.topmenu .mobmenu .undermenu2 li:hover a {
    color: #fff;
    text-decoration: none;
}

.topmenu .mobmenu .undermenu2 a {
    width: 100%;
    line-height: 55px;
}

.topmenu .mobmenu #drop-mobmenu:checked + label + .mobmenu-list {
    display: block;
}

.topmenu .mobmenu #drop-mobmenu:checked + label {
    background: url(../img/cross.png) 50% 50% no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.weather {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 10px 10px 20px;
}

.weather p {
    font-size: 12px;
    color: #323232;
    display: inline-block;
    font-family: RobotoSlab-Bold;
}

.buy2,
.money1,
.money2 {
    font-size: 12px;
    margin: 0 5px;
}

.buy2 {
    color: #908f8f;
    display: inline-block;
}

.weather .blue {
    color: #4ca1d7;
    font-size: 14px;
    display: inline-block;
    padding-left: 3px;
}

.weather ul:first-of-type {
    line-height: 20px;
    margin-bottom: 20px;
}

.weather ul:first-of-type li {
    display: inline-block;
    vertical-align: middle;
}

.weather ul:first-of-type li:first-of-type {
    width: 53%;
    border-top: 1px solid #dcdada;
    border-bottom: 1px solid #dcdada;
    margin-right: 25px;
}

.weather ul:nth-of-type(2) {
    border-top: 1px solid #dcdada;
    margin-top: 5px;
}

.weather .right-bank {
    line-height: 20px;
}

.weather .right-bank li {
    display: inline-block;
    vertical-align: middle;
}

.weather .right-bank li img {
    width: 87px;
}

.weather .right-bank li:last-of-type {
    width: 50%;
    margin-left: 15px;
    text-align: center;
}

.weather .right-bank li:last-of-type p:first-of-type {
    border-bottom: 1px solid #dcdada;
}

.weather .right-bank p {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.weather a {
    font-size: 11px;
    color: #76add4;
    text-decoration: none;
    border-bottom: 1px solid #c1d8ea;
    display: inline-block;
    float: right;
}

.weather .right-bank ul {
    margin: 0;
}

.vklike,
.pageVkLike {
    clear: none !important;
    float: left;
}

.vklike {
    margin-bottom: 5px;
    width: 120px !important;
}

.vklike iframe {
    width: 140px !important;
}


#comments {
    margin-top: 40px;
}

#comments .authLine {
    margin-left: 25%;
    padding-left: 8px;
}

#comments h2 {
    margin-bottom: 10px;
}

#comments h3 {
    margin-left: 25%;
    margin-bottom: 10px;
}

#comments .commentItems {
    margin-bottom: 20px;
}

#comments .cComment {
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

#comments .cDelete {
    background: #fff;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#comments .cPublish {
    background: #fff;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    right: 25px;
    top: 0;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#comments .cDelete:hover,
#comments .cPublish:hover {
    color: #000;
}

#comments .cEdit {
    position: absolute;
    background: #fff;
    width: 16px;
    height: 16px;
    right: 50px;
    top: 0;
    border-radius: 16px;
    font-size: 11px;
    text-align: center;
}

#comments .cComment .cAuthor {
    background: #979797;
    background: rgba(0, 0, 0, 0.3);
    float: left;
    padding: 4px 6px;
    border-radius: 2px;
    width: 220px;
    text-align: right;
    color: #fff;
}

#comments .cComment .cAuthor span {
    font-size: 12px;
    font-style: italic;
}

#comments .cComment .cText {
    margin-left: 235px;
    padding-top: 4px;
    color: #555;
}


.right .news li {
    padding: 10px 0;
    margin: 0 5px;
    border-bottom: 2px solid #ededed;
}

.right .news li:last-of-type {
    border-bottom: none;
}

.right .news a {
    text-decoration: none;
}

.right .news p {
    font-size: 12px;
    color: #727272;
    text-align: left;
    display: inline-block;
    max-width: 140px;
    vertical-align: top;
}


#mainTabs {
    padding: 0;
}

#mainTabs ul {
    padding: 0;
    border: none;
    width: 100%;
    background-color: #000;
}

#mainTabs ul li {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    border: none;
    width: 50%;
    margin: 0;
    padding: 0;
    outline: none;
}

#mainTabs ul li:first-child {
    text-align: left;
    padding-left: 10px;
}

#mainTabs ul li:last-child {
    text-align: right;
    padding-right: 10px;
}

#mainTabs ul li.ui-tabs-active {
    margin-bottom: 0;
}

#mainTabs ul li a {
    color: #fff;
    width: 100%;
    padding: 5px 0;
    outline: none;
}

#mainTabs ul li.ui-tabs-active a {
    text-decoration: underline;
}

#mainTabs #mainPolls,
#mainTabs #mainComments {
    padding: 4px 0;
    font-size: 12px;
}

.pbAnswer {
    padding: 2px 0;
}

#mainTabs #mainComments li {
    padding: 0 0 10px 0;
    margin: 0 0 0 10px;
    border-bottom: none;
}

@-moz-document url-prefix() {
    #mainTabs #mainComments li {
        margin: 0 0 0 15px;
    }
}

.poll {
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 15px;
}

.poll .pbTitle {
    font-size: 16px;
    margin-bottom: 15px;
}

.poll .pbAnswer {
    margin-bottom: 1px;
}

.poll .myAnswer {
    font-weight: bold;
}

.poll .pvaCount {
    background: #ddd;
    margin-bottom: 10px;
}

.poll .pvaCount div {
    white-space: nowrap;
    background: #333;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}

.poll {
    margin-bottom: 15px;
}

.poll .pbAnswer {
    margin-bottom: 1px;
}

.poll .myAnswer {
    font-weight: bold;
}

.poll .pvaCount {
    background: #ddd;
    margin-bottom: 10px;
}

.poll .pvaCount div {
    white-space: nowrap;
    background: #333;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}

.poll .btn {
    border-radius: 5px;
    position: relative;
    background: linear-gradient(to top right, #535353, #535353, #535353, #2d2c2c, #2d2c2c, #2d2c2c);
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}

.poll .btn.disabled {
    opacity: 0.5;
    cursor: default;
}

.poll .pAll {
    font-size: 12px;
}

.poll .pAll a {
    display: inline;
}

.poll .pbTitle a {
    padding: 4px 0 0 4px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}


.politic-line {
    padding: 20px 15px 15px;
    margin-bottom: 10px;
    position: relative;
}

.politic-line .category-news-img {
    margin-right: 15px;
    display: inline-block;
}

.category-news-title {
    font-family: 'RobotoSlab-Bold';
    margin-bottom: 15px;
    color: #000;
    display: block;
}

.politic-line .category-news-info {
    display: inline-block;
    vertical-align: top;
    width: 67%;
}


.page-404 {
    padding: 40px;
    background: url("../img/book.png") 40px 80px no-repeat;
    background-size: 35%;
}

.page-404 h1 {
    font-size: 44px;
    font-weight: normal;
}

.page-404 ul {
    list-style-type: circle;
}

.page-404 ul li {
    padding: 0.5em 0;
}

div.for404 {
    padding: 20px 0;
    text-align: center;
}

a.button404 {
    border: 5px solid #76add4;
    background: #76add4;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 30px;
}

.page-404 td.error {
    vertical-align: bottom;
    font-size: 40px;
    width: 60%;
    text-align: right;
    padding-right: 10%;
}

.page-404 table {
    width: 100%;
}

.page-404 td.info {
    width: 40%;
    font-size: 16px;
    vertical-align: top;
}

.page-404 td.error .number404 {
    font-style: italic;
    font-weight: bold;
    font-size: 100px;
}


.finance {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    margin-top: 35px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: stretch;
}

.fin-line-one {
    position: relative;
}

.fin-line-one .bubble3 {
    width: 150px;
    font-family: 'arialbold', sans-serif;
}

.fin-line-one .bubble3 span {
    padding-top: 0;
    font-size: 21px;
}

.fin-line-one,
.fin-line {
    display: block;
    width: 100%;
}

.fin-line-one li,
.fin-line li {
    display: inline-block;
    width: 33%;
}


.fin-line li {
    font-size: 14px;
    color: #424141;
}

.fin-line:nth-of-type(2n) {
    min-height: 80px;
    background: #f8f8f8;
}

.fin-line:nth-of-type(2n+1) {
    min-height: 80px;
    background: #fff;
}

.fin-line ul {
    line-height: 40px;
    margin: 10px 0;
}

.fin-line li {
    vertical-align: middle;
    text-align: center;
}

.fin-line-one ul {
    background: #1f1f1f;
    height: 56px;
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    position: relative;
    justify-content: space-around;
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
}

.fin-line-one li p {
    font-family: 'a_avantetitlercpslclight', sans-serif;
    font-size: 18px;
    color: #fcfcfc;
    display: inline-block;
}

.news-day-go {
    cursor: pointer;
}


.head .search {
    position: relative;
}

.head .sPopover {
    background: #aaaaaa;
    position: absolute;
    right: 15px;
    top: 100%;
    z-index: 1;
    border-radius: 6px;
    border-top-right-radius: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .head .sPopover {
        top: 30px;
    }
}

.head .sPopover .spContent {
    padding: 15px 20px;
    text-align: right;
    color: #fff;
}

.head .sPopover .spStart {
    font-style: italic;
    text-align: center;
    width: 300px;
}

.head .sPopover .sItem {
    width: 500px;
    margin-bottom: 15px;
}

.head .sPopover .sItem b {
    color: #faf8f8;
}

.head .sPopover a {
    color: #faf8f8;
}

.head .sPopover a:hover {
    color: #faf8f8;
}

.head .sPopover .allResults {
    margin-bottom: 0;
}

.head .sPopover .nTitle a {
    font-family: 'RobotoSlab-Bold';
    color: #000;
}

#commentFormS2 {
    display: none;
}

#commentTitleS2 {
    cursor: pointer;
}

.author-photo {
    height: 75px;
    border-radius: 75px;
    width: 75px;
}

#xakacFCopy {
    color: #d0d0d0;
}


#mailToXakacInfo {
    height: 55px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 15px;
    background: #fff;
}

#mailToXakacInfo img {
    background: #000000;
    padding: 17px 12px 16px 12px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

#mailToXakacInfo a {
    font-size: 16px;
    color: #444242;
    text-align: center;
    vertical-align: top;
    padding-top: 18px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
}

div.top-btn {
    background: transparent;
    width: 46px;
    height: 32px;
    vertical-align: middle;
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
}

div.top-btn a {
    height: 18px;
    width: 18px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin: 7px auto;
    line-height: 18px;
}

div.top-btn a img {
    padding-top: 2px;
    height: 16px;
}

.news-again div.items a.item {
    min-height: 100px;
}

.afNewsBanner {
    text-align: center;
    padding-top: 20px;
}

.afNewsBanner img {
    max-width: 100%;
}

p.categoryNewsItem {
    padding-left: 80px;
}

.single_content img {
    max-width: 100% !important;
    height: auto;
}


.filesArea {
    display: flex;
    flex-wrap: wrap;
}

.fileInFilesArea {
    overflow: hidden;
    width: 20%;
    margin-right: 10px;
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
}

.fileInFilesArea img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
}

textarea.text2019 {
    padding-bottom: 70px !important;;
}

.commentErrorBlock {
    font-weight: bold;
    line-height: 1.3em;
    color: #AA0000;
    padding-bottom: 15px;
}

.deleteFileFromArea {
    position: absolute;
    text-align: center;
    z-index: 46;
    right: 1px;
    top: 1px;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
}

.loadArea {
    position: relative;
    top: -50px;
    z-index: 48;
    left: 10px;
    opacity: 0.5;
}

.loadArea:hover {
    opacity: 1;
}

.loadArea img {
    cursor: pointer;
    width: 25px;
}

.loadArea img:hover {
    width: 30px;
}

.loadArea input {
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 1px;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.single_content img.commentsImage {
    width: auto;
    max-height: 150px;
    display: inline-block;
    margin-right: 15px;
}


.close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}

.close:hover {
    opacity: 1;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

#blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    text-align: center;
    z-index: 2;
    display: none;
}
#xakacTgMessage {
    position: fixed;
    top: 10%;
    left: 20%;
    padding: 40px;
    width: 60%;
    background: #fff;
    border-radius: 10px;
    z-index: 773;
    display: none;
    max-height: 80%;
    overflow: hidden auto;
}

@media screen and (max-width: 700px) {
    #xakacTgMessage {
        left: 0;
        width: 100%;
    }
}

#xakacTgInfo {
    color: #ccc;
    font-size: 12px;
    margin-top: 15px;
}

#afterNewsBanner img {
    width: 930px;
    max-width: 100%;
}

#afterNewsBanner .banner {
    max-width: 100%;
}