@font-face {
	font-family: "Muller";
	src: url("../fonts/MullerBold.woff2") format("woff2"), url("../fonts/MullerBold.woff") format("woff");
	font-weight: 700;
	font-display: swap;
  }
.express-project .wrap {
	display: block;
}
.express-main-img {
	width: 100%;
	display: block;
}
.express-intro {
	padding: 32px 0 100px;
	background-color: #212121;
}
.express-intro__breadcrumb {
	display: inline-block;
	font-weight: 500;
	font-family: 'CeraProMedium';
	font-size: 16px;
	line-height: 24px;
	color: #CAEB00;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.express-intro__title {
	font-weight: 700;
	font-family: 'CeraProBold';
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -1.5px;
	color: #FFFFFF;
	margin: 0 0 32px;
}
.express-intro__date {
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 64px;
}
.express-info {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;  
}
.express-info__col {
	width: calc(30% - 16px);
	display: flex;
	align-items: flex-start;
}

.express-info__col:first-child {
	width: calc(70% - 16px);
}

.express-info__title {
	color: rgba(255, 255, 255, 0.32);
	margin-right: 64px;
}
.express-info__text {
	color: rgba(255, 255, 255, 0.8);
}
.express-blue-bg {
	background: linear-gradient(0deg, #0F4D5E 0%, #064D41 62.59%);
	padding-top: 100px;
}
.above_train {
	max-width: 768px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.above_train span {
	color: #fff;
	font-weight: 700;
	font-family: 'CeraProBold';
	font-size: 48px;
	margin-bottom: 32px;
	line-height: 48px;
	letter-spacing: -1.5px;
}
.express-facts iframe {
	height: 656px;
	width: 100%;
	max-width: 1168px;
}
.above_train p {
	font-family: 'CeraProMedium';
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}
.express-train {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom: 36px solid #0D1B18;
	height: 296px;
	margin-bottom: 100px;
}
.smart-train__express-tunnel {
	background: #0D1B18;
}

.express-train__gate {
	display: block;
	position: absolute;
	bottom: 0;
	height: 260px;
}
.express-train__gate_left {
	left: 0;
}
.express-train__gate_right {
	right: 0;
}
.express-train__animation {
	position: absolute;
	bottom: 0;
	height: 154px;
	transform: translateX(110vw);
	-webkit-animation: moveTrain 40000ms infinite linear;
	-moz-animation: moveTrain 40000ms infinite linear;
	animation: moveTrain 40000ms infinite linear;
}
@-webkit-keyframes moveTrain {
	0% {-webkit-transform: translateX(110vw);}  
	100% {-webkit-transform: translateX(-101%);}
}
@-moz-keyframes moveTrain {
	0% {-moz-transform: translateX(110vw);}  
	100% {-moz-transform: translateX(-101%);}
}
@keyframes moveTrain {
	0% {transform: translateX(110vw);}  
	100% {transform: translateX(-101%);}
}
.express-facts {
	margin-bottom: -244px;
}

.express-facts2 {
	width: 100%;
	margin: 0 auto;
}
.express-facts .copyright {
	color: rgba(0, 0, 0, 0.60);
	font-size: 14px;
	line-height: 20px;
	margin-top: 16px;
	display: block;
}
.express-fact {
	padding: 48px 32px;
	background-color: #0C5BA0;
	border-radius: 4px;
	grid-column: span 7;
	display: flex;
}
.express-fact__img {
	display: block;
	width: 100px;
	margin-right: 32px;
}
.express-fact__title {
	font-family: "Muller";
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
}
.express-fact-white {
	background-color: #fff;
}
.express-fact-white .express-fact__title {
	color: rgba(0, 0, 0, 0.87);
}
.express-fact-red {
	background-color: #C01E38;
}
.express-fact-blue {
	grid-column: span 5;
	grid-row: span 2;
	display: block;
	padding: 40px 48px;
	background-color: #0C5BA0;
}
.express-fact-blue .express-fact__img {
	margin: 0 0 32px;
}
.express-blue-bg-text {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	max-width: 768px;
	margin: 100px auto 80px;
}
.video-wrapper {
	position: relative;
	width: 100%;
} 
.video-wrapper video {
	display: block;
	width: 100%;
	border-radius: 2px;
}
.video-button {
	position: absolute;
	background-image: url("/upload/east-express/play_btn.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 88px;
	height: 100px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
}
.express-blue-bg-video__caption {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.6);
	max-width: 868px;
	margin-top: 16px;
}
.express-blue-bg-video {
	margin-bottom: -244px;
}
.express-white-bg {
	background-color: #fff;
	padding: 264px 0 0;
}
.std_p {
	padding: 40px 0 100px 0;
}
.express-white-bg .std_p {
	color: rgba(0, 0, 0, 0.60);

}
.express-features__title {
	font-weight: 700;
	font-family: 'CeraProBold';
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	letter-spacing: -1.5px;
	color: rgba(0, 0, 0, 0.87);
	margin: 0 0 48px;
}
.express-feature {
	margin-bottom: 100px;
	position: relative;
}
.express-feature:last-child {
	margin-bottom: 0;
}

.express-feature__img {
	display: block;
	width: 968px;
	max-width: 100%;
	border-radius: 14px;
	position: relative;
	z-index: 1;
}
.express-feature__caption {
	background-color: #fff;
	max-width: 668px;
	border-radius: 12px;
	box-shadow: 4px 4px 32px 0px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	padding: 48px;
	position: absolute;
	z-index: 3;
}

.express-feature2 .express-feature__img {
	margin-left: auto;
}

.efc1 {
	right: 0;
	bottom: -44px;
}
.efc2{
	right: 0;
	bottom: -20px;
}
.efc4 {
	right: 0;
	bottom: -45px;
}
.efc6 {
	left: 0;
	bottom: 80px;
}
.efc2 p, .efc3 p, .efc4 p, .efc5 p, .efc6 p {
	margin-bottom: 0 !important;
}
.efc3 {
	left: 0;
	bottom: -20px;
}
.efc5 {
	left: 0;
	bottom: -20px;
}
.efi1 {
	padding-bottom: 100px;
}
.efi2 {
	padding-bottom: 100px;
}
.efi3 {
	padding-bottom: 200px;
}
.ebg1 {
	padding-top: 0;
}
.ebg1 p {
	margin-top: 40px;
	margin-bottom: 100px;
}
.express-feature__caption p {
	font-family: 'CeraProMedium';
	color: rgba(0, 0, 0, 0.87);
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin-bottom: 24px;
}
.express-feature__caption .author {
	text-align: right;
	color: rgba(0, 0, 0, 0.87);
	font-weight: 500;
	font-family: 'CeraProMedium';
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 4px;
}
.express-feature__caption .position {
	color: var(--on_surface-dark-low, rgba(0, 0, 0, 0.32));
	text-align: right;
	font-weight: 500;
	font-family: 'CeraProMedium';
	font-size: 14px;
	line-height: 20px;
}
.express-feature__caption span {
	font-weight: 700;
	font-family: 'CeraProBold';
}

.express-black-bg {
	background-color: #212121;
}
.express-quotes {
	margin-bottom: 100px;
}
.express-quote {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	min-height: 472px;
	margin-bottom: 32px;
}
.express-quote:last-child {
	margin-bottom: 0;
}
.express-quote__img {
	display: block;
	width: 368px;
	max-width: 50%;
	margin-left: 32px;
	margin-top: auto;
}
.express-quote:nth-child(odd) {
	flex-direction: row-reverse;
}
.express-quote:nth-child(odd) .express-quote__img {
	margin-left: 0;
	margin-right: 32px;
}
.express-quote__content {
	padding: 48px 0 48px 100px;
}
.express-quote:nth-child(odd) .express-quote__content {
	padding-left: 0;
	padding-right: 100px;
}
.express-quote__title {
	font-weight: 700;
	font-family: 'CeraProBold';
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -1.5px;
	color: #fff;
	margin-bottom: 20px;
}
.express-quote__subtitle {
	font-weight: 500;
	font-family: 'CeraProMedium';
	max-width: 368px;
	margin-bottom: 24px;
}
.express-others-title {
	margin-top: 0;
}
.main-img {
	background: url('/tula-express-2025/assets/img/head.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 90vh;
	max-height: 988px;
}
.express-iframes {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 32px 100px
}

.express-iframes .above_train {
	max-width: 100%;
}

.express-iframes .above_train p {
	max-width: 768px;
}

.express-iframes iframe {
	height: 656px;
	width: 100%;
	max-width: 1168px;
}

.express-iframes .above_train span {
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -1px;
	text-align: center;
	color: #FFF;
	margin: 128px auto 32px;
	max-width: 600px;
}

.express-iframes__video {
	width: calc(50% - 16px);
}
.express-iframes__iframe-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 2px;
}
.express-iframes__iframe-wrap iframe {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-width: 0;
	outline-width: 0;
	margin: 0;
}
.express-iframes__iframe-wrap img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 2px;
}

.express-white__coach {
	display: block;
	margin: 0 auto 8px auto;
	max-width: 768px;
	font-size: 20px;
	font-family: 'CeraProMedium';
	line-height: 28px;
	color: #E34122;
}

.express-white__title {
	display: block;
	margin: 0 auto 40px auto;
	max-width: 768px;
	font-size: 48px;
	font-family: 'CeraProBold';
	line-height: 48px;
	letter-spacing: -1.5px;
	color: rgba(0, 0, 0, 0.87);
}

.express-feature__background {
	position: absolute;
	z-index: 0;
}

.express-feature__background1 {
	top: -112px;
	left: -172px;
	width: 272px;
	height: 272px;
}

.express-feature__background2 {
	bottom: -91px;
	right: -208px;
	width: 473px;
	height: 487px;
}

.express-feature__background3 {
	bottom: 0;
	right: -124px;
	width: 240px;
	height: 240px;
}

.express-feature__background4 {
	top: -6px;
	left: -203px;
	width: 422px;
	height: 456px;
}

.express-feature__background5 {
	bottom: -44px;
	left: -144px;
	width: 280px;
	height: 388px;
}

.express-feature__background6 {
	top: 0;
	right: -138px;
	width: 518px;
	height: 490px;
}

.express-feature__background7 {
	top: 76px;
	right: -170px;
	width: 250px;
	height: 250px;
}

.express-feature__background8 {
	bottom: -2px;
	left: -224px;
	width: 448px;
	height: 456px;
}

.express-feature__background9 {
	bottom: 177px;
	left: -176px;
	width: 224px;
	height: 223px;
}

.express-feature__background10 {
	top: 46px;
	right: -118px;
	width: 451px;
	height: 650px;
}

.express-feature__background11 {
	top: -112px;
	right: -126px;
	width: 230px;
	height: 230px;
}

.express-feature__background12 {
	bottom: 121px;
	left: -250px;
	width: 554px;
	height: 485px;
}

.express-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 64px;
	max-width: 968px;
	margin: 0 auto 64px;
}

