/* ***************** */
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;
}

p {
	color: #000;
}

ul {
	list-style-type: disc;
}

p > b 
{
	font-weight: bold;
}

.paragraph a, p a {
    color: #d7bd83!important;
	text-decoration: underline;
	
}

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

.table th, .table td 
{
	padding: 0;
	vertical-align: middle;
	border-top: 1px solid #afa939;
	border-bottom: 1px solid #afa939;
}
.my-auto span
{
	font-size: 18px;
    font-weight: 600;
	padding-left: 50px;
}

.ph 
{
	width: 80px;
}

.ph img
{
	height: 100px;
	width: 80px;
	padding: 7px;
}

.single-faq
{
	padding-right: 10px;
	text-align: center;
}

.btn.btnNews
{
	color: #000!important;
}

.modal-title
{
	color: #afa939!important;
	font-size: 28px;
}

.paragraph, p {
	white-space: normal;
	margin-top: 0;
	max-width: 100%;
}

.buttons {
    /*display: flex;*/
    margin-left: 40px;
	padding-bottom: 40px;
	padding-top: 30px;
	align-items: center;
    justify-content: center;
}


.buttons a {
    display: flex;
    background: #afa939;
    border-radius: 4px;
    color: #fff;
    width: 140px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 25px;
    text-decoration: none;
}

.buttons a:hover {
    background: #999331;
    transition: all .15s ease;
}

.text-left
{
	text-align: left !important;
	
}

.text-left a
{
	color: #afa939;
}


.learn-more-link {
  display: block;
  font-size: 20px;
  font-weight: 800;
  margin-top: 28px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.learn-more-link-text {
  color:#afa939;
  display:inline-block;
  margin-right:3px;
}
.learn-more-link:hover .icon-arrow-svg {
  transform:translateX(4px);
}
.learn-more-link .icon-arrow-svg {
  height:14px;
}
.learn-more-link .icon-arrow-svg path {
  stroke:#000;
}
.learn-more-link {
  align-items:center;
  display:flex;
  font-size:18px;
  font-weight:700;
  line-height:24px;
  margin-top:12px;
}
.learn-more-link svg {
  margin-top:2px;
  transition:.3s ease;
}
.learn-more-link-text {
	font-size: 16px;
	color: #000;
	
}
.learn-more-link:hover svg {
  transform:translateX(4px);
}

.row
{
	line-height: 1.5;
}

.btnNews.active {
	background: #afa939 !important;
	border: 1px solid #afa939 !important;
	color: #fff !important; 
}
.btnNews {
	border: 1px solid #afa939;
	background: transparent;
	color: #afa939;
	margin-bottom: 10px;
}
.btnNews:hover {
	border: 1px solid #afa939;
	background: #afa939;
	color: #fff; 
}

/* фотографии персоналий*/
.photoBorder 
{
	width: 120px;
	height: 160px;
	background-repeat     : no-repeat;
	background-size       : cover;
	background-position-x : 50%;
	background-position-y : 50%;
}

/* ------------ ЗОЛОТЫЕ БУКВЫ --------------- */
.gold_pers {
	display: inline;
	float: left;
	padding-right: 6px;
}

.gold_pers h3
{
    color: #cfc09f;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family: "Kommersant-Modern";
	font-size: 34px;
	font-weight: 200;
}

.gold_pers h3:before
{
	font-family: "Kommersant-Modern";
    content: attr(data-double);
    position: absolute;    
    background: linear-gradient(to bottom, #cfc09f 14%,#634f2c 16%, #cfc09f 20%, #cfc09f 22%,#ffecb3 40%,#3a2c0f 84%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
	padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    .gold_pers h3
	{
        font-size: 26px;
    }
}


.btn input
{
    font-weight: 600;
    text-align: center;
    line-height: 2;
    color: #fff;
    width: 250px;
    height: 30px;
    display: inline-block;
    background: #d7bd83;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    outline: 2px solid #d7bd83 !important;
    border-radius: 2%;
	border: none;
	padding: 3px;
	margin: 7px;
		
}

@media only screen and (max-width: 767px) 
{
    .btn input
	{
		font-weight: 100;
        text-align: center;
        color: #fff;
        width: 151px;
        height: 25px;
        font-size: 13px;
		padding: 1px;
		margin: 3px;
    }
}

.btn i
{
    font-weight: 600;
    text-align: center;
    line-height: 2;
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #d7bd83;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    outline: 2px solid #d7bd83 !important;
    border-radius: 2%;
	border: none;
}


.btn input:hover, .btn i:hover 
{
    background: #fff;
    color: #000;
}

.btn > .btn_active
{
	background: #fff;
    color: #000;
	cursor: auto;
}


.sidebar-box {
	margin-bottom: 10px;
}

.fa-search::before {
	position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
}

.form-control {
    height: 42px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.text_cont
{
	clear: both;
}

#req, .dol {
	cursor: pointer;
}