html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
body {
	background-color: #000000;
	font-family: 'Roboto','Open Sans','sans-serif';
	min-height: 100vh;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	-ms-grid-rows: auto 1fr auto;
	grid-template-rows: auto 1fr auto;
	        grid-template-areas:      
        "a1"
		"a2"
		"a3";
	color: #ffffff;
}
img {
	border: 0;   
}
ul {
	list-style: none;
	padding: 0;
}
p {
	margin-bottom: 10px;	
}
p:first-letter {
    font-weight: 700;
    color: #f9f5b9; 
   }
.wrapper {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}
.header-global {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: a1;
}
.content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    margin: 30px 0 50px 0;
	grid-area: a2;
}
.footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: a3;
}
.fa {
    color: #ffffff; 	
}
.fa-solid {
        color: #ffffff; 		
}
h3 {
    font-size: 1.3em;
    font-weight: 700;	
}
@media all and (max-width:1230px) {
    .wrapper {
	    padding: 0 10px 0 10px;
    }		
}
h1 {
    color: #f0ebee;
    font-size: 2.7em;
    font-weight: 700;	
}
h2 {
    color: #f0ebee;
    font-size: 1.9em;
    font-weight: 700;  	
}
ul {
    margin: 0;
    padding: 0; 	
}
a {
   color:#ffffff;	
}

@media all and (max-width:1150px) {
   .content {
        margin: 0px 0 50px 0;
   }
}


@media all and (max-width:750px) {
	.wrapper {
	    padding: 0 10px 0 10px;
    }
	
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.8em;
	}
	
}

/*СТРАНИЦА 404*/
.error404-text {
	margin-top: 30px;
	font-size: 1.2em;
}
.error404-link {
	margin-top: 30px;
}
.error404-link a {
    font-size: 1.2em;
    color: #ffffff;
    text-decoration: none;	
}
.error404-link a:hover {
    color: #ffffff; 	 	
}

/*\СТРАНИЦА 404*/

/*СТИЛИ ХЛЕБНЫХ КРОШЕК*/
.navigation {
    margin-bottom: 20px; 	
}
.navigation ul {
	list-style-type: none; /*удаляем маркер*/
	padding: 0;  /* убираем левый отступ в списке */
	margin: 0; /* убираем отступы блока списка */
}
/*список в одну строку */
.navigation ul li {
    display: inline;	
    margin-right: 20px;
}
.navigation ul li a {
    text-decoration: none;
    color: #ffffff; 	
}
.navigation ul li a:hover {
    color: red; 
}
.active {
    color: #ffffff; 	
}
#navigation-mobi {
    display: none;  	
}
@media all and (max-width:750px) {
	.navigation {
	    display: none;  	
	}
	#navigation-mobi {
        display: block;
    }
	.navigation ul li {
        margin-right: 7px;
    } 
}


/*\СТИЛИ ХЛЕБНЫХ КРОШЕК*/


/*HEADER*/
.header-global {
	position: -webkit-sticky;
	position: sticky; 
	top: 0;
    z-index: 999999;
    height: 107px;	
}
.header-bar {
    line-height: 30px;
    background-color: #980065;    	
}

.header {
	height: 77px;
    -webkit-box-shadow: 0 10px 33.6px 6.4px rgba(2, 9, 13, .2);
            box-shadow: 0 10px 33.6px 6.4px rgba(2, 9, 13, .2);
    line-height: 80px;
    background-color: #000000;  	
}

@media all and (max-width:1080px) {
    #id_service_head {
        display: none; 	
    }
}


.header-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 348, 1fr;
	grid-template-columns: 348, 1fr;
    -ms-grid-rows: 77px;
    grid-template-rows: 77px;
            grid-template-areas:      
        "h1 h2";
}
.header-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: h1; 	
}
.header-logo-mob {
    display: none;
    grid-area: h3;	
}	
.header-link {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: h2;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;	
}
.header-link div {
	margin-left: 20px;
}
.header-link div a {
    text-decoration: none;
    font-size: 1.3em;
    color: #f0ebee; 	
}
.header-link div a:hover {
    color: #ffffff; 	
}
.header-mob-bar {
    display: none; 	
}
.header-sea span {
    display: none;
    text-decoration: none;
    font-size: 1em;
    color: #666666;  	
}
.header-sea span:hover {
    color: #8c8b8b;  	
}
@media all and (max-width:1150px) {
    .header-bar { 
	    display: none; 
	}
	
	.header-global {
	    position: -webkit-sticky;
	    position: sticky; 
	    top: 0;
        z-index: 999999;		
	}
	.header-link {	
		display: none;
        position: absolute;
        left: 0;
        right: 0;
        max-width: 100%;
        margin: auto;
        list-style: none;
        background: #666666;
       
        box-shadow: 0 10px 33.6px 6.4px rgba(2, 9, 13, .2);
	    top: 77px;		
    }
    .header-sea span {
        display: inline;;   
    }
	.header-mob-bar {
	    display: block;
        text-align: right;    	
	}
	.header-mob-bar i {
	    font-size: 3em;
        cursor: pointer;
        color: #666666;
        margin-top: 20px;     	
	}
	.header-mob-bar i:hover {
	    color: #8c8b8b; 	
	}
    .header-link {
        text-align: left;
        border-top: 1px solid #CCCCCC;		
	}
    .header-link div {
	    margin: 0;
		border-bottom: 1px solid #CCCCCC;
		
		padding: 0 0 0 20px;
		height: 60px;
		display: flex;
		align-items: center;
        cursor: pointer;		
    }
    .header-link div a {
	    font-size: 1.3em;
		display: block;
		padding: 0;
	}	
	#id_service_head {
        display: block; 	
    }
}

@media all and (max-width:460px) {
    .header {
        height: 65px;
	}
	.header-wrapper {
	    -ms-grid-columns: 1fr, 50px;
	    grid-template-columns: 1fr, 50px;
		 -ms-grid-rows: 65px;
		 grid-template-rows: 65px;
		        grid-template-areas:      
        "h3 h2";		
	}
	.header-logo {
	    display: none; 	
	}	
	.header-logo-mob {
	    display: block;
        padding-top: 10px;		
	}
    .header-mob-bar i {
        margin-top: 15px;   
    }
	.header-logo-mob {
        -ms-grid-row: 1;
        -ms-grid-column: 1;		
	}
	.header-link {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        top: 65px;		
	}		
}
/*\HEADER*/

