* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, .theme-toggle, .planet, svg, .bar {
  transition: background-color 0.4s ease, color 0.4s ease, stroke 0.4s ease!important;
}
.divly-aside-block {
 display: block;
 width: 300px;
 max-width: 100%;
 height: 300px;
 background: url('/images/divly_uhelp.png') no-repeat center;
 margin: 30px auto 0;
 border-radius: 2px;
}

html {
    margin: 0;
    padding: 0;
}
body {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 380;
    font-size: 14px;
    position: relative;
    height: 100%;
}
a {
    color: #488bfa;
    text-decoration: none;
}
.hidden {
    display: none;
}
.intro {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.intro.intro--tabled {
    display: table;
    width: 80%;
    height: 100%;
    max-width: 80%;
}
.footercenter {
    width: 68%;
    display: flex;
    justify-content: flex-end;
}
.intro.intro--footer {
  	width: 90%;
    max-width: 90%;
	display: flex;
}
.table-cell {
    display: table-cell;
    vertical-align: bottom;
}
 .logo-and-copyright {
		width: 220px;
		margin: 0;
  }

/* header */
header {
    background: black;
    height: 60px!important;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
}
header.main {
    height: 145px;
}
header .logo-block {
    float: left;
}
header.main .logo-block {
    float: none;
}
header .logo-block {
    margin: 2px 0;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
header .logo-block a {
    margin-bottom: 5px;
    color: #ffffff;
    text-decoration: none;
}
header .logo-block span {
    vertical-align: middle;
}
.logo {
    display: inline-block;
    background: url('/graphics/ushopwebbotlogowhite.svg') no-repeat center;
    background-size: contain;
    width: 80px;
    height: 40px;
    vertical-align: middle;
    margin: 0;
font-size: 0;
}
.create-button {
    display: flex!important;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 10px 30px;
    align-items: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    float: right;
}

.create-button:hover {
 background-color:white;
 color: black; 
}
.bbucr {
    color: white!important;
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}
.bbucr:hover {
 background-color:transparent;
 color: black!important;
 border-color: black;
}

/* search */
/* search new*/
.queryField {
cursor :pointer;
 width: 225px;
 border: 1px solid black;
 border-radius: 10px 0px 0px 10px;
 height: 40px;
 padding: 0 20px;
 font-family: 'Montserrat', 'sans-serif';
 }
 .searchSbmFl {
cursor :pointer;
 height: 40px;
 width: 40px;
 border: transparent;
 border-radius: 0 10px 10px 0;
 background-color: black;
 color: white;
	 transition: ease 0.3s;
 }
 .searchSbmFl:hover {
	 background-color: #282c34;
} 
 input:focus {
  outline: none; /* Убирает стандартную обводку */
  box-shadow: none; /* Убирает тень, если она есть */
}
/* search new end*/
.search {
    margin: 40px 0;
    text-align: center;
}
.search-block {
    position: relative;
    display: inline-block;
}
.search.search--header {
    float: right;
    margin: -70px 0 0;
}
.search-form input[type="text"] {
    width: 400px;
    height: 50px;
    outline: none;
    border: 2px solid #e0e2e6;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    padding: 0 20px;
    transition: border .25s ease;
    -webkit-transition: border .25s ease;
}
.search-form input[type="text"]:hover {
    border: 2px solid #CACCD0;
    border-right: none;
}
.search-form input[type="text"]:focus {
    border: 2px solid #488bfa;
    border-right: none;
}
.search--header .search-form input[type="text"] {
    width: 225px;
    height: 40px;
    border: 1px solid #e4e5e7;
}
.search-form input[type="submit"] {
    height: 50px;
    display: inline-block;
    background: #00c381;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0 25px;
    letter-spacing: -1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    vertical-align: middle;
    margin: 0 0 0 -6px;
    outline: none;
    cursor: pointer;
    transition: background .25s ease;
    -webkit-transition: background .25s ease;
}
.search-form input[type="submit"]:hover, .search-form input[type="submit"]:focus {
    background: #16D695;
}
.search--header .search-form input[type="submit"] {
    background: #00c381 url('../images/icon_search.png') no-repeat center;
    font-size: 0;
    height: 40px;
    padding: 0 20px;
}
.search--header .search-form input[type="submit"]:hover, .search--header .search-form input[type="submit"]:focus {
    background: #16D695 url('../images/icon_search.png') no-repeat center;
}

/* breadcrums */
.breadcrumbs {
  height:0px;
opacity: 0;
    display: block;
    cursor: default;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
}
.breadcrumb {
    height:1px;
    opacity: 0;
    color: #84878d;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
}
.breadcrumb a {
    color: #84878d;
    cursor: pointer;
    display: inline-block;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #2c2e32;
}
.breadcrumb a:after {
    content: '';
    width: 80%;
    margin: 0 auto;
    height: 1px;
    display: block;
    background: #2c2e32;
    transition: transform .2s ease-in;
    -webkit-transition: transform .2s ease-in;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.breadcrumb a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
}
.breadcrumb:after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin: 0 10px;
}
.breadcrumb:last-child:after {
    content: none;
}

/* aside bar */
.bar {
    float: left;
    width: 300px;
}
.bar.bar--fixed {
    position: fixed;
    top: 80px;
}
.bar.bar--bottom {
    position: absolute !important;
}
.bar-categories, .bar-entries {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bar-categories li, .bar-entries li {
    display: block;
}
.bar-categories li a, .bar-entries li a {
    font-weight:400;
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f6;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #2c2e32;
    transition: background .15s ease;
    -webkit-transition: background .15s ease;
    padding: 12px 20px;
}
.bar-entries li a:hover,
.bar-entries li a:focus,
.bar-entries li.active a,
.bar-categories li a:hover,
.bar-categories li a:focus,
.bar-categories li.active a {
    background: #e4e5e7;
}
.bar-cats, .cat-entries {
max-height: 500px;
    overflow-y: auto;
}
.bar-entries .cat-entries {
    padding-left: 0;
}
.bar-entries.cat-entries li a:before {
content: '\f105';
    font-family: 'FontAwesome';
    color: #84878d;
    margin: 0 10px 0 0;
}
.bar-entries .fa-long-arrow-left {
margin: 0 8px 0 0;
}
.bar-entries .cat-entries li a {
font-size: 15px;
    padding: 10px 20px;
}
.bar-entries .cat-entries li:last-child {
padding-bottom: 20px;
background: #f5f5f6;
}
.bar-categories table tr:first-child li a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.bar-categories table tr:last-child li a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.bar-cats, .bar-entries {
      /*position: absolute;*/
display:none;
    width: 300px;
    z-index: -1;
   opacity: 0;
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.showed {
    opacity: 1;
z-index: 1;
display:block;
}
/* body */
.body-list li a.search-link {
    color: #488bfa;
    text-decoration: none;
    opacity: 1;
    transition: opacity .2s ease;
}
.body-list li a.search-link:hover {
    opacity: 0.8;
}
a.search-link b {
    background: #F5F5F6;
    border-radius: 3px;
    padding: 0 4px 2px;
    display: inline-block;
}
.search-message {
    display: block;
    font-size: 14px;
    color: black;
    padding: 8px 20px 10px;
}
.search-message b {
    background: #F5F5F6;
    padding: 0 4px;
    display: inline-block;
    border-radius: 3px;
}
main {
    margin: 30px 0 auto;
}
main.main-page {
    margin: 0;
}
.body {
    width: 100%;
    padding: 0 0 30px 320px;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
}
.body-title {
    margin: 0 0 30px;
    position: relative;
}
/* Стили сообщений в статье */
.var {
    cursor:pointer;
    font-family: 'Montserrat',sans-serif;
    width: fit-content;
    background: #282c34;
    border-radius: 4px;
    color: #e9dbdb;
    padding: 3px;
    font-size:20px;
}

pre code.hljs {
font-family: "Montserrat", sans-serif!important;
cursor:pointer;
border-radius: 4px;
color:#e9dbdb!important;
padding: 3px!important;
  font-size: 20px!important;
  line-height: 1.55!important;
  white-space:pre!important;
}

.bbu {
    width: 100%;
    color: white;
    font-weight: 400;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    background-color: #4789fc;
    border: 1px solid #4789fc;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}
.bbu:hover {
background-color: #1469fc;
}
.buttonsblock {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.bb {
  font-family: 'Montserrat', SANS-SERIF;
  flex: 1;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  font-size: 24px;
  background: black;
  color: white!important;
  border: 1px solid black;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  gap: 10px;
  box-sizing: border-box;
}
.bb i.fa-arrow-left {
  position: absolute;
  left: 10px;
}

.bb i.fa-arrow-right {
  position: absolute;
  right: 10px;
}
.bb i.fa-home.back {
  top: 64% !important;
}
.bb i.fa-home.back,
.bb i.fa-home.forward {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  line-height: 1;            /* Убираем влияние строки */
  vertical-align: middle;    /* Центрируем иконку */
  font-size: 24px;           /* Ярко задаем размер */
}

.bb i.fa-home.back {
  left: 10px;
}

.bb i.fa-home.forward {
  right: 10px;
}


.u-neighbor-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 17px;
  color: white!important;
  text-decoration: none !important;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .buttonsblock {
    flex-direction: column;
    height: auto;
  }
  .bb {
    font-size: 22px;
    flex: none;
    width: 100%;
    height: 80px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  /* Фиксируем ширину иконок, чтобы они не менялись */
  .bb i.fa-home.back,
  .bb i.fa-home.forward,
  .bb i.fa-arrow-right,
  .bb i.fa-arrow-left {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
    margin: 10px !important;
    flex-shrink: 0;    /* запрещаем сжиматься */
    width: 40px;       /* фиксированная ширина */
    height: 40px;      /* можно задать фикс высоту для иконки */
  }

  .u-neighbor-link {
    padding:0 10px;
    width: 150%;
  }
}

 /* ЦВЕТ КНОПОК ПРИ НАВЕДЕНИИ НА СХЕМАХ*/
.bb:hover {
  background-color: transparent !important;
  color: black !important;
  border-color: black !important;
}

.bb:hover .u-neighbor-link {
  color: black !important;
}
.silk {
font-size: 20px;
    display: inline;
    line-height: 1.55;
    color: black;
    text-align: center;
    vertical-align: baseline;
    border-radius: 4px;
    background-color: #e3e3e3;;
    font-weight: 400;
    margin: 0 2px;
}

.fun-fact {
font-style: italic;
border: 1px solid #34b67a8a;
margin: 0 10px 10px 0;
padding: 10px;
outline-offset: 10px;
border-radius: 10px;
width: 100%;
background-color: #34b67a29;
color: #574848;
font-weight: 400;
font-size: 18px;
}
.fun-fact span {
    font-family: 'Montserrat', sans-serif;
    font-size:  22px;
    font-weight: 500;
    margin: 0;
}
.important {
font-style: italic;
border: 1px solid #f5cfcf;
margin: 0 10px 10px 0;
padding: 10px;
outline-offset: 10px;
border-radius: 10px;
width: 100%;
background-color: #f5cfcf3b;
color: #574848;
font-weight: 400;
font-size: 18px;
}
.important span {
    font-family: 'Montserrat', sans-serif;
    font-size:  22px;
    font-weight: 500;
    margin: 0;
}
.interesting {
font-style: italic;
border: 1px solid black;
margin: 0 10px 10px 0;
padding: 10px;
outline-offset: 10px;
border-radius: 10px;
width: 100%;
background-color: transporent;
color: black;
font-weight: 400;
font-size: 18px;
}
.interesting span {
    font-family: 'Montserrat', sans-serif;
    font-size:  22px;
    font-weight: 350;
    margin: 0;
}
.categorytitle {
  color: #2c2e32;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 30px;
}
h2.body-title {
   color: #2c2e32;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 10px;
}
h1.body-title {
    color: #2c2e32;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 5px;
}
.moder-panel {
    position: absolute;
    margin: 0;
    top: 8px;
    right: 0;
}
.moder-panel .u-mpanel-tooltip {
    display: none;
}
.body-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.body-list li {
    font-size: 22px;
    margin: 0 0 10px;
}


.body-list.body-list--search li {
    margin: 0 0 20px;
}
.body-list li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #84878d;
    margin: 0 10px 0 0;
}
.body-list li a {
    color: #498bfa;

    -webkit-transition: color .2s ease;
}
.body-list li a:hover,
.body-list li a:focus {
    color: black;
    text-decoration:underline;
    text-decoration-color: black;
}

/* content */
.content {
    overflow: hidden;
clear: both;
}
.content.content--home {
    text-align: center;
}
.content.content--add-post {
    padding: 60px 40px 80px;
}
.content.content--add-post .manTable tr {

}
.category-block {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 0 60px;
    padding: 0 10px;
}
.category {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.category .category__name {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #2c2e32;
    display: block;
    margin: 0 0 14px;
}
.category .category__name a {
    color: #2c2e32;
    text-decoration: none;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
}
.category .category__name a:hover,
.category .category__name a:focus {
    color: #488bfa;
    text-decoration: none;
}
.category .category__list {
    display: block;
    width: 100%;
}
.category .category__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.category .category__list ul li {
    color: #84878d;
    display: block;
    margin: 0 0 4px;
}
.category .category__list ul li:last-child {
    margin: 0;
}
.category .category__list li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #84878d;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 2px 0;
}
.category .category__list li a {
    color: #84878d;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.category .category__list li a:hover,
.category .category__list li a:focus {
    color: #498bfa;
}
.category .category__all-link {
    display: inline-block;
    margin: 14px 0 0;
}
.category .category__all-link:after {
    content: '';
    display: block;
    width: 80%;
    margin: 2px auto 0;
    height: 1px;
    background: rgba(72, 139, 250, 0.8);
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.category .category__all-link:hover:after,
.category .category__all-link:focus:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

/* manual */
.manual {
    font-weight: 400;
    color: black;
    font-size: 20px;
    line-height: 1.55;
}
.manual a {
    color: #0e86f8;
}
.manual a:hover,
.manual a:focus {
color: black!important;
text-decoration: underline;
text-decoration-color: black;
}
.manual img {
   	border-radius:10px;
    max-width: 100%;
}

/* footer */
footer {
	width: 100%;
    background: #000000;
    padding: 10px 0 10px;
    text-align: center;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
}
.logo-and-copyright {
    display: inline-block;
    vertical-align: top;
}
.logo.logo--footer {
    background: url('/graphics/ushopwebbotlogowhite.svg') no-repeat center;
    background-size: contain;
    width: 188px;
    height: 20px;
    padding: 10px 0 10px;
    display: flex;
    justify-content: space-around;
}
.copyright, .copy-subtitle {
    display: block;
    text-align: center;
    color: #96999e;
    font-size: 13px;
}
.footer-menu {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.footer-column {
    display: inline-block;
    vertical-align: top;
    padding: 0 24px;
    text-align:left;
}
.footer-column .footer-column__name {
    color: #222222;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.footer-column .footer-column__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.footer-column .footer-column__list li {
    font-size: 14px;
    margin: 0 0 8px;
}
.footer-column .footer-column__list li:last-child {
    margin: 0;
}
.footer-column .footer-column__list li a {
	white-space: nowrap;
    font-size:13px;
    color: #afafaf;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
}
.footer-column .footer-column__list li a:hover,
.footer-column .footer-column__list li a:focus {
  color: white !important;
    text-decoration: underline;
    text-decoration-color: #f5cece;
}
/* social buttons */
.social-buttons {
    display: block;
    overflow: hidden;
    margin: 10px 10px 0;
}
.social-buttons .social-buttons__button {
    display: block;
    float: left;
    width: 41px;
    height: 41px;
    background: #444444;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    margin: 0;
    transition: background .25s ease;
    -webkit-transition: background .25s ease;
}
.social-buttons .social-buttons__button:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.social-buttons .social-buttons__button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.social-buttons .social-buttons__button.social-buttons__button--vk {
    background: #4D75A3;
}
.social-buttons .social-buttons__button.social-buttons__button--vk:hover,
.social-buttons .social-buttons__button.social-buttons__button--vk:focus {
    background: #6a8fb9;
}
.social-buttons .social-buttons__button.social-buttons__button--fb {
    background: #3B5998;
}
.social-buttons .social-buttons__button.social-buttons__button--fb:hover,
.social-buttons .social-buttons__button.social-buttons__button--fb:focus {
    background: #4c70ba;
}
.social-buttons .social-buttons__button.social-buttons__button--tw {
    background: #55ACEE;
}
.social-buttons .social-buttons__button.social-buttons__button--tw:hover,
.social-buttons .social-buttons__button.social-buttons__button--tw:focus {
    background: #83c3f3;
}
.social-buttons .social-buttons__button.social-buttons__button--gp {
    background: #DC4E41;
}
.social-buttons .social-buttons__button.social-buttons__button--gp:hover,
.social-buttons .social-buttons__button.social-buttons__button--gp:focus {
    background: #e4766c;
}
.social-buttons .social-buttons__button.social-buttons__button--ok {
    background: #E67E17;
}
.social-buttons .social-buttons__button.social-buttons__button--ok:hover,
.social-buttons .social-buttons__button.social-buttons__button--ok:focus {
    background: #ec9844;
}*/
.social-buttons {
    float: right;
    display: ruby;
    overflow: hidden;
}
.social-buttons__button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	border-radius: 8px;
}

.social-buttons .social-buttons__button--tg-news {
	background: #549BE2;
}

.social-buttons .social-buttons__button--tg-community {
	border: 1px solid #549BE2;
	background-color: transparent;
}

.social-buttons .social-buttons__button--tg-news:hover,
.social-buttons .social-buttons__button--tg-community:hover{
	opacity: .8;
}

.bar-button {
    width: 50px;
    height: 50px;
    top: 68px;
    left: 20px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    display: none;
}
.bar-button:before {
    vertical-align: middle;
    font-size: 30px;
    content: '\f0c9';
    font-family: 'FontAwesome';
}

body.bar-opened header,
body.bar-opened .breadcrumbs,
body.bar-opened .body,
body.bar-opened footer {
    opacity: 0;
}
/* media */
@media only screen and (max-width: 1024px),
only screen and (max-device-width: 1024px) {
    .intro {
        /*width: 800px;*/
        width: 780px;
    }
    .intro.intro--tabled {
        max-width: 800px;
    }
    .intro.intro--footer {
		align-items: center;
        display: flex;
        max-width: 800px;
    }
    .category-block {
        width: 48%;
    }
    .only-desktop {
        display: none;
    }
    .body {
		margin: 30px 0 10px;
        padding-left: 0;
    }
    .bar {
        float: none;
        position: fixed;
        z-index: 2;
        top: 55px;
        left: -200px;
        opacity: 0;
        visibility: hidden;
        box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.25);
        transition: all .25s ease;
        -webkit-transition: all .25s ease;
    }
    body.bar-opened .bar {
        opacity: 1;
        visibility: visible;
        left: 10px;
    }
    .bar.bar--fixed {
        top: 0px;
    }
    .bar-button {
		top: 15px!important;
        display: block	;
		left: 20px;
    }
      .logo.logo--footer {
        width: 30px!important;
        height: 30px!important;
    }
      .footer-menu {
        flex-direction: column;
        display: flex;
    }
}

@media only screen and (max-width: 800px),
only screen and (max-device-width: 800px) {

    .intro {
        /*width: 600px;*/
        width: 580px;
    }
    .intro.intro--tabled {
        max-width: 600px;
    }
    .intro.intro--footer {
        max-width: 600px;
    }
    .no-low-width {
        display: none;
    }
    .search.search--header {
        display: none;
    }
    .bar-categories li a {
        font-size: 15px;
    }
    .bar {
        width: 250px;
    }
	.bar-bottom {
		top:20px;
		left: 0px;
	}
    .logo.logo--footer {
        width: 30px!important;
        height: 30px!important;
    }
}

@media only screen and (max-width: 760px),
only screen and (max-device-width: 760px) {
    .bar-button {
        width: 50px!important;
        height: 50px!important;
        line-height: 43px;
        font-size: 21px;
        top: 7px!important;
    }
    .bar,.bar,.bar--fixed {
        top: 55px;
		left: 0px;
    }
      .logo.logo--footer {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
      .logo.logo--footer {
        width: 30px;
        height: 30px;
    }
    .intro {
        width: 480px;
    }
    .intro.intro--tabled {
        max-width: 500px;
    }
    .intro.intro--footer {
        max-width: 500px;
		display: flex;
        align-items: center;
     
    }
    .category-block {
        width: 100%;
    }
    .search-form input[type="text"] {
        width: 300px;
    }
    .no-mobile {
        display: none;
    }
    .body {
        padding: 0 50px;
        margin: 10px 0 30px;
    }
    .content--in-manual .body {
        margin: 0;
    }
		.bar-bottom {
		top:20px;
		left: 0px;
	}
}
@media only screen and (max-width: 500px),
only screen and (max-device-width: 500px) {
	header .logo-block a {
    display:none
	}
	.table-cell {
		display:table-row;
	}
	.constructor-block {
    right: 10px!important;
    top: 25px;
  }
    .intro {
        width: 100%;
    }
    .intro.intro--tabled {
		
		display: table;
        width: 100%;
        max-width: 100%;
    }
    .intro.intro--footer {
      align-items:center;
       width: 90%;
        max-width: 90%;
        display: flex;
    }
    .logo.logo--header {
        display: block;
        margin: 4px auto 0;
    }
      .logo.logo--footer {
        width: 30px;
        height: 30px;
    }
    .search-form input[type="text"] {
        width: 200px;
    }
    .search-form input[type="submit"] {
        background: #00c381 url('../images/icon_search.png') no-repeat center;
        font-size: 0;
        padding: 0 20px;
    }
    .search-form input[type="submit"]:hover,
    .search-form input[type="submit"]:focus {
        background: #16D695 url('../images/icon_search.png') no-repeat center;
    }
    .category {
        text-align: center;
    }
    .category .category__list {
        text-align: left;
    }
    .no-low-mobile {
        display: none;
    }
    .logo-block {
        width: 40px;
    }
    .logo-and-copyright {
		width: 220px;
        margin: 0;
    }
	.help-icon {
    margin: 0 10px 0 0;
	}
	.bar-button {
        width: 50px;
        height: 50px;
        line-height: 43px!important;
		left: 20px;
        top:7px!important;
	}
.create-button {
        margin: 0 10px 0 0;
        padding: 10px 20px;
		font-size: 12px;
  }
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
table:not([class]) {
border: 1px solid #e5e5e5;
}
table:not([class]) td, table:not([class]) th {
padding: 7px;
}
table:not([class]) th {
font-weight: bold;
text-align: center;
}

pre {
    font-weight: 500;
    border-radius:4px;
    display: block;
    padding: 4px;
    margin: 0 0 11px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    overflow-x: auto; 
}
code {
    font-weight: 500;
    padding: 2px;
    background: #F0F0F0;
    color: #0000FF;
}
blockquote {
border-left: 6px solid #e5e5e5;
    padding: 6px;
    background: #f5f5f5;
}
.pagesBlockuz1 {
 margin-top: 40px;
 display: block;
}
.catPages1 {
 padding-left: 10.3%;
 text-align: left;
 font-size: 0;
}
.pagesBlock2 {
 float: right;
}
.swchItem,
.swchItem1 {
 border: 2px solid #d7dcde;
 border-radius: 8px;
 color: #d7dcde;
 line-height: 44px;
}
.swchItem,
.swchItemA,
.swchItemDots,
.swchItem1,
.swchItemA1 {
 display: inline-block;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 margin: 0 7px;
 width: 47px;
 height: 48px;
 border-radius: 8px;
 text-align: center;
 font-size: 18px;
 line-height: 44px;
}
.swchItem:first-child,
.swchItemA:first-child,
.swchItem1:first-child,
.swchItemA1:first-child {
 margin-left: 0;
}
.swchItem:last-child,
.swchItemA:last-child,
.swchItem1:last-child,
.swchItemA1:last-child {
 margin-right: 0;
}
.swchItemA,
.swchItemA1 {
 border: 2px solid #488bfa;
 background-color: #488bfa;
 color: #fff;
}
.swchItemDots {
 margin: 0;
 width: 33px;
 color: #d7dcde;
}
.swchItemDots span {
 width: 33px;
}
.swchItem > span,
.swchItemA > span,
.swchItem1 > span,
.swchItemA1 > span {
 display: inline-block;
 width: 44px;
 height: 43px;
 vertical-align: middle;
}
.swchItem:hover,
.swchItem1:hover {
 border-color: #488bfa;
 color: #488bfa;
}
.swchItem.prevPage,
.swchItem.nextPage {
 width: 33px;
 border: none;
 vertical-align: top;
}
.swchItem.prevPage > span,
.swchItem.nextPage > span {
 overflow: hidden;
 width: 6px!important;
 height: 10px!important;
 background: url(/img/new/page-arr.png) no-repeat 0 0;
 text-indent: 150%;
 white-space: nowrap;
 vertical-align: middle!important;
}
.swchItem.prevPage:hover > span {
 background-position: 0 -10px;
}
.swchItem.nextPage > span {
 background-position: -6px 0;
}
.swchItem.nextPage:hover > span {
 background-position: -6px -10px;
}
.pagesBlock1 {
 float: right;
 clear: both;
 padding-bottom: 10px;
}
.pagesBlock1 .swchItem,
.pagesBlock1 .swchItemA,
.pagesBlock1 .swchItemDots,
.pagesBlock2 .swchItem1,
.pagesBlock2 .swchItemA1 {
 margin: 0 2px;
 padding: 0 9px;
 width: inherit;
 height: 30px;
 text-align: center;
 font-size: 14px;
 line-height: 26px;
}
.pagesBlock1 .swchItemDots,
.pagesBlock2 .swchItemDots {
 padding: 0;
}
.pagesBlock1 .swchItem > span,
.pagesBlock1 .swchItemA > span,
.pagesBlock1 .swchItemDots > span,
.pagesBlock2 .swchItem1 > span,
.pagesBlock2 .swchItemA1 > span,
.pagesBlock2 .swchItemDots > span {
 width: inherit;
 height: 26px;
 vertical-align: top;
}
.unsupported{
color: #ff6a6a;
}
.supported{
color: #63a762
}
.obsolete {
color: #FF9C00;
}
ul.u-mpanel-l {list-style:none;}
/*стили для виджета код*/
.code-widget {
  background-color: #1c1c1c;
  padding: 10px;
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 0 5px 0;
}

.code-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.code-widget-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
}

.code-widget-title i {
  margin-right: 8px;
  color: #488bfa;
}

.copy-button {
  background: #000;
  color: #ffffff;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.code-widget-scroll {
  overflow-x: auto;
}

.code-widget pre,
.code-widget code.language-php {
  background: #1c1c1c;
  font-size: 16px;
  color: #e9dbdb;
  white-space: pre;
  font-family: 'Montserrat', monospace;
  display: block;
  line-height: 1.5;
  padding: 0 0 0 24px;
  border-radius: 8px;
}
.code-widget code span {
  font-size: inherit !important;
  font-family: inherit !important;
}

.fun-fact .silk, .fun-fact .language-php {
font-style: normal;
}

/*стили заглушки НЕТ материалов*/
	.no-materials {
	color: #2c2e32;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	}
      .no-materials p {
	  text-align:center;
      }
      .loader {
    height: 100%;
    text-align: center;
    background-color: transparent;
     display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  border: 4px solid black;
  border-radius: 10px;
  top: 50%;
  animation: loader 5s infinite ease;
}
      .no-materials h2 {
	  font-size:30px;
      }
      .no-materials p {
	  font-size:24px;
      }
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: black;
  animation: loader-inner 5s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}
.views {
 color: #2c2e32;
 font-size: 15px;
 display: flex;
 gap: 5px;
 font-family: 'Montserrat';
 justify-content: start;
 align-items: center;
 margin-bottom: 30px;
}
/*начало блок конструктора*/
 .constructor-block {
 top:30px;
 position: absolute;
 right: 0px;
 transform: translateY(-50%);
 display: flex;
 align-items: center;
 gap: 10px;
 z-index: 999;
}

.help-icon {
 width: 25px;
 height: 25px;
 display: flex;
 align-items: center;
 justify-content: center;
 background-color: white;
 color: black;
 border-radius: 50%;
 text-decoration: none;
 font-size: 18px;
 border: 1px solid #ccc;
 transition: background-color 0.3s ease;
}

.help-icon:hover {
 background-color: #f0f0f0;
 color: #000;
}
 /*конец стилей блока с кнопками в шапке*/
 .below-line {
 display: none;
 position: relative;
 width: 100%;
 height: 80px;
 font-family: 'PT Sans', sans-serif;
 font-size: 16px;
 line-height: 18px;
 font-weight: 400;
 background: #f5f5f6;
 color: #2c2e32;
 }
 .below-line-intro {
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 height: 100%;
 }
 .below-line-intro a {
 color: #2c2e32;
 text-decoration: underline;
 }
 .below-line-intro a:hover {
 color: #2c2e32;
 text-decoration: none;
 }
 .below-line-close {
 position: absolute;
 top: 20px;
 right: 20px;
 width: 40px;
 height: 40px;
 text-align: center;
 text-decoration: none;
 font-weight: 400;
 line-height: 40px;
 font-size: 26px;
 color: #2c2e32 !important;
 opacity: .35;
 transition: opacity .2s ease;
 -webkit-transition: opacity .2s ease;
 }
 .below-line-close:before {
 content: "\00d7";
 font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;
 }
 .below-line-close:hover {
 text-decoration: none;
 opacity: 1;
 color: #2c2e32 !important;
 }
 .below-line-button {
 display: block;
 background: #338FFF;
 color: #ffffff !important;
 text-decoration: none !important;
 font-weight: 600;
 padding: 10px 16px;
 border-radius: 4px;
 margin: 0 0 0 20px;
 transition: background .15s ease;
 -webkit-transition: background .15s ease;
 }
 .below-line-button:hover {
 color: #ffffff !important;
 background: #5aa4ff;
 text-decoration: none !important;
 }
 
 
 .banner-container {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 max-width: 1000px;
 margin: 10px auto -20px;
 height: auto;
}

.banner-link {
 display: block;
 width: 100%;
}

.banner-image {
 width: 100%;
 max-width: 1000px;
 height: auto;
 display: block;
}

/* Адаптация под мобильные устройства */
@media (max-width: 1024px) {
 .banner-container {
 max-width: 780px;
 }
}

@media (max-width: 768px) {
 .banner-container {
 max-width: 100%;
 padding: 0 10px;
 }
}

/* Скрытие баннера на устройствах до 767px */
@media (max-width: 767px) {
 .banner-container {
 display: none;
 }
}

/*Форма поиска*/
.searchForm form {
margin: 0;
display: flex;
}
.table-cell {
 position: relative;
 }
 .intro--header {
 display: flex;
 justify-content: flex-start;
 align-items: center; 
}

/* Логотип выравнивается по левому краю */
.logo-block {
 margin-right: auto; /* Это гарантирует, что логотип будет располагаться слева */
}

/* Если требуется, можно убрать другие отступы, которые могут мешать */
.intro--tabled {
 display: table;
 width: 100%;
}
 .search-container {
 position: fixed;
 top: 200px;
 right: -290px;
 z-index: 999;
 display: flex;
 transition: right 0.6s ease;
 }

 .search-container.active {
 z-index: 1001;
 right: 0;
 }

 .search-toggle-btn {
 background: #000;
 color: #fff;
 border: none;
 padding: 15px 10px;
 cursor: pointer;
 border-radius: 10px 0 0 0;
 writing-mode: vertical-rl;
 text-orientation: upright;
 font-size: 20px;
 transition: background 0.6s;
 display: flex;
 align-items: center;
 justify-content: center;
}

 .search-toggle-btn:hover {
 background: #333;
 }

 .search-toggle-btn i {
 font-size: 20px;
 }

 .searchForm {
 background: #fff;
 padding: 10px;
 display: flex;
 align-items: center;
 gap: 8px;
 }

 .searchForm input[type="text"] {
 padding: 5px;
 font-size: 14px;
 }

 .searchForm button {
 background: #000;
 color: #fff;
 border: none;
 padding: 6px 10px;
 cursor: pointer;
 border-radius: 0px 10px 10px 0px;
 }
/* оверлей */
 .overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgb(0 0 0 / 78%);
 display: none;
}

 .overlay.active {
 display: block;
 z-index: 1000; /* Для активного оверлея */ 
 }
/* Стиль для кнопки переключения темы */
#theme-toggle {
 padding: 15px 10px;
 position: fixed;
 right: 0px;
 top: 260px;
 width: 35px;
 height: 60px;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 font-size: 18px;
 text-align: center;
 line-height: 0;
 user-select: none;
}

/* Солнце на светлом фоне для светлой темы */
#theme-toggle.sun {
 background-color: #212121; /* Светлый фон */
 color: #333; /* Черная иконка солнца */
}

/* Луна на темном фоне для темной темы */
#theme-toggle.moon {
 background-color: #ffffff; /* Темный фон */
 color: #fff; /* Белая иконка луны */
}

/* Ховер на темной теме (луна) - осветление */
#theme-toggle.moon:hover {
 transition: background 0.3s;
 background-color: #7d7d7d;
 color: #ddd; /* Светло-серый цвет для луны при ховере */
}

/* Ховер на светлой теме (солнце) - затемнение */
#theme-toggle.sun:hover {
 transition: background 0.3s;
 background-color: #7d7d7d;
 color: #111; /* Темно-серый цвет для солнца при ховере */
}

