

.site-title a{
    max-width: 575px;
    width: 100%;
}
.page-template-page_new_home .col-2cr .main-inner {
    padding-left: 0;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.content-home .big-images {
    width: 100%;
    margin: 20px 0;
}

.content-home .big-images a {
    display: block;
    float: left;
    width: 48%;
    height: 315px;
}

.content-home .big-images a:last-child {
    float: right;
}

.content-home .big-images img {
    display: block;
    width: 100%;
    height: 100%;
}

.two-columns .news {
    /*width: calc(72% - 20px);*/
    max-width: 966px;
    width: 100%;
    float: left;
    padding: 15px 20px;
    box-sizing:border-box;
}

.two-columns .sidebar {
    display: none;
	float: right;
	margin-right: 15px;
}

.content-home .block-radius {
    height: 50px;
    border-radius: 7px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fdfeff;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.block-radius.blue {
    background: #1a4ea1;
}

.block-radius.yellow {
    background: #dac512;
}

.block-radius.grey {
    background: #d7d7d7;
}

.block-radius.white-blue {
    background: #9cd0ff;
}
.sidebar .widget{
    padding: 0 !important;
}
.s2{
    display: none;
}
.block-radius.h-big {
    height: 95px;
    line-height: 95px;
}

.sidebar .block-radius {
    color: #0e2956;
}

.block-radius.white-red {
    background: red;
    color:#fff;
}

.news-list {

}

.news-list .news-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
}

.news-list .news-item .thumb {
    max-width: 228px;
    width: 200%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.news-list .news-item .thumb img {
    width: 250px;
    height: 180px;
}



.news-list .news-item .post-content .date {
    text-align: right;
    font-family: Helvetica, Arial;
    color: #2f418e;
    font-weight: bold;
}

.news-list .news-item .post-content .title a {
    color: #3e2e49;
    font-size: 20px;
    font-weight: bold;
}

.col-2cr .main-inner {
    background: none;
}

.info .widget-inner {
    margin: 50px 100px;
}

.info .widget-inner .widget {
    font-size: 20px;
}

.info .widget-inner .widget p {
    margin-bottom: 30px;
}

#advpsslideshow_4 .advps-excerpt-one {
    display: none;
}

#home-sidebar .widget {
    padding: 0;
}

#home-sidebar .textwidget {
    font-size: 20px;
}

#header {
    background: transparent !important;
}

#header .pad {
    background: url("img/flag-ukrainy.jpg") no-repeat top left;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 719px) {
    #wrapper{
        overflow-x: hidden;
    }


    #header .pad{
        background-size: cover;
    }
    #nav-header.nav-container{
        background: #fcb900;
    }
    #nav-header .nav li a{
        color: #000;
    }

    #nav-header .nav li.current_page_item > a, #nav-header .nav li.current-menu-item > a, #nav-header .nav li.current-post-parent > a{
        background: #fcb900;
    }
}

@media only screen and (max-width: 719px) {
    .news-list .news-item{
        flex-direction: column;
    }
}