

/* Start:/news/news-general-style.css?174026686023963*/
@font-face {
    font-family: 'Arkhip';
    src: url('/news/fonts/Arkhip-Regular-400.otf')  format('truetype');
}
.author-title{
	font-size: 14px;
}
.news-content{
	position: relative;
}
.errortext{
	font-size: 18px;
	line-height: 18px;
}
.singlenew {
	padding-top: 40px;
	padding-bottom: 80px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #F1FFFF;
    background: #000;
    font-weight: 400;
    overflow-x: hidden;
}
    
.container-news {
    max-width: 1120px;
    margin: 0 auto;
}

div, p, a, span {
    box-sizing: border-box;
}
table{
	width: 100%;
}


.news-tags__tag{
	text-decoration: none;
	color: var(--lowwhite, rgba(241, 255, 255, 0.75));
	font-family: Inter;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	display: flex;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 10px;
	background: #3B39AB;

}
.news-tags__tag_active{
	color: var(--main-white, #F1FFFF);
	font-weight: 700;
	text-decoration: none;
	background: #D54A29;
}

.display-none{
	display: none;
}
.news {
	padding-top: 40px;
	padding-bottom: 80px;
}

.news-menu {
	display: flex;
	gap: 20px;
	margin-bottom: 13px;
}

.news-menu__item {
	color: rgba(241, 255, 255, 0.75);
	font-family: 'Arkhip';
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	text-decoration: none;
	cursor: pointer;
}

.news-menu__item_active {
	color: #DCA24C;
}

.news-tags {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.news-tags__container {
	display: flex;
	align-items: center;
	gap: 20px;
	transition: all 0.2s ease;
}

.news-tags__prev, .news-tags__next {
	display: none;
	position: absolute;
	top: 0;
	width: 35px;
	height: 35px;
	background: transparent;
	cursor: pointer;
	z-index: 10;
}

.news-tags__next {
	right: 0;
}

.news-tags__prev {
	left: 0;
}




.news-tags_next .news-tags__next {
	display: block;
}

.news-tags_prev .news-tags__prev {
	display: block;
}

.news-tags__decor {
	display: none;
	position: absolute;
	width: 173px;
	height: 35px;
	top: 0;
	z-index: 2;
}

.news-tags__decor_next {
	right: -130px;
	background: linear-gradient(270deg, #000 90.13%, rgba(25, 24, 24, 0.66) 95.76%, rgba(39, 37, 37, 0.47) 99.92%);
}

.news-tags_next .news-tags__decor_next {
	display: block;
}

.news-tags__decor_prev {
	left: -130px;
	background: linear-gradient(90deg, #000 90.13%, rgba(25, 24, 24, 0.66) 95.76%, rgba(39, 37, 37, 0.47) 99.92%);
}

.news-tags_prev .news-tags__decor_prev {
	display: block;
}

.news-items {
	position: relative;
	display: grid;
	row-gap: 20px;
	column-gap: 28px;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: min-content;
	margin-bottom: 20px;
	grid-template-areas:
		"a a b" "c d e" "f g g" "h i j";
	display: none;
}

.news-items_firstset {
	grid-template-areas:
		"a a b" "a a c" "d d e" "s f f" "s g g" "h i j";
	display: grid;
}

.news-item:nth-child(10n + 1) {
	grid-area: a;
}

.news-items_firstset .news-item:nth-child(10n + 1) {
	height: 660px;
	padding: 0;
}

.news-item:nth-child(10n + 2) {
	grid-area: b;
}

.news-item:nth-child(10n + 3) {
	grid-area: c;
}

.news-item:nth-child(10n + 4) {
	grid-area: d;
}

.news-item:nth-child(10n + 5) {
	grid-area: e;
}

.news-item:nth-child(10n + 6) {
	grid-area: f;
}

.news-item:nth-child(10n + 7) {
	grid-area: g;
}

.news-item:nth-child(10n + 8) {
	grid-area: h;
}

.news-item:nth-child(10n + 9) {
	grid-area: i;
}

.news-item:nth-child(10n + 10) {
	grid-area: j;
}

.news-item {
	display: block;
	position: relative;
	height: 320px;
	border-radius: 20px;
	background-repeat: no-repeat;
	padding: 20px 12px 0px;
	background-color: #181818;
	text-decoration: none;
}

.news-item__tag {
	position: absolute;
	top: 20px;
	left: 8px;
	display: inline-flex;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 20px;
	border: 2px solid #DCA24C;
	background: #000;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	color: #fff;
	z-index: 2;
}

.news-item__bg {
	position: absolute;
	background-size: cover;
	background-position: center;
}

.news-item__title {
	color: #F1FFFF;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news-item__date {
	color: #F1FFFF;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.13px;
}

.news-items_firstset .news-item:nth-child(10n + 1) .news-item__bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.news-items_firstset .news-item:nth-child(10n + 1) .news-item__info {
	position: absolute;
	width: 100%;
	height: 108px;
	background: rgba(24, 24, 24, 0.90);
	backdrop-filter: blur(2px);
	bottom: 0;
	left: 0;
	border-radius: 0px 0px 20px 20px;
	padding: 12px 20px;
	display: flex;
	justify-content: space-between;
	
	flex-direction: row;
	max-width: none;
	top: auto;
	right: auto;
}

.news-items_firstset .news-item:nth-child(10n + 1) .news-item__title {
	max-width: 561px;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Arkhip';
	font-weight: 400;
	-webkit-line-clamp: 3;
}

.news-items_firstset .news-item:nth-child(10n + 1) .news-item__date {
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0px;
	margin-bottom: 0;
    margin-top: 66px;
}

.news-item:nth-child(10n + 2) .news-item__bg,
.news-item:nth-child(10n + 3) .news-item__bg,
.news-item:nth-child(10n + 4) .news-item__bg,
.news-item:nth-child(10n + 5) .news-item__bg,
.news-item:nth-child(10n + 6) .news-item__bg,
.news-item:nth-child(10n + 8) .news-item__bg,
.news-item:nth-child(10n + 9) .news-item__bg,
.news-item:nth-child(10n + 10) .news-item__bg {
	width: 329px;
	height: 235px;
	top: 65px;
	left: 12px;
}

.news-item:nth-child(10n + 2) .news-item__info,
.news-item:nth-child(10n + 3) .news-item__info,
.news-item:nth-child(10n + 4) .news-item__info,
.news-item:nth-child(10n + 5) .news-item__info,
.news-item:nth-child(10n + 6) .news-item__info,
.news-item:nth-child(10n + 8) .news-item__info,
.news-item:nth-child(10n + 9) .news-item__info,
.news-item:nth-child(10n + 10) .news-item__info {
	position: initial;
	display: block;
	max-width: none;
}

.news-item:nth-child(10n + 2) .news-item__title,
.news-item:nth-child(10n + 3) .news-item__title,
.news-item:nth-child(10n + 4) .news-item__title,
.news-item:nth-child(10n + 5) .news-item__title,
.news-item:nth-child(10n + 6) .news-item__title,
.news-item:nth-child(10n + 8) .news-item__title,
.news-item:nth-child(10n + 9) .news-item__title,
.news-item:nth-child(10n + 10) .news-item__title {
	position: absolute;
	left: 12px;
	bottom: 18px;
	width: 329px;
	height: 75px;
	background: rgba(24, 24, 24, 0.90);
}

.news-item:nth-child(10n + 2) .news-item__date,
.news-item:nth-child(10n + 3) .news-item__date,
.news-item:nth-child(10n + 4) .news-item__date,
.news-item:nth-child(10n + 5) .news-item__date,
.news-item:nth-child(10n + 6) .news-item__date,
.news-item:nth-child(10n + 8) .news-item__date,
.news-item:nth-child(10n + 9) .news-item__date,
.news-item:nth-child(10n + 10) .news-item__date {
	position: absolute;
	top: 32px;
	right: 12px;
}

.news-item:nth-child(10n + 1) .news-item__bg,
.news-items_firstset .news-item:nth-child(10n + 4) .news-item__bg,
.news-items_firstset .news-item:nth-child(10n + 6) .news-item__bg,
.news-item:nth-child(10n + 7) .news-item__bg {
	width: 493px;
	height: 230px;
	top: 65px;
	left: 12px;
}

.news-item:nth-child(10n + 1) .news-item__info,
.news-items_firstset .news-item:nth-child(10n + 4) .news-item__info,
.news-items_firstset .news-item:nth-child(10n + 6) .news-item__info,
.news-item:nth-child(10n + 7) .news-item__info {
	position: absolute;
	top: 32px;
	right: 12px;
	display: flex;
	flex-direction: column-reverse;
	max-width: 190px;
}

.news-item:nth-child(10n + 1) .news-item__title,
.news-items_firstset .news-item:nth-child(10n + 4) .news-item__title,
.news-items_firstset .news-item:nth-child(10n + 6) .news-item__title,
.news-item:nth-child(10n + 7) .news-item__title {
	-webkit-line-clamp: 9;
	position: initial;
	width: initial;
	height: initial;
}

.news-item:nth-child(10n + 1) .news-item__date,
.news-items_firstset .news-item:nth-child(10n + 4) .news-item__date,
.news-items_firstset .news-item:nth-child(10n + 6) .news-item__date,
.news-item:nth-child(10n + 7) .news-item__date {
	text-align: right;
	margin-bottom: 17px;
	position: initial;
}

.news-showmore {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	cursor: pointer;
	max-width: 120px;
	margin: 40px auto 0;
}


@media screen and (max-width: 1439px) {
	.news {
		padding-top: 20px;
		padding-bottom: 80px;
	}

	.news-menu {
		gap: 16px;
	}
	.news-item {
		height: 250px;
	}
	.news-item:nth-child(10n + 2) .news-item__bg, 
	.news-item:nth-child(10n + 3) .news-item__bg, 
	.news-item:nth-child(10n + 4) .news-item__bg, 
	.news-item:nth-child(10n + 5) .news-item__bg, 
	.news-item:nth-child(10n + 6) .news-item__bg, 
	.news-item:nth-child(10n + 8) .news-item__bg, 
	.news-item:nth-child(10n + 9) .news-item__bg, 
	.news-item:nth-child(10n + 10) .news-item__bg {
		width: 271px;
		height: 185px;
		top: 53px;
	}

	.news-item:nth-child(10n + 2) .news-item__title, 
	.news-item:nth-child(10n + 3) .news-item__title, 
	.news-item:nth-child(10n + 4) .news-item__title, 
	.news-item:nth-child(10n + 5) .news-item__title, 
	.news-item:nth-child(10n + 6) .news-item__title, 
	.news-item:nth-child(10n + 8) .news-item__title, 
	.news-item:nth-child(10n + 9) .news-item__title, 
	.news-item:nth-child(10n + 10) .news-item__title {
		width: 271px;
		bottom: 12px;
	}

	.news-item__tag {
		top: 12px;
		left: 12px;
		font-size: 13px;
		font-weight: 500;
		line-height: 16px;
		letter-spacing: -0.13px;
	}

	.news-items_firstset .news-item:nth-child(10n + 1) {
		height: 520px;
		padding: 0;
	}

	.news-items_firstset .news-item:nth-child(10n + 1) .news-item__title {
		max-width: 481px;
	}

	.news-item:nth-child(10n + 2) .news-item__date, 
	.news-item:nth-child(10n + 3) .news-item__date, 
	.news-item:nth-child(10n + 4) .news-item__date, 
	.news-item:nth-child(10n + 5) .news-item__date, 
	.news-item:nth-child(10n + 6) .news-item__date, 
	.news-item:nth-child(10n + 8) .news-item__date, 
	.news-item:nth-child(10n + 9) .news-item__date, 
	.news-item:nth-child(10n + 10) .news-item__date {
		top: 16px;
	}

	.news-item:nth-child(10n + 1) .news-item__bg, 
	.news-items_firstset .news-item:nth-child(10n + 4) .news-item__bg, 
	.news-items_firstset .news-item:nth-child(10n + 6) .news-item__bg, 
	.news-item:nth-child(10n + 7) .news-item__bg {
		width: 365px;
		height: 165px;
	}

	.news-item:nth-child(10n + 1) .news-item__info, 
	.news-items_firstset .news-item:nth-child(10n + 4) .news-item__info, 
	.news-items_firstset .news-item:nth-child(10n + 6) .news-item__info, 
	.news-item:nth-child(10n + 7) .news-item__info {
		top: 24px;
		max-width: 206px;
	}

	.news-item:nth-child(10n + 1) .news-item__title, 
	.news-items_firstset .news-item:nth-child(10n + 4) .news-item__title, 
	.news-items_firstset .news-item:nth-child(10n + 6) .news-item__title, 
	.news-item:nth-child(10n + 7) .news-item__title {
		-webkit-line-clamp: 7;
	}
}

@media screen and (max-width: 1023px) {
	.news-item__title{
		min-height: 75px;
	}
	.news {
		padding-top: 25px;
	}

	.news-menu__item {
		font-family: 'Inter', sans-serif;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: -1.5px;
	}

	.news-items_firstset {
		grid-template-areas:
			"a a b" "c d e" "s s f" "s s g" "h i j";
	}

	.news-item {
		height: 273px;
		padding: 12px 8px 0px;
	}

	.news-item__tag {
		left: 8px;
	}

	.news-items_firstset .news-item:nth-child(10n + 1) {
		height: 273px;
	}

	.news-items_firstset .news-item:nth-child(10n + 1) .news-item__info {
		padding: 4px 12px 8px;
		height: 87px;
	}

	.news-items_firstset .news-item:nth-child(10n + 1) .news-item__title {
		max-width: 323px;
		font-family: 'Inter', sans-serif;
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: 25px;
		-webkit-line-clamp: 3;
	}

	.news-item:nth-child(10n + 2) .news-item__bg, 
	.news-item:nth-child(10n + 3) .news-item__bg, 
	.news-item:nth-child(10n + 4) .news-item__bg, 
	.news-item:nth-child(10n + 5) .news-item__bg, 
	.news-item:nth-child(10n + 6) .news-item__bg, 
	.news-item:nth-child(10n + 8) .news-item__bg, 
	.news-item:nth-child(10n + 9) .news-item__bg, 
	.news-item:nth-child(10n + 10) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 4) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 6) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 7) .news-item__bg {
		width: 193px;
		height: 185px;
		top: 76px;
		left: 8px;
	}

	.news-item:nth-child(10n + 2) .news-item__date, 
	.news-item:nth-child(10n + 3) .news-item__date, 
	.news-item:nth-child(10n + 4) .news-item__date, 
	.news-item:nth-child(10n + 5) .news-item__date, 
	.news-item:nth-child(10n + 6) .news-item__date, 
	.news-item:nth-child(10n + 8) .news-item__date, 
	.news-item:nth-child(10n + 9) .news-item__date, 
	.news-item:nth-child(10n + 10) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 4) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 6) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 7) .news-item__date {
		position: absolute;
		top: 48px;
		right: auto;
		left: 8px;
		font-size: 13px;
		font-weight: 500;
		line-height: 16px;
		letter-spacing: -0.13px;
	}

	.news-item:nth-child(10n + 2) .news-item__title, 
	.news-item:nth-child(10n + 3) .news-item__title, 
	.news-item:nth-child(10n + 4) .news-item__title, 
	.news-item:nth-child(10n + 5) .news-item__title, 
	.news-item:nth-child(10n + 6) .news-item__title, 
	.news-item:nth-child(10n + 8) .news-item__title, 
	.news-item:nth-child(10n + 9) .news-item__title, 
	.news-item:nth-child(10n + 10) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 4) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 6) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 7) .news-item__title {
		position: absolute;
		width: 193px;
		bottom: 12px;
		left: 8px;
		-webkit-line-clamp: 4;
		font-size: 13px;
		line-height: 16px;
		letter-spacing: -0.13px;
		padding-top: 8px;
		background: rgba(24, 24, 24, 0.90);
	}

	.news-items_firstset .news-item:nth-child(10n + 4) .news-item__info,
	.news-items_firstset .news-item:nth-child(10n + 6) .news-item__info,
	.news-items_firstset .news-item:nth-child(10n + 7) .news-item__info {
		position: initial;
		backdrop-filter: none;
	}

	.news-item:nth-child(10n + 1) .news-item__bg, 
	.news-item:nth-child(10n + 7) .news-item__bg {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 20px;
	}

	.news-item:nth-child(10n + 1) .news-item__info, 
	.news-item:nth-child(10n + 7) .news-item__info {
		max-width: none;
		width: 100%;
		padding: 4px 12px 8px;
		height: 87px;
		background: rgba(24, 24, 24, 0.90);
		backdrop-filter: blur(2px);
		bottom: 0;
		left: 0;
		top: auto;
		right: auto;
		border-radius: 0px 0px 20px 20px;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}

	.news-item:nth-child(10n + 1) .news-item__date, 
	.news-item:nth-child(10n + 7) .news-item__date {
		margin-bottom: 0;
		font-size: 17px;
		font-weight: 400;
		line-height: 25px;
	}

	.news-item:nth-child(10n + 1) .news-item__title, 
	.news-item:nth-child(10n + 7) .news-item__title {
		-webkit-line-clamp: 3;
		max-width: 323px;
	}
	.news-items_firstset .news-item:nth-child(10n + 1) .news-item__date {
		height: auto;
	}
	.author-title{
		font-size: 12px;
	}

}

