@font-face {
	font-family: 'Lato';
	src: url(../fonts/Lato-Regular.ttf);
}

/**@import url('https://fonts.googleapis.com/css?family=Lato');
* {
	font-family: 'Lato', sans-serif;
}**/

body {
	overflow-x: hidden;
}

body, html {
	font-family: 'Lato' !important;
	height: 100%;
	background-color: #ecedf1 !important;
}

.bld {
	background: url('imgs/bld.png') no-repeat center center;
	background-size: cover;
	text-align: center;
	height: 45.625vw;
}

.header {
	background: #ecedf1;
	padding-top: 15px;
}

.banner {
	position: relative;
	margin-top: -6.5625vw;
}

.banner img {
	width: 100%;
}

.title {
	color: #63727a;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50px;
	vertical-align: middle;
}

.title:hover {
	text-decoration: none;
	color: #63727a;
}

.title-bg {
	background:#fbfbfb;
	border-bottom:1px solid #f0f0f0;
}

.capital {
	color: #ff6633;
	font-size: 1.5rem;
	font-weight: none;
	text-transform: none;
	line-height: 30px;
	vertical-align: middle;
	margin-bottom:0.85em;
	margin-top:-0.6em;
}

.capital-sm {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	text-transform: none;
	line-height: 30px;
	vertical-align: middle;
	margin-bottom:0.4em;
	margin-top:0.3em;
}

.capital-db {
	color: #000;
	text-align:left;
	font-size: 1rem;
	font-weight: bold;
	text-transform: none;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom:0.2em;
}

.capital-table {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	text-transform: none;
	line-height: 30px;
	vertical-align: middle;
	margin-bottom:0.7em;
	margin-top:0.3em;
}

.section-title
{
    font-size: 1em; 
    font-weight: bold;
}
.footer {
	background: #3a3c4b;
	color: #fff;
	padding: 1rem 0;
}

.footer a,
.footer a:hover,
.footer a:focus {
	color: #fff;
	text-decoration: none;
}

.footer ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: .5rem;
	font-size: 0.75rem;
}

.footer ul li {
	padding-bottom: .3rem;
}

.footer ul li a {
	color: #fff;
	text-decoration: none;
}

.table-stripe {
	background-color: rgba(0,0,0,.05);
}

.list-style-decimal {
	list-style-type: decimal;
}

.list-style-upper-roman {
	list-style-type: upper-roman;
}

.section-menu-council {
	padding-bottom: 32px;
}

.section-menu-council a{
	text-decoration: none!important;
}

.section-menu-un { 
margin-top: -21px;
}

.section-menu-un a{
	text-decoration: none!important;
}

#btn-to-top {
	position: fixed;
	right: 48px;
	bottom: 48px;
	z-index: 1000;
	transition: opacity 2s linear, height 2s step-start;
}
.btn-to-top-hidden {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition-timing-function: linear, step-end;
}

.footer .copyright {
    font-size: 0.75rem;
	margin-top: 10px;
	text-align: left;
	color: #bbb;
}

.footer .tech-support {
    font-size: 0.75rem;
}

.mobile-footer {
	background: #3a3c4b;
	color: #fff;
	padding: 0.5rem 0;
	text-align: center;
}

.mobile-footer a,
.mobile-footer a:hover,
.mobile-footer a:focus {
	color: #fff;
	text-decoration: none;
}

.mobile-footer .copyright {
	font-size: .9rem;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #bbb;
}

.vis-footer {
	background: #fff;
	color: #000;
	padding: 0.5rem 0;
	text-align: center;
}

