*,
::after,
::before {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
footer,
nav,
section {
	display: block;
}
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
h1,
h2 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
ul ul {
	margin-bottom: 0;
}
b {
	font-weight: bolder;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}
*,
::after,
::before {
	box-sizing: inherit;
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col,
.col-12,
.col-lg-4,
.col-lg-8,
.col-md-12,
.col-md-4,
.col-sm-5,
.col-sm-6 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 576px) {
	.col-sm-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
}
@media (min-width: 768px) {
	.col-md-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.col-lg-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-gift:before {
	content: "";
}
.fa-chevron-down:before {
	content: "";
}
.fa-sign-in:before {
	content: "";
}
.fa-users:before {
	content: "";
}
.show-mobile {
	display: none !important;
}
@media (max-width: 991.98px) {
	.show-mobile {
		display: inherit !important;
	}
}
nav {
	height: auto;
	left: 0;
	margin-bottom: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	will-change: transform;
	z-index: 9999;
}
nav .nav-wrapper {
	height: 85px;
	position: relative;
	transition: height 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
	nav .nav-wrapper {
		height: 100%;
		display: grid;
		grid-template-rows: auto 1fr;
	}
}
nav .nav-wrapper .nav-content-container {
	height: 100%;
	background: #333;
	position: relative;
}
@media (max-width: 991.98px) {
	nav .nav-wrapper .nav-content-container {
		height: 50px;
		position: relative;
	}
}
nav.nav-light .nav-content-container {
	background: #fff;
}
nav .logo {
	display: inline-block;
	font-size: 0;
	height: 100%;
	transition: width 0.2s ease-in-out;
	vertical-align: top;
	width: 230px;
}
@media (max-width: 991.98px) {
	nav .logo {
		float: left;
		margin-left: 20px;
		width: 140px;
	}
}
nav .logo a {
	background-image: url(../img/timeslive.logo_402x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 275 55;
	background-size: contain;
	display: block;
	height: 100%;
	width: 100%;
}
@media (min-resolution: 1.3dppx) {
	nav .logo a {
		background-image: url(../img/timeslive.logo_402x.png);
	}
}
nav .nav-links {
	font-size: 0;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	vertical-align: top;
	z-index: 1;
}
nav .nav-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	list-style: none;
	margin: 0;
	gap: 20px;
	transition: padding 0.2s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
}
nav .nav-links ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	height: 100%;
}
nav .nav-links ul li.logo-button-wrapper {
	filter: drop-shadow(0 10px 20px #949494);
}
@media (max-width: 991.98px) {
	nav .nav-links ul li.logo-button-wrapper {
		display: none;
	}
}
nav .nav-links ul li a {
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 16px;
	margin-left: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
	nav .nav-links ul li a {
		font-size: 20px;
		margin-left: 0;
		padding: 0 10px;
	}
}
@media (min-width: 992px) {
	nav .nav-links ul li.hamburger {
		display: none;
	}
}
@media (max-width: 991.98px) {
	nav .nav-links ul li:last-child a {
		margin-right: 0;
	}
}
nav .nav-links ul li .logo-button {
	background-color: #fff;
	cursor: pointer;
	display: block;
	height: 100%;
	padding: 0 20px 0 30px;
	transition: all 0.2s ease-in-out;
	width: 200px;
	clip-path: polygon(2vw 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991.98px) {
	nav .nav-links ul li .logo-button {
		display: none;
	}
}
nav .nav-links ul li .logo-button a {
	background-image: url(../img/sundaytimes.small.logo_402x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 275 47;
	background-size: contain;
	display: block;
	height: 100%;
	margin-left: auto;
	width: 90%;
}
@media (min-resolution: 1.3dppx) {
	nav .nav-links ul li .logo-button a {
		background-image: url(../img/sundaytimes.small.logo_402x.png);
	}
}
nav .nav-links ul li.hamburger a {
	color: #1e1a1a;
	height: 32px;
	width: 32px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
}
@media (max-width: 991.98px) {
	nav .nav-links ul {
		gap: 10px;
	}
}
@media (max-width: 991.98px) {
	nav .nav-links {
		left: auto;
		right: 0;
	}
}
nav .user-buttons {
	font-size: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: top;
	z-index: 1;
}
nav .user-buttons ul {
	border-radius: 19px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 20px;
	transition: padding 0.2s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}
nav .user-buttons ul li {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
}
nav .user-buttons ul li.divider {
	display: block;
	width: 1px;
	height: 60%;
	background-color: #c30e3d;
}
nav .user-buttons ul li a {
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: all 0.1s ease-in-out;
}
nav .user-buttons ul li a:hover {
	color: #c30e3d;
}
nav .user-buttons ul li a.register {
	color: #c30e3d;
}
nav .user-buttons ul li a.register:hover {
	color: #1e1a1a;
}
nav .user-buttons ul li:last-child a {
	font-weight: 400;
}
@media (max-width: 991.98px) {
	nav .user-buttons {
		display: none;
	}
}
nav .sections-wrap {
	border-top: 1px solid #e6e6e6;
	display: table;
	height: 50px;
	width: 100%;
}
@media (max-width: 991.98px) {
	nav .sections-wrap {
		height: 0;
		transition-duration: 1s;
		transition-property: all;
		transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	}
}
nav .sections-wrap ul.sections {
	background: #fff;
	display: table-cell;
	font-size: 0;
	height: 100%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
nav .sections-wrap ul.sections li {
	display: inline-block;
	position: relative;
}
nav .sections-wrap ul.sections li.mobile {
	display: none;
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections li.mobile {
		display: block;
	}
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections li:first-of-type {
		padding-top: 4px;
	}
}
nav .sections-wrap ul.sections li .logo-button.show-mobile {
	display: none;
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections li .logo-button.show-mobile {
		background-color: transparent;
		border: 1px solid #fff;
		border-radius: 4px;
		cursor: pointer;
		display: block;
		height: 44px;
		margin: 4px auto;
		padding: 4px 14px;
		transition: all 0.1s ease-in-out;
		width: 180px;
	}
	nav .sections-wrap ul.sections li .logo-button.show-mobile:hover {
		background-color: #c30e3d;
	}
	nav .sections-wrap ul.sections li .logo-button.show-mobile a {
		background-image: url(../img/sundaytimes.small.logo.white.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 275 47;
		background-size: contain;
		display: block;
		height: 100%;
		margin-left: 0;
		width: 100%;
	}
}
@media (max-width: 991.98px) and (min-resolution: 1.3dppx) {
	nav .sections-wrap ul.sections li .logo-button.show-mobile a {
		background-image: url(../img/sundaytimes.small.logo.white%402x.png);
	}
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections li .logo-button.show-mobile a:after {
		display: none;
	}
	nav .sections-wrap ul.sections li .logo-button.show-mobile a:hover {
		background-color: transparent;
	}
}
nav .sections-wrap ul.sections li .times-select-logo {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	height: 44px;
	margin: 4px auto;
	padding: 4px 14px;
	transition: all 0.1s ease-in-out;
	width: 180px;
}
nav .sections-wrap ul.sections li .times-select-logo:hover {
	background-color: #c6203b;
}
nav .sections-wrap ul.sections li .times-select-logo a {
	background-image: url(../img/timeslive-premium-logo-main_402x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 275 47;
	background-size: contain;
	display: block;
	height: 100%;
	margin-left: 0;
	width: 100%;
}
@media (min-resolution: 1.3dppx) {
	nav .sections-wrap ul.sections li .times-select-logo a {
		background-image: url(../img/timeslive-premium-logo-main_402x.png);
	}
}
nav .sections-wrap ul.sections li .times-select-logo a:hover {
	background-color: #c6203b !important;
}
@media (max-width: 767.98px) {
	nav .sections-wrap ul.sections li .times-select-logo.times-live {
		background-color: #fff;
	}
	nav .sections-wrap ul.sections li .times-select-logo.times-live a:hover {
		background-color: transparent !important;
	}
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections li .chevron {
		color: #eee4d3;
		font-size: 1.2rem;
		height: 100%;
		padding: 12px 0 10px 20px;
		position: absolute;
		right: 0;
		top: 0;
		width: 58px;
	}
}
nav .sections-wrap ul.sections li a {
	color: #1e1a1a;
	cursor: pointer;
	display: table-cell;
	font-size: 12px;
	font-weight: 500;
	height: 50px;
	padding: 0 17px;
	transition: all 0.1s ease-in-out;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
}
nav .sections-wrap ul.sections li a:hover {
	text-decoration: none;
}
nav .sections-wrap ul.sections li a:hover:after {
	opacity: 1;
}
@media (min-width: 992px) {
	nav .sections-wrap ul.sections li a:after {
		background-color: #c30e3d;
		bottom: -6px;
		content: "";
		height: 10px;
		left: 0;
		opacity: 0;
		position: absolute;
		transition: opacity 0.2s ease-in-out;
		width: 100%;
		z-index: 2;
	}
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections li a {
		color: #eee4d3;
		display: block;
		font-size: 14px;
		height: auto;
		padding: 10px 20px;
	}
	nav .sections-wrap ul.sections li a i {
		margin-right: 0.5rem;
	}
	nav .sections-wrap ul.sections li a:hover {
		background-color: #c30e3d;
		color: #fff;
	}
}
@media (min-width: 1180px) and (max-width: 1280px) {
	nav .sections-wrap ul.sections li a {
		padding: 0 10px;
	}
}
@media (min-width: 992px) and (max-width: 1179px) {
	nav .sections-wrap ul.sections li a {
		padding: 0 6px;
	}
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections li {
		display: block;
	}
	nav .sections-wrap ul.sections li.our-network-section {
		margin-bottom: 1rem;
	}
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections .our-network-section a:hover {
		background-color: transparent;
	}
}
nav .sections-wrap ul.sections .our-network-section img.section-image {
	height: 20px;
	margin-bottom: 3px;
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections .our-network-section img.section-image {
		background: #fff;
		border-radius: 4px;
		padding: 2px;
		height: 25px;
		margin-bottom: 0;
	}
}
nav .sections-wrap ul.sections .our-network-section ul.subsections {
	background-color: #e2e3e4 !important;
	padding: 0 5rem;
}
nav
	.sections-wrap
	ul.sections
	.our-network-section
	ul.subsections
	li.image-dropdown {
	width: 100%;
	background: 0 0;
	max-width: 150px;
}
nav
	.sections-wrap
	ul.sections
	.our-network-section
	ul.subsections
	li.image-dropdown
	a {
	padding: 0.5rem;
}
nav
	.sections-wrap
	ul.sections
	.our-network-section
	ul.subsections
	li.image-dropdown
	a
	.subsection-image {
	width: 100%;
	object-fit: contain;
	filter: grayscale(1);
	transition: filter 0.2s ease-in-out;
	max-height: 25px;
	max-width: 80px;
}
@media (max-width: 991.98px) {
	nav
		.sections-wrap
		ul.sections
		.our-network-section
		ul.subsections
		li.image-dropdown
		a
		.subsection-image {
		max-height: 35px;
		max-width: 110px;
	}
}
nav
	.sections-wrap
	ul.sections
	.our-network-section
	ul.subsections
	li.image-dropdown
	a:hover {
	border: none;
	background-color: #e2e3e4;
}
nav
	.sections-wrap
	ul.sections
	.our-network-section
	ul.subsections
	li.image-dropdown
	a:hover
	.subsection-image {
	filter: grayscale(0);
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections .our-network-section ul.subsections {
		padding: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	nav
		.sections-wrap
		ul.sections
		.our-network-section
		ul.subsections
		li.image-dropdown {
		width: 50%;
		padding-bottom: 10px;
	}
	nav
		.sections-wrap
		ul.sections
		.our-network-section
		ul.subsections
		li.image-dropdown
		a {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
nav
	.sections-wrap
	ul.sections
	.our-network-section
	.our-network-section-chevron {
	pointer-events: none;
}
nav
	.sections-wrap
	ul.sections
	.partners
	ul.subsections
	li.image-dropdown
	a
	.subsection-image {
	max-width: 110px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections {
		background-color: #1e1a1a;
		display: none;
	}
	nav .sections-wrap ul.sections:after {
		display: none;
	}
}
nav .sections-wrap ul.sections:after {
	background-color: #333;
	bottom: -57px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	width: 100%;
}
nav .sections-wrap ul.sections ul.subsections {
	background: #1e1a1a;
	display: none;
	padding: 0 1rem;
}
@media (min-width: 992px) {
	nav .sections-wrap ul.sections ul.subsections {
		background-color: #c30e3d;
		left: 0;
		padding: 0;
		position: fixed;
		width: 100%;
	}
}
nav .sections-wrap ul.sections ul.subsections li {
	transition: all 0.1s ease-in-out;
	width: 100%;
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections ul.subsections li {
		border-bottom: none;
	}
}
nav .sections-wrap ul.sections ul.subsections li a {
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
}
nav .sections-wrap ul.sections ul.subsections li a:after {
	content: none;
}
@media (max-width: 991.98px) {
	nav .sections-wrap ul.sections ul.subsections li a {
		font-weight: 400;
	}
}
nav .sections-wrap ul.sections ul.subsections li:last-of-type {
	border: none;
}
nav .sections-wrap ul.sections ul.subsections li:hover {
	background: #393232;
}
@media (min-width: 992px) {
	nav .sections-wrap ul.sections ul.subsections li {
		padding-top: 7px;
		width: auto;
	}
}
footer {
	background-color: #f4f4f4;
}
footer .footer-container {
	padding: 0 80px;
}
@media (max-width: 991.98px) {
	footer .footer-container {
		padding: 0;
	}
}
footer .bar {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	width: 100%;
}
footer .bar .line {
	border-top: 2px solid #efefef;
	display: inline-block;
	width: calc(50% - 62px);
}
footer .bar .line-block {
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	height: 35px;
	width: 124px;
}
footer .bar .line-block .social-item {
	display: inline-block;
	font-size: 24px;
	text-align: center;
	width: 40px;
}
footer .bar .line-block .social-item a {
	color: #282828;
	text-decoration: none;
}
footer .bar .line-block .social-item a .youtube-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 7px;
	width: 29px;
}
footer .bar .line-block .social-item a svg {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
footer .bar.social .line {
	border-top: 2px solid #aaa;
	width: calc(50% - 80px);
}
footer .bar.social .line-block {
	width: 170px;
}
@media (max-width: 991.98px) {
	footer .main-menu {
		display: none;
	}
}
footer .footer-list .footer-heading {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
	text-transform: uppercase;
}
footer .footer-list ul {
	list-style: none;
	padding: 0;
}
footer .footer-list ul a {
	color: #767676;
	cursor: pointer;
	font-size: 12px;
	padding: 5px 0;
	text-decoration: none;
}
footer div.copyright {
	color: #aaa;
	font-size: 12px;
	padding-bottom: 20px;
	text-align: center;
}
body {
	background-color: #f4f4f4;
}
body.no-ads .ad-manager {
	display: none;
}
#content {
	margin-bottom: 80px;
	margin-top: 210px;
}
@media (max-width: 991.98px) {
	#content {
		margin-top: 100px;
	}
}
#content .container-fluid {
	background-color: #f4f4f4;
	max-width: 1000px;
	padding: 15px 5px 5px;
}
#content #article {
	pointer-events: none;
}
#content #article .container-fluid {
	pointer-events: auto;
}
.wallpaper {
	height: 1px;
	margin-top: -1px;
}
.publication-times-live {
	--accent-color-light: #c30e3d;
	--accent-color: #c30e3d;
	--accent-color-dark: #c30e3d;
	--text-on-accent-color: #fff;
	--default-color: #f4f4f4;
}
.ad-gutter {
	position: relative;
}
.ad-gutter [id*="div-gpt-ad"] {
	margin: 20px 0;
}
html {
	font-size: 15px;
}

@media (max-width: 991.98px) {
	#article .container-fluid {
		padding: 2rem 0.9375rem 0;
	}
}
#article .article-pub-date {
	color: #7b7b7b;
	font-size: 12px;
}
#article .article-block {
	max-width: 1000px !important;
	padding-top: 5px;
}
@media (max-width: 767.98px) {
	#article .article-left {
		padding: 0 5px !important;
	}
}
@media (max-width: 767.98px) {
	#article .article-right {
		padding: 0 5px !important;
	}
}
#article .article-right .side-bar-block {
	margin-bottom: 15px;
}
#article .article-right .most-read {
	background-color: rgba(195, 14, 61, 0.05);
	padding: 15px 15px 0;
	width: 100%;
}
@media (max-width: 767.98px) {
	#article .article-right .most-read {
		margin-top: 25px;
	}
}
#article .article-right .most-read h2 {
	color: #c30e3d;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