/*FOOTER*/
.footer {
    height: 600px;
}
.footer-info {
    background-color: #333333;  	
}
.footer-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 300px 1fr 300px;
	grid-template-columns: 300px 1fr 300px;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	        grid-template-areas:      
        "f1 f2 f3";
	-ms-grid-rows: 554px;
	grid-template-rows: 554px;
	justify-items: center;
	grid-column-gap: 60px;
}
.footer-form {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: f1; 	
}
.footer-menus {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: f2;
}
.footer-contact {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: f3;
}
.footer-app {
    margin-top: 20px; 	
}
.footer-contact-i {
    margin-top: 80px;	
}
.footer-menus-i {
    margin-top: 80px;	
}
.footer-title {
    font-size: 1.8em;
    color: #ffffff;
    font-weight: 700; 	
}
.footer-phone {
    font-size: 1.4em;
    color: #ffffff;
    margin-top: 20px;	
}
.footer-copy {
    text-align: center;
    height: 96px;
    line-height: 96px;
    background-color: #980065;
    font-size: 1.2em; 	
}
.footer-form-input {
    margin-top: 15px; 	
}
.footer-form-textarea {
    margin-top: 15px; 	
}
.footer-form-i {
    margin-top: 80px;	 	
}
.footer-form-button {
    margin-top: 10px; 	
}
.feedback-button {
    width: 308px;
    height: 40px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	line-height: 40px;
    text-align: center;
    cursor: pointer;
	font-size: 16px;
	color: #999999;	
}
.feedback-button-active {
    width: 308px;
    height: 40px;
    background-color: #f4583f;
    color: #ffffff;
	line-height: 40px;
    text-align: center;
    cursor: pointer;
	border: 0;
	font-size: 16px;
}
.feedback-button-active:hover {
    background-color: #f33f22; 
}
.footer-phone a {
    color: #666666;
    text-decoration: none; 
    font-size: 1em;	
}
.footer-phone a:hover {
	color: #8c8b8b; 
}
.footer-email {
    margin-top: 10px; 	
}
.footer-email a {
    color: #ffffff;
    font-size: 1.19em;
    text-decoration: none; 	
}
.footer-email a:hover {
	color: #eeeaea; 	
}
.footer-social {
    margin-top: 10px; 	
}
.footer-social i {
    color: #ffffff;
    font-size: 2.2em;
    margin-right: 10px; 	
}
.footer-social i:hover {
    color: #eeeaea; 	
}
.footer-menu {
    margin-top: 10px;  	
}
.footer-menu a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.2em;
    margin-right: 10px; 	
}
.footer-menu a:hover {
    color: #eeeaea;  	
}

.footer-subs {
    margin-top: 30px; 	
}
.footer-title-s {
    font-size: 1.4em;
    color: #ffffff;
    font-weight: 700;  	
}
.footer-subs-input {
    margin-top: 10px; 	
}
.form-input-s {
    height: 30px;
    width: 250px;
    font-size: 14px;
    border: 1px solid №666666;	
}


.subs-button {
    width: 260px;
    height: 40px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	line-height: 40px;
    text-align: center;
    cursor: pointer;
	font-size: 16px;
	color: #999999;	
}
.subs-button-active {
    width: 260px;
    height: 40px;
    background-color: #f4583f;
    color: #ffffff;
	line-height: 40px;
    text-align: center;
    cursor: pointer;
	border: 0;
	font-size: 16px;
}
.subs-button-active:hover {
    background-color: #f33f22; 
}

