html, body {
	background: #FFF url(../images/fon.gif) top repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #39393a;
	min-width: 1150px;
	line-height: 140%;
}

iframe {border:0px; width: 100%;}

p { margin:16px 0;}
a {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #0c93e2;
}
.clr {clear: both;}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5d4be3;
}
a:hover {
	text-decoration: none;
	color: #2261b6;
}
a:active {
	text-decoration: none;
	color: #0c93e2;
}
.all_container {
    position: relative;
	height: 100%;
	width: 100%;
}
.all_container:after {
    display: block;
    clear: both;
}
.align_center_to_left {
    position: relative;
    right: 50%;
    float: right;
}
.all_containermid {
    position: relative;
    z-index: 1;
    right: -50%;
    height: 100%;
    width: 1150px;
    float: left;
}
#head {
	float: left;
	width: 100%;
	width:expression(document.body.clientWidth < 1150? "1150px": "auto");
}
.name_container {
	height: 105px;
	width: 100%;
	float: left;
	background:none;
}
.logolink{
  /* размеры логотипа, чтобы не было «дёргания» */
  width: 236px;
  height: 56px;

  float: left;
  margin-top: 20px;

  background-repeat: no-repeat;
  background-position: left center;
  background-size: 236px 56px;

  /* fallback */
  background-image: url("/templates/TutKnow/images/logo.webp");

  /* WebKit-ретина (старые Safari/Chrome) */
  background-image: -webkit-image-set(
    url("/templates/TutKnow/images/logo.webp") 1x,
    url("/templates/TutKnow/images/logo@2x.webp") 2x
  );

  /* Стандартная ретина */
  background-image: image-set(
    url("/templates/TutKnow/images/logo.webp") 1x,
    url("/templates/TutKnow/images/logo@2x.webp") 2x
  );
}

.logolink a{
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* прячем текст ссылки, если он есть */
  overflow: hidden;
}
blockquote { margin-left: 16px; padding: 0 20px; font-family: Georgia, Times, serif; font-style: italic; border-left: 6px solid #d7d7d7; color: #393939 }

.author-list {display:flex;align-items:flex-start;gap:2px;padding:16px;margin:16px 0;border:1px solid #ddd;border-radius:8px;background:#fff;}
.author-list img {flex-shrink:0;width:80px;height:80px;border-radius:6px;object-fit:cover;}
.author-list a {display:block;font-weight:600;margin-bottom:6px;color:#2a5db0;text-decoration:none;}
.author-list a:hover {text-decoration:underline;}
.author-list p {margin:0;color:#555;line-height:1.4;}

/*-----------------------------------  */
ul#cssmenu3,
ul#cssmenu2,
ul#cssmenu {
        width:230px;
        margin: 0;
        border: 0 none;
        padding: 0;
        list-style: none;
        font: bold 12px/20px Arial, Tahoma;
}
ul#cssmenu2 li,
ul#cssmenu li {
	width:230px;
        float: left;
        position: relative;
        height: 30px;
}
ul#cssmenu3  li {
	 width:230px;
     float: left;
     position: relative;
}
/* Main Menu */
ul#cssmenu3 a {
        padding: 6px 15px;
        float: none !important;
        float: left;
        display: block;
        font: normal 12px/18px  Arial, Tahoma;
        height: auto !important;
        height: 1%;
}
ul#cssmenu3 a:hover,
ul#cssmenu3 li:hover a,
ul#cssmenu3 li.iehover a {
	background-color: #f3f3f3;
    color: #39393a;
}
ul#cssmenu2 a,
ul#cssmenu a {
    	background: url(../images/menu_top.gif) repeat-x 0 -213px;
        padding: 0 15px;
        float: none !important;
        float: left;
        display: block;
        color: #39393a;
        font: bold 13px/30px  Arial, Tahoma;
        text-decoration: none;
        height: auto !important;
        height: 1%;
		text-shadow: #fff 1px 1px 1px;
}
/* Main Menu Hover */
ul#cssmenu2 a:hover,
ul#cssmenu2 li:hover a,
ul#cssmenu2 li.iehover a {
	background-color: #43c205;
	background-image: none;
    border-left: 6px solid #36a500;
    color:#fff;
	font: bold 13px/30px Arial, Tahoma;
	text-shadow: #107ccd 1px 1px 1px;
}
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
  	background-color: #43c205;
	background-image: none;
    border-left: 6px solid #36a500;
    color:#fff;
	font: bold 13px/30px Arial, Tahoma;
	text-shadow: #3c9a04 1px 1px 1px;
}

.menu_container {
	height: 39px;
	float: left;
	width: 660px;
}
.menu_container a {
	height: 28px;
	float: left;
  	font-size: 12px;
	padding: 11px 17px 0 17px;
	border: 1px #e9e7e7 solid;
	display:block;
	font-weight:bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background: #fff url(../images/menu_top.gif) repeat-x 0 -3px;
	color: #575c63;
  	text-decoration: none;
}
.menu_container a:hover {
	border: 1px #33b600 solid;
	font-weight:bold;
	text-decoration:none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background: #14b203 url(../images/menu_top.gif) repeat-x 0 -45px;
	color: #fff;
     text-shadow: #338c07 1px 1px 1px;
}
/* Контейнер дропдауна ведём как обычный пункт меню */
.menu_dropdown {
  position: relative;
  float: left; /* чтобы встал в линию с остальными ссылками */
}

/* Подменю (выпадающий список) */
.menu_dropdown .submenu {
  position: absolute;
  left: 0;
  top: 100%; /* сразу под основным пунктом */
  display: none;
  min-width: 260px; /* можешь подправить под макет */
  background: #03c10c;
  border: 1px solid #00a708;
  border-top: none;
  z-index: 9999;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden; /* скругление низов */
}

/* Ссылки внутри подменю должны быть блочными и не "плыть" влево */
.menu_dropdown .submenu a {
  float: none;                 /* переопределяем общее правило */
  display: block;              /* на всю ширину */
  height: auto;                /* по содержимому */
  padding: 12px 16px;          /* комфортные отступы */
  font-size: 13px;
  font-weight: 600;
  border: 0;                   /* убираем рамки, они у контейнера */
  background: transparent;     /* фон задаёт контейнер */
  color: #fff;
  text-shadow: none;
  border-radius: 0;
}

/* Ховер по подпунктам */
.menu_dropdown .submenu a:hover {
  background: #018e04;
  color: #fff;
  border: 0;
  text-shadow: none;
}

/* Открытие подменю при наведении мыши */
.menu_dropdown:hover .submenu,
.menu_dropdown:focus-within .submenu { /* доступность с клавы */
  display: block;
}

/* Чтобы основной пункт "Калькуляторы" выглядел как остальные */
.menu_dropdown > a.has-sub {
  /* Ничего не меняем — унаследует .menu_container a */
}

/* Небольшая защита от перекрытия баннером */
.menu_container, .menu_dropdown { position: relative; z-index: 10; }
.blockpros_linki {
    border-bottom: 1px solid #ebebeb;
}

/*-----------------------------------Login and registracions*/
.reset, .reset li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height:150%;
}
.container_login_in_2 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #2a2b2c;
	padding: 3px 25px 5px 0;
	float: left;
	text-align: left;
	vertical-align: middle;
	width:150px;
}
.container_login_in_3 {
	text-align: left;
	vertical-align: middle;
	clear: none;
	float: left;
	padding: 22px 0 3px 5px;
}
.blog_parol {
    color: #303030;
	font-size: 11px;
	font-family: Tahoma, Arial;
	background-repeat: repeat-x;
	height: 20px;
	width: 150px;
	border: 1px solid #999;
	float: left;
	padding-left: 5px;
}
.tlog_parol {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:#303030;
}
select {
	font-size: 11px;
	font-family: tahoma;
}

