.main {
	background: url("../img/bg_news.jpg") no-repeat 50% 0/contain;
	position: relative;
	padding: 105px 0 0;
}

.main__title {
	font-size: 48px;
	line-height: 130%;
	font-weight: 600;
	position: relative;
	margin-left: calc(57.5% - 10px);
	margin-bottom: 55px;
}

.main__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.main__presentation {
	width: 57.5%;
	position: relative;
	border-right: 3px solid transparent;
	-o-border-image: linear-gradient(rgba(255, 169, 27, 0.31) 59.44%, rgba(255, 169, 27, 0) 104.11%);
	   border-image: -webkit-gradient(linear, left top, left bottom, color-stop(59.44%, rgba(255, 169, 27, 0.31)), color-stop(104.11%, rgba(255, 169, 27, 0)));
	   border-image: linear-gradient(rgba(255, 169, 27, 0.31) 59.44%, rgba(255, 169, 27, 0) 104.11%);
	border-image-slice: 1;
	padding-right: 4%;
}

.main__presentation-img {
	display: block;
	width: 100%;
	height: 656px;
	margin-bottom: 30px;
}
.main__presentation-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.main__presentation-img-flag {
	background: url('../img/bg_news_flag1.png') no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 70px;
	width: 84px;
	height: 131px;
}

.main__presentation-img-flag-txt {
	background: url('../img/bg_news_flag2.png') no-repeat center / cover;
	position: absolute;
	left: 12px;
	width: 93px;
	height: 153px;
	font-size: 27px;
	text-align: center;
	display: flex;
	flex-direction: column;
	backdrop-filter: blur(5px);
	padding-top: 30px;
}

.main__presentation-img-flag-txt span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.06em;
	display: block;
}

.main__presentation-title {
	display: block;
	font-size: 28px;
	font-weight: 700;
	color: #FFA91B;
	display: block;
	margin-bottom: 40px;
}

.main__presentation-txt {
	line-height: 160%;
	display: block;
	margin-bottom: 55px;
}

.main__presentation-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	position: absolute;
	bottom: -3px;
	padding-right: calc(4% + 30px);
}

.main__presentation-footer time {
	color: #959BAD;
}

.main__newslist {
	width: 40%;
	position: relative;
}

.main__newslist-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 65px;
}

.main__newslist-item-num {
	font-size: 45px;
	line-height: 80%;
	position: relative;
	padding-right: 120px;
}

.main__newslist-item-num::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 70px;
	width: 60px;
	height: 3px;
	background: #C4C4C4;
}

.main__newslist-item-txt {
	padding-top: 5px;
}

.main__newslist-item-txt span:nth-of-type(1) {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	color: #FFA91B;
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.main__newslist-item-txt span:nth-of-type(2) {
	font-size: 14px;
	line-height: 150%;
}

.main__newslist-btn {
	position: absolute;
	bottom: 0;
}

.news {
	padding-bottom: 40px;
	padding-top: 100px;
}

.news__filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 25px;
}

.news__filter-item {
	font-size: 15px;
	font-weight: 600;
	color: #959BAD;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-width: 200px;
	height: 40px;
	border: 2px solid #959BAD;
	border-radius: 20px;
	-webkit-transition: background 1.2s ease, color 0.3s ease;
	transition: background 1.2s ease, color 0.3s ease;
	margin: 0 20px 15px 0;
}

.news__filter-item:hover {
	background: #959BAD;
	color: white;
}

.news__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: -100px;
}

.news__item {
	width: 32%;
	margin-right: 2%;
}
.news__item {
	margin-top: 100px;
}
.news__item:nth-child(3n){
	margin-right: 0;
}
.news__item-img {
	display: block;
	margin-bottom: 35px;
	width: 100%;
	height: 273px;
	position: relative;
}
.news__item-img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news__item-img-flag {
	background: url('../img/bg_news_flag1.png') no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 40px;
	width: 60px;
	height: 95px;
}

.news__item-img-flag-txt {
	background: url('../img/bg_news_flag2.png') no-repeat center / cover;
	position: absolute;
	left: 9px;
	width: 66px;
	height: 110px;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	display: flex;
	flex-direction: column;
	backdrop-filter: blur(5px);
	padding-top: 20px;
}

.news__item-img-flag-txt span {
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 0.06em;
	display: block;
}

