
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Указываем display для div */
div {
    display: block;
}
/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'IBM Plex Serif', serif;
  overflow-x: hidden;
}
/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class],
li[class],
li {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a:active, a:focus, a:hover {
    outline: none;
}
/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}
/* */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*----  Navigation
------------------------------------=--*/
.menu .dropdown .sub-menu { display: none; }
#menu-wrap {
	text-align: right;
}
.nav {
    
}
.headmenu-img-wrap {
	position: relative;
	height: 100px;
}
.headmenu-img-wrap img {
	width: 37%;
	top: 19%;
	position: absolute;
}
.top-menu {
	padding: 30px 0;
}
.top-menu ul {
    
}
.top-menu ul li {
	display: inline-block;
	margin-right: 10px;
}
.top-menu ul li:hover {
    
}
.top-menu ul li a {
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
}
.top-menu ul li a:hover{
    text-decoration: none;
}

/*---- /  -------------------=---------*/

/*----  Header
--------------------------------=------*/
#header-box h4 {
	margin: 150px 0;
	font-size: 40px;
}
/*----  /  ----------------------------*/

/*---- Page
--------------------------------------*/
.content-wrap {
	display: block;
	width: 100vw;
	height: 100%;
	z-index: 0;    
}
.box-sidebar {
    width: 33%;
}
.box-content {
    width: 73%;
    margin-left: 320px;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.content {
	padding-top: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 300px;
	transition: left .25s ease;
}
#sh-dody-wrap {
    margin: 0 auto;
	max-width: 80%;
	padding: 90px 0px 40px;
	position: relative;
}
.sh-content {
	font-size: 14px;
	color: #34495e;
	border-bottom: 1px #e6e6e6 solid;
}
.sh-content h3 {
    font-size: 25px;
}
#kesha {
    font-size: 20px;
    margin: 20px 0 10px;
    
}
.sh-content p {
    margin: 1.2em 0;
    line-height: 2rem;
    word-spacing: 0.05rem;
}
.half-size {
    width: 49.5%;
    height: 49.5%;
}
.sh-content-img {
    margin: 40px 0;
}
.sh-content-img img {
    transition: transform .3s cubic-bezier(.2,0,.2,1)!important;
}
code {
    line-height: 1.5rem;
}
.sh-content pre {
    position: relative;
    overflow: hidden;
    border: 0;
    margin: 20px 0 40px;
    background: #f8f8f8;
}
.sh-copy-wrap {
	position: absolute;
	top: -25px;
	right: -1px;
	z-index: 2;
}
.options{
    display: none;
}
.sh-copy-wrap button {
	position: relative;
	top: 2px;
	float: right;
	padding: .65em .8em;
	border: 0;
	border-radius: 0;
	outline: 0;
	font-size: 1em;
	background: grey;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	height: 45px;
	width: 145px;
}
.sh-content pre:hover button {
    opacity: 1;
}
.copy-alert {
	position: relative;
	right: 3px;
    top: -23px;
	display: none;
	background: var(--theme-color,grey);
	padding: 6px;
	border-radius: 5px;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.alert-vizible .copy-alert {
    display: block;
}
.variable {
    color: #3d8fd1
}
.function {
    color: #e96900;
}
.comment {
    color: #8e908c;
}
.string {
    color: #42b983;
}
.property {
    color: #c08b30;
}
.php {
    color: #c94922;
}
.sh-content blockquote {
	border-left: 4px solid var(--theme-color,#42b983);
	color: #858585;
	margin: 15px 0;
	font-size: 15px;
	padding: 0 0 0 20px;
}
.sh-content a {
    text-decoration: none;
    color: #42b983;
    font-weight: 600;
}
.typ {
	position: relative;
	margin: 25px 0 !important;
	padding: 0 0 0 20px;
	border-left: 4px solid #f66;
}
.typ::before {
    content: "!";  
    position: absolute;
    background-color: #f66;
    border-radius: 100%;
    color: #fff;
    font-family: Dosis,Source Sans Pro,Helvetica Neue,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -12px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    top: 50%;
    margin-top: -0.650em;
}
.sh-list-metod ul {
    margin: 20px 0 40px;
}
.sh-list-metod ul li, .sh-list-metod-sub ul li {
    list-style: disc;
}
.metod-sub-sub {
    margin-left: 25px !important;
}
.metod-sub-sub li {
    list-style: circle !important;
}
.list-metod-sp-wrap {
	font-size: 20px;
}
.list-metod-sp {
	color: #4b4b4b;
	font-weight: 300;
	font-style: italic;
}
.nophp::after {
    content: "" !important; 
}
pre::after {
    color: #ccc;
    content: attr(data-lang);
    font-size: 13px;
    font-weight: 600;
    height: 15px;
    line-height: 15px;
    padding: 5px 10px 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.module-body {
    width: 51%;
}
.module-body .num, .nam, .relat {
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
}
.num {
    width: 7%;
    border-right: 0px !important;
}
.nam {
   width: 38%; 
   border-right: 0px !important;
}
.relat {
    width: 54%;
}
#module-table-home {
    margin-bottom: 30px;
}
#module-table-home tr:nth-child(2n) {
    background-color: #f8f8f8;
}
#module-table-home td, #module-table-home th {
    border: 1px solid #ddd;
    padding: 6px 13px;
}
.v-menu-wrap, .f-menu-wrap {
    margin: 50px 0 30px;
}
#model-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
}
#model-table th, #model-table td {
    border: 1px solid #ddd;
    padding: 6px 13px;
}
.oshbka-wrap {
    max-width: 80%;
    margin: 0 auto;
}
.oshbka-body {
    padding: 90px 0px;
    height: 80vh;
}
.oshbka-seaarh form span {
    display: none;
}

