svg {
        filter: drop-shadow(1px 1px 1px #32363e);
        fill: aliceblue;
    }
.2domains-freehosting-link {display:none;}
.freehosting-2domains-link {display:none;}
.beta {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: fixed;
    padding: 2px;
    z-index: 99999999999999999999999;
    bottom: 15px;
    left: -55px;
    width: 172px;
    text-align: center;
    background: #964d4d;
    color: #f7f8f9;
    font-size: var(--font-size-2);
}

@font-face {
    font-family: Pixel; /* Имя шрифта */
    src: url(/Pixel.ttf); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: Icon; /* Имя шрифта */
    src: url(/Icon.ttf); /* Путь к файлу со шрифтом */
   }
   P {
    font-family: Pixel;
   }

* {box-sizing: border-box; outline: none;}

form {
    margin: 0px;
}

input[type="submit"]{ -webkit-appearance: none; }
button, input[type="submit"] ,  input[type="button"] ,  input[type="reset"] , .button{
    border-radius: var(--radius);
    border: 1px solid var(--btn_2);
    padding: 10px 15px;
    cursor: pointer;
    background: var(--btn_1);
    color: white;
    transition: .1s ease-in-out;
}
button:hover , input[type="submit"]:hover , input[type="button"]:hover , input[type="reset"]:hover , .button:hover{
    background: var(--btn_2);
}

input[type="reset"] {
	background: var(--green_1);
    border: 1px solid var(--green_2);
}

input[type="reset"]:hover {
	background: var(--green_2);
}

textarea:focus, input:focus, button:focus{
    outline: none;
    border-color: var(--blue_2);
}

textarea, input, select {
    padding: 10px;
    border-radius: var(--radius);
    border: 1px solid var(--gray_2);
    background: var(--form);
    color: var(--text_1);
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 32px;
    border-radius: var(--radius);
    background: var(--form);
    -webkit-transition: .2s;
    transition: opacity .2s;
	padding: 3px;
	margin: 0;
    margin-bottom: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: var(--radius); 
    background: var(--btn_1);
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: var(--radius);
    background: var(--btn_1);
    cursor: pointer;
}

iframe {
    border: 1px solid var(--blue_1);
    border-radius: var(--radius);
}

html {
    margin:0;
    padding:0;
    height:100%;
    width:100%;
	scroll-behavior: smooth;
}

body {
    margin: 0px;
    background: var(--body);
    color: var(--text_1);
    text-size-adjust: 100%;
    white-space: normal;
    min-width: 500px;
    margin: 0px;
    font: 14px / 1.6 "Open Sans", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}






::selection {
    background: #4b4f58;
    color: var(--white);
}
::-moz-selection {
    background: #4b4f58;
    color: var(--white);
}
a {
    text-decoration: none;
    outline: none;
    color: var(--text_1);
}


/* Оформелние ссылок*/

content a[href^="http"]:after { /* Внешние ссылки псевдоэлемент*/
	content: '\e02b';
    font-family: 'Icon';
    padding-left: 2px;
	font-weight: 600;
	display: initial;
}

content a[href*="aliexpress"]:after { /* Внешние ссылки псевдоэлемент значек корзинки*/
	content: '\e07a';
}
content a[href*="t.me"]:after { /* Внешние ссылки псевдоэлемент значек телеграм*/
	content: '\77';
}


content a[href*="microblogg"]:after,
content a[href^="/"]:after { /* Внутренние ссылки псевдоэлемент*/
	display: none;
}

content a[href^="http"] { /* Внешние ссылки*/
	font-weight: 600;
}

content a[href*="microblogg"], content a[href^="/"]{ /* Внутренние ссылки*/
	font-weight: initial;
}

content a[href^="/files/"]:after { /* Добавляем значек загрузки на ссылки к файлам */
	content: '\e092';
    font-family: 'Icon';
    padding-left: 2px;
	font-weight: 600;
	display: initial;
}

content a[href*=".jpg"]:after,
content a[href*=".png"]:after,
content a[href*=".gif"]:after,
content a[href*=".jpeg"]:after { /* Убираем значек загрузки на ссылки к файлам изображений */
	display: none;
}


/* /Оформелние ссылок*/

a.btn {
    padding: 5px 15px;
    background: var(--btn_1);
    color: var(--white);
    border-radius: var(--radius);
    transition: .4s ease-in-out;
}
a.btn:hover {
    background: var(--btn_2);
}

h1 , h2 , h3 , h4{
    font-size: var(--font-size-5);
    margin-bottom: 0px;
	line-height: initial;
	margin-block-start: var(--otstup-all);
    margin-block-end: 0px;
	font-weight: unset;
}

img {
    max-width: 100%;
    border-radius: var(--radius);
    vertical-align: top;
}

hr {
    height: 1px;
    border: none;
    background: var(--gray_2);
}

/* таблицы */
table {
    margin-top: var(--otstup-all);
    font-size: inherit;
    line-height: inherit;
    border: 1px solid var(--gray_2);
    border-bottom: none;
    background: var(--gray_1);
    border-radius: var(--radius);
    width: 100%;
}
th {
    border: none;
    border-right: 1px solid var(--gray_2);
    background: var(--gray_2);
    padding: var(--otstup-all);
}
th:last-child{ 
    border-right: 0px;
}
td {
    border: none;
    border-right: 1px solid var(--gray_2);
    padding: var(--otstup-all);
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--gray_2);
}
td:last-child{ 
    border-right: 0px;
}
tr:hover {
    background: var(--gray_2);
}

