* {
    font-family: 'PT Sans', sans-serif;
}

a {
    color: darkgreen;
    text-decoration: none;
}

pre {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f8f9fa;
}

html, body {
    min-height: 100% !important;
    height: 100%;
}

#header .topbar {
    height: 40px;
    padding: 0;
    font-size: 14px;
    transition: all 0.5s;
    background-color: #F2F3F4  ;
}

#header .topbar a{
    text-decoration: none;
}

#header .topbar a:hover {
    text-decoration: underline;
}

#header .navbar {
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .05);
}

#header .navbar .nav-link {
    font-weight: bolder;
    color: #333 !important;
}

#header .dropdown-menu.show .nav-link {
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
    width: 190px;
}

.bg-top-main {
	background-image: url('/images/main/cloud-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

.footer {
    box-shadow: 0 -0.25rem .5rem rgba(0, 0, 0, .05);
}

.footer .menu ul {
    display: flex;
    flex-direction: row;
}

.footer .menu ul li {
    padding-right: 20px;
}

.footer .menu ul a {
    padding: 0px;
    color:#333;
    font-weight: 550;
}

.breadcrumb {
	font-size: 14px;
    background-color: #e9ecef
}

.breadcrumb .pathway {
	text-decoration: none;
}

.breadcrumb .pathway span {
	color: #555;
	
}


.sidemenu h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.sidemenu  a {
	display: block;
    padding-top: 0px;
    padding-bottom: 5px;
    color: #333;
}


.sidemenu  .currentitem {
	font-weight: bold;
}

.sidemenu .nav-child {
  list-style: none;
  padding: 0px 0px 0px 20px;
}


.contactsinfo {
	margin-bottom: 15px;
	font-size: 18px;
}

.contactsinfo li {
	margin-bottom: 15px;
}

.grayblock {
	background-image: url(/images/main/bg.png);
    background-repeat: repeat;
}

.vk-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;   
    height: 0;
    overflow: hidden;
    }
    
.vk-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.com-content-categories__item-title-wrapper {
    font-size: 24px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px!important;
    padding: 5px 0 0 0!important ;
    
}

.com-content-categories__item-title-wrapper a {
    color: #333;    
}

.page-header h2 {
    font-size: 24px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.page-header h2 a {
    color: #333;
}

.main-docs-list ul {
    list-style-type: none;
    
}

.main-docs-list ul li {
    margin-bottom: 5px;
}

.main-docs-list ul li a {
    font-size: larger;
}