.home-page-hero-block {
	padding:79px 0px 20px 0px;
	background:#FFE3AE;
	/* min-height:100vh; */
	position:relative;
}

.home-page-hero-block::after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(/wp-content/uploads/2026/03/bg-decor-1.png);
}

.hero-block-wrap {
	display:flex;
	gap:45px;
	position:relative;
}

.hero-block-decor-1,
.hero-block-decor-2,
.hero-block-decor-3,
.hero-block-decor-4 {
	position:absolute;
}

.hero-block-decor-img img {
	width:100%;
	height:100%;
	object-fit: contain;
}

.hero-block-decor-1 {
	width: 229px;
	height: 229px;
	top:210px;
	left:-100px;
}

.hero-block-decor-2 {
	width: 336px;
	height: 223px;
	top:65%;
	left:25%;
}

.hero-block-decor-3 {
	width: 125px;
	height: 125px;
    top: -65px;
    left: 40%;
}

.hero-block-decor-4 {
	width: 205px;
	height: 205px;
	top: 190px;
    right: 310px;
}

.hero-title {
	font-weight: 900;
	font-size: clamp(48px, 44.31px + 1.03vw, 64px);
	line-height: 100%;
	text-transform: uppercase;
	color: #f30745;
}

.hero-img-des-flex {
	display:flex;
	align-items:center;
	gap:17px;
}

.hero-subtitle-img .hero-title {
	display:block;
}

.hero-subtitle-img {
	display:flex;
	align-items:flex-start;
	gap:18px;
}

.hero-des {
	border: 4px solid #e40429;
	border-radius: 25px;
	width: 328px;
	height: 85px;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	color: #000;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:31px 22px;
	text-align:center;
}

.hero-block-item__left p {
	padding:0;
	margin:38px 0px 0px 84px;
	max-width:466px;
	width:100%;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: #000;
}

.hero-block-item__right {
	position:relative;
}

.hero-block-item__right img {
	position:relative;
	z-index:2;
}

.block-rzd-bonus {
	width:310px;
	min-height:140px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(/wp-content/uploads/2026/04/150k.svg);
	position:absolute;
	top:10px;
	right:-125px;
	z-index:1;
}

.hero-block-bottom {
	/* outline:1px solid red; */
}

.hero-block-bottom-title {
	width:366px;
	font-family: var(--font3);
	font-weight: 900;
	font-size: clamp(30px, 27.69px + 0.64vw, 40px);
	line-height: 100%;
	color: #f30745;
	margin-left:100px;
}

.hero-block-bottom-title span {
	font-size: clamp(70px, 67.69px + 0.64vw, 80px);
}

.hero-block-steps {
	/* outline:1px solid red; */
	min-height:1116px;
	position:relative;
	margin-top:-120px;
}

.hero-block-stepsitem--1 {
	width:clamp(350px, 280.77px + 19.23vw, 650px);
	height:clamp(350px, 280.77px + 19.23vw, 650px);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(/wp-content/uploads/2026/03/1.png);
	position:absolute;
	top:0;
	right:0;
}

.hero-block-stepsitem--2 {
	width:clamp(350px, 280.77px + 19.23vw, 650px);
	height:clamp(350px, 280.77px + 19.23vw, 650px);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(/wp-content/uploads/2026/03/2.png);
	position:absolute;
	top:100px;
	left:0;
}

.hero-block-stepsitem--3 {
	width:clamp(350px, 280.77px + 19.23vw, 650px);
	height:clamp(350px, 280.77px + 19.23vw, 650px);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(/wp-content/uploads/2026/03/3.png);
	position:absolute;
	/* bottom:-43px; */
	/* right:226px; */
	bottom: 67px;
    right: 318px;
}

.hero-block-stepsitem--1 span {
	display:block;
	width:265px;
	font-size: 22px;
	line-height: 111%;
	color: #000;
	position:absolute;
	top:125px;
	left:75px;
}

.hero-block-stepsitem--2 span {
	display:block;
	width:300px;
	font-size: 22px;
	line-height: 111%;
	color: #000;
	text-align:center;
	position:absolute;
	top:185px;
	right:140px;
}

.hero-block-stepsitem--3 span {
	display:block;
	width:300px;
	font-size: 22px;
	line-height: 111%;
	color: #000;
	text-align:right;
	position:absolute;
	top:120px;
	right:255px;
}

.second-block {
	background:#FFE3AE;
	position:relative;
}

.second-block::after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(/wp-content/uploads/2026/03/bg-decor-2.png);
}

.second-block-title {
	min-height:clamp(75px, 56.77px + 5.06vw, 154px);
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight: 800;
	font-size: clamp(25px, 19.23px + 1.60vw, 50px);
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	color: #f30745;
	position:relative;
	background:#fff;
	z-index:10;
}

.second-block-title::after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(/wp-content/uploads/2026/03/group.png);
}

.second-block-promo {
	padding-top:45px;
	padding-bottom:45px;
	display:grid;
	grid-template-columns:repeat(auto-fill, minmax(475px, 1fr));
	gap:69px 55px;
	position:relative;
	z-index:12;
}