/*---- / -----------------------------*/

/*----  Sidebar
--------------------------------------*/
.sidebar.hide {
    transform: translateX(-385px);
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.vizible {
    margin-left: 70px;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.sidebar {
	border-right: 1px solid rgba(0,0,0,.07);
	overflow-y: auto;
	margin: -13px 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	transition: transform .25s ease-out;
	width: 320px;
	z-index: 20;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.asiide-shpagolic {
	padding-top: 70px;
	position: fixed;
	border-right: 1px solid rgba(0,0,0,.07);
	width: 320px;
	height: 100vh;
	overflow-y: auto;
}
.app-name {
	margin: 0 0 0 30px;
    font-size: 20px;
    font-weight: 200;
    color: #000;
}
.app-name-link {
    color: inherit;
    text-decoration: none;
}
.app-name-link:hover {
    text-decoration: none;
}


/*---- Sidebar navigation 
--------------------------------------*/
#left-nav-wrap .sidebar-nav ul {
    padding-left: 25px;
}
#left-nav-wrap .sidebar-nav ul ul {
    padding-left: 13px;
}
#left-nav-wrap ul li a {
	color: #505d6b;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
#left-nav-wrap .sidebar-nav ul ul {
    padding-left: 20px;
}
#left-nav-wrap .sidebar-nav ul li {
    margin: 10px 0;
}
#left-nav-wrap .sidebar-nav ul li a.active-elem, .li-sub a.activ {
	color: #42b983 !important;
	display: block;
	border-right: 2px #42b983 solid;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#left-nav-wrap ul li a:hover {
    
} 
#menu-modules {
    padding-bottom: 25px;
}
/*------ Меню Модулей ---------------------------*/
#moldule-menu-wrap {
    margin: 10px 0;
    padding-left: 0;
}
.moldule-home {
    margin-right: -4px; 
}
#moldule-menu-wrap li {
    display: inline-block;
}
.sidebar-nav > li {
    position: relative;
    display: inline-block;
    padding: 5px;
}
.home-home {
    padding: 0;
    margin: 0 !important;
    border-bottom: 1px #42b983 solid;
    display: initial;    
}
a.curent{
    color: #42b983 !important;
    display: block;
    border-right: 2px #42b983 solid;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.sidebar-nav li a:hover{
    
}
/*-- Конпка меню 
--------------------------------------*/

.menu-toggle {
	background: rgba(255, 255, 255, 0.7);
	border: 0;
	outline: none;
	padding: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	transition: opacity .3s;
	width: 16%;
	z-index: 30;
	cursor: pointer;
}
.menu-toggle span {
	background-color: #42b983;
	display: block;
	margin-bottom: 4px;
	width: 16px;
	height: 2px;
}
/*-- Стилизация скрол бавра -------------------------------*/

::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button { background-color: #fff; }
::-webkit-scrollbar-track { background-color: #ccc;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { max-height: 10px; background-color: #ccc; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #ccc;}
::-webkit-resizer { background-color: #ccc;}

/*-- / -------------------------------*/
/*-- / -------------------------------*/
/*-- / -------------------------------*/
/*----  Footer
--------------------------------------*/
.site-footer {
    
}
#footer-box {
    width: 100%;
    display: block;
}
.footer-content {
    width: 65%;
    margin: 0 auto;
}
.sh-copyred {
	display: block;
	float: right;
	font-size: 15px;
	padding: 30px 0;
}
.sh-copyred a {
	    color: #000;
}
#top-scrol {
	bottom: 40px;
	cursor: pointer;
	font-size: 150%;
	position: fixed;
	right: 40px;
	border-radius: 50%;
	color: #5e5d5d;
}
.emojli {
    width: 51px;
    opacity: .3; 
}

/*---- / -----------------------------*/

/*----  Media
--------------------------------------*/

/*---- / -----------------------------*/