h2 {
    margin: 20px 0;
	font-family: Helvetica, Aria;
	font-size: 28px;
	font-weight: bold;
   display: block;
   color: #1f2021;
   line-height: 140%;
}
h3 {
    margin: 18px 0;
	font-family: Helvetica, Aria;
	font-size: 24px;
	font-weight: normal;
   display: block;
   color: #1f2021;
   line-height: 140%;
}
.text_mini_fs h3,
.block_news_312 h3,
.block_news_312 h4 {
	font-weight: normal;
    display: block;
    color: #222224;
    line-height: 140%;
    overflow:hidden;
  	font-family: Arial, Helvetica;
    clear: both;
}
.text_mini_fs h3, .block_news_312 h3 {
    font-size: 24px;
  /* display: inline; */
}
.text_mini_fs h4, .block_news_312 h4 {
    font-size: 20px;
}
h4 {
	font-size:16px;
	line-height:1.2em;
	font-family: Tahoma, Arial;
	font-weight:normal;
}
.short_texts {
	font-size:14px;
	line-height:150%;
	font-weight:normal;
}
/*-----------------------------------Button Back*/
.argback {
	background:url(../images/sprite.webp) no-repeat -513px 0;
	float: left;
	height: 30px;
	width: 106px;
    margin-left: -5px;
}
.argback a {
	width:106px;
	height:30px;
	display:block;
}
.argback:hover {
	background-position: -513px -30px;
}