/* /таблицы */



/* шапка */
head-log {
    width: 100%;
    background: var(--blue_1);
    min-width: 300px;
    display: block;
    color: var(--white);
    background-color: var(--blue_1);
    background-image: url("https://microblogg.ru/img/bg_info.png");
    background-size: 274px;
    border-bottom: 1px solid var(--blue_3);
	height: calc(100vh - 60px);
	position: relative;
	overflow: hidden;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none; 
}
.box-head-bg {
	z-index: 1;
	max-width
}

.box-head-log {
	top: calc(50% - 150px);
    left: calc(50% - 200px);
    width: 400px;
    height: 150px;
    text-align: center;
    border-radius: var(--radius);
    border: 2px solid #ffffff;
    -webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	z-index: 5;
}

.logo-head-log {
	color: aliceblue;
    line-height: 60px;
    margin: 0px 10px;
    text-align: center;
    font-size: xx-large;
    letter-spacing: 0.1em;
    font-family: Pixel;
}

scroll {
	width: 100px;
    bottom: 0px;
    left: calc(50% - 50px);
    position: absolute;
	height: 60px;
    text-align: center;
	z-index: 5;
}

/**/
a.scroll {
height: 50px;
width: 30px;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
bottom: 60px;
background-color: transparent;
border: 2px solid white;
border-radius: 20px;
cursor: pointer;
outline: none;
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
}
a.scroll:before {
width: 6px;
height: 6px;
position: absolute;
top: 10px;
left: 50%;
content: '';
margin-left: -3px;
background-color: #fff;
border-radius: 100%;
-webkit-animation: scroll_btn-animation 2s infinite;
animation: scroll_btn-animation 2s infinite;
box-sizing: border-box;
}
@keyframes scroll_btn-animation {
0% {
transform: translate(0, 0);
opacity: 0;
}
40% {
opacity: 1;
}
80% {
transform: translate(0, 20px);
opacity: 0;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes scroll_btn-animation {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 0;
}
40% {
opacity: 1;
}
80% {
-webkit-transform: translate(0, 20px);
transform: translate(0, 20px);
opacity: 0;
}
100% {
opacity: 0;
}
}
/**/





head-log > div {
    max-width: var(--width_site);
    padding: var(--otstup-all);
	position: absolute;
}
header {
    width: 100%;
    background: var(--blue_1);
    min-width: 300px;
    position: sticky;
    top: 0;
    left: 0;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none; 
    z-index: 9;
    flex-basis: auto;
    flex: none;
    border-bottom: 1px solid var(--blue_3);
	box-shadow: 0px -2px 6px 2px var(--blue_1);
}
.header-block {
    max-width: var(--width_site);
    padding: var(--otstup);
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

logo {
    -webkit-mask-image: url(/img/svg/logo.svg);
    -webkit-mask-size: 32px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background: #ffffff;
    display: block;
    margin: 0px;
    width: 32px;
    flex: none;
}
logo-text {
    color: aliceblue;
    line-height: 60px;
    margin: 0px 10px;
    text-align: center;
    font-size: x-large;
    letter-spacing: 0.1em;
    font-family: Pixel;
    
}
logo-text span{
    color: var(--gold_1);
    
}
text-name-page {
    color: aliceblue;
    line-height: 60px;
    margin: 0px 10px;
    text-align: center;
    font-size: x-large;
    letter-spacing: 0.1em;
    font-family: Pixel;
    display: none;
}
text-name-page:first-letter {
    color: var(--gold_1);
}

.logo-block > a {
    line-height: var(--header-height);
    padding: 10px;
    color: var(--white);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: smaller;
    font-weight: 1000;
    font-size: 150%;
}

.box_night_btn {
	color: var(--white);
	line-height: var(--header-height);
	min-width: 32px;
}

.night_btn {
	font-family: 'Icon';
	color: var(--white);
	font-size: 32px;
	position: absolute;
	transition: .4s ease-in-out;
}


a.night_btn:hover {
	text-shadow: 0 0 7px var(--white);
}

/* top_menu */
.menu-block {
    width: 100%;
            display: flex;
    justify-content: space-between;
    flex-direction: row;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
nav a {
    text-decoration: none;
    outline: none;
    
}
.topmenu {
    backface-visibility: hidden;
}

.top_menu_ico:before {
	transition: .2s ease-in-out;
 }

.topmenu > li {
    display: inline-block;
    position: relative;
    transition: .4s ease-in-out;
}
.topmenu > li:hover {
    background: rgb(0 0 0 / 18%);
}

.topmenu > li:hover .top_menu_ico:before {
	color: var(--gold_1);
 }

.topmenu > li > a, .topmenu > li > span, .submenu > li > a, .submenu > li > span {
    line-height: var(--header-height);
    padding: 0px 15px;
    color: var(--white);
    letter-spacing: 0.1em;
    font-size: 1em;
    display: block;
}
.topmenu > li > span {
    cursor: default;
}
.submenu {
    padding: 10px;
    position: absolute;
    left: -1px;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    width: 250px;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0% 0%;
    transition: .2s ease-in-out;
    flex-direction: column;
}
.topmenu > li:hover .submenu{
    visibility: visible;
    opacity: 1;
    transform: perspective(600px) rotateX(0deg);
    background: var(--white);
    border-bottom: solid 1px;
    border-right: solid 1px;
    border-left: solid 1px;
    border-radius: 0px 0px 3px 3px;
    border-color: var(--gray_2);
}
.submenu > li > a, .submenu > li > span{
    color: var(--blue_1);
    line-height: 40px;
    font-size: smaller;
    width: 100%;
}
.submenu li a:hover {
    box-shadow: inset -5px 0px 0px 0px var(--blue_1);
}


.menu-burger-btn {
    display: none;
}    

#menu-burger-input {
    opacity: 0;
    height: 0px;
    position: absolute;
}

li.menu_vibor {
    box-shadow: inset 0px -2px 0px #ffffff;
}

/* /шапка */


/* ICONS */
.menu_vibor .top_menu_ico:before {
	color: var(--gold_1);
 }

*[class$="_ico"]:before{
    font-family: 'Icon';
    padding-right: 5px;
}

.down:after {
    content: " \33";
    opacity: 0.8;
	font-family: 'Icon';
    padding-right: 5px;
}

.home_ico:before {
    content: " \e074";
    opacity: 0.8;
}

.news_ico:before {
    content: " \68";
    opacity: 0.8;
}

.articles_ico:before {
    content: " \e058";
    opacity: 0.8;
}

.youtube_ico:before {
    content: " \e0a3";
}

.prochee_ico:before {
    content: " \e060";
    opacity: 0.8;
}

.categories_ico:before {
    content: " \e08c";
    opacity: 0.8;
}

.vk_ico:before {
    content: " \e09b";
}

.instagram_ico:before {
    content: " \e09a";
}

.telegram_ico:before {
    content: " \76";
}

.projects_ico:before {
    content: " \e072";
}
.file_ico:before {
    content: " \68";
}
.papka_ico:before {
    content: " \6d";
}

.date_ico:before {
    content: " \e023 ";
}
.look_ico:before {
    content: " \e101 ";
}

.test_ico:before {
    content: " \e102 ";
}

/* /ICONS */

code:before {
	display: block;
    content: 'Code:';
    height: 30px;
    line-height: 30px;
    color: var(--white);
    background: cadetblue;
    margin-left: -10px;
    padding-left: 10px;
    box-shadow: 0px -5000px 0px 5000px #5f9ea0;
}
code {
	display: block;
    width: 100%;
    overflow-x: auto;
    margin-top: var(--otstup-all);
    background: var(--gray_1);
    border-style: solid;
    border-width: 1px;
    border-color: var(--gray_2);
    padding-left: 10px;
    border-radius: var(--radius);
    white-space: pre;
    max-height: 50vh;
    background: -webkit-repeating-linear-gradient(0deg, var(--code_1), var(--code_1) 22px, var(--code_2) 22px, var(--code_2) 44px);
	background: -o-repeating-linear-gradient(0deg, var(--code_1), var(--code_1) 22px, var(--code_2) 22px, var(--code_2) 44px);
	background: repeating-linear-gradient(0deg, var(--code_1), var(--code_1) 22px, var(--code_2) 22px, var(--code_2) 44px);
	
    line-height: 22px;
    background-attachment: local;
}


box-head {
	padding-bottom: var(--otstup-all);
    font-size: 130%;
    display: block;
    width: 100%;
    line-height: 20px;
}




content {
    max-width: var(--width_site);
    padding: var(--otstup);
    margin: auto;
    display: block;
    width: 100%;
    flex: auto;
}

content2 {
    margin-top: var(--otstup-all);
    background: var(--blue_1);
    color: var(--white);
    border-top: 1px solid var(--blue_3);
    border-bottom: 1px solid var(--blue_3);
	box-shadow: inset 0px 2px 6px var(--shadow_1);
}
content2 a {
    color: var(--white);
}
content2 > div {
    max-width: var(--width_site);
    padding: var(--otstup-all);
    margin: auto;
    display: block;
    width: 100%;
	padding-top: 0;
}


*[class^="box-white"], .box-white {
    background-color: var(--gray_1);
    border-radius: var(--radius);
    border: 1px solid var(--gray_2);
    padding: var(--otstup-all);
    margin-top: var(--otstup-all);
    color: var(--text_1);
	border-bottom: 0px;
}

.box-fialet {
    background-color: var(--blue_2);
    color: var(--text_2);
    border-radius: var(--radius);
    padding: var(--otstup-all);
    margin-top: var(--otstup-all);
}
.box-fialet a {
    color: var(--white);
}

.box-warning, warning {
    background-color: var(--gold_0);
    color: var(--gold_3);
    border-radius: var(--radius);
    padding: var(--otstup-all);
    margin-top: var(--otstup-all);
    font-weight: 600;
    position: relative;
    padding-left: 60px;
    min-height: 110px;
    display: grid;
    align-items: center;
    align-content: center;
    border: 1px solid var(--gold_3);
	border-left: 5px solid var(--gold_3);
}


.box-warning a {
    color: var(--gold_3);
}

.box-warning::before {
    content: '!';
    display: -webkit-inline-box;
    width: 39px;
    font-size: 60px;
    line-height: normal;
    position: absolute;
    left: 20px;
    top: 20px;
}



/* Гриды */
.box-white-1 {
    grid-area: grid-box-white-1;
}
.box-white-2 {
    grid-area: grid-box-white-2;
}
.box-white-3 {
    grid-area: grid-box-white-3;
}
.box-white-4 {
    grid-area: grid-box-white-4;
}


.module_content {
    grid-area: grid-module-content;
}
.module_right {
    grid-area: grid-module-right;
}
.module_reklama {
    grid-area: grid-module-reklama;
}
.module_perecluchatel {
    grid-area: grid-module-perecluchatel;
}


.module_content_look {
    grid-area: grid-module-content-look;
}
.module_preview_look {
    grid-area: grid-module-preview-look;
}
.module_reklama_look {
    grid-area: grid-module-reklama-look;
}
.module_reklama_look_pod_img {
	grid-area: grid-module-reklama-look-pod-img;
}
.module_comments_look {
    grid-area: grid-module-comment-look;
}
.module_info_look {
    grid-area: grid-module-info-look;
}
.module_info_bottom_look {
    grid-area: grid-module-info-bottom-look;
}
/* /Гриды */



/* ошибки */

error {
	background-color: var(--gold_0);
    color: var(--gold_3);
    border-radius: var(--radius);
    padding: 10px;
    margin-top: 10px;
	padding-right: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    display: grid;
    align-items: center;
    align-content: center;
    border: 1px solid var(--gold_3);
    border-left: 5px solid var(--gold_3);
	cursor: pointer;
	
	animation: typingw 0.5s steps(100, end);
}


error::before{
	content: '!';
    display: -webkit-inline-box;
    width: 39px;
    font-size: 33px;
    line-height: normal;
    position: absolute;
    left: 10px;
    top: 3px;
}
message {
	background-color: var(--green_1);
    color: var(--green_3);
    border-radius: var(--radius);
    padding: 10px;
    margin-top: 10px;
    padding-right: 15px;
    font-weight: 600;
    position: relative;
    padding-left: 38px;
    display: grid;
    align-items: center;
    align-content: center;
    border: 1px solid var(--green_2);
    border-left: 5px solid var(--green_2);
    cursor: pointer;
}

message::before{
	display: -webkit-inline-box;
    width: 39px;
    font-size: 30px;
    line-height: normal;
    position: absolute;
    left: 5px;
    top: 5px;
    content: " \4e";
    font-family: 'Icon';
}
message_box {
	position: fixed;
    top: var(--header-height);
	left: var(--otstup-all);
}

error span, message span{
	overflow: hidden; /* Ensures the content is not revealed until the animation */
	white-space: nowrap; /* Keeps the content on a single line */
	animation: typing 2.5s steps(22, end);
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
@keyframes typingw {
  from {     left: -100%;     opacity: 0; }
  to {     left: 0;     opacity: 1;}
}
/* / ошибки */


/* блоки модулей */
.module_preview_look {
	max-height: 550px;
	overflow: hidden;
	position: relative;
	background-position: center;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border-radius: var(--radius);
}
.module_preview_look img{
	max-height: 100%;
    margin: auto;
    display: block;
	pointer-events: none;
}
.module_preview_look img:nth-child(1){
	z-index: 1;
	position: relative;
}
.module_preview_look img:nth-child(2){
	top: -10px;
    left: -10px;
    position: absolute;
    min-width: calc(100% + 20px);
    min-height: calc(100% + 20px);
	-webkit-filter: url(#blur);
    filter: url(#blur);
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.box-module {
    background-color: var(--gray_1);
    border-radius: var(--radius);
    border: 1px solid var(--gray_2);
    margin-top: var(--otstup-all);
}
.box-module .preview {
    max-height: 250px;
    overflow: hidden;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--radius) var(--radius) 0px 0px;
    border-bottom: 1px solid var(--gray_2);
	position: relative;
}

.box-module .preview:hover ::before {
	content: 'Просмотр';
    position: absolute;
    width: 160px;
    height: 70px;
    left: calc(50% - 80px);
    top: calc(50% - 35px);
    text-align: center;
    line-height: 70px;
    display: block;
    background: #00000063;
    z-index: 1;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: var(--radius);
    font-size: 150%;
    color: var(--white);
    box-shadow: 0px 0px 5px 0px #00000063;
}


.box-module .preview:hover img {
    filter: opacity(0.8);transform: scale(1.1);
}
.box-module .preview img , .box-module .preview a {
    border-radius: var(--radius) var(--radius) 0px 0px;
    width: 100%;
    transition: .1s ease-in-out;
    display: block;
}
.box-module .title {
    padding: var(--otstup-all);
	padding-bottom: 0px;
}
.box-module .title a {
    font-weight: 600;
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: var(--font-size-2);
}
.box-module .info {
    padding: var(--otstup);
	padding-top: 0px;
	user-select: none;
}
.box-module .info span {
    color: var(--gold_2);
    padding-right: 10px;
}
.box-module .description {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: var(--otstup-all);
}


/* Новости */
.box-module-gorizont {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
	padding: 0px;
    min-width: 150px;
}
 .box-module-gorizont .preview {
	overflow: hidden;
    display: flex;
    align-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position-x: center;
	border-radius: var(--radius) 0px 0px var(--radius);
	border-bottom: 0px;
}

.box-module-gorizont .preview img , .box-module-gorizont .preview a {
    border-radius: var(--radius) 0px 0px var(--radius);
    width: 100%;
    transition: .1s ease-in-out;
    display: block;
}

.box-module-right {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
	height: 100%;
	width: 100%;
}

.box-module-right .info {
    padding-bottom: var(--otstup-all);
	line-height: 0px;
}
/* /Новости */





.perek_str {
	padding: var(--otstup-all);
	padding-bottom: 0px;
    text-align: center;
	user-select: none;
}

.perek_str a {
    padding: calc(var(--otstup-all) / 3) var(--otstup-all);
    display: inline-block;
    font-size: 130%;
    background: var(--blue_1);
    border-radius: var(--radius);
    margin: 0 calc(var(--otstup-all) / 2);
    color: var(--white);
	border: 1px solid var(--blue_3);
	transition: .4s ease-in-out;
}

.perek_str a:hover {
    box-shadow: inset 0px 0px 5px 0px var(--white);
}

.perek_str a.sdf {
    font-weight: bold;
	background: var(--btn_2);
}

/* подвал */

footer {
    width: 100%;
    background: var(--blue_1);
    min-width: 300px;
    margin-top: var(--otstup-all);
    border-top: 1px solid var(--blue_3);
	box-shadow: inset 0px 2px 6px var(--shadow_1);
}

.footer-content , .footer-content-2{
    max-width: var(--width_site);
    padding: var(--otstup);
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    color: white;
}
.footer-content-2 {
    display: block;
    padding-bottom: 10px;
}
.footer-content > div {
    padding: 20px 0px;
}
.footer-content a, .footer-content-2 a{
    color: white;
}
.footer-content-left {
    width: 100%;
}
.footer-content-center {
    background: url(/img/svg/logo.svg) 0px 50% / contain no-repeat;
    background-size: 32px;
    margin: 0px 20px;
    width: 32px;
    min-width: 32px;
}
.footer-content-right {
    text-align: right;
    width: 100%;
}
/* /подвал */




@media screen and (min-width: 14000px) {

body {
    margin-left: 250px;
}


    /* шапка */
.header-block {
    height: 60px;
    padding: var(--otstup);
    max-width: none;
    justify-content: center;
}

.menu-block {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 60px;
    z-index: 99;
    background: var(--blue_3);
    width: 250px;
    height: -webkit-fill-available;
    box-shadow: inset -1px 60px 0px var(--blue_1);
}    

.logo-block {
    z-index: 100;
}


.topmenu > li {
    display: block;
    transition: 0s;
}

.topmenu > li:hover {
    box-shadow: none;
    background: none;
}

.submenu {
    padding: 0px;
    position: relative;
    left: 0px;
    visibility: inherit;
    opacity: 1;
    width: 100%;
    transform: inherit;
    transform-origin: 0% 0%;
    transition: 0s;
}

.submenu li a {
    color: var(--white);
}

.topmenu > li:hover .submenu {
    border: none;
    background: none;
    box-shadow: none;
}


.submenu li a:hover {
    box-shadow: inset -5px 0px 0px 0px var(--blue_1);
}
    
#menu-burger-input:checked ~ .menu-block {
  visibility: visible;
  left: 0;
}

#menu-burger-input:checked ~ .menu-burger-btn > span {
  transform: rotate(45deg);
}
#menu-burger-input:checked ~ .menu-burger-btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu-burger-input:checked ~ .menu-burger-btn > span::after {
  top: 0;
  transform: rotate(90deg);
}


.topmenu > li > a, .topmenu > li > span {
    line-height: inherit;
    width: 250px;
    display: block;
}

.topmenu > li > a:hover, .topmenu > li > span:hover {
    background: var(--blue_1);
}

.logo-block {
    width: 32px;
}

.menu-block::before {
    content: 'MICROBLOGG';
    display: block;
    position: absolute;
    top: 0;
    color: aliceblue;
    line-height: 60px;
    width: 250px;
    text-align: center;
    font-size: x-large;
    letter-spacing: 0.1em;
    font-family: Pixel;
}
logo-text {
    display: none;
}
text-name-page {
    display: block;
}

/* /шапка */


}