.second-block-promo-item {
	min-height:527px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.second-block-promo-item__ivi {
	background-image:url(/wp-content/uploads/2026/04/banner_ivi.svg);
}

.second-block-promo-item__litres {
	background-image:url(/wp-content/uploads/2026/04/banner_litres.svg);
}

.second-block-promo-item__rzd {
	background-image:url(/wp-content/uploads/2026/04/banner_rzd.svg);
}

.second-block-promo-item__sokol {
	background-image:url(/wp-content/uploads/2026/03/banner_sokolov.png);
}

.block-form {
	background:#fff;
	padding:30px 0;
	position:relative;
}

.block-form::after {
	content:"";
	position:absolute;
	bottom:50px;
	left:0;
	width:50px;
	height:315px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(/wp-content/uploads/2026/03/bg-decor-3.png);	
}

.block-form-title {
	font-weight: 800;
	font-size: clamp(25px, 19.23px + 1.60vw, 50px);
	line-height: 100%;
	color: #f30745;
	position:relative;
	padding-top:42px;
}

.block-form-title-title-decor-top {
	display:block;
	width:250px;
	height:35px;
	position:absolute;
	top:0;
	left:0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url("data:image/svg+xml,%3Csvg width='251' height='36' viewBox='0 0 251 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.29129 10.6518C9.10149 11.3218 11.8948 15.5649 14.6882 19.8081C17.1463 23.6045 19.4928 27.6244 23.0683 30.6392C31.6718 37.7856 42.1749 35.8873 47.4264 25.9494C48.7672 23.4929 49.7729 20.9247 51.1137 18.3565C53.1249 14.3366 56.3652 11.5451 60.6111 9.87018C67.4269 7.1903 69.9968 7.97193 73.7958 14.4483C76.3657 18.8031 78.4887 23.4929 81.3938 27.736C85.3045 33.5424 90.8912 35.999 97.9304 34.8824C103.07 34.1007 106.646 30.7509 109.439 26.7311C112.344 22.5996 114.802 18.0215 117.819 14.0017C123.406 6.40867 128.881 6.52033 134.133 14.1133C135.585 16.2349 136.702 18.5798 138.043 20.7013C139.831 23.4929 141.507 26.3961 143.63 28.8526C150.557 36.6689 160.39 36.8923 167.765 29.4109C169.664 27.401 171.228 25.0561 172.793 22.7113C174.58 19.9197 176.145 17.0165 178.044 14.3366C183.519 6.74366 188.994 6.74366 194.469 14.1133C196.145 16.3465 197.374 18.9148 198.939 21.2597C200.838 24.2745 202.738 27.2894 205.307 29.8576C208.548 32.9841 212.347 34.7707 217.822 34.7707C221.174 34.659 224.861 33.0958 227.878 30.1926C230.671 27.5127 232.682 24.2745 234.694 21.0363C238.157 15.4533 240.616 8.97689 248.549 8.08359C250.448 7.86027 251.23 5.85036 250.895 3.84046C250.56 1.71889 249.107 0.825596 247.096 0.713935C243.297 0.490612 240.057 1.71889 237.152 4.06378C233.911 6.63199 231.677 10.0935 229.554 13.555C227.543 16.7932 225.755 20.2547 223.297 23.0462C219.162 27.8477 214.47 27.736 210.224 23.0462C208.548 21.148 207.207 18.9148 205.866 16.7932C204.19 14.225 202.738 11.5451 200.95 9.08855C193.352 -2.41259 179.385 -2.30093 171.787 8.75356C169.776 11.6568 167.988 14.7833 166.089 17.7981C158.714 29.5226 152.68 29.4109 145.641 17.4632C143.183 13.3317 141.172 8.86522 137.708 5.40372C130.892 -1.63096 121.618 -1.85428 114.691 5.06873C112.568 7.1903 110.78 9.75852 109.104 12.2151C107.316 14.6716 105.975 17.4632 104.188 19.9197C97.4836 29.7459 91.4499 29.4109 85.4162 19.0264C84.1871 16.7932 83.1815 14.4483 81.9524 12.2151C80.835 10.2052 79.7177 8.19526 78.3769 6.40867C74.4662 1.16058 69.5499 -0.737665 62.9575 0.713935C53.907 2.72384 47.203 7.63695 43.1805 15.8999C42.1749 17.9098 41.3928 20.143 40.2754 22.1529C37.482 27.066 33.3478 27.9593 28.8784 24.4978C26.4203 22.5996 24.7443 20.0314 23.0683 17.4632C20.8336 14.0017 18.8223 10.5401 15.8055 7.74861C12.7887 4.84541 9.32489 2.94717 4.96724 2.72384C2.39734 2.72384 0.386177 3.50547 0.0509734 6.29701C-0.28423 8.75356 1.05653 10.3168 3.40296 10.5401L3.29129 10.6518Z' fill='%238DBF40' /%3E%3C/svg%3E");
}

.block-form-title-title-decor-bottom {
	display:block;
	width:250px;
	height:35px;
	position:absolute;
	bottom:-35px;
	right:270px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url("data:image/svg+xml,%3Csvg width='220' height='30' viewBox='0 0 220 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.88513 9.09247C7.97833 9.66436 10.427 13.2863 12.8756 16.9083C15.0304 20.149 17.0873 23.5804 20.2216 26.1539C27.7634 32.2541 36.9704 30.6337 41.5738 22.1507C42.7492 20.0537 43.6307 17.8615 44.8061 15.6692C46.5691 12.2379 49.4095 9.855 53.1315 8.42527C59.1062 6.1377 61.359 6.80491 64.6892 12.3332C66.9419 16.0505 68.8029 20.0537 71.3495 23.6757C74.7776 28.6321 79.6749 30.729 85.8455 29.7759C90.351 29.1087 93.4854 26.2492 95.934 22.8179C98.4806 19.2912 100.635 15.3833 103.28 11.9519C108.177 5.4705 112.977 5.56581 117.58 12.0472C118.853 13.8582 119.833 15.8599 121.008 17.6708C122.575 20.0537 124.045 22.5319 125.906 24.6289C131.978 31.3009 140.597 31.4915 147.062 25.1054C148.727 23.3898 150.098 21.3881 151.47 19.3865C153.037 17.0036 154.408 14.5254 156.073 12.2379C160.872 5.75644 165.672 5.75644 170.471 12.0472C171.94 13.9535 173.018 16.1458 174.389 18.1474C176.054 20.7209 177.719 23.2944 179.972 25.4867C182.812 28.1555 186.142 29.6806 190.942 29.6806C193.88 29.5852 197.112 28.2508 199.757 25.7726C202.206 23.4851 203.969 20.7209 205.732 17.9568C208.768 13.191 210.923 7.66275 217.877 6.90022C219.542 6.70959 220.228 4.99392 219.934 3.27825C219.64 1.46726 218.367 0.704736 216.604 0.609421C213.274 0.41879 210.433 1.46726 207.886 3.46888C205.046 5.66113 203.087 8.6159 201.226 11.5707C199.463 14.3348 197.896 17.2896 195.741 19.6725C192.117 23.771 188.003 23.6757 184.281 19.6725C182.812 18.0521 181.637 16.1458 180.462 14.3348C178.992 12.1426 177.719 9.85499 176.152 7.75806C169.492 -2.0594 157.248 -1.96409 150.588 7.47212C148.825 9.95031 147.258 12.6191 145.593 15.1926C139.128 25.2007 133.839 25.1054 127.669 14.9067C125.514 11.38 123.751 7.56743 120.714 4.61266C114.74 -1.3922 106.61 -1.58283 100.537 4.32671C98.6765 6.1377 97.1093 8.32995 95.6401 10.4269C94.073 12.5238 92.8977 14.9067 91.3305 17.0036C85.4538 25.3914 80.1647 25.1054 74.8756 16.2411C73.7982 14.3348 72.9166 12.3332 71.8392 10.4269C70.8597 8.71121 69.8803 6.99554 68.7049 5.4705C65.2768 0.990681 60.9672 -0.629677 55.1884 0.609421C47.2547 2.32509 41.378 6.51896 37.8519 13.5723C36.9704 15.288 36.2848 17.1943 35.3053 18.9099C32.8566 23.1038 29.2326 23.8663 25.3147 20.9116C23.1599 19.2912 21.6908 17.0989 20.2216 14.9067C18.2627 11.9519 16.4996 8.99716 13.8551 6.61428C11.2105 4.13608 8.17417 2.51573 4.35427 2.32509C2.1015 2.32509 0.338522 2.9923 0.0446831 5.37518C-0.249155 7.47211 0.926154 8.80653 2.98302 8.99716L2.88513 9.09247Z' fill='%238DBF40' /%3E%3C/svg%3E");
}

.form-list {
	display:flex;
	align-items:center;
	/* justify-content:space-between; */
	flex-wrap:wrap;
	gap:20px;
	padding-top:clamp(20px, 6.85px + 3.65vw, 77px);
}

.form-list-left {
	max-width:477px;
	min-height:619px;
	flex:1;
}

.form-list-right {
	max-width:963px;
	min-height:525px;
}

.form-list-right-link {
	margin-left:75px;
	display:block;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #000;
	position:relative;
}

.form-list-right-link::after {
	content:"";
	position:absolute;
	top:0;
	right:100px;
	width:30px;
	height:30px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.0845' cy='15.0845' r='15.0845' fill='%23214459' /%3E%3Cpath d='M13.2795 17.7511C13.2795 17.2711 13.3515 16.8391 13.4955 16.4551C13.6555 16.0711 13.8475 15.7271 14.0715 15.4231C14.3115 15.1191 14.5595 14.8471 14.8155 14.6071C15.0875 14.3511 15.3355 14.1111 15.5595 13.8871C15.7995 13.6631 15.9915 13.4391 16.1355 13.2151C16.2955 12.9911 16.3755 12.7591 16.3755 12.5191C16.3755 12.1511 16.2155 11.8711 15.8955 11.6791C15.5915 11.4871 15.2155 11.3911 14.7675 11.3911C14.2555 11.3911 13.7755 11.5351 13.3275 11.8231C12.8795 12.1111 12.5275 12.5111 12.2715 13.0231L7.99951 10.8871C8.60751 9.73508 9.52751 8.79908 10.7595 8.07908C11.9915 7.35908 13.5675 6.99908 15.4875 6.99908C16.7515 6.99908 17.8715 7.17508 18.8475 7.52708C19.8395 7.86308 20.6235 8.37508 21.1995 9.06308C21.7755 9.73509 22.0635 10.5751 22.0635 11.5831C22.0635 12.1911 21.9675 12.7271 21.7755 13.1911C21.5995 13.6551 21.3595 14.0631 21.0555 14.4151C20.7675 14.7511 20.4635 15.0631 20.1435 15.3511C19.8235 15.6391 19.5115 15.9111 19.2075 16.1671C18.9195 16.4071 18.6795 16.6551 18.4875 16.9111C18.3115 17.1671 18.2235 17.4471 18.2235 17.7511H13.2795ZM15.7515 24.4231C14.8235 24.4231 14.0635 24.1431 13.4715 23.5831C12.8795 23.0071 12.5835 22.3271 12.5835 21.5431C12.5835 20.7431 12.8795 20.0711 13.4715 19.5271C14.0635 18.9831 14.8235 18.7111 15.7515 18.7111C16.6955 18.7111 17.4555 18.9831 18.0315 19.5271C18.6235 20.0711 18.9195 20.7431 18.9195 21.5431C18.9195 22.3271 18.6235 23.0071 18.0315 23.5831C17.4555 24.1431 16.6955 24.4231 15.7515 24.4231Z' fill='white' /%3E%3C/svg%3E");
}

.form-field-list p {
	display:flex;
	flex-direction:column;
	/* gap:22px; */
}

.form-field {
	width:100%;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
	background: #fc0;
	border-radius: 25px;
	border:none;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #010101;
	padding:18px 30px;
	box-sizing:border-box;
}

.form-field::placeholder {
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	color: #010101;
}

.form-check-list {
	padding-top:42px;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #000;
}

.form-check-list a {
	color: #000;
}

.form-check-list p .wpcf7-form-control-wrap {
	display:block;
	max-width:413px;
}

.wpcf7-list-item {
	margin:0;
}

.form-btn {
	border:none;
	cursor:pointer;
	width:100%;
	height:74px;
	background:#f30745;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
	border-radius:25px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin-top:35px;
}

.form-list-left-des {
	font-weight: 400;
	font-size: 15px;
	line-height: 125%;
	letter-spacing: 0.05em;
	color: #000;
}

.form-list-left-des a {
	color: #000;
}

.block-third {
	background:#FFE3AE;
	padding-top:clamp(25px, 19.23px + 1.60vw, 50px);
}

.block-third-title {
	max-width:965px;
	font-weight: 800;
	font-size: clamp(25px, 19.23px + 1.60vw, 50px);
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	color: #f30745;
	margin:0 auto;
	position:relative;
}

.block-third-title::after {
	content:"";
	position:absolute;
	top:-15px;
	right:-80px;
	width:117px;
	height:107px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url("data:image/svg+xml,%3Csvg width='118' height='108' viewBox='0 0 118 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.8162 107.647C29.4123 107.647 16.9787 101.293 7.79169 88.7924C0.469683 78.7784 -1.74074 66.8306 1.36766 53.4324C2.19657 49.8412 3.9925 46.3881 6.89367 42.8659C14.5611 33.4734 24.3007 27.0505 35.8363 23.5974C44.678 20.973 53.3815 21.8709 61.6015 26.2909L64.6408 27.8793C64.9862 22.3543 67.4038 17.2437 72.1701 11.8568C75.3475 8.26553 79.1467 4.95053 84.3274 1.35928C85.6398 0.461463 86.9522 -0.2982 88.2647 0.116175C89.508 0.53055 90.1988 1.84273 90.8895 3.63835C93.5835 11.0971 93.2381 18.4177 89.9225 25.3931C89.6462 26.0146 89.3008 26.6362 88.8863 27.3268C90.1988 27.1196 91.4421 26.8434 92.6164 26.5671C94.8959 26.0837 97.0372 25.6002 99.2476 25.324C103.254 24.8405 107.606 24.7715 112.856 25.0477C114.444 25.1168 116.171 25.393 116.931 26.7052C117.691 28.0174 117.069 29.744 116.309 31.2634C110.369 43.6256 100.422 50.3937 86.745 51.4987C86.4687 51.4987 86.2615 51.4987 85.9852 51.4987C85.6398 51.4987 85.3634 51.4987 85.0871 51.4987C87.0903 56.8165 88.0574 61.8581 87.9193 66.8306C87.5048 86.4443 70.9957 104.884 51.7928 107.094C49.306 107.37 46.8884 107.508 44.6089 107.508L44.8162 107.647ZM45.7141 24.219C42.6748 24.219 39.5664 24.7024 36.458 25.6002C25.2678 28.9152 15.8735 35.1309 8.55152 44.1781C5.85758 47.424 4.19973 50.6009 3.4399 53.9159C0.469648 66.7615 2.54195 78.0878 9.51857 87.6184C19.6036 101.431 33.9022 107.37 51.7928 105.229C69.6833 103.088 85.7089 85.2012 86.0543 66.9687C86.1233 61.9271 85.1562 56.8165 82.9458 51.4296L82.6005 50.6009L83.4293 50.1865C84.5346 49.5649 85.5016 49.634 86.1924 49.634C86.3996 49.634 86.6068 49.634 86.814 49.634C99.6621 48.6671 109.056 42.2443 114.651 30.5728C115.549 28.7081 115.411 28.0865 115.342 27.9484C115.273 27.8102 114.859 27.3959 112.925 27.3268C107.813 27.0506 103.53 27.1887 99.593 27.6031C97.4517 27.8793 95.3794 28.2937 93.169 28.7771C91.2349 29.1915 89.3008 29.6059 87.2285 29.9512L85.2253 30.2274L86.9522 27.0505C87.4357 26.2218 87.8502 25.4621 88.1956 24.7024C91.2349 18.2796 91.5803 11.4424 89.0935 4.53617C88.4719 2.80961 88.0574 2.39522 87.7811 2.2571C87.5739 2.2571 87.0213 2.25709 85.6398 3.22397C80.6663 6.67709 76.9363 9.92304 73.8969 13.3762C69.407 18.4868 67.1966 23.0449 66.8512 28.1555C66.7821 29.6059 65.8151 30.0893 65.1243 30.2965H64.779L60.8417 28.2937C56.0064 25.7384 50.9639 24.4262 45.8523 24.4262L45.7141 24.219ZM43.8491 86.4443C43.8491 86.4443 43.5728 86.4443 43.5037 86.4443C42.5367 86.3062 41.7077 85.6156 41.2242 84.6487C41.1551 84.4415 41.0861 84.2343 41.0861 84.0962C40.2572 78.1568 36.1817 76.154 30.3103 74.9799C30.1031 74.9799 29.8267 74.9799 29.6195 74.9109C29.3432 74.9109 29.0669 74.9109 28.7906 74.8418H28.4452C27.6163 74.6346 26.2348 74.4275 25.7513 72.9771C25.2678 71.5959 25.8895 70.3528 27.4782 69.2478C28.8597 68.3499 29.9649 67.2449 30.7938 66.0709C32.5898 63.5156 32.8661 61.0293 31.5536 58.474C31.4846 58.2668 31.3464 58.1287 31.2083 57.9215C30.932 57.5071 30.7247 57.0928 30.5866 56.6784C30.3793 56.1949 29.8958 54.7446 30.5866 53.7087C31.3464 52.6727 32.8661 52.6727 33.3496 52.6727C33.7641 52.6727 34.1094 52.7418 34.3167 52.8109C37.4251 53.2943 39.4973 52.0512 41.2933 48.8743C41.7077 48.1837 41.9841 47.424 42.3294 46.5953C42.6057 45.9737 42.813 45.3521 43.0893 44.7306C43.6419 43.5565 44.5398 42.8659 45.5069 42.7968C46.543 42.6587 47.441 43.2802 48.1318 44.3162C48.6153 45.0068 48.8916 45.7665 49.0988 46.5262C49.1679 46.8024 49.306 47.0787 49.3751 47.3549C51.5165 52.7418 54.8321 55.2971 59.8746 55.3662C61.8778 55.3662 62.7067 56.1949 63.0521 56.8856C63.3284 57.4381 63.6047 58.7503 62.2232 60.5459C61.9469 60.9603 61.6015 61.3056 61.2561 61.7199C60.9107 62.0653 60.5654 62.4796 60.2891 62.894C58.7003 65.173 58.6313 67.5903 60.0818 70.1456C60.2891 70.4909 60.4963 70.8362 60.7726 71.1124C61.0489 71.5268 61.3252 71.9412 61.6015 72.3556C62.3613 73.7368 62.1541 74.7728 61.8778 75.3253C61.6015 75.8778 60.9108 76.6374 59.3911 76.8446C58.7003 76.9137 58.0787 76.9827 57.3879 76.9827C56.9044 76.9827 56.4209 76.9828 55.9373 77.0518C52.0691 77.4662 49.237 79.4 47.3719 82.9912C47.2338 83.1984 47.1647 83.4746 47.0266 83.6818C46.7503 84.3034 46.4739 84.925 45.9213 85.5465C45.3687 86.2371 44.5398 86.6515 43.7109 86.6515L43.8491 86.4443ZM33.2805 54.5374C32.4516 54.5374 32.3135 54.6756 32.3135 54.6756C32.3135 54.6756 32.1754 54.9518 32.5207 55.7806C32.6589 56.1259 32.797 56.4021 33.0043 56.6784C33.1424 56.8856 33.2805 57.1618 33.4187 57.369C35.0765 60.6149 34.7311 63.9299 32.5207 67.1068C31.5537 68.4881 30.2412 69.7312 28.6525 70.8362C27.5473 71.5268 27.6854 71.9412 27.7545 72.2174C27.7545 72.4246 27.9617 72.4937 28.7906 72.6318H29.2051C29.2051 72.6318 29.6195 72.7699 29.8267 72.7699C30.103 72.7699 30.4485 72.7699 30.7248 72.9081C36.5962 74.0821 42.1222 76.2921 43.1583 83.6818C43.2965 84.0962 43.5728 84.3724 43.78 84.3724C44.0563 84.3724 44.3326 84.2343 44.4708 84.0271C44.7471 83.6818 45.0234 83.1984 45.2306 82.6459C45.3688 82.3696 45.5069 82.0934 45.576 81.8862C47.7864 77.6734 51.1711 75.3253 55.7301 74.8418C56.2827 74.8418 56.8353 74.7728 57.3879 74.7728C58.0096 74.7728 58.5622 74.7728 59.1148 74.6346C59.7365 74.5656 60.0128 74.3584 60.0818 74.2203C60.1509 74.0821 60.0818 73.7368 59.8055 73.1153C59.5983 72.77 59.3911 72.4246 59.1148 72.0793C58.8385 71.6649 58.5622 71.3196 58.2859 70.9053C56.4899 67.6593 56.6281 64.4134 58.6313 61.4437C58.9766 60.9602 59.3911 60.4768 59.8055 60.0624C60.0818 59.7171 60.3582 59.4409 60.6345 59.0956C61.2561 58.2668 61.2561 57.7834 61.187 57.6452C61.187 57.5071 60.7726 57.2999 59.8746 57.2309C54.0032 57.2309 49.9277 54.1231 47.5101 47.9074C47.372 47.6312 47.3029 47.3549 47.1647 47.0096C46.9575 46.3881 46.7502 45.7665 46.4049 45.2831C46.1286 44.9377 45.9214 44.7306 45.7141 44.7306C45.7141 44.7306 45.2306 44.9378 44.9543 45.4903C44.678 46.0428 44.4708 46.5953 44.2635 47.2168C43.9182 48.0456 43.5728 48.9434 43.0893 49.7721C40.8789 53.6396 37.9777 55.2971 34.1094 54.7446H33.8331C33.8331 54.7446 33.3496 54.6065 33.2115 54.6065L33.2805 54.5374ZM84.4655 47.6312C82.0478 47.6312 80.4591 46.7334 79.2157 44.6615C78.4559 43.4184 77.558 42.2443 76.66 40.9321C76.2455 40.3796 75.8311 39.8271 75.4166 39.2056L74.7949 38.3768L75.6238 37.7552C83.9129 31.5396 98.1424 28.0174 110.921 28.9152H111.543L111.819 29.5368C112.51 31.0562 111.681 32.2303 111.198 32.9209C111.129 33.059 110.99 33.1971 110.921 33.3352C104.843 42.7277 95.932 47.4931 84.5346 47.5621L84.4655 47.6312ZM77.6961 38.9293C77.6961 38.9293 78.1105 39.4818 78.3178 39.7581C79.2848 41.0702 80.1828 42.3134 81.0117 43.6256C81.8406 45.0068 82.8077 45.5593 84.4655 45.5593C95.3103 45.5593 103.323 41.1393 109.125 32.2302C109.125 32.2302 109.333 31.8849 109.471 31.7468C109.747 31.4015 109.885 31.1943 109.954 31.0562C98.3497 30.4346 85.5016 33.4734 77.6961 38.9293ZM72.9989 35.7524C72.3773 35.7524 71.7556 35.6143 71.203 35.269C69.9596 34.5784 69.0617 33.3352 68.7854 31.7468C68.3018 29.3987 68.509 26.8434 69.3379 24.0118C69.8905 22.009 70.8576 20.0752 72.1701 18.2106C75.8311 12.8237 80.8045 8.81805 85.7089 5.29587L86.745 4.53617L87.2285 5.71022C92.1329 17.658 84.5346 31.1943 74.4496 35.4071C73.966 35.6143 73.5516 35.6834 73.068 35.6834L72.9989 35.7524ZM85.7779 7.85117C81.4262 11.028 77.0744 14.6884 73.8279 19.4537C72.6536 21.1802 71.8246 22.9068 71.272 24.7024C70.5122 27.1887 70.3741 29.3987 70.7885 31.4015C70.9957 32.3684 71.4793 33.1281 72.1701 33.4734C72.5154 33.6805 72.999 33.8187 73.6206 33.5424C82.4623 29.8821 89.1626 18.3487 85.7089 7.78209L85.7779 7.85117Z' fill='%23F8AD8D' /%3E%3C/svg%3E");
}

.block-third-title::before {
	content:"";
	position:absolute;
	top:0;
	left:-80px;
	width:102px;
	height:93px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url("data:image/svg+xml,%3Csvg width='102' height='92' viewBox='0 0 102 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60.5785 64.9339C62.751 57.1668 67.4493 51.2786 74.4767 47.176C76.6298 45.915 78.8756 44.882 81.1133 43.7899C87.0939 40.9762 93.4048 38.7792 98.8534 34.7745C99.6294 34.1855 100.515 33.9427 101.342 34.6112C102.101 35.2289 101.658 36.0127 101.395 36.7716C99.8859 40.4728 99.559 44.3116 99.4206 48.1846C99.3102 50.4881 99.2681 52.8424 99.0376 55.1625C97.5341 69.0997 90.8069 79.363 77.3023 84.9027C74.9801 85.8258 72.7179 86.7407 70.3793 87.5456C64.705 89.4739 59.0745 91.2758 52.9667 91.3973C26.6237 91.7865 4.4911 72.5652 0.846974 50.1865C0.329556 46.8859 0.481354 43.5529 0.0240342 40.244C-0.0984628 39.3577 0.240565 38.7087 1.11753 38.4068C2.05459 38.0967 2.57325 38.7476 2.91981 39.4825C3.08083 39.7613 3.12987 40.1158 3.2308 40.403C4.55859 45.5787 8.06161 48.7678 12.8681 50.7531C15.3397 51.7965 17.9425 52.4604 20.5973 53.057C24.4429 53.8502 28.3405 54.5761 32.1779 55.3103C40.9153 56.9329 47.6408 61.724 52.9886 68.512C53.6601 69.3826 54.2716 70.2616 54.9431 71.1322C55.1835 71.099 55.3638 71.0741 55.596 70.9818C54.8202 65.3684 53.9843 59.7634 53.2768 54.2008C52.8632 50.7654 52.578 47.3724 51.7438 43.9952C51.0023 40.8459 49.3045 38.3106 46.8143 36.2461C43.4968 33.5131 39.6897 32.1124 35.3604 31.8075C32.5743 31.5903 32.5743 31.5904 31.587 34.1957C29.7273 38.9088 25.4813 41.4225 20.8848 40.0706C16.922 38.8721 13.9458 36.393 12.7731 32.3399C11.4231 27.8898 14.1679 22.9339 18.8095 21.5096C23.9756 19.8924 29.3639 22.0983 30.8259 26.4727C31.4233 28.1364 32.2068 28.9314 34.1626 28.902C39.7377 28.9143 44.752 30.6299 49.1454 34.0572C49.5549 34.3619 49.8852 34.9787 50.7621 34.6768C50.1006 29.8907 48.7862 25.255 46.3025 21.0218C45.743 20.0754 45.3393 18.9269 44.2879 18.4098C43.2966 17.8844 42.4056 18.9711 41.4359 19.0449C40.5263 19.1104 39.633 19.294 38.7315 19.4186C31.6867 19.8503 27.3622 15.1489 28.5592 8.29944C29.0686 5.33863 30.2363 2.70839 32.9576 1.12794C36.5834 -0.999017 42.1689 -0.0247106 45.8084 3.26593C49.2432 6.40422 49.9351 10.5238 47.5812 14.7632C46.9988 15.8674 46.7882 16.5588 47.6207 17.7083C50.9673 22.4244 52.6884 27.7867 53.5926 33.4426C53.6987 34.2107 53.5207 35.1386 54.5529 35.9594C56.7003 29.3399 61.7416 25.9334 67.8202 23.8287C69.9266 23.1161 71.2546 22.0895 71.6736 19.8035C72.1364 17.3911 73.6668 15.614 76.0492 14.6825C80.2374 13.08 85.3392 14.5427 87.7931 18.1176C90.7821 22.4617 90.5019 25.7521 86.837 29.8114C82.1008 34.9822 74.3465 33.8259 71.8093 27.4323C71.2445 26.005 70.671 25.8434 69.3214 26.2707C60.1229 29.2883 54.6887 37.3858 55.5665 46.839C56.0121 51.8356 56.4495 56.7731 57.0153 61.7531C57.3799 64.834 57.6242 67.9315 58.9311 71.1833C59.5386 68.9315 60.0066 67.0001 60.5347 65.0604L60.5785 64.9339Z' fill='%238DBF40' /%3E%3C/svg%3E");
}

.block-third-promo-list {
	padding-top:clamp(25px, 19.23px + 1.60vw, 50px);
	display:grid;
	grid-template-columns:repeat(auto-fill, minmax(397px, 1fr));
	gap:10px;
}

.block-third-promo-item {
	min-height:455px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.block-third-title-second {
	max-width:899px;
	font-weight: 800;
	font-size: clamp(25px, 19.23px + 1.60vw, 50px);
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	color: #f30745;
	margin:0 auto;
	padding:clamp(20px, 7.77px + 3.40vw, 73px) 0;
	position:relative;
}

.block-third-title-second::after {
	content:"";
	position:absolute;
	bottom:40px;
	left:20px;
	width:152px;
	height:23px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url("data:image/svg+xml,%3Csvg width='153' height='24' viewBox='0 0 153 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150.476 16.895C146.896 16.495 145.22 13.9233 143.627 11.1849C142.285 8.94449 141.027 6.62057 139.271 4.63164C137.263 2.31103 134.76 0.824601 131.599 1.0051C127.77 0.855784 125.116 2.86439 123.049 5.78556C121.23 8.45603 119.745 11.3746 117.926 14.0451C115.529 17.5501 113.034 17.8108 109.776 15.0798C108.857 14.2519 108.104 13.2569 107.35 12.2619C106.513 11.1008 105.759 9.93943 105.171 8.69407C100.05 -1.35011 89.3965 -1.80178 83.7019 8.78985C82.959 10.1243 82.1328 11.4592 81.1398 12.7116C78.8229 15.6339 76.4119 16.1439 72.9107 14.7451C70.8266 13.9224 69.3217 12.3484 68.2314 10.4397C67.309 8.863 66.5523 7.1192 65.5467 5.54292C61.2717 -1.4267 53.7804 -1.89248 48.8162 4.53596C47.2444 6.62294 46.0066 8.95804 44.7688 11.2931C43.6952 13.1283 42.7056 15.1294 41.0476 16.5512C38.2299 19.1429 35.7325 18.9045 33.7216 15.8351C32.6324 14.176 31.875 12.2658 30.8686 10.5231C29.8623 8.78044 29.022 6.95383 27.85 5.37829C24.1675 0.652393 18.1736 0.0967259 13.6143 4.0274C11.9564 5.44917 10.7163 7.28508 9.55952 9.12061C7.659 12.1242 5.75883 15.2111 1.68327 15.6453C0.435826 15.8172 -0.142188 16.8182 0.0298052 18.0654C0.118593 19.313 0.870472 19.9752 2.11977 20.2192C3.20265 20.464 4.28328 20.2096 5.28033 19.8723C8.27192 18.9438 10.2598 16.855 11.9965 14.4344C13.4022 12.4314 14.6407 10.2627 16.2968 8.42498C19.1123 5.33407 22.0258 5.57067 24.371 8.97135C25.2926 10.3816 26.0486 11.959 26.8042 13.4532C27.7273 15.1963 28.568 17.1061 29.6572 18.7652C33.4262 24.2395 39.4205 24.8784 44.31 20.3638C46.5479 18.3571 47.9509 15.7716 49.3541 13.1862C50.5101 11.1843 51.499 9.0167 52.9891 7.26288C55.8046 4.17198 58.7178 4.32539 60.9797 7.72644C62.0689 9.38555 62.9924 11.2118 63.9159 13.038C68.0286 20.9236 80.61 24.5282 86.718 13.3523C87.7909 11.3508 88.9466 9.26567 90.687 7.67713C93.1733 5.41967 95.6697 5.40854 98.0929 7.64409C99.597 9.05176 100.521 10.878 101.527 12.5375C102.952 14.9439 104.46 17.2667 106.632 19.0874C111.727 23.3078 117.632 22.6158 121.519 17.357C122.926 15.5203 123.998 13.4356 125.154 11.4337C129.614 3.84271 133.109 3.82712 137.803 11.3773C139.312 13.8665 140.655 16.5229 142.828 18.5931C144.666 20.3321 146.752 21.5708 149.415 21.5589C150.83 21.5526 151.909 21.1318 152.152 19.6331C152.396 18.2176 151.725 17.139 150.31 16.979L150.476 16.895Z' fill='%238DBF40' /%3E%3C/svg%3E");
}

.block-third-title-second::before {
	content:"";
	position:absolute;
	top:55px;
	right:-60px;
	width:43px;
	height:124px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='124' viewBox='0 0 44 124' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.0094 121.914C4.31631 119.085 6.42147 117.966 8.46097 116.712C10.3647 115.523 12.4681 114.539 14.1066 113.009C17.7917 109.685 18.1891 105.104 15.1373 101.287C14.0089 99.9231 12.6072 98.8255 11.2046 97.7954C9.86858 96.8336 8.53168 95.9392 7.33226 94.8443C3.60005 91.4904 3.9735 88.73 8.38695 86.4274C9.6094 85.769 10.8966 85.3138 12.1191 84.6554C13.3415 83.997 14.564 83.3386 15.5877 82.4078C19.4086 79.0182 19.208 73.7548 14.9985 70.7993C13.2615 69.5624 11.2486 68.794 9.44238 67.6912C5.16283 64.9371 5.02259 60.214 9.17433 57.3009C10.6035 56.308 12.1657 55.4517 13.5958 54.3914C19.5892 49.8838 19.5332 43.8803 13.3853 39.6179C11.6483 38.381 9.70459 37.4787 7.96757 36.2418C4.69225 34.0405 4.45268 31.7441 7.25509 28.8808C8.48553 27.6155 10.0478 26.7592 11.5426 25.902C13.0383 24.9775 14.6005 24.1212 15.8309 22.8559C17.402 21.3253 18.3707 19.4495 18.3361 16.9535C18.4975 14.9323 17.6468 12.9651 16.1847 11.3272C14.9223 9.89424 13.3849 8.86235 11.7801 7.82956C9.30585 6.24578 6.82985 4.79685 6.53705 1.42069C6.4155 0.407389 5.61177 -0.00782593 4.59956 0.046313C3.58645 0.16789 2.97255 0.699396 2.82441 1.70914C2.67805 2.58402 2.80137 3.46242 3.12784 4.27607C3.83758 6.71347 5.56928 8.35496 7.50679 9.72935C9.24381 10.9662 11.1175 12.07 12.7179 13.4399C15.1176 15.5623 15.0848 18.0574 12.6292 20.1834C11.8104 20.9145 10.792 21.4407 9.83924 22.1027C8.27435 23.1612 6.57726 24.0157 5.14456 25.2784C-0.44608 29.9261 -0.0512321 35.7992 6.03277 39.791C7.90463 41.0297 9.98231 42.0012 11.785 43.3738C14.7897 45.639 14.7569 48.1341 11.8933 50.5245C10.3257 51.7854 8.62602 52.8422 6.92629 53.899C-0.961132 58.8539 1.88314 68.1988 7.5759 71.1738C9.04944 71.9351 10.5239 72.629 11.8617 73.4559C14.9391 75.3174 15.0394 77.9491 12.1137 79.934C10.8886 80.7947 9.46561 81.3156 8.10742 82.0397C6.74923 82.7637 5.39283 83.3529 4.16771 84.2136C0.491474 86.8632 -0.235928 90.9004 2.07244 94.8426C2.99596 96.406 4.32934 97.5701 5.66449 98.5994C7.13271 99.7653 8.73753 100.798 10.1383 101.963C14.2733 105.457 14.1021 108.22 9.68069 111.13C8.52476 111.856 7.3023 112.515 6.14638 113.242C4.719 114.1 3.42557 115.027 2.26345 116.226C1.03212 117.558 0.202682 119.099 0.178753 120.919C0.1628 122.133 0.418308 123.216 1.83151 123.437C2.97591 123.587 3.86127 122.924 3.94376 121.778L4.0094 121.914Z' fill='%23ED6F30' /%3E%3Cpath d='M27.4676 122.425C27.8428 119.53 29.9506 118.208 32.1924 116.956C34.027 115.901 35.928 114.915 37.5648 113.52C39.4739 111.926 40.7141 109.919 40.6129 107.355C40.7885 104.255 39.1988 102.075 36.8611 100.359C34.7231 98.8467 32.3793 97.6018 30.2413 96.0899C27.4353 94.0971 27.2596 92.0714 29.5191 89.4707C30.2031 88.7378 31.0201 88.1415 31.8371 87.5452C32.7899 86.8833 33.7418 86.2888 34.7593 85.83C42.9715 81.8237 43.4894 73.1974 34.988 68.4319C33.9172 67.8108 32.8473 67.1223 31.8466 66.2998C29.5117 64.3806 29.1328 62.4196 30.3162 59.6024C31.0126 57.9254 32.3096 56.7284 33.8718 55.8722C35.1626 55.1472 36.5864 54.5589 37.8781 53.7665C43.5867 50.4018 44.071 44.338 38.9327 40.2237C37.264 38.9203 35.3895 37.884 33.5149 36.8476C32.0432 35.9515 30.4357 35.121 29.3072 33.7572C27.2473 31.437 27.4761 29.4166 29.992 27.831C31.352 26.972 32.9107 26.3855 34.3372 25.5949C35.7637 24.8043 37.2558 24.1494 38.5492 23.2222C42.4313 20.3056 42.9671 15.4565 39.847 11.7059C38.7185 10.3422 37.2485 9.31115 35.7776 8.34757C33.3708 6.76467 30.8966 5.18089 30.6029 1.87216C30.4814 0.858867 29.6785 0.376213 28.6654 0.49779C27.6532 0.551929 27.1058 1.15175 26.8903 2.16062C26.6765 3.03461 26.8672 3.9139 27.1263 4.72666C27.836 7.16406 29.5003 8.80465 31.4369 10.2465C33.04 11.4141 34.7797 12.4487 36.2452 13.8169C38.7097 16.1424 38.4764 18.5 35.6873 20.3518C34.5314 21.0785 33.2424 21.6686 32.0208 22.2596C30.5952 22.9827 29.0356 23.6367 27.6757 24.4956C23.1859 27.4717 22.5827 32.3199 26.1712 36.3464C27.7654 38.1884 29.8405 39.3623 31.9155 40.5361C33.5212 41.5015 35.2636 42.3338 36.6635 43.5662C39.1279 45.8918 38.9621 48.2502 36.1738 50.0346C34.8139 50.8935 33.3209 51.6158 31.8278 52.3381C25.3793 55.5582 22.2789 65.7019 31.2479 70.8108C32.8545 71.7087 34.5276 72.6749 35.79 74.1079C37.5838 76.1549 37.5572 78.1779 35.7111 80.1096C34.549 81.3083 33.056 82.0306 31.6969 82.8221C29.7266 83.9428 27.8228 85.1318 26.3165 86.8656C22.8239 90.934 23.3004 95.7289 27.5063 98.9542C28.9745 100.12 30.6486 101.019 32.2543 101.984C38.3418 105.706 38.3046 108.539 32.1196 112.234C30.081 113.422 27.9093 114.472 26.2007 116.203C24.7653 117.668 23.7318 119.341 23.7035 121.499C23.6884 122.645 24.014 123.526 25.2249 123.744C26.3685 123.962 27.252 123.434 27.4019 122.289L27.4676 122.425Z' fill='%23ED6F30' /%3E%3C/svg%3E");
}

.list-prizes-item__rzd {
	max-width:1094px;
	width:100%;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #fff;
	border-radius: clamp(49px, 39.77px + 2.56vw, 89px);
	margin:0 auto;
	padding:37px 0;
	position:relative;
}

.item-rzd-label {
	content:"";
	position:absolute;
	top:225px;
	right:0;
	width: 245px;
	height: 62px;
	background: #8dbf40;
	transform: rotate(90deg);
	border-radius: 17px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight: 500;
	font-size: clamp(16px, 15.08px + 0.26vw, 20px);
	text-transform: uppercase;
	color: #fff;
}

.item-rzd-title {
	max-width:834px;
	width:100%;
	margin:0 auto;
	font-weight: 500;
	font-size: clamp(20px, 17.23px + 0.77vw, 32px);
	line-height: 116%;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}

.item-rzd-title span {
	font-weight: 700;
}

.item-rzd-image {
	height:295px;
}

.item-rzd-image img {
	width:85%;
	height:100%;
	margin:0 auto;
	display:block;
	object-fit: contain;
}

/*
=============
*/

.list-prizes-item__red {
	max-width:1094px;
	width:100%;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #fff;
	border-radius: clamp(49px, 39.77px + 2.56vw, 89px);
	margin:0 auto;
	padding:29px 0px 19px 0px;
	display:flex;
	align-items:center;
	justify-content: space-around;
	position:relative;
}

.list-prizes-item__red-left {
	max-width:301px;
	width:100%;
	min-height:167px;
}

.list-prizes-item__red-left-text {
	font-weight: 600;
	font-size: clamp(20px, 17.69px + 0.64vw, 30px);
	text-transform: uppercase;
	color: #000;
	padding-top:20px;
}

.list-prizes-item__red-middle {
	max-width:293px;
	width:100%;
	min-height:62px;
	transform: rotate(-90deg);
	border: 1px solid #8dbf40;
	border-radius: 17px;
	position:absolute;
	top:160px;
	left:275px;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	color: #707070;
	display:flex;
	justify-content:center;
	align-items:center;
}

.list-prizes-item__red-right {
	max-width:554px;
	width:100%;
	min-height:320px;
}

.list-prizes-item__red-middle.prizes__rzd {
	left:470px;
}

/*
=============
=============
*/

.list-prizes-item__print {
	max-width:1094px;
	width:100%;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #fff;
	border-radius: clamp(49px, 39.77px + 2.56vw, 89px);
	margin:0 auto;
	padding:29px 0px 19px 0px;
	display:flex;
	align-items:center;
	justify-content: space-around;
	position:relative;
	overflow:hidden;
}

.list-prizes-item__print .list-prizes-item__red-middle {
	left:475px;
}

.list-prizes-item__print .list-prizes-item__red-right img {
	position:absolute;
	top:0;
	left:-35px;
}

.prizes-item__alloptok {
	padding:0;
	overflow:hidden;
}

.prizes-item__alloptok .list-prizes-item__red-right {
	position:relative;
	top:5px;
}

.list-prizes-item__red-left-text {
	width:90%;
}

.list-prizes {
	display:flex;
	flex-direction:column;
	gap:clamp(15px, 11.54px + 0.96vw, 30px);
}

.last-decor-site {
	width:100%;
	min-height:345px;
	background-image:url(/wp-content/uploads/2026/03/block_15.png);
	background-position:center;
}

@media (max-width: 768px) {
	.list-prizes-item__rzd {
		padding:37px 10px;
	}
	
	.item-rzd-label {
		transform:none;
		position:static;
		margin:auto;
	}
	
	.item-rzd-image {
		height:auto;
		padding:15px 0;
	}
	
	.list-prizes-item__red {
		flex-direction:column;
		gap:25px;
	}
	
	.list-prizes-item__red-right img {
		width:100%;
	}
	
	.list-prizes-item__red-middle {
		transform:none;
		position:static;		
	}
	
	.list-prizes-item__red-right {
		min-height:auto;
	}
	
	.list-prizes-item__rzd .list-prizes-item__red-left {
		order:1;
	}
	
	.list-prizes-item__rzd .list-prizes-item__red-middle {
		order:2;
	}
	
	.list-prizes-item__rzd .list-prizes-item__red-right {
		order:3;
	}
	
	.list-prizes-item__print {
		flex-direction:column;
		gap:30px;
	}
	
	.list-prizes-item__print .list-prizes-item__red-left {
		order:1;
	}
	
	.list-prizes-item__print .list-prizes-item__red-middle {
		order:2;
	}
	
	.list-prizes-item__print .list-prizes-item__red-right {
		order:3;
	}
	
	.list-prizes-item__print .list-prizes-item__red-right img {
		/* position:relative; */
		top:260px;
		left:-25px;
	}
	
	.list-prizes-item__print {
		min-height:500px;
		justify-content:normal;
	}
	
	.prizes-item__alloptok {
		padding:29px 0 0 0;
	}
	
	.block-third-title {
		font-size:25px;
	}
	
	.list-prizes-item__red-left-text {
		font-size:19px;
	}
	
	.net_print-open-promo-field-promokod {
		font-size:23px;
	}
	
	.rzd-open-promo-des span {
		font-size:15px;
		line-height:20px;
	}
	
	.form-list-right-link::after {
		display:none;
	}
	
	.form-list-right-link {
		font-size:21px;
	}
}