#article .article-right .most-read ol {
	font-size: 18px;
	font-weight: 700;
	list-style-type: none;
	padding-left: 15px;
	padding-top: 10px;
}
#article .article-right .most-read ol a.title {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 14px;
	margin-bottom: 5px;
	text-decoration: none;
}
#article .article-right .most-read ol a.section-link {
	color: #c30e3d;
	cursor: pointer;
	display: block;
	font-size: 12px;
	margin-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#article .article-right .most-read ol li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 6px;
	padding-bottom: 8px;
}
#article .article-right .most-read ol li:last-of-type {
	border-bottom: none;
}
body:has(.article-wrapper--header) .tl-marquee-home {
	display: none;
}
#content:has(.article-style-wide) {
	margin-top: 140px;
}
@media (max-width: 991.98px) {
	#content:has(.article-style-wide) {
		margin-top: 50px;
	}
}

:root {
	--mainColor: #0a169c;
	--text: #fff;
	--input-color: #000;
	--valid-input-color: #000;
}
video {
	max-width: 100%;
	display: block;
	width: 100%;
	height: auto;
}

body {
	background: 0 0 !important;
	margin: 0;
	padding: 0;
}
body #content {
	margin-top: 0 !important;
	max-width: 900px;
	margin-inline: auto;
	padding: 16px;
}
body #content #article .article-wrapper--body .container-fluid {
	max-width: none !important;
}
body #content #article .article-wrapper--body .container-fluid .article-block {
	max-width: none !important;
}
nav {
	margin-bottom: 40px;
	position: relative;
}
* {
	-webkit-print-color-adjust: exact !important;
	color-adjust: exact !important;
	print-color-adjust: exact !important;
}
[id*="div-gpt-ad"] {
	display: none !important;
}
.button-link {
	background-color: red !important;
	color: #fff !important;
	display: block;
	margin: 3rem auto;
	max-width: 80%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 1rem 0;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.2rem;

	/* Добавляем анимацию пульсации */
	animation: pulse 1.5s infinite;
}

