



/* ======= Its interesting ============ */
.ii_cb {
    margin: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold !important;
}
.ii_cb span.img_wr {
    background: rgba(0,0,0,0.01);
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.ii_cb span.img_wr img {
    width:100%;
    max-width: 600px;
}
font.text {
    max-width: 90vw;
    display: block;
    overflow: hidden;
}
/* ======= Its interesting END ============ */




/* ======= MAINRUBR ============ */
.content ul.mainrubr {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
}
ul.mainrubr {
    margin: 0;
    padding: 10px 15px;
    background-color: #fff1f3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
}
ul.mainrubr ul.rubr {
    padding: 0;
    display: none;
}
ul.mainrubr li.head {
    margin: 10px 0 0 0 !important;
    padding: 0 0 10px 0 !important;
        font-size: 110% !important;
        border-bottom: 2px dotted #000;
}
ul.mainrubr li.h1 {
    display: block;
}
ul.mainrubr li.h1 h1 {
    margin: 10px 0 !important;
    line-height: 12px;
}
ul.mainrubr li.head span {
    cursor: pointer;
    text-decoration: none;
}
ul.mainrubr li.head span:hover {
    cursor: pointer;
    text-decoration: none;
    /*border-bottom: 1px dashed;*/
}
.mplink {
    display: none;
}
ul.rubr {
    margin: 0;
    padding: 10px 15px;
    background-color: #fff1f3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
ul.rubr li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-bottom: 5px;
    min-width: 250px;
}
ul.rubr li a {
    color: #333;
    font-size: 18px;
}
/* ======= MAINRUBR END ============ */


/* ======= RATE ARTICLE ========== */
.article_bar {
    margin: 30px 0 0 0;
    display: block !important;
}
.article_bar .emoji {
    padding: 0px;
    height: 70px;
}
.article_bar .emoji {
    background: #F2F2F2;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.article_bar .emoji a::before {
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}
.article_bar .emoji a:hover.m_type_s1::before {
    color: #0075FF;
}
.article_bar .emoji a:hover.m_type_s2::before {
    color: #FFB300;
}
.article_bar .emoji a:hover.m_type_s3::before {
    color: #5CCE51;
}
.article_bar .emoji a:hover.m_type_s4::before {
    color: #5351A1;
}
.article_bar .emoji a:hover.m_type_s5::before {
    color: #F72F2F;
}
.article_bar .emoji a:hover.m_type_s6::before {
    color: #C10909;
}
.article_bar .emoji a:hover::before {
    content: attr(data-title);
    position: absolute;
    z-index: 2;
    top: -24px;
    left: 50%;
    width: 120px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    text-align: center;
}
.article_bar .emoji a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.article_bar .emoji a {
    display: block;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    position: relative;
    color: rgba(0,0,0,0.6);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.article_bar .emoji a i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 10px;
}
.article_bar .emoji a svg {
    width: 100%;
    height: 100%;
    fill: #8C8C8C;
}
.article_bar .emoji a svg:not(:root) {
    overflow: hidden;
}
.article_bar .emoji a:hover, .article_bar .emoji a.active {
    color: rgba(255,255,255,0.75);
}
.article_bar .emoji a:hover i {
    width: 30px;
    height: 30px;
    max-width: 100%;
    margin-top: 0;
    position: relative;
}
.article_bar .emoji a:hover svg {
    fill: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 10px;
    -webkit-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}
.article_bar .emoji a.m_type_s1 svg {
    fill: url(#emoji_s_1);
}
.article_bar .emoji a.m_type_s2 svg {
    fill: url(#emoji_s_2);
}
.article_bar .emoji a.m_type_s3 svg {
    fill: url(#emoji_s_3);
}
.article_bar .emoji a.m_type_s4 svg {
    fill: url(#emoji_s_4);
}
.article_bar .emoji a.m_type_s5 svg {
    fill: url(#emoji_s_5);
}
.article_bar .emoji a.m_type_s6 svg {
    fill: url(#emoji_s_6);
}
.article_bar .emoji a:hover svg, .article_bar .emoji a.active svg {
    fill: #fff;
}
.emoji_gradients {
    height: 0;
    overflow: hidden;
}
.article_bar .emoji a:hover.m_type_s1, .article_bar .emoji a.active.m_type_s1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#00B2FF), to(#006DEE));
    background: -webkit-linear-gradient(top, #00B2FF 0%, #006DEE 100%);
    background: -moz-linear-gradient(top, #00B2FF 0%, #006DEE 100%);
    background: linear-gradient(180deg, #00B2FF 0%, #006DEE 100%);
}
.article_bar .emoji a:hover.m_type_s2, .article_bar .emoji a.active.m_type_s2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#FED108), to(#F7AD00));
    background: -webkit-linear-gradient(top, #FED108 0%, #F7AD00 100%);
    background: -moz-linear-gradient(top, #FED108 0%, #F7AD00 100%);
    background: linear-gradient(180deg, #FED108 0%, #F7AD00 100%);
}
.article_bar .emoji a:hover.m_type_s3, .article_bar .emoji a.active.m_type_s3 {
    background: -webkit-gradient(linear, left top, left bottom, from(#77E534), to(#44B839));
    background: -webkit-linear-gradient(top, #77E534 0%, #44B839 100%);
    background: -moz-linear-gradient(top, #77E534 0%, #44B839 100%);
    background: linear-gradient(180deg, #77E534 0%, #44B839 100%);
}
.article_bar .emoji a:hover.m_type_s4, .article_bar .emoji a.active.m_type_s4 {
    background: -webkit-gradient(linear, left top, left bottom, from(#8740BF), to(#5351A1));
    background: -webkit-linear-gradient(top, #8740BF 0%, #5351A1 100%);
    background: -moz-linear-gradient(top, #8740BF 0%, #5351A1 100%);
    background: linear-gradient(180deg, #8740BF 0%, #5351A1 100%);
}
.article_bar .emoji a:hover.m_type_s5, .article_bar .emoji a.active.m_type_s5 {
    background: -webkit-gradient(linear, left top, left bottom, from(#FB852F), to(#F72F2F));
    background: -webkit-linear-gradient(top, #FB852F 0%, #F72F2F 100%);
    background: -moz-linear-gradient(top, #FB852F 0%, #F72F2F 100%);
    background: linear-gradient(180deg, #FB852F 0%, #F72F2F 100%);
}
.article_bar .emoji a:hover.m_type_s6, .article_bar .emoji a.active.m_type_s6 {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF0A0A), to(#C10909));
    background: -webkit-linear-gradient(top, #FF0A0A 0%, #C10909 100%);
    background: -moz-linear-gradient(top, #FF0A0A 0%, #C10909 100%);
    background: linear-gradient(180deg, #FF0A0A 0%, #C10909 100%);
}
.article_bar .emoji a .m_value {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    height: 18px;
    line-height: 20px;
    font-size: 80%;
    font-weight: 400;
}
@media screen and (max-width: 375px) {
    .article_bar .emoji a.m_type_s1:hover::before{
        margin-left: 12px;
    }
    .article_bar .emoji a.m_type_s6:hover::before{
        margin-left: -22px;
    }
}
/* ======= RATE ARTICLE END ========== */

/* ========SHARE ======== */
.share_block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
  justify-content: center;
  margin-left: -10px;
}
.share_item {
    -webkit-flex: 1 1;
    flex: 1 1;
    min-width: 70px;
    max-width: 150px;
    height: 44px;
    padding-left: 10px;
}
.share_item .button {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 400;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 0;
    border: 0;
    border-radius: 4px;
    background-color: #e5e5e5;
    transition: background 0.15s linear, opacity 0.15s linear, color 0.15s linear, -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out, background 0.15s linear, opacity 0.15s linear, color 0.15s linear;
    transition: transform 0.1s ease-out, background 0.15s linear, opacity 0.15s linear, color 0.15s linear, -webkit-transform 0.1s ease-out;
    will-change: transform;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
    height: 44px;
}
.share_item .button:hover {
    opacity: 0.8;
    color: #fff;
}
.share_item span {
    display: none;
}
.share_item .button.vk {
    background-color: #4b77a1;
}
.share_item .button.ok {
    background-color: #f37400;
}
.share_item .button.fb {
    background-color: #395a99;
}
.share_item .button.tw {
    background-color: #2ca5e0;
}
.share_item .button.fv {
    background-color: #FF00EA;
}
.share_item .icon {
    width: 32px;
    margin-right: 0;
    vertical-align: middle;
    background-size: contain;
    position: relative;
    display: inline-block;
    line-height: 40px;
}
.share_item .icon svg {
    height: 32px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    fill: #fff;
}
.share_item .button.fv .icon svg {
    fill: #fff;
    height: 24px;
}

@media screen and (max-width: 375px) {
    .lgs {
        display: none;
    }
}
/* ========SHARE END ======== */



/* ======= VOTES ======== */
.voting-result-box ol.vote-items-list,.voting-result-box  ol.vote-items-list li {
	margin: 0; padding: 0; border: none; font-size: 100%; list-style-type: none;}
.voting-result-box ol.vote-items-list li {
	padding: 0.55em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;}
.voting-result-box ol.vote-items-list li.vote-item-vote-first{
	border-top: 1px solid #ccc;}
.voting-result-box .vote-item-title{
	font-weight:bold;}
.voting-result-box div.vote-item-image{
	float:left;
	padding-right:0.55em;}
.voting-result-box .vote-bar-table {
	width:98%; }
.voting-result-box .vote-answer-table,.voting-result-box  .vote-answer-table td, .vote-bar-table, .vote-bar-table td {
    line-height: 1;
	font-size:100%; }
.vote-answer-table .answer-counter {
    text-align:right; }
.vote-answer-bar {
    height: 10px;
    margin-top: 8px;
    display: inline-block;
    border-radius: 5px; }
.vote-answer-counter {
    display:inline-block;
    line-height:23px;
}
.vote-answer-lolight {
    color:#999; }
.voting-result-box form {
	margin:0;}
.voting-result-box .vote-bar-square {
	width:10px;
	height:10px;}
.vote-item-header .vote-item-title{
    font-size: 21px !important;
    color: #000 !important;
    font-style: italic !important;
    font-weight: bold !important;
}
.voteunderarticle {
    overflow: hidden;
    max-width: 100%;
}
.voteunderarticle .notetext {
    font-style: italic;
    color: #FF00EA;
}
/* ======= VOTES END ======== */

/* ========FOOTER ======== */
.layout-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 0px;
    z-index: 101;
    display: block;
}
.footer {
    display: -webkit-box;
    display: flex;
}
.v-collapse-wrapper {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.footer .v-collapse-toggle {
    height: 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.footer .v-collapse-toggle-link {
    position: absolute;
    width: 72px;
    height: 32px;
    margin-left: 32px;
    bottom: 100%;
    cursor: pointer;
    right: 0;
    margin-right: 18px;
}
.footer .v-collapse-toggle-link:after, .footer .v-collapse-toggle-link:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #000;
    width: 22px;
    height: 0px;
    left: 50%;
    top: 50%;
    margin-top: 4px;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.footer .v-collapse-toggle-link:before {
    -webkit-transform: translate(-50%,50%) rotate(0deg);
    transform: translate(-50%,50%) rotate(0deg);
}
.footer .v-collapse-toggle-end .v-collapse-toggle-link:before {
    -webkit-transform: translate(-50%,-100%) rotate(-45deg);
    transform: translate(-50%,-100%) rotate(-45deg);
}
.footer .v-collapse-toggle-link:after {
    -webkit-transform: translate(-50%,-250%) rotate(0deg);
    transform: translate(-50%,-250%) rotate(0deg);
}
.footer .v-collapse-toggle-end .v-collapse-toggle-link:after {
    -webkit-transform: translate(-50%,-100%) rotate(45deg);
    transform: translate(-50%,-100%) rotate(45deg);
}
.footer .v-collapse-toggle-link svg {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    fill: rgba(246,208,208,0.7);
}
.footer .v-collapse-toggle-border {
    display: block;
    width: 100%;
    font-size: 1px;
    min-height: 4px;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    border-bottom: 4px solid rgba(246,208,208,0.7);
}
.v-collapse-content {
    position: relative;
    overflow: hidden;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all .6s ease-out,opacity .6s ease-out;
    transition: all .6s ease-out,opacity .6s ease-out;
    opacity: 1;
    max-height: 0;
    background-color: #f6d0d0;
}
.footer .v-collapse-toggle-end svg, .footer .v-collapse-toggle-link:hover svg {
    fill: #f6d0d0;
}
.footer .v-collapse-toggle-end+.v-collapse-toggle-border, .footer .v-collapse-toggle-end .v-collapse-toggle-border, .footer .v-collapse-toggle-link:hover+.v-collapse-toggle-border, .footer .v-collapse-toggle-link:hover .v-collapse-toggle-border {
    border-bottom-color: #f6d0d0;
}
.v-collapse-content-end {
    max-height: 650px;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all .6s ease-out,opacity .6s ease-out;
    transition: all .6s ease-out,opacity .6s ease-out;
}
.footer__body {

}

#footer {
    /*height: 100px;*/
    /*margin-top: 50px;*/
    background-color: #f6d0d0;
    font-family: sans-serif;
    font-size: 14px;
}
#footer .links {
    padding: 20px 30px;
    font-size: 12px;
    text-align: left;
    line-height: 14px;
    color: #333;
    min-height: 130px;
}
#footer .links a {
    color: #333;
    text-decoration: none;
    padding: 0 0;
}
#footer .links a:hover {
    color: #ff0000;
}
#footer .logo {
    width: 170px;
    float: left;
    margin-left: 30px;
}
#footer .logo img {
    height: 38px;
}
#footer .counters {
    width: 400px;
    float: right;
    text-align: right;
    margin-right: 30px;
        margin-top: 15px;
}
#footer .copy {
    font-family: "Arial Narrow";
    font-size: 13px;
    color: #333;
    line-height: 16px;
    float: left;
    padding-top: 5px;
    z-index: 999999;
    position: relative;
}
#footer .blck1 {
    width: 15%;
    min-width: 160px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
}
#footer .blck1.footermenu {
    width: auto;
    min-width: 160px;
    display: block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    float: none;
    margin: 0 335px 0 300px;
}
#footer .blck1.searchblock {
    float: right;
    text-align: right;
    width: 325px;
}
#footer .blck1.footermenu ul li {
    display: inline-block;
    min-width: 150px;
    width: 32%;
    vertical-align: top;
}
#footer .blck1:first-child {
    width: 300px;
    float: left;
}

#footer .blck1 a {
    text-decoration: underline;
}
#footer .blck1 ul li {
    margin-bottom: 10px;
}
#footer .search .search_form {
    padding: 5px 10px;
    display: inline-block;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 3px 5px;
    border: 2px inset;
}
#footer .search .search_form input {
    width: 255px;
    vertical-align: middle;
    border: none;
    background: none;
    font-size: 16px;
}
#footer .search .search_form input.sbm {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: none;
    background: none;
}
#footer .search .search_form input.sbm:hover {
    background-color: none !important;
}
.footer_dzen_vs_tg {

}
.footer_dzen_vs_tg a {
    display: inline-block;
    text-decoration: none !important;
    margin-left: 5px;
    vertical-align: middle;
}
.footer_dzen_vs_tg a img {
    display: inline-block;
    width: 32px;
    height: 32px;
}
.footer_dzen_vs_tg a:hover {
     opacity: 0.8;
     transition: all 0.3s ease-in;
}
.footer_dzen a {
    display: inline-block;
    background-color: #eaeaea !important;
    border: 1px solid #777 !important;
    padding: 7px 19px !important;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    margin-bottom: 10px;
    transition: all 0.3s ease-in;
}
.footer_dzen a:hover {
     color: #333 !important;
     background-color: #fbd147 !important;
     transition: all 0.3s ease-in;
}
.footer_dzen a img {
    height: 20px;
    vertical-align: -3px;
    margin-left: 3px;
}
#emailsubscribeform2 span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-family: "Arial Narrow";
}
#emailsubscribeform2 .email {
    width: 190px;
    display: inline-block;
    padding: 5px;
}
#emailsubscribeform2 input.sbm {
           padding: 10px 20px !important;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
    background-color: #fd4470;
    border: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}
#emailsubscribeform2 .result {
    margin: 10px 0;
    color: #fd4470;
}
.mfstdbtn {
    padding: 10px 20px !important;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
    background-color: #fd4470;
    border: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}
.mfstdbtn:hover {
    background-color: #ff00ea !important;
    color: #fff !important;
}
.mfstdbtn.btn_load, .mfstdbtn.btn_load:hover {
    background-color: #eee !important;
    color: #333 !important;
    cursor: default;
}


#footer .share_block{
    width: 330px;
    float: right;
}
#footer .share_item {
    min-width: 40px;
    height: 32px;
}
#footer .share_item .icon {
    width: 24px;
    line-height: 31px;
}

#ya-site-form0 .ya-site-form__submit_type_image, #ya-site-form1 .ya-site-form__submit_type_image {
	background-repeat: no-repeat !important;
	background-image: url(/images/search.png) !important;
	background-size: contain !important;
	width: 20px !important;
	height:  20px !important;
}
#ya-site-form1 .ya-site-suggest-list {
	background-color: #fff;
	text-align: left !important;
        bottom: 15px !important;
}
.glwr {
    position: relative;
}

#footer .blck1.searchblock  .ya-site-suggest-list {
    position: absolute !important;
        bottom: 15px !important;
}
#footer .blck1.searchblock .ya-site-suggest-elem {
    text-align: left;
}
/* =======FOOTER END ======== */





/* ======= PRELOADER ======== */
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ======= PRELOADER END ======== */



    #ya-site-form0 .ya-site-form__form * {
        font-size: 14px !important;
    }

    #ya-site-form1 .ya-site-form__form * {
        font-size: 14px !important;
    }
    #ya-site-form0 .ya-site-form__form input {
        font-size: 16px  !important;
    }

