@font-face {
    font-family: 'ShellyAllegroC';
    src: url(/templates/oleksiy_rizak/fonts/4428606.ttf);
}

p {
    margin: 0 0 10px;
}

body.site {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    padding: 0!important;
    border-top: 0!important;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.header {
    margin-top: 65px;
    margin-bottom: 0;
    text-align: center;
}

.header .site-title {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 65px;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    font-family: inherit;
}

.header .site-description {
    background-color: #000;
    color: #FFFFFF;
    margin: 0;
    padding: 0 20px;
    padding-bottom: 30px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    font-family: inherit;
}

.header3 h1 {
    text-align: center;
    margin: 35px 0;
    font-size: 35px;
    font-family: 'ShellyAllegroC';
    font-weight: bold;
}

#sidebar {
    background: #0000FF;
}

#sidebar ul {
    margin: 20px 0;
    padding: 0 0 0 10px;
    margin-bottom: 50px;
}

#sidebar ul li {
    box-shadow: inset 4px 4px 4px 0px #010c9c;
    padding: 0;
    background: #1d19f6;
    margin: 5px 0;
    background: -moz-linear-gradient(left, #1d19f6 0%, #4b80c2 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1d19f6), color-stop(100%, #4b80c2));
    background: -webkit-linear-gradient(left, #1d19f6 0%, #4b80c2 100%);
    background: -o-linear-gradient(left, #1d19f6 0%, #4b80c2 100%);
    background: -ms-linear-gradient(left, #1d19f6 0%, #4b80c2 100%);
    background: linear-gradient(to right, #1d19f6 0%, #4b80c2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1d19f6', endColorstr='#4b80c2', GradientType=1);
}

#sidebar ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 19px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent!important;
}

#sidebar .moduletable h3 {
    text-align: center;
    color: #fff;
}

#sidebar .partners img {
    max-width: 333px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}

#sidebar .partners {
    text-align: center;
}

.body>.container-fluid>.row-fluid {
    display: flex;
    flex-wrap: wrap;
}

.header2 {
    display: flex;
}

#aside {
    border-left: 15px solid #e90303;
    border-right: 15px solid #e90303;
    position: relative;
}

#aside:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -22px;
    width: 7px;
    height: 100%;
    background-color: #fff37d;
}

.well {
    border: 0;
    padding: 0 5px;
    background-color: transparent;
    box-shadow: none;
}

.page-header {
    border: 0;
    text-align: center;
}

#aside .link {
    margin: 5px 5px 20px 5px;
    border-bottom: 1px solid #CCCCCC;
    text-align: justify;
}

#aside .link a img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

#aside .link a {
    color: #000000;
    font-size: 14px;
    overflow: hidden;
}

#aside .link .date {
    color: #bbb;
    font-size: 11px;
    margin: 5px 0;
}

.blog_row {
    display: flex;
    margin-bottom: 20px;
    padding: 0 10px 20px 0;
}

.blog_row .item-image img {
    margin: 5px 10px 10px 0;
    max-width: 400px;
}

.page-header {
    text-align: justify;
}

.page-header>h2 {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}


/* RESPONSIVE */

@media (max-width: 1440px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 768px) {
    #content .item-page {
        padding: 0 20px;
    }
    .blog_row {
        flex-wrap: wrap;
    }
    .blog_row .item-image img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {}


/* KEYFRAMES */