html {
	font-family: 'Tahoma', sans-serif;
	font-size: 14px;
	color: #444;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	background: #F1F3F5;
	--color-bg: #F1F3F5;
	--color-a: #696969;
	--border-radius: 5px;
	--color-a-hover: red;
	--border-color: #f1f1f1;
}

a {
	color: var(--color-a);
	text-decoration: none;
}
a:hover {
	color: var(--color-a-hover);
}

input, select, textarea, button {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
h1 {
	margin: 0 0 20px;
}
img {
	max-width: 100%;
}

/* Основные общие стили */

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.container {
	width: calc(100% - 40px);
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Общие стили колонки */
.block {
	display: block;
}
.leftside {
	display: inline-block;
	vertical-align: top;
	width: 300px;
}
.rightside {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 320px);
	margin-left: 15px;
}
.rightside:first-child {
	margin-left: unset;
	margin-right: 15px;
}

/* Блоки */
.block-one {
	display: block;
	width: auto;
}
.block-two {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 2);
}
.block-free {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 3);
}
.block-for {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 4);
}
.block-five {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 5);
}
.block-six {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 6);
}

/* Мобильное меню */
.mobilemenu {
	display: inline-block;
}
.mobilemenulink {
	display: none;
}
@media screen and (max-width: 760px) {
	.mobilemenu {
		display: none;
	}
	.mobilemenulink {
		display: inline-block;
	}
}