@media all and (max-width:1250px) {
    .footer-wrapper {
	   -ms-grid-rows: 600px;
	   grid-template-rows: 600px;
    }
}
@media all and (max-width:1150px) {
    .footer-wrapper {
	   -ms-grid-rows: 700px;
	   grid-template-rows: 700px;
    }
}
@media all and (max-width:1050px) {
	.footer-wrapper {
	    display: -ms-grid;
	    display: grid;
	    -ms-grid-columns: 1fr;
	    grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
                    grid-template-areas:      
            "f2"
			"f1"
			"f3";
		
    }
	.footer-menus-i {
        margin-top: 30px;	
    }
	.footer-form-i {
        margin-top: 10px;
        text-align: center;		
    }
	.footer-contact-i {
        margin-top: 10px;
        text-align: center;	 		
    }
	.footer-copy {
        height: 50px;
        line-height: 50px; 	
    }
	.footer-info {
         background-color: #333333; 	
    }
	.footer-form {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
	.footer-contact {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .footer-form {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .footer-menus {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .footer-contact {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .footer-menu {
	     margin-bottom: 10px;	
	}
}

@media all and (max-width:500px) {
    .footer-wrapper {
	    display: -ms-grid;
	    display: grid;
	    -ms-grid-columns: 1fr;
	    grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
                    grid-template-areas:      
            "f2"
			"f1"
			"f3";
    }
}

@media all and (max-width:380px) {
    .footer-wrapper {
	    display: -ms-grid;
	    display: grid;
	    -ms-grid-columns: 1fr;
	    grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
                    grid-template-areas:      
            "f2"
			"f1"
			"f3";
    }
}
/*\FOOTER*/

/*FORM*/
.form-input {
    height: 30px;
    width: 300px;
    font-size: 14px;
    border: 1px solid №666666;	
}
.form-textarea {
    width: 302px;
    height: 80px; 
    font-size: 14px;
    border: 1px solid №666666;		
}
@media all and (max-width:350px) {
	.form-input {
        width: 280px;
	}
	.form-textarea {
        width: 282px;
	}
	
}
/*\FORM*/

/*СТАРТОВАЯ СТРАНИЦА*/

/*главная-блок новый рассказ*/
.index-start {
    background-color: #0f0f10;
    margin-top: 20px;	
}
.index-start-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;	 	
}
.index-start-text {
    width: 50%;
    padding-top: 0; 	
}
.index-start-img {
    width: 50%;
    margin-left: 30px; 	
}
.index-start-img img {
    width: 100%;  	
}
.index-start-text-author {
    font-size: 2em;
    margin-top: 10px;  	
}
.index-start-text-name {   
    margin-top: 30px;  	
}
.index-start-text-name a {
    font-size: 2.5em;
    color: #ffffff;
    text-decoration: none; 	
}
.index-start-text-name a:hover {
	color: #e9e5e8;
}
.index-start-text-anonce {
	font-size: 1.5em;
    margin-top: 30px; 
	font-style: italic;
	text-align: justify;
}
.index-start-button {
    margin-top: 30px; 	
}
.index-start-button-d {
    width: 220px;
    height: 60px;
    line-height: 60px;
    color: #ffffff; 
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #990066;
    border: 0; 	
}
.index-start-button-d:hover {
    background-color: #860e86; 
}
@media all and (max-width:500px) {
	.index-start-button-d {
        width: 100%;
	}	
}


.index-start-text-anonce a {
	color: #990066;
	font-weight: 700;
}
.index-start-text-anonce a:hover {
	color: red; 
}

.index-start-audio {
    margin-top: 10px;  	
}
.index-start-audio a {
    text-decoration: none;
    font-size: 1.2em;
    color: #990066; 	
}
.index-start-audio a:hover {
	color: red; 
}

.index-start-video {
    margin-top: 10px;  	
}
.index-start-video a {
    text-decoration: none;
    font-size: 1.2em;
    color: #990066; 	
}
.index-start-video a:hover {
	color: red; 
}

.index-start-text-anonce span {
    white-space: nowrap; 	
}

@media all and (max-width:1150px) {
	.index-start-text {
        padding-top: 0; 	
   }	
}
@media all and (max-width:1000px) {
	.index-start-text {
        width: 70%;
		padding-top: 0; 	
    }
    .index-start-img {
        width: 30%;
    }	
}

@media all and (max-width:750px) {
	.index-start-block {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; 
    }
	.index-start-text {
        width: 100%;
    }
	 .index-start-img {
        width: 100%;
		margin-left: 0; 
        margin-top: 20px;		
    }
	.index-start-text-author {
        font-size: 1.8em;
	}
	.index-start-text-name {   
        margin-top: 15px;  	
    }
    .index-start-text-name a {
        font-size: 2em;
    }
    .index-start-text-anonce {
	    font-size: 1.3em;
		margin-top: 15px; 
    }	
    .index-start-button {
        text-align: center;  
    }		
}
/*\главная-блок новый рассказ*/

/*главная-блок популярные рассказы*/
.index-carusels {
    background-color: #ededed;
    margin-top: 30px;
    padding: 10px 0 10px 0;  	
}
.index-carusel-title {
    margin-bottom: 30px;
    cursor: pointer; 	
}
.index-carusel-title h2 i {
	color: #ffffff;
}
.index-carusel-title h2 i:hover {
	color: #dad7d9;
}
.index-carusel-title h2:hover {
	color: #dad7d9;
}
.index-carusel-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
            grid-template-areas:      
        "sc1 sc2 sc3 sc4";
    grid-column-gap: 10px;
    grid-row-gap: 10px;		
}
.sc1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: sc1;
}
.sc2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: sc2;
}
.sc3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: sc3;
}
.sc4 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: sc4;
}
.index-carusel-item {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 10px; 
	cursor: pointer;
}
.index-carusel-item:hover {
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.35);
}
.index-carusel-item-img img {
    width: 100%;
}
.index-carusel-item-title {
    margin-top: 10px; 	
}
.index-carusel-item-title a {
    text-decoration: none;
    font-size: 1.5em;
    color: #000000;	
}
.index-carusel-item-title a:hover {
	color: #666666;
}
.index-carusel-button {
    text-align: center;
    margin-top: 50px;  	
}
@media all and (max-width:1000px) {
	.index-carusel-items {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: auto 10px auto;
        grid-template-rows: auto auto;
                grid-template-areas:      
            "sc1 sc2"
		    "sc3 sc4";
        grid-column-gap: 10px;
        grid-row-gap: 10px;		
    }
	.sc1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;		
    }
	.sc2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;		
    }
	.sc3 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;		
    }
	.sc4 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;		
    }
}
@media all and (max-width:500px) {
    .index-carusel-items {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        -ms-grid-rows: auto 10px auto 10px auto 10px auto;
        grid-template-rows: auto auto auto auto;
                grid-template-areas:      
            "sc1" 
			"sc2"
		    "sc3" 
			"sc4";
        grid-column-gap: 10px;
        grid-row-gap: 10px;		
    }
    .sc1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;		
    }
    .sc2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;		
    }
    .sc3 {
        -ms-grid-row: 5;
        -ms-grid-column: 1;		
    }
    .sc4 {
        -ms-grid-row: 7;
        -ms-grid-column: 1;		
    } 		
}
/*\главная-блок популярные рассказы*/

/*главная-блок формы рассылки*/
.index-email-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100px;  	
}
.index-email-img {
    width: 50%;  	
}
.index-email-form {
    width: 50%;  	
}
.index-email-img img {
    width: 100%; 	
}
/*\главная-блок формы рассылки*/

/*\СТАРТОВАЯ СТРАНИЦА*/


/*СТРАНИЦА ПУБЛИКАЦИИ*/
.public-text {
    text-align: justify;
}
.public-text p {
	text-indent: 20px; /* Отступ первой строки в пикселах */
	font-size: 1.2em;
}
.public-text p strong {
	font-size: 1em;
}
.public-text-li li {
	font-size: 1.2em;
	list-style-type: disc;
    margin-left: 35px;
	font-style: italic;
}



.public-text p h3 {
	font-size: 1.3em;
}
.public-text p a {
    font-size: 1em;
    color: #ffffff;	
}
.public-text p b {
    font-size: 1em;
    color: #ffffff;	
}
.public-text p i {
    font-size: 1em;
    color: #ffffff;	
}
.public-text p a:hover {
    color: #cccccc;	
}
.public-text p li {
    margin-left: 20px;	
}


.public-e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; 	
}
.public-epigraph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;	
}
.public-epigraph div {
	font-size: 1.5em;
    font-style: italic; 
    background: #f1f7f7;
    border-top: 2px solid #ff5539;
    border-bottom: 2px solid #ff5539;
    padding: 30px;
    font-weight: 300;  
	margin: 30px 0 30px 0;
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
}
.public-img {
    margin-top: 30px; 	
}
@media all and (max-width:900px) {
	.public-img img {
	    width: 100%; 	
	}
}
.public-date {
    margin-top: 20px;
    font-size: 1.2em;	
}
.public-author {
    font-size: 1.7em;
    margin-bottom: 15px;
    font-style: italic;	
}
.public-pdf {
    margin-top: 15px;  	
}
.public-pdf a {
    text-decoration: none; 
    color: #f4583f; 
    font-size: 1.2em;	
}
.public-pdf a:hover {
    color: red; 
}
.public-read {
	margin-top: 15px;
}
.public-read-link a {
    text-decoration: none;
	border-bottom: 1px dashed #f4583f; 
	color: #f4583f; 
	font-size: 1.2em;  	
}
.public-read-link a:hover {
    color: red; 	
}
.public-read-text {
    display: none;  	
}
.public-read-block {
    margin-top: 15px;
    font-size: 1.2em; 	
}
.public-read-download a {
    text-decoration: none;
    color: #f4583f; 
	font-size: 1.2em;
    margin-right: 7px; 	
}
.public-read-download a:hover {
    color: red;  	
}
.public-read-download span {
    color: #999999; 
    font-size: 1.2em;	
}
.public-read-comment {
    margin-top: 5px;
    color: #999999; 	
}

