@media screen and (max-width: 1140px) {
	.index__hero-before {display: none;}
	.index__steps-items {grid-template-columns: repeat(3, 1fr)}
	.index__step {font-size: 24px;}
	.index__feature-title {font-size: 32px;}
	.index__feature-value {font-size: 36px;}
	.index__process-decorator {
		width: 30px;
		height: 12px;
	}
	.index__process-transaction {
		width: 30px;
		height: 88px;
	}
	.index__pricing-info {font-size: 18px;}
	.index__pricing-layout {grid-template-columns: repeat(4, 1fr)}
	.index__pricing-hint {font-size: 18px;}
	.index__magnet-qr {max-width: 300px;}
}

@media screen and (max-width: 767px) {
	.common__title {
		font-size: 32px;
		line-height: 100%;
		text-align: center;
	}
	
	.index__hero {margin-bottom: 120px;}
	.index__hero-title {
		font-size: 40px;
		margin-bottom: 40px;
	}
	.index__hero-lead {font-size: 26px;}
	.index__hero-excerpt {font-size: 20px;}
	
	.index__examples {margin-bottom: 60px;}
	.index__examples-items {grid-template-columns: 1fr;}
	.index__example img {max-width: 300px;}
	.index__examples-decorator {text-align: center;}
	.index__examples-decorator img {max-width: 200px;}
	
	.index__partners-header {margin-bottom: 70px;}
	.index__partners:after {display: none;}
	.index__partners-slider {margin-bottom: 70px;}
	.index__partners-slider:before {width: 60px;}
	.index__partners-slider:after {width: 60px;}
	.index__partners-navigation {display: none;}
	.index__partner {
		width: 50%;
		min-width: 0px;
		max-width: 100%;
	}
	.index__partner img {
		max-width: 100%;
		max-height: 1000px;
		width: auto;
		height: auto;
	}
	.index__partners-excerpt {font-size: 20px;}
	
	.index__steps {margin-bottom: 60px;}
	.index__steps-items {grid-template-columns: 1fr;}
	.index__step {
		min-height: 0px;
		padding-top: 100px;
	}
	.index__features {margin-bottom: 60px;}
	.index__features-items {grid-template-columns: 1fr;}
	.index__feature {
		min-height: auto;
		gap: 30px;
	}
	.index__feature-title {
		font-size: 26px;
		padding-left: 0px;
	}
	.index__feature-value {
		font-size: 28px;
		height: 70px;
	}
	
		
	.index__pricing-info {display: none;}
	.index__pricing-items {
		display: flex;
		flex-flow: column;
		font-size: 20px;
		gap: 20px;
		background: #fff;
		padding: 24px 26px;
		border-radius: 20px;
		margin-bottom: 20px;
	}
	.index__pricing-label {
		font-weight: bold;
		margin-bottom: 6px;
	}
	.index__pricing-hint {font-size: 14px;}
	
	.index__process-layout {
		grid-template-columns: 1fr;
		grid-template-rows: auto 90px auto 90px auto;
		text-align: center;
	}
	.index__process-layout img {
		max-width: 300px;
		height: auto;
	}
	.index__process-decorator {transform: rotate(90deg);}
	.index__process-transaction {
		display: block;
		margin: auto;
		width: 30px;
		height: 12px;
		background: url(assets/images/index-steps-decorator-01.svg) center center no-repeat;
		background-size: contain;
		transform: rotate(90deg);
	}
	
	.index__magnet-header {font-size: 36px;}
	.index__magnet-cta {
		width: 300px;
		font-size: 18px;
		height: 60px;
	}
}