html { overflow-x: hidden; }
body.site {
    padding: 5;
    background-color: #fffacd;
    /*background-image: url(../images/fon.jpg);*/
    background-image: url(https://ss.khepchi.ru/images/ugul3.gif);
    background-repeat:repeat;
    background-attachment:fixed;
    background-position:1px 1px;
    background-size: 100px;
    /*background-repeat: no-repeat;*/
    /* background-position: 50% 50%;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;
    /*width: 100%;*/
    /*border-top: none;*/
    /*padding-top: 40px;*/
}

.sticky-top {
top: 10;
position: sticky;

}

.container {
    max-width: 1088px;
}
.body .container {
    background-color: rgba(255,255,255,0.9);
    border-radius: 16px;
    padding: 20px 50px;
    border: 3px solid rgba(27,27,27,0.25);
}

/*@media (min-width: 1200px)*/
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1024px;
}
 /*element.style {
    color: rgba(95,8,57,0.92);
}*/
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	background-color: #84174f;
}
.brand {
	color: #000080;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}

.brand:hover {
    color:#f00 !important; 
    background: #00FFFF;
}

.site-title {
    font-size: 16px;
    font-family:"Times New Roman";
    color: #008000;
    line-height: 16px;
    font-weight: bold;
}
.nav {
    margin-left: 5px;
}
.nav > li > a {
    display: block;
    font-size: 19px;
    color: #00f;
    font-weight: bold;
    font-family: PT Astra serif;
    /*padding: 5px 30px;*/
    background: #e6e79b;
    border-radius: 12px;
    margin: 1px;
    border: groove #808000 2px;
}
.navigation .nav-child a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    /*color: rgba(95,8,57,0.92);*/
    background: #E0FFFF;
    white-space: nowrap;
}
.navigation .nav-pills {
    margin-bottom: 3px;
}
#content .item-page p {
line-height: 1.7em;
}

/* Selects any <a> element when "hovered" */

a {
    color: #00f !important;
}

a:link {
        color: #009933; /* Цвет ссылок */
        padding: 2px; /* Поля вокруг текста */
}

a:hover {
    /*    background: #ff9933; /* Цвет фона под ссылкой  (почему-то идет полоса)*/
        color: #ffe; /* Цвет ссылки */
}

.shapka {
  
  margin-top: 15px;
  
}



p {
    text-indent: 30px;
    line-height: 1.00em;
   /* background-color: #A0522D;*/
    color: #191970;
    font-size: 14px;
    text-align: justify;
    margin-left:  5px;
    margin-right: 5px;
}

.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.content {
    flex: 1;
}

.footer {
    background-color: #4c0828;
    color: white;
    display: block;
    height: 400px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px; /* Метод, делающий наш футер "липким" */
}