/* header */
.header {
	display: block;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.05);
}
.header .block-free:nth-child(1) {
	width: 200px;
}
.header .block-free:nth-child(2) {
	width: calc(100% - 400px);
}
.header .block-free:nth-child(3) {
	width: 200px;
	float: right;
}
.header-fix {
	display: block;
	height: 59px;
}
.logo img {
	max-width: 200px;
	max-height: 50px;
	border-radius: 5px;
}
.footer .logo img {
	max-width: 140px;
}
.menu a {
	display: inline-block;
	padding: 20px 7px;
	color: var(--color-a);
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	transition: 0.66s;
}
.menu a:hover {
	color: var(--color-a-hover);
	transition: 0.66s;
}
/* body */
.line {
	display: block;
	background: #fff;
	padding: 50px 0;
}
.line02 {
	background: unset;
}
.pt0 {
	padding-top: 0;
}
.articles-left {
	display: inline-block;
	vertical-align: top;
	width: 65%;
}
.articles-right {
	display: inline-block;
	vertical-align: top;
	width: calc(35% - 20px);
	margin-left: 20px;
}
.article {
	display: block;
	margin: 0 0 10px;
	border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-khtml-border-radius: var(--border-radius);
	overflow: hidden;
	border-bottom: var(--color-bg) 1px solid;
	padding: 0 0 10px;
}
.articles-left span {
	font-size: 12px;
	display: block;
	padding: 0;
	opacity: 0.5;
}
.article p, .article-time {
	color: #444;
}
.articles-left .article h3, .articles-right a.article:nth-child(2) h3, .articles-right a.article:nth-child(3) h3 {
	margin: 0!important;
	padding-bottom: 7px;
	font-weight: normal;
	font-size: 16px;
}
.articles-left .article:nth-child(1) {
	padding-top: 380px;
	background-size: cover!important;
	background-position: top center!important;
	transition: 1s;
	padding-bottom: 0;
	margin: 0 0 20px;
}
.articles-left .article:nth-child(1):hover {
	transition: 1s;
}
.articles-left .article:first-child h3 {
	font-weight: bold;
	padding-bottom: 0!important;
	box-shadow: -50px 0 250px 150px #222222;
}
.articles-left .article:first-child h3, .articles-left .article:first-child p {
	display: block;
	background: #222;
	color:#fff;
	padding: 20px;
	margin: 0!important;
}
.articles-left .article:first-child span {
	display: block;
	background: #222;
	color:#fff;
	padding: 0 20px 20px;
	margin-top:-10px;
	font-size: 12px;
	opacity: 1;
}
.articles-left .article:first-child {
	border-bottom: 0;
}
.article:last-child {
	border-bottom: 0;
}
.article img {
	border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-khtml-border-radius: var(--border-radius);
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	margin: 0 0 10px;
}
.ad-left {
	padding-right: 10px;
	width: 290px;
}
.articles-right .article:nth-child(1) {
	display: block;
	background-size: 100%;
}
.articles-right .article:nth-child(1), .articles-right .article:nth-child(4) {
	background-size: 100%!important;
    background-color: #f5f5f5!important;
    background-position: top center!important;
    padding: 210px 15px 15px;
}
.b3x6 {
	display: flex;
    background: #f5f5f5;
    height: 600px;
    width: 300px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-khtml-border-radius: var(--border-radius);
    overflow: hidden;
	margin: 0 auto;
}
.b2x4 {
	display: flex;
    background: #f5f5f5;
    height: 400px;
    width: 240px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-khtml-border-radius: var(--border-radius);
    overflow: hidden;
	margin: 0 auto;

}
.articles-group {
	display: block;
	background: #fff;
    padding: 20px;
    margin: 0 0 30px;
    border-radius: var(--border-radius);
	-moz-border-radius: var(--border-radius);
	-webkit-border-radius: var(--border-radius);
	-khtml-border-radius: var(--border-radius);
}
.newsblock {
	margin: 0 0 50px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.articles-group:last-child, .newsblock:last-child  {
	margin-bottom: 0;
}
.articles-group h2 {
	margin-top: 0;
	padding-top: 0;
}
.articles-group h2:before {
	display: inline-block;
	content: ' ';
	width: 10px;
	height: 17px;
	background: #e81a1b;
	margin-right: 10px;
}
.articles-group .article {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
}
.articles-group .article h3, .articles-group .article p {
	color: #444;
}
.articles-group .article:nth-child(2n) {
	margin-left: 5px;
}
.articles-group .article:nth-child(2n + 1) {
	margin-right: 5px;
}
.articles-group .article:hover img {
	opacity: 0.85;
}
.leftside .articles-group .article {
	display: block;
	width: auto;
	margin: 0 0 10px;
	text-align: left;
}
.article-category {
	display: block;
	opacity: 0.5;
	font-size: 14px;
	margin: 10px 0 -10px;
}
.articles-group .article {
	border-bottom: #F1F3F5 1px solid;
	margin-bottom: 20px;
}
.articles-group .article:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.article-video {
	display: block;
    position: relative;
    width: 100px;
    margin: 110px auto -180px auto;
    height: 70px;
    background: url(../images/video.svg) center center no-repeat;
    background-size: 100px;
    z-index: 2;
}
.title:before {
	display: block;
	width: 100%;
	content: ' ';
	border-top: #f1f1f1 1px solid;
	height: 2px;
	position: relative;
	z-index: 1;
	margin-top:18px;
	margin-bottom:-38px;
}
.title {
	text-align: center;
	display: block;
	position: relative;
	margin: 0 0 60px;
}
.title h1, .title h2 {
	position: relative;
	z-index: 2;
	background: #fff;
	display: inline-block;
	text-align: center;
	padding: 0 50px;
	text-transform: uppercase;
}
.title h1 {
	margin-top:15px;
}
/* Footer */
.footer {
	background: #fff;
	margin-top: 10px;
}
.footer .block-free:nth-child(1) {
	width: 200px;
}
.footer .block-free:nth-child(2) {
	width: calc(100% - 415px);
	margin-right: 15px;
}
.footer .block-free:nth-child(3) {
	width: 200px;
}
.footer-menu {
	border-bottom: #F1F3F5 1px solid;
}
.footer-menu a {
	padding: 20px 7px;
	display: inline-block;
	text-decoration: none;
	color: var(--color-a);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.66s;
}
.footer-menu a:hover {
	color: #222;
	transition: 0.66s;
}
.footer-copy {
	padding: 10px 0;
}
#mobilemenu {
	display: none;
}
.mobilemenulink {
	display: none;
}
.mobilemenulink img {
	width: 26px;
	vertical-align: middle;
}
@media screen and (max-width: 1280px) {
	.newsblock .leftside, .newsblock .rightside {
		display: block;
		width: auto;
		margin: 0;
	}
	.articles-right .article:nth-child(1), .articles-right .article:nth-child(4) {
		padding: 21vw 15px 15px;
	}
}
@media screen and (max-width: 1024px) {
	.leftside, .rightside, .articles-left, .articles-right {
		margin: 0 0 20px!important;
		width: 100%;
		padding: unset;
	}
	.line .block-free {
		display: block;
		width: auto;
	}
	.footer .block-free {
		width: auto;
		display: inline;
	}
	.footer .logo {
		float: left;
		margin-right: 15px;
		margin-bottom: 5px;
	}
	.footer .block-free:last-child {
		text-align: center;
		display: block;
		width: auto;
		margin: 0 0 30px;
	}
	.line {
		padding: 20px 0;
	}
	.menu {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 10;
		padding: 20px;
		background: #fff;
		box-shadow: 5px 0px 55px 55px rgba(0,0,0,0.15);
		min-width: 60%;
		text-align: left;
	}
	.ad-left {
		float: none;
		padding: 0;
		text-align: center;
		margin: 20px 0!important;
		display: block;
		width: auto;
		padding: 10px;
		background: #f1f1f1;
		border-radius: var(--border-radius);
		-moz-border-radius: var(--border-radius);
		-webkit-border-radius: var(--border-radius);
		-khtml-border-radius: var(--border-radius);
	}
	.articles-right .article:nth-child(1), .articles-right .article:nth-child(4) {
		padding-top: 62vw;
	}
	.ad-left img {
		max-width: 100%;
	}
	.menu a {
		display: block;
	}
	.header {
		padding: 10px 0;
	}
	.header .block-free:nth-child(1) {
		width: 50px;
	}
	.header .block-free:nth-child(2) {
		display: none;
	}
	.header .block-free:nth-child(3) {
		width: calc(100% - 50px);
	}
	.mobilemenulink {
		display: inline-block;
		border-radius: var(--border-radius);
		border: #f1f1f1 1px solid;
		padding: 10px;
	}
	.mobilemenulinkclose {
		position: absolute;
		font-size: 12px;
		font-weight: normal;
		text-align: right;
		margin-left: calc(100% - 30px);
		margin-top: 0;
		padding: 0!important;
		z-index: 3;
		margin-top:-5px;
	}
	.mobilemenulinkclose img {
		width: 30px;
	}
	.mobilemenulinkclosearea {
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		z-index: 11;
	}
	.menu-container {
		display: block;
		position: relative;
		z-index: 12;
	}
	.mobilemenuname {
		opacity: 0.5;
		text-transform: uppercase;
		padding: 5px;
	}
	.article-video {
		margin: 11vw auto -19vw auto;
	}
}
@media screen and (max-width: 480px) { 
	.articles-group .article {
		display: block;
		width: auto;
		margin: 0 0 20px!important;
	}
	.footer-menu a {
		font-size: 11px;
	}
	h1 {
		font-size: 19px;
	}
	.title {
		margin: 0 0 20px;
	}
	.article-video {
		margin: 20% auto -45% auto;
		background-size: 80%;
	}
	.articles-left .article:nth-child(1) > * {
		background: #696969!important;
	}		
	.articles-left .article:nth-child(1) {
		padding-top: 0;
		
	}
}

