/* Основные стили */

html,
body {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    position: relative;
    background: #efefef;
    color: #000;
}

img {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}

a {
    color: #1E8BC3;
    text-decoration: none;
}

a:hover {
    color: #e13d3d;
    text-decoration: none;
    cursor: pointer;
}

#sFltLst {
    top: calc(100% + 10px) !important;
    left: 0px !important;
    background-color: #fff;
}

.osn_razmer {
    width: calc(100% - 80px);
    margin: 0px auto;
    display: table;
}

.osn_razmer_b {
    width: calc(100% - 80px);
    margin: 0px auto;
    display: block;
}

.put_block {
    background-color: #e1e1e1;
    line-height: 40px;
    font-size: 12px;
    color: #000;
}

.weblinks {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.pb_link {
    float: none;
    margin-right: 10px;
    opacity: 0.5;
    display: inline;
}

.pb_link:hover {
    opacity: 1;
}

.pb_link:last-child {
    margin-right: 0px;
}

.add-link-wrapper .add-link {
    float: right;
    background-color: #3297db;
    color: #fff;
    padding: 0px;
    line-height: 30px;
    margin: 5px 0px;
    text-align: center;
    width: 120px;
}

.add-link-wrapper .add-link:hover {
    background-color: #5eb948
}

.add-link-wrapper .add-link i {
    margin-left: 5px;
}

.pb_link a {
    color: #000;
}

.pb_link a:hover {
    color: #000;
}

.pb_link i {
    color: #cdcdcd;
    margin-right: 5px;
    line-height: 20px;
    padding: 10px 0px;
}

.pb_link:hover i {
    color: #000;
}

/* Шапка сайта - меню */

.hb_head {
    background-color: #191919;
    display: table;
    width: 100%;
    line-height: 50px;
    border-radius: 0px;
}


.hbh_left {
    float: left;
}

.hbh_right {
    float: right;
}

.hbh_phone::before,
.hbh_email::before {
    display: block;
    content: ' ';
    background: url(/roll/icon/header/mail.png) center no-repeat;
    background-size: 14px;
    background-position: left center;
    width: 100%;
    margin-right: 0px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.hbh_phone::before {
    background: url(/roll/icon/header/phone.png) center no-repeat;
    background-size: 14px;
    background-position: left center;
}


.hbh_left ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
    display: table;
}

.hbh_left ul li {
    float: left;
    margin-right: 40px;
    padding-left: 24px;
}

.hbh_left ul li:last-child {
    margin-right: 0px;
}

.hbh_left ul li a {
    color: #fff;
    font-weight: 500;
}

.hbh_left ul li a:hover {
    color: #e30013;
}

.hb_menu {
    background-color: #fff;
    display: table;
    width: 100%;
    line-height: 40px;
    border-radius: 0px;
}

.hbm_search {
    display: table;
    float: right;
    margin: 30px 0px;
    text-align: center;
    width: 40px;
    font-size: 18px;
    background: #fbfbfb;
}

.hbm_search a {
    color: #e30013;
    transition: all .0s ease;
}

.hbm_search:hover {
    background: #e30013;
}

.hbm_search:hover a {
    color: #fff;
}

.hbm_left {
    float: left;
    padding: 0px 0px;
    background: #e30013;
    text-align: center;
    margin: 20px 0px;
    width: 240px;
    transform: skewX(-20deg);
    z-index: 1;
}

@keyframes shake-circle-02 {
    0% {
        transform: skewX(20deg);
    }

    20% {
        transform: skewX(24deg);
    }

    40% {
        transform: skewX(16deg);
    }

    60% {
        transform: skewX(28deg);
    }

    80% {
        transform: skewX(12deg);
    }

    100% {
        transform: skewX(20deg);
    }
}

.hbm_left:hover a {
    animation: shake-circle-02 .4s;
    transform: skewX(20deg);
}

.hbm_left a {
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    display: table;
    line-height: 60px;
    margin: 0px auto;
    transform: skewX(20deg);
    text-transform: uppercase;
}

.hbm_right {
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    margin: 0px auto;
    display: table;
}

.hbm_right ul {
    list-style: none;
    margin: 0px;
    display: table;
    padding: 0px;
}

.hbm_right ul li {
    float: left;
    margin: 25px 0px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #dfecf5;
    font-size: 14px;
    line-height: 10px;
    font-weight: 500;
    border-radius: 0px;
}

.hbm_right ul li:last-child {
    border-right: 0px solid #dfecf5;
    margin-right: 0px;
    padding-right: 0px;
}

.hbm_right ul li a {
    color: #000;
}

.hbm_right ul li a:hover {
    color: #e30013;
}

/* Контент */

.bm_sort {
    margin-top: 20px;
}

.bms_head {
    background-color: #e5f1fb;
    padding: 20px;
    margin: 0px;
    border-radius: 0px;
}

.bms_content table {
    margin: 0px 0px;
    width: calc(100% + 0px);
    border-spacing: 0px;
}

.bms_content tr {
    float: left;
    width: calc(20% - 20px);
    margin: 0px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0px 10px;
    line-height: 40px;
    color: #b5b5b5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bms_content tr td {
    width: 100%;
    display: inline;
}

.catName:hover {
    cursor: pointer;
}

.bms_content tr td a {
    color: #000;
}

.bms_content tr td a:hover {
    color: #e30013;
}

.bms_content .auto_img {
    display: inline;
    float: left;
    width: 30px;
    height: 20px;
    line-height: 0px;
    margin-right: 10px;
    padding: 10px 0px;
}

.bms_content .auto_img img {
    width: 30px;
    height: 20px;
}

.auto_col {
    float: right;
    font-size: 12px;
}

/* Футер */

#footer_block {
    display: block;
    border-radius: 0px;
}


