

/* Start:/local/components/mycomponents/social.share/templates/.default/style.css?16817317863187*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/local/components/mycomponents/social.share/templates/.default/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/local/components/mycomponents/social.share/templates/.default/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/components/mycomponents/social.share/templates/.default/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/components/mycomponents/social.share/templates/.default/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/components/mycomponents/social.share/templates/.default/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/components/mycomponents/social.share/templates/.default/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.social-buttons .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-buttons {
  background: #ecf0f1;
  margin: auto;
  font-size: 0px!important;
  text-align: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-button {
  display: inline-block;
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 58px;
  margin: 6px 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: .99;
  border-radius: 28%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button:hover{
  cursor: pointer;
}

.social-button:before {
  content: '';
  background-color: #000;
  width: 120%;
  height: 120%;
  position: absolute;
  top: 90%;
  left: -110%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
  font-size: 29px;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.fa-vk:before {
  content: "\f189" !important;
}

.fa-odnoklassniki:before {
  content: "\f263" !important;
}

.fa-reddit-alien:before {
  content: "\f281";
}

.social-button.odnoklassniki:before {
  background-color: #ee8208;
}
.social-button.odnoklassniki .fa {
  color: #ee8208;
}

.social-button.blogger:before {
  background-color: #f3923f;
}
.social-button.blogger .fa {
  color: #f3923f;
}

.social-button.moimir:before {
  background-color: #005ff9;
}
.social-button.moimir .fa {
  color: #005ff9;
}

.social-button.facebook:before {
  background-color: #3B5998;
}
.social-button.facebook .fa {
  color: #3B5998;
}

.social-button.twitter:before {
  background-color: #55acee;
}
.social-button.twitter .fa {
  color: #55acee;
}

.social-button.googleplus:before {
  background-color: #dd4b39;
}
.social-button.googleplus .fa {
  color: #dd4b39;
}

.social-button.vkontakte:before {
  background-color: #007bb5;
}
.social-button.vkontakte .fa {
  color: #007bb5;
}

.social-button:focus:before, .social-button:hover:before {
  top: -10%;
  left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* End */


/* Start:/local/components/mycomponents/likedislike/templates/.default/style.css?16817317864066*/
.bl_rat_stock{
    display: inline-block;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;	
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #212529;
    text-decoration: none!important;
	position:relative;
}
.bl_rat_stock span{
	vertical-align:middle;
}

.bl_ratingstock {
    background-size: cover;
    width: 24px;
    height: 24px;
	position: relative;
	cursor:pointer;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
	vertical-align: middle;
}
.ratingstockdisabled .bl_ratingstock{
    cursor: unset;
}
.comment_like{
    background-image: url(/local/components/mycomponents/likedislike/templates/.default/images/likeupactive.png);
}
.comment_dislike{
    background-image: url(/local/components/mycomponents/likedislike/templates/.default/images/likedownactive.png);
	margin-left: 10px;
}
.comment_like:hover{background-image: url(/local/components/mycomponents/likedislike/templates/.default/images/likeuphover.png);}
.comment_dislike:hover{background-image: url(/local/components/mycomponents/likedislike/templates/.default/images/likedownhover.png);}

.ratingstockdisabled .bl_ratingstock.comment_like{background-image: url(/local/components/mycomponents/likedislike/templates/.default/images/likeuphover.png);}
.ratingstockdisabled .bl_ratingstock.comment_dislike{background-image: url(/local/components/mycomponents/likedislike/templates/.default/images/likedownhover.png);}
.bl_rat_stock .animatbl {
    width: 60px;
    height: 60px;
    background: transparent;
    display: block;
    position: absolute;
    bottom: 0px;	
	background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}
.animatbl.comment_yes{left: 12px; background-image: url(/local/components/mycomponents/likedislike/templates/.default/images/yes.gif);}
.animatbl.comment_no{right: 18px; background-image: url(/local/components/mycomponents/likedislike/templates/.default/images/no.gif);} 

.animatbl.comment_yes.fade{
  animation: animationFrames ease-in-out 5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-in-out 5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-in-out 5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-in-out 5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-in-out 5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}
.animatbl.comment_no.fade{
  animation: animationFrames ease-in-out 5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-in-out 5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-in-out 5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-in-out 5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-in-out 5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}


@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,-80px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,-80px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,-80px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,-80px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,-80px)  ;
  }
}

/* End */


/* Start:/local/components/nirvana/form.mini/templates/.default/style.css?16817317872093*/
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.block-shadow {
    background: #ffffff;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    box-shadow: 0 5px 5px -5px #717171;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.articles-list img{float:left;}
.articles-list .art-item{}
.bl_cop {
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
}
.bl_cop .articles_section > div {
    height: 95%;
}
.bl_cop .articles_section img{
    width: 100%;
    height: 200px;
}
.bl_form_center{
    background: #f8f3eb !important;
    border: 1px solid orange !important;
}

.form-center-desc .fr-center_img{
    background:url('/local/components/nirvana/form.mini/templates/.default/img/jurbib.png');
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.form-center-desc .fr_img p.fr_phone{
	text-align: center;
    margin: 2px 0;
    font-size: 34px;
    font-family: serif;
    font-weight: bold;
}

.form-center-desc form{
    text-align:center;
}
.form-center-desc textarea, .form-center-desc input{ margin:10px 0;}
.form-center-desc textarea {
    resize: none;
}
.form-center-desc .form_slide_bottom-sumbit{
    padding: 10px 20px;
    outline: 0;
    font-size: 18px;
    color: #000;
    background: #ffc800;
    font-family: Lora, serif;
    border: 1px solid #ccc;
    box-shadow: 0 3px 5px -5px #717171;
    cursor: pointer;
}
.form-center-desc .form_slide_bottom-sumbit:hover {
    background: #d6d8db;
}
h2.main-title{
	color:#0d5b90;
}
.bl_cop .articles_section:nth-child(odd){padding-left:0px;}
.bl_cop .articles_section:nth-child(even){padding-right:0px;}

/* End */


/* Start:/local/components/khayr/main.comment/js/editor/theme/default/wbbtheme.css?168173178625943*/
/* wysibb */
@font-face {
    font-family: 'WysiBBiconFont';
    src: url('/local/components/khayr/main.comment/js/editor/theme/default/../fonts/wysibbiconfont-wb.eot');
}

@font-face {
    font-family: 'WysiBBiconFont';
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABJ8ABEAAAAAGmAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABoAAAAcZibEWkdERUYAAAGcAAAAHQAAACAASwAET1MvMgAAAbwAAABGAAAAVmNj7eZjbWFwAAACBAAAAE0AAAFaADXUDGN2dCAAAAJUAAAAAgAAAAIAAAAAZnBnbQAAAlgAAAGxAAACZVO0L6dnYXNwAAAEDAAAAAgAAAAIAAAAEGdseWYAAAQUAAAL7AAAELBUmhy9aGVhZAAAEAAAAAAvAAAANgEcbE1oaGVhAAAQMAAAACAAAAAkDtEAaGhtdHgAABBQAAAATwAAAHjV7x9TbG9jYQAAEKAAAAA+AAAAPj+yO3JtYXhwAAAQ4AAAACAAAAAgATwBHG5hbWUAABEAAAAAvwAAAYodoTk9cG9zdAAAEcAAAACEAAABNtL4DyxwcmVwAAASRAAAAC4AAAAusPIrFHdlYmYAABJ0AAAABgAAAAbgW1DOeNpjYGBgZACCM7aLzoPpLxM2QumbAFW5CKYAAHjaY2BkYGDgA2IJBhBgYmAEQlkgZgHzGAAFiQBQAAAAeNpjYGS/zTiBgZWBhVWfdToDA6MchGa+xpDMJMDAwMTAyswABwIIJkNAmmsKgwMD7wcGtnP/zjEAScaoBqABIDkAv14LkQAAeNpjYGBgZoBgGQZGBhAIAfIYwXwWBgsgzcXAwcAEhAwMvA8kPjD8/w9WxfuAAcL+/02BRUAWqhcKGNkY4AKMTFDzURQwDHsAAJNvCw4AAAAAAAAAeNpdUbtOW0EQ3Q0PA4HE2CA52hSzmZDGe6EFCcTVjWJkO4XlCGk3cpGLcQEfQIFEDdqvGaChpEibBiEXSHxCPiESM2uIojQ7O7NzzpkzS8qRqnfpa89T5ySQwt0GzTb9Tki1swD3pOvrjYy0gwdabGb0ynX7/gsGm9GUO2oA5T1vKQ8ZTTuBWrSn/tH8Cob7/B/zOxi0NNP01DoJ6SEE5ptxS4PvGc26yw/6gtXhYjAwpJim4i4/plL+tzTnasuwtZHRvIMzEfnJNEBTa20Emv7UIdXzcRRLkMumsTaYmLL+JBPBhcl0VVO1zPjawV2ys+hggyrNgQfYw1Z5DB4ODyYU0rckyiwNEfZiq8QIEZMcCjnl3Mn+pED5SBLGvElKO+OGtQbGkdfAoDZPs/88m01tbx3C+FkcwXe/GUs6+MiG2hgRYjtiKYAJREJGVfmGGs+9LAbkUvvPQJSA5fGPf50ItO7YRDyXtXUOMVYIen7b3PLLirtWuc6LQndvqmqo0inN+17OvscDnh4Lw0FjwZvP+/5Kgfo8LK40aA4EQ3o3ev+iteqIq7wXPrIn07+xWgAAAAABAAH//wAPeNq9V39sG9d9f9873lE8/TgeeSR1lkj57iSeFEk+6yiSVik7DBzFLZNFdk2jUZsImzkkCuq0sIE6g6khPxZ5gFPM66BglVEYqQ00GVYP7+hu+SMuJgORBqg4N0VbIW5WF2mwzFvQFuiP2I3E530f5bpeWnTbPxP0eO993yPf9+fn8z0C5K6/MUIA3iU1+aAkkiGSIXTIpVJATY92ubQnR+MB0HtcfxiGyc6x/uy9UCiBVyhCITsMFq5yQ+AlVZBxFQYZ91TQ7SGA6xEpIqmV2YIBGTVjzRmSIhlQgwdUFWd65ZjDfuw8W9XliMGeYbQmKY46Mi0OlT11RFEUSz2+uX5ct1RCBDh2KyS/gfqJ5OPkWdJAtYepGNDdLk0HdJ/b6BrwcrkcDQd02AP6CZfuXad60ND3KsMXy3pHZLixV+fTvWJkmIY8qkd9C4bpRNCYsLh8QkC56zWsCb6yBiPDfgWGfUvXYjQzQfx9aS3W6CnunZiY2DkmmQlTy49zu9Ogc7NlfMb1VEYs5LxiwRGztmPthvGcmbtzIhENy2HZsZyskxW1cZTBMemTH/6DDkXQVbU8K0lKSR8tOdPKyGQNJLUwpijwgK8rpSlVkvR6/XrjyFLZgcKMmrkmXXEUZUQpOxeemrlFZsq6IUnSaHVBODQloVy11LJxg30w9+7sLDils1W85LkqxrmBcX4B/Xgvhp0aLvqIbvdoxKXDOTqJcS67/n0YZz+Chl8kYq7Qn5qgkxrdg2aD3AdoXRHDr6EHkuEkDznax8108twkZ1LIm3lTy3mpDKSSuaLnZF3I2iY6ABqSYivS2JGpCwZ7AyZR4cF0WVFBvaFDV7kEMMneGF0pOQ8qipRGk5NJSdn4jiLZ4svoG6WW1tlfXV7RM9Z0WlWs6bJhHB+7DMcy6sOGis740t8YxgWeK6u3nghvSG2knWwnB0ijl+fK9oD2uDQa0JhLEwFmAFDTpR3rDbkt5nke7Q1ob9SPYkp0BzTt8eQgfk+vFvMlcWLCj0VxJgs8+BEhFYFiBJyIMAn5XN7euRvMtDAMiVwaTFiFF9mJFTgJJ9dYHRbW2Al2QvzO5iacmT27yR4P7WFf4PsLrL62degEnNz4nDGYnp8+ePhCfa4yTVo2kLnwhnwv2mCRhwjtcGlfQDMu1QIad1FHoLZLO7n6ca4+bvZFfQ3V7+EB9fu5+n0dqHQbQfW1DM7aIx9RX7utfx6fdyz4wwb8XvUZhaju2PWKVFZrr942gYTIU0QKr0l/gjUbJh0kQQYITfAYAE26tGudxgLa4fkprmo0cUfBoqmZKRyoYxHIeMFLJnTZeir82M3zS3L219eKMA/VTWiwE0+fP3r0vCQ9en7jZwWxn8Xfbb4nPH/u6aenq8fxfpEcIyvhldDLeLNBXPIYoaJLR3K0LaDbPK5CKqCqS60cL4IsJsROl8I6bQ9oe9TPoCvvCfwxxIBMuxb7x3A02b3NxmIgfrINdYV70K1qCmdkiGsdi8ZyJoKiaWWx7gs5cwdg0qNfExKKUYQ1sAfwSCwq4Eb22OITcKhSzzR/ZRcKttCeqVfY389BQmyyutBuF4pW81cog+rc4uIc+3plXnyeHWbvLM6XBj9wJuuLza9dvXr09pz9uLXF84bUCQl/WXqcpEiaaKQRx9wHzBu/rwXe8UIRleiXvGQqJnZB2DK32zvAEaQCZPudujJoHK4JN4XE8WPds7PG0eM2yzeHK3O1dEUMz8JyjS1Vxb98daE2LUmzx5nJsvUZSaoeAf3cFBQrmyUed5mM3HoF4/5oK+7tRCVx1KZMKMF6y1EIaKdHQ5gHOU4ymkfbEIVyNBLQBMag26Vk3Q+1YU6LgS8rnucbLdVTmqnB7RG/az4C97F/3ho3pMc/PLM1ZrhE2AVT7HWsUpxvfPGjki1dK+zD8JocR6SYJNPkIPkU+Qy5RGjURdaj+116IKCCd7H7wP62VmkdiHIkqbr0EPLj9nWN7gou9h+q4mYxoIeidITLnIA+4tJyjs4E9OGATnn0QZd+HNP+UZea6xeJNvSJ/pSHX6X7Aror6us8yQbQ4o6gIY99DOu5oXe0eGsb0tBjuLvLRPbp7tmN7EN17WKq96E/wlT0O/Zh/kXun8CkPLAfiSqCiVgYRwJOIiiH+QcHaBTkxx2bP73dYIt5LrCt/Din8VTrqMxr39Nt0JO5Vrramm3pCPO2BXf5umJcNxzDGOy+bhgrxhMG/q8Y5bMrCL/fc3TDMKxTK4bB3lIVUFWlcs0wDh82hG2/DctCzU4/7Ri6U8/YtdIYHPYckL89MzemWrphPTtiGLXDwmU9jc0BvFRjVzaGfjdqErl062C4jjELY24ZxMSeZbFV22rA0wdRBZF9MMcbg36PtrvYFPD+hdc2Jlkk6vdgbW8Bpo0zjJYT9TtxJgW8x/F7IujVaAxd3ad9Iyyo3Qr3tWNrsW/IYleqnTNip+bHE9zvsW7kyVBbJ/AzaQzTRYl0RHDBIQGz6q4h6nlTz+uh7f0xjmoIav23n5fghvAm3GRtzZ3sBWgIf4ro9nDzK774L+w9doT9e7pan5mpw+bM/MGD86EePNUGN/k3Nj73m7PsYWEbSBKcXl0R+uar1fmZmdYn55IzZEF+PPR51MEkZMCEvMbRyJITmp5E1v0dwRnQwbYMdtCwbeN1ePHO0rKM1xfgF3H4O8Oyu9mnDIvl/9uStHD3NBkLvyKNY9Vb5GPkS4Rj7a4cD0/Wo9ZvmAyrSWnhcSigHlZ+iVc+7QwanYTnfmc8wj/D2JZ1Rv1uDI+JFN1iOjPqD+G6EDSGCvzokM2PDrlYLJMYv+5OjJ+iIj6bhMejPTvKQzak+c4IhgwZRhtPmV44oaPNKU0vmrxHa6G1luedHQ4JuzvTc7RxFLf6OC+s8SOnM8KTKsTZOxl0ypRuNF/ICH8u9LG/hSdxeDo8qEI3+6GuCk9mIN38C6Mcel8B6YiibiZ1UGsKwDI8d/kye2b5Rk1VxZ+qyhEpspHAHleCOezNrmBvprUYK92KFrZWZi6v7RbNtKilPop/cw14lf9/eOYsvMl2wpunth61FbBXN9Tr19WNVfbDMaiyr8P3ocyW2XBr/gMosRUeK/gWGZM/K33lNlb3E47MCMuI1QjUiMwRrB1sPto4L/IiQfdxUruDCt8KvbzxS/HPmr3CfmHXBx80fw2X2P3iQ0Jf851WH/MS2nRO4r+uoEVUxp8KGm0yD1sbRJCb2l2/o/WzA5iIpmOG46YIL8ElWIRvsmcm2eHSKZAWanjNHy8vw2W4wHMMhB0wKEdCe5DxCH5P2CG+zWKhPZv/iXcKO245ckT+Au5JfDcibm2zOPwEfipMbr4fmhATm+/zHgV9rshXQu/c4ap+ctv2LT+0PMAd0Il+iLq8w+Kqcg/cPeZ+C3F8KCsrMLO6Cp9eW4PZ1dU/eE/rt2/f07rzf3HPxr5Qx2an+DbeE9JWV9m5tTX2tf/hnv+7PeLbmwOhzo1f/D/Y80u0Z+D32AMwx96Tr8jPk1GykwDd0cIIvAWifi9CAEKKGvXjOEsGNBn1wzjLBr67lae5qBQa6DdgfAd0Ace2Ql7LaXoX7OCIt0fICCgU5FB/VoC5RRgEGQDUpatXl1ZWF/96be300deuXXvt6NLP2VvsrZ8vYV987sX6wmnYLzRPLY+OLp9qpupzT8wL+5v02dcGB//pOeE/Tl87WiwevXa6KV5i312amlqC0RYmwo9IRX5E6iUOyZP7yUyrE/YCbgDinh1QO0oFdNUU+m2dDga04NHBKDeEbgtomXcVfYH/AKJbeRCJ3pugruanezkDlTwEuW3poUKLdEAv5rC7Q1aPhrsA2T+VwNez7dj25aMD+f7iOL5+DqEUNHxDE7Cztq0swt54cbzIX9kS2As48KOuyYKDr1xSerCsQ1xIwOjJcpV9FRQ4NXMdvfGvKsDl09VSyTtZny5J0wslR39kqhH6NxXsqerVNfbKfSMZ1TLKmbMVgIPS9Nr5ygiom58BO22kq/ctPjJ9HOYXlpH+BzPO2ExlUiVACLvSRuQrvKYNgLbW8iZ3338BJ32bh3jaY2BkYGAA4hPnzHXi+W2+MshzMIDAmS8TbiHof+c4GNjOAbkcDEwgUQBg/gzIAHjaY2BkYGA7928ZAwPnYgaGHwwcDAxAERQgBwBxfwRFeNrjYIAAxvkMDEwrGRg4FzMwcDAwPgbiIiDeBMTHIJghF4iLOFgYqoG0DhB7AfEeoNwsIN0PpDOA+DQQT+VgYNKDYLAYOr4Psg8An9sPKgAAAAAAAAAAAAAAAAgAWAD8AW4B0AIyAnIC7AMuA4QEXgT2BS4FygYEBjQGYAZuBoQGuAbsByAHVAe4CEoIWAAAAAEAAAAeAFwABgAAAAAAAgABAAIAFgAAAQAAvAAAAAB42n2QvQ4BQRSFv2UJjVKl2FoQFpEoRXQaBTWCSIRkUeg8kKdQ8RKewgM4s3tJNJvJ3Dn355w5M0CBNVk8v4hHBQxnKClLcJYpVcM+Na6Gc5S5Gc5r+m74ofrL8JMmb2ZcOLJloLVlyYE9oziemLBiw5kdc6Jf1Z2R6isCQhpSCehrpyklEy161BVDxVA8h9JZ/w6myqJ42vWdnrs9TWEmxkK/+NVLGGPjD9Vdmq9A9Y5cNukqtuNXmccPQmg2/wB42n3POQ7CQAxG4XnDEvZ9B3GGcSABSpbkLjR03J8BflosWZ+7Jzvv/s82Ls7jqVClRp2EBk1atOnQpUefAUNGjJkwZcacBUtWrNkkz8c9hHB7W8RDmkzlTu5lJnN5kEd5kmd5kVf56xWy/Grqm/qmvqlv6pv6pr6pb59+Gf94Ab4GPNu4Af+FsAGNAEuwCFBYsQEBjlmxRgYrWCGwEFlLsBRSWCGwgFkdsAYrXFhZsBQrAAAAAVDO4FoAAA==) format('woff'),
    url('/local/components/khayr/main.comment/js/editor/theme/default/../fonts/wysibbiconfont-wb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* RESPONSIBLE */
.wysibb {
    position: relative;
    background: #fff;
    font-size: 12px;
}

.wysibb button:focus, .wysibb button:active, #wbbmodal button:focus, #wbbmodal button:active {
    outline: 0;
}

.wysibb-body {
    overflow-x: auto !important;
}

.wysibb-body ul, .wysibb-body ol {
    padding: 0 0 0 30px
}

.wysibb-texarea, .wysibb-texarea:active {
    border: none !important;
    margin: 0 !important;
    outline: none !important;
    padding: 0 !important;
    width: 100% !important;
}

/* MOBILE DEFAULT STYLES*/
.wysibb .wysibb-toolbar {
    border-right: 1px solid #ccc;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #e2e2e2;
    padding: 10px 5px 10px 5px;
    float: none;
    width: auto;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: auto;
}

.wysibb .wysibb-text {
    padding: 5px;
    margin: 0;
}

.wysibb .wysibb-toolbar .modeSwitch {
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container {
    border: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .dis, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.dis:hover {
    opacity: 0.3;
    cursor: default;
    overflow: hidden;
    border: 0;
    padding: 1px 2px;
    background: transparent;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.act, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on:hover, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:active {
    background: rgba(245, 245, 245, .95);
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-tooltip {
    display: none;
    background: #333;
    border: 1px solid #fff;
    position: absolute;
    line-height: 20px;
    font-size: 14px;
    padding: 3px 10px;
    top: 43px;
    left: 0;
    color: #fff;
    border-radius: 0px;
    white-space: nowrap;
    z-index: 10000;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-tooltip ins {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #333;
    position: absolute;
    top: -5px;
    left: 3px;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn span.btn-text {
    font-family: sans-serif, Verdana, Tahoma;
    text-align: center;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover {
    outline: none;
    color: #fff;
    background: #449aef;
}
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover span{
    color: #fff;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn .fonticon {
    color: #333;
    font-family: 'WysiBBiconFont';
    font-size: 16px;
    text-shadow: 0px 1px 0px #fff;
    text-align: center;
    speak: none;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover .fonticon {
    color: #fff;;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.act .btn-text, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.on .fonticon {
    color: rgba(0, 0, 0, .4);
}

.wysibb .wysibb-toolbar .modeSwitch .wysibb-toolbar-btn {
    /* width:46px; */
}

.modesw {
    font-weight: bold;
    font-size: 1em;
    line-height: 28px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.ve-tlb-bold {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 0 no-repeat;
    width: 20px;
}

.ve-tlb-italic {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -40px no-repeat;
    width: 20px;
}

.ve-tlb-underline {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -20px no-repeat;
    width: 20px;
}

.ve-tlb-strike {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -120px no-repeat;
    width: 20px;
}

.ve-tlb-link {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -80px no-repeat;
    width: 20px;
}

.ve-tlb-unlink {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -100px no-repeat;
    width: 20px;
}

.ve-tlb-img {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -60px no-repeat;
    width: 20px;
}

.ve-tlb-quote {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -140px no-repeat;
    width: 20px;
}

.ve-tlb-spoiler {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -160px no-repeat;
    width: 20px;
}

.ve-tlb-list {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -180px no-repeat;
    width: 20px;
}

.ve-tlb-bbcode {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -200px no-repeat;
    width: 40px !important;
    margin: 1px auto !important;
    height: 20px;
}

.ve-tlb-numlist {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -220px no-repeat;
    width: 20px;
}

.ve-tlb-textleft {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -240px no-repeat;
    width: 20px;
}

.ve-tlb-textcenter {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -260px no-repeat;
    width: 20px;
}

.ve-tlb-textright {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -280px no-repeat;
    width: 20px;
}

.ve-tlb-offtopic {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -300px no-repeat;
    width: 20px;
}

.ve-tlb-code {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -320px no-repeat;
    width: 20px;
}

.ve-tlb-spoiler {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -340px no-repeat;
    width: 20px;
}

.ve-tlb-sub {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -360px no-repeat;
    width: 20px;
}

.ve-tlb-sup {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -380px no-repeat;
    width: 20px;
}

.ve-tlb-table {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -460px;
    width: 20px;
}

.ve-tlb-smilebox {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -480px;
    width: 20px;
}

.ve-tlb-video {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -500px;
    width: 20px;
}

.ve-tlb-removeformat {
    background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) 0 -540px;
    width: 20px;
}

.tthotkey {
    color: #ddd;
    font-size: 9px;
}

/* END TOOLBAR */

/* CONTENT */
/* .wysibb-body{text-align:left;min-width:0 !important;overflow:auto !important;margin:0 !important;padding:0 !important;} */
.wysibb-text-editor {
    outline: none
}

.bottom-resize-line {
    display: none;
    height: 5px;
    cursor: ns-resize;
}

.bottom-resize-line:hover, .bottom-resize-line.drag {
    background: #eee
}

/* END CONTENT */

/* DEFAULT STYLES */
.wbbtab {
    margin-left: 30px;
}

/* END DEFAULT STYLES */

/* DROPDOWN */
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown:active {
    padding-right: 10px;
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    position: relative;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown:hover {
    background: #eee;
    border: 1px solid transparent;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.on, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.on:active {
    border: 1px solid #aaa;
    background: #ccc;
    box-shadow: inset 0px 0px 3px #aaa;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown ins.ar {
    display: block;
    position: absolute;
    right: 10%;
    top: 0px;
    width: 9px;
    height: 24px;
    /*  background: url(/local/components/khayr/main.comment/js/editor/theme/default/./img/icons.png) -8px -400px; */
    cursor: default;
    text-decoration: none;
    font-size: 14px;
    padding: 0 2px;
    line-height: 24px;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown:hover, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.on {
    padding-right: 10px;
    /*   background-position: 14px -399px; */
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.dis, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-dropdown.dis:hover {
    /*   padding-right:9px; */
}

/* END DROPDOWN */

/* COLORPICKER */
.ve-tlb-colorpick .cp-line {
    display: block;
    position: absolute;
    width: 60%;
    height: 3px;
    background: black;
    bottom: 3px;
    left: 20%;
}

.wbb-list .sc {
    width: 16px;
    height: 16px;
    margin: 0 0 1px 1px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    border: 1px solid #fff;
}

.wbb-list .sc:hover {
    border: 1px solid #333;
}

.wbb-list .nc {
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #666;
    margin: 0 1px 5px 1px;
}

.wbb-list .nc:hover {
    background: #eee;
}

.wbb-list .pl {
    display: block;
    height: 5px;
}

/* END COLORPICKER */

/* TABLE PICKER */
.tbl-sel {
    border: 1px solid #ddd;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
}

.tbl-sel:hover {
    background: #eee;
}

.wbb-table td {
    border: 1px dashed #DDD;
    padding: 3px;
    margin: 5px;
    min-width: 5px;
    min-height: 15px;
}

/* TABLE PICKER */

/* SELECT */
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select.dis:hover, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select:active {
    width: 100px;
    padding: 1px 1px 1px 5px;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select:hover {
    background: #eee;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select.on, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select.on:active {
    padding: 1px 1px 1px 5px;
    border: 1px solid #aaa;
    background: #ccc;
    box-shadow: inset 0px 0px 3px #aaa;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select .wbb-list {
    width: 280px;
    padding: 0;
    max-height: 250px;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select .sar {
    display: block;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 10px;
    height: 22px;
    cursor: default;
    font-size: 14px;
    text-decoration: none;
}

.wbb-select .val {
    height: 28px;
    line-height: 30px;
    font-weight: bold;
    font-size: 11px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.wbb-select .option {
    display: block;
    padding: 6px 10px;
    white-space: nowrap;
    cursor: pointer;
}

.wbb-select .option:hover {
    background: #eee;
}

.wbb-select .option.selected {
    background: #428bca;
    color: #fff;
}

/* END SELECT */

/* SMILEBOX TOOLBAR */
.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-smilebox {
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-smilebox.on, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-smilebox.on:active {
    border: 1px solid #aaa;
    background: #ccc;
    box-shadow: inset 0px 0px 3px #aaa;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-smilebox .wbb-list {
    width: 156px;
}

.smile {
    width: 16px;
    height: 16px;
    line-height: 20px;
    padding: 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    vertical-align: middle;
}

.smile img {
    max-width: 16px;
    max-height: 16px;
}

/* END SMILEBOX TOOLBAR */

/* MODAL WINDOW */
/* thx http://habrahabr.ru/post/148515/ */
#wbbmodal {
    font: 12px/1.2 Arial, Verdana;
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;

    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
    zoom: 1;
    z-index: 1100;
}

#wbbmodal .wbbm {
    background: #fff;
    text-align: left;
    max-width: 90%;
    max-height: 90%;
    margin: 30px auto;
    border: 1px solid #bbb;
    box-shadow: 0px 0px 5px #333;
    overflow: auto;
}

#wbbmodal .wbbm-title {
    color: #333;
    position: relative;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}

#wbbmodal .wbbm-title .wbbm-title-text {
    font-size: 1.6em;
    line-height: 2em;
    margin: 0;
    padding: 0;
}

#wbbmodal .wbbm-title .wbbclose {
    display: block;
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 21px;
    font-weight: bold;
    cursor: pointer;
    color: #888;
}

#wbbmodal .wbbm-title .wbbclose:hover {
    color: red;
}

#wbbmodal .wbbm .wbbm-tablist {
    padding: 10px 20px;
}

#wbbmodal .wbbm .wbbm-tablist ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#wbbmodal .wbbm .wbbm-tablist ul li {
    padding: 10px;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
    border-radius: 0px;
    display: inline-block;
    margin: 0 10px 5px 0;
}

#wbbmodal .wbbm .wbbm-tablist ul li.on, #wbbmodal .wbbm .wbbm-tablist ul li.on:hover {
    background: #428bca;
    color: #fff;
    cursor: default;
}

#wbbmodal .wbbm .wbbm-tablist ul li:hover {
    background: #eee;
}

#wbbmodal .wbbm-cont {
    padding: 10px 20px;
}

#wbbmodal .wbbm-content {
    min-height: 50px;
    max-height: 100%;
}

#wbbmodal .div-modal-text {
    border: 1px solid #aaa;
    padding: 2px 5px;
    line-height: 28px;
    max-height: 100px;
    overflow: auto;
    font-size: 14px;
}

#wbbmodal .wbbm-bottom {

    border-top: 1px solid #ccc;

    padding: 10px;
    background: #f1f1f1;
}

#wbbmodal button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    padding: 3px 15px;
}

#wbbmodal .wbb-button {
    background: #428bca;
    color: #fff;
    line-height: 26px;
    border: 1px solid #357ebd;
    border-radius: 0px;

    cursor: pointer;
}

#wbbmodal .wbb-button:hover {
    background: #3276b1;
    border: 1px solid #285e8e;
}

#wbbmodal .wbb-cancel-button {
    background: #f5f5f5;
    color: #333;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 0px;
    cursor: pointer;
    margin-left: 15px;
}

#wbbmodal .wbb-cancel-button:hover {
    background: #fff;
    border: 1px solid #ccc;
}