/* Плавное изменение иконки при переключении */
#theme-toggle.sun,
#theme-toggle.moon {
 transition: transform 0.3s ease-in-out; /* Плавная анимация перехода иконок */
}
 /* Оверлей */
 .share-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgb(0 0 0 / 78%); /* Прозрачный черный фон */
 display: none; /* Скрываем по умолчанию */
 transition: opacity 0.3s ease-in-out;
 }

 .share-overlay.active {
 display: block; /* Показываем оверлей при активации */
 opacity: 1;
 z-index: 999;
 }

 /* Панель для шаринга */
 .share-panel-container {
 width: 285px;
 height: 60px;
 position: fixed;
 top: 350px;
 right: -285px;
 transform: translateY(-50%);
 background-color: #f4f4f4;
 padding: 15px;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
 transition: right 0.6s ease;
 z-index: 999;
 display: flex;
 align-items: center;
 justify-content: center;
 }

 .share-panel-container.active {
 right: 0; /* Позиция при активной кнопке */
 z-index:1001;
 }

 /* Кнопка для выезжающей панели */
 .share-panel-toggle-btn {
 font-size: 20px;
 top: 30px;
 width: 35px;
 height: 60px;
 position: absolute;
 right: 285px;
 transform: translateY(-50%);
 background-color: #000000;
 color: white;
 border: none;
 padding: 10px 5px;
 border-radius: 0 0 0 10px;
 cursor: pointer;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
 transition: background-color 0.6s ease;
 }

 .share-panel-toggle-btn:hover {
 background-color: #333;
 }

 .share-panel-toggle-btn i {
 font-size: 20px;
 }

 /* Стили для кнопок внутри панели */
 .share-buttons {
 display: flex;
 flex-direction: row; /* Расположение кнопок в строку */
 justify-content: flex-start;
 gap: 10px; /* Расстояние между кнопками */
 }

 /* Стили для кнопок внутри панели */
 .share-buttons a button {
 font-size: 20px;
 padding: 10px;
 background-color: #000000;
 color: white;
 border: none;
 border-radius: 5px;
 cursor: pointer;
 width: 50px;
 height: 50px;
 text-align: center;
 transition: background-color 0.3s ease;
 }

 .share-buttons a button:hover {
 background-color: transparent;
 color: #000000;
 border: 1px solid black;
 }

 /* Кнопка копирования ссылки */
 .copy-link-btn {
 width: 50px;
 background-color: #28a745;
 color: white;
 padding: 10px;
 border: none;
 border-radius: 5px;
 cursor: pointer;
 text-align: center;
 transition: background-color 0.3s ease;
 }

 .copy-link-btn:hover {
 background-color: transparent;
 color: #000000;
border: 1px solid black;
 }

/*баннер консультация*/
.consult-banner {
  background-color: #000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-radius: 12px;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom:10px;
}

.icon-circle {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-circle i {
  color: #fff;
  font-size: 20px;
}

.banner-text {
  flex: 1;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  min-width: 200px;
}

/* Адаптивность для планшетов и ниже */
@media (max-width: 768px) {
  .consult-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .banner-text {
    font-size: 14px;
  }
}

.ucozcopy {
  display:flex;
  align-items:center;
  color:#afafaf; 
  font-size:11px;
}
@media (min-width: 1200px) {
  .ucozcopy {
    white-space:nowrap;
  }
}
   .ucozcopy {
  color:#afafaf; 
  font-size:10px;
}
@media (min-width: 1200px) {
  .ucozcopy {
    white-space:nowrap;
  }
}