.all-news *,
.all-news *:before,
.all-news *:after,
.primery-news *,
.primery-news *:before,
.primery-news *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;	
}

p.m-top5 {
    margin-top: 6px;
}

.primery-news,
.all-news
 {
    font-family: "Open Sans", "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}


body.scheme-day {
    background-color: white; 

}


body .dark{
    background-color: #191919; 

}

.primery-news h1,
.primery-news h2,
.primery-news h3,
.primery-news h4,
.primery-news h5,
.primery-news h6 ,
.all-news h1,
.all-news h2,
.all-news h3,
.all-news h4,
.all-news h5,
.all-news h6

{
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 10px;

}

.primery-news h3,
.primery-news .h3,
.primery-news dt,
.all-news h3,
.all-news .h3,
.all-news dt

 {
    font-size: 1.4rem;
    font-size: 1.15rem;
    font-weight: bold;

}


/* main-header */

xxx.main-header {
    background: #fefeff none repeat scroll 0 0;
    height: 70px;

}

xxx.logo__link {
    font: 0px/0 fuf;
    width: 150px;
    height: 100%;
   
    display: block;
}

xxx.logo__icon {
    width: 50px;
    height: 50px;
    margin: 10px 0 10px 20px;
    border-radius: 50%;
     background-color: navy;

    

}



/* primary-news markup */


.light-day-scheme.primery-news {   
    background: #fefeff none repeat scroll 0 0;    

}

.light-day-scheme .flex-grid-quarters__news-brief {
    background-color: rgba(205, 205, 205, 0.1);   

}

.light-day-scheme .flex-grid-quarters__news-brief h3 {
    color: #28282b;
    iiiword-wrap: break-word;
    iiioverflow-wrap: break-word;
    hyphens: auto;
	font-family: roboto, arial;
	font-size: .9rem;
	margin-top: 15px;
	letter-spacing: .5px;
	font-weight: 800;
}

.primery-news {	
	background: #28282b none repeat scroll 0 0;
	padding: 40px 0;
  padding: 20px 0;
}

.width-wrapper {
	margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;

}

.flex-grid-quarters {
    display: flex;
    flex-wrap: wrap;

}

.flex-grid-quarters > * {
    margin-right: 2% !important;
    width: 23.5%;

}

.flex-grid-quarters > *:nth-child(4n) {
    margin-right: 0 !important;

}

.flex-grid-quarters__news-brief {
	background-color: rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
    padding: 20px;
	display: flex;
	flex-direction: column;
}

.flex-grid-quarters__text-news{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.flex-grid-quarters__news-brief h3 {
	color: white;

}

.flex-grid-quarters__news-brief p,
.flex-grid-quarters__news-brief li
{
    color: #959595;  color: #777;
	font-family: roboto, arial;
    font-size: 0.8rem;
}

.flex-grid-quarters__news-brief ul
{
    padding-left: 26px;
    margin: 6px 0;
    font-size: 0.8rem;
}

.flex-grid-quarters__hero-image {
    width:100%;
    height:120px;
    object-fit:cover;
    margin-bottom: 5px;
}


/* all-news markup */

.light-day-scheme.all-news {   
    background: #fefeff none repeat scroll 0 0;    
}

.light-day-scheme .flex-grid-half__news-brief {
    background-color: rgba(205, 205, 205, 0.1);   
}

.light-day-scheme .flex-grid-half__news-brief h3 {
    color: #28282b;
    iiiword-wrap: break-word;
    iiioverflow-wrap: break-word;
    hyphens: auto;
    hyphens: auto;
}

.all-news {	
	background: #28282b none repeat scroll 0 0;
	padding: 40px 0;
  padding: 20px 0;
}

.width-wrapper {
	margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.flex-grid-half {
    display: flex;
    flex-wrap: wrap;
}

.flex-grid-half > * {
    margin-right: 2% !important;
    width: 49%;
}

.flex-grid-half > *:nth-child(2n) {
    margin-right: 0 !important;

}

.flex-grid-half__news-brief {
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;		
	background-color: rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
    padding: 20px;

}

.flex-grid-half__news-brief h3 {
	color: white;

}

.flex-grid-half__news-brief p {
    color: #959595;  color: #777;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.flex-grid-half__news-brief p:last-child {
    margin-top: auto;
}

.flex-grid-half__hero-image {
    width:100%;
    height:120px;
    object-fit:cover;
    margin-bottom: 10px;
}


/* buttons */


.button, .file-upload-button, .gsc-cursor-page {
    border: 3px solid transparent;
    border-radius: 3px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: roboto, arial, sans-serif;
    font-size: 1rem;
	font-size: .8rem;
    font-weight: normal !important;
    line-height: 1.2;
    margin: 0 10px 0 0;
    outline: 0 none;
    padding: 10px 16px; padding: 5px 10px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-overflow: ellipsis;
    text-shadow: none;
    white-space: nowrap;
	letter-spacing: .8px;
	background: #343436 none repeat scroll 0 0;
	background-color: rgba(0, 0, 0, 0.2); background-color: rgba(12, 33, 99, 0.6);	
}

.button-medium, .button-small {   
    color: white;
	margin-top: 1.2em;
}




/* max-width: 1024px*/

@media (max-width: 1024px) {

	.button-fullwidth {
		display: block;
		margin: 10px 0;
		text-align: center;
		width: 100%;
	}
}

/* max-width: 830px*/

@media (max-width: 830px) {

    .primery-news {
        padding: 20px 0;
    }

    .flex-grid-quarters {
        flex-wrap: wrap;
    }
    
    .flex-grid-quarters > * {
        margin-right: 2.5% !important;
        width: 48.75%;
    }

    .flex-grid-quarters > *:nth-child(even) {
        margin-right: 0 !important;
    }
}


/* max-width: 550px*/


@media (max-width: 550px) {

    .flex-grid-quarters > * {
        margin-right: 0 !important;
        width: 100%;
    
    }

    .flex-grid-quarters > *:nth-child(n) {
        margin-right: 0 !important;
    }
	
	.flex-grid-half > * {
		margin-right: 0 !important;
		width: 100%;
	}
	
	.flex-grid-half__hero-image {
		height:150px;
	}

}