.public-add {
    margin-top: 40px;
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;   	
}
.public-add-title {
    margin-bottom: 30px;
}
.public-add-title h2 i {
	color: #f4583f;
}
.article-table img {
   	width: 100%;
}


/*аудио*/
.public-audio {
    margin-top: 15px;
	width: 400px;
}
.public-audio-title {
    margin-bottom: 10px;
    font-size: 1.2em;
}
.public-audio-title a {
    font-size: 1.1em;
    text-decoration: none; 
    color: #f4583f;  	
}
.public-audio-title a:hover {
    color: red;  
}
audio {
    z-index: 1;  	
}
@media all and (max-width:500px) {
    .public-audio {
        width: 100%;  
    }	
}
/*\аудио*/

/*video*/
.public-video {
    margin-top: 30px;
	width: 560px;
}
.public-video-title {
    margin-bottom: 10px;
    font-size: 1.2em;	
}
/*width="560" height="315"*/
.public-video-code {
    width: 560px;
    height: 315px;  	
}

@media all and (max-width:600px) {
    .public-video {
        width: 100%;  
    }
    .public-video-content {
        position: relative;
        padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
        height: 0;
        overflow: hidden;
	}		
	.public-video-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: 0;
        outline-width: 0; 	
    }
}
/*\video*/

/*help*/
.public-help {
    margin-top: 30px;   	
}
.public-help-title {
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px; 
    font-size: 1.4em; 	
}
.public-help div {
    font-size: 1.2em;
    font-style: italic;  	
}
/*\help*/

/*public-share*/
.public-share {
    margin-top: 30px;    	
}
.public-share-title {
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px; 
    font-size: 1.2em; 	 	
}
/*\public-share*/

/*\СТРАНИЦА ПУБЛИКАЦИИ*/

/*СТРАНИЦА СПИСКА РАССКАЗОВ И МИНИКАРТОЧЕК ПУБЛИКАЦИЙ*/
.rasskazy-blocks {
   	margin-top: 30px;
	border-top: 1px solid #cccccc;
	padding-top: 20px;
}
.public-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px 0; 	
}

.public-mini-img {
    width: 300px; 	
}
.public-mini-img img {
    width: 100%;  	
}
.public-mini-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; 
    margin-left: 30px;	
}
.public-mini-name a {
    font-size: 2.5em;
    color: #ffffff;
    text-decoration: none; 	
}
.public-mini-name a:hover {
	color: #cccccc;
}
.public-mini-anonce {
	font-size: 1.5em;
    margin-top: 30px; 
	font-style: italic;
}
.public-mini-date {
    margin-top: 20px;
    font-size: 1.2em;	
}
.public-mini-anonce a {
	color: #f4583f;
	font-weight: 700;
}
.public-mini-anonce a:hover {
	color: red; 
}
.public-mini-anonce span {
    white-space: nowrap; 	
}

.public-mini-audio {
    margin-top: 10px;  	
}
.public-mini-audio a {
    text-decoration: none;
    font-size: 1.2em;
    color: #990066; 	
}
.public-mini-audio a:hover {
	color: red; 
}

.public-mini-video {
    margin-top: 10px;  	
}
.public-mini-video a {
    text-decoration: none;
    font-size: 1.2em;
    color: #990066; 	
}
.public-mini-video a:hover {
	color: red; 
}


.public-mini-button {
    margin-top: 20px; 	
}

@media all and (max-width:750px) {
    .public-mini { 
        display: block;
	}
	.public-mini-img {
        width: 200px; 	
    }
	.public-mini-text {
        width: 100%;
		margin-left: 0;
        margin-top: 20px;		
    }
	.index-start-text-anonce {
	    text-align: left;  	
	}
	.public-mini-anonce {
	    text-align: left;  	
	}
	.public-text {
	    text-align: left;  	
	}
}
@media all and (max-width:450px) {
	.public-mini-img {
        width: 100%; 	
    }
	
}
/*\СТРАНИЦА СПИСКА РАССКАЗОВ И МИНИКАРТОЧЕК ПУБЛИКАЦИЙ*/

/*ССЫЛКИ НА СТРАНИЦЫ (ПАГИНАЦИЯ)*/
.navigation {
    margin-bottom: 20px; 	
}
.navigation ul {
	list-style-type: none; /*удаляем маркер*/
	padding: 0;  /* убираем левый отступ в списке */
	margin: 0; /* убираем отступы блока списка */
}
/*список в одну строку */
.pages {
    margin-top: 0px; 	
}
.pages ul li {
    display: inline;	
    margin-right: 15px;
}
.page-active {
    font-size: 1.5em;
    color: #999999; 
    border: 1px solid #999999;
    padding: 0 7px 0 7px;	
}
.page-link {
    cursor: pointer; 	
}
.page-link a {
    font-size: 1.5em;
    text-decoration: none;
    color: #990066; 
    border: 1px solid #990066;
    padding: 0 7px 0 7px;
}
.menu li > a {
  display: block;
  text-decoration: none;
}
.page-link a:hover {
    color: red;
    border: 1px solid red;
    padding: 0 7px 0 7px; 	
}
/*\ССЫЛКИ НА СТРАНИЦЫ (ПАГИНАЦИЯ)*/

/*ФОРМА ОТЗЫВА*/
.public_otzyv {
    margin-top: 40px;
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;   	
}
.cart-reviews-link {
    margin-bottom: 10px;		
}
.cart-reviews-link a {
    color: #000000;
    text-decoration: underline;	
    font-size: 1.2em;
    font-weight: 700;
}
.cart-reviews-link a:hover {
    text-decoration: none;		
}
#cart-reviews-form {
	margin-bottom: 20px;
	display: none;
}
.message {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.2em;
    display: block;
    margin-top: 10px;
	padding-left: 7px;
	border: 1px solid #999999; 
}
#cart-reviews-form input {
    height: 40px;	
}
.message:focus {
    outline: 1px solid #E10B0B;
}
#formComment span {
    color: #E10B0B;
    font-weight: 700;	
}
.comBlock {
    margin-bottom: 15px;
    display: block;	
}
.comment-button {
    font-weight: 545;
    border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 40px;
    color: #999999;	
}
.comment-button-active {
    cursor: pointer;
	background-color: #f4583f;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	height: 40px;
	border: 0;
}
.comment-button-active:hover {
	background-color: #f33f22; 
}
.hr-review {
    margin-top: 10px;
	border-bottom: 1px solid #CCCCCC; 	
}
#commentReviewsSave {
    display: none;	
}


