h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    margin-bottom: 20px;
}

.b-policy-link{
	display: block;
	margin-top: 10px;
}
.b-policy-link input{
	margin-right: 10px;
}
.flags div{
    width: auto;
}


@media (max-width: 1500px){
	.main-cursel .bx-prev, .main-cursel .bx-next, .news-cursel .bx-prev, .news-cursel .bx-next {
		position: absolute;
		width: 20px;
		height: 60px;
		background-size: contain;
	}
	.main-cursel .bx-prev,  .news-cursel .bx-prev{
		left: -30px;
	}
	.main-cursel .bx-next, .news-cursel .bx-next {
		right: -30px;
	}
	.main-cursel .bx-prev{
		left: -10px;
	}
	.main-cursel .bx-next{
		right: -10px;
	}

}
@media (max-width: 768px){
	h1{
		font-size: 22px;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px)
{
	.flags div {
		width: 50%;
	}
	footer ul {
		margin-right: 0px;
		float: none;
		line-height: 31px;
		margin-bottom: 10px;
	}
	footer ul li {
		display: block;
		margin: 0 46px 0 0;
	}
}


.social-links a.youtube {
  background: url(/upload/medialibrary/383/3833811717b73923aa6b2944ebe85561.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.social-links a.youtube:hover {
  background: url(/upload/medialibrary/5bc/5bc20d3186accf912302ad9622666bf7.png) no-repeat;
  background-position: center;
  background-size: contain;
}


/**/
.block-footer-telegramGo {
  position: fixed;
  bottom: 10px;
  display: flex;
  width: 100%;
}
.block-footer-telegramGo .content {
  background: #fff;
  margin: auto;
  display: flex;
  max-width: 300px;
  border-radius: 5px;
  text-decoration: none;
}
.block-footer-telegramGo .content .left {
  display: flex;
  padding: 5px;
}
.block-footer-telegramGo .content .left img {
  max-width: 30px;
  margin: auto;
}
.block-footer-telegramGo .content .center {
  padding-top: 6px;
  padding-bottom: 6px;
}
.block-footer-telegramGo .content .center .txt-1 {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
.block-footer-telegramGo .content .center .txt-2 {
  color: #8f8f8f;
  font-size: 13px;
}
.block-footer-telegramGo .content .right {
  display: flex;
  padding: 5px;
}
.block-footer-telegramGo .content .right img {
  margin: auto;
}


.menu-bar .logo img {
  max-width: 170px;
}
/*.fixed-header header .logo {
  height: 40px;
  margin: 3px 0 0;
}*/

/** content-news **/
.content-news-wrap{
	padding: 0px 0px;
	overflow: hidden;
}
.content-news{
    display: flex;
	flex-flow: row wrap;
	padding: 0px 0 0px 0;
	margin: 0px -6% 0 0;
}
.content-news-col{
	padding: 0px 6% 0 0;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 24px;
}
.content-news-item{
	display: flex;
	flex-flow: row nowrap;
	font-family: 'Open Sans';
	font-style: normal;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-width: 1px 0 1px 0;
	padding: 13px 0px;

}
.content-news-item__block{
    padding-right: 20px;
}
.content-news-item__name{
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.content-news-item__name:hover{
	text-decoration: underline;
}
.content-news-item__img{
    flex: 0 0 206px;
}
@media (max-width: 992px) {
	.content-news {
		margin: 0px -15px 0 0;
	}
	.content-news-col {
		padding: 0px 15px 0 0;
	}
}

@media (max-width: 800px) {
	.content-news {
		margin: 0px;
	}
	.content-news-col {
		padding: 0;
		width: 100%;
	}
}
@media (max-width: 480px) {
	.content-news-item {
		flex-flow: column wrap;
	}
	.content-news-item__block {
		padding-right: 0px;
		margin-bottom: 10px;
	}
	.content-news-item__name {
		font-weight: 700;
		font-size: 16px;
		line-height: normal;
		color: #000000;
		text-align: left;
	}
	.content-news-item__img {
		flex: auto;
		text-align: center;
	}
}
/** content-news end **/
/** news tags **/
.tags-block{
	margin-top: 10px;
}

.title-line{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #262626;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
	position: relative;
}
.title-line:after{
	content: '';
	width: 38px;
	height: 3px;
	background-color: #5B95CD;
	display: block;
	position: absolute;
	margin-bottom: -1px;
	bottom: 0;
}


.tags-list{
	text-align: left;
}
.tag-link{
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 8px 15px;
	min-width: 90px;
	color: #000000;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	margin: 0 10px 10px 0;
}
.tag-link:hover{
	border-color: #2897d1;
	background: #2897d1;
	color: #fff;
}
/** news tags end **/

.search-new{
	position: relative;
	padding: 8px 10px 8px 33px;
	border: 1px solid #ABABAB;
}
.search-new:before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 15px;
	top: 10px;
	background: url('/images/loop.svg') center no-repeat;
	
}  

.search-new__input{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	color: #000;
	display: block;	
}
.search-new__input::placeholder{
	color: #ABABAB;
}