/* Скрываем блоки по умолчанию */
.visible-xs-block,
.visible-sm-block,
.visible-md-block,
.visible-lg-block {
  display: none !important;
}

/* Показываем .visible-xs-block только на очень маленьких экранах (до 576px) */
@media (max-width: 575.98px) {
  .visible-xs-block {
    display: block !important;
  }
}

/* Показываем .visible-sm-block на маленьких экранах (576px - 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .visible-sm-block {
    display: block !important;
  }
}

/* Показываем .visible-md-block только на средних экранах (768px - 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.visible-md-block {
	  display: block !important;
	}
}

/* Показываем .visible-lg-block на больших экранах (992px и выше) */
@media (min-width: 992px) {
	.visible-lg-block {
		display: block !important;
	}
}

.sticky-block {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 100;
    background: #fff;
    transition: top 0.3s ease;
    will-change: transform;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.sticky-group {
	position: relative;
	height: 100%;
}

/* Стили для кнопки "Читать полностью" */
.button.large.round.bordered {
    background-color: transparent;
    color: #0d6efd;
    border: 1px solid #0d6efd;
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
	text-transform: uppercase;
}

.button.large.round.bordered:hover {
    /* background-color: #0d6efd; */
    /* color: #ffffff; */
    transform: translateY(-2px);
    /* box-shadow: 0 4px 8px rgba(13, 110, 253, 0.2); */
}

.button.large.round.bordered:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}
