/* ***************** */
body {
	min-height: 100%;
	display: grid;
	grid-template-rows: auto 1fr auto;	
}

.sticky {
	position: relative;
	top: 0;
    background: url(img/bkgr.jpg) center no-repeat;
    background-size: cover;
    height: 250px;
}


.sticky .navbar {
	display: flex!important;
    flex-direction: column!important;
}
.sticky::after {
	content: '';
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 250px;
}

.header_h1 {
	font-family: "Kommersant-Modern";
    line-height: .92;
	color: white;
    /*font-weight: bold;*/
    font-size: 50px;
	position: fixed;
    left: 60px;
    top: 100px;
}


.main_k {
	padding-top: 50px;
}

.g-el-resursy-title
{
	color: black;
}

.row{
	padding-top: 30px;
}


/***************************/
/***************************/
/***************************/


/** стиль для списка с № **/

#accordionFaq .accordion-div-header
{
	cursor: pointer;
}

#accordionFaq .accordion-div-header[aria-expanded="true"]
{
	background: #d7bd83;
}

#accordionFaq .accordion-div-header[aria-expanded="true"] .accordion-div-header-span
{
	color: white;
}
 
#accordionFaq .accordion-div-header-span
{
	display: inline-block;
	width: 90%;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	padding: 0.75rem;
}

#accordionFaq .trianglespan
{
	display: inline-block;
	transition: linear 0.2s;
	transform: rotate(-90deg);
	margin-right: 10px;
}

#accordionFaq .accordion-div-header[aria-expanded="true"] .accordion-div-header-span .trianglespan
{
	transform: rotate(0deg);
}

li > a:hover, li > a:focus 
{
    color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.listv {
	margin: 10px 0 0;
	padding:0;
	list-style: none;
}
.listv li {
	border: 1px solid #DDDDDD;
	position: relative;
	margin-bottom: 20px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.listv li:hover {
	z-index: 1;
	border: 1px solid #d7bd83;
}
.listv li:before {
	border: 1px solid #d7bd83;
	position: absolute;
	top: -14px;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background: #dee2e6;
	content: attr(value);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.listv li:hover:before {
	border: 1px solid #d7bd83;
	background: #d7bd83;
	color: #FFF;
	-webkit-transform: translate(-12px, 0);
	-ms-transform: translate(-12px, 0);
	-o-transform: translate(-12px, 0);
	transform: translate(-12px, 0);
}
.listv li:after {
	content: "";
	position: absolute;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: width;
	transition-property: width;
	z-index: -1;
	background: #f8f8f9;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
}
.listv li:hover:after {
	width: 100%;
}

.listv li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px 8px;
}

.listv li.nn:before  {
	display: none;
}

/** стиль для списка б/№ **/


.listn {
	margin: 10px 0 0;
	padding:0;
	list-style: none;
}
.listn li {
	border: 1px solid #DDDDDD;
	position: relative;
	margin-bottom: 20px;
	/*padding: 10px 5px;*/
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.listn li:hover {
	z-index: 1;
	border: 1px solid #d7bd83;
}
.listn li:before {
	border: 1px solid #d7bd83;
	position: absolute;
	top: -14px;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #d7bd83;
	background: #F7FAFD;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.listnli:hover:before {
	border: 1px solid #d7bd83;
	background: #d7bd83;
	color: #FFF;
	-webkit-transform: translate(-12px, 0);
	-ms-transform: translate(-12px, 0);
	-o-transform: translate(-12px, 0);
	transform: translate(-12px, 0);
}
.listn li:after {
	content: "";
	position: absolute;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: width;
	transition-property: width;
	z-index: -1;
	background: #F0F5FB;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
}
.listn li:hover:after {
	width: 100%;
}

.listn li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
}
/*=============================================
    09: FAQ как на академии
==============================================*/

.single-faq:not(:last-child) {
    margin-bottom: 15px;
}
.single-faq h3 {
    margin: 0;
    padding-left: 55px;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}
.single-faq h3[aria-expanded='true']:before {
    content: '-';
}
.single-faq h3[aria-expanded='false']:before {
    content: '+';
}
.single-faq h3:before {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #e3edea;
    border-radius: 100%;
    color: #1752dd;
    text-align: center;
    line-height: 1.9;
    font-size: 1.25rem;
    font-weight: normal;
}
.faq-title {
    min-height: 40px;
}
.faq-answer {
    padding-left: 55px;
}
.faq-answer p {
    font-size: 0.875rem;
    margin: 0;
}
.faq-answer p span {
    font-size: 1rem;
    color: #60c2a4;
}

.bg-text {
	text-align: center; 
	color: #d7bd83; 
	line-height: 1.5;
	vertical-align: middle;
	padding: 1em;
	font-size: 26px;
    font-weight: 600;
}


/***************************/
/********** BOOK ***********/
/***************************/
/*! CSS Used from: https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css */
*,
::after,
::before {
	box-sizing: border-box;
}
h2 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
button {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button {
	overflow: visible;
}
button {
	text-transform: none;
}
[type="button"],
button {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
h2 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}
h2 {
	font-size: 2rem;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;

	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
		padding-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
		padding-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
		padding-bottom: 20px;
	}
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	color: #212529;
	text-decoration: none;
}
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
	opacity: 0.65;
}
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
.btn-primary:focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 0.2rem rgb(147 152 157 / 25%);
}
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}
.btn-secondary:focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
.btn-info:focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.btn-group {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group > .btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.btn-group > .btn:hover {
	z-index: 1;
}
.btn-group > .btn:active,
.btn-group > .btn:focus {
	z-index: 1;
}
.btn-group > .btn:not(:first-child) {
	margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.overflow-hidden {
	overflow: hidden !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.pt-3 {
	padding-top: 1rem !important;
}
.pb-3 {
	padding-bottom: 1rem !important;
}
.text-center {
	text-align: center !important;
}
@media print {
	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	h2 {
		orphans: 3;
		widows: 3;
	}
	h2 {
		page-break-after: avoid;
	}
	.container {
		min-width: 992px !important;
	}
}
/*! CSS Used from: https://nodlik.github.io/StPageFlip/static/style.css */

.flip-book {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
	margin: 0 auto;
	display: none;
}
.page {
	padding: 10px;
	background-color: #fdfaf7;
	color: #785e3a;
	border: solid 1px #c2b5a3;
	overflow: hidden;
}
.page .page-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.page .page-content .page-header {
	height: 30px;
	font-size: 100%;
	text-transform: uppercase;
	text-align: center;
}
.page .page-content .page-image {
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.page .page-content .page-text {
	height: 100%;
	flex-grow: 1;
	font-size: 80%;
	text-align: justify;
	margin-top: 10px;
	padding-top: 10px;
	box-sizing: border-box;
	border-top: solid 1px #f4e8d7;
	color:#000;
	cursor: pointer;
	
}
.page .page-content .page-footer {
	height: 30px;
	border-top: solid 1px #f4e8d7;
	font-size: 80%;
	color: #998466;
}
.page.--left {
	border-right: 0;
	box-shadow: inset -7px 0 30px -7px rgba(0, 0, 0, 0.4);
}
.page.--right {
	border-left: 0;
	box-shadow: inset 7px 0 30px -7px rgba(0, 0, 0, 0.4);
}
.page.--right .page-footer {
	text-align: right;
}
/*! CSS Used from: Embedded */
.stf__wrapper {
	position: relative;
	display: block;
	box-sizing: border-box;
	transform: translateZ(0);
}
.stf__wrapper canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.stf__block {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.stf__item {
	display: none;
	position: absolute;
}