#wbbmodal .wbb-remove-button {
    background: #d9534f;
    color: #fff;
    line-height: 26px;
    border: 1px solid #d43f3a;
    border-radius: 0px;
    cursor: pointer;
    float: right;
}

#wbbmodal .wbb-remove-button:hover {
    background: #d2322d;
    border: 1px solid #ac2925;
}

#wbbmodal .wbbm-inp-row {
    margin-bottom: 15px;
}

#wbbmodal .wbbm-inp-row label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}

#wbbmodal .wbbm-inp-row input {
    display: block;
    height: 34px;
    padding: 2px 5px;
    line-height: 1.42857143;
    font-size: 14px;
    width: 100%;
    border: 1px solid #aaa;
    outline: none;
    box-sizing: border-box;
    border-radius: 0;
}

#wbbmodal .wbbm-inperr {
    color: red;
    font-size: 10px;
    display: block;
}

#wbbmodal .wbbm-brdred {
    border-color: red !important;
}

/* IMAGE UPLOAD */
#wbbmodal #imguploader {
    text-align: center;
}

#wbbmodal #imguploader.drag {
    border: 3px dashed #ccc;
}

#wbbmodal #imguploader.drag.dragover {
    background: #feffe4;
}

#wbbmodal #imguploader.drag.wbb-loading {
    padding: 40px 0;
}

#wbbmodal #imguploader.drag .p {
    font-size: 2em;
    color: #aaa;
    margin-top: 15px;
}

#wbbmodal #imguploader.drag .p2 {
    color: #AAA;
}

#wbbmodal #imguploader.drag .fileupload {
    margin: 15px 0;
}

#wbbmodal .fileupload {
    margin: 40px 0;
    position: relative;
}

#wbbmodal .dragupload {
    margin: 10px 0 15px 0;
    position: relative;
}

#wbbmodal .fileupload input.file {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 230px;
    height: 32px !important;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -115px;
    display: block;
}

.loader {
    margin: 30px 0;
}

.upl-error {
    color: red;
    display: block;
}

.powered {
    display: block;
    position: absolute;
    bottom: -18px;
    right: 5px;
    font-size: 10px;
}

/* END IMAGE UPLOAD */
/* MODAL WINDOW */

/* CONTENT STYLES*/
.wysibb .wysibb-body .imgWrap {
    position: relative;
    display: inline-block;
}

.wysibb .wysibb-body .imgWrap img {
    opacity: 0.5;
}

/* PHPBB3 */
.content-phpbb3 {
    font-size: 13px;
    line-height: normal !important;
}

.content-phpbb3 .codebox dt {
    float: none;
    width: 100%;
}

.content-phpbb3 .codebox dd {
    margin: 0 !important;
}

/* DESKTOP AND TAVBLETS STYLES */
/*@media (min-width: 992px) {*/
/* TOOLBAR */