.card_rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px;
	margin-top: 30px;
}

.card_rating img {
	width: 20px;
	margin-right: 3px;
}

.card_rating--4 img:last-child {
	display: none;
}

.card_rating--3 img:last-child,
.card_rating--3 img:nth-child(4) {
	display: none;
}

.card_rating--2 img:last-child,
.card_rating--2 img:nth-child(4),
.card_rating--2 img:nth-child(3) {
	display: none;
}

.card_rating--1 img:last-child,
.card_rating--1 img:nth-child(4),
.card_rating--1 img:nth-child(3),
.card_rating--1 img:nth-child(2) {
	display: none;
}
/*\ФОРМА ОТЗЫВА*/

/*RATING:START*/
.comment-rating .comment-stars {
  position: relative;
  display: block;
  float: left;
  height: 20px;
  width: 105px;
  background-image: url(/img/icon/stars.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  margin-right: 5px;
  margin-bottom: 10px;
}
.comment-rating .comment-stars .on {
  height: 20px;
  background-image: url(/img/icon/stars.png?2);
  background-position: 0 -20px;
}
.comment-rating .comment-stars .live {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.comment-rating .comment-stars .live span {
  display: block;
  float: left;
  cursor: pointer;
  width: 21px;
  height: 20px;
  background-image: url(/img/icon/stars.png?2);
  background-repeat: no-repeat;
  background-position: 0 -20px;
}
.comment-rating .comment-stars .live span:hover ~ span {
  background-position: 0 0px;
}
.comment-rating .comment-stars .live:hover {
  opacity: 1;
}
.clear {
    clear: none;
}
/*RATING:END*/

/*ОКНО-ВНИМАНИЕ*/
#myAttention {
    display: none;
	position: fixed;
	width: 290px;
	height: 100px;
	background: green;
	-webkit-box-shadow: 0 10px 33.6px 6.4px rgba(2, 9, 13, .2);
	        box-shadow: 0 10px 33.6px 6.4px rgba(2, 9, 13, .2);
	color: #FFFFFF;
	text-align: center;
	z-index: 1000000;
	top: 20px;
	right: 20px;
	padding: 7px;
	/*line-height: 70px;*/
}
#myAttention span {
    font-size: 30px;	
}
.link-attention {
    color: #ffffff;	
}
.link-attention:hover {
    color: #e3e8e6;	
}
#myAttention div {
    margin-top: 10px;
}
/*\ОКНО-ВНИМАНИЕ*/

/*ОКНО-ИНФОРМАЦИЯ*/
#myInfo {
    display: none;
	position: fixed;
	left: 50%;
	top: 1%;
	width: 500px; 
	height: auto;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	    transform: translate(-50%);
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999999;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 33.6px 6.4px rgba(2, 9, 13, .2);
	        box-shadow: 0 10px 33.6px 6.4px rgba(2, 9, 13, .2);	
}
@media (max-width: 1000px) {
    #myInfo {
        width: 95%;
		left: 50%;
		position: absolute;
    }
	.card-feedback-name {
	    display: none;	
	}	
}
#myInfoContent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;	
}
#myInfoClose {
    cursor: pointer;	
}
/*\ОКНО-ИНФОРМАЦИЯ*/


/*
PLAYER
*/

		.audioplayer
		{
			height: 2.5em; /* 40 */
			color: #fff;
			text-shadow: 1px 1px 0 #000;
			border: 1px solid #222;
			position: relative;
			z-index: 1;
			background: #333;
		}


			/* mini mode (fallback) */

			.audioplayer-mini
			{
				width: 2.5em; /* 40 */
				margin: 0 auto;
			}


			/* player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */

			.audioplayer > div
			{
				position: absolute;
			}


			/* play/pause button */

			.audioplayer-playpause
			{
				width: 2.5em; /* 40 */
				height: 100%;
				text-align: left;
				text-indent: -9999px;
				cursor: pointer;
				z-index: 2;
				top: 0;
				left: 0;
			}
				.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
				{
					border-right: 1px solid #555;
					border-right-color: rgba( 255, 255, 255, .1 );
				}
				.audioplayer-mini .audioplayer-playpause
				{
					width: 100%;
				}
				.audioplayer-playpause:hover,
				.audioplayer-playpause:focus
				{
					background-color: #222;
				}
				.audioplayer-playpause a
				{
					display: block;
				}
				.audioplayer-stopped .audioplayer-playpause a
				{
					width: 0;
					height: 0;
					border: 0.5em solid transparent; /* 8 */
					border-right: none;
					border-left-color: #fff;
					content: '';
					position: absolute;
					top: 50%;
					left: 50%;
					margin: -0.5em 0 0 -0.25em; /* 8 4 */
				}
				.audioplayer-playing .audioplayer-playpause a
				{
					width: 0.75em; /* 12 */
					height: 0.75em; /* 12 */
					position: absolute;
					top: 50%;
					left: 50%;
					margin: -0.375em 0 0 -0.375em; /* 6 */
				}
					.audioplayer-playing .audioplayer-playpause a:before,
					.audioplayer-playing .audioplayer-playpause a:after
					{
						width: 40%;
						height: 100%;
						background-color: #fff;
						content: '';
						position: absolute;
						top: 0;
					}
					.audioplayer-playing .audioplayer-playpause a:before
					{
						left: 0;
					}
					.audioplayer-playing .audioplayer-playpause a:after
					{
						right: 0;
					}


			/* timers */

			.audioplayer-time
			{
				width: 4.375em; /* 70 */
				height: 100%;
				line-height: 2.375em; /* 38 */
				text-align: center;
				z-index: 2;
				top: 0;
			}
				.audioplayer-time-current
				{
					border-left: 1px solid #111;
					border-left-color: rgba( 0, 0, 0, .25 );
					left: 2.5em; /* 40 */
				}
				.audioplayer-time-duration
				{
					border-right: 1px solid #555;
					border-right-color: rgba( 255, 255, 255, .1 );
					right: 2.5em; /* 40 */
				}
					.audioplayer-novolume .audioplayer-time-duration
					{
						border-right: 0;
						right: 0;
					}


			/* progress bar of loaded/played */

			.audioplayer-bar
			{
				height: 0.875em; /* 14 */
				background-color: #222;
				cursor: pointer;
				z-index: 1;
				top: 50%;
				right: 6.875em; /* 110 */
				left: 6.875em; /* 110 */
				margin-top: -0.438em; /* 7 */
			}
				.audioplayer-novolume .audioplayer-bar
				{
					right: 4.375em; /* 70 */
				}
				.audioplayer-bar div
				{
					width: 0;
					height: 100%;
					position: absolute;
					left: 0;
					top: 0;
				}
				.audioplayer-bar-loaded
				{
					background-color: #333;
					z-index: 1;
				}
				.audioplayer-bar-played
				{
					background: #007fd1;
					z-index: 2;
				}


			/* volume button */

			.audioplayer-volume
			{
				width: 2.5em; /* 40 */
				height: 100%;
				border-left: 1px solid #111;
				border-left-color: rgba( 0, 0, 0, .25 );
				text-align: left;
				text-indent: -9999px;
				cursor: pointer;
				z-index: 2;
				top: 0;
				right: 0;
			}
				.audioplayer-volume:hover,
				.audioplayer-volume:focus
				{
					background-color: #222;
				}
				.audioplayer-volume-button
				{
					width: 100%;
					height: 100%;
				}
					.audioplayer-volume-button a
					{
						width: 0.313em; /* 5 */
						height: 0.375em; /* 6 */
						background-color: #fff;
						display: block;
						position: relative;
						z-index: 1;
						top: 40%;
						left: 35%;
					}
						.audioplayer-volume-button a:before,
						.audioplayer-volume-button a:after
						{
							content: '';
							position: absolute;
						}
						.audioplayer-volume-button a:before
						{
							width: 0;
							height: 0;
							border: 0.5em solid transparent; /* 8 */
							border-left: none;
							border-right-color: #fff;
							z-index: 2;
							top: 50%;
							right: -0.25em;
							margin-top: -0.5em; /* 8 */
						}
						.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after
						{
							width: 0.313em; /* 5 */
							height: 0.313em; /* 5 */
							border: 0.25em double #fff; /* 4 */
							border-width: 0.25em 0.25em 0 0; /* 4 */
							left: 0.563em; /* 9 */
							top: -0.063em; /* 1 */
							-webkit-border-radius: 0 0.938em 0 0; /* 15 */
							-moz-border-radius: 0 0.938em 0 0; /* 15 */
							border-radius: 0 0.938em 0 0; /* 15 */
							-webkit-transform: rotate( 45deg );
							-moz-transform: rotate( 45deg );
							-ms-transform: rotate( 45deg );
							-o-transform: rotate( 45deg );
							transform: rotate( 45deg );
						}


				/* volume dropdown */

				.audioplayer-volume-adjust
				{
					height: 6.25em; /* 100 */
					cursor: default;
					position: absolute;
					left: 0;
					right: -1px;
					top: -9999px;
					background: #333;
				}
					.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
					{
						opacity: 0;
					}
					.audioplayer-volume:hover .audioplayer-volume-adjust
					{
						top: auto;
						bottom: 100%;
					}
					.audioplayer-volume-adjust > div
					{
						width: 40%;
						height: 80%;
						background-color: #222;
						cursor: pointer;
						position: relative;
						z-index: 1;
						margin: 30% auto 0;
					}
						.audioplayer-volume-adjust div div
						{
							width: 100%;
							height: 100%;
							position: absolute;
							bottom: 0;
							left: 0;
							background: #007fd1;
						}
				.audioplayer-novolume .audioplayer-volume
				{
					display: none;
				}