.fb_head {
    background-color: #191919;
    border-radius: 0px;
    padding: 20px 0px 20px 60px;
    background-image: url(/roll/icon/footer/chats.png);
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: left 40px center;
}

.fbhc_left {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    float: left;
    padding: 5px 0px;
    display: block;
    line-height: 20px;
}

.fbhc_left span {
    font-size: 14px;
    display: block;
    color: #cdcdcd;
    font-weight: 500;
}


.fbhc_right {
    display: table;
    float: right;
}

.fbhc_forum {
    list-style: none;
    padding: 5px 0px;
    margin: 0px;
    display: table;
    float: left;
    color: #fff;
    margin-right: 40px;
}

.fbcr_theme {
    font-weight: 900;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    float: left;
    margin-right: 40px;
}

.fbcr_theme:last-child {
    margin-right: 0px;
}

.fbcr_theme span {
    font-size: 12px;
    line-height: 20px;
    display: block;
    color: #cdcdcd;
    font-weight: 500;
}

.a_forum {
    display: table;
    line-height: 50px;
    background-color: #e30013;
    color: #fff;
    width: 220px;
    text-align: center;
    text-transform: uppercase;
    float: right;
    font-weight: 900;
}

.a_forum:hover {
    background-color: #5eb948;
    color: #fff;
}

.fbf_content {
    background-color: #212121;
    border-radius: 0px;
    padding: 40px 0px;
}

.fbfc_logo {
    display: block;
    float: left;
    margin-right: 40px;
    width: 360px;
}

.fbfc_logo a.flogo {
    color: #fff;
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 10px;
    display: table;
}

.fbfc_contact ul li a,
.fbfc_menu ul li a {
    color: #cdcdcd;
}

.hbm_right ul li a.uMenuItemA {
    color: #fff;
    padding: 10px 10px;
    transform: skewX(-20deg);
    background-color: #000;
    display: inline-block;
    margin: -10px 0px;
}

.hbm_right ul li a.uMenuItemA span {
    transform: skewX(20deg);
    display: block;
}

.fbfc_menu ul li a:hover,
.fbfc_contact ul li a:hover,
.fbfc_logo a {
    color: #fff;
}

.fbfc_logo a.flogo:hover,
.fbfc_logo a:hover {
    color: #e30013;
}

.fbfc_logo p {
    color: #cdcdcd;
    line-height: 24px;
    font-size: 12px;
    margin: 0px 0px 10px 0px;
}

.fbfc_menu {
    display: table;
}

.fbfc_contact {
    float: right;
    display: table;
    width: 200px;
}

.fbfc_menu strong,
.fbfc_contact strong {
    color: #fff;
    display: block;
    line-height: 42px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: right;
}

.fbfc_menu strong {
    text-align: left;
}

.fbfc_menu ul,
.fbfc_contact ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

.fbfc_menu ul li {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 15px;
    width: calc(33.333% - 15px);
    float: left;
}

