

/* Start:/local/templates/.default/components/ma/news.list/turbosquid-banner/style.css?17506648375749*/
.promo_banner {
	position: relative;
}

.promo_banner .accent {
	color: #C300CB !important;
}

.promo_banner_text {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: start;
	top: 70px;
	margin-left: -6px;
}

.promo_logo {
	margin-bottom: 23px;
}

h1.promo_title {
	max-width: 847px;
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.35;
	letter-spacing: 0;
	margin-bottom: 20px;
}

h1.promo_title span {
	color: rgba(195, 0, 203, 1);
}

.promo_subtitle-block {
	max-width: 847px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.promo_subtitle {
	max-width: 622px;
	line-height: 1.5;
	letter-spacing: 0.065em;
}

.promo_banner_image {
	width: 100%;
	height: 385px;
	object-fit: cover;
	position: relative;
}

.mini_banner_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(91.02deg, #983298 -10.4%, #343840 46.66%);
	border-radius: 12px;
	position: relative;
	margin: 70px 0 61px 0;
	padding: 33px 108px;
	overflow: hidden;
}

.mini_banner_header {
	letter-spacing: 0.001em;
}

.mini_banner_content .accent {
	letter-spacing: 0.04em !important;
	color: #C300CB !important;
}

.mini_banner_content::after {
	content: url('data:image/svg+xml,<svg width="397" height="180" viewBox="0 0 397 180" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_824_1517)"><rect width="279" height="279" rx="139.5" transform="matrix(-1 0 0 1 338 32)" fill="%23983298"/></g><defs><filter id="filter0_f_824_1517" x="0.139244" y="-26.8608" width="396.722" height="396.722" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="29.4304" result="effect1_foregroundBlur_824_1517"/></filter></defs></svg>');
	bottom: -5px;
	right: 0px;
	position: absolute;
	display: inline-block;
	z-index: 1;
}

.promo_banner_gradient {
	width: 100%;
	height: 100%;
	background-image: url('/local/templates/.default/components/ma/news.list/turbosquid-banner/./images/gradient.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 2;
}

h2.mini_banner_header {
	font-weight: 500;
	font-size: 22px;
	line-height: 135%;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

span.mini_banner_subheader {
	line-height: 160%;
	letter-spacing: 0.073em;
}

.mini_banner_list {
	font-weight: 500;
	font-size: 20px;
	line-height: 135%;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding: 0;
	margin: 0;
}

.mini_banner_content-text {
	max-width: 770px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	z-index: 10;
}



.mini_banner_list_item {
	position: relative;
}

.mini_banner_list_item::after {
	content: "•";
	color: rgba(173, 91, 173, 1);
	top: 0px;
	left: -20px;
	position: absolute;
	display: inline-block;
	z-index: 1;
	position: absolute;
}

.mini_banner_list_item:first-child::after {
	content: "";
}

a.promo_button_try,
a.promo_button_training {
	text-decoration: none !important;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0;
	border: 1px solid #fff;
	color: #fff !important;
	border-radius: 8px;
	font-weight: 500;
	text-transform: uppercase;
	z-index: 10;
	padding: 21px 56px 21px 31px !important;
	font-size: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M1 6H14' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M9 11L14 6' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M9 1L14 6' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 35px) 50%;
	border-radius: 10px;
	line-height: 1.2;
	white-space: nowrap;
	letter-spacing: -0.05em;
}

.b-news-list_text ul li {
	cursor: default !important;
}

@media (min-width: 820px) {
	a.promo_button_try:hover,
	a.promo_button_training:hover {
		background-color: var(--color-pink) !important;
		border-color: var(--color-pink) !important;
	}
}

a.promo_button_training {
	background-image: none !important;
	padding: 22px 30px 22px 30px !important;
	letter-spacing: -0.03em;
}

@media (max-width: 1305px) {
	.mini_banner_content.bottom__banner::after {
		display: none;
	}
}

@media (max-width: 1200px) {
	.mini_banner_content {
		flex-direction: column;
		gap: 30px;
		margin: 38px 0 34px 0;
	}

	.mini_banner_content-text {
		align-self: flex-start;
	}

	.promo_button_try {
		align-self: flex-start;
		padding: 12px 43px 12px 20px !important;
		font-size: 16px;
		background-position: 178px center;
	}

	.mini_banner_content::after {
		content: "";
	}

	.mini_banner_list {
		flex-direction: column;
		gap: 10px;
		padding-left: 20px;
	}

	.mini_banner_list_item:first-child::after {
		content: "•";
		color: rgba(173, 91, 173, 1);
		top: 0px;
		left: -20px;
		position: absolute;
		display: inline-block;
		z-index: 1;
		position: absolute;
	}
}


@media (max-width: 991px) {
	h1.promo_title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0;
	}

	.promo_logo {
		width: 150px
	}

	.promo_banner_text {
		gap: 10px;
		padding: 0 15px;
	}
	
	.promo_subtitle-block {
		gap: 10px;
	}

	.promo_banner_image {
		height: 420px;
	}

	h2.mini_banner_header {
		font-size: 18px;
	}

	.mini_banner_list {
		font-size: 16px;
	}

	.mini_banner_content {
		padding: 32px 20px;
	}
}

@media (max-width: 550px) {
	.promo_banner_text {
		top: 10px;
	}

	.promo_subtitle-block {
		flex-direction: column;
		align-items: start;
	}

	.promo_banner_image {
		height: 480px;
	}
}
/* End */


/* Start:/local/templates/.default/components/ma/news.list/turbosquid-advantages/style.css?175066483717932*/
.b-news-list {
	margin: 0;
	font-size: 0;
	display: flex;
	flex-direction: column;
	gap: 96px;
}

.b-news-list_holder {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: visible;
}

.b-news-list_pic {
	position: absolute;
	right: 0;
	top: 4px;
	z-index: 0;
	border-radius: 12px;
}

.b-news-list_title {
	font-weight: 500;
	font-size: 32px;
	line-height: 135%;
	text-transform: uppercase;
	max-width: 990px;
	z-index: 5;
	letter-spacing: -0.041em;

}

.b-news-list_item {
	display: flex;
	width: 100%;
	min-height: 440px;
}

.b-news-list_text {
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	max-width: 524px;
	z-index: 5;
	height: 100%;
	margin-top: -4px;
}

.b-news-list_text ul li {
	padding: 28px 0 10px 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	list-style: none;
	margin: 0 0 0 4px !important;
	position: relative;
	line-height: 1.3;
	letter-spacing: 0.015em;
	transition: all .4s ease;
}

.b-news-list_text ul li span {
	transition: all .4s ease;
	;
}


.b-news-list_text ul li:hover {
	border-bottom: solid 1px rgba(253, 196, 255, 0.2);
}

.b-news-list_text ul li:hover>span {
	color: rgba(253, 196, 255, 1);
}

.accent-light {
	border-bottom: solid 1px rgba(253, 196, 255, 0.082);
	color: rgba(253, 196, 255, 1);
}

.b-news-list_text ul li::after {
	content: "•";
	color: rgba(173, 91, 173, 1);
	top: 28px;
	left: -20px;
	position: absolute;
	display: inline-block;
	z-index: 1;
	position: absolute;
}

.b-news-list_text ul {
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}


/* Нечетные элементы (1, 3, 5...) - выравнивание по левому краю */
.b-news-list_item:nth-child(odd) {
	justify-content: flex-start;
	text-align: left;
	margin-bottom: -16px;
}

/* Четные элементы (2, 4, 6...) - выравнивание по правому краю */
.b-news-list_item:nth-child(even) {
	justify-content: flex-end;
	text-align: left;
}

/* Для внутренних элементов */
.b-news-list_item:nth-child(odd) .b-news-list_holder {
	align-items: flex-start;
	text-align: left;
}

.b-news-list_item:nth-child(even) .b-news-list_holder {
	align-items: flex-end;
	text-align: left;
}

.b-news-list_item:nth-child(even) .b-news-list_pic {
	left: 0;
	right: auto;
}

span.list-header {
	font-weight: 500;
	font-size: 24px;
	line-height: 135%;
}

span.list-footer {
	font-weight: 500;
	font-size: 20px;
	line-height: 135%;
	letter-spacing: -2%;
}

span.unique-content-header {
	font-weight: 400;
	font-size: 24px;
	line-height: 135%;
	letter-spacing: 0%;
}

.list-footer span {
	font-weight: 500 !important;
	font-style: italic !important;
	font-size: 20px;
	line-height: 135%;
	letter-spacing: -2%;
	text-transform: uppercase;
}

.b-news-list_detail {
	margin-top: 76px;
	background-color: rgba(52, 56, 64, 1);
	border-radius: 12px;
	position: absolute;
	max-width: 632px;
}

.b-news-list_detail-items {
	padding: 24px 32px;
	display: flex;
	align-items: center;
	gap: 24px;
}

.b-news-list_detail .g-button.g-button--big {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 196px;
	background-color: #983298 !important;
	color: white !important;
}

.b-news-list_detail .g-button.g-button--big:hover {
	background-color: white !important;
	color: rgba(52, 56, 64, 1) !important;
}

.b-news-list_detail .g-button.g-button--big {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 196px;
}

.b-news-list_detail a.g-button.g-button--big {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	padding: 24px 34px;
	white-space: nowrap;
	border-radius: 8px;
}

.b-news-list_detail-items p {
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	letter-spacing: 0%;
	margin: 0;
}

.news-video {
	display: block;
	max-width: 615px;
	width: 100%;
	height: auto;
	object-fit: cover;
	padding-top: 24px;
}

.b-news-list_text small {
	display: none !important;
}

.b-news-list_item:nth-child(4) .b-news-list_text ul {
	width: 524px;
}

.b-news-list_item:nth-child(4) .b-news-list_text div {
	text-align: end;
	margin-top: -47px;
	margin-right: -16px;
}

.b-news-list_item:nth-of-type(1) .b-news-list_title {
	position: relative;
	z-index: 2;
}

.b-news-list_item:nth-of-type(1) .b-news-list_title::before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='429' height='26' viewBox='0 0 429 26' fill='none'%3E%3Cpath d='M7 18.0356C112 11.5714 262.186 3.84639 422 8.33887' stroke='url(%23paint0_linear_244_1069)' stroke-width='14' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_244_1069' x1='263.199' y1='-4.66666' x2='279.051' y2='87.3954' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23983298'/%3E%3Cstop offset='1' stop-color='%238888FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	width: 430px;
	height: 26px;
	bottom: -11px;
	right: -32px;
	z-index: -1;
}

.b-news-list_item:nth-of-type(2) .b-news-list_title {
	position: relative;
	z-index: 2;
	letter-spacing: -0.04em;
}

.b-news-list_item:nth-of-type(2) .b-news-list_text {
	margin-top: -33px;
}

.b-news-list_item:nth-of-type(2) .b-news-list_title::before {
	content: "";
	position: absolute;
	background-image: url('data:image/svg+xml,<svg width="396" height="22" viewBox="0 0 396 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M388.255 14.0339C291.803 9.25228 153.869 3.93378 7.31494 10.9851" stroke="url(%23paint0_linear_824_1721)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_824_1721" x1="152.791" y1="-4.56176" x2="137.21" y2="87.2919" gradientUnits="userSpaceOnUse"><stop stop-color="%23983298"/><stop offset="1" stop-color="%238888FF"/></linearGradient></defs></svg>');
	background-repeat: no-repeat;
	background-position: center;
	width: 414px;
	height: 21px;
	bottom: -2px;
	left: -19px;
	z-index: -1;
}

.b-news-list_item:nth-of-type(3) .b-news-list_text {
	margin-top: -38px;
}

.b-news-list_item:nth-of-type(3) {
	margin-bottom: 0;
}

.b-news-list_item:nth-of-type(3) .b-news-list_title {
	position: relative;
	z-index: 2;
	padding-bottom: 6px;
	letter-spacing: 0;
}

.b-news-list_item:nth-of-type(3) .b-news-list_title::before {
	content: "";
	position: absolute;
	width: 234px;
	height: 27px;
	bottom: -3px;
	right: -17px;
	background-image: url('data:image/svg+xml,<svg width="235" height="27" viewBox="0 0 235 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.32812 20C62.9703 12.3851 142.558 3.28504 227.247 8.5772" stroke="url(%23paint0_linear_824_1728)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_824_1728" x1="143.094" y1="-6.74337" x2="180.374" y2="90.6519" gradientUnits="userSpaceOnUse"><stop stop-color="%23983298"/><stop offset="1" stop-color="%238888FF"/></linearGradient></defs></svg>');
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.b-news-list_item:nth-of-type(4) .b-news-list_title {
	position: relative;
	z-index: 2;
	letter-spacing: 0;
}

.b-news-list_item:nth-of-type(4) .b-news-list_title::before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='23' viewBox='0 0 420 23' fill='none'%3E%3Cpath d='M7.92351 15.998C110.374 10.1702 256.882 3.6261 412.521 11.6357' stroke='url(%23paint0_linear_253_1285)' stroke-width='14' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_253_1285' x1='101.905' y1='4.63649' x2='435.886' y2='10.5469' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238888FF'/%3E%3Cstop offset='1' stop-color='%23983298'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	width: 420px;
	height: 23px;
	bottom: -7px;
	left: -5px;
	z-index: -1;
}

.b-news-list_item:nth-of-type(4) .b-news-list_text {
	margin-top: -45px;
}

.b-news-list_title.plan-selection__title {
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 30px !important;
}

@media (max-width: 682px) {
	.b-news-list_item:nth-of-type(1) .b-news-list_title::before {
		background-image: url('data:image/svg+xml,<svg width="235" height="27" viewBox="0 0 235 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.32812 20C62.9703 12.3851 142.558 3.28504 227.247 8.5772" stroke="url(%23paint0_linear_824_1728)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_824_1728" x1="143.094" y1="-6.74337" x2="180.374" y2="90.6519" gradientUnits="userSpaceOnUse"><stop stop-color="%23983298"/><stop offset="1" stop-color="%238888FF"/></linearGradient></defs></svg>');
		right: auto;
		left: 0;
	}

	.b-news-list_item:nth-of-type(2) .b-news-list_title::before {
		background-image: url('data:image/svg+xml,<svg width="235" height="27" viewBox="0 0 235 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.32812 20C62.9703 12.3851 142.558 3.28504 227.247 8.5772" stroke="url(%23paint0_linear_824_1728)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_824_1728" x1="143.094" y1="-6.74337" x2="180.374" y2="90.6519" gradientUnits="userSpaceOnUse"><stop stop-color="%23983298"/><stop offset="1" stop-color="%238888FF"/></linearGradient></defs></svg>');
		height: 29px;
		left: -100px;
	}

	.b-news-list_item:nth-of-type(4) .b-news-list_title::before {
		background-image: url('data:image/svg+xml,<svg width="235" height="27" viewBox="0 0 235 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.32812 20C62.9703 12.3851 142.558 3.28504 227.247 8.5772" stroke="url(%23paint0_linear_824_1728)" stroke-width="14" stroke-linecap="round" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_824_1728" x1="143.094" y1="-6.74337" x2="180.374" y2="90.6519" gradientUnits="userSpaceOnUse"><stop stop-color="%23983298"/><stop offset="1" stop-color="%238888FF"/></linearGradient></defs></svg>');
	}
}

.b-news-list_title.plan-selection__title::before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='254' height='27' viewBox='0 0 254 27' fill='none'%3E%3Cpath d='M7 20C67.7229 12.3851 154.578 3.28504 247 8.5772' stroke='url(%23paint0_linear_253_1472)' stroke-width='14' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_253_1472' x1='155.163' y1='-6.74337' x2='190.039' y2='92.6893' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23983298'/%3E%3Cstop offset='1' stop-color='%238888FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	width: 254px;
	height: 27px;
	bottom: -11px;
	right: -32px;
	z-index: -1;
}