/* CSS3 decorations */

			.audioplayer
			{
				-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
				-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
				box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
			}
			.audioplayer-volume-adjust
			{
				-webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
				-moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
				box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
			}
			.audioplayer-bar,
			.audioplayer-volume-adjust > div
			{
				-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
				-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
				box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
			}
			.audioplayer-volume-adjust div div,
			.audioplayer-bar-played
			{
				-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
				-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
				box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
			}
			.audioplayer-playpause,
			.audioplayer-volume a
			{
				-webkit-filter: drop-shadow( 1px 1px 0 #000 );
				-moz-filter: drop-shadow( 1px 1px 0 #000 );
				-ms-filter: drop-shadow( 1px 1px 0 #000 );
				-o-filter: drop-shadow( 1px 1px 0 #000 );
				filter: drop-shadow( 1px 1px 0 #000 );
			}
			.audioplayer,
			.audioplayer-volume-adjust
			{
				background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
				background: -webkit-linear-gradient( top, #444, #222 );
				background: -moz-linear-gradient( top, #444, #222 );
				background: -ms-radial-gradient( top, #444, #222 );
				background: -o-linear-gradient( top, #444, #222 );
				background: linear-gradient( to bottom, #444, #222 );
			}
			.audioplayer-bar-played
			{
				background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
				background: -webkit-linear-gradient( left, #007fd1, #c600ff );
				background: -moz-linear-gradient( left, #007fd1, #c600ff );
				background: -ms-radial-gradient( left, #007fd1, #c600ff );
				background: -o-linear-gradient( left, #007fd1, #c600ff );
				background: linear-gradient( to right, #007fd1, #c600ff );
			}
			.audioplayer-volume-adjust div div
			{
				background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
				background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
				background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
				background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
				background: -o-linear-gradient( bottom, #007fd1, #c600ff );
				background: linear-gradient( to top, #007fd1, #c600ff );
			}
			.audioplayer-bar,
			.audioplayer-bar div,
			.audioplayer-volume-adjust div
			{
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
			}
			.audioplayer
			{
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
			}
			.audioplayer-volume-adjust
			{
				-webkit-border-top-left-radius: 2px;
				-webkit-border-top-right-radius: 2px;
				-moz-border-radius-topleft: 2px;
				-moz-border-radius-topright: 2px;
				border-top-left-radius: 2px;
				border-top-right-radius: 2px;
			}
			.audioplayer *,
			.audioplayer *:before,
			.audioplayer *:after
			{
				-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
				-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
				-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
				-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
				transition: color .25s ease, background-color .25s ease, opacity .5s ease;
			}
/*
\PLAYER
*/

/*scroll*/
.scrollup {
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 80px;
    right: 150px;
    display: none;
    text-indent: -9999px;
    background: url('/img/icon/up-arrow1.png') no-repeat;
}

.scrollup2 {
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 80px;
    left: 150px;
    display: none;
    text-indent: -9999px;
    background: url('/img/icon/up-arrow1.png') no-repeat;
}
@media (max-width: 450px) {
    .scrollup2 {
        display: none; 
    }		
}
/*\scroll*/

/*Рандомы*/
.randomy-blocks {
   	margin-top: 30px;
	border-top: 1px solid #cccccc;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #cccccc;
}
.r_link {
    font-size: 1.4em;
    margin-right: 15px;
    color: #666666;
    text-decoration: none; 	
}
.r_link:hover {
    color: #8c8b8b; 	
}
.r_link_active {
    font-size: 1.4em;
    margin-right: 15px;
    color: #f4583f;
    text-decoration: none; 	
}
.r_link_active:hover {
    color: red; 	
}
.ramdom_one {
    margin-top: 10px; 	
}
.ramdom_one a {
	font-size: 1.2em;
    color: #666666;	
}
.ramdom_one a:hover {
  	color: #8c8b8b; 
}
.ramdom-card {
    padding: 20px 0 20px 0; 	
}
.random-count-name {
    font-size: 1.3em; 	
}
.random-count-input {
    margin-top: 15px; 	
}
.random-count-input input {
    width: 60px;
    height: 30px; 
    text-align: center;
    font-size: 20px;	
}
.random-start-button {
    margin-top: 20px; 	
}
.random-buttom {
    width: 220px;
    height: 60px;
    line-height: 60px;
    color: #ffffff; 
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #990066;
    border: 0; 	
}
.random-buttom:hover {
    background-color: #860e86; 
}

.random-next {
    max-width: 600px;
    color: #ffffff; 
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #990066;
    border: 0;
    padding: 10px;
    margin: 10px; 	
}
.random-next:hover {
    background-color: #860e86; 
}


.test-title {
    font-size: 1.5em;
    margin-bottom: 10px;	
}
.test-info {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 700;	
}
.test-text {
    font-size: 1.3 em;
	margin-bottom: 10px;	 	
}


.random-result {
    margin-top: 20px; 
}
#ran_result {
    font-size: 1.5em;  	
}
/*\Рандомы*/

/*Показать еще*/
.raskazyAddBlock {
    margin-top: 20px;
    text-align: center; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 	
}
.raskazyAddBlock2 {
    margin-top: 20px;
    text-align: center; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 	
}
.resultAddButton {
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #ffffff; 
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #990066;
    border: 0; 	
}
.resultAddButton:hover {
    background-color: #921d92; 
}
/*\Показать еще*/

/*ПОИСК ПО САЙТУ*/
.poisk-blocks {
    margin-top: 20px; 	
}
/*\ПОИСК ПО САЙТУ*/

/*КНИГИ*/
.book-mini-img {
    width: 300px;
   
}
.book-mini-img img {	
    border: 1px solid #cccccc; 
    border-radius: 10px; 
	width: 100%;  	
}
.book-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; 	
}
.book-div-img {
    width: 50%; 
}
.book-div-text {
    width: 50%; 
}
.book-div-img img {
    width: 100%;
    border: 1px solid #cccccc; 
    border-radius: 10px; 	
}
.book-div-text {
    margin-left: 20px;  	
}
.book_annotation {
    font-size: 1.5em;
	text-align: justify; 	
}
.book-click {
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
    background-color: green;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0 15px 0; 	
}
.book-click:hover {
	background-color: #006633;
}
.book-ISBN {
    margin-top: 20px;
    font-size: 20px; 	
}
.book-ISBN span {
    font-size: 20px;
    font-weight: 700; 	
}

.book-text-bottom {
    margin-top: 30px;  	
}
.book-text-bottom div {
	margin-top: 30px; 
	font-size: 1.5em;
}
.book-text-bottom a {
    font-size: 1em;
    color: #666666;	  	
}
.book-text-bottom a:hover {
    color: #8c8b8b;	  	
}
@media (max-width: 830px) {
    .book-text-bottom img {
        width: 100%; 	
    }
}	
	

@media (max-width: 650px) {
    .book-div {
        display: block;	
    }
    .book-div-img {
        width: 100%; 
    }
    .book-div-text {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;		
    }	
}
/*\КНИГИ*/

/*НОВОСТИ*/
.index-news-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
            grid-template-areas:      
        "sn1 sn2 sn3 sn4";
    grid-column-gap: 20px;
    grid-row-gap: 20px;		
}
.sn1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: sn1;
}
.sn2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: sn2;
}
.sn3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: sn3;
}
.sn4 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: sn4;
}
.index-news-date {
    font-size: 1.2em;
    font-weight: 700;  	
}
.index-news-text {
    margin-top: 10px;
    font-size: 1.2em; 	
}
.index-news-text a {
    font-size: 1em;
	color: #ffffff;	
}
.index-news-text a:hover {
  	color: #e9e5e8; 
}
@media all and (max-width:1000px) {
	.index-news-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: auto 10px auto;
        grid-template-rows: auto auto;
                grid-template-areas:      
            "sn1 sn2"
		    "sn3 sn4";
        grid-column-gap: 20px;
        grid-row-gap: 20px;		
    }
	.sn1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;		
    }
	.sn2 {
        -ms-grid-row: 1;
        -ms-grid-column: 3;		
    }
	.sn3 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;		
    }
	.sn4 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;		
    }
}
@media all and (max-width:600px) {
    .index-news-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        -ms-grid-rows: auto 10px auto 10px auto 10px auto;
        grid-template-rows: auto auto auto auto;
                grid-template-areas:      
            "sn1" 
			"sn2"
		    "sn3" 
			"sn4";
        grid-column-gap: 20px;
        grid-row-gap: 20px;		
    }
    .sn1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;		
    }
    .sn2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;		
    }
    .sn3 {
        -ms-grid-row: 5;
        -ms-grid-column: 1;		
    }
    .sn4 {
        -ms-grid-row: 7;
        -ms-grid-column: 1;		
    } 		
}

.page-news-card {
    margin-bottom: 30px;  	
}

.page-news-date {
    font-size: 1.2em;
    font-weight: 700;  	
}
.page-news-text {
    margin-top: 10px;
    font-size: 1.2em; 	
}
.page-news-text a {
    font-size: 1em;
	color: #ffffff;	
}
.page-news-text a:hover {
  	color: #cccccc; 
}
/*\НОВОСТИ*/


/*ПОДБОРКИ*/
.podborka-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px; 	
}
.podborka-div-img {
    width: 350px; 
}
.podborka-text div {
	margin-top: 10px;
}
.podborka-text div i {
    font-size: 1.2em;	
}
.podborka-text div a {
	color: #0c6ae9;
	text-decoration: none;
	font-size: 1.2em;
}
.podborka-text div a:hover {
	color: #0755be;
	text-decoration: none;
	font-size: 1.2em;
}

.podborka-div-text {
     
}
.podborka-div-img img {
    width: 350px;
    border: 1px solid #cccccc; 
    border-radius: 10px; 	
}
.podborka-div-text {
    margin-left: 20px;  	
}
@media all and (max-width:800px) {
	.podborka-div-img img {
	     width: 250px; 	
	}
}

@media all and (max-width:600px) {
    .podborka-div {
        display: block;
    }
	.podborka-div-text {
        margin-left: 0;
        margin-top: 20px;		
    }
}
@media all and (max-width:400px) {
	.podborka-div-img {
	    text-align: center;
        width: 100%; 		
    }
	.podborka-div-img img {
	     width: 100%; 	
	}
}
/*\ПОДБОРКИ*/

/*ТЕКСТ И ФОТО НА ГЛАВНОЙ*/
.my-blocks {    
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
	width: 100%;
}	
.my-text {
    margin-left: 20px;
    flex: 1;  	
}
.p-start {
    font-size: 1.5em;
    font-style: oblique;	
}
.p-start strong {
    font-size: 1em;
    font-style: oblique;	
}
#my-photo2 {
    display: none;  	
}
#my-photo3 {
    display: none;	
}
.text-start-button {
    margin-top: 15px;	
}
@media all and (max-width:1024px) {
    .my-photo {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;		
    }		
	.my-text {
	    -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;		
	}
	.my-photo img {
	    width: 100%;  	
	}
}
@media all and (max-width:800px) {
	.my-blocks {
        display: block;       		
    }
    .my-text {
        margin-left: 0;
        margin-top: 20px;  	
    }
    .test-img img {
        width: 100%;  
    }		
}
/*ТЕКСТ И ФОТО НА ГЛАВНОЙ*/ 


