

header .navbar:not(.subnav) {

	padding: 20px 0;
}

header .navbar-nav .nav-link {
	color: #636464 !important;
    position:relative;
    font-size:12px;
    padding-right:20px !important;
}
body{
	display:flex;
	flex-direction:column;
}
footer{
	margin-top:auto;
}
header .navbar-nav .nav-link:hover:after,header .navbar-nav .nav-link.active:after {
    display:inline-block;
    position:absolute;
    right:10px;
    top: calc( 50% - 4px );
    content:'';
    width:7px;
    border-radius:50%;
    height:7px;
    line-height:1;
    vertical-align:baseline;
    border:2px solid #949300;
    font-size:12px;
    font-weight:600;
    margin-left:3px


}
.h6{
	font-size:1.1rem;
}
.btn-lg, .btn-group-lg>.btn {
	--bs-btn-padding-y: 0.50rem;
}
.header-title{
    text-transform:uppercase;
    color: #949300;
}
.header-title:after {
    content: "";
    margin-top:0.5rem;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #c2c2c5;

}
.extra-small{
	font-size:0.7rem;
}
.footer {
	background-color: #053868 !important;
	color: #fff !important;
	border-top: 11px solid #fdc600;
}

.list-inline>li>a {
	color: #fff !important;
}
.subnav  .navbar-nav .nav-link {
color:#053868 !important;
	transition:all 0.3s;
}
.subnav  .navbar-nav .nav-link.active,.subnav  .navbar-nav .nav-link.show,.subnav  .navbar-nav .nav-link:hover{
	background-color:#FFF !important;
	transition:all 0.3s;
}
/* Футер */
[id="footer"] {
	margin-bottom: -30px;
	background-color: #002e45;
	border-top: 11px solid #fdc600;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 62px;
}

[id="footer"] p {
	margin-bottom: 15px;
}

[id="footer"] p.text-footer {
	line-height: 1.72;
	font-size: 14px;
	margin-bottom: 11px;
}

[id="footer"] a {
	color: #fdc600;
}

[id="footer"] a:hover {
	color: #fff;
}

[id="footer"] .footer-visit {
	font-size: 14px;
}

[id="footer"] .footer-visit span {
	padding: 4px 0 0 10px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

[id="footer"] .footer-nav {
	margin-bottom: 35px;
}

[id="footer"] .footer-nav li {
	margin-bottom: 5px;
}

[id="footer"] .footer-logo {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 39px;
}

[id="footer"] .footer-logo img {
	width: 229px;
	height: 41px;
}

[id="footer"] h3.h4 {
	font-weight: bold;
	line-height: 1.33;
	margin-bottom: 6px;
}

[id="footer"] .social {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

[id="footer"] .social a {
	opacity: 0.5;
	-webkit-transition: opacity 0.3s, color 0.3s;
	transition: opacity 0.3s, color 0.3s;
}

[id="footer"] .social a:hover {
	opacity: 1;
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	/*padding-top: 5px;*/
	margin: 0 -5px;
}

.social li {
	margin: 0 5px;
}

.social a {
	color: #fff;
	display: block;
}

.social a span {
	display: block;
}

.social a:hover {
	color: #fdc600;
}
.imgFooter {
	width: 46px;
	height: 46px;
}
.panel-nav__my img {
	width: 20px;
	height: 20px;
	margin-right: 25px;
	margin-top: 2px;
	cursor: pointer;
}