.tnk-author-card {margin:25px 0 0 0;padding:16px 0 16px 0;border-top:1px solid #222; border-bottom:1px solid #222;}
.tnk-author-card__inner {display:flex;align-items:flex-start;gap:14px;}
.tnk-author-card__photo {display:block;flex:0 0 80px;width:80px;height:80px;margin:0;padding:0;border:0;}
.tnk-author-card__content {flex:1;min-width:0;}
.tnk-author-card__name {margin:0 0 8px 0;font-size:18px;line-height:1.3;font-weight:700;}
.tnk-author-card__name a {text-decoration:none;}
.tnk-author-card__name a:hover {text-decoration:underline;}
.tnk-author-card__desc {margin:0;font-size:15px;line-height:1.6;color:#333;}

/*-----------------------------------*/
.poisk {
	height: 32px;
	width: 345px;
	padding-top: 3px;
	float: right;
}
.poisk2 {
	float: right;
}
/*-----------------------------------Tabl Style*/
table.userstop, table.pm, table.tableform, table.calendar { border-collapse: collapse; border-spacing: 0; }
.userstop td, .pm td.pm_list, .pm td.pm_head { border: 1px solid #d8d8d8; padding: 2px; background-color: #fff; }
.userstop thead td, .pm td.pm_head { font-size: 0.9em; background: #fff; height: 22px; padding: 0; font-weight: bold; text-align: center; color: #4e4e4e; }
.statistics {
	width:210px;
	float:left;
	list-style:none;
	margin-right: 10px;
	padding-left:0;
}

.top_contents {
	float: left;
	height: 100%;
	width: 100%;
	font-size: 11px;
	color: #5a5a5a;
    margin: 10px 0;
}
.top_contents a {
	font-size: 11px;
}
.top_contents_banner {
	float: left;
	width: 672px;
    padding: 0 0 20px 0;
}
.top_contents_bannerin { margin:0 auto; width:672px; height:320px;} 
#contents {
	float: left;
	min-width: 100%;
}
#left_contents {
	float: left;
	height: 100%;
	width: 230px;
}
#right_contents {
	float: right;
	height: 100%;
	width: 230px;
}
#centr_contents {
	margin: 0 232px;
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #313132;
	padding: 0px 7px 7px 7px;
}
/*-----------------------------------Full and mini news*/
.main_zagolovok {
    padding: 0 12px 20px 12px;
}
.main_zagolovok h1 {
	font-size: 21px;
    line-height: 22px;
	margin-top: 0;
	font-weight: bold;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border: 0px;
    background-color: #fff;
	padding: 0px;
}
.main_zagolovok h2 {
	font-size: 19px;
    color: #3d3d44;
}
.story_conteiner {
	height: 100%;
	width: 100%;
	float:left;
}
.rlist-item{margin:16px 0}
.rlist-item__link,.rlist-item__link:link,.rlist-item__link:visited,.rlist-item__link:active{display:block;border:1px solid #d9d9d9;border-radius:8px;padding:16px;background:#fff;color:inherit;text-decoration:none;transition:box-shadow .2s,border-color .2s}
.rlist-item__link:hover{box-shadow:0 2px 12px rgba(0,0,0,.08);border-color:#cfcfcf;color:inherit}
.rlist-item__title{margin:0 0 12px;font-size:24px;line-height:130%;font-weight:700;color:inherit;text-decoration:none}
.rlist-item__row{display:flex;gap:16px;align-items:flex-start}
.rlist-item__pic{flex:0 0 auto}
.rlist-item__img{width:280px;height:200px;object-fit:cover;display:block;border-radius:6px}
.rlist-item__desc{font-size:15px;line-height:165%;color:inherit;text-decoration:none}
.rlist-item__desc a{color:inherit;text-decoration:none}
.rlist-item__link:hover .rlist-item__title{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;text-decoration-color:#269000;-webkit-text-decoration-color:#269000;}
.rlist-item__cat{margin:0 0 12px;font-size:14px;line-height:140%;color:#777}

.h_zagolovok h1 {
  	margin-top: 0;
	font-size: 28px;
  	padding: 10px 0 10px 10px;
	font-weight: bold;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	border: 0px;
     background-color: #fff;
     width: 650px;
    float: left;
}
h1 {
    display: block !important;
	padding: 0 0 15px 0;
	margin-top: 0;
	font-family: Arial, Tahoma;
	font-size: 32px;
	border-bottom: #000 2px solid;
    line-height: 120%;
}
h2.news_title {
    display: block !important;
	background-color: #f6f6f6;
	padding: 10px 0 10px 15px;
	margin-top: 0;
	font-family: Arial, Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #3d3d44;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
	border: #CCC 1px solid;
}
.news_title a {
	color: #394852;
	font-family: Arial, Tahoma;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.news_title a:hover {
	color: #025b9d;
	font-family: Arial, Tahoma;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.block_news_2 {
	height: 25px;
	text-align: right;
	padding:5px 10px 0 0;
	vertical-align: middle;
}
.block_news_butback {
	 padding: 0;
     margin-top: 20px;
	 height: 30px;
	 width: 100%;
	 line-height: 30px;
}
.tableform {
	width: 100%;
	padding: 10px;
}
.block_news_31 ul,
.static_text ul,
.text_mini_fs ul,
.block_news_312 ul{
  list-style:none;
  margin:0;
  padding-left:0;
}

.block_news_31 ul li,
.static_text ul li,
.text_mini_fs ul li,
.block_news_312 ul li{
  position:relative;
  padding-left:28px;
  margin-bottom:0.7em;
}

.block_news_31 ul li::before,
.static_text ul li::before,
.text_mini_fs ul li::before,
.block_news_312 ul li::before{
  content:"";
  position:absolute;
  left:12px;
  top:0.58em;
  width:7px;
  height:7px;
  background:#19b34a;
  border-radius:50%;
  transition:background-color .15s ease;
}

.block_news_31 ul li:hover::before,
.static_text ul li:hover::before,
.text_mini_fs ul li:hover::before,
.block_news_312 ul li:hover::before{
  background:#3fec73;
}

.block_news_31 ol li,
.static_text ol li,
.text_mini_fs ol li,
.block_news_312 ol li{
  margin-bottom:0.8em;
}
.blue-block3 {
border-top: 2px dashed #fae7d1 ;
}

.block_news_31 .ramka_ingredienti ul li {margin-bottom: 0.2em !important;}
.block_news_31 .blue-block2 ol li,
.block_news_31 .blue-block2 ul li,
.block_news_31 .blue-block3 ul li
{margin-bottom: 0.2em !important;}
.blue-block{position:relative;width:100%;float:left;border:1px solid #59bcef;border-radius:6px;background:#f9fdff;margin:10px 0 20px 0;box-sizing:border-box}
.blue-block2 {padding:15px 15px 10px 15px;}
.blue-block a {color:#004f9e; text-decoration: none;}
.blue-block a:hover{color:#0d70d2;}

.titlesoderjanie {font-size: 16px;  font-weight: bold; margin-bottom: 10px; }
.recipesdescription {font-size:14pt; padding-bottom:20px; float:left;}
.catdescription {font-size:14px; padding:10px; margin: 0 0 20px 0;}

ul {
     -webkit-padding-start: 25px; 
}
.block_news_search,
.block_news_3,
.block_news_31 {
	padding: 5px;
  	font-size: 14px;
    line-height:165%;
}
.block_news_31,
.block_news_312 {
  	font-size: 15px;
    line-height:165%;
}
.block_news_31 a,
.text_mini_fs a,
.block_news_312 a {
  	font-size: 15px;
}
.block_news_search img,
.block_news_3 img {
        float: left;
     /*   width: 200px;  */
        margin-right:10px;
        padding:3px;
        background:#fff;
        display: block;
        border:1px solid #dbdbdb;
}
.block_news_31 img {
       margin: 1px 15px 5px 0;
       border-radius: 6px;
}
.block_news_32 {
        width: 100%;
        float: left;
        margin-bottom: 10px;
}
.block_news_32 img {
       width: 280px;
       height: 200px;
}



.block_news_33 {
        width: 730px;
        float: left;
        margin: 0 0 20px 211px;
}
.quote_block {
       margin: 20px 0;
}
.block_cont_rekl {
       width: 660px;
       height: 100%;
       float: left;
}
.block_cont_rekl2 {
       width: 660px;
       height: 100%;
       float: left;
      margin: 5px 0 20px 0;
}
.block_cont_rekl3 {
       width: 660px;
       height: 60px;
      margin: 20px 0 0 0;
}
.block_cont_rekl4 {
       width: 660px;
       height: 100%;
      margin: 20px 0 10px 0 !important;
       float: left;
}
.block_cont_rekl5 {
       width: 660px;
       height: 450px;
      margin: 20px 0 10px 0 !important;
       float: left;
}
.blockt_med {
       width: 660px;
       height: 100%;
      margin: 20px 0 0 0;
}
.block_cont_ads {
       width: 350px;
       height: 340px;
       float: right;
}
.block_news_311 {
       width: 290px;
       height: 100%;
       float: left;
}
.block_news_311 img {
	   margin: 0 0 10px 0;
       padding:4px;
       background:#f9f9f9;
       border:1px solid #dbdbdb; 
}
.block_news_312 img {margin: 0;}
.block_news_312 i img {margin: 0 15px 5px 0;}
.block_news_312 u img {
       margin: 0 0 5px 15px;
}
.block_news_31 i {
	font-family: Arial, Helvetica, sans-serif;
}
.who_writer {
    color:#9f9f9f;
    font-size: 12px;
    margin-top: 20px;
    width: 100%;
}
.cook_print {
  width: 100%;
  margin: 10px 0;
  height: 48px;
  text-align:center;
  float: left;
}
.block_text_static2,
.block_text_static {
     font-size: 12px;
     line-height: 130%;
     padding: 20px 10px;
     width:650px;
     height:100%;
     float:left
}
.block_text_static2 a {
     font-weight: bold;
}
.block_news_4 {
	height: 35px;
	padding: 5px 0 0 25px;
}
.block_news_4 .news_info {
	padding:8px 15px 0 0;
	float:right;
	padding-top:1px;
}
.block_site_15 .news_info {
	padding:8px 15px 0 0;
	float:right;
	padding-top:1px;
}
.block_news_5 {
	padding: 5px 10px;
}
.block_news_5f {
  	margin: 5px 0 20px 0px;
	float: left;
	width: 100%;
}
.banner_niz1 {
    width: 340px;
    float: left;
    margin-top: 16px;
}
.banner_niz2 {
    width: 320px;
    float: right;
}
.block_rekl_mid {
  	margin: 10px 0;
    height: 60px;
    width: 660px;
    float: left;
}
.block_news_s {
    padding: 8px 0px;
    font-size: 16px;
  	font-weight:bold;
    border-bottom: 1px #dbdbdb solid;
  	margin: 30px 0 5px 0px;
	float: left;
	width: 100%;
}
.block_news_namereview {
    padding: 8px 0px;
    font-size: 16px;
  	font-weight:bold;
    border-bottom: 1px #dbdbdb solid;
  	margin: 15px 0 5px 0px;
	float: left;
	width: 660px;
}
.block_news_review {
  	margin: 30px 0 5px 0px;
	float: left;
	width: 660px;
}
.block_news_6 {
    padding: 10px 0 10px 80px;
}
.block_news_66 {
    padding: 15px 10px 15px 0;
  float: right;
}
.block_news_6 a {
    color: #858489;
    text-decoration: underline;
}
.block_news_6 a:hover {
    color: #ef711b;
}
.block_soobchenia {
	padding:10px 12px;
}
.news_download {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0c93e2;
}
.print_icon {
	height: 16px;
	width: 16px;
    vertical-align:middle;
	border: 0;
	background: url(../images/sprite.webp) no-repeat -92px -63px;
}
.print_icon_big {
	height: 48px;
	width: 48px;
	background: #fff url(../images/sprite.webp) no-repeat -711px -50px !important;
	border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.pdf_icon {
	height: 48px;
	width: 48px;
	border: 0px !important;
	background: #fff url(../images/sprite.webp) no-repeat -711px -1px !important;
    margin: 0px !important;
    padding: 0px !important;
}

/*-----------------------------------Name Bloks*/
.block_allcontents {
	-moz-box-shadow: 0 0 3px #afafaf;
    -webkit-box-shadow: 0 0 3px #afafaf;
    box-shadow: 0 0 3px #afafaf;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFF;
	margin-bottom: 20px;
  	width: 230px;
	float: left;
  	padding-bottom: 10px;
}
.block_allcontents2 {
	margin-bottom: 10px;
  	width: 230px;
	float: left;
  	padding-bottom: 10px;
}
.block_allcontentsvk {
	margin-bottom: 20px;
  	width: 230px;
	float: left;
  	padding-bottom: 5px;
}
.block_allcontents2left {
	margin: 40px 0 10px 0;
  	width: 230px;
	float: left;
  	padding-bottom: 10px;
}
.block_name {
  display: block;
  padding: 9px 12px;
  text-align: center;
  font: bold 14px/26px Tahoma, Arial, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 1px #277800;

  background: linear-gradient(to top,
    #2aa300 0%,
    #3db701 55%,
    #56e90e 100%);

  border: 1px solid #2e9a00;
  border-radius: 9px;
  box-shadow:
    0 2px 6px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.25),
    inset 0 -1px 0 rgba(0,0,0,.12);

  position: relative;
}

.block_name_kulinar {
  display: block;
  padding: 9px 12px;
  text-align: center;
  font: bold 14px/26px Tahoma, Arial, sans-serif;
  color: #fff9f5;
  text-shadow: 1px 1px 1px #e5620a;

  background: linear-gradient(to top,
    #d95a05 0%,
    #ef7a1c 55%,
    #ff9e55 100%);

  border: 1px solid #dc6a1a;
  border-radius: 9px;
  box-shadow:
    0 2px 6px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -1px 0 rgba(0,0,0,.12);

  position: relative;
}
.block_contents_in2 {padding: 10px 0px 20px 0px; line-height: 15px; box-sizing:border-box;width:230px;}

.block_contents_in3 {
	padding: 5px 5px 20px 5px;
	line-height: 15px;
  /* background-color: #ebebeb; */
}
.block_contents_in3 {
	padding: 10px;
}
.block_contents_in4 {
	padding: 0 15px;
}
.block_contents_in3 a {
	padding: 5px;
    text-decoration: none;
    width: 16px;
    display: block;
    float: left;
    text-align: center;
}
.block_contents_in3 a:hover {
    text-decoration: none;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  	background-color: #1f96ed;
	color: #FFF;
}

.block_siteopros {
  	background: #27b800 url(../images/menu_top.gif) repeat-x 0 -307px;
	padding: 10px 0 9px 20px;
    width: 640px;
	font-size: 15px;
	font-weight:bold;
	color: #fff;
	text-shadow: #1e8f00 1px 1px 1px;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
	border: 1px #33b600 solid;
    float: left;
}
.block_site_info {
  	background: #fd9c23 url(../images/menu_top.gif) repeat-x 0 -270px;
	padding: 10px 0 10px 20px;
	font-size: 15px;
	font-weight:bold;
	color: #fff;
	text-shadow: #b17900 1px 1px 1px;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
	border: 1px #e4a600 solid;
}
.block_table {
	vertical-align: top;
	padding-right: 0;
	width: 23%;
}
.impot { 
    color: #d51e44;
	font-weight: normal; 
}
.block_site_4 {
	padding: 16px 13px;
}
.block_site_7 {
	padding: 10px 0 3px 10px;
    width: 650px;
	font-size: 13px;
    float: left;
}
.block_site_15 {
	border: 1px #e2e2e2 solid;
	background-color: #f1f1f1;
	height: 27px;
	padding: 5px 0 0 20px;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.block_site_16 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	float: left;
	width: 550px;
	padding-top: 3px;
}
.table_text {
	font-family: Tahoma, Aria;
	font-size: 12px;
	font-weight: normal;
	color: #2a2b2c;
	vertical-align:top;
	padding-top: 8px;
}
.pole_story {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #999;
}
.f_textarea {
	color: #3e3e3e;
	font-size: 11px;
	font-family: tahoma;
	background: url(../images/menu_top.gif) repeat-x 0 -344px;
	border: 1px solid #999;
	padding:5px;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.f_input {
	color: #3e3e3e;
	font-size: 11px;
	font-family: tahoma;
	background: url(../images/menu_top.gif) repeat-x 0 -344px;
	width: 240px;
	height: 20px;
	border: 1px solid #999;
	padding-left:7px;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.ratebox2 {
  	width: 60px;
	height: 16px;
    float: left;
    text-align: left;
    padding: 7px 0px 0px 15px;
}
.ratebox3 {
  	width: 28px;
	height: 10px;
   float: right;
    padding: 0px 0px 10px 7px;
}
.ratebox2 img {
    width:14px;
}
.xfields textarea, .xprofile textarea,
.xfields input, .xprofile input,
.xfields select, .xprofile select,
.mass_comments_action select { padding: 2px; 	background: #fff url(../images/menu_top.gif) repeat-x 0 -344px; border: 1px solid #999; }

/*--- ---*/
.relatednews_block {
	height: 110px;
	width: 340px;
	float:left;
    margin: 0;
}
.relatednews_block img {
  padding: 4px;
  border: #dbdbdb 1px solid;
  background-color:#f9f9f9;
}
.relatednews_blockin {
	height: 90px;
    padding: 5px 0 0 5px;
}
.relatednews_blocktext {
	margin-left: 130px;
}
.relatednews_blockfoto {
	float:left;
}
.relatednews_blocklink {
	height: 105px;
	width: 100%;
	display: block;
	float:left;
}
.relatednews_blocklink:hover {
	background-color: #f5f5f5;
   border-bottom: 1px solid #dcdcdc;
}
.block_topnews {
  width:229px;
  height:94px;
  padding: 3px 0;
  border-bottom:1px #ebebeb solid;
}
.foto_rss_conteinar {
	overflow:hidden;
	height: 86px;
	width: 86px;
	border: 2px #e9e9e9 solid;
	float:left;
	margin-top:4px;
	background-color:#FFFFFF;
}
.foto_rss_conteinar img {
	height:88px;
    border:0;
}
.news_link2 {
	float: right;
	width:125px;
	height:88px;
	margin-top: 5px;
    margin-right: 2px;
	padding-right:4px;
}
a.news_link {
	height:100px;
	width:229px;
	margin-top:-3px;
	display:block;
	color:#2a2b2c; 
}
a.news_link:hover {
	background-color:#f3f3f3;
	color: #0a7cd0;
	text-decoration: none;
}
.block_contents_in {
	float: left;
	padding:7px 0;
	line-height: 15px;
}

.block_contents_tegs {
	float: left;
	padding:7px 0;
	line-height: 17px;
    word-spacing: 3px;
}
.block_contents_calkul {
	float: left;
	line-height: 15px;
}
.block_contents {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #303030;
	float: left;
}
a.block_contents:link {
	float: left;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
}
a.block_contents:visited {
	float: left;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
}
a.block_contents:hover {
	float: left;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0c93e2;
	text-decoration: underline;
}
a.block_contents:active {
	float: left;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0c93e2;
	text-decoration: none;
}
.for_coment {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #303030;
}

/*-----------------------------------Comments*/
.mass-action {
	height: 18px;
	width: 35px;
	float: right;
}

.thide, .htmenu span { overflow: hidden; display: block; height: 0; line-height: normal; }
.infbtn { margin: 0px 5px 0 1px; float: right; position: relative; width: 22px; height: 22px; }
.infbtn .thide { cursor: pointer; background-color: #db143d; padding-top: 22px; width: 22px; }
.infbtn .thide:hover { background-position: 0 -44px; }
.infbtn .thide.selected { background-position: 0 -22px; background-color: #c0cad2; }

.infcont { z-index: 33; width: 180px; background-color: #e8e8e8; border: 1px solid #d3d3d3; position: absolute; top: 23px; right: 0; display: none; }
.infcont ul { position: relative; list-style: none; font-size: 0.9em; color: #67747b; margin: 0 6px; padding: 5px 0; } 

.mass_comments_action {
	padding: 10px 0;
}
.name_autorcomment {
    font-family: Arial, Tahoma;
  	font-size: 12px;
	font-weight: bold;
}

/*-----------------------------------Navigacions*/
.navigation {
	color:#666; 
	border:0px;
}
.navigation a:link,
.navigation a:visited {
	text-decoration:none;
	color: #303030;
	background:#dff1f8;
	border:1px solid #b6ddfa;
	padding:5px 8px;
	font-size:11px;
    border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}
.navigation a:hover {
	background:#2097ed;
	color:#FFF;
	border-color:#2097ed;
     border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}
.navigation a:active {
	background:#00bddf;
	color:#FFFFFF;
	border-color:#00a1d0;
     border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}
.navigation span {
	text-decoration:none;
	background:#2097ed;
	padding:5px 8px;
	border: 1px #2097ed solid;
	color:#fff;
	font-size:11px;
	cursor: pointer;
     border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
	
}
.navigation span.nav_ext {
    border: none;
  	color:#838484;
    background: transparent;
     border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}
.tegs_coock {
	background: #1f96ed url(../images/sprite.webp) no-repeat -623px 0;
	height: 24px;
	width: 51px;
	display: block;
	padding: 2px 0 0 8px;
  	margin-top: -3px;
	margin-right: 10px;
	color: #fefaf5;
	font-weight: bold;
	font-size:12px;
	font-family: Arial, Tahoma, Helvetica;
  	float: left;
  	text-shadow: #0f71ba 1px 1px 1px;
}
.ramka_ingredienti {
	padding: 15px 20px 10px 15px;
  	height: 100%;
	width: 622px;
    border: 1px #fae7d1 solid;
  	background-color: #fff5e9;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    margin-bottom: 20px;
    float: left;
    color: #615645;
  	font-size:14px;
  	line-height: 21px;
}
.ramka_ingredienti img {
        margin: 0 0 10px 10px !important;
}
.ramka_ingredienti a {
	color: #615645;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
.ramka_ingredienti a:hover {
	color: #8b6e42;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.text_mini_fs {
    float: left;
}
/*-----------------------------------Footer*/
#footer {
	color: #666;
	float: left;
	height: 150px;
	width: 100%;
	margin-top: 40px;
    border-top: 2px solid #cecece;
}
.foot_couner {
  width: 88px;
  float: right;
}
#footer A IMG {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}
#footer a:hover img {
	opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}
#footer a {
    font-size: 11px;
}
.foot_line { border-bottom: 1px solid #e0e0e0; width: 100%; height: 2px;  }
.foot_txt { margin: 20px; 10px;}
.foot_txt p {
    margin-top: 7px;
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 130%;
   }
::selection { background: #3dbef0; color: #fff;}
::-moz-selection {background: #3dbef0; color: #fff;}

/*-----------------------------------  */

.kulinariya {
	width: 682px;
	height: 100%;
	border-right: #CCC 1px solid;
  	border-left: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
  	float:left;
  	margin: 0;
  	padding: 0;
}
.block_name_kategorii {
	height: 24px;
	width: 657px;
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
  	float: left;
    margin-top: 25px;
	padding: 10px 0 0 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.block_name_kulinars {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 8px 12px;
  font: bold 14px/26px Tahoma, Arial, sans-serif;
  color: #fff4ed;
  text-shadow: 1px 1px 1px #e5620a;

  /* градиент: снизу темнее &#8594; сверху светлее */
  background: linear-gradient(to top,
    #d95a05 0%,
    #ef7a1c 55%,
    #ff9e55 100%);

  border: 1px solid #dc6a1a;
  border-radius: 9px;
  box-shadow:
    0 2px 6px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -2px 0 rgba(0,0,0,.12);
}

.block_name_kulinars a {
  color: #fff4ed;
  text-decoration: none;
  font-weight: bold;
}
.block_name_kulinars a:hover {
  text-decoration: underline;
  filter: brightness(1.05);
}
.block_site,
.block_name_soveti {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 8px 12px;
  font: bold 14px/26px Tahoma, Arial, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 1px #1f8a02;

  background: linear-gradient(to top,
    #2aa300 0%,
    #3db701 55%,
    #56e90e 100%);

  border: 1px solid #2e9a00;
  border-radius: 9px;
  box-shadow:
    0 2px 6px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -2px 0 rgba(0,0,0,.12);
}
.kulinariya_news {
    border:1px solid #284de9;
}
.bp_item {
     float: left;
    margin: 15px 4px 5px 4px;
}

.block_news_5f{width:670px;max-width:670px;box-sizing:border-box}
.block_news_5f:after{content:"";display:block;clear:both}
.topnews_block{box-sizing:border-box;float:left;width:218px;margin:0 8px 8px 0}
.topnews_block:nth-child(3n){margin-right:0}
.topnews_link,.topnews_link:link{display:block;box-sizing:border-box;border:1px solid #e2e2e2;border-radius:8px;background:#fff;text-decoration:none;color:inherit;padding:8px;min-height:236px;transition:background .2s,box-shadow .2s}
.topnews_img{display:block;width:202px;height:152px;border-radius:6px;object-fit:cover}
.topnews_title{margin:12px 0 0;font-size:14px;line-height:18px;font-weight:600;color:#111;text-decoration:none;display:block;max-height:36px;overflow:hidden}
.topnews_link:hover{background:#f3f3f3;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.topnews_link:hover .topnews_title{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.topnews_link:active{background:#ededed}

.topnews_grid2{display:flex;flex-wrap:wrap;gap:8px;float:left;width:100%;padding-top:10px}
.topnews_grid2 .topnews_block2{box-sizing:border-box;width:218px;margin:0}
.topnews_link2,.topnews_link2:link,.topnews_link2:visited,.topnews_link2:active{display:block;box-sizing:border-box;border:1px solid #e2e2e2;border-radius:8px;background:#fff;text-decoration:none;color:inherit;padding:8px;min-height:236px;transition:background .2s,box-shadow .2s}
.topnews_img2{display:block;width:202px;height:152px;border-radius:6px;object-fit:cover}
.topnews_title2{margin:8px 12px 0 0;font-size:14px;line-height:18px;font-weight:600;color:#111;text-decoration:none;display:block;max-height:54px;overflow:hidden;}
.topnews_link2:hover{background:#f3f3f3;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.topnews_link2:hover .topnews_title2{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.topnews_link2:active{background:#ededed}

.block_contents_in2:after{content:"";display:block;clear:both}

.block_contents_in2 .topnews_block{box-sizing:border-box;width:230px;float:none;margin:0 0 10px 0;padding:0}
.block_contents_in2 .topnews_link,.block_contents_in2 .topnews_link:link,.block_contents_in2 .topnews_link:visited,.block_contents_in2 .topnews_link:active{display:block;box-sizing:border-box;width:230px;border:1px solid #e2e2e2;border-radius:8px;background:#fff;text-decoration:none;color:inherit;padding:8px;transition:background .2s,box-shadow .2s}
.block_contents_in2 .topnews_img{display:block;width:214px;height:160px;border-radius:6px;object-fit:cover}
.block_contents_in2 .topnews_title{margin:10px 0 0;font-size:13px;line-height:135%;font-weight:700;color:#111;text-decoration:none;max-height:35px;overflow:hidden}
.block_contents_in2 .topnews_link:hover{background:#f3f3f3;box-shadow:0 1px 8px rgba(0,0,0,.06)}
.block_contents_in2 .topnews_link:active{background:#ededed}

.block_kat_news {
	width: 130px;
	height: 110px;
    float: left;
	margin-left: 0px;
    border:1px solid #d20c0c; 
}
a.b_kategorii {
    float: right;
  	padding-right: 15px;
	font-family: Tahoma, Arial;
	font-size: 12px;
    font-weight:normal;
	color: #fff4ed;
	text-shadow: #cd5300 1px 1px 1px;
	text-decoration: underline;
}
a.b_kategorii:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
    font-weight:normal;
	color: #f9dcc9;
	text-shadow: #cd5300 1px 1px 1px;
  	text-decoration: none;
}
a.b_kategorii2 {
    float: right;
  	padding-right: 15px;
	font-family: Tahoma, Arial;
	font-size: 12px;
    font-weight:normal;
	color: #edf9ff;
	text-shadow: #006fcd 1px 1px 1px;
	text-decoration: underline;
}
a.b_kategorii2:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
    font-weight:normal;
	color: #c9e5f9;
	text-shadow: #006fcd 1px 1px 1px;
  	text-decoration: none;
}

.help_sites {color:#5e5e5e; border-top: 1px solid #ff5858; float: left; width: 100%; padding-top:5px; margin: 20px 0;}

/*---Прокрутка страницы вверх---*/
#toTop:hover {background-position: 0 -43px;}
#toTop{position:fixed;z-index:9999;bottom:0;left:16%;right:auto;background:url("../images/toptop.webp") no-repeat;width:41px;height:43px;border:none;cursor:pointer;color:transparent;text-decoration:none;opacity:.8;-moz-opacity:.8;filter:alpha(opacity=80)}

/*-----------------------------------Кнопки социальных сетей  */

.block_social {
    width: 100%;
    height: 34px;
    margin: 15px 0;
    float: left;
  overflow:hidden;
}
.block_social2 {
    width: 430px;
    height: 100px;
    margin: 0;
    float: right;
}
.block_social_static {
    width: 100%;
    height: 100%;
    margin: 30px 0;
    float: left;
}
.b-share-btn__wrap {
    margin-right: 10px;
}
.b-share {
    padding: 1px 3px 1px 0px !important;
}
.b-share_theme_counter .b-share__handle {
    height: 32px !important;
  min-height:32px;line-height:32px;
}
.b-share_theme_counter .b-share-btn__wrap{display:inline-flex;align-items:center;min-height:32px;}
.b-share_theme_counter .b-share__link{display:inline-flex;align-items:center;height:32px;min-height:32px;line-height:32px;}
.b-share_theme_counter .b-share__handle{display:inline-flex;align-items:center;height:32px;min-height:32px;line-height:32px;}
.b-share{display:inline-block;min-height:32px;line-height:32px;}

.b-share-icon{display:inline-block;width:22px !important;height:22px !important;background:url("../images/sprite.webp") no-repeat 0 0 transparent !important;}

.b-share_theme_counter .b-share_type_small .b-share-icon {
    margin: 5px 6px 0 7px;
}
.b-share-counter {
    font-size: 13px!important;
    line-height: 14px!important;
    margin: 4px 4px 0px 1px!important;
    background-color: #ffffff;
    color: #282828 !important;
    padding: 6px 8px 4px 8px;
  	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.b-share__link:active  {
   border:0!important;
}
.b-share-icon_vkontakte  {
    background-position: -9px -3px !important;
}
.b-share-icon_moimir {
    background-position: -47px -3px !important;
}
.b-share-icon_odnoklassniki {
    background-position: -87px -3px !important;
}
.b-share-icon_twitter {
    background-position: -126px -3px !important;
}
.b-share-icon_gplus {
    background-position: -164px -3px !important;
}
.b-share-icon_facebook  {
    background-position: -203px -3px !important;
} 
.b-share-icon_lj {
    background-position: -240px -3px !important;
}
.b-share_theme_counter .b-share__handle::after{display:block;width:22px;height:22px;content:"";margin:0 6px 0 7px;}

/*-----------------------------------Мои тизеры под новостями 140х140  */


.topnews_blockmini {
	width: 155px;
	height: 218px;
	float: left;
	margin: 0px;
    padding: 5px;
	display:inline-block;   
	position:relative;
}
.topnews_blockmini img {
	width: 140px;
	height: 140px;
	border:2px solid #1394d7; 
	margin: 3px 5px;
}
.topnews_blockmini span {
    display: inline-block;
    position: absolute;
    top: 0px;   
    left: 0px;
}
a.link_cat_indmini  {
    color:  #116eed !important;
    text-decoration: none !important;
	display: block;
	width: 155px;
	height: 70px;
	padding: 158px 5px 0 5px;
}
a.link_cat_indmini:hover  {
	color: #0044a0 !important;
    text-decoration: none !important;
}

/* Контейнер быстрого ответа */
#dlefastreplycomments{
  padding: 14px 16px 16px;
  margin: 2px 5px 20px 5px;
  background: #e5f5ff;  
  border: 1px solid #fff; 
  border-radius: 8px; 
  box-shadow: 0 10px 20px 10px rgba(59,130,246,.12); /* мягкая широкая тень */
  overflow: visible;
}
#dlefastreplycomments .commentsreplyname,
#dlefastreplycomments .commentsreplymail{
  margin-bottom: 12px;
}

#dlefastreplycomments textarea{
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #bcc0c2;
  border-radius: 8px;
}

/* Для рекапчи/кнопок тоже небольшой отступ сверху */
#dlefastreplycomments .recaptcha,
#dlefastreplycomments .reply-actions{
  margin-top: 12px;
}

#dlefastreplycomments input {
  margin-top: 10px;
}
.commentsreplyname,
.commentsreplymail{
  float: left;
  width: auto !important;
  padding-right: 10px;
  box-sizing: border-box;
}
/* сам input: делаем узким и аккуратным */
.commentsreplymail input[type="text"],
.commentsreplyname input[type="text"]{
  width: 240px !important;
  padding: 8px 10px;
  border: 1px solid #bcc0c2;
  background: #fff;
  border-radius: 8px;
  line-height: 1.2;
  outline: none;
}

.commentsreplymail input[type="text"],
.commentsreplyname input[type="text"]:focus{
  border-color: var(--tk-primary, #3b82f6);
  box-shadow: 0 0 0 3px rgba(59,130,246,.15);
}
/*-----------------------------------Form for send order start*/

.ajax-form {
	width:100%;
	height: 200px;
	background-color: #a0120b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 40px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#ajaxform {
	padding-top: 15px;
}
.formok {
	display: none;
	padding-top: 60px;
}
.formok .thanks {
	font-size: 24px;
	color: #ffde1d;
	font-weight: 600;
}
.formok .desc {
	padding-top: 20px;
	font-size: 16px;
	color: #ffffff;
}
.form-line {
	margin-bottom: 5px;
}
.form-line input[type="text"] {
	height: 10px;
	width: 270px;
	padding: 15px;
	color: #919191;
	font-size: 14px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:none;
}

.form-line input[type="text"].has-error {
	width: 264px;
	height: 4px;
	color: #d73922;
	border: 3px solid #0d4ca2;
}

.form-line input[type="submit"]{
	cursor: pointer;
	width: 300px;
	height: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	color: #313132;
	font-size: 16px;
	font-weight: 600;
	background-color: #ffe719; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe719), to(#ff7d00));
	background-image: -webkit-linear-gradient(top, #ffe719, #ff7d00);
	background-image: -moz-linear-gradient(top, #ffe719, #ff7d00);
	background-image: -ms-linear-gradient(top, #ffe719, #ff7d00);
	background-image: -o-linear-gradient(top, #ffe719, #ff7d00);
	background-image: linear-gradient(to bottom, #ffe719, #ff7d00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffe719, endColorstr=#ff7d00);
}

.form-line input[type="submit"]:hover{
	color: #8a0600;
	background-color: #ff7d00; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7d00), to(#ffe719));
	background-image: -webkit-linear-gradient(top, #ff7d00, #ffe719);
	background-image: -moz-linear-gradient(top, #ff7d00, #ffe719);
	background-image: -ms-linear-gradient(top, #ff7d00, #ffe719);
	background-image: -o-linear-gradient(top, #ff7d00, #ffe719);
	background-image: linear-gradient(to bottom, #ff7d00, #ffe719);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff7d00, endColorstr=#ffe719);
}

/*-----------------------------------Form for send order end*/

.sticky-content.fixed{
	position: fixed;
	top: 0;
	margin-bottom: 20px;
	width: 230px;
	float: left;
	padding-bottom: 10px;
}

.instagram-media, .twitter-tweet {display: inline-block !important;}
#vk_groups{
	margin: 0 auto;   padding-top: 30px;
}

.search_result {
	z-index: 10;
	padding: 0;
	margin: 0;
	margin-left: 3px;
	margin-top: -2px;
}
.search_result li {
	margin: 0 !important;
	box-sizing: border-box;
	background-image: none !important;
	padding: 7px !important;
}
.sr-only{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;}
td#inside .hint {
	display: block;
	font-weight: normal;
	background: #f5f5f5;
}

td#inside {
	font-weight: bold;
}

table.result {
	width: 100%;
}
.speedbarstyle {padding:10px; height: 14px;}

.domobile {
  padding: 10px 16px;
  margin: 10px 0;
  background-color: #1f96ed;
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 20px;
  z-index: 10;  
}

.domobile a {
 font-size: 16px;   
 text-decoration: none;
 background-color: #1f96ed;
 color: #fff;
}

.linkcomments a {
  border: 2px solid #1f96ed;
  background-color: #e1f2ff;
  padding: 10px 16px;
  	color: #000;
	font-size: 16px;
	text-decoration: none;
	margin:10px 0;
  float: left;
}
.linkcomments a:hover {
  background-color: #1f96ed;
  	color: #fff;
}


/*----------------------------------My 1 CPA easer in Article--*/
.teaser-block {
  	margin: 0px;
	padding: 0px;
  width: 100%;
  hight: 100%;
  float: left;
}
.fix-block {
    margin: 15px auto 0 auto;
    padding: 10px;
}
.fix-block a {
    display: flex;
    text-decoration: none;
    color: #000;
}
.fix-block img {
    width: 150px;
    height: 150px;
    transition: all .4s;
    -webkit-transform: scale(1);
    transform: scale(1);
     margin-right: 20px !important;
}
.fix-block span {
    font-weight: 400;
  color: #000;
}
.fix-block span i {
    display: block;
    border: 1px solid #CCC;
    height: 30px;
    line-height: 30px;
    width: 200px;
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    border-radius: 5px;
}
/*----------------------------------My 1 CPA teaser in Article--END*/

.lazy-hidden {
  background: #178de6 url(../images/gears-gif-preloader.gif) no-repeat 50% 50% !important;
	width: 80px !important;
  height: 80px !important;
  display: block;
}

/*---------------------------------- CSS Autors */
.author-blok{width: 100%; float:left; padding: 10px 0;  font-size: 13px; line-height: 160%; margin: -20px 0 10px 0; border-bottom: 2px solid #000;}
.picdocleft {float: left;margin-right: 15px; border-radius: 50%;}
.greyautor {color: #565659; font-style:italic;}

/*---ratebox---*/
.rate-content {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.textoceni {
 float: right; 
  display: block;
  margin: 7px 10px 0 0;
  font-size: 14px;
}
.counter_rate {
	margin-top: 3px;
	padding-top: 9px;
	padding-right: 4px;
    display: block;
    height: 30px;
	width: 58px;
	float: right;
	text-align: center;
    line-height: initial;
	font-size: 12px;
	text-shadow: #f7f7f7 1px 1px 0px;
    background: url("../images/sprite.webp") -803px -131px no-repeat;	
}
.ratebox ul li {padding-left: 0 !important; }

.ratebox {
	margin-top: 3px;
    padding-top: 6px;
	padding-left: 8px;
    display: block;
    height: 30px;
	width: 100px;
    background: url("../images/sprite.webp") -692px -131px no-repeat;
	float: right;
}

.ratebox ul {
    margin: 0;
    padding: 0;
}
.ratebox2 {
  	width: 60px;
	height: 16px;
    float: left;
    text-align: left;
    padding: 7px 0px 0px 10px;
}
.ratebox3 {
  	width: 30px;
	height: 10px;
   float: right;
    padding: 0px 0px 10px 10px;
}
.ratebox2 img {
    width:14px;
}

.hightblock {
  width: 230px;
	height: 1100px;
    float: left;
}

figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}

.title_spoiler svg {
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}

.mce-accordion summary {
	cursor: pointer;
}

#dle-comments-form-result {
    margin: 10px 0 15px;
    font-size: 14px;
}

/* Успешное сообщение */
#dle-comments-form-result .success {
    background: #e6f9e8;
    border: 1px solid #27ae60;
    color: #2d7a42;
    padding: 10px 12px;
    border-radius: 6px;
}

/* Ошибка */
#dle-comments-form-result .error {
    background: #fdeaea;
    border: 1px solid #e74c3c;
    color: #a8231a;
    padding: 10px 12px;
    border-radius: 6px;
}

.comments-image-gallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.comments-image-gallery li{
	list-style: none;
	margin: 0;
	padding: 0;  
}

.comments-image-gallery li img{
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.mce-toc {
  border: 1px solid #dbdada;
  margin: 0 0 .7rem 0;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.mce-toc ul ul {
  padding-left: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.mce-toc li {
  list-style-type: none;
}

.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 400px;
	}
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
	background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
	background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
	background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
	background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
	background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
	background-color: #FF5722;
}

input[type="text"].comments_author_field {
	width: 100%;
	margin-bottom: 10px;
}

.ui-dialog-buttonset button.ui-button-delete {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.ui-dialog-buttonset button.ui-button-delete:hover {
    background-color: #db3a2f;
    border-color: #db3a2f;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.form-check-label {
    cursor: pointer;
}
.form-check-input {
    color: #0c5f7eed;
    flex-shrink: 0;
    width: 1.12rem;
    height: 1.12rem;
    margin: -0.188rem 0.625rem 0 0;
    appearance: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #0c5f7eed;
    vertical-align: middle;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox] {
    border-radius: .25rem;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.quote_link {
	float: right;
}
.quote_link svg {
	color: #6c838e;
	vertical-align: middle;
}

/* Блок калории порции и время */
.recipe-info-block {
  margin: 20px 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e6eef5;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  max-width: 660px;
  clear: both;
}

.recipe-info-header { background: linear-gradient(90deg, #3db701, #56e90e); color: #fff; padding: 14px 18px; font-weight: 700; font-size: 18px; }

.recipe-info-header h2 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.recipe-info-content {
  padding: 16px 18px;
}


.recipe-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.recipe-info-item {
  border: 1px solid #e6eef5;
  border-radius: 10px;
  padding: 14px;
  background: #fff;
  transition: all 0.3s ease;
}

.recipe-info-item:hover {
  border-color: #59bcef;
  box-shadow: 0 4px 12px rgba(89, 188, 239, 0.25);
  transform: translateY(-2px);
}

.recipe-info-label {
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #5a6167;
}

.recipe-info-value {
  font-size: 22px;
  font-weight: 700;
  color: #26343f;
  margin-top: 6px;
  transition: color 0.3s ease;
}

.recipe-info-item:hover .recipe-info-value {
  color: #59bcef;
}
.recipe-ingredients-layout {
  display: flex;
  align-items: flex-start; /* картинка по верхнему краю */
}

.recipe-ingredients-layout .ingredients-image {
  flex: 0 0 auto; /* фиксируем ширину */
  margin-right: 20px;
}

.recipe-ingredients-layout .ingredients-image img {
  max-width: 220px;
  height: auto;
  display: block;
}

.recipe-ingredients-layout .ingredients-list{
  flex:1;
  font-size:16px;
}

/* убираем старые маркеры */
.ing-list{ margin:0; padding:0; list-style:none; }
.ing-list li{ margin:0 0 .6em 0; }

/* кликабельная строка целиком */
.ing-list li label{
  display:flex; align-items:center; gap:10px; cursor:pointer;
}

/* кастомный чекбокс */
.ing-list input[type="checkbox"]{
  width:18px; height:18px; flex:0 0 18px;
  appearance:none; -webkit-appearance:none; outline:0;
  border:2px solid #19b34a; border-radius:4px; background:#fff;
  display:inline-block; position:relative;
  transition:all .15s ease;
}
.ing-list input[type="checkbox"]:hover{ filter:brightness(1.08); }

.ing-list input[type="checkbox"]:checked{
  background:#19b34a; border-color:#19b34a;
}
.ing-list input[type="checkbox"]:checked::after{
  content:""; position:absolute; left:4px; top:1px;
  width:6px; height:10px; border:2px solid #fff;
  border-top:none; border-left:none; transform:rotate(45deg);
}

/* текст ингредиента */
.ing-list span{
  font-size:16px; line-height:1.6;
}

/* отметили — зачеркнуть и приглушить */
.ing-list input[type="checkbox"]:checked + span{
  text-decoration: line-through;
  color:#7a8a99;
}
/* Ингредиенты: никаких маркеров/картинок слева */
.recipe-ingredients-layout .ingredients-list ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.recipe-ingredients-layout .ingredients-list li{
  background: none !important;   /* гасим arrow_marker.gif */
  padding-left: 0 !important;    /* убираем отступ под «точку» */
}
/* на всякий случай гасим кастомные точки через ::before */
.recipe-ingredients-layout .ingredients-list li::before{ 
  display: none !important;
}
/* и системный маркер */
.recipe-ingredients-layout .ingredients-list li::marker{
  content: '';
}

/* ===== Таблицы  ===== */
.tk-table-wrap { margin:20px 0; border-radius:6px; overflow-x:auto; -webkit-overflow-scrolling:touch; width:650px; }

/* scrollbar-gutter:stable - добавить в случае проблем с таблицей */
.tk-table-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;}

/* Chrome / Edge / Opera / Safari */
.tk-table-wrap::-webkit-scrollbar{height:12px;}
.tk-table-wrap::-webkit-scrollbar-track{background:#ececec;border-radius:999px;}
.tk-table-wrap::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:999px;border:2px solid #ececec;}
.tk-table-wrap::-webkit-scrollbar-thumb:hover{background:#a8a8a8;}
/* Firefox */
.tk-table-wrap{scrollbar-width:auto;scrollbar-color:#bdbdbd #ececec;}

.story_conteiner .tk-table-wrap {width: 662px; overflow-x: auto;}

.tk-table { border-collapse:collapse; width:100%; min-width:500px; }

.tk-table thead tr {
  background:#349900;
  color:#fff;
  text-align:left;
}

.tk-table th,
.tk-table td {
  padding:10px;
  border:1px solid #ccc;
  vertical-align:top;
}

.tk-table thead th + th {
  border-left:1px solid #fff;
}

.tk-table tbody tr:nth-child(even) {
  background:#f5f5f5;
}

/* ===== CALC TOOLS (ПК) ===== */
.calc-tools.recipe-info-block{ max-width:662px; }

/* Шапка */
.calc-tools__header{
  background:#fff;
  color:#111;
  text-align:center;
  font-weight:800;
  font-size:18px;
  padding:14px 18px;
  border-bottom:1px solid #e9eef3;
}

/* Корпус с кнопками (в ряд) */
.calc-tools__body{
  display:flex;
  flex-wrap:wrap;   /* оставим, чтобы два блока делили строку поровну */
  gap:12px;
  padding:16px 18px;
  box-sizing:border-box;
}

/* Кнопки (2 в ряд, равная ширина) */
.calc-tools__btn{
  flex:1 1 0;
  min-width:0;
  display:flex; align-items:center; justify-content:center;

  height:56px;
  padding:0 16px;
  border-radius:14px;

  font-weight:750;
  font-size:17px;
  line-height:1;
  color:#fff !important;

  /* градиент сверху #448bff &#8594; снизу #1461e0 + лёгкий блик */
background:
  radial-gradient(60% 140% at 50% -40%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 60%),
  linear-gradient(to bottom, #56e90e 0%, #3db701 55%, #2a8f00 100%);
box-shadow: 0 6px 16px rgba(61,183,1,.25);
border: 1px solid rgba(255,255,255,.18);

  text-decoration:none !important;
  transition:transform .06s ease, box-shadow .12s ease, filter .12s ease;
}

/* Состояния ссылок */
.calc-tools__btn:link,
.calc-tools__btn:visited,
.calc-tools__btn:hover,
.calc-tools__btn:active,
.calc-tools__btn:focus{
  color:#fff; text-decoration:none;
}

/* Hover/active/focus */
.calc-tools__btn:hover{
  filter:brightness(1.22);
  box-shadow:0 10px 22px rgba(90,71,199,.28);
}
.calc-tools__btn:active{ transform:translateY(1px); }
.calc-tools__btn:focus{ outline:2px solid #b9b2ff; outline-offset:2px; }

  .ingredients-scale { margin: 8px 0 12px; display:flex; align-items:center; gap:6px; flex-wrap:wrap; }
  .ingredients-scale button { padding:6px 10px; border:1px solid #d0d5dd; border-radius:8px; background:#f6f7f9; cursor:pointer; }
  .ingredients-scale button:hover { background:#eef1f5; }

.tk-collapse{border:2px solid #2aa000;border-radius:6px;padding:0}
.tk-collapse>summary{padding:10px 12px;cursor:pointer}
.tk-collapse[open] ul{margin-top:10px}

/* ==================== Выпадающее меню */
#dropmenudiv {
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	background-color: #2e5581;
	margin: 2px;
	opacity: 0.94;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
	filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
}

#dropmenudiv a {
	display: block;
	text-indent: 3px;
	text-decoration:none;
	color: #fff;
	border: 1px solid #fff;
	padding: 1px 0;
	margin: 1px;
	font-weight: bold;
	font-size: 10px;
	background-color: #2e5581;
}

#dropmenudiv a:hover {
	background-color:#1c1c1c;
	color:#fff;
	font-size: 10px;
}

/* 
 * ========================================
 * Показ древовидных комментариев
 * ========================================
 */

.comments-tree-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-tree-list .comments-tree-list {
	padding-left: 30px;
}

.comments-tree-item {
	display: block;
	margin: 0;
	padding: 0;
}

/* 
 * ========================================
 * Рейтинг 
 * ========================================
 */

.rating {
		color: #666666;
		font-family: Tahoma, helvetica, sans-serif;
		font-size: 11px; 
		width: 85px;
		height: 16px;
	}
	.unit-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 85px;
		height: 16px;
		position: relative;
		background: url('../dleimages/rating.png') top left repeat-x;		
	}
	
	.unit-rating li{
	    text-indent: -90000px;
		padding:0px;
		margin:0px;
		float: left;
	}
	.unit-rating li a{
		display:block;
		width:17px;
		height: 16px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 17;
		position: absolute;
		padding: 0px;
	}
	.unit-rating li a:hover{
		background: url('../dleimages/rating.png') left center;
		z-index: 2;
		left: 0px;
	}
	.unit-rating a.r1-unit{left: 0px;}
	.unit-rating a.r1-unit:hover{width:17px;}
	.unit-rating a.r2-unit{left:17px;}
	.unit-rating a.r2-unit:hover{width: 34px;}
	.unit-rating a.r3-unit{left: 34px;}
	.unit-rating a.r3-unit:hover{width: 51px;}
	.unit-rating a.r4-unit{left: 51px;}	
	.unit-rating a.r4-unit:hover{width: 68px;}
	.unit-rating a.r5-unit{left: 68px;}
	.unit-rating a.r5-unit:hover{width: 85px;}
	.unit-rating li.current-rating{

		background: url('../dleimages/rating.png') left bottom;
		position: absolute;
		height: 16px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
}
  .rate-content .unit-rating,
  .rate-content .unit-rating li{
    list-style: none !important;   /* убираем маркер */
  }
  .rate-content .unit-rating li::marker,
  .rate-content .unit-rating li::before{
    content: none !important;      /* глушим возможные псевдо-маркеры */
  }

/* 
 * ========================================
 * BB коды
 * ========================================
 */ 
.bbcodes_serch {
    background: #fff url(../images/menu_top.gif) repeat-x 0 -344px;
	border: 1px solid #d7d7d7;
	color: #3d3d44;
	font-family: Tahoma, Arial;
	vertical-align: middle;
	font-size: 12px;
	height: 23px;
	font-weight: normal;
	width: 250px;
	margin: 5px 0 0 0;
	padding: 0 7px;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.bbcodes_vote,
.bbcodes,
.bbcodes_serch_but {
  display: inline-flex; 
  margin-top: 3px;  
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font: bold 11px Tahoma, Arial, sans-serif;
  color: #fff;
  white-space: nowrap;
  min-height: 26px;
  padding: 0 12px; 
  box-sizing: border-box;
  background: linear-gradient(to top, #2aa300 0%, #3db701 55%, #56e90e 100%);
  border: 1px solid #2e9a00;
  border-radius: 10px;
  text-shadow: 1px 1px 1px #1f8a02;
  box-shadow: 0 2px 6px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.12);
  cursor: pointer;
  transition: filter .15s ease, transform .05s ease, box-shadow .15s ease, background .15s ease;
}
input.bbcodes_vote,
input.bbcodes,
input.bbcodes_serch_but {
  appearance: none;
  -webkit-appearance: none;
}
.bbcodes_vote:hover,
.bbcodes2:hover,
.bbcodes3:hover,
.bbcodes:hover,
.bbcodes_serch_but:hover,
.bbcodes_vote:hover,
.bbcodes2 a:hover,
.bbcodes3 a:hover,
.bbcodes:hover,
.bbcodes_serch_but:hover {
  filter: brightness(1.06);
  transform: translateY(1px);
  box-shadow: 0 1px 4px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.18), inset 0 -2px 0 rgba(0,0,0,.18);
}
.bbcodes_vote:active,
.bbcodes2:active,
.bbcodes3:active,
.bbcodes:active,
.bbcodes_serch_but:active,
.bbcodes_vote:active,
.bbcodes2 a:active,
.bbcodes3 a:active,
.bbcodes:active,
.bbcodes_serch_but:active {
  transform: translateY(1px);
  box-shadow:
    0 1px 4px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -2px 0 rgba(0,0,0,.18);
}
.bbcodes_vote:focus,
.bbcodes2:focus,
.bbcodes3:focus,
.bbcodes:focus,
.bbcodes_serch_but:focus,
.bbcodes_vote:focus,
.bbcodes2 a:focus,
.bbcodes3 a:focus,
.bbcodes:focus,
.bbcodes_serch_but:focus {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(86,233,14,.35),
    0 2px 6px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -1px 0 rgba(0,0,0,.12);
}

.bbcodes2 a {
	color: #eafaff;
	font-size: 11px;
	font-family: Tahoma, Arial;
	background: #349e00 url("../images/menu_top.gif") repeat-x 0 -85px;
	font-weight: bold;
	border: 1px #2f8f00 solid;
	padding-top: 5px;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 100px;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 3px;
	text-shadow:#066e02 1px 1px 1px;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.bbcodes3 a {
	font-size: 11px;
	font-family: Tahoma, Arial;
	background: url(../images/menu_top.gif) 0 -244px;
	font-weight: bold;
	border: 1px #b3b3b3 solid;
	padding-top: 5px;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 100px;
	text-align:center;
	text-decoration:none;
	float:left;
	margin: 0 3px;
	text-shadow:#fff 1px 1px 1px;
	border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.editor_button {
	float:left;
	cursor:pointer;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #303030;
}
.editor_buttoncl {
	float:left;
	cursor:pointer;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
.editbclose {
	float:right;
	cursor:pointer;
}
.addnews {
	font-weight:bold;
}
/* 
 * ========================================
 * Дополнительные поля новостей 
 * ========================================
 */ 

.xfields textarea {
width:500px; height:90px; font-family:verdana; font-size:11px; border:4px solid #E0E0E0;
}
.xfields input {
width:250px; height:18px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;
}
.xfields select {
height:18px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;
}
/* 
 * ========================================
 * Поиск по сайту и результаты поиска
 * ========================================
 */

.search {
	font-family: tahoma;font-size: 11px;
	color:#303030;
	text-decoration: none;
	}

.textin {
	font-family: tahoma;
	font-size: 11px;
	color:#666;
	text-decoration: none;
	background-repeat: repeat-x;
	width: 240px;
	height: 17px;
	border: 1px solid #999;
	}

.sresult  {
	text-align: justify;
	font-family:verdana;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 16px;
	font-size:12px;
	color:#606D77;
}
/*--------Уведомление для незареганых*/
.scriptcode {
	color: #666;
	background-color: #F5F5F5;
	border: 1px dotted #bebebe;
	text-align: left;
	padding: 5px;
	margin: 5px 10px;
}
.quote {
	color: #47484a;
	background-color: #f1f3f5;
	border-left: 4px solid #ee4c4c;
	text-align: left;
	font-family: Arial, Tahoma;
	font-size:15px;
    line-height: 1.6;
	font-weight: normal;
    font-style: italic;
	padding: 10px 10px 10px 20px;
    border-radius:8px;
}





.clipboard-copy-link svg {color: #6c838e; vertical-align: middle; margin-top: -3px; }
/* Оформление математических формул */
.mathml-container {	font-family: math; }
div.mathml-block { font-size: 1.1em; display: flex;	align-items: center; justify-content: center; padding: .139em .35em; }
div.mathml-block .katex { font-size: 1.1em; }
span.mathml-inline { display: inline-block;	vertical-align: middle;	margin: 0 .12em; }
/* Оформление блока скрытого текста */
.dleshowhidden { color: #104d92; background-color: #E3F2FD;	border: 1px solid #1E88E5; box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);	padding: .83em;	}
/* Коррекция оформления спойлера */
.text_spoiler { display: none; }
/* Коррекция оформления календаря */
.monthselect-inner { display: flex;	align-items: center; justify-content: center; gap: 3em;}
.monthselect-title { display: inline-block;}
/* Коррекция оформления редактора при быстром редактировании публикаций */
.dlepopupnewsedit .wseditor{ border-top: none; }
.dlepopupnewsedit .tox .tox-toolbar-overlord { background-color: #f7f7f7; }