/*HEADER-BAR*/
.header-bar-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}
.header-bar-menu-left a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 20px;
	font-size: 1.1em;
}
.header-bar-menu-left a:hover {
	color: #eeeaea;
}
.header-bar-menu-right a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 15px;
	font-size: 1.1em;
}
.header-bar-menu-right a:hover {
	color: #eeeaea;
}
.header-bar-menu-right i {
	color: #ffffff;
	text-decoration: none;
	margin-left: 15px;
	font-size: 1.1em;
}
.header-bar-menu-right i:hover {
	color: #eeeaea;
}
/*\HEADER-BAR*/

/*ИЗОБРАЖЕНИЯ ВНУТРИ ПУБЛИКАЦИЙ:НАЧАЛО*/
.piblic-img-v img {
	   margin: 15px 0 15px 0;  
    } 
@media all and (max-width:550px) {
    .piblic-img-v img {
	    width: 100%;  
    } 
}
/*\ИЗОБРАЖЕНИЯ ВНУТРИ ПУБЛИКАЦИЙ:НАЧАЛО*/

/*только на эту иконку*/
.fa-check {
    color: #ffffff;	
}


/* footer-bar */
.footer-bar {
    display: none;
}
@media all and (max-width: 1150px) {
    .footer-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0;
        background: #ffffff;
        height: 60px;
        width: 100%;
        -webkit-box-shadow: 0 0 1px 1px #cccccc;
        box-shadow: 0 0 1px 1px #cccccc;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 999999;
    }
    .footer-bar-block {
        width: 18%;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
   
    .footer-bar-img1 i {
        font-size: 1.2em
    }
    .footer-bar-img2 i {
         font-size: 1.2em
    }
    .footer-bar-img3 i {
         font-size: 1.2em
    }
    .footer-bar-img4 i {
         font-size: 1.2em
    }
    .footer-bar-img5 i {
         font-size: 1.2em
    }
    .footer-bar-txt {
        font-size: 0.95em;
    }
    .header-main-catalog {
        margin-top: 10px;
    }
    .header-main-search {
        margin-top: 10px;
        margin-right: 10px;
    }
}
.footer-bar-txt {
    margin-top:5px;	 
}	 