.express-container__block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.express-container__number {
	font-size: 200px;
	font-style: normal;
	font-weight: 700;
	line-height: 200px;
	text-transform: uppercase;
	color: #E34122;
	margin-bottom: 4px;
	text-align: center;
}

.express-container__text {
	font-size: 24px;
	font-style: normal;
	font-family: 'CeraProBold';
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}

.express-white__img {
	width: 1920px;
	max-width: 100vw;
	height: auto;
	margin: 0 50% 32px;
	transform: translateX(-50%);
}

.express-background {
	padding: 100px 0;
	width: 100%;
	overflow-x: hidden;
}

.express-background1 {
	background: #EDFFF5;
}

.express-background2 {
	background: #FFF7E7;
}

.express-background3 {
	background: #F1F4DF;
}

.express-background4 {
	background: #FFEAE8;
}

.express-background5 {
	background: #FFECDD;
	padding-bottom: 128px;
}

.express-publications__title {
	display: block;
	font-size: 48px;
	font-style: normal;
	font-family: 'CeraProBold';
	font-weight: 700;
	line-height: 48px;
	letter-spacing: -1.5px;
	color: #FFF;
	margin-top: 128px;
	margin-bottom: 40px;
}

.express-publications__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px;
	margin: 0 auto 128px;
}

