.new-strict .mb-30 {
			margin-bottom: 30px;
		}
		.mt-4, .my-4 {
			margin-bottom: 50px;
		}
		.new-strict__section-heading *{
			font-family: inherit!important;
		}
		.new-strict .longread-section:not(#header)::after{
			content: unset!important;
		}
		.new-strict__card{
			background: #151515;
		}
		.new-strict .wrapper {
			max-width: 1350px;
		}

		.xrymka-card{
			display: block;
			width: 100%;
			box-shadow: 0 0 150px rgba(128, 90, 234, 0.5);
			border-radius: 20px;
		}

		.longread-header__logo{
			max-width: 960px;
			width: 100%;
			margin-right: auto;
			margin-left: auto;
		}

		.new-strict__logo-rays{
			opacity: .15;
		}

		#header{
			background:
					url("../img/galaxycraft/skydrive_galaxycraft_header.webp")
					no-repeat
					center center
		;
			background-size: cover;
		}

		.longread-section {
			padding: 0;
		}
		.landing-component__heading {
			margin-top: 50px;
			font-family: "NEXT ART", "Montserrat", sans-serif;
			font-weight: 600;
			font-size: var(--size-40);
			line-height: 1.4;
			color: var(--white);
		}
		.landing-component__text {
			font-weight: 500;
			font-size: var(--size-20);
			line-height: 1.4;
			color: var(--white_alpha-50);
			margin-top: var(--g-15);
		}
		.landing-component__text-mark {
			color: var(--white);
		}
		.new-strict__chapter {
			border-radius: var(--g-75);
			padding: var(--g-0) 0;
			margin-top: var(--g-150);
		}
		.new-strict .pt-150 {
			padding-top: var(--g-100);
		}
		.new-strict__card {
			background: unset !important;
		}
		.new-strict__section-heading {
			padding: unset !important;
		}
		.new-strict__card:not(:first-of-type) {
			margin-top: unset !important;
		}