.wysibb .wysibb-toolbar .wysibb-toolbar-container {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn {
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    padding: 10px 15px 9px 15px;
    cursor: pointer;
    outline: none;
    border: none;
    vertical-align: middle;
    text-decoration: none;
    zoom: 1;
    position: relative;
    color: rgba(0, 0, 0, 0.85);
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
    margin-right: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover span.btn-tooltip {
    display: none;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container select.wbb-selectbox {
    display: none;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select span.val, .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn.wbb-select ins {
    display: block;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn .wbb-list {
    display: none;
    position: absolute;
    top: 32px;
    left: -1px;
    border: 1px solid #bbb;
    box-shadow: 0px 0px 3px #aaa;
    width: 190px;
    background: #fff;
    max-height: 220px;
    overflow: auto;
    z-index: 1000;
}

.wbb-list .sc {
    width: 16px;
    height: 16px;
    margin: 0 0 1px 1px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    border: 1px solid #fff;
}

.ve-tlb-colorpick {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: right;
}

.wysibb .bottom-resize-line {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    display: block;
    height: 5px;
    cursor: ns-resize;
}

@media (max-width: 992px) {
    .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover .fonticon{
        color: rgba(0, 0, 0, 0.85);
    }
    .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover{
        background: rgba(255, 255, 255, 0.97);
        color: rgba(0, 0, 0, 0.85);
    }
    .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover span{
        color: rgba(0, 0, 0, 0.85);
    }
}


/* End */


/* Start:/local/components/khayr/main.comment/css/smile.css?1681731786102904*/
.wysibb-body .wysiwyg_smile{ width: auto; }
.emoji {
    color: transparent;
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: inline-block;
}
#appended2{
	padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#appended2 li{
	display: inline-block;
}
#appended2 li>span {
    line-height: 0;
    text-align: center;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    padding: 2px;
    font-size: 30px;
}

#appended2 li:hover{background: #e2e2e2; cursor:pointer;}
 
/* gif  standart size */
.aa,.ab,.ac,.ad,.ae,.af,.ag,.ah,.ai,.aj,.ak,.al,.am,.an,.ao,.ap,.aq,.ar,.as,.at,.au,.av,.aw,.ax,.ay,.az,.ba,.bb,.bc,.bd,.be,.bf,.bg,.bh,.bi,.bj,.bk,.bl,.bm,.bn,.bo,.bp,.bq,.br,.bs,.bt,.bu,.bv,.bw,.by,.bz{display:inline-block !important;padding:0 !important;margin: 0 !important;}

.ab,.ac,.ad,.ag,.ai,.ba,.be,.bm,.bs{width:20px !important;}
.ae{width:18px !important;}
.af,.at{width:21px !important;}
.al{width:22px !important;}
.as{width:23px !important;}
.bh{width:24px !important;}
.ah,.ap{width:25px !important;}
.au,.ay{width:26px !important;}
.aa,.bt,.bw{width:27px !important;}
.ao,.ar,.bb,.bg{width:28px !important;}
.an,.bj,.br{width:29px !important;}
.ax,.bc{width:30px !important;}
.ak{width:31px !important;}
.bn{width:32px !important;}
.aj{width:34px !important;}
.bd{width:35px !important;}
.am,.av,.bk,.bl,.bv{width:36px !important;}
.by{width:37px !important;}
.aq,.bo{width:39px !important;}
.bf,.bi,.bz{width:40px !important;}
.bp{width:42px !important;}
.bq{width:43px !important;}
.aw{width:47px !important;}
.az,.bu{width:51px !important;}

.ae{height:18px !important;}
.ad,.ag,.ai,.ba,.bn{height:20px !important;}
.af,.at{height:21px !important;}
.ak,.au,.bh{height:22px !important;}
.aa,.aj,.an,.av,.ay{height:23px !important;}
.ab,.ac,.be,.bs,.aw,.bb,.br,.bt,.bw{height:24px !important;}
.ah,.ap,.ar,.bg,.bj{height:25px !important;}
.al,.as,.ax,.bd,.bf,.bk,.bl,.bo,.bu,.bv{height:26px !important;}
.am,.bi,.bm,.bp,.bq,.bz{height:27px !important;}
.ao,.az{height:28px !important;}
.bc{height:33px !important;}
.aq{height:34px !important;}
.by{height:37px !important;}

/* gif  madhouse size */
.sm_alcoholic,.sm_crazy_pilot,.sm_dash1,.sm_dash2,.sm_dash3,.sm_drag,.sm_focus,.sm_gamer1,.sm_gamer2,.sm_gamer3,.sm_gamer4,.sm_girl_crazy,.sm_girl_hospital,.sm_girl_wacko,.sm_hang1,.sm_hang2,.sm_hang3,.sm_hunter,.sm_locomotive,.sm_mail1,.sm_man_in_love,.sm_on_the_quiet2,.sm_on_the_quiet,.sm_pilot,.sm_prankster2,.sm_prankster,.sm_russian_roulette,.sm_sarcastic_blum,.sm_sarcastic,.sm_sarcastic_hand,.sm_slow_en,.sm_slow,.sm_stinker,.sm_suicide2,.sm_suicide_fool_edit,.sm_suicide,.sm_tease,.sm_telephone,.sm_to_become_senile,.sm_to_pick_ones_nose2,.sm_to_pick_ones_nose3,.sm_to_pick_ones_nose_eat,.sm_to_pick_ones_nose,.sm_wacko2,.sm_wacko{display:inline-block !important;padding:0 !important;margin: 0 !important;}

.sm_alcoholic            {width:40px !important;}
.sm_crazy_pilot          {width:50px !important;}
.sm_dash1                {width:51px !important;}
.sm_dash2                {width:31px !important;}
.sm_dash3                {width:51px !important;}
.sm_drag                 {width:33px !important;}
.sm_focus                {width:37px !important;}
.sm_gamer1               {width:37px !important;}
.sm_gamer2               {width:37px !important;}
.sm_gamer3               {width:37px !important;}
.sm_gamer4               {width:36px !important;}
.sm_girl_crazy           {width:37px !important;}
.sm_girl_hospital        {width:42px !important;}
.sm_girl_wacko           {width:36px !important;}
.sm_hang1                {width:27px !important;}
.sm_hang2                {width:27px !important;}
.sm_hang3                {width:27px !important;}
.sm_hunter               {width:48px !important;}
.sm_locomotive           {width:38px !important;}
.sm_mail1                {width:36px !important;}
.sm_man_in_love          {width:20px !important;}
.sm_on_the_quiet2        {width:27px !important;}
.sm_on_the_quiet         {width:24px !important;}
.sm_pilot                {width:38px !important;}
.sm_prankster2           {width:20px !important;}
.sm_prankster            {width:20px !important;}
.sm_russian_roulette     {width:44px !important;}
.sm_sarcastic_blum       {width:21px !important;}
.sm_sarcastic            {width:25px !important;}
.sm_sarcastic_hand       {width:32px !important;}
.sm_slow_en              {width:38px !important;}
.sm_slow                 {width:38px !important;}
.sm_stinker              {width:29px !important;}
.sm_suicide2             {width:43px !important;}
.sm_suicide_fool_edit    {width:43px !important;}
.sm_suicide              {width:42px !important;}
.sm_tease                {width:41px !important;}
.sm_telephone            {width:44px !important;}
.sm_to_become_senile     {width:38px !important;}
.sm_to_pick_ones_nose2   {width:23px !important;}
.sm_to_pick_ones_nose3   {width:30px !important;}
.sm_to_pick_ones_nose_eat{width:33px !important;}
.sm_to_pick_ones_nose    {width:33px !important;}
.sm_wacko2               {width:20px !important;}
.sm_wacko                {width:21px !important;}

.sm_alcoholic            {height:20px !important;}
.sm_crazy_pilot          {height:31px !important;}
.sm_dash1                {height:26px !important;}
.sm_dash2                {height:26px !important;}
.sm_dash3                {height:26px !important;}
.sm_drag                 {height:28px !important;}
.sm_focus                {height:25px !important;}
.sm_gamer1               {height:27px !important;}
.sm_gamer2               {height:27px !important;}
.sm_gamer3               {height:27px !important;}
.sm_gamer4               {height:33px !important;}
.sm_girl_crazy           {height:25px !important;}
.sm_girl_hospital        {height:25px !important;}
.sm_girl_wacko           {height:24px !important;}
.sm_hang1                {height:35px !important;}
.sm_hang2                {height:35px !important;}
.sm_hang3                {height:35px !important;}
.sm_hunter               {height:38px !important;}
.sm_locomotive           {height:26px !important;}
.sm_mail1                {height:26px !important;}
.sm_man_in_love          {height:26px !important;}
.sm_on_the_quiet2        {height:26px !important;}
.sm_on_the_quiet         {height:23px !important;}
.sm_pilot                {height:26px !important;}
.sm_prankster2           {height:24px !important;}
.sm_prankster            {height:24px !important;}
.sm_russian_roulette     {height:33px !important;}
.sm_sarcastic_blum       {height:25px !important;}
.sm_sarcastic            {height:23px !important;}
.sm_sarcastic_hand       {height:24px !important;}
.sm_slow_en              {height:26px !important;}
.sm_slow                 {height:26px !important;}
.sm_stinker              {height:25px !important;}
.sm_suicide2             {height:27px !important;}
.sm_suicide_fool_edit    {height:27px !important;}
.sm_suicide              {height:33px !important;}
.sm_tease                {height:40px !important;}
.sm_telephone            {height:26px !important;}
.sm_to_become_senile     {height:24px !important;}
.sm_to_pick_ones_nose2   {height:25px !important;}
.sm_to_pick_ones_nose3   {height:25px !important;}
.sm_to_pick_ones_nose_eat{height:27px !important;}
.sm_to_pick_ones_nose    {height:25px !important;}
.sm_wacko2               {height:24px !important;}
.sm_wacko                {height:25px !important;}

/* gif  he_and_she size */
.sm_buba_phone,.sm_curtsey,.sm_feminist_en,.sm_feminist,.sm_first_move,.sm_flirt,.sm_girl_blum2,.sm_girl_blum,.sm_girl_cray2,.sm_girl_cray3,.sm_girl_cray,.sm_girl_dance,.sm_girl_devil,.sm_girl_drink1,.sm_girl_drink2,.sm_girl_drink3,.sm_girl_drink4,.sm_girl_haha,.sm_girl_hide,.sm_girl_impossible,.sm_girl_in_love,.sm_girl_mad,.sm_girl_pinkglassesf,.sm_girl_prepare_fish,.sm_girl_sad,.sm_girl_sigh,.sm_girl_smile,.sm_girl_to_take_umbrage2,.sm_girl_to_take_umbrage,.sm_girl_wink,.sm_girl_witch,.sm_give_heart,.sm_give_rose,.sm_hysteric,.sm_kiss2,.sm_kiss3,.sm_parting2,.sm_parting,.sm_spruce_up,.sm_tender,.sm_to_babruysk{display:inline-block !important;padding:0 !important;margin: 0 !important;}

.sm_give_heart{width:28px !important;}
.sm_give_rose{width:30px !important;}
.sm_girl_blum2,.sm_girl_blum,.sm_girl_cray3,.sm_girl_cray,.sm_girl_impossible,.sm_girl_mad,.sm_girl_pinkglassesf,.sm_girl_sad,.sm_girl_sigh,.sm_girl_smile,.sm_girl_to_take_umbrage2,.sm_girl_wink,.sm_kiss2{width:34px !important;}
.sm_girl_to_take_umbrage,.sm_girl_drink1,.sm_girl_drink2,.sm_girl_drink3,.sm_girl_drink4,.sm_girl_haha,.sm_girl_hide,.sm_flirt{width:35px !important;}
.sm_girl_dance,.sm_tender{width:36px !important;}
.sm_spruce_up,.sm_girl_in_love{width:37px !important;}
.sm_curtsey,.sm_girl_cray2{width:38px !important;}
.sm_parting2,.sm_parting {width:40px !important;}
.sm_hysteric{width:41px !important;}
.sm_girl_devil,.sm_girl_witch{width:46px !important;}
.sm_buba_phone,.sm_girl_prepare_fish,.sm_kiss3{width:47px !important;}
.sm_to_babruysk{width:52px !important;}
.sm_feminist_en,.sm_feminist{width:54px !important;}
.sm_first_move{width:55px !important;}

.sm_girl_haha{height:22px !important;}
.sm_girl_blum2,.sm_girl_blum,.sm_girl_impossible,.sm_girl_mad,.sm_girl_sad,.sm_girl_smile,.sm_girl_to_take_umbrage2,.sm_girl_to_take_umbrage,.sm_girl_wink,.sm_kiss2,.sm_tender{height:23px !important;}
.sm_kiss3,.sm_parting2,.sm_parting,.sm_girl_sigh,.sm_girl_cray2,.sm_girl_cray3,.sm_girl_drink3,.sm_girl_drink4,.sm_curtsey,.sm_first_move,.sm_flirt,.sm_girl_hide{height:24px !important;}
.sm_spruce_up,.sm_girl_cray,.sm_girl_drink1,.sm_girl_drink2,.sm_give_heart,.sm_hysteric{height:25px !important;}
.sm_give_rose,.sm_girl_dance,.sm_girl_prepare_fish{height:26px !important;}
.sm_girl_in_love{height:27px !important;}
.sm_girl_devil{height:28px !important;}
.sm_to_babruysk{height:30px !important;}
.sm_girl_witch{height:31px !important;}
.sm_buba_phone{height:32px !important;}
.sm_girl_pinkglassesf{height:37px !important;}
.sm_feminist_en,.sm_feminist{height:49px !important;}

/* gif  personal size */
.sm_angel,.sm_beach,.sm_beta,.sm_big_boss,.sm_blind,.sm_brunette,.sm_buba,.sm_comando,.sm_ded_moroz,.sm_ded_snegurochka2,.sm_ded_snegurochka,.sm_diablo,.sm_hi,.sm_mamba,.sm_meowth,.sm_moil,.sm_morpheus,.sm_music2,.sm_music,.sm_neo,.sm_new_russian,.sm_padonak,.sm_paint2,.sm_paint3,.sm_paint,.sm_patsak,.sm_pig_ball,.sm_pioneer,.sm_pioneer_smoke,.sm_pogranichnik,.sm_pooh_birth_day,.sm_pooh_door,.sm_pooh,.sm_pooh_go,.sm_pooh_honey,.sm_pooh_lol,.sm_pooh_on_ball,.sm_rabbi,.sm_rap,.sm_russian,.sm_santa2,.sm_santa3,.sm_santa,.sm_scenic,.sm_scout_en,.sm_scout,.sm_snegurochka,.sm_sun_bespectacled,.sm_superman2,.sm_superman,.sm_to_keep_order,.sm_tommy,.sm_triniti,.sm_vinsent,.sm_wild{display:inline-block !important;padding:0 !important;margin: 0 !important;}

.sm_pogranichnik{width:22px !important;}
.sm_santa3,.sm_santa{width:26px !important;}
.sm_angel,.sm_blind{width:27px !important;}
.sm_mamba,.sm_music2,.sm_music,.sm_pooh_honey,.sm_to_keep_order{width:28px !important;}
.sm_pooh_lol,.sm_buba,.sm_pioneer,.sm_rabbi{width:29px !important;}
.sm_rap,.sm_sun_bespectacled{width:30px !important;}
.sm_ded_moroz{width:32px !important;}
.sm_neo,.sm_pooh_go{width:33px !important;}
.sm_beach,.sm_padonak,.sm_pooh_birth_day{width:34px !important;}
.sm_brunette,.sm_new_russian{width:35px !important;}
.sm_beta,.sm_pioneer_smoke{width:36px !important;}
.sm_vinsent,.sm_wild,.sm_diablo,.sm_pig_ball,.sm_scout_en,.sm_scout{width:37px !important;}
.sm_big_boss,.sm_superman{width:38px !important;}
.sm_triniti{width:39px !important;}
.sm_russian,.sm_superman2{width:40px !important;}
.sm_comando,.sm_moil,.sm_paint2,.sm_paint3,.sm_paint{width:41px !important;}
.sm_hi,.sm_patsak,.sm_snegurochka,.sm_tommy{width:42px !important;}
.sm_pooh_on_ball{width:43px !important;}
.sm_ded_snegurochka,.sm_meowth{width:44px !important;}
.sm_scenic{width:49px !important;}
.sm_pooh{width:52px !important;}
.sm_pooh_door{width:53px !important;}
.sm_morpheus,.sm_santa2{width:57px !important;}
.sm_ded_snegurochka2{width:74px !important;}


.sm_to_keep_order   {height:22px !important;}
.sm_wild            {height:22px !important;}
.sm_blind           {height:23px !important;}
.sm_beta            {height:23px !important;}
.sm_neo             {height:24px !important;}
.sm_buba            {height:25px !important;}
.sm_mamba           {height:25px !important;}
.sm_music2          {height:25px !important;}
.sm_music           {height:25px !important;}
.sm_pogranichnik    {height:25px !important;}
.sm_angel           {height:26px !important;}
.sm_new_russian     {height:26px !important;}
.sm_triniti         {height:26px !important;}
.sm_snegurochka     {height:27px !important;}
.sm_superman        {height:27px !important;}
.sm_tommy           {height:27px !important;}
.sm_scenic          {height:27px !important;}
.sm_ded_snegurochka2{height:28px !important;}
.sm_ded_snegurochka {height:28px !important;}
.sm_hi              {height:28px !important;}
.sm_morpheus        {height:28px !important;}
.sm_paint2          {height:28px !important;}
.sm_paint3          {height:28px !important;}
.sm_paint           {height:28px !important;}
.sm_rap             {height:28px !important;}
.sm_santa2          {height:29px !important;}
.sm_santa3          {height:29px !important;}
.sm_santa           {height:29px !important;}
.sm_big_boss        {height:30px !important;}
.sm_padonak         {height:30px !important;}
.sm_patsak          {height:30px !important;}
.sm_sun_bespectacled{height:30px !important;}
.sm_superman2       {height:30px !important;}
.sm_brunette        {height:31px !important;}
.sm_comando         {height:31px !important;}
.sm_diablo          {height:31px !important;}
.sm_meowth          {height:31px !important;}
.sm_rabbi           {height:31px !important;}
.sm_pooh_honey      {height:32px !important;}
.sm_pooh_lol        {height:32px !important;}
.sm_beach           {height:33px !important;}
.sm_pioneer         {height:33px !important;}
.sm_pioneer_smoke   {height:33px !important;}
.sm_scout_en        {height:33px !important;}
.sm_scout           {height:33px !important;}
.sm_vinsent         {height:33px !important;}
.sm_ded_moroz       {height:36px !important;}
.sm_pooh_birth_day  {height:36px !important;}
.sm_pooh            {height:36px !important;}
.sm_pooh_go         {height:36px !important;}
.sm_moil            {height:37px !important;}
.sm_pooh_door       {height:37px !important;}
.sm_russian         {height:40px !important;}
.sm_pig_ball        {height:45px !important;}
.sm_pooh_on_ball    {height:53px !important;}

/* gif  sport size */
.sm_aikido,.sm_banned,.sm_dinamo,.sm_fan_1,.sm_fans,.sm_nhl2,.sm_nhl3,.sm_nhl_checking,.sm_nhl_crach,.sm_nhl_fight,.sm_nhl,.sm_phi,.sm_protest,.sm_shablon_01,.sm_shablon_02,.sm_shablon_03,.sm_shablon_04,.sm_spartak,.sm_training1,.sm_warning2,.sm_warning{display:inline-block !important;padding:0 !important;margin: 0 !important;}

.sm_aikido               {width:50px !important;}
.sm_banned               {width:44px !important;}
.sm_dinamo               {width:55px !important;}
.sm_fan_1                {width:38px !important;}
.sm_fans                 {width:72px !important;}
.sm_nhl2                 {width:46px !important;}
.sm_nhl3                 {width:46px !important;}
.sm_nhl_checking         {width:54px !important;}
.sm_nhl_crach            {width:47px !important;}
.sm_nhl_fight            {width:57px !important;}
.sm_nhl                  {width:46px !important;}
.sm_phi                  {width:46px !important;}
.sm_protest              {width:50px !important;}
.sm_shablon_01           {width:55px !important;}
.sm_shablon_02           {width:55px !important;}
.sm_shablon_03           {width:59px !important;}
.sm_shablon_04           {width:59px !important;}
.sm_spartak              {width:59px !important;}
.sm_training1            {width:49px !important;}
.sm_warning2             {width:41px !important;}
.sm_warning              {width:41px !important;}


.sm_aikido               {height:30px !important;}
.sm_banned               {height:32px !important;}
.sm_dinamo               {height:40px !important;}
.sm_fan_1                {height:28px !important;}
.sm_fans                 {height:35px !important;}
.sm_nhl2                 {height:38px !important;}
.sm_nhl3                 {height:38px !important;}
.sm_nhl_checking         {height:38px !important;}
.sm_nhl_crach            {height:43px !important;}
.sm_nhl_fight            {height:38px !important;}
.sm_nhl                  {height:38px !important;}
.sm_phi                  {height:41px !important;}
.sm_protest              {height:32px !important;}
.sm_shablon_01           {height:40px !important;}
.sm_shablon_02           {height:40px !important;}
.sm_shablon_03           {height:36px !important;}
.sm_shablon_04           {height:36px !important;}
.sm_spartak              {height:36px !important;}
.sm_training1            {height:21px !important;}
.sm_warning2             {height:31px !important;}
.sm_warning              {height:31px !important;}

/* png stickers size */
.pngstick {
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-repeat: no-repeat;
    display:block !important;
}

.tabs-emojii .pngstick:hover, .tabs-emojii .mysmile:hover {
    filter: drop-shadow(1px 5px 0 rgba(0,0,0,0.1));
    -moz-transform: translate3d(0,-1px,0);
    -ms-transform: translate3d(0,-1px,0);
    -webkit-transform: translate3d(0,-1px,0);
    -o-transform: translate3d(0,-1px,0);
    transform: translate3d(0,-1px,0);
}
.mysmile{
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 93px;
    height: 93px;
    background-size: 93px;
    background-repeat: no-repeat;
}
.emoji241{
    width: 44px !important;
    height: 70px !important;
    background-size: 46px !important;
}
.emoji242{}
.emoji243{}
.emoji244{}
.emoji245{}
.emoji246{}
.emoji247{}
.emoji248{}
.emoji249{}
.emoji2410{}
.emoji2411{}
.emoji2412{}




.emoji.U1F604 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f604.png);}
.emoji.U1F603 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f603.png);}
.emoji.U1F600 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f600.png);}
.emoji.U1F60A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f60a.png);}
.emoji.U263A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/263a.png);}
.emoji.U1F609 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f609.png);}
.emoji.U1F60D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f60d.png);}
.emoji.U1F618 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f618.png);}
.emoji.U1F61A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f61a.png);}
.emoji.U1F617 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f617.png);}
.emoji.U1F619 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f619.png);}
.emoji.U1F61C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f61c.png);}
.emoji.U1F61D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f61d.png);}
.emoji.U1F61B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f61b.png);}
.emoji.U1F633 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f633.png);}
.emoji.U1F601 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f601.png);}
.emoji.U1F614 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f614.png);}
.emoji.U1F60C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f60c.png);}
.emoji.U1F612 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f612.png);}
.emoji.U1F61E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f61e.png);}
.emoji.U1F623 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f623.png);}
.emoji.U1F622 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f622.png);}
.emoji.U1F602 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f602.png);}
.emoji.U1F62D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f62d.png);}
.emoji.U1F62A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f62a.png);}
.emoji.U1F625 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f625.png);}
.emoji.U1F630 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f630.png);}
.emoji.U1F605 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f605.png);}
.emoji.U1F613 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f613.png);}
.emoji.U1F629 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f629.png);}
.emoji.U1F62B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f62b.png);}
.emoji.U1F628 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f628.png);}
.emoji.U1F631 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f631.png);}
.emoji.U1F620 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f620.png);}
.emoji.U1F621 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f621.png);}
.emoji.U1F624 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f624.png);}
.emoji.U1F616 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f616.png);}
.emoji.U1F606 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f606.png);}
.emoji.U1F60B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f60b.png);}
.emoji.U1F637 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f637.png);}
.emoji.U1F60E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f60e.png);}
.emoji.U1F634 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f634.png);}
.emoji.U1F635 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f635.png);}
.emoji.U1F632 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f632.png);}
.emoji.U1F61F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f61f.png);}
.emoji.U1F626 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f626.png);}
.emoji.U1F627 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f627.png);}
.emoji.U1F608 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f608.png);}
.emoji.U1F47F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f47f.png);}
.emoji.U1F62E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f62e.png);}
.emoji.U1F62C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f62c.png);}
.emoji.U1F610 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f610.png);}
.emoji.U1F615 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f615.png);}
.emoji.U1F62F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f62f.png);}
.emoji.U1F636 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f636.png);}
.emoji.U1F607 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f607.png);}
.emoji.U1F60F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f60f.png);}
.emoji.U1F611 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f611.png);}
.emoji.U1F472 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f472.png);}
.emoji.U1F473 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f473.png);}
.emoji.U1F46E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f46e.png);}
.emoji.U1F477 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f477.png);}
.emoji.U1F482 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f482.png);}
.emoji.U1F476 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f476.png);}
.emoji.U1F466 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f466.png);}
.emoji.U1F467 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f467.png);}
.emoji.U1F468 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f468.png);}
.emoji.U1F469 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f469.png);}
.emoji.U1F474 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f474.png);}
.emoji.U1F475 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f475.png);}
.emoji.U1F471 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f471.png);}
.emoji.U1F47C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f47c.png);}
.emoji.U1F478 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f478.png);}
.emoji.U1F63A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f63a.png);}
.emoji.U1F638 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f638.png);}
.emoji.U1F63B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f63b.png);}
.emoji.U1F63D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f63d.png);}
.emoji.U1F63C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f63c.png);}
.emoji.U1F640 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f640.png);}
.emoji.U1F63F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f63f.png);}
.emoji.U1F639 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f639.png);}
.emoji.U1F63E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f63e.png);}
.emoji.U1F479 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f479.png);}
.emoji.U1F47A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f47a.png);}
.emoji.U1F648 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f648.png);}
.emoji.U1F649 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f649.png);}
.emoji.U1F64A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f64a.png);}
.emoji.U1F480 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f480.png);}
.emoji.U1F47D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f47d.png);}
.emoji.U1F4A9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4a9.png);}
.emoji.U1F525 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f525.png);}
.emoji.U2728 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2728.png);}
.emoji.U1F31F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f31f.png);}
.emoji.U1F4AB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4ab.png);}
.emoji.U1F4A5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4a5.png);}
.emoji.U1F4A2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4a2.png);}
.emoji.U1F4A6 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4a6.png);}
.emoji.U1F4A7 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4a7.png);}
.emoji.U1F4A4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4a4.png);}
.emoji.U1F4A8 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4a8.png);}
.emoji.U1F442 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f442.png);}
.emoji.U1F440 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f440.png);}
.emoji.U1F443 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f443.png);}
.emoji.U1F445 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f445.png);}
.emoji.U1F444 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f444.png);}
.emoji.U1F44D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f44d.png);}
.emoji.U1F44E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f44e.png);}
.emoji.U1F44C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f44c.png);}
.emoji.U1F44A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f44a.png);}
.emoji.U270A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/270a.png);}
.emoji.U270C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/270c.png);}
.emoji.U1F44B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f44b.png);}
.emoji.U270B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/270b.png);}
.emoji.U1F450 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f450.png);}
.emoji.U1F446 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f446.png);}
.emoji.U1F447 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f447.png);}
.emoji.U1F449 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f449.png);}
.emoji.U1F448 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f448.png);}
.emoji.U1F64C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f64c.png);}
.emoji.U1F64F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f64f.png);}
.emoji.U261D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/261d.png);}
.emoji.U1F44F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f44f.png);}
.emoji.U1F4AA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4aa.png);}
.emoji.U1F6B6 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6b6.png);}
.emoji.U1F3C3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3c3.png);}
.emoji.U1F483 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f483.png);}
.emoji.U1F46B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f46b.png);}
.emoji.U1F46A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f46a.png);}
.emoji.U1F46C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f46c.png);}
.emoji.U1F46D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f46d.png);}
.emoji.U1F48F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f48f.png);}
.emoji.U1F491 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f491.png);}
.emoji.U1F46F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f46f.png);}
.emoji.U1F646 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f646.png);}
.emoji.U1F645 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f645.png);}
.emoji.U1F481 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f481.png);}
.emoji.U1F64B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f64b.png);}
.emoji.U1F486 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f486.png);}
.emoji.U1F487 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f487.png);}
.emoji.U1F485 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f485.png);}
.emoji.U1F470 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f470.png);}
.emoji.U1F64E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f64e.png);}
.emoji.U1F64D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f64d.png);}
.emoji.U1F647 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f647.png);}
.emoji.U1F3A9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3a9.png);}
.emoji.U1F451 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f451.png);}
.emoji.U1F452 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f452.png);}
.emoji.U1F45F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f45f.png);}
.emoji.U1F45E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f45e.png);}
.emoji.U1F461 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f461.png);}
.emoji.U1F460 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f460.png);}
.emoji.U1F462 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f462.png);}
.emoji.U1F455 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f455.png);}
.emoji.U1F454 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f454.png);}
.emoji.U1F45A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f45a.png);}
.emoji.U1F457 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f457.png);}
.emoji.U1F3BD {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3bd.png);}
.emoji.U1F456 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f456.png);}
.emoji.U1F458 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f458.png);}
.emoji.U1F459 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f459.png);}
.emoji.U1F4BC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4bc.png);}
.emoji.U1F45C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f45c.png);}
.emoji.U1F45D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f45d.png);}
.emoji.U1F45B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f45b.png);}
.emoji.U1F453 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f453.png);}
.emoji.U1F380 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f380.png);}
.emoji.U1F302 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f302.png);}
.emoji.U1F484 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f484.png);}