@media all and (max-width: 500px) {
    .footer-bar-txt {
        font-size: 0.8em;
    }
}

@media all and (max-width: 300px) {
    .footer-bar-txt {
        display: none;
    }
}
/* \footer-bar */

/*БАННЕР*/
.gimgBanner {
    margin-bottom: 15px;  	
}
.gimgBanner img {
   width: 100%;
}
#banner2 {
   display: none; 
}
@media all and (max-width:500px) {
    #banner1 {
        display: none; 
    }
    #banner2 {
        display: block; 
    }	
}
/*\БАННЕР*/

/*WIKI*/
.public-text-wiki {
    font-size: 1.3em;
}
.public-text-wiki b {
    font-size: 1em;
}
.public-text-wiki i {
    font-size: 1em;
}
.public-text-wiki a {
    font-size: 1em;
	color: #000000;
}
/*\WIKI*/

/*ARTICLES_CATALOG*/
.articles_catalog1 {
    margin-top: 5px;
}
.articles_catalog1 a {
	color: #000000;
	text-decoration: none;
	font-size: 1.5em;
}
.articles_catalog1 a:hover {
	color: #999999;
}
.articles_catalog2 a {
	color: #000000;
	text-decoration: none;
	font-size: 1.3em;
}
.articles_catalog2 a:hover {
	color: #999999;
}
.articles_catalog2 {
    margin-top: 5px;
	margin-left: 20px;
}
/*\ARTICLES_CATALOG*/


/*BOOK-FORM*/
.book-form-title {
    margin-top: 13px;	
}
.book-form-title p {
    font-size: 1.8em;
    color: #000000;
    font-weight: 700; 	
}
.book-form {
    margin-top: 15px; 	
}
.form-input-book {    
	font-size: 3em;
    color: #000000;
	width: 100%;
}
.book-form a {
	font-size: 2em;
    color: #000000;
}
.book-button {
    width: 100%;
    height: 50px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	line-height: 50px;
    text-align: center;
    cursor: pointer;
	font-size: 2.2em;
	color: #999999;	
}
.book-button-active {
    width: 100%;
    height: 50px;
    background-color: #f4583f;
    color: #ffffff;
	line-height: 50px;
    text-align: center;
    cursor: pointer;
	border: 0;
	font-size: 2.2em;
}



.footer-form-textarea {
    margin-top: 15px; 	
}
.footer-form-i {
    margin-top: 80px;	 	
}
.footer-form-button {
    margin-top: 10px; 	
}
.feedback-button {
    width: 308px;
    height: 40px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	line-height: 40px;
    text-align: center;
    cursor: pointer;
	font-size: 16px;
	color: #999999;	
}
.feedback-button-active {
    width: 308px;
    height: 40px;
    background-color: #f4583f;
    color: #ffffff;
	line-height: 40px;
    text-align: center;
    cursor: pointer;
	border: 0;
	font-size: 16px;
}
.feedback-button-active:hover {
    background-color: #f33f22; 
}

/*BOOK-FORM*/