.news__item-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	color: #FFA91B;
	display: block;
	margin-bottom: 30px;
	min-height: 84px;
}

.news__item time {
	font-size: 17px;
	color: #959BAD;
	display: block;
	margin-bottom: 12px;
}

.news__item-txt {
	color: #1A1A1A;
	line-height: 160%;
	display: block;
	margin-bottom: 55px;
	height: 120px;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}

.pagination .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.pagination__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pagination__content li {
	background: #E6E9F0;
	font-weight: 500;
	color: #959BAD;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.pagination__content li:not(:last-of-type) {
	margin-right: 18px;
}

.pagination__content li.active {
	background: #FFA91B;
	color: white;
	-webkit-box-shadow: inset 0px 5px 5px #D78600;
	        box-shadow: inset 0px 5px 5px #D78600;
	pointer-events: none;
	cursor: initial;
}

.pagination__content li.inactive {
	opacity: 0.6;
	pointer-events: none;
	cursor: initial;
}

.pagination__content li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
}

.pagination__content li.pagination__first, .pagination__content li.pagination__last {
	background: #E6E9F0 url("../img/double_arrow_pag.svg") no-repeat center/60%;
}

.pagination__content li.pagination__last {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
}

.pagination__content li.pagination__prev, .pagination__content li.pagination__next {
	background: #E6E9F0 url("../img/arrow_pag.svg") no-repeat center/60%;
}

.pagination__content li.pagination__next {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
	        box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
}