.emoji.U1F436 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f436.png);}
.emoji.U1F43A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f43a.png);}
.emoji.U1F431 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f431.png);}
.emoji.U1F42D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f42d.png);}
.emoji.U1F439 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f439.png);}
.emoji.U1F430 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f430.png);}
.emoji.U1F438 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f438.png);}
.emoji.U1F42F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f42f.png);}
.emoji.U1F428 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f428.png);}
.emoji.U1F43B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f43b.png);}
.emoji.U1F437 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f437.png);}
.emoji.U1F43D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f43d.png);}
.emoji.U1F42E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f42e.png);}
.emoji.U1F417 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f417.png);}
.emoji.U1F435 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f435.png);}
.emoji.U1F412 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f412.png);}
.emoji.U1F434 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f434.png);}
.emoji.U1F411 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f411.png);}
.emoji.U1F418 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f418.png);}
.emoji.U1F43C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f43c.png);}
.emoji.U1F427 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f427.png);}
.emoji.U1F426 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f426.png);}
.emoji.U1F424 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f424.png);}
.emoji.U1F425 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f425.png);}
.emoji.U1F423 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f423.png);}
.emoji.U1F414 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f414.png);}
.emoji.U1F40D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f40d.png);}
.emoji.U1F422 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f422.png);}
.emoji.U1F41B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f41b.png);}
.emoji.U1F41D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f41d.png);}
.emoji.U1F41C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f41c.png);}
.emoji.U1F41E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f41e.png);}
.emoji.U1F40C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f40c.png);}
.emoji.U1F419 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f419.png);}
.emoji.U1F41A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f41a.png);}
.emoji.U1F420 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f420.png);}
.emoji.U1F41F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f41f.png);}
.emoji.U1F42C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f42c.png);}
.emoji.U1F433 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f433.png);}
.emoji.U1F40B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f40b.png);}
.emoji.U1F404 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f404.png);}
.emoji.U1F40F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f40f.png);}
.emoji.U1F400 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f400.png);}
.emoji.U1F403 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f403.png);}
.emoji.U1F405 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f405.png);}
.emoji.U1F407 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f407.png);}
.emoji.U1F409 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f409.png);}
.emoji.U1F40E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f40e.png);}
.emoji.U1F410 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f410.png);}
.emoji.U1F413 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f413.png);}
.emoji.U1F415 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f415.png);}
.emoji.U1F416 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f416.png);}
.emoji.U1F401 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f401.png);}
.emoji.U1F402 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f402.png);}
.emoji.U1F432 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f432.png);}
.emoji.U1F421 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f421.png);}
.emoji.U1F40A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f40a.png);}
.emoji.U1F42B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f42b.png);}
.emoji.U1F42A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f42a.png);}
.emoji.U1F406 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f406.png);}
.emoji.U1F408 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f408.png);}
.emoji.U1F429 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f429.png);}
.emoji.U1F43E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f43e.png);}
.emoji.U1F490 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f490.png);}
.emoji.U1F338 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f338.png);}
.emoji.U1F337 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f337.png);}
.emoji.U1F340 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f340.png);}
.emoji.U1F339 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f339.png);}
.emoji.U1F33B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f33b.png);}
.emoji.U1F33A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f33a.png);}
.emoji.U1F341 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f341.png);}
.emoji.U1F343 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f343.png);}
.emoji.U1F342 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f342.png);}
.emoji.U1F33F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f33f.png);}
.emoji.U1F33E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f33e.png);}
.emoji.U1F344 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f344.png);}
.emoji.U1F335 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f335.png);}
.emoji.U1F334 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f334.png);}
.emoji.U1F332 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f332.png);}
.emoji.U1F333 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f333.png);}
.emoji.U1F330 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f330.png);}
.emoji.U1F331 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f331.png);}
.emoji.U1F33C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f33c.png);}
.emoji.U1F310 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f310.png);}
.emoji.U1F31E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f31e.png);}
.emoji.U1F31D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f31d.png);}
.emoji.U1F31A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f31a.png);}
.emoji.U1F311 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f311.png);}
.emoji.U1F312 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f312.png);}
.emoji.U1F313 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f313.png);}
.emoji.U1F314 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f314.png);}
.emoji.U1F315 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f315.png);}
.emoji.U1F316 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f316.png);}
.emoji.U1F317 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f317.png);}
.emoji.U1F318 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f318.png);}
.emoji.U1F31C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f31c.png);}
.emoji.U1F31B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f31b.png);}
.emoji.U1F319 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f319.png);}
.emoji.U1F30D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f30d.png);}
.emoji.U1F30E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f30e.png);}
.emoji.U1F30F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f30f.png);}
.emoji.U1F30B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f30b.png);}
.emoji.U1F30C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f30c.png);}
.emoji.U1F320 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f320.png);}
.emoji.U2B50 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2b50.png);}
.emoji.U2600 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2600.png);}
.emoji.U26C5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26c5.png);}
.emoji.U2601 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2601.png);}
.emoji.U26A1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26a1.png);}
.emoji.U2614 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2614.png);}
.emoji.U2744 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2744.png);}
.emoji.U26C4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26c4.png);}
.emoji.U1F300 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f300.png);}
.emoji.U1F301 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f301.png);}
.emoji.U1F308 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f308.png);}
.emoji.U1F30A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f30a.png);}

.emoji.U1F34E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f34e.png);}
.emoji.U1F34F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f34f.png);}
.emoji.U1F34A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f34a.png);}
.emoji.U1F34B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f34b.png);}
.emoji.U1F352 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f352.png);}
.emoji.U1F347 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f347.png);}
.emoji.U1F349 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f349.png);}
.emoji.U1F353 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f353.png);}
.emoji.U1F351 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f351.png);}
.emoji.U1F348 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f348.png);}
.emoji.U1F34C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f34c.png);}
.emoji.U1F350 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f350.png);}
.emoji.U1F34D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f34d.png);}
.emoji.U1F360 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f360.png);}
.emoji.U1F346 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f346.png);}
.emoji.U1F345 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f345.png);}
.emoji.U1F33D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f33d.png);}
.emoji.U2615 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2615.png);}
.emoji.U1F375 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f375.png);}
.emoji.U1F376 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f376.png);}
.emoji.U1F37C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f37c.png);}
.emoji.U1F37A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f37a.png);}
.emoji.U1F37B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f37b.png);}
.emoji.U1F378 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f378.png);}
.emoji.U1F379 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f379.png);}
.emoji.U1F377 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f377.png);}
.emoji.U1F374 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f374.png);}
.emoji.U1F355 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f355.png);}
.emoji.U1F354 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f354.png);}
.emoji.U1F35F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f35f.png);}
.emoji.U1F357 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f357.png);}
.emoji.U1F356 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f356.png);}
.emoji.U1F35D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f35d.png);}
.emoji.U1F35B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f35b.png);}
.emoji.U1F364 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f364.png);}
.emoji.U1F371 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f371.png);}
.emoji.U1F363 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f363.png);}
.emoji.U1F365 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f365.png);}
.emoji.U1F359 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f359.png);}
.emoji.U1F358 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f358.png);}
.emoji.U1F35A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f35a.png);}
.emoji.U1F35C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f35c.png);}
.emoji.U1F372 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f372.png);}
.emoji.U1F362 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f362.png);}
.emoji.U1F361 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f361.png);}
.emoji.U1F373 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f373.png);}
.emoji.U1F35E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f35e.png);}
.emoji.U1F369 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f369.png);}
.emoji.U1F36E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f36e.png);}
.emoji.U1F366 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f366.png);}
.emoji.U1F368 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f368.png);}
.emoji.U1F367 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f367.png);}
.emoji.U1F382 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f382.png);}
.emoji.U1F370 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f370.png);}
.emoji.U1F36A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f36a.png);}
.emoji.U1F36B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f36b.png);}
.emoji.U1F36C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f36c.png);}
.emoji.U1F36D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f36d.png);}
.emoji.U1F36F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f36f.png);}