.vis-footer .copyright {
	font-size: 1rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

a.title {
	border-bottom: 1px dotted #63727a;
    padding-bottom: 1px;
}

.bg-sky {
	background: rgb(255,255,255);
    background: linear-gradient(-13deg, rgba(255,255,255,1) 0%, rgba(0,132,229,1) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-content {
	padding-top: 1.5em;
	padding-bottom: 2em;
	text-align: justify;
}

.main-content-small-pt {
	padding-top: 0em;
	padding-bottom: 2em;
	text-align: justify;
}

.vertical-bar-separator {
	width: 2px;
	height: 20px;
	margin: 9px 3px 0;
	background-color: rgb(50, 74, 109, 0.5);
	display: inline-block;
}

.desktop-btns-panel {
	text-align: right;
	vertical-align: top;
}

.desktop-btns-panel > * {
	margin-top: 5px;
}
.desktop-btns-panel:hover {
	color: #ff6633;
}
a:hover i.fa-facebook-square  { color: #ff6633; }
a:hover i.fa-instagram        { color: #ff6633; }
a:hover i.fa-twitter          { color: #ff6633; }
a:hover i.fa-vk               { color: #ff6633; }
a:hover i.fa-sign-out-alt     { color: #ff6633; }
a:hover i.fa-glasses          { color: #ff6633; }
.orange-bar-left:before {
	display: block;
	content:'';
	width: 50vw;
	margin-left: -50vw;
	height: 40px;
	position: absolute;
	background: #f63;
}

.orange-bar-right:after {
	display: block;
	content:'';
	width: 50vw;
	right: 0;
	margin-right: -50vw;
	height: 40px;
	position: absolute;
	background: #f63;
}

.dark-bar-left:before {
	display: block;
	content:'';
	width: 50vw;
	margin-left: -50vw;
	height: 40px;
	position: absolute;
	background: #3a3c4b;
}

.dark-bar-right:after {
	display: block;
	content:'';
	width: 50vw;
	right: 0;
	margin-right: -50vw;
	height: 60px;
	position: absolute;
	background: #3a3c4b;
}

.navbar-transparent-right:after {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	display: block;
	content:'';
	width: 50vw;
	right: 0;
	margin-right: -50vw;
	height: 65px;
	position: absolute;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 1px;
}

.navbar-white-right:after {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	display: block;
	content:'';
	width: 50vw;
	right: 0;
	margin-right: -50vw;
	height: 65px;
	position: absolute;
    background-color: #fff;
    margin-top: 1px;
}

.table-container {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.doctable td:nth-child(1) {
	vertical-align: middle;
	text-align: left;
}

.doctable td:nth-child(2),
.doctable td:nth-child(3),
.doctable td:nth-child(4) {
	vertical-align: middle;
	text-align: center;
}
.table td:nth-child(1) {
    vertical-align: middle;
    text-align: left;
}

.table td:nth-child(2),
.table td:nth-child(3),
.table td:nth-child(4) {
    vertical-align: middle;
    text-align: center;
    width: 10%;
}

.doctable-1 td:nth-child(1) {
	vertical-align: middle;
	text-align: center;
     width: 5%;
padding:10px;
}

.doctable-1 td:nth-child(2) {
	vertical-align: middle;
	text-align: left;
padding:10px;
}

.doctable-1 td:nth-child(3),
.doctable-1 td:nth-child(4) {
	vertical-align: middle;
	text-align: center;
width:10%;
padding:10px;
}
.table-1 td:nth-child(1) {
    vertical-align: middle;
    text-align: center;
width: 5%;
padding:10px;
}

.table-1 td:nth-child(2)
{
	vertical-align: middle;
	text-align: left;
padding:10px;
}

.table-1 td:nth-child(3),
.table-1 td:nth-child(4) {
    vertical-align: middle;
    text-align: center;
width: 10%;
padding:10px;
}
.flex {
   }
.banners {
     display: flex;
  align-items: left;
  justify-content: left;
text-align: left;
margin: auto;
			margin-top:-45px;
			padding-left:200px;
padding-right:200px;
}

.banners img {
  max-width: 150px;
  max-height: 150px;

}
		/*.banners {
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 0 -5px;
			padding:10px;
	}*/

		/*.banners a {
 height: 120px;
	}*/

.banners-1 {
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 0 5px;
			padding:1em;

}

.banners-1 a {
 height: 80px;
}
.burg {
padding-top:1em;

}

.yt-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.yt-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}