.fbfc_menu ul li::before {
    display: block;
    content: ' ';
    background: url(/roll/icon/footer/right.png) center no-repeat;
    background-size: 8px;
    background-position: left center;
    width: 100%;
    margin-right: 0px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fbfc_contact ul li {
    text-align: right;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    line-height: 20px;
    padding-right: 20px;
}

.hbh_phoner::before,
.hbh_emailr::before {
    display: block;
    content: ' ';
    background: url(/roll/icon/header/mail.png) center no-repeat;
    background-size: 14px;
    background-position: right center;
    width: 100%;
    margin-right: 0px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.hbh_phoner::before {
    background: url(/roll/icon/header/phone.png) center no-repeat;
    background-size: 14px;
    background-position: right center;
}

/* Вид материалов */

.vm_block_width {
    width: calc(100% - 400px);
    display: block;
    margin-left: 52px;
    padding: 20px 40px;
    background-color: #fff;
}

.vm_block_width p {
    line-height: 24px;
}

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

.vm_block_full {
    width: calc(100% - 0px);
    display: block;
    min-height: calc(100vh - 582px);
}

.vm_block_full p {
    line-height: 24px;
}

.vm_nument {
    float: right;
    color: #000;
    line-height: 24px;
    margin-top: 7px;
    font-size: 12px;
}

.pagesBlockuz1 {
    display: table;
    margin: -5px auto;
}


.pagesBlockuz1 .swchItemA {
    display: table;
    float: left;
    line-height: 40px;
    text-align: center;
    width: 40px;
    background-color: #5eb948;
    color: #fff;
    margin: 5px;
    font-weight: 900;
}

.pagesBlockuz1 .swchItemDots,
.pagesBlockuz1 .swchItem {
    display: table;
    float: left;
    line-height: 40px;
    text-align: center;
    width: 40px;
    background-color: #e1e1e1;
    color: #000;
    margin: 5px;
    font-weight: 500;
}

.pagesBlockuz1 .swchItemDots {background-color: transparent;}

.pagesBlockuz1 .swchItem:hover {
    background-color: #fff;
    box-shadow: 0 10px 30px -10px rgb(15 23 51 / 25%) !important;
    transform: translateY(-5px);
}

.glavnaia #allEntries,
.vm_block_full #allEntries {
    display: table;
    width: calc(100% + 40px);
    margin: -20px;
}

.glavnaia hr,
.vm_block_full hr {
    background-color: #e1e1e1;
}

.glavnaia .vid_material {
    padding: 20px;
    border: 1px solid #e1e1e1;
}

.glavnaia #allEntries #vid_material:nth-child(5) {
    display: none;
}

.glavnaia .vm_shadow {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0px, rgba(240, 185, 5, 0) 100%);
    bottom: 1px;
    width: calc(100% - 2px);
    right: 1px;
}

.glavnaia #vid_material:hover {
    box-shadow: none !important;
    transform: translateY(0px);
}

.linkall a {
    float: right;
    display: block;
    line-height: 20px;
    padding: 5px;
    color: #000;
    z-index: 1;
}

.linkall a:hover {
    color: #e13d3d;
}

.linkall i {
    margin-right: 5px;
    color: #e13d3d;
}

.right_stick {
    display: block;
    position: sticky;
    top: 20px;
    padding: 0px;
    float: right;
    width: 240px;
}

.leftb_social {
    display: block;
    position: sticky;
    top: 20px;
    padding: 0px;
    float: left;
    width: 32px;
    z-index: 1;
}

.leftb_social .uSocial-Share .uscl-bar.uscl-size32 .uscl-item {
    padding: 0px;
    margin-top: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.leftb_social .uSocial-Share .uscl-bar.uscl-size32 .uscl-item:first-child {
    margin-top: 0px;
}

#vid_material {
    display: block;
    float: left;
    width: calc(25% - 40px);
    margin: 20px;
    background-color: #fff;
}

.vid_material {
    padding: 20px 40px 40px 40px;
    overflow: hidden;
    height: 240px;
}

.vm_shadow {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20px, rgba(240, 185, 5, 0) 100%);
    bottom: 0px;
    z-index: 1;
    height: 40px;
    width: 100%;
    position: absolute;
    right: 0px;
}

.vid_material p {
    line-height: 24px;
}

.vid_material p b,
.vid_material p strong {
    font-weight: normal;
}

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