.emoji.U1F47E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f47e.png);}
.emoji.U1F3AE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3ae.png);}
.emoji.U1F0CF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f0cf.png);}
.emoji.U1F3B4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3b4.png);}
.emoji.U1F004 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f004.png);}
.emoji.U1F3B2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3b2.png);}
.emoji.U1F3AF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3af.png);}
.emoji.U1F3C8 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3c8.png);}
.emoji.U1F3C0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3c0.png);}
.emoji.U26BD {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26bd.png);}
.emoji.U26BE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26be.png);}
.emoji.U1F3BE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3be.png);}
.emoji.U1F3B1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3b1.png);}
.emoji.U1F3C9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3c9.png);}
.emoji.U1F3B3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3b3.png);}
.emoji.U26F3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26f3.png);}
.emoji.U1F6B5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6b5.png);}
.emoji.U1F6B4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6b4.png);}
.emoji.U1F3C1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3c1.png);}
.emoji.U1F3C7 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3c7.png);}
.emoji.U1F3C6 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3c6.png);}
.emoji.U1F3BF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3bf.png);}
.emoji.U1F3C2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3c2.png);}
.emoji.U1F3CA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3ca.png);}
.emoji.U1F3C4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3c4.png);}
.emoji.U1F3A3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3a3.png);}
.emoji.U1F3A8 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3a8.png);}
.emoji.U1F3AC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3ac.png);}
.emoji.U1F3A4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3a4.png);}
.emoji.U1F3A7 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3a7.png);}
.emoji.U1F3BC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3bc.png);}
.emoji.U1F3B5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3b5.png);}
.emoji.U1F3B6 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3b6.png);}
.emoji.U1F3B9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3b9.png);}
.emoji.U1F3BB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3bb.png);}
.emoji.U1F3BA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3ba.png);}
.emoji.U1F3B7 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3b7.png);}
.emoji.U1F3B8 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3b8.png);}

.emoji.U26F5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26f5.png);}
.emoji.U1F6A4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6a4.png);}
.emoji.U1F6A3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6a3.png);}
.emoji.U2693 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2693.png);}
.emoji.U1F680 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f680.png);}
.emoji.U2708 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2708.png);}
.emoji.U1F4BA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4ba.png);}
.emoji.U1F681 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f681.png);}
.emoji.U1F682 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f682.png);}
.emoji.U1F68A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f68a.png);}
.emoji.U1F689 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f689.png);}
.emoji.U1F69E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f69e.png);}
.emoji.U1F686 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f686.png);}
.emoji.U1F684 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f684.png);}
.emoji.U1F685 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f685.png);}
.emoji.U1F688 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f688.png);}
.emoji.U1F687 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f687.png);}
.emoji.U1F69D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f69d.png);}
.emoji.U1F68B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f68b.png);}
.emoji.U1F683 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f683.png);}
.emoji.U1F68E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f68e.png);}
.emoji.U1F68C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f68c.png);}
.emoji.U1F68D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f68d.png);}
.emoji.U1F699 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f699.png);}
.emoji.U1F698 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f698.png);}
.emoji.U1F697 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f697.png);}
.emoji.U1F695 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f695.png);}
.emoji.U1F696 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f696.png);}
.emoji.U1F69B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f69b.png);}
.emoji.U1F69A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f69a.png);}
.emoji.U1F6A8 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6a8.png);}
.emoji.U1F693 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f693.png);}
.emoji.U1F694 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f694.png);}
.emoji.U1F692 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f692.png);}
.emoji.U1F691 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f691.png);}
.emoji.U1F690 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f690.png);}
.emoji.U1F6B2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6b2.png);}
.emoji.U1F6A1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6a1.png);}
.emoji.U1F69F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f69f.png);}
.emoji.U1F6A0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6a0.png);}
.emoji.U1F69C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f69c.png);}
.emoji.U1F488 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f488.png);}
.emoji.U1F68F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f68f.png);}
.emoji.U1F3AB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3ab.png);}
.emoji.U1F6A6 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6a6.png);}
.emoji.U1F6A5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6a5.png);}
.emoji.U26A0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26a0.png);}
.emoji.U1F6A7 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6a7.png);}
.emoji.U1F530 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f530.png);}
.emoji.U26FD {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26fd.png);}
.emoji.U1F3EE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3ee.png);}
.emoji.U1F3B0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3b0.png);}
.emoji.U2668 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2668.png);}
.emoji.U1F5FF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f5ff.png);}
.emoji.U1F3AA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3aa.png);}
.emoji.U1F3AD {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3ad.png);}
.emoji.U1F4CD {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4cd.png);}
.emoji.U1F6A9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6a9.png);}
.emoji.U1F3E0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3e0.png);}
.emoji.U1F3E1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3e1.png);}
.emoji.U1F3EB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3eb.png);}
.emoji.U1F3E2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3e2.png);}
.emoji.U1F3E3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3e3.png);}
.emoji.U1F3E5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3e5.png);}
.emoji.U1F3E6 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3e6.png);}
.emoji.U1F3EA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3ea.png);}
.emoji.U1F3E9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3e9.png);}
.emoji.U1F3E8 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3e8.png);}
.emoji.U1F492 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f492.png);}
.emoji.U26EA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26ea.png);}
.emoji.U1F3EC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3ec.png);}
.emoji.U1F3E4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3e4.png);}
.emoji.U1F307 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f307.png);}
.emoji.U1F306 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f306.png);}
.emoji.U1F3EF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3ef.png);}
.emoji.U1F3F0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3f0.png);}
.emoji.U26FA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26fa.png);}
.emoji.U1F3ED {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3ed.png);}
.emoji.U1F5FC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f5fc.png);}
.emoji.U1F5FE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f5fe.png);}
.emoji.U1F5FB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f5fb.png);}
.emoji.U1F304 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f304.png);}
.emoji.U1F305 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f305.png);}
.emoji.U1F303 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f303.png);}
.emoji.U1F5FD {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f5fd.png);}
.emoji.U1F309 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f309.png);}
.emoji.U1F3A0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3a0.png);}
.emoji.U1F3A1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3a1.png);}
.emoji.U26F2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26f2.png);}
.emoji.U1F3A2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3a2.png);}
.emoji.U1F6A2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6a2.png);}

.emoji.U1F38D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f38d.png);}
.emoji.U1F49D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f49d.png);}
.emoji.U1F38E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f38e.png);}
.emoji.U1F392 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f392.png);}
.emoji.U1F393 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f393.png);}
.emoji.U1F38F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f38f.png);}
.emoji.U1F386 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f386.png);}
.emoji.U1F387 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f387.png);}
.emoji.U1F390 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f390.png);}
.emoji.U1F391 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f391.png);}
.emoji.U1F383 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f383.png);}
.emoji.U1F47B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f47b.png);}
.emoji.U1F385 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f385.png);}
.emoji.U1F384 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f384.png);}
.emoji.U1F381 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f381.png);}
.emoji.U1F38B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f38b.png);}
.emoji.U1F389 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f389.png);}
.emoji.U1F38A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f38a.png);}
.emoji.U1F388 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f388.png);}
.emoji.U1F38C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f38c.png);}
.emoji.U1F52E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f52e.png);}
.emoji.U1F3A5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3a5.png);}
.emoji.U1F4F7 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4f7.png);}
.emoji.U1F4F9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4f9.png);}
.emoji.U1F4FC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4fc.png);}
.emoji.U1F4BF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4bf.png);}
.emoji.U1F4C0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4c0.png);}
.emoji.U1F4BD {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4bd.png);}
.emoji.U1F4BE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4be.png);}
.emoji.U1F4BB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4bb.png);}
.emoji.U1F4F1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4f1.png);}
.emoji.U260E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/260e.png);}
.emoji.U1F4DE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4de.png);}
.emoji.U1F4DF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4df.png);}
.emoji.U1F4E0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4e0.png);}
.emoji.U1F4E1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4e1.png);}
.emoji.U1F4FA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4fa.png);}
.emoji.U1F4FB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4fb.png);}
.emoji.U1F50A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f50a.png);}
.emoji.U1F509 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f509.png);}
.emoji.U1F508 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f508.png);}
.emoji.U1F507 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f507.png);}
.emoji.U1F514 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f514.png);}
.emoji.U1F515 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f515.png);}
.emoji.U1F4E2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4e2.png);}
.emoji.U1F4E3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4e3.png);}
.emoji.U23F3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/23f3.png);}
.emoji.U231B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/231b.png);}
.emoji.U23F0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/23f0.png);}
.emoji.U231A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/231a.png);}
.emoji.U1F513 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f513.png);}
.emoji.U1F512 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f512.png);}
.emoji.U1F50F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f50f.png);}
.emoji.U1F510 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f510.png);}
.emoji.U1F511 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f511.png);}
.emoji.U1F50E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f50e.png);}
.emoji.U1F4A1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4a1.png);}
.emoji.U1F526 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f526.png);}
.emoji.U1F506 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f506.png);}
.emoji.U1F505 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f505.png);}
.emoji.U1F50C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f50c.png);}
.emoji.U1F50B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f50b.png);}
.emoji.U1F50D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f50d.png);}
.emoji.U1F6C1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6c1.png);}
.emoji.U1F6C0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6c0.png);}
.emoji.U1F6BF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6bf.png);}
.emoji.U1F6BD {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6bd.png);}
.emoji.U1F527 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f527.png);}
.emoji.U1F529 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f529.png);}
.emoji.U1F528 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f528.png);}
.emoji.U1F6AA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6aa.png);}
.emoji.U1F6AC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6ac.png);}
.emoji.U1F4A3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4a3.png);}
.emoji.U1F52B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f52b.png);}
.emoji.U1F52A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f52a.png);}
.emoji.U1F48A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f48a.png);}
.emoji.U1F489 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f489.png);}
.emoji.U1F4B0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4b0.png);}
.emoji.U1F4B4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4b4.png);}
.emoji.U1F4B5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4b5.png);}
.emoji.U1F4B7 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4b7.png);}
.emoji.U1F4B6 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4b6.png);}
.emoji.U1F4B3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4b3.png);}
.emoji.U1F4B8 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4b8.png);}
.emoji.U1F4F2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4f2.png);}
.emoji.U1F4E7 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4e7.png);}
.emoji.U1F4E5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4e5.png);}
.emoji.U1F4E4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4e4.png);}
.emoji.U2709 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2709.png);}
.emoji.U1F4E9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4e9.png);}
.emoji.U1F4E8 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4e8.png);}
.emoji.U1F4EF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4ef.png);}
.emoji.U1F4EB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4eb.png);}
.emoji.U1F4EA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4ea.png);}
.emoji.U1F4EC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4ec.png);}
.emoji.U1F4ED {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4ed.png);}
.emoji.U1F4EE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4ee.png);}
.emoji.U1F4E6 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4e6.png);}
.emoji.U1F4DD {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4dd.png);}
.emoji.U1F4C4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4c4.png);}
.emoji.U1F4C3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4c3.png);}
.emoji.U1F4D1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4d1.png);}
.emoji.U1F4CA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4ca.png);}
.emoji.U1F4C8 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4c8.png);}
.emoji.U1F4C9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4c9.png);}
.emoji.U1F4DC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4dc.png);}
.emoji.U1F4CB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4cb.png);}
.emoji.U1F4C5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4c5.png);}
.emoji.U1F4C6 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4c6.png);}
.emoji.U1F4C7 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4c7.png);}
.emoji.U1F4C1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4c1.png);}
.emoji.U1F4C2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4c2.png);}
.emoji.U2702 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2702.png);}
.emoji.U1F4CC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4cc.png);}
.emoji.U1F4CE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4ce.png);}
.emoji.U2712 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2712.png);}
.emoji.U270F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/270f.png);}
.emoji.U1F4CF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4cf.png);}
.emoji.U1F4D0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4d0.png);}
.emoji.U1F4D5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4d5.png);}
.emoji.U1F4D7 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4d7.png);}
.emoji.U1F4D8 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4d8.png);}
.emoji.U1F4D9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4d9.png);}
.emoji.U1F4D3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4d3.png);}
.emoji.U1F4D4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4d4.png);}
.emoji.U1F4D2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4d2.png);}
.emoji.U1F4DA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4da.png);}
.emoji.U1F4D6 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4d6.png);}
.emoji.U1F516 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f516.png);}
.emoji.U1F4DB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4db.png);}
.emoji.U1F52C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f52c.png);}
.emoji.U1F52D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f52d.png);}
.emoji.U1F4F0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4f0.png);}

.emoji.U1F49B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f49b.png);}
.emoji.U1F499 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f499.png);}
.emoji.U1F49C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f49c.png);}
.emoji.U1F49A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f49a.png);}
.emoji.U2764 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2764.png);}
.emoji.U1F494 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f494.png);}
.emoji.U1F497 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f497.png);}
.emoji.U1F493 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f493.png);}
.emoji.U1F495 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f495.png);}
.emoji.U1F496 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f496.png);}
.emoji.U1F49E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f49e.png);}
.emoji.U1F498 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f498.png);}
.emoji.U1F48C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f48c.png);}
.emoji.U1F48B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f48b.png);}
.emoji.U1F48D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f48d.png);}
.emoji.U1F48E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f48e.png);}
.emoji.U1F464 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f464.png);}
.emoji.U1F465 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f465.png);}
.emoji.U1F4AC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4ac.png);}
.emoji.U1F463 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f463.png);}
.emoji.U1F4AD {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4ad.png);}
.emoji.U1F197 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f197.png);}
.emoji.U1F500 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f500.png);}
.emoji.U1F501 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f501.png);}
.emoji.U1F502 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f502.png);}
.emoji.U1F195 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f195.png);}
.emoji.U1F199 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f199.png);}
.emoji.U1F192 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f192.png);}
.emoji.U1F193 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f193.png);}
.emoji.U1F196 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f196.png);}
.emoji.U1F4F6 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4f6.png);}
.emoji.U1F3A6 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3a6.png);}
.emoji.U1F201 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f201.png);}
.emoji.U1F22F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f22f.png);}
.emoji.U1F233 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f233.png);}
.emoji.U1F235 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f235.png);}
.emoji.U1F234 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f234.png);}
.emoji.U1F232 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f232.png);}
.emoji.U1F250 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f250.png);}
.emoji.U1F239 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f239.png);}
.emoji.U1F23A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f23a.png);}
.emoji.U1F236 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f236.png);}
.emoji.U1F21A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f21a.png);}
.emoji.U1F6BB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6bb.png);}
.emoji.U1F6B9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6b9.png);}
.emoji.U1F6BA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6ba.png);}
.emoji.U1F6BC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6bc.png);}
.emoji.U1F6BE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6be.png);}
.emoji.U1F6B0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6b0.png);}
.emoji.U1F6AE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6ae.png);}
.emoji.U1F17F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f17f.png);}
.emoji.U267F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/267f.png);}
.emoji.U1F6AD {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6ad.png);}
.emoji.U1F237 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f237.png);}
.emoji.U1F238 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f238.png);}
.emoji.U1F202 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f202.png);}
.emoji.U24C2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/24c2.png);}
.emoji.U1F6C2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6c2.png);}
.emoji.U1F6C4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6c4.png);}
.emoji.U1F6C5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6c5.png);}
.emoji.U1F6C3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6c3.png);}
.emoji.U1F251 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f251.png);}
.emoji.U3299 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/3299.png);}
.emoji.U3297 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/3297.png);}
.emoji.U1F191 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f191.png);}
.emoji.U1F198 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f198.png);}
.emoji.U1F194 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f194.png);}
.emoji.U1F6AB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6ab.png);}
.emoji.U1F51E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f51e.png);}
.emoji.U1F4F5 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4f5.png);}
.emoji.U1F6AF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6af.png);}
.emoji.U1F6B1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6b1.png);}
.emoji.U1F6B3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6b3.png);}
.emoji.U1F6B7 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6b7.png);}
.emoji.U1F6B8 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f6b8.png);}
.emoji.U26D4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26d4.png);}
.emoji.U2733 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2733.png);}
.emoji.U2747 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2747.png);}
.emoji.U274E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/274e.png);}
.emoji.U2705 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2705.png);}
.emoji.U2734 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2734.png);}
.emoji.U1F49F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f49f.png);}
.emoji.U1F19A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f19a.png);}
.emoji.U1F4F3 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4f3.png);}
.emoji.U1F4F4 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4f4.png);}
.emoji.U1F170 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f170.png);}
.emoji.U1F171 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f171.png);}
.emoji.U1F18E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f18e.png);}
.emoji.U1F17E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f17e.png);}
.emoji.U1F4A0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4a0.png);}
.emoji.U27BF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/27bf.png);}
.emoji.U267B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/267b.png);}
.emoji.U2648 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2648.png);}
.emoji.U2649 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2649.png);}
.emoji.U264A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/264a.png);}
.emoji.U264B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/264b.png);}
.emoji.U264C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/264c.png);}
.emoji.U264D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/264d.png);}
.emoji.U264E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/264e.png);}
.emoji.U264F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/264f.png);}
.emoji.U2650 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2650.png);}
.emoji.U2651 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2651.png);}
.emoji.U2652 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2652.png);}
.emoji.U2653 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2653.png);}
.emoji.U26CE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26ce.png);}
.emoji.U1F52F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f52f.png);}
.emoji.U1F3E7 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f3e7.png);}
.emoji.U1F4B9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4b9.png);}
.emoji.U1F4B2 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4b2.png);}
.emoji.U1F4B1 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4b1.png);}
.emoji.UA9 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/a9.png);}
.emoji.UAE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/ae.png);}
.emoji.U2122 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2122.png);}
.emoji.U274C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/274c.png);}
.emoji.U203C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/203c.png);}
.emoji.U2049 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2049.png);}
.emoji.U2757 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2757.png);}
.emoji.U2753 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2753.png);}
.emoji.U2755 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2755.png);}
.emoji.U2754 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2754.png);}
.emoji.U2B55 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2b55.png);}
.emoji.U1F51D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f51d.png);}
.emoji.U1F51A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f51a.png);}
.emoji.U1F519 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f519.png);}
.emoji.U1F51B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f51b.png);}
.emoji.U1F51C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f51c.png);}
.emoji.U1F503 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f503.png);}
.emoji.U1F55B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f55b.png);}
.emoji.U1F567 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f567.png);}
.emoji.U1F550 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f550.png);}
.emoji.U1F55C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f55c.png);}
.emoji.U1F551 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f551.png);}
.emoji.U1F55D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f55d.png);}
.emoji.U1F552 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f552.png);}
.emoji.U1F55E {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f55e.png);}
.emoji.U1F553 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f553.png);}
.emoji.U1F55F {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f55f.png);}
.emoji.U1F554 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f554.png);}
.emoji.U1F560 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f560.png);}
.emoji.U1F555 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f555.png);}
.emoji.U1F556 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f556.png);}
.emoji.U1F557 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f557.png);}
.emoji.U1F558 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f558.png);}
.emoji.U1F559 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f559.png);}
.emoji.U1F55A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f55a.png);}
.emoji.U1F561 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f561.png);}
.emoji.U1F562 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f562.png);}
.emoji.U1F563 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f563.png);}
.emoji.U1F564 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f564.png);}
.emoji.U1F565 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f565.png);}
.emoji.U1F566 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f566.png);}
.emoji.U2716 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2716.png);}
.emoji.U2795 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2795.png);}
.emoji.U2796 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2796.png);}
.emoji.U2797 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2797.png);}
.emoji.U2660 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2660.png);}
.emoji.U2665 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2665.png);}
.emoji.U2663 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2663.png);}
.emoji.U2666 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2666.png);}
.emoji.U1F4AE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4ae.png);}
.emoji.U1F4AF {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f4af.png);}
.emoji.U2714 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2714.png);}
.emoji.U2611 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2611.png);}
.emoji.U1F518 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f518.png);}
.emoji.U1F517 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f517.png);}
.emoji.U27B0 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/27b0.png);}
.emoji.U3030 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/3030.png);}
.emoji.U303D {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/303d.png);}
.emoji.U1F531 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f531.png);}
.emoji.U25FC {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/25fc.png);}
.emoji.U25FB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/25fb.png);}
.emoji.U25FE {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/25fe.png);}
.emoji.U25FD {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/25fd.png);}
.emoji.U25AA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/25aa.png);}
.emoji.U25AB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/25ab.png);}
.emoji.U1F53A {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f53a.png);}
.emoji.U1F532 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f532.png);}
.emoji.U1F533 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f533.png);}
.emoji.U26AB {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26ab.png);}
.emoji.U26AA {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/26aa.png);}
.emoji.U1F534 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f534.png);}
.emoji.U1F535 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f535.png);}
.emoji.U1F53B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f53b.png);}
.emoji.U2B1C {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2b1c.png);}
.emoji.U2B1B {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/2b1b.png);}
.emoji.U1F536 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f536.png);}
.emoji.U1F537 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f537.png);}
.emoji.U1F538 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f538.png);}
.emoji.U1F539 {background-image: url(/local/components/khayr/main.comment/css/emoji/emoji/1f539.png);}