@media screen and (max-width: 767px) {
	.author-title{
		font-size: 14px;
	}
	.news-item__title{
		min-height: 66px;
	}
	.news {
		padding-top: 20px;
	}
	.news-menu {
		gap: 8px;
	}

	.news-tags {
		margin-bottom: 40px;
	}

	.news-tags__prev, .news-tags__next {
		display: none !important;
	}

	.news-tags__container {
		overflow-x: scroll;
	}

	.news-tags__container::-webkit-scrollbar {
		display: none;
		width: 0;
	}

	.news-tags__decor_next {
		right: -145px;
	}

	.news-items {
		grid-template-columns: repeat(1, 1fr);
		grid-template-areas:
			"a" "b" "c" "d" "e" "f" "g" "h" "i" "j";
	}

	.news-items_firstset {
		grid-template-columns: repeat(1, 1fr);
		grid-template-areas:
			"a" "b" "c" "d" "e" "s" "f" "g" "h" "i" "j";
	}
	.news-item__tag {
		top: 8px;
	}

	.news-item,
	.news-item:nth-child(10n + 1), .news-item:nth-child(10n + 2),
	.news-item:nth-child(10n + 3), .news-item:nth-child(10n + 4),
	.news-item:nth-child(10n + 5), .news-item:nth-child(10n + 6),
	.news-item:nth-child(10n + 7), .news-item:nth-child(10n + 8),
	.news-item:nth-child(10n + 9), .news-item:nth-child(10n + 10),
	.news-items_firstset .news-item:nth-child(10n + 1),
	.news-items_firstset .news-item:nth-child(10n + 2),
	.news-items_firstset .news-item:nth-child(10n + 3),
	.news-items_firstset .news-item:nth-child(10n + 4),
	.news-items_firstset .news-item:nth-child(10n + 5),
	.news-items_firstset .news-item:nth-child(10n + 6),
	.news-items_firstset .news-item:nth-child(10n + 7),
	.news-items_firstset .news-item:nth-child(10n + 8),
	.news-items_firstset .news-item:nth-child(10n + 9),
	.news-items_firstset .news-item:nth-child(10n + 10) {
		padding: 0;
		border-radius: 0;
		background-color: transparent;
		height: auto;
	}

	.news-item__bg,
	.news-item:nth-child(10n + 1) .news-item__bg, .news-item:nth-child(10n + 2) .news-item__bg,
	.news-item:nth-child(10n + 3) .news-item__bg, .news-item:nth-child(10n + 4) .news-item__bg,
	.news-item:nth-child(10n + 5) .news-item__bg, .news-item:nth-child(10n + 6) .news-item__bg,
	.news-item:nth-child(10n + 7) .news-item__bg, .news-item:nth-child(10n + 8) .news-item__bg,
	.news-item:nth-child(10n + 9) .news-item__bg, .news-item:nth-child(10n + 10) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 1) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 2) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 3) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 4) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 5) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 6) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 7) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 8) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 9) .news-item__bg,
	.news-items_firstset .news-item:nth-child(10n + 10) .news-item__bg {
		position: initial;
		width: 100%;
		height: 206px;
		border-radius: 0px;
		margin-bottom: 8px;
	}

	.news-item__info,
	.news-item:nth-child(10n + 1) .news-item__info, .news-item:nth-child(10n + 2) .news-item__info,
	.news-item:nth-child(10n + 3) .news-item__info, .news-item:nth-child(10n + 4) .news-item__info,
	.news-item:nth-child(10n + 5) .news-item__info, .news-item:nth-child(10n + 6) .news-item__info,
	.news-item:nth-child(10n + 7) .news-item__info, .news-item:nth-child(10n + 8) .news-item__info,
	.news-item:nth-child(10n + 9) .news-item__info, .news-item:nth-child(10n + 10) .news-item__info,
	.news-items_firstset .news-item:nth-child(10n + 1) .news-item__info,
	.news-items_firstset .news-item:nth-child(10n + 2) .news-item__info,
	.news-items_firstset .news-item:nth-child(10n + 3) .news-item__info,
	.news-items_firstset .news-item:nth-child(10n + 4) .news-item__info,
	.news-items_firstset .news-item:nth-child(10n + 5) .news-item__info,
	.news-items_firstset .news-item:nth-child(10n + 6) .news-item__info,
	.news-items_firstset .news-item:nth-child(10n + 7) .news-item__info,
	.news-items_firstset .news-item:nth-child(10n + 8) .news-item__info,
	.news-items_firstset .news-item:nth-child(10n + 9) .news-item__info,
	.news-items_firstset .news-item:nth-child(10n + 10) .news-item__info {
		position: initial;
		display: block;
		background: transparent;
		backdrop-filter: none;
		max-width: none;
		height: auto;

		border-radius: 0px;
	}

	.news-item__title,
	.news-item:nth-child(10n + 1) .news-item__title, .news-item:nth-child(10n + 2) .news-item__title,
	.news-item:nth-child(10n + 3) .news-item__title, .news-item:nth-child(10n + 4) .news-item__title,
	.news-item:nth-child(10n + 5) .news-item__title, .news-item:nth-child(10n + 6) .news-item__title,
	.news-item:nth-child(10n + 7) .news-item__title, .news-item:nth-child(10n + 8) .news-item__title,
	.news-item:nth-child(10n + 9) .news-item__title, .news-item:nth-child(10n + 10) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 1) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 2) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 3) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 4) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 5) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 6) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 7) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 8) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 9) .news-item__title,
	.news-items_firstset .news-item:nth-child(10n + 10) .news-item__title {
		position: initial;
		width: 100%;
		max-width: 311px;
		background: transparent;
		font-family: 'Arkhip';
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: -0.54px;
		-webkit-line-clamp: 3;
		margin-bottom: 12px;
		height: initial;
		min-height: 66px;
	
	}

	.news-item__date,
	.news-item:nth-child(10n + 1) .news-item__date, .news-item:nth-child(10n + 2) .news-item__date,
	.news-item:nth-child(10n + 3) .news-item__date, .news-item:nth-child(10n + 4) .news-item__date,
	.news-item:nth-child(10n + 5) .news-item__date, .news-item:nth-child(10n + 6) .news-item__date,
	.news-item:nth-child(10n + 7) .news-item__date, .news-item:nth-child(10n + 8) .news-item__date,
	.news-item:nth-child(10n + 9) .news-item__date, .news-item:nth-child(10n + 10) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 1) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 2) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 3) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 4) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 5) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 6) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 7) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 8) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 9) .news-item__date,
	.news-items_firstset .news-item:nth-child(10n + 10) .news-item__date {
		position: initial;
		text-align: left;
		color: #DCA24C;
		font-family: 'Arkhip';
		font-size: 13px;
		font-weight: 400;
		line-height: 16px;
		letter-spacing: -0.26px;
		margin-bottom: 0;
	}

	.news-showmore {
		margin-top: 20px;
	}
	.news-items_firstset .news-item:nth-child(10n + 1) .news-item__date {
		display: block;
		margin-top: auto;
	}
	.news-items_firstset .news-item:nth-child(10n + 1) .news-item__info {
		padding: 8px 0px 0px 0px;
	}
	.news-item:nth-child(10n + 1) .news-item__info {
		padding: 8px 0px 0px 0px;
	}
}
.news-content{
	position: relative;
}
.errortext{
	font-size: 18px;
	line-height: 18px;
}
.singlenew {
	padding-top: 40px;
	padding-bottom: 80px;
}
@media screen and (max-width: 1439px) {
	.container-news {
		max-width: 944px;
	}
	}
	
	@media screen and (max-width: 1023px) {
		.container-news {
			max-width: 688px;
		}
	}
	
	@media screen and (max-width: 767px) {
		.container-news {
			max-width: 335px;
		}
	}