.express-publications__block {
	min-height: 300px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	padding: 32px;
	display: flex;
	flex-direction: column;
}

.express-publications__block-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	transition: transform .8s ease-in-out;
}

.express-publications__block-logo, .express-publications__block-title {
	display: block;
	position: relative;
	z-index: 1;
}

.express-publications__block-logo {
	margin-bottom: 20px;
	width: fit-content;
}

.express-publications__block-title {
	margin: auto 0 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.5px;
	color: #FFF;
	max-width: 453px;
	font-family: 'CeraProBold';
}

.express-publications__block:hover .express-publications__block-img {
	transform: scale(1.05);
}

.express-publications__block-logo_2 {
	margin-top: -32px;
}

@media only screen and (max-width: 1024px) {
	.express-facts {
		grid-template-columns: 1fr;
	}
	.express-fact {
		grid-column: unset;
		grid-row: unset;
		display: block;
	}
	.express-fact__img {
		margin: 0 0 12px;
	}
	.efmob2 {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.express-intro__title {
		font-size: 28px;
		line-height: 32px;
		letter-spacing: -0.5px;
		margin-bottom: 20px;
	}
	.express-intro__subtitle {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.express-intro__date {
		margin-bottom: 40px;
	}
	.express-info {
		display: block;
	}
	.express-info__col {
		display: block;
		width: 100%;
		margin-bottom: 32px;
	}
	.express-info__col:last-child {
		margin-bottom: 0;
	}
	.express-info__title {
		margin: 0 0 12px;
	}
	.express-blue-bg {
		padding-top: 48px;
	}
	.express-train {
		margin-top: 32px;
		border-bottom: 24px solid #0D1B18;
		height: 204px;
		margin-bottom: 64px;
	}
	.express-train__gate {
		height: 180px;
	}
	.express-train__animation {
		height: 128px;
	}
	.video-button {
		width: 30px;
		height: 35px;
	}
	.express-iframes {
		flex-wrap: wrap;
		margin: 0 20px 64px;
	}
	.express-iframes__video {
		width: 100%;
		margin-bottom: 16px;
	}
	.express-iframes__video:last-child {
		margin-bottom: 0;
	}
	.express-facts {
		grid-gap: 16px;
		margin-bottom: -60px;
	}
	.express-fact {
		padding: 32px 24px;
		border-radius: 0;
	}
	.express-fact__title {
		font-size: 21px;
		line-height: 28px;
	}
	.express-blue-bg-video {
		margin: 0 -20px;
		background-color: #fff;
	}
	.express-blue-bg-video .east-express__wrapper-video video {
		border-radius: 0;
	}
	.express-blue-bg-video__caption {
		font-size: 14px;
		line-height: 20px;
		padding: 0 20px;
		margin-top: 12px;
	}
	.express-features__title {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -1px;
		margin-bottom: 24px;
	}
	
	.express-feature__caption {
		padding: 32px 20px;
		width: calc(100% + 40px) !important;
		margin-left: -20px !important;
		margin-top: -12px;
		position: relative;
		bottom: 0;
		border-radius: 8px;
	}
	
	.express-feature__caption p {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.5px;
	}
	.express-black-bg {
		padding-top: 64px;
	}
	.express-quotes {
		margin-bottom: 64px;
	}
	.express-quote {
		display: block;
		width: calc(100% + 40px);
		margin: 0 -20px 20px;
	}
	.express-quote__content {
		min-height: unset;
	}
	.express-quote__content, .express-quote:nth-child(odd) .express-quote__content {
		padding: 40px 20px 8px;
	}
	.express-quote__title {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -1px;
		margin-bottom: 16px;
	}
	.express-quote__subtitle {
		margin-bottom: 20px;
	}
	.express-quote__img {
		margin: 0 0 0 auto;
		width: 224px;
		max-width: 100%;
	}
	.express-quote:nth-child(odd) .express-quote__img {
		margin-left: 0;
		margin-right: auto;
	}

	.main-img {
		max-height: 186px;
	}

	.above_train {
		padding: 0 20px;
	}

	.above_train span {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -1px;
	}

	.express-facts iframe {
		height: 202px;
	}

	.efi1 {
		padding-bottom: 0;
	}

	.efmob1 {
		padding-bottom: 64px;
	}

	.ebg1 p {
		margin-top: 24px;
		margin-bottom: 64px;
	}

	.efmob2 {
		width: 100%;
	}

	.std_p {
		padding: 24px 0 64px 0;
	}

	.express-black-bg {
		padding-top: 0;
	}

	.express-iframes .above_train span {
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}

	.express-iframes iframe {
		height: 202px;
	}
	
	.express-facts {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	
	.express-facts .copyright {
		padding: 0 20px;
		margin-top: 12px;
	}
	
	.express-white__coach1 {
		padding-top: 36px;
	}
	
	.express-feature__background {
		display: none;
	}
	
	.express-white__title {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: -1px;
		margin-bottom: 24px;
	}
	
	.efi2, .efi3 {
		padding-bottom: 0;
	}
	
	.express-feature {
		margin-bottom: 64px;
	}
	
	.efc6 {
		margin-bottom: 64px;
	}
	
	.express-blue-bg-text {
		margin: 64px auto;
	}
	
	.express-container {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
	
	.express-container__number {
		font-size: 150px;
		line-height: 150px;
		margin-bottom: 4px;
	}
	
	.express-container__text {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.5px;
	}
	
	.express-white-bg {
		padding-top: 0;
	}
	
	.express-background {
		padding: 64px 0;
	}
	
	.express-white__img {
		max-width: calc(100% + 120px);
		margin-left: -60px;
		margin-right: 0;
		transform: none;
	}
	
	.express-background5 {
		padding-bottom: 80px;
	}
	
	.express-publications__title {
		margin: 80px 0 24px;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 36px; /* 112.5% */
		letter-spacing: -1px;
	}
	
	.express-publications__container {
		grid-template-columns: 1fr;
		grid-gap: 20px;
		margin-bottom: 80px;
	}
	
	.express-publications__block {
		padding: 16px;
		min-height: 248px;
	}
	
	.express-publications__block-logo_2 {
		margin-top: -16px;
	}
	
	.express-publications__block-title {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.5px;
	}
}