/* gif  standart */
.gif.ab {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ab.gif);}
.gif.ad {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ad123.gif);}
.gif.ac {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ac.gif);}
.gif.ae {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ae.gif);}
.gif.af {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/af.gif);}
.gif.ag {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ag.gif);}
.gif.ah {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ah.gif);}
.gif.aa {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/aa.gif);}
.gif.ak {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ak.gif);}
.gif.ai {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ai.gif);}
.gif.aj {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/aj.gif);}
.gif.al {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/al.gif);}
.gif.am {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/am.gif);}
.gif.an {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/an.gif);}
.gif.ao {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ao.gif);}
.gif.ap {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ap.gif);}
.gif.aq {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/aq.gif);}
.gif.ar {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ar.gif);}
.gif.as {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/as.gif);}
.gif.at {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/at.gif);}
.gif.au {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/au.gif);}
.gif.av {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/av.gif);}
.gif.aw {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/aw.gif);}
.gif.ax {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ax.gif);}
.gif.ay {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ay.gif);}
.gif.az {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/az.gif);}
.gif.ba {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/ba.gif);}
.gif.bb {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bb.gif);}
.gif.bc {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bc.gif);}
.gif.bd {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bd.gif);}
.gif.be {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/be.gif);}
.gif.bf {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bf.gif);}
.gif.bg {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bg.gif);}
.gif.bh {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bh.gif);}
.gif.bi {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bi.gif);}
.gif.bj {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bj.gif);}
.gif.bk {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bk.gif);}
.gif.bl {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bl.gif);}
.gif.bm {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bm.gif);}
.gif.bn {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bn.gif);}
.gif.bo {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bo.gif);}
.gif.bp {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bp.gif);}
.gif.bq {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bq.gif);}
.gif.br {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/br.gif);}
.gif.bs {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bs.gif);}
.gif.bt {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bt.gif);}
.gif.bu {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bu.gif);}
.gif.bv {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bv.gif);}
.gif.bw {background-image: url(/local/components/khayr/main.comment/css/emoji/standart/bw.gif);}

/* gif  madhouse */
.gif.sm_alcoholic {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/alcoholic.gif);}
.gif.sm_crazy_pilot {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/crazy_pilot.gif);}
.gif.sm_dash1 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/dash1.gif);}
.gif.sm_dash2 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/dash2.gif);}
.gif.sm_dash3 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/dash3.gif);}
.gif.sm_drag {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/drag.gif);}
.gif.sm_focus {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/focus.gif);}
.gif.sm_gamer1 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/gamer1.gif);}
.gif.sm_gamer2 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/gamer2.gif);}
.gif.sm_gamer3 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/gamer3.gif);}
.gif.sm_gamer4 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/gamer4.gif);}
.gif.sm_girl_crazy {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/girl_crazy.gif);}
.gif.sm_girl_hospital {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/girl_hospital.gif);}
.gif.sm_girl_wacko {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/girl_wacko.gif);}
.gif.sm_hang1 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/hang1.gif);}
.gif.sm_hang2 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/hang2.gif);}
.gif.sm_hang3 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/hang3.gif);}
.gif.sm_hunter {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/hunter.gif);}
.gif.sm_locomotive {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/locomotive.gif);}
.gif.sm_mail1 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/mail1.gif);}
.gif.sm_man_in_love {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/man_in_love.gif);}
.gif.sm_on_the_quiet2 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/on_the_quiet2.gif);}
.gif.sm_on_the_quiet {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/on_the_quiet.gif);}
.gif.sm_pilot {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/pilot.gif);}
.gif.sm_prankster2 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/prankster2.gif);}
.gif.sm_prankster {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/prankster.gif);}
.gif.sm_russian_roulette {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/russian_roulette.gif);}
.gif.sm_sarcastic_blum {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/sarcastic_blum.gif);}
.gif.sm_sarcastic {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/sarcastic.gif);}
.gif.sm_sarcastic_hand {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/sarcastic_hand.gif);}
.gif.sm_slow_en {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/slow_en.gif);}
.gif.sm_slow {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/slow.gif);}
.gif.sm_stinker {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/stinker.gif);}
.gif.sm_suicide2 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/suicide2.gif);}
.gif.sm_suicide_fool_edit {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/suicide_fool_edit.gif);}
.gif.sm_suicide {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/suicide.gif);}
.gif.sm_tease {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/tease.gif);}
.gif.sm_telephone {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/telephone.gif);}
.gif.sm_to_become_senile {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/to_become_senile.gif);}
.gif.sm_to_pick_ones_nose2 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/to_pick_ones_nose2.gif);}
.gif.sm_to_pick_ones_nose3 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/to_pick_ones_nose3.gif);}
.gif.sm_to_pick_ones_nose_eat {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/to_pick_ones_nose_eat.gif);}
.gif.sm_to_pick_ones_nose {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/to_pick_ones_nose.gif);}
.gif.sm_wacko2 {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/wacko2.gif);}
.gif.sm_wacko {background-image: url(/local/components/khayr/main.comment/css/emoji/madhouse/wacko.gif);}

/* gif  he_and_she */
.gif.sm_buba_phone {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/buba_phone.gif);}
.gif.sm_curtsey {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/curtsey.gif);}
.gif.sm_feminist_en {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/feminist_en.gif);}
.gif.sm_feminist {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/feminist.gif);}
.gif.sm_first_move {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/first_move.gif);}
.gif.sm_flirt {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/flirt.gif);}
.gif.sm_girl_blum2 {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_blum2.gif);}
.gif.sm_girl_blum {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_blum.gif);}
.gif.sm_girl_cray2 {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_cray2.gif);}
.gif.sm_girl_cray3 {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_cray3.gif);}
.gif.sm_girl_cray {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_cray.gif);}
.gif.sm_girl_dance {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_dance.gif);}
.gif.sm_girl_devil {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_devil.gif);}
.gif.sm_girl_drink1 {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_drink1.gif);}
.gif.sm_girl_drink2 {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_drink2.gif);}
.gif.sm_girl_drink3 {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_drink3.gif);}
.gif.sm_girl_drink4 {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_drink4.gif);}
.gif.sm_girl_haha {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_haha.gif);}
.gif.sm_girl_hide {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_hide.gif);}
.gif.sm_girl_impossible {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_impossible.gif);}
.gif.sm_girl_in_love {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_in_love.gif);}
.gif.sm_girl_mad {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_mad.gif);}
.gif.sm_girl_pinkglassesf {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_pinkglassesf.gif);}
.gif.sm_girl_prepare_fish {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_prepare_fish.gif);}
.gif.sm_girl_sad {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_sad.gif);}
.gif.sm_girl_sigh {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_sigh.gif);}
.gif.sm_girl_smile {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_smile.gif);}
.gif.sm_girl_to_take_umbrage2 {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_to_take_umbrage2.gif);}
.gif.sm_girl_to_take_umbrage {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_to_take_umbrage.gif);}
.gif.sm_girl_wink {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_wink.gif);}
.gif.sm_girl_witch {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/girl_witch.gif);}
.gif.sm_give_heart {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/give_heart.gif);}
.gif.sm_give_rose {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/give_rose.gif);}
.gif.sm_hysteric {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/hysteric.gif);}
.gif.sm_kiss2 {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/kiss2.gif);}
.gif.sm_kiss3 {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/kiss3.gif);}
.gif.sm_parting2 {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/parting2.gif);}
.gif.sm_parting {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/parting.gif);}
.gif.sm_spruce_up {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/spruce_up.gif);}
.gif.sm_tender {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/tender.gif);}
.gif.sm_to_babruysk {background-image: url(/local/components/khayr/main.comment/css/emoji/he_and_she/to_babruysk.gif);}

/* gif  personal */
.gif.sm_to_keep_order {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/to_keep_order.gif);}
.gif.sm_wild {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/wild.gif);}
.gif.sm_blind {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/blind.gif);}
.gif.sm_beta {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/beta.gif);}
.gif.sm_neo {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/neo.gif);}
.gif.sm_buba {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/buba.gif);}
.gif.sm_mamba {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/mamba.gif);}
.gif.sm_music2 {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/music2.gif);}
.gif.sm_music {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/music.gif);}
.gif.sm_pogranichnik {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/pogranichnik.gif);}
.gif.sm_angel {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/angel.gif);}
.gif.sm_new_russian {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/new_russian.gif);}
.gif.sm_triniti {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/triniti.gif);}
.gif.sm_snegurochka {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/snegurochka.gif);}
.gif.sm_superman {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/superman.gif);}
.gif.sm_tommy {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/tommy.gif);}
.gif.sm_scenic {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/scenic.gif);}
.gif.sm_ded_snegurochka2 {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/ded_snegurochka2.gif);}
.gif.sm_ded_snegurochka {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/ded_snegurochka.gif);}
.gif.sm_hi {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/hi.gif);}
.gif.sm_morpheus {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/morpheus.gif);}
.gif.sm_paint2 {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/paint2.gif);}
.gif.sm_paint3 {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/paint3.gif);}
.gif.sm_paint {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/paint.gif);}
.gif.sm_rap {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/rap.gif);}
.gif.sm_santa2 {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/santa2.gif);}
.gif.sm_santa3 {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/santa3.gif);}
.gif.sm_santa {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/santa.gif);}
.gif.sm_big_boss {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/big_boss.gif);}
.gif.sm_padonak {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/padonak.gif);}
.gif.sm_patsak {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/patsak.gif);}
.gif.sm_sun_bespectacled {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/sun_bespectacled.gif);}
.gif.sm_superman2 {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/superman2.gif);}
.gif.sm_brunette {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/brunette.gif);}
.gif.sm_comando {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/comando.gif);}
.gif.sm_diablo {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/diablo.gif);}
.gif.sm_meowth {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/meowth.gif);}
.gif.sm_rabbi {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/rabbi.gif);}
.gif.sm_pooh_honey {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/pooh_honey.gif);}
.gif.sm_pooh_lol {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/pooh_lol.gif);}
.gif.sm_beach {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/beach.gif);}
.gif.sm_pioneer {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/pioneer.gif);}
.gif.sm_pioneer_smoke {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/pioneer_smoke.gif);}
.gif.sm_scout_en {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/scout_en.gif);}
.gif.sm_scout {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/scout.gif);}
.gif.sm_vinsent {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/vinsent.gif);}
.gif.sm_ded_moroz {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/ded_moroz.gif);}
.gif.sm_pooh_birth_day {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/pooh_birth_day.gif);}
.gif.sm_pooh {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/pooh.gif);}
.gif.sm_pooh_go {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/pooh_go.gif);}
.gif.sm_moil {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/moil.gif);}
.gif.sm_pooh_door {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/pooh_door.gif);}
.gif.sm_russian {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/russian.gif);}
.gif.sm_pig_ball {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/pig_ball.gif);}
.gif.sm_pooh_on_ball {background-image: url(/local/components/khayr/main.comment/css/emoji/personal/pooh_on_ball.gif);}

/* gif  sport */
.gif.sm_aikido {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/aikido.gif);}
.gif.sm_banned {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/banned.gif);}
.gif.sm_dinamo {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/dinamo.gif);}
.gif.sm_fan_1 {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/fan_1.gif);}
.gif.sm_fans {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/fans.gif);}
.gif.sm_nhl2 {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/nhl2.gif);}
.gif.sm_nhl3 {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/nhl3.gif);}
.gif.sm_nhl_checking {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/nhl_checking.gif);}
.gif.sm_nhl_crach {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/nhl_crach.gif);}
.gif.sm_nhl_fight {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/nhl_fight.gif);}
.gif.sm_nhl {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/nhl.gif);}
.gif.sm_phi {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/phi.gif);}
.gif.sm_protest {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/protest.gif);}
.gif.sm_shablon_01 {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/shablon_01.gif);}
.gif.sm_shablon_02 {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/shablon_02.gif);}
.gif.sm_shablon_03 {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/shablon_03.gif);}
.gif.sm_shablon_04 {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/shablon_04.gif);}
.gif.sm_spartak {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/spartak.gif);}
.gif.sm_training1 {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/training1.gif);}
.gif.sm_warning2 {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/warning2.gif);}
.gif.sm_warning {background-image: url(/local/components/khayr/main.comment/css/emoji/sport/warning.gif);}

/* png stickers love */
.pngstick.st_love_angel_heart {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_angel_heart.png);}
.pngstick.st_love_pants {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_pants.png);}
.pngstick.st_love_arrow {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_arrow.png);}
.pngstick.st_love_ball {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_ball.png);}
.pngstick.st_love_balloon {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_balloon.png);}
.pngstick.st_love_bear {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_bear.png);}
.pngstick.st_love_bear_ball {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_bear_ball.png);}
.pngstick.st_love_bear_heart {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_bear_heart.png);}
.pngstick.st_love_bed {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_bed.png);}
.pngstick.st_love_bracelets {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_bracelets.png);}
.pngstick.st_love_bubbly {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_bubbly.png);}
.pngstick.st_love_cake {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_cake.png);}
.pngstick.st_love_car {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_car.png);}
.pngstick.st_love_cherry {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_cherry.png);}
.pngstick.st_love_cupidon {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_cupidon.png);}
.pngstick.st_love_doughnut {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_doughnut.png);}
.pngstick.st_love_flower {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_flower.png);}
.pngstick.st_love_gift {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_gift.png);}
.pngstick.st_love_glass {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_glass.png);}
.pngstick.st_love_heck {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_heck.png);}
.pngstick.st_love_heck_heart {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_heck_heart.png);}
.pngstick.st_love_i_love_you {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_i_love_you.png);}
.pngstick.st_love_iсe_cream {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_iсe_cream.png);}
.pngstick.st_love_just_love {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_just_love.png);}
.pngstick.st_love_kiss {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_kiss.png);}
.pngstick.st_love_kiss_me {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_kiss_me.png);}
.pngstick.st_love_letter {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_letter.png);}
.pngstick.st_love_lips {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_lips.png);}
.pngstick.st_love_mine {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_mine.png);}
.pngstick.st_love_lock {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_lock.png);}
.pngstick.st_love_miss_you {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_miss_you.png);}
.pngstick.st_love_mouth {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_mouth.png);}
.pngstick.st_love_my_love {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_my_love.png);}
.pngstick.st_love_pin {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_pin.png);}
.pngstick.st_love_pot {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_pot.png);}
.pngstick.st_love_puzzle {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_puzzle.png);}
.pngstick.st_love_ring {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_ring.png);}
.pngstick.st_love_rose {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_rose.png);}
.pngstick.st_love_strawberry {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_strawberry.png);}
.pngstick.st_love_underwear {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_underwear.png);}
.pngstick.st_love_wedding_ring {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_love_wedding_ring.png);}


/* png stickers meme */
.pngstick.st_meme_atmosfera {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_atmosfera.png);}
.pngstick.st_meme_vzhuh {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_vzhuh.png);}
.pngstick.st_meme_mama {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_mama.png);}
.pngstick.st_meme_veselo {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_veselo.png);}
.pngstick.st_meme_sramota {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_sramota.png);}
.pngstick.st_meme_shta {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_shta.png);}
.pngstick.st_meme_fiasco {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_fiasco.png);}
.pngstick.st_meme_videl_vse {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_videl_vse.png);}
.pngstick.st_meme_zakon {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_zakon.png);}
.pngstick.st_meme_ne_tochno {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_ne_tochno.png);}
.pngstick.st_meme_shurygina {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_shurygina.png);}
.pngstick.st_meme_homunculus_loxodontus {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_homunculus_loxodontus.png);}
.pngstick.st_meme_eto_norma {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_eto_norma.png);}
.pngstick.st_meme_medved {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_medved.png);}
.pngstick.st_meme_galustyan {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_galustyan.png);}
.pngstick.st_meme_sialeks {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_sialeks.png);}
.pngstick.st_meme_netvoya {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_netvoya.png);}
.pngstick.st_meme_auto {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_auto.png);}
.pngstick.st_meme_bol {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_bol.png);}
.pngstick.st_meme_dno {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_dno.png);}
.pngstick.st_meme_figase {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_figase.png);}
.pngstick.st_meme_ne_chital {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_ne_chital.png);}
.pngstick.st_meme_oy_vse {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_oy_vse.png);}
.pngstick.st_meme_poem {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_poem.png);}
.pngstick.st_meme_priunyl {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_priunyl.png);}
.pngstick.st_meme_shikarno {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_shikarno.png);}
.pngstick.st_meme_slogna {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_slogna.png);}
.pngstick.st_meme_sovpad {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_sovpad.png);}
.pngstick.st_meme_tuse {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_tuse.png);}
.pngstick.st_meme_uzbagoysia {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_uzbagoysia.png);}
.pngstick.st_meme_vou_vou {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_vou_vou.png);}
.pngstick.st_meme_za_lubov {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_za_lubov.png);}
.pngstick.st_meme_druz {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_druz.png);}
.pngstick.st_meme_gruzin {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_gruzin.png);}
.pngstick.st_meme_nespish {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_meme_nespish.png);}


