/*Обмежувач*/
html{
	overflow-x:hidden;
}
.container{
	width: 960px;
}
/*
.blue-space{
	width: 100%;
}
.gray-space{
	width: 100%;
}*/
.main a {
	font-weight: bold;
}
.main-logo{
	padding-left: 10px;
	padding-top: 2px;
}
.damacon-logo{
	margin-left: 35%;
}
ul.navbar-nav {
    width: 450px;
}
.navbar {
    padding: 0 10px 0 10px;
}
.dbreadcrumb {
	margin-left: 10px;
}
.blue-space{
	margin-left: 10px;
}
.breadcrumb-grey{
	margin-top: -15px;
}
.breadcrumb {

    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    background-color: unset;
    border-radius: .25rem;
margin-bottom: -5px;
}
.breadcrumb a{
	color: #3781b7;
}
.page-title h1{
	line-height: 30px;
height: 60px;
overflow: hidden;
margin-bottom: 0;
margin-left: 20px;
font-weight: bold;
font-size: 25px;
position: relative;
margin-top: 30px;
z-index: 2;
}
.gray-space{
    position: absolute;
    height: 40px;
    background-color: #E4E7E9;
    width: 73.2vw;
    margin-left: 10px;
}
@media only screen and (max-width: 1220px) {
	.gray-space{
    position: absolute;
    height: 100px;
    background-color: #E4E7E9;
    width: 73.2vw;
    margin-left: 10px;
}
}
@media screen and (max-width: 410px){
    .container{
	width: 100%;
	}
}
@media screen and (max-width: 576px){
    .container{
	width: 100%;
	}
	.gray-space {

    position: absolute;
    height: 130px;
    background-color: #E4E7E9;
    width: 100%;
    margin-left: 10px;

	}
}
@media screen and (max-width: 991px){
	.gray-space{
	    position: absolute;
	    height: 90px;
	    background-color: #E4E7E9;
	    width: 73.2vw;
	    margin-left: 10px;
	}
	#navbarSupportedContent{
		width: 100%;
	}
	ul.navbar-nav {

    width: 100%;
    text-align: center;

	}
}

.gray-space2{
    position: absolute;
	height: 150px;
	background-color: #E4E7E9;
	width: 73.2vw;
	margin-left: 10px;
	left: 0;
	margin-top: 48px;
}
.gray-space-3{
    /*max-width: 1185px;*/
    width: 73.2vw;
}
.dark-space{
	 width: 73.2vw;
}
.sub-header-down h2{
    padding: 0 20px 0 20px;
    font-size: 1.2em;
}
.sub-header-down p, .sub-header-down a{
	font-size: 13px;
	padding: 0 20px 0 20px;
}
@media screen and (max-width: 991px){
    .damacon-logo{
		margin-left: 0px;
    }
    .navbar{
    	position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: .5rem 1rem;
	}
	.nav-item{
		text-align: center;	
	}
}
.trigger-sidebar-toggle {
    cursor: pointer;
    font-size: 0px;
    padding: 0;
    margin: 0;
}
.clear-block{
	min-height: 500px;
	padding-top: 50px;
}
@media only screen and (max-width: 1220px) {
    .trigger-sidebar-toggle {
        font-size: 17px;
    }
    .breadcrumb {
        margin-left: 0;
    }
    .fake {
        text-align: left;
    }
}
.node-content h1{
	font-size: 20px;
}
.window {
    overflow: hidden;
    position: relative;
}

.window .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 220px;
    transition-duration: .3s;
}

.window .main {
    margin-left: 220px;
    transition-duration: .3s;
    position: relative;
    min-height: 1700px;
}

.content {
    padding-left: 30px;
}
.sidebar ul{
	margin-left: 0px;
}
.sidebar h2 {
    margin-top: 45px;
    padding-left: unset;
    color: #007bff;
    font-size: 15px;
}
.sidebar ul.menu li a {
    padding-left: 20px;
    display: block;
}
ul, ol {
    padding-left: unset;
}
.tel {
    text-align: center;
    color: #ff6600;
    font-size: 12pt;
    font-weight: bold;
	 line-height: 26px;
	 margin-top: 0px;
	 margin-bottom: 0px;
}
@media only screen and (max-width: 1220px) {
    .window > .sidebar {
        transform: translateX(-260px);
    }
    .window > .main {
        margin-left: 0;
    }
    .window > .main .menu-icon {
        display: block;
    }
    .sidebar-is-open .window > .sidebar {
        transform: translateX(0);
    }
    .sidebar-is-open .window > .main {
        transform: translateX(260px);
    }
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.page-title-1 {
    width: 100%;
    background-image: url(img/page-title.png);
    background-size: cover;
    line-height: 30px;
	height: 138px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 2em;
    padding-top: 26px;
}
.gray-space-1 {
    position: absolute;
    height: 40px;
    background-color: #E4E7E9;
    width: 73.2vw;
    margin-left: 200px;
    max-width: 1100px;
}
.alignleft{
float:left;
padding-right:20px;
}
.alignright{
float:right;
padding-left:20px;
}
blockquote {
    font-size: 14px;
}
.node-content ul {
    list-style: none;
}
/*ПУБЛІКАЦІЯ*/
.article .views-row {
    margin-bottom: 20px;
    width: 100%;
}
.content-article {
	background-color: #E4E7E9;
	color: #333;
	padding: 10px 10px 0 10px;
	min-height: 125px;
}
.content-article a{
	display: block;
	height: 100%;
	color: black;
	font-weight: unset;
}
.views-row {
	margin-bottom: 20px;
}
.clear-article {
	padding-top: 50px;
}
.articles img {
    float: left;
    margin-right: 20px;
}
.pagination li {
	margin: 0 auto;
	width: 100%;
}
.pagination a{
	color: black;
	font-weight: normal;
}