.b-news-list_item:nth-of-type(4) .b-news-list_text div span {
	position: relative;
	padding-bottom: 14px;
}

.b-news-list_item:nth-of-type(4) .b-news-list_text div span::before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='171' height='22' viewBox='0 0 171 22' fill='none'%3E%3Cpath d='M163.012 11.5293C101.016 22.0618 98.0551 -2.49128 7 11.529' stroke='url(%23paint0_linear_253_1459)' stroke-width='14' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_253_1459' x1='65.8508' y1='18.7794' x2='63.6375' y2='57.4121' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23983298'/%3E%3Cstop offset='1' stop-color='%238888FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	width: 171px;
	height: 22px;
	bottom: 3px;
	right: -3px;
	z-index: -1;
}

.background-img {
	z-index: 0;
	opacity: 0 !important;
	transform: translateY(0);
	transition: opacity 1.5s ease-out, transform 2.5s ease;
}

.background-img.appear-visible {
	opacity: 0.85 !important;
	transform: translateY(30px);
}

.background-img.first {
	top: 15% !important;
	left: -62px !important;
}

.background-img.second {
	top: 35% !important;
	right: -38px !important;
}

.background-img.third {
	top: 61% !important;
	right: 22px !important;
}

@media (max-width: 1200px) {

	.b-news-list_pic,
	.list-footer {
		display: none;
	}

	.b-news-list_item .b-news-list_title,
	.b-news-list_title.plan-selection__title {
		background-image: none !important;
	}

	.b-news-list_item:nth-of-type(2) .b-news-list_text,
	.b-news-list_item:nth-of-type(3) .b-news-list_text,
	.b-news-list_item:nth-of-type(4) .b-news-list_text {
		margin-top: 0;
	}

	.b-news-list_text ul {
		height: auto;
	}

	.b-news-list_item {
		min-height: 320px;
	}

	.b-news-list {
		gap: 40px;
		margin-bottom: 120px;
	}

	.b-news-list_item:nth-of-type(4) .b-news-list_text ul {
		width: 100%;
	}

	.b-news-list_item:nth-child(2n) .b-news-list_holder {
		align-items: flex-start;
	}

	.b-news-list_detail {
		position: relative;
	}

	.b-news-list_detail-items {
		display: flex;
		align-items: start;
		flex-direction: column;
		gap: 24px;
	}
}

