.container_for_text {
	/* border: 1px solid red;
	margin-top: -50px;
	padding: 15px; */
    margin-bottom: 30px
}
.container_for_text h1 {
	font-size: 30px;
}
.container_for_text h2 {
	font-size: 22px;
}
.container_for_text a,
.container_for_text .picoModal {
	color: rgb(84, 87, 90)
	text-decoration: underline;
}
.container_for_text .picoModal {
	cursor: pointer;
}
.container_for_text .show-more {
	display: inline;
}
.one_novel {
	border: 1px solid grey;
	margin-top: 10px;
	padding: 5px;
}
.send_message_without_login input {
	border: 1px solid grey;
}
.form-control {
    display: block;
    width: 100%;
    max-width: 350px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin: 6px 0;
    margin-bottom: 12px;
}
.extendedTextArea {
    height: 300px !important;
    width: 900px !important;
}

.standartTextArea {
    height: 100px !important;
    width: 300px !important;
}
.button {
    background-color: #41485a;
    color: white;
    display: inline-block;
    min-height: 34px;
    max-width: 350px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.button:hover {
    color: #000;
    text-decoration: none;
    background-color: rgba(25, 102, 105, 0.3);
    transition: all 0.4s;
}
#textarea_on_top_pages {
	border: 1px solid #ccc;
    height: 100px !important;
    width: 300px !important;
}
#button_on_top_pages {
	width: 100px;
}
.success {
	color: green;
}
.youtube {
	width: 30px;
    margin: 0 auto;
}

#socialButtons {
    display: flex;
    flex-wrap: wrap;
}

.auth-btn-fb {
    background-image: url("/img/fb.svg");
    display: block;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    margin: 0 5px 14px 0;
}

.auth-btn-vk {
    background-image: url("/img/vk.svg");
    display: block;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    margin: 0 5px 14px 0;
}

.auth-btn-gl {
    background-image: url("/img/gl.svg");
    display: block;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    margin: 0 5px 14px 0;
}