.table-container
{
  width: 100%;
  overflow-y: auto;
  _overflow-y: auto;
  /*margin: 0 0 1em;*/
  position: relative;
     /*margin-right: -1300px;*/
      max-width: 100%;
}

.table-container_xf th, .table-container_xf td {
  font-size: 10px;
}
.table-container_xf th, .table-container_xf td p {
  font-size: 10px;
}
.table-container_xf_bt th, .table-container_xf_bt td, .table-container_xf_bt td p {
    font-size: 18px;
}
.table-container_xf::before {
        width: 50px;
        height: 50px;
        /*z-index: 9999999;
        position: absolute;
        top: 20px;
        left: 20px;*/
        content: ' ';
        display: block;
     }
.zoomtext {
    cursor: pointer;
    position: relative;
    margin: 0;
    width: 50px;
    height: 50px;
    display: block;
    background: url(/images/zoom.png) no-repeat;
    position: absolute !important;
        margin: -50px 0 0 0px !important;
}
.zoomtext.zoomout {
    background: url(/images/zoom_o.png) no-repeat;
}
.tbl {margin: 0px 0; border-collapse: collapse; font-family: Arial; font-size: 100%; border: 1px solid #4F4F4F;  }
.tbl th {padding: 5px; border: 1px solid #4F4F4F; background: #eeeeee; vertical-align: top; text-align: center; font-size: 12px; text-transform : uppercase; font-weight: 700; font-family: Arial;}
.tbl td {padding: 5px; border: 1px solid #4F4F4F; text-align: left; vertical-align: middle; font-family: Arial;}
td.head {padding: 5px; border: 1px solid #4F4F4F; background: #B9B9B9; text-align: left; vertical-align: middle; font-family: Arial;}
.content .tbl h3 {
    font-size: 14px;
}
@media screen and (max-width: 460px) {
    .tbl th {padding: 0px;  text-transform: none;}
    .tbl td {padding: 0px;}
    .table-container::before {
        width: 50px;
        height: 50px;
        /*z-index: 9999999;
        position: absolute;
        top: 20px;
        left: 20px;*/
        background: url(/images/ddfg.png) no-repeat;
        content: ' ';
        display: block;
     }
     .zoomtext {
        position: absolute !important;
        margin: -50px 0 0 60px !important;
     }
}



.header_ss_block .link_vk:before {
    margin-top: 2px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.41 13.31'><path fill='currentColor' d='M11.95 13.25h1.45a1.26 1.26 0 0 0 .67-.25 1 1 0 0 0 .2-.61s0-1.87.88-2.15 2 1.81 3.27 2.61a2.4 2.4 0 0 0 1.62.47h3.26s1.71-.1.9-1.38a10.54 10.54 0 0 0-2.42-2.68c-2-1.81-1.77-1.52.69-4.66 1.5-1.91 2.1-3.08 1.91-3.57S23.1.61 23.1.61h-3.67a.87.87 0 0 0-.47.08 1 1 0 0 0-.32.38 20 20 0 0 1-1.36 2.73c-1.63 2.65-2.29 2.79-2.56 2.63-.62-.38-.47-1.54-.47-2.36 0-2.57.41-3.64-.79-3.92A6.6 6.6 0 0 0 11.74 0a8.25 8.25 0 0 0-3 .3c-.46.2-.79.63-.59.7a1.68 1.68 0 0 1 1.08.52 3.26 3.26 0 0 1 .36 1.59s.22 3-.51 3.4c-.48.21-1.16-.31-2.58-2.72A21.93 21.93 0 0 1 5.15 1.2a1 1 0 0 0-.3-.4 1.57 1.57 0 0 0-.57-.21H.79a1.23 1.23 0 0 0-.71.25.7.7 0 0 0 0 .59s2.73 6.1 5.82 9.18a8.59 8.59 0 0 0 6.06 2.64'/></svg>");
}
.header_ss_block .link_zen:before {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill="currentColor" fill-rule="evenodd" d="M16.7 16.7c-2.2 2.27-2.36 5.1-2.55 11.3 5.78 0 9.77-.02 11.83-2.02 2-2.06 2.02-6.24 2.02-11.83-6.2.2-9.03.35-11.3 2.55M0 14.15c0 5.59.02 9.77 2.02 11.83 2.06 2 6.05 2.02 11.83 2.02-.2-6.2-.35-9.03-2.55-11.3-2.27-2.2-5.1-2.36-11.3-2.55M13.85 0C8.08 0 4.08.02 2.02 2.02.02 4.08 0 8.26 0 13.85c6.2-.2 9.03-.35 11.3-2.55 2.2-2.27 2.36-5.1 2.55-11.3m2.85 11.3C14.5 9.03 14.34 6.2 14.15 0c5.78 0 9.77.02 11.83 2.02 2 2.06 2.02 6.24 2.02 11.83-6.2-.2-9.03-.35-11.3-2.55" clip-rule="evenodd"></path><path fill-rule="evenodd" d="M16.7 16.7c-2.2 2.27-2.36 5.1-2.55 11.3 5.78 0 9.77-.02 11.83-2.02 2-2.06 2.02-6.24 2.02-11.83-6.2.2-9.03.35-11.3 2.55M0 14.15c0 5.59.02 9.77 2.02 11.83 2.06 2 6.05 2.02 11.83 2.02-.2-6.2-.35-9.03-2.55-11.3-2.27-2.2-5.1-2.36-11.3-2.55M13.85 0C8.08 0 4.08.02 2.02 2.02.02 4.08 0 8.26 0 13.85c6.2-.2 9.03-.35 11.3-2.55 2.2-2.27 2.36-5.1 2.55-11.3m2.85 11.3C14.5 9.03 14.34 6.2 14.15 0c5.78 0 9.77.02 11.83 2.02 2 2.06 2.02 6.24 2.02 11.83-6.2-.2-9.03-.35-11.3-2.55" clip-rule="evenodd"></path><path fill="white" fill-rule="evenodd" d="M28 14.15v-.3c-6.2-.2-9.03-.35-11.3-2.55-2.2-2.27-2.36-5.1-2.55-11.3h-.3c-.2 6.2-.35 9.03-2.55 11.3-2.27 2.2-5.1 2.36-11.3 2.55v.3c6.2.2 9.03.35 11.3 2.55 2.2 2.27 2.36 5.1 2.55 11.3h.3c.2-6.2.35-9.03 2.55-11.3 2.27-2.2 5.1-2.36 11.3-2.55" clip-rule="evenodd"></path></svg>');
}
.header_ss_block .link_tg:before {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg enable-background="new 0 0 24 24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m9.417 15.181-.397 5.584c.568 0 .814-.244 1.109-.537l2.663-2.545 5.518 4.041c1.012.564 1.725.267 1.998-.931l3.622-16.972.001-.001c.321-1.496-.541-2.081-1.527-1.714l-21.29 8.151c-1.453.564-1.431 1.374-.247 1.741l5.443 1.693 12.643-7.911c.595-.394 1.136-.176.691.218z" /></svg>');
}
.header_ss_block .link_ok:before {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,12A6,6,0,1,0,6,6,6,6,0,0,0,12,12Zm0-9A3,3,0,1,1,9,6,3,3,0,0,1,12,3Z" /><path d="M18.8,15.52A2.66,2.66,0,0,0,20,13.3a1.94,1.94,0,0,0-2-2,2,2,0,0,0-1.21.41,8.06,8.06,0,0,1-9.65,0A2,2,0,0,0,6,11.35a1.94,1.94,0,0,0-2,2,2.66,2.66,0,0,0,1.2,2.22A12.31,12.31,0,0,0,8.33,17l.64.18L5.69,20.4a2.11,2.11,0,0,0,0,3,2.15,2.15,0,0,0,3,0L12,19.93l3.33,3.45a2.11,2.11,0,1,0,3-3L15,17.19l.65-.18A12.29,12.29,0,0,0,18.8,15.52Z" /></svg>');
}
.header_ss_block .link_vk:hover::before {
     background-image: url("data:image/svg+xml;charset=utf-8,<svg fill='rgb(74,118,168)' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.41 13.31'><path d='M11.95 13.25h1.45a1.26 1.26 0 0 0 .67-.25 1 1 0 0 0 .2-.61s0-1.87.88-2.15 2 1.81 3.27 2.61a2.4 2.4 0 0 0 1.62.47h3.26s1.71-.1.9-1.38a10.54 10.54 0 0 0-2.42-2.68c-2-1.81-1.77-1.52.69-4.66 1.5-1.91 2.1-3.08 1.91-3.57S23.1.61 23.1.61h-3.67a.87.87 0 0 0-.47.08 1 1 0 0 0-.32.38 20 20 0 0 1-1.36 2.73c-1.63 2.65-2.29 2.79-2.56 2.63-.62-.38-.47-1.54-.47-2.36 0-2.57.41-3.64-.79-3.92A6.6 6.6 0 0 0 11.74 0a8.25 8.25 0 0 0-3 .3c-.46.2-.79.63-.59.7a1.68 1.68 0 0 1 1.08.52 3.26 3.26 0 0 1 .36 1.59s.22 3-.51 3.4c-.48.21-1.16-.31-2.58-2.72A21.93 21.93 0 0 1 5.15 1.2a1 1 0 0 0-.3-.4 1.57 1.57 0 0 0-.57-.21H.79a1.23 1.23 0 0 0-.71.25.7.7 0 0 0 0 .59s2.73 6.1 5.82 9.18a8.59 8.59 0 0 0 6.06 2.64'/></svg>");
}
.header_ss_block .link_tg:hover::before {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg fill="rgb(65,159,217)" enable-background="new 0 0 24 24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m9.417 15.181-.397 5.584c.568 0 .814-.244 1.109-.537l2.663-2.545 5.518 4.041c1.012.564 1.725.267 1.998-.931l3.622-16.972.001-.001c.321-1.496-.541-2.081-1.527-1.714l-21.29 8.151c-1.453.564-1.431 1.374-.247 1.741l5.443 1.693 12.643-7.911c.595-.394 1.136-.176.691.218z" /></svg>');
}
.header_ss_block .link_ok:hover::before {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg fill="rgb(234,130,38)" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12,12A6,6,0,1,0,6,6,6,6,0,0,0,12,12Zm0-9A3,3,0,1,1,9,6,3,3,0,0,1,12,3Z" /><path d="M18.8,15.52A2.66,2.66,0,0,0,20,13.3a1.94,1.94,0,0,0-2-2,2,2,0,0,0-1.21.41,8.06,8.06,0,0,1-9.65,0A2,2,0,0,0,6,11.35a1.94,1.94,0,0,0-2,2,2.66,2.66,0,0,0,1.2,2.22A12.31,12.31,0,0,0,8.33,17l.64.18L5.69,20.4a2.11,2.11,0,0,0,0,3,2.15,2.15,0,0,0,3,0L12,19.93l3.33,3.45a2.11,2.11,0,1,0,3-3L15,17.19l.65-.18A12.29,12.29,0,0,0,18.8,15.52Z" /></svg>');
}



.zzodia {
    margin-bottom: 20px;
    text-align: center;
        /*background-color: #fff4f4;
        padding: 10px 0;
        border-radius: 10px;*/
}
.zzodia h3 {
    text-align: center;
    margin-bottom: 20px !important;
}
.zzodia h3 a {
    display: inline;
    text-decoration: underline !important;
}
.zzodia a {
    display: inline-block;
    width: 16%;
    text-align: center;
    margin: 0 0 10px 0;
    font-family: Arial;
    text-decoration: none !important;
}
.zzodia a img {
    border: 0;
    box-shadow: none !important;
    margin: 0 !important;
}
.zzodia a span {
    display: block;
    text-align: center;
    margin-top: 0;
    color: #333;
    font-size: 16px;
}
.zzodia a span.n {
    color: #04b;
    font-size: 18px;
}
.zzodia a:hover span.n {
    color: red;
}
@media screen and (max-width: 1250px) {
   .zzodia a {
     width: 20%;
   }
}
@media screen and (max-width: 800px) {
   .zzodia a {
     width: 32%;
   }
}




.video_likes .article_bar .emoji {
  height: 50px;
  float: right;
  width: 300px;
}
.video_likes .article_bar .emoji a .m_value {
  bottom: 14px;
  left: 75px;
}


@media screen and (max-width: 500px) {

  .video_likes .article_bar .emoji {
    float: none;
    width: 100%;
  }

}



.video_likes .article_bar_v .emoji {
  float: right;
}
.video_likes .article_bar_v .emoji a {
    display: block;
    height: 44px;
    border-radius: 10px 0 0 10px;
    background-color: #f2f2f2;
    text-align: left;
    float: left;
    padding: 0 20px;
}
.video_likes .article_bar_v .emoji a i {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.video_likes .article_bar_v .emoji a span {
  position: relative;
  vertical-align: top;
  top: 12px;
  color: #5a5a5a;
  font-weight: normal;
  font-size: 16px;
  font-family: sans-serif;
  margin-left: 10px;
}
.video_likes .article_bar_v .emoji a:nth-child(2) {
    margin-left: 2px;
    border-radius: 0 10px 10px 0;
}
.video_likes .article_bar_v .emoji a svg {
    width: 24px;
    height: 24px;
    fill: #cfcfcf;
    margin-top: 11px;
}

.video_likes .article_bar_v .emoji a:hover svg {
    width: 28px;
    height: 28px;
    transition: all 0.2s ease-out;
    margin-top: 10px;

}

.video_likes .article_bar_v .emoji a svg {
    opacity: 0.4;
    fill: url(#emoji_s_1);
}
.video_likes .article_bar_v .emoji a:nth-child(2) svg {
    opacity: 0.4;
    fill: url(#emoji_s_6);
}
.video_likes .article_bar_v .emoji a:hover svg, .video_likes .article_bar_v .emoji a.active svg {
    opacity: 1;
    fill: url(#emoji_s_1);
}
.video_likes .article_bar_v .emoji a:nth-child(2):hover svg, .video_likes .article_bar_v .emoji a.active:nth-child(2) svg {
    opacity: 1;
    fill: url(#emoji_s_6);
}
@media screen and (max-width: 500px) {

  .video_likes .article_bar_v .emoji {
    float: none;
    text-align: center;
    width: 100%;
  }
  .video_likes .article_bar_v .emoji a {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .video_likes .article_bar_v .emoji a:nth-child(2) {
    margin-left: -3px;
  }

}


.icon__svg {
  width: 32px;
    height: 32px;
}