#vid_material:hover {
    box-shadow: 0 10px 30px -10px rgb(15 23 51 / 25%) !important;
    transform: translateY(-10px);
}


.vm_catname {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    line-height: 26px;
    font-size: 12px;
}

.vm_catname i {
    margin-right: 5px;
}

.vm_catname a {
    color: #000;
}

.vm_catname a:hover {
    color: #e13d3d;
}

.vm_catname span {
    margin-right: 10px;
    opacity: 0.5;
}

.vm_catname span:hover {
    opacity: 1;
    cursor: default;
}

.vm_title {
    font-size: 18px;
    font-weight: 900;
    display: table;
    margin-bottom: 10px;
    line-height: 24px;
    color: #000;
}

.vm_title:hover {
    color: #e30013;
}

.rqcqlqtr {
    position: absolute;
    padding: 5px 10px;
    background: #3297db;
    color: #fff;
    font-size: 13px;
    right: -4px;
    top: 20px;
    border-radius: 4px 0px 0px 4px;
    letter-spacing: 0.2px;
    z-index: 1;
}

.rqcqlqtr a {
    color: #fff;
}

.rqcqlqtr::before {
    content: '';
    display: block;
    border-width: 4px 0px 0px 4px;
    border-style: solid;
    border-color: #3297db #3297db #3297db transparent;
    position: absolute;
    bottom: -4px;
    right: 0px;
    transition: border .2s ease;
    -webkit-transition: border .2s ease;
    transform: scale(-1, 1);
}

.rqcqlqtr::after {
    content: '';
    display: block;
    border-width: 4px 0px 0px 4px;
    border-style: solid;
    border-color: #3297db #3297db #3297db transparent;
    position: absolute;
    top: -4px;
    right: 0px;
    transition: border .2s ease;
    -webkit-transition: border .2s ease;
    transform: scale(-1, -1);
}

.rb_r .rqcqlqtr {
    background: #e30013;
}

.rb_r .rqcqlqtr::before {
    border-color: #e30013 #e30013 #e30013 transparent;
}

.rb_r .rqcqlqtr::after {
    border-color: #e30013 #e30013 #e30013 transparent;
}

.rbr_abs {
    position: absolute;
    height: calc(100% - 80px);
    top: 0px;
    left: 0px;
    width: 100%;
    display: inline-grid;
    background: linear-gradient(0deg, rgb(25 25 25) 0px, rgba(240, 185, 5, 0) 100%);
    text-align: center;
    color: #fff;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 40px 0px;
}


.rbr_img {
    overflow: hidden;
}

.rbr_img img {
    display: block;
    max-width: 500% !important;
}


.rbr_knopka {
    background-color: #5eb948;
    min-width: 100px;
    padding: 0px 20px;
    display: table;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    margin: 20px auto;
    animation: pulse 2s infinite;
    text-shadow: 1px 1px #191919;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(69, 255, 0, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(50, 204, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(50, 204, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(44, 204, 69, 0.4);
        box-shadow: 0 0 0 0 rgba(44, 204, 56, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(44, 204, 62, 0);
        box-shadow: 0 0 0 15px rgba(44, 204, 81, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(44, 204, 81, 0);
        box-shadow: 0 0 0 0 rgba(44, 204, 81, 0);
    }
}

.rbr_knopka:hover {
    transform: translateY(-5px);
    color: #fff;
    box-shadow: 0 10px 30px -10px rgb(15 23 51 / 25%) !important;
}

.rbr_title {
    font-size: 24px;
    font-weight: 900;
    display: block;
    padding: 0px 20px;
    margin: 0px auto;
}

.rbr_text {
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 0px 20px;
    margin: 0px auto;
}

.rbr_date {
    display: block;
    margin: 20px auto;
    font-size: 12px;
    line-height: 20px;
}


.rbr_back {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

@-webkit-keyframes backg {
    0% {
        background: #000;
    }

    10% {
        background: #e35e00;
    }

    20% {
        background: #3b5998;
    }

    30% {
        background: #5eb948;
    }

    40% {
        background: #bd9485;
    }

    50% {
        background: #962ba3;
    }
    
        60% {
        background: #bd9485;
    }
    
        70% {
        background: #5eb948;
    }
    
        }

    80% {
        background: #3b5998;
    }

    90% {
        background: #e35e00;
    }

    100% {
        background: #000;
    }
}