.pagination__content li:hover {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

@media (max-width: 1440px) {
	.main__presentation {
		width: 57.5%;
		padding-right: 2%;
	}
	.main__presentation-img{
		height: 529px;
	}
	.main__presentation-img-flag {
		width: 74px;
		height: 115px;
		left: 60px;
	}
	.main__presentation-img-flag-txt {
		font-size: 20px;
		width: 82px;
		height: 135px;
		left: 10px;
		padding-top: 25px;
	}
	.main__presentation-img-flag-txt span {
		font-size: 26px;
	}
	.main__presentation-footer {
		padding-right: 20px;
	}
	.main__newslist {
		width: 41%;
	}
	.main__newslist-item-num {
		font-size: 40px;
	}
	.main__newslist-item-txt span:nth-of-type(1) {
		font-size: 17px;
		line-height: 120%;
	}
	.main__newslist-item-txt span:nth-of-type(1)::after {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
		right: 0;
	}
}

@media (max-width: 1200px) {
	.main__newslist-item-num {
		padding-right: 60px;
	}
	.main__newslist-item-num::after {
		width: 30px;
		left: 60px;
	}
}

@media (max-width: 991px) {
	.main {
		background: url("../img/bg_news_tablet.jpg") no-repeat 50% 0/cover;
		padding: 70px 0 0;
	}
	.main__title {
		text-align: right;
		margin: 0 0 25px;
	}
	.main__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.main__presentation {
		width: 100%;
		border: initial;
		padding: initial;
		margin-bottom: 80px;
	}
	.main__presentation-img-flag {
		width: 66px;
		height: 103px;
		left: 50px;
	}
	.main__presentation-img-flag-txt {
		font-size: 16px;
		width: 73px;
		height: 120px;
		padding-top: 23px;
	}
	.main__presentation-img-flag-txt span {
		font-size: 22px;
	}
	.main__presentation-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.main__presentation-txt {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.main__presentation-footer {
		position: static;
		padding: 0;
	}
	.main__presentation-footer time {
		font-size: 16px;
	}
	.main__newslist {
		width: 100%;
	}
	.main__newslist-item-num {
		padding-right: 120px;
	}
	.main__newslist-item-num::after {
		width: 60px;
		left: 70px;
	}
	.main__newslist-item-txt span:nth-of-type(1)::after {
		right: 75px;
	}
	.main__newslist-btn {
		position: relative;
		display: block;
		margin: 50px 0 0 auto;
	}
}

@media (max-width: 768px) {
	.main__newslist-item-txt span:nth-of-type(1)::after {
		right: 0;
	}
}

@media (max-width: 576px) {
	.main__presentation-img-flag {
		width: 50px;
		height: 77px;
		left: 25px;
	}
	.main__presentation-img-flag-txt {
		font-size: 14px;
		width: 55px;
		height: 90px;
		left: 7px;
		padding-top: 17px;
	}
	.main__presentation-img-flag-txt span {
		font-size: 16px;
	}
	.main__newslist-item-num {
		padding-right: 40px;
	}
	.main__newslist-item-num::after {
		display: none;
	}
	.main__presentation-img{
		height: 400px;
	}
}

@media (max-width: 425px) {
	.main {
		background: url("../img/bg_news_mobile.jpg") no-repeat 50% 0/cover;
		padding: 45px 0 0;
	}
	.main__title {
		font-size: 30px;
	}
	.main__presentation {
		margin-bottom: 50px;
	}
	.main__presentation-txt {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.main__presentation-footer time {
		font-size: 14px;
	}
	.main__newslist-item {
		margin-bottom: 20px;
	}
	.main__newslist-item-num {
		font-size: 30px;
	}
	.main__newslist-item-txt span:nth-of-type(1)::after {
		display: none;
	}
	.main__newslist-item:nth-of-type(n + 4) {
		display: none;
	}
}

@media (max-width: 1440px) {
	.news {
		padding-bottom: 20px;
	}
	.news__item-img {
		margin-bottom: 25px;
		height: 220px;
	}
	.news__item-img-flag {
		width: 55px;
		height: 86px;
		left: 35px;
	}
	.news__item-img-flag-txt {
		font-size: 16px;
		width: 60px;
		height: 100px;
		left: 8px;
		padding-top: 19px;
	}
	.news__item-img-flag-txt span {
		font-size: 18px;
	}
	.news__item-title {
		font-size: 22px;
		margin-bottom: 30px;
		min-height: 66px;
	}
	.news__item time {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.news__item-txt {
		font-size: 17px;
		height: 110px;
		margin-bottom: 25px;
	}
}

@media (max-width: 992px) {
	.news {
		padding-bottom: 15px;
	}
	.news__item {
		width: 49%;
		margin-right: 1%;
	}
	.news__content {
		margin-top: -65px;
	}
	.news__item {
		margin-top: 65px;
	}
	.news__item:nth-child(3n){
		margin-right: 1%;
	}
	.news__item:nth-child(2n){
		margin-right: 0;
	}
	.news__item-img{
		height: 183px;
	}
	.news__item-img-flag {
		width: 44px;
		height: 68px;
		left: 30px;
	}
	.news__item-img-flag-txt {
		font-size: 14px;
		width: 48px;
		height: 80px;
		left: 6px;
		padding-top: 15px;
	}
	.news__item-img-flag-txt span {
		font-size: 16px;
	}
	.news__item-title {
		font-size: 21px;
		margin-bottom: 25px;
		min-height: 63px;
	}
	.news__item time {
		font-size: 14px;
	}
	.news__item-txt {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.news__filter {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.news__filter-item {
		width: 49%;
		min-width: initial;
		margin: 0 0 15px;
	}
	.news__item {
		width: 100%;
		margin-right: 0;
	}
	.news__content {
		margin-top: -35px;
	}
	.news__item {
		margin-top: 35px;
	}
	.news__item-img{
		height: 166px;
	}
	.news__item-img-flag {
		width: 38px;
		height: 60px;
		left: 15px;
	}
	.news__item-img-flag-txt {
		font-size: 12px;
		width: 42px;
		height: 70px;
		padding-top: 13px;
	}
	.news__item-img-flag-txt span {
		font-size: 14px;
	}
	.news__item:nth-child(3n){
		margin-right: 0;
	}
	.news__item-title {
		min-height: 10px;
	}
}

@media (max-width: 425px) {
	.news__item-img {
		margin-bottom: 20px;
	}
	.news__item-title {
		font-size: 19px;
		margin-bottom: 25px;
	}
	.news__item time {
		margin-bottom: 5px;
	}
	.news__item-txt {
		padding-top: 3px;
		margin-bottom: 10px;
	}
}

@media (max-width: 1440px) {
	.pagination__content li {
		font-size: 17px;
		width: 32px;
		height: 32px;
		margin-right: 20px;
	}
}

@media (max-width: 576px) {
	.pagination__content li {
		font-size: 15px;
		width: 25px;
		height: 25px;
		margin-right: 15px;
	}
}

@media (max-width: 425px) {
	.pagination__content {
		margin: initial;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}
	.pagination__content li {
		margin-right: initial;
	}
}
html {
    scroll-behavior: unset;
}
.pagination__next, .pagination__prev{
	font-size: 0;
}