.button-link:hover {
	color: #fff !important;
	background-color: #444;
}

/* Анимация пульсации */
@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 10px rgba(184, 0, 0, 0.8);
	}
	50% {
		transform: scale(1.1);
		box-shadow: 0 0 20px rgba(184, 0, 0, 1);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 10px rgba(184, 0, 0, 0.8);
	}
}

.rev {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.rev__item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rev__item-img img {
	max-width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
}

.rev__item-name {
	font-weight: bold;
	font-family: Helvetica Bold, Arial;
	font-size: 18px;
}

.rev__item-text {
	font-size: 18px;
}

.rev__item {
	padding: 10px;
	/*background: #e9e9e9;*/
	border-radius: 15px;
	border: 2px solid #000;
}
.partners-section {
	padding: 40px 20px;
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-top: 20px;
}
.partners-grid {
	display: flex;
	flex-wrap: wrap; /* Позволяет элементам оборачиваться */
	justify-content: center; /* Центрирует элементы по горизонтали */
	gap: 20px; /* Отступы между элементами */
}
.partner-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 260px; /* Ограничиваем ширину логотипа */
	max-height: 130px; /* Ограничиваем высоту логотипа */
	padding: 10px;
}
.partner-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain; /* Сохраняем пропорции изображения */
	border-radius: 5px; /* Округление углов */
}
.partner-row {
	display: flex; /* Flexbox для нижних логотипов */
	justify-content: center; /* Центрируем нижние логотипы */
	width: 100%; /* Занимаем всю ширину родителя */
	gap: 20px; /* Отступы между нижними логотипами */
}
@media (max-width: 768px) {
	.partners-grid {
		flex-direction: column; /* В одну колонку на мобильных */
		align-items: center; /* Центрируем элементы по горизонтали */
	}
	h1 {
		font-size: 24px;
	}
}
html {
	scroll-behavior: smooth;
}

.form-wrapper {
	max-width: 535px;
	margin-inline: auto;
}