@media (max-width: 1800px) {
	.background-video {
		display: none;
	}
}

@media (max-width: 1020px) {
	.b-news-list {
		gap: 40px;
		padding: 0 0 0 15px;
	}

	.b-news-list_item:nth-child(odd) {
		margin-bottom: 16px;
	}
}

@media (max-width: 768px) {

	.b-news-list_item .b-news-list_title,
	.b-news-list_title.plan-selection__title {
		font-size: 28px;
	}


	.l-content.b-content,
	.l-page-holder {
		background-color: rgb(65, 69, 77);
	}

	@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {

		.l-content.b-content,
		.l-page-holder {
			background-color: rgb(74, 78, 88);
		}
	}

	/* 1.25 dpr */
	@media (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) {

		.l-content.b-content,
		.l-page-holder {
			background-color: rgb(74, 78, 88);
		}
	}

	/* 1.3 dpr */
	@media (-webkit-min-device-pixel-ratio: 1.3) and (min-resolution: 124.8dpi) {

		.l-content.b-content,
		.l-page-holder {
			background-color: rgb(74, 78, 88);
		}
	}

	/* 1.5 dpr */
	@media (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {

		.l-content.b-content,
		.l-page-holder {
			background-color: rgb(74, 78, 88);
		}
	}

	/*2.0 dpr */
	@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {

		.l-content.b-content,
		.l-page-holder {
			background-color: rgb(74, 78, 88);
		}
	}
}

.gallery__list {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 98px;
}

.gallery__list-group {
	display: flex;
	gap: 16px;
}

.gallery__list-card {
	border-radius: 12px;
}

.gallery__list-button {
	width: 100%;
}

a.download__more {
	display: block;
	width: 203px;
	margin: 27px auto 0;
	text-decoration: none !important;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0;
	border: 1px solid #fff;
	color: #fff !important;
	border-radius: 8px;
	font-weight: 500;
	text-transform: uppercase;
	z-index: 10;
	padding: 24px 32px 18px 32px !important;
	font-size: 16px;
	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none' transform='rotate(90 7.5 6)'%3E%3Cpath d='M1 6H14' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M9 11L14 6' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M9 1L14 6' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: calc(100% - 35px) 28px; */
	border-radius: 8px;
	line-height: 1.2;
	white-space: nowrap;
	display: flex;
	letter-spacing: -0.06em;
	gap: 7px;
}

a.download__more svg {
	height: 16px;
	width: 16px;
	transform: rotate(90deg);
}

.accent__button {
	background: var(--color-pink);
	border: none !important;
	letter-spacing: 0 !important;
}

.accent__button:hover {
	background: #fff;
	border: none !important;
}

.mini_banner_content.bottom__banner {
	margin: 96px 0 110px 0;
	padding: 33px 63px;
}

.mini_banner_content.bottom__banner::after {
	content: url('data:image/svg+xml,<svg width="342" height="162" viewBox="0 0 342 162" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_824_1511)"><rect width="200" height="200" rx="100" transform="matrix(0 -1 -1 0 280 181)" fill="%2341454D"/><rect x="-0.5" y="-0.5" width="199" height="199" rx="99.5" transform="matrix(0 -1 -1 0 279 180)" stroke="black"/></g><defs><filter id="filter0_f_824_1511" x="0.599998" y="-98.4" width="358.8" height="358.8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="39.7" result="effect1_foregroundBlur_824_1511"/></filter></defs></svg>');
	right: 78px;
}

.mini_banner_content.bottom__banner .mini_banner_subheader {
	font-size: 18px;
	line-height: 135%;
	letter-spacing: 0;
}

.mini_banner_content.bottom__banner .mini_banner_content-text {
	max-width: 917px;
}

@media (max-width: 1200px) {

	.gallery__list {
		margin-top: 0;
	}
}

@media (min-width: 820px) {
	a.download__more:hover {
		background-color: var(--color-pink) !important;
		border-color: var(--color-pink) !important;
	}
}

@media (max-width: 1140px) {
	.gallery__list-group {
		width: 100%;
		max-width: 100%;
		overflow: auto;
		scrollbar-width: none;
	}

	.gallery__list-group::-webkit-scrollbar {
		width: 0;
	}

	.gallery__list-card {
		min-height: 210px;
		flex: 1 0 auto;
	}

	.gallery__list-card--image {
		height: 100%;
	}
}
/* End */


/* Start:/local/templates/.default/components/ma/news.list/turbosquid-gallery/style.css?1750664837827*/
.gallery__list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.gallery__list-card {
	min-height: 210px;
	border-radius: 12px;
}

.gallery__list-card img {}

a.download__more {
	display: flex;
	align-items: center;
	margin: 0 auto;
	text-decoration: none !important;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0;
	border: 1px solid #fff;
	color: #fff !important;
	border-radius: 8px;
	font-weight: 500;
	text-transform: uppercase;
	z-index: 10;
	padding: 21px 31px 21px 31px !important;
	font-size: 16px;
	border-radius: 10px;
	line-height: 1.2;
	white-space: nowrap;
	letter-spacing: -0.05em;
}

@media (min-width: 820px) {

	a.promo_button_try:hover,
	a.promo_button_training:hover {
		background-color: var(--color-pink) !important;
		border-color: var(--color-pink) !important;
	}
}
/* End */
/* /local/templates/.default/components/ma/news.list/turbosquid-banner/style.css?17506648375749 */
/* /local/templates/.default/components/ma/news.list/turbosquid-advantages/style.css?175066483717932 */
/* /local/templates/.default/components/ma/news.list/turbosquid-gallery/style.css?1750664837827 */