/* png stickers cartoon */
.pngstick.st_cartoon_kot {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_kot.png);}
.pngstick.st_cartoon_matroskin {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_matroskin.png);}
.pngstick.st_cartoon_gav {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_gav.png);}
.pngstick.st_cartoon_carlson_plyushki {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_carlson_plyushki.png);}
.pngstick.st_cartoon_po_lubvi {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_po_lubvi.png);}
.pngstick.st_cartoon_ia {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_ia.png);}
.pngstick.st_cartoon_goodbye {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_goodbye.png);}
.pngstick.st_cartoon_leopold {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_leopold.png);}
.pngstick.st_cartoon_pooh {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_pooh.png);}
.pngstick.st_cartoon_nupogodi {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_nupogodi.png);}
.pngstick.st_cartoon_zahodi {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_zahodi.png);}
.pngstick.st_cartoon_udav {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_udav.png);}
.pngstick.st_cartoon_vodyanoy {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_vodyanoy.png);}
.pngstick.st_cartoon_carlson_man {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_carlson_man.png);}
.pngstick.st_cartoon_vovka {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_vovka.png);}
.pngstick.st_cartoon_malovato {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_malovato.png);}
.pngstick.st_cartoon_volk {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cartoon_volk.png);}


/* png stickers kitties */
.pngstick.st_cat_acrobat {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_acrobat.png);}
.pngstick.st_cat_banjo {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_banjo.png);}
.pngstick.st_cat_birdhouse {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_birdhouse.png);}
.pngstick.st_cat_box {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_box.png);}
.pngstick.st_cat_cage {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_cage.png);}
.pngstick.st_cat_cart {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_cart.png);}
.pngstick.st_cat_clean {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_clean.png);}
.pngstick.st_cat_cupid {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_cupid.png);}
.pngstick.st_cat_drunk {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_drunk.png);}
.pngstick.st_cat_eyes {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_eyes.png);}
.pngstick.st_cat_fight {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_fight.png);}
.pngstick.st_cat_fish {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_fish.png);}
.pngstick.st_cat_food {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_food.png);}
.pngstick.st_cat_fridge {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_fridge.png);}
.pngstick.st_cat_gift {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_gift.png);}
.pngstick.st_cat_grumpy {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_grumpy.png);}
.pngstick.st_cat_hiss {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_hiss.png);}
.pngstick.st_cat_hungry {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_hungry.png);}
.pngstick.st_cat_lady {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_lady.png);}
.pngstick.st_cat_laptop {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_laptop.png);}
.pngstick.st_cat_moustache {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_moustache.png);}
.pngstick.st_cat_paper {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_paper.png);}
.pngstick.st_cat_pirate {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_pirate.png);}
.pngstick.st_cat_poo {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_poo.png);}
.pngstick.st_cat_purr {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_purr.png);}
.pngstick.st_cat_rascal {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_rascal.png);}
.pngstick.st_cat_sing {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_sing.png);}
.pngstick.st_cat_sleep {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_sleep.png);}
.pngstick.st_cat_slippers {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_slippers.png);}
.pngstick.st_cat_tied {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_tied.png);}
.pngstick.st_cat_upsidedown {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_upsidedown.png);}
.pngstick.st_cat_walk {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_walk.png);}
.pngstick.st_cat_yarn {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_cat_yarn.png);}


/* png stickers doggies */
.pngstick.st_dog_ball_running {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_ball_running.png);}
.pngstick.st_dog_barbell {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_barbell.png);}
.pngstick.st_dog_bark {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_bark.png);}
.pngstick.st_dog_birthday {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_birthday.png);}
.pngstick.st_dog_bows {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_bows.png);}
.pngstick.st_dog_boxer {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_boxer.png);}
.pngstick.st_dog_chihuahua {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_chihuahua.png);}
.pngstick.st_dog_cocktail {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_cocktail.png);}
.pngstick.st_dog_corgi {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_corgi.png);}
.pngstick.st_dog_dachshund {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_dachshund.png);}
.pngstick.st_dog_dalmatian {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_dalmatian.png);}
.pngstick.st_dog_einstein {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_einstein.png);}
.pngstick.st_dog_fitness {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_fitness.png);}
.pngstick.st_dog_haski {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_haski.png);}
.pngstick.st_dog_hulahoop {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_hulahoop.png);}
.pngstick.st_dog_labrador {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_labrador.png);}
.pngstick.st_dog_pilot {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_pilot.png);}
.pngstick.st_dog_poodle {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_poodle.png);}
.pngstick.st_dog_pug {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_pug.png);}
.pngstick.st_dog_rich {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_rich.png);}
.pngstick.st_dog_russel {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_russel.png);}
.pngstick.st_dog_saint_bernard {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_saint_bernard.png);}
.pngstick.st_dog_sharpei {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_sharpei.png);}
.pngstick.st_dog_shepherd {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_dog_shepherd.png);}


/* png stickers nineties */
.pngstick.st_nine_audio {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_audio.png);}
.pngstick.st_nine_banki {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_banki.png);}
.pngstick.st_nine_belomor {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_belomor.png);}
.pngstick.st_nine_dendy {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_dendy.png);}
.pngstick.st_nine_e {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_e.png);}
.pngstick.st_nine_loveis {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_loveis.png);}
.pngstick.st_nine_moloko {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_moloko.png);}
.pngstick.st_nine_money {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_money.png);}
.pngstick.st_nine_olymp {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_olymp.png);}
.pngstick.st_nine_pepsi {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_pepsi.png);}
.pngstick.st_nine_taxophone {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_taxophone.png);}
.pngstick.st_nine_telek {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_telek.png);}
.pngstick.st_nine_turbo {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_turbo.png);}
.pngstick.st_nine_ula {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_ula.png);}
.pngstick.st_nine_vidak {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_nine_vidak.png);}


/* png stickers emoticons */
.pngstick.st_emoticon_01_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_01_y.png);}
.pngstick.st_emoticon_02_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_02_y.png);}
.pngstick.st_emoticon_03_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_03_y.png);}
.pngstick.st_emoticon_04_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_04_y.png);}
.pngstick.st_emoticon_05_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_05_y.png);}
.pngstick.st_emoticon_06_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_06_y.png);}
.pngstick.st_emoticon_07_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_07_y.png);}
.pngstick.st_emoticon_08_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_08_y.png);}
.pngstick.st_emoticon_09_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_09_y.png);}
.pngstick.st_emoticon_10_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_10_y.png);}
.pngstick.st_emoticon_11_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_11_y.png);}
.pngstick.st_emoticon_12_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_12_y.png);}
.pngstick.st_emoticon_13_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_13_y.png);}
.pngstick.st_emoticon_14_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_14_y.png);}
.pngstick.st_emoticon_15_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_15_y.png);}
.pngstick.st_emoticon_16_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_16_y.png);}
.pngstick.st_emoticon_17_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_17_y.png);}
.pngstick.st_emoticon_18_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_18_y.png);}
.pngstick.st_emoticon_19_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_19_y.png);}
.pngstick.st_emoticon_20_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_20_y.png);}
.pngstick.st_emoticon_21_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_21_y.png);}
.pngstick.st_emoticon_22_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_22_y.png);}
.pngstick.st_emoticon_23_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_23_y.png);}
.pngstick.st_emoticon_24_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_24_y.png);}
.pngstick.st_emoticon_25_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_25_y.png);}
.pngstick.st_emoticon_26_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_26_y.png);}
.pngstick.st_emoticon_27_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_27_y.png);}
.pngstick.st_emoticon_28_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_28_y.png);}
.pngstick.st_emoticon_29_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_29_y.png);}
.pngstick.st_emoticon_30_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_30_y.png);}
.pngstick.st_emoticon_31_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_31_y.png);}
.pngstick.st_emoticon_32_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_32_y.png);}
.pngstick.st_emoticon_33_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_33_y.png);}
.pngstick.st_emoticon_34_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_34_y.png);}
.pngstick.st_emoticon_35_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_35_y.png);}
.pngstick.st_emoticon_36_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_36_y.png);}
.pngstick.st_emoticon_37_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_37_y.png);}
.pngstick.st_emoticon_38_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_38_y.png);}
.pngstick.st_emoticon_39_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_39_y.png);}
.pngstick.st_emoticon_40_y {background-image: url(/local/components/khayr/main.comment/css/emoji/stickers/st_emoticon_40_y.png);}


/* my picture */
.mysmile.emoji241 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji1.png);} 
.mysmile.emoji242 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji2.png);} 
.mysmile.emoji243 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji3.png);} 
.mysmile.emoji244 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji4.png);} 
.mysmile.emoji245 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji5.png);} 
.mysmile.emoji246 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji6.png);} 
.mysmile.emoji247 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji7.png);} 
.mysmile.emoji248 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji8.png);} 
.mysmile.emoji249 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji9.png);} 
.mysmile.emoji2410 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji10.png);} 
.mysmile.emoji2411 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji11.png);} 
.mysmile.emoji2412 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji12.png);} 
.mysmile.emoji2413 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji13.png);} 
.mysmile.emoji2414 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji14.png);} 
.mysmile.emoji2415 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji15.png);} 
.mysmile.emoji2416 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji16.png);} 
.mysmile.emoji2417 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji17.png);} 
.mysmile.emoji2418 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji18.png);} 
.mysmile.emoji2419 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji19.png);} 
.mysmile.emoji2420 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji20.png);} 
.mysmile.emoji2421 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji21.png);} 
.mysmile.emoji2422 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji22.png);} 
.mysmile.emoji2423 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji23.png);} 
.mysmile.emoji2424 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji24.png);} 
.mysmile.emoji2425 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji25.png);} 
.mysmile.emoji2426 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji26.png);} 
.mysmile.emoji2427 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji27.png);} 
.mysmile.emoji2428 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji28.png);} 
.mysmile.emoji2429 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji29.png);} 
.mysmile.emoji2430 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji30.png);} 
.mysmile.emoji2431 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji31.png);} 
.mysmile.emoji2432 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji32.png);} 
.mysmile.emoji2433 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji33.png);} 
.mysmile.emoji2434 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji34.png);} 
.mysmile.emoji2435 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji35.png);} 
.mysmile.emoji2436 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji36.png);} 
.mysmile.emoji2437 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji37.png);} 
.mysmile.emoji2438 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji38.png);} 
.mysmile.emoji2439 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji39.png);} 
.mysmile.emoji2440 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji40.png);} 
.mysmile.emoji2441 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji41.png);} 
.mysmile.emoji2442 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji42.png);} 
.mysmile.emoji2443 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji43.png);} 
.mysmile.emoji2444 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji44.png);} 
.mysmile.emoji2445 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji45.png);} 
.mysmile.emoji2446 {background-image: url(/local/components/khayr/main.comment/css/emoji/myimages/24emoji46.png);}


/* End */


/* Start:/local/templates/yurlitsa/components/bitrix/system.pagenavigation/ajax_comments/style.css?1681731787333*/
.tree .nav {
    text-align: center;
}
.load_more {
    display: inline-block;
    padding: 10px 40px 10px 40px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 5px 5px -5px #94b13e;
    background: #94b13e;
    color: #fff !important;
    border-radius: 4px;
    width:62%;
}
/* End */


/* Start:/local/components/khayr/main.comment/templates/comment_editor_emoji/style.css?168173178626046*/
div[id^="wait_"] {
     display: none !important;
 }
 .wbb-smidf{
	display:none !important; 
 }
.background-comm{
    background-color: #fff;
    width: 100%;
    margin-bottom: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    word-wrap: break-word;
    font-family: Lora, serif;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
 
/* style block - form*/
.btn-comments-cnt{
    background: #59a759;
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 40px;
    font-family: Lora, serif;
}

form.form-comment .error-pole{
    border:1px solid red !important;
}

form.form-comment{
	padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    float: left;
}

form.form-comment .w-45{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
form.form-comment p.text-top-input{margin-top: 0px;font-size: 18px;}
form.form-comment .w-45:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

form.form-comment .wysibb{
	border-bottom: 1px solid #e2e2e2b8;
}

form.form-comment .wysibb .wysibb-text{
	border:none;
    border: 1px solid #b4b4b4;
}
form.form-comment .wysibb .bottom-resize-line {
	border:none;
    display: none;
}

form.form-comment .text-user{margin-top: 10px; margin-bottom: 10px;}

/* checkbox mail */
.block_rating_comment{overflow: hidden;}
.block_rating_comment .inputGroup {
    display: block;
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    user-select: none;
}
.block_rating_comment .inputGroup label {
    padding: 11px 60px;
    width: 100%;
    display: block;
    text-align: left;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}
.block_rating_comment .inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #eaeaea;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.block_rating_comment .inputGroup label:after {
    width: 23px;
    height: 23px;
    content: '';
    border: 2px solid #6d6d6d;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
.block_rating_comment .inputGroup input:checked ~ label {
    color: #575757;
}
.block_rating_comment .inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.block_rating_comment .inputGroup input:checked ~ label:after {
    background-color: #54E0C7;
    border-color: #54E0C7;
}
.block_rating_comment .inputGroup input {
    width: 32px;
    height: 32px!important;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

form.form-comment .btn-send-comment{
	margin-top: 20px;
	background-color: #4c8c22;
    font-size: 16px;
	color:#fff;
	padding: 6px 20px;
    font-family: Lora, serif;
}
form.form-comment .block_btn_send_comment{
	text-align:center;
}
form.form-comment .btn-send-comment:hover{
	background-color: #e6e6e6;
    border-color: #adadad;
	color:#000;
}

.tree{
    margin-bottom: 25px;
}

.tree img.commt-ld-img{
    width: 420px !important;
    display: block;
    text-align: left;
    margin-left: 30px;
}
/* style list comments*/
ul.comments{
    background: none!important;
    box-shadow: none!important;
	padding-left:0px;
	list-style:none;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
ul.comments li >ul {
	padding:0;
	list-style:none;
}
.clearfix::after {
    content: '';
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
    overflow: hidden;
}


/* block smiles */

#container-emojii{
    margin: 0 auto;
    overflow: hidden;
}

#container-emojii .wysibb-text textarea{
	display:none;
	
}
#container-emojii .tabs-emojii, #container-emojii .load-images{
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
#container-emojii .tabs-emojii ul.tab__header {
    padding: 0;
    margin: 0 0 10px 0;
	background: #b4b4b4;
	list-style: none;
	font-size: 0;
}
#container-emojii .tabs-emojii ul.tab__header li{
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
    padding: 10px;
}
.tab__header .tab__header-1, .tab__header .tab__header-2, .tab__header .tab__header-3{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 6px !important;
    background: white;
}
.tab__header .tab__header-1 {
    border: 2px solid #b51117;
}
.tab__header .tab__header-2{
    border: 2px solid #fff300;
}
.tab__header .tab__header-3{
    border: 2px solid #0061B5;
}
#container-emojii .tabs-emojii ul.tab__header li.tab__header--active{
	background: #d8d8d8;
}
#container-emojii .tabs-emojii ul.tab__header li:hover{
	background: #d8d8d8;
}

#container-emojii .tabs-emojii .tabs-open-emoji>div {
	/*display:none;*/
}
#container-emojii .tabs-emojii ul.tab__header li .emojipanel{
	width:40px;
}
.tab__content > div {
  display: inline-block;
  vertical-align: top;
  float: left;
  display: none;
}
.tab__content > div.tab__content--active {
  display: block;
}

/* smile in text */

.khayr_main_comment .comments .pngstick,
.khayr_main_comment .comments .mysmile
{
	display:inline-block;
}

.khayr_main_comment .block__comment .text .pngstick{
    display:inline-block!important;
    vertical-align: text-top;
    width: 70px;
    height: 70px;
    background-size: cover;
}


/* style modal video */
.wysibb-text-editor {
    padding: 14px;
}
.wysibb-toolbar .bb_video{
    position: absolute;
	font-size: 12px;
	text-align: left;
	width: 230px;
	top: 58px;
	left: 13.2%;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
    border: 1px solid #fff;
    z-index: 9000;
}
.wysibb-toolbar .bb_video form{
    margin: 15px;
}
.wysibb-toolbar .bb_video form .input_fix {
    margin-right: 6px;
}
.wbb-loadmyvideo.act:hover .btn-tooltip{
	display:none !important;
}
.wysibb-toolbar .bb_video .techbutton{
	background:none!important;
	color:#000!important;
	text-shadow:none;
	box-shadow:none;
	outline: none;
}
.wysibb-toolbar .bb_video .techbutton:hover{
    color: #fff!important;
    background: #449aef!important;
}
.wysibb-toolbar .bb_video textarea{
	font-size: 12px!important;
	padding: unset!important;
}


/* style rating */

.bl_rat_stock{
    display: inline-block;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;	
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #212529;
    text-decoration: none!important;
	position:relative;
}
.bl_rat_stock span{
	vertical-align:middle;
}

.bl_ratingstock {
    background-size: cover;
    width: 24px;
    height: 24px;
	position: relative;
	cursor:pointer;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
	vertical-align: middle;
}
.ratingstockdisabled .bl_ratingstock{
    cursor: unset;
}

/* button comment */
.comment_menu{padding-top: 10px;}
.btn_comment {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #d8d8d8;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.2;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #212529;
    background-color: #f8f9fa;
	text-decoration: none!important;
}
.close_formcomment{
    margin-left: 5px;
    margin-top: 15px;
    padding: 5px;
    display: inline-block;
    border: 2px solid grey;
}
.comment_menu .otvet{
    border-color: #40a909;
    border-width: 2px;
}
.comment_menu .citata{
    border-color: #0061b5;
    border-width: 2px;
}
.btn_comment:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