/* End */


/* Start:/local/templates/service/components/bitrix/form.result.new/free_lesson_reg/style.css?174026685710516*/
/* Костыль для всех шаблнов news.list */

.news-item:nth-child(10n + 1) .news-item__info, .news-items_firstset .news-item:nth-child(10n + 4) .news-item__info, .news-items_firstset .news-item:nth-child(10n + 6) .news-item__info, .news-item:nth-child(10n + 7) .news-item__info {
    width: 190px;
}

.news-item {
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
	.news-item:nth-child(10n + 2) .news-item__title, .news-item:nth-child(10n + 3) .news-item__title, .news-item:nth-child(10n + 4) .news-item__title, .news-item:nth-child(10n + 5) .news-item__title, .news-item:nth-child(10n + 6) .news-item__title, .news-item:nth-child(10n + 8) .news-item__title, .news-item:nth-child(10n + 9) .news-item__title, .news-item:nth-child(10n + 10) .news-item__title, .news-items_firstset .news-item:nth-child(10n + 4) .news-item__title, .news-items_firstset .news-item:nth-child(10n + 6) .news-item__title, .news-items_firstset .news-item:nth-child(10n + 7) .news-item__title {
		bottom: 0px;
	}
}



.agreeText{
	font-size: 13px;
    flex: 0 0 262px;
	line-height: normal;
}
.orangeText{
	color: #D7A03D;
}
.togglerpriv {
    flex: 0 0 46px;
    height: 26px;
    border: 1px solid #DEDEDE33;
    box-sizing: border-box;
    border-radius: 46px;
    position: relative;
	cursor: pointer;
}
.privblock {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    cursor: pointer;
}
.privok{
	position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    cursor: pointer;
}
.display-none{
	display: none;
}
.signup-form-agreement{
	justify-content: space-between;
}
  /* FORM */
    .news-signup {
        grid-area: s;
        position: relative;
        max-width: 354px;
        border-radius: 12px;
        border: 3px solid #DCA24C;
        background: #181818;
        padding: 38px 14px 54px;
    }

    .news-signup-title {
        color: #FFF;
        font-family: 'Arkhip';
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 36px;
    }

    .news-signup-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 37px;
    }

    .news-signup-img {
        width: 102px;
        height: 102px;
    }

    .news-signup-text {
        max-width: 207px;
        color: #FFF;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: -0.34px;
    }

    .news-signup-need {
        display: none;
        margin-bottom: 24px;
    }

    .news-signup-need__title {
        color: #FFF;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.13px;
        margin-bottom: 12px;
    }

    .news-signup-need__items {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .news-signup-need__item {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .news-signup-need__icon {
        width: 40px;
        height: 40px;
    }

    .news-signup-need__text {
        color: #FFF;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.13px;
        max-width: 182px;
    }

    .news-signup-form {
        width: 100%;
    }

    .signup-form-name, .signup-form-email {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 12px;
        height: 40px;
        padding-left: 14px;
        border-radius: 8px;
        background-color: transparent;
        border: 1px solid rgba(222, 222, 222, 0.2);
        color: #fff;
        font-weight: 500;
        font-size: 13px;
    }

    .signup-form-name:focus-visible, .signup-form-email:focus-visible, .signup-form-phone-input-field:focus-visible {
        outline: none;
    }

    .signup-form-name:focus::-webkit-input-placeholder, .signup-form-email:focus::-webkit-input-placeholder,
    .signup-form-phone-input-field:focus::-webkit-input-placeholder {
    color: transparent
    }

    .signup-form-name:focus::-moz-placeholder, .signup-form-email:focus::-moz-placeholder, 
    .signup-form-phone-input-field:focus::-moz-placeholder {
    color: transparent
    }

    .signup-form-name:focus:-moz-placeholder, .signup-form-email:focus:-moz-placeholder, 
    .signup-form-phone-input-field:focus:-moz-placeholder {
    color: transparent
    }

    .signup-form-name:focus:-ms-input-placeholder, .signup-form-email:focus:-ms-input-placeholder, 
    .signup-form-phone-input-field:focus:-ms-input-placeholder {
    color: transparent
    }

    .signup-form-submit {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        background: #D7A03D;
        font-family: 'Arkhip';
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        border: none;
    }

    .signup-form-submit:focus-visible {
        outline: none;
    }

    .signup-form-phone {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        position: relative;
        border-radius: 8px;
        border: 1px solid rgba(222, 222, 222, 0.2);
        color: #fff;
        font-weight: 500;
        font-size: 13px;
    }

    .signup-form-code {
        display: flex;
        align-items: center;
        gap: 5px;
        width: 77px;
        height: 24px;
        padding-left: 14px;
        padding-right: 12px;
        border-right: 1px solid rgba(222, 222, 222, 0.14);
        cursor: pointer;
        font-size: 13px;
    }

    .signup-form-phone-input-field {
        padding-left: 14px;
        background-color: transparent;
        color: #fff;
        width: 300px;
        border: none;
    }

    .signup-form-agreement {
        display: flex;
        align-items: center;
        margin-top: 21px;
        margin-bottom: 28px;
    }

    .signup-form-agreement-title {
        margin-left: 12px;
        font-weight: 500;
        font-size: 13px;
    }

    .signup-form-agreement-title > span {
        color: #D7A03D;
    }

    /* custom toggle input checkbox */
    .signup-form-toggle {
        display: flex;
        align-items: center;
        border-radius: 100px;
    }

    .signup-form-toggle__input {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .signup-form-toggle-track {
        border: 1px solid rgba(222, 222, 222, 0.2);
        border-radius: 36px;
        cursor: pointer;
        display: flex;
        height: 26px;
        position: relative;
        width: 46px;
    }

    .signup-form-toggle-indicator {
        align-items: center;
        background: #D7A03D;
        border-radius: 50%;
        bottom: 2px;
        display: flex;
        height: 20px;
        justify-content: center;
        left: 2px;
        position: absolute;
        transition: 0.25s;
        width: 20px;
    }

    .signup-form-checkMark {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        width: 20px;
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
    }

    .signup-form-toggle__input:checked + .signup-form-toggle-track .signup-form-toggle-indicator {
        transform: translateX(20px);
    }

    .signup-form-toggle__input:checked + .signup-form-toggle-track .signup-form-toggle-indicator .signup-form-checkMark {
        opacity: 1;
        transition: opacity 0.25s ease-in-out;
    }


.optravit-form {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #D7A03D;
    font-family: 'Arkhip';
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border: none;
    text-align: center;
    line-height: 50px;
}

    /* --- */
    /* FORM END */
@media screen and (max-width: 1439px) {
	.agreeText{
		flex: 0 0 205px;
	}
	.signup-form-agreement{
		font-size: 16px;
		line-height: 18px;
	}
	.togglerpriv{
		width: 76px;
	}
	.news-signup {
		max-width: 295px;
		padding: 11px 15px 19px;
		border: 2px solid #DCA24C;
	}

	.news-signup-title {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 12px;
	}

	.news-signup-wrap {
		margin-bottom: 22px;
	}

	.news-signup-img {
		width: 83px;
		height: 83px;
	}

	.news-signup-text {
		max-width: 150px;
		font-size: 13px;
		font-weight: 500;
		line-height: 16px;
		letter-spacing: -0.13px;
	}

	.news-item {
		height: 250px;
		padding: 12px 12px 0px;
	}

}

@media screen and (max-width: 1023px) {
	.signup-form-agreement{
		justify-content: normal;
	}
	.togglerpriv{
		margin-right: 12px;
	}
	.togglerpriv {
		width: 45px;
	}

	.news-signup {
		max-width: 449px;
		padding: 19px 7px;
	}

	.news-signup-title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 5px;
	}

	.news-signup-img {
		width: 112px;
		height: 112px;
	}

	.news-signup-text {            
		max-width: 307px;
		
	}

	.news-signup-wrap {
		margin-bottom: 20px;
	}

	.signup-form-agreement-title {
		max-width: 205px;
		line-height: normal;
	}
}

@media screen and (max-width: 767px) {
	 .news-signup {
            max-width: 335px;
            padding: 24px 16px 78px;
            border: none;
        }

        .news-signup-title {
            font-size: 28px;
            line-height: 31px;
            letter-spacing: -0.28px;
            margin-bottom: 10px;
        }

        .news-signup-wrap {
            margin-bottom: 18px;
        }

        .news-signup-img {
            display: none;
        }

        .news-signup-text {
            max-width: 279px;
            font-size: 17px;
            font-weight: 400;
            line-height: 25px;
            letter-spacing: -0.34px;
        }

        .news-signup-need {
            display: block;
        }

        .signup-form-submit {
            position: absolute;
            bottom: 0;
            left: 0;
            border-radius: 0px 0px 12px 12px;
            width: 100%;
        }

        .signup-form-agreement {
            margin-bottom: 0;
        }

		.optravit-form {
			position: absolute;
			bottom: 0;
			left: 0;
			border-radius: 0px 0px 12px 12px;
			width: 100%;
		}

}
@media screen and (max-width: 1439px) {
.container-news {
	max-width: 944px;
}
}

@media screen and (max-width: 1023px) {
    .container-news {
        max-width: 688px;
    }
}

@media screen and (max-width: 767px) {
    .container-news {
        max-width: 335px;
    }
}
/* End */
/* /news/news-general-style.css?174026686023963 */
/* /local/templates/service/components/bitrix/form.result.new/free_lesson_reg/style.css?174026685710516 */