/* style comment */

.block__comment .childs{
    margin-top: 10px;
    margin-left: 0px;
	padding-left:10px;
    background: #fbf6e5;
    border-left: 1px solid #ffa101;
	border-bottom: none;
    position: relative;
}
.block__comment .hide-next{
    width: 20px;
    display: block;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 0;
    background: white;
    border: 1px solid gray;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    overflow: hidden;
    user-select: none;
}
.block__comment .plusecom{
    background: #0ce04d;
    color: white;
    font-size: 14px;
    line-height: 17px;
}
.block__comment .AutorLink{
	color: #2474bf;
}

.block__comment .childs .childs {
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.block__comment .text {
    margin: 10px 0 10px 0;
    line-height: 26px;
    font-size: 14px;
    padding-right: 20px;
    text-align: justify;
}
.block__comment .text .quote{
    border-left: 2px solid #0000ff54;
    background: #87cefa38;
    padding: 5px 5px 5px 10px;
}
.block__comment .action {
    margin-top: 10px;
    margin-bottom: 10px;
}
.block__comment{
	padding-top:10px;
	padding-bottom:10px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
	margin-top: 10px;
    padding-left: 10px;
    background: white;

}
.comments > .block__comment {
    box-shadow: 0 5px 5px -5px #717171;
}
.block__comment .UrlPhoto {
	width:60px;
	height:60px;
    margin-left: -60px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    margin-right: 10px;
	float:left;
}
.block__comment .userAutorRow{
    padding-left: 60px;
}
.block__comment .userAutorRow > div{
	display:inline-block;
}
.block__comment .fl{
	float:left;
}
.block__comment .fr{
	float:right;
	padding-right: 20px;
}

.sh_form_cm form{
	background:#fff; 
	margin-top: 10px;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
/* style avatars modal*/

.user_avatars{	
	position:relative;
}
.user_avatars .avatar-text{ text-align:center; } 
.user_avatars .avatar-text p{
	margin:0px;
	font-size:14px;
}
.real-show-hint{
	display:block;
	width: 60px;
    height: 60px;
	margin: 0 auto;
}
.real-hint {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 99999;
}
.real-hint .top-hint{position:relative;}
.real-hint .prm-cross {
	background: url("/local/components/khayr/main.comment/templates/comment_editor_emoji/images/close.png") no-repeat scroll right top rgba(0, 0, 0, 0);
	cursor: pointer;
    float: right;
    height: 22px;
    background-size: cover;
    right: 10px;
    width: 22px;
	position: absolute;
}

.editor_avatars {
	width:364px;
}
.editor_avatars .avatar {
	display: inline-block;
}
.editor_avatars .avatar img{
    width: 46px;
    height: 100%;
	display: block;
}
.editor_avatars .avatar .niceavatar{
    opacity: 0;
    margin: 0;
    padding: 0!important;
    width: 1px;
    height: 1px!important;
}
.editor_avatars .avatar label {     
	border: 2px solid transparent;
    display: block;
    padding: 2px;
}
.editor_avatars .avatar .niceavatar:focus + label,
.editor_avatars .avatar .niceavatar:active + label,
.editor_avatars .avatar .niceavatar:checked + label 
{
	border: 2px solid #0083d1;
}


/* style like/dislike */
.khayr_main_comment .comments .stock .userText a{
	margin: 0 !important;
	color: #000000;
}
.khayr_main_comment .comments .stock .userText a:hover{
	color:#2474bf;
}

/* smile in editor */
.wysibb-body{
    line-height: 32px;
    font-size: 16px !important;
}
.wysibb-body .wysiwyg_emoji {
    width: 20px;
    height: 20px;
}
.wysibb-body .quote {
    border-left: 2px solid #0000ff54;
    background: #87cefa38;
    padding: 5px 5px 5px 10px;
}

.wysibb-body img.loadimg{
    width: 300px !important;
}

.comments .video{
    max-height: 425px;
	position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
	padding: 0;
}
.wysibb-body .video{
    max-width: 595px;
    max-height: 425px;
    width: auto;
    height: auto;
    background: black;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
}
.video>span.media, .video>div.media {
    width: 46px;
    height: 46px;
    position: absolute;
    margin: -23px 0 0 -23px;
    z-index: 2;
    background: url(/local/components/khayr/main.comment/templates/comment_editor_emoji/images/play.png) no-repeat;
    top: 50%;
    left: 50%;
}
.video img {
    max-width: 580px;
    width: 100%;
    margin: auto;
    display: block;
}
.video .imgWrap{
	position:unset !important;
	display:unset !important;
}
.mlvideo iframe{
	margin: 0 auto;
    display: block;
}
.fr {
    text-decoration: underline
}
.parentcomment{	
	background:rgba(138,200,88,.1) !important;
}
.parentcomment .textcolor{
	border-left: 2px solid rgb(166, 228, 122);
    padding-left: 10px;
}
.top_up_parent, .showhidetree, .complaincomment{
	overflow: hidden;
    position: relative;
    clear: both;
    height: 30px;
    width: 32px;
}
.top_up_parent:before{
    content: "";
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzMy41IDQzMy41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzMuNSA0MzMuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJmaWxlLXVwbG9hZCI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDAuMjUsMzMxLjUgMjkzLjI1LDMzMS41IDI5My4yNSwxNzguNSAzOTUuMjUsMTc4LjUgMjE2Ljc1LDAgMzguMjUsMTc4LjUgMTQwLjI1LDE3OC41ICAgIiBmaWxsPSIjMDAwMDAwIi8+CgkJPHJlY3QgeD0iMzguMjUiIHk9IjM4Mi41IiB3aWR0aD0iMzU3IiBoZWlnaHQ9IjUxIiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    height: 28px;
    position: absolute;
    top: 50%;
    background-size: 50%;
    width: 28px;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
}
.showhidetree:before{
    content: "";
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1OSA0NTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1OSA0NTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0ic3dhcC12ZXJ0Ij4KCQk8cGF0aCBkPSJNMzMxLjUsMzU3VjE3OC41aC01MVYzNTdIMjA0bDEwMiwxMDJsMTAyLTEwMkgzMzEuNXogTTE1MywwTDUxLDEwMmg3Ni41djE3OC41aDUxVjEwMkgyNTVMMTUzLDB6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    height: 28px;
    position: absolute;
    top: 50%;
    background-size: 50%;
    width: 28px;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
}
.complaincomment:before{
	content:"";
	background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDM1MC41MzUgMzUwLjUzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUwLjUzNSAzNTAuNTM1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTMzOS45ODksMTA1LjUwOWMtMS4wNjctMi40NDEtMy43NTUtMy43MDgtNi4zMzctMy4wMjVjLTIuNTc4LDAuNjk3LTQuMjQsMy4xNzYtMy45MjYsNS44MTYgICAgYzMuMDg3LDI2LjA3Ny0xLjkwMSwzNy45MDYtNi42NDYsNDMuMjM1Yy0yLjgzNSwzLjIwNS02LjEsNC42NDUtOC44MDksNS4yNjdjMTMuMjUtMTIyLjI0LTU5LjQyMy0xNDguNTk3LTYyLjU3Mi0xNDkuNjc5ICAgIGMtMS44NTktMC42MjctMy44OTYtMC4yMTMtNS4zMzksMS4wOTJjLTEuNDQ0LDEuMzA4LTIuMDg0LDMuMjkyLTEuNjQ0LDUuMmM5LjYxOCw0Mi4wMDMsNy45NjQsNzIuNjU5LTQuNzY3LDg4LjYzOSAgICBjLTQuODA5LDYuMDE2LTEwLjUzLDkuMTk3LTE1Ljc2MywxMC44NDNjMi45MDgtNC4yODksNC43MTktOS4wMDgsNS40MjgtMTQuMTI2YzIuNjA3LTE5LjExNi0xMS42ODEtMzYuNDE4LTEyLjI3OC0zNy4xNTEgICAgYy0xLjMwNC0xLjU1OS0zLjM5Ny0yLjI1Ny01LjM2NS0xLjc3NGMtMS45ODQsMC40NzUtMy41MjcsMi4wMjktMy45ODksNC4wMDVjLTYuNzgzLDI5LjA4Mi0xMy43MDEsMzQuMDYzLTIyLjQ1OCw0MC4zNzEgICAgYy03LjAyMyw1LjA0Mi0xNS43NDgsMTEuMzI1LTI1LjQxNywyOS4wNTNjLTQxLjMyMSw3NS43NzMsMTYuNjA0LDExMS42NTIsMTcuMTk0LDExMS45OThjMC43NTgsMC40NTIsMS42MTksMC43MjUsMi40OTksMC43NjggICAgYzUyLjEyOSwyLjU0Niw4MC43NS0zNy41NDksOTMuODU2LTYzLjkyOGMtMi45NTUsMjUuNDkxLTE4LjkxMyw0Ny44NDMtMTkuMTExLDQ4LjEzN2MtMS4zNDUsMS44NTktMS4zNjUsNC4zNTMtMC4wNjQsNi4yMTUgICAgYzEuMjk4LDEuODgsMy42NTQsMi43MjEsNS44MzgsMi4xMzJjMTQuODU2LTQuMTA1LDI0LjM1Ni0xMS4xMjgsMzAuMzQyLTE3LjU5MmMwLjcwOSwxNy41NTYtMS45NDcsMjMuMjM0LTMuMDI0LDI0Ljc5NSAgICBjLTAuNTQ2LDAuMjgzLTEuMDcsMC41NTYtMS42MjYsMC44MjljLTIuMTYzLDEuMTAyLTMuMzE4LDMuNTE3LTIuODE1LDUuOTFjMC41MTUsMi4zNzQsMi41NTMsNC4xMzIsNC45NzksNC4yNTIgICAgYzAuMDk5LDAuMDEyLDAuMjE5LDAuMDEyLDAuMzE0LDAuMDEyYzAuOTUsMCwzLjI4NS0wLjI0Myw1LjcxMS0yLjM0MkMzODIuOTAzLDIwNi4zMDIsMzQwLjQzLDEwNi41MTYsMzM5Ljk4OSwxMDUuNTA5eiIgZmlsbD0iI0Q4MDAyNyIvPgoJCTxwYXRoIGQ9Ik01LjM3NSwzNDMuN2gzMTYuMjVjMi45NzcsMCw1LjM3Ni0yLjM5OSw1LjM3Ni01LjM3NXYtNzkuNDE5YzAtMi45NzItMi4zOTktNS4zNzYtNS4zNzYtNS4zNzYgICAgYy0yLjk3NiwwLTUuMzc1LDIuNDA0LTUuMzc1LDUuMzc2djc0LjA0M2gtODUuMTA5di04Ni4wMDdjMC0yLjk3Mi0yLjQwNC01LjM3Ni01LjM3NS01LjM3NmMtMi45NzIsMC01LjM3NiwyLjQwNC01LjM3Niw1LjM3NiAgICB2ODYuMDA3SDExMC4xOTV2LTk0LjE3NWg0MC4zOTZjMi45NzIsMCw1LjM3NS0yLjM5NCw1LjM3NS01LjM3NWMwLTIuOTcyLTIuNDA0LTUuMzc2LTUuMzc1LTUuMzc2SDEwLjc1di05MC44M2gxMzkuODQyICAgIGMyLjk3MiwwLDUuMzc1LTIuNDA0LDUuMzc1LTUuMzc1cy0yLjQwNC01LjM3NS01LjM3NS01LjM3NWgtNDAuMzk2VjE4Ljc0NWMwLTIuOTcxLTIuNDAxLTUuMzc1LTUuMzc2LTUuMzc1SDUuMzc1ICAgIEMyLjQwMSwxMy4zNywwLDE1Ljc3NCwwLDE4Ljc0NXYzMTkuNThDMCwzNDEuMywyLjQwMSwzNDMuNyw1LjM3NSwzNDMuN3ogTTk5LjQ0NCwyMzguNzc0djk0LjE3NUgxMC43NXYtOTQuMTc1SDk5LjQ0NHogICAgIE0xMC43NSwxMjYuNDQyVjI0LjEyMWg4OC42OTR2MTAyLjMyMUgxMC43NXoiIGZpbGw9IiNEODAwMjciLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    height: 28px;
    position: absolute;
    top: 50%;
    background-size: 50%;
    width: 28px;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
}

/* modal id form_complain*/

[data-wrapper] {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 0;
  transition: background .3s;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999999;
}

[data-wrapper].active {
  background: rgba(0, 0, 0, 0.5);
  height: calc(100vh);
  padding: 100px 0;
}

[data-wrapper] .modal-content { 
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50px);
  transition: .3s;
}

[data-wrapper].active .modal-content {
  transform: translate(0, 0px);
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
[data-wrapper].active .modal-content .font-complain{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: white !important;
    max-width: 680px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}

[data-wrapper="modal-wrapper-large"] .modal-content {
	 max-width: 992px;
}

[data-wrapper] .modal-content h2 {
  margin: 0 0 15px 0;
}
#form_complain p {font-weight:bold; text-align: center;}
#form_complain .form-modal{width:280px; float:right;}
.spam-form-reason .radio:not(checked)+label, .spam-form-reason .checkbox:not(checked)+label {
    position: relative;
    padding: 0 0 0 20px;
	line-height: 26px;
}
.spam-form-reason label {
    display: block;
}

.spam-form-reason .radio:not(checked), .spam-form-reason .checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.spam-form-reason .radio+label:after, .checkbox+label:after {
    position: absolute;
    content: '';
}

.spam-form-reason .radio:not(checked)+label:before {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
}

.spam-form-reason .radio:not(checked)+label:before, .spam-form-reason .checkbox:not(checked)+label:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
}


.spam-form-reason .radio:checked+label:after {
    top: 8px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #55ca03;
}
.spam-form-reason .radio:not(checked)+label, .spam-form-reason .checkbox:not(checked)+label {
    position: relative;
    padding: 0 0 0 20px;
}
.spam-form-reason  .reason-text{
	display: block;
    height: 82px;
    width: 100%;
	resize: none;
	margin-top: 5px;
}
.spam-form-reason  .reason-text.error-text {
    border:1px solid red;
}
.spam-form-reason p.txt-reason-test{
    color:red;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
}
#form_complain .modal-content .reason-succes{color:green;margin-top: 4px;margin-bottom: 4px;}
.spam-form-reason #send-complain-ok {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    border: 2px solid;
    border-radius: 4px;
    color: #08a548;
    float: left;
    background: white;
	cursor: pointer;
	outline:none;
}
.spam-form-reason .close-complain{    
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    border: 2px solid;
    border-radius: 4px;
    color: #2474bf;
    float: right;
	cursor: pointer;
}


/* show/error */
#cmtsuc {
    position: fixed;
    width: 100%;
    background: #0B690B;
    color: #FFF;
    font-weight: bold;
    padding: 20px;
    z-index: 2000;
    text-align: center;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
    top: 50%;
    left: 0;
    margin: 0;
	display:none;
}
.khayr_main_comment_err_exp {
	display:none;
	cursor:pointer;
	position: fixed;
	width: 100%;
	background: #690B0B;
	color: #FFF;
	font-weight: bold;
	padding: 20px;
	z-index: 2000;
	text-align: center;
	border-bottom: 1px solid #FFF;
}

.wbbm-content { padding: 10px;}
.wbbm-content input[name='inputimages']{border: none !important;}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16817317742530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/components/mycomponents/news.list/templates/list_podcomment/style.css?16817317861930*/
.dop-list{padding: 20px 0px 20px 0px;}

.dop-list .bx-pagination{margin: 0px !important; display: none;}

.discussions-list > ul {
    padding: 0;
    list-style: none;
    margin:  0px !important;
}

.discussions-list .discussions-item {
    /*margin: 5px 0px;
    background: #c0daaf;
    padding: 4px;
    border-radius: 4px;	*/
    padding: 10px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    margin-top: 10px;
    background: white;
    box-shadow: 0 5px 5px -5px #717171;
}

.discussions-list .discussions-item:first-child {
    margin-top: 0px !important;
}

.discussions-list .discussions-item > .row{
    background:#fff;
}
.discussions-list .discussions-item .discussions-blockdet{
    padding:10px 0px;
}
.discussions-list .discussions-item .discussions-blocktag{
    margin: 0px;
}
.discussions-list .discussions-item .discussions-blocktag a {
    font-size: 12px;
}
.discussions-list .discussions-item .dis-col-comment
{
    background: #c0daaf;
    padding: 2px 14px;
    font-size: 12px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #f8f6ee;
    text-decoration:none;
}
.discussions-list .discussions-item .dis-comment{
    text-align: right;
}
.discussions-list .discussions-item  .dis-date{
    font-size: 12px;
    text-align: right;
    margin: 0px;
    height: 20px;
}
.discussions-list .discussions-item .discussions-dettext{
    /*background: #f3f3f3;*/
    padding: 5px;
    margin: 4px 0px;
    overflow: hidden;
    text-align: justify;
}
.discussions-list .discussions-item .discussions-dettext .readmore{
    border: 2px solid #c0daaf;
    display: inline-block;
    font-weight: bold;
}
.discussions-list a.discussions-link {
    color: #0c66b2;
    font-weight:bold;
    font-size: 20px;
}
.discussions-list .hidden-text{
    display: none;
}

.discussions-list a.loadlink{
    color: #0c66b2 !important;
}
/* End */
/* /local/components/mycomponents/social.share/templates/.default/style.css?16817317863187 */
/* /local/components/mycomponents/likedislike/templates/.default/style.css?16817317864066 */
/* /local/components/nirvana/form.mini/templates/.default/style.css?16817317872093 */
/* /local/components/khayr/main.comment/js/editor/theme/default/wbbtheme.css?168173178625943 */
/* /local/components/khayr/main.comment/css/smile.css?1681731786102904 */
/* /local/templates/yurlitsa/components/bitrix/system.pagenavigation/ajax_comments/style.css?1681731787333 */
/* /local/components/khayr/main.comment/templates/comment_editor_emoji/style.css?168173178626046 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16817317742530 */
/* /local/components/mycomponents/news.list/templates/list_podcomment/style.css?16817317861930 */
