
ul.items-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	list-style: none;
	margin: 0;
	padding: 40px 20px;
	gap: 30px;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

ul.items-list > li {
	flex: 1 1 250px;
	min-width: 250px;
	max-width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
	padding: 20px;
	background: #fff;
	position: relative;
}

ul.items-list > li::before {
	content: '';
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #2196F3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	flex-shrink: 0;
}

ul.items-list > li:nth-child(1)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' d='M53.687 40.111a31.922 31.922 0 0 0-3.691-1.482c4.058-3.046 6.688-7.897 6.688-13.35 0-9.2-7.484-16.685-16.684-16.685-9.2 0-16.685 7.484-16.685 16.684 0 5.46 2.636 10.316 6.703 13.362a31.884 31.884 0 0 0-10.281 5.651c-5.61 4.615-9.511 11.052-10.984 18.126a7.45 7.45 0 0 0 1.517 6.245 7.407 7.407 0 0 0 5.77 2.744h30.217a2.454 2.454 0 1 0 0-4.907H16.04a2.493 2.493 0 0 1-1.963-.933 2.563 2.563 0 0 1-.52-2.15c2.546-12.23 13.334-21.164 25.793-21.466a16.923 16.923 0 0 0 1.307 0c3.818.09 7.49.961 10.924 2.594a2.454 2.454 0 0 0 2.106-4.432Zm-13.089-3.07a33.102 33.102 0 0 0-1.192 0c-6.22-.31-11.183-5.468-11.183-11.763 0-6.494 5.283-11.777 11.777-11.777 6.494 0 11.777 5.283 11.777 11.777 0 6.294-4.962 11.45-11.179 11.763Z'%3E%3C/path%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M73.082 48.734a2.703 2.703 0 0 1 .346 3.807L60.815 67.676a2.703 2.703 0 0 1-4.152 0l-9.01-10.81a2.703 2.703 0 0 1 4.153-3.461l6.933 8.32L69.275 49.08a2.703 2.703 0 0 1 3.807-.346Z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
}

ul.items-list > li:nth-child(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' d='M65 75H15a2.499 2.499 0 0 1-2.5-2.5v-65C12.5 6.118 13.618 5 15 5h33.748c.663 0 1.298.264 1.767.732l16.252 16.253c.47.468.733 1.104.733 1.768V72.5c0 1.382-1.118 2.5-2.5 2.5Zm-47.5-5h45V24.788L47.712 10H17.5v60Z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M30 35a2.496 2.496 0 0 1-1.768-.733l-5-5a2.5 2.5 0 1 1 3.536-3.535l2.961 2.962L35.501 21a2.496 2.496 0 0 1 3.498-.5 2.496 2.496 0 0 1 .5 3.498l-7.5 10a2.493 2.493 0 0 1-2 1ZM55 32.5H42.5A2.499 2.499 0 0 1 40 30c0-1.382 1.118-2.5 2.5-2.5H55c1.382 0 2.5 1.118 2.5 2.5s-1.118 2.5-2.5 2.5ZM30 50a2.496 2.496 0 0 1-1.768-.732l-5-5a2.5 2.5 0 1 1 3.536-3.536l2.961 2.962L35.501 36a2.498 2.498 0 0 1 3.498-.5 2.496 2.496 0 0 1 .5 3.498L32 49A2.492 2.492 0 0 1 30 50ZM55 47.5H42.5A2.499 2.499 0 0 1 40 45c0-1.382 1.118-2.5 2.5-2.5H55c1.382 0 2.5 1.118 2.5 2.5s-1.118 2.5-2.5 2.5ZM30 65a2.496 2.496 0 0 1-1.768-.733l-5-5a2.5 2.5 0 1 1 3.536-3.535l2.961 2.962L35.501 51a2.5 2.5 0 0 1 3.999 2.998l-7.5 10A2.492 2.492 0 0 1 30 65ZM55 62.5H42.5A2.499 2.499 0 0 1 40 60c0-1.382 1.118-2.5 2.5-2.5H55c1.382 0 2.5 1.118 2.5 2.5s-1.118 2.5-2.5 2.5Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
}

ul.items-list > li:nth-child(3)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' d='M66.163 13.837C59.175 6.849 49.883 3 40 3S20.826 6.849 13.837 13.837C6.849 20.826 3 30.117 3 40s3.849 19.175 10.837 26.163C20.826 73.151 30.117 77 40 77s19.175-3.849 26.163-10.837C73.151 59.175 77 49.883 77 40s-3.849-19.174-10.837-26.163Zm3.741 12.98h-6.37c-.927-3.187-3.84-5.535-7.305-5.607-1.993-5.177-4.752-9.515-8.16-12.875 5.638 1.427 10.808 4.348 15.028 8.568a32.652 32.652 0 0 1 6.807 9.913ZM72.664 40a32.82 32.82 0 0 1-1.207 8.848H58.878c.674-4.181.87-8.535.563-12.856a7.814 7.814 0 0 0 4.092-4.84h7.924A32.82 32.82 0 0 1 72.664 40Zm-58.317 8.848H8.543A32.82 32.82 0 0 1 7.336 40c0-3.034.412-6.004 1.207-8.848h12.583a56.116 56.116 0 0 0-.671 10.882 9.722 9.722 0 0 0-6.108 6.814Zm41.717-16.42a3.447 3.447 0 0 1-3.442-3.444 3.447 3.447 0 0 1 3.442-3.442 3.447 3.447 0 0 1 3.443 3.442 3.446 3.446 0 0 1-3.443 3.443Zm-7.468-5.612h-6.428V9.006c5.025 3.616 8.053 8.841 9.848 13.34a7.81 7.81 0 0 0-3.42 4.47ZM37.832 9.013v17.803H26.49a41.836 41.836 0 0 1 1.738-5.068c2.295-5.485 5.578-9.823 9.604-12.735Zm0 22.14v17.695h-4.668c-.954-3.917-4.295-6.91-8.389-7.34-.1-3.503.156-7 .745-10.356h12.312ZM23.756 45.79c2.949 0 5.348 2.4 5.348 5.349 0 2.949-2.399 5.348-5.348 5.348-2.95 0-5.349-2.399-5.349-5.348 0-2.95 2.4-5.349 5.349-5.349Zm9.465 7.394h4.611v17.83c-3.83-2.716-6.878-6.59-9.102-11.57a9.714 9.714 0 0 0 4.491-6.26Zm8.947 17.806V53.184h11.343a42.48 42.48 0 0 1-1.413 4.264c-2.306 5.872-5.703 10.488-9.93 13.542Zm0-22.142V31.152h6.427a7.796 7.796 0 0 0 6.548 5.555c.26 4.097.031 8.213-.66 12.14H42.169ZM16.903 16.903c4.225-4.225 9.403-7.149 15.049-8.573-3.155 3.113-5.769 7.072-7.724 11.744a46.76 46.76 0 0 0-2.217 6.742H10.096a32.65 32.65 0 0 1 6.807-9.913Zm-6.807 36.28h4.194c.942 4.362 4.827 7.64 9.466 7.64.279 0 .554-.014.827-.037 1.872 4.324 4.3 7.95 7.26 10.855-5.604-1.434-10.743-4.347-14.94-8.544a32.648 32.648 0 0 1-6.807-9.913Zm53.001 9.914c-4.223 4.223-9.4 7.147-15.044 8.572 3.353-3.309 6.091-7.57 8.081-12.636a47.309 47.309 0 0 0 1.86-5.85h11.91a32.65 32.65 0 0 1-6.807 9.914Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
}

ul.items-list > li:nth-child(4)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M40 70.27c16.718 0 30.27-13.552 30.27-30.27S56.718 9.73 40 9.73 9.73 23.282 9.73 40 23.282 70.27 40 70.27Zm0 5.406c19.703 0 35.676-15.973 35.676-35.676C75.676 20.297 59.703 4.324 40 4.324 20.297 4.324 4.324 20.297 4.324 40c0 19.703 15.973 35.676 35.676 35.676Z' clip-rule='evenodd'%3E%3C/path%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M53.52 28.113a2.703 2.703 0 0 1 .529 3.786l-14.693 19.46a2.703 2.703 0 0 1-4.08.27L25.104 41.327a2.703 2.703 0 0 1 3.846-3.798l7.976 8.077 12.809-16.964a2.703 2.703 0 0 1 3.785-.529Z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
}

ul.items-list > li:nth-child(5)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' d='M68.383 15.878 41.069 4.538a2.787 2.787 0 0 0-2.138 0l-27.314 11.34a2.787 2.787 0 0 0-1.719 2.574v13.786a46.676 46.676 0 0 0 29.049 43.231 2.788 2.788 0 0 0 2.106 0 46.676 46.676 0 0 0 29.048-43.231V18.452a2.787 2.787 0 0 0-1.718-2.574Zm-3.856 16.36c0 16.137-9.477 30.992-24.527 37.623-14.649-6.454-24.527-21.049-24.527-37.623V20.313L40 10.129l24.527 10.184v11.925Zm-27.608 9.395 11.98-11.98a2.787 2.787 0 1 1 3.941 3.942l-13.95 13.95a2.787 2.787 0 0 1-3.942 0l-7.789-7.79a2.787 2.787 0 1 1 3.942-3.94l5.818 5.818Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
}

ul.items-list > li:nth-child(6)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M42.189 8.737c8.394.864 14.964 7.977 14.964 16.596 0 5.46-2.636 10.316-6.703 13.361a31.884 31.884 0 0 1 10.281 5.652c5.61 4.615 9.512 11.052 10.984 18.126a7.45 7.45 0 0 1-1.516 6.245 7.407 7.407 0 0 1-5.77 2.744H34.212c-.178 0-.352-.019-.519-.055H16.04c-2.249 0-4.352-1-5.77-2.744a7.45 7.45 0 0 1-1.517-6.245c1.473-7.074 5.373-13.51 10.984-18.126a31.884 31.884 0 0 1 10.28-5.651c-4.066-3.046-6.702-7.902-6.702-13.362 0-9.2 7.485-16.684 16.685-16.684.742 0 1.472.048 2.189.143Zm10.144 36.026c7.295 3.588 12.845 10.385 14.578 18.709.16.764-.03 1.547-.52 2.149a2.493 2.493 0 0 1-1.962.933c-16.182 0-32.212-.055-48.39-.055a2.493 2.493 0 0 1-1.962-.933 2.563 2.563 0 0 1-.52-2.15c1.713-8.225 7.153-14.96 14.322-18.58 4.013-1.593 8.177-2.818 12.59-2.818.217 0 .434-.004.65-.013 4.003.097 7.53 1.238 11.214 2.758ZM40 37.035c.2 0 .4.002.598.006 6.218-.313 11.18-5.47 11.18-11.763 0-5.946-4.43-10.878-10.164-11.667a11.88 11.88 0 0 0-1.146-.055c-6.494 0-11.777 5.283-11.777 11.777 0 5.947 4.43 10.879 10.164 11.667.182.018.366.032.551.04.198-.003.396-.005.594-.005Z' clip-rule='evenodd'%3E%3C/path%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M63.45 4.865a2.703 2.703 0 1 0-5.405 0v3.552c-1.456.338-2.81.944-4.005 1.762a21.18 21.18 0 0 1 3.287 4.034A6.722 6.722 0 1 1 60.5 26.717a20.958 20.958 0 0 1-2.276 8.306 2.704 2.704 0 0 0 5.227-.969v-2.47a11.887 11.887 0 0 0 6.295-3.809l2.29 1.322a2.703 2.703 0 1 0 2.702-4.68l-2.476-1.43c.246-.955.378-1.956.378-2.987 0-1.369-.231-2.683-.657-3.907l2.755-1.59a2.703 2.703 0 0 0-2.702-4.682l-2.948 1.702a11.872 11.872 0 0 0-5.637-3.106V4.865Z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
}

ul.items-list > li:nth-child(7)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M22.264 24.514a1.998 1.998 0 0 0 1.81 1.154h9.723v3.435a2.001 2.001 0 0 0 4.004 0v-3.435h.92a1.996 1.996 0 0 0 1.998-2c0-1.105-.89-2-1.998-2h-.92V9.665a1.998 1.998 0 0 0-3.532-1.284L22.54 22.385a1.992 1.992 0 0 0-.277 2.13ZM73 39.874c0 8.81-3.431 17.103-9.663 23.334-6.231 6.231-14.524 9.665-23.337 9.665s-17.106-3.434-23.338-9.665C10.432 56.977 7 48.685 7 39.873a3 3 0 0 1 2.999-3 2.997 2.997 0 0 1 2.999 3c0 14.886 12.117 27 27.002 27 14.885 0 27.002-12.114 27.002-27 0-13.502-10.08-25.024-23.476-26.77a3.004 3.004 0 0 1-2.584-3.362 3.004 3.004 0 0 1 3.362-2.589 32.971 32.971 0 0 1 20.42 10.864A32.952 32.952 0 0 1 73 39.873ZM33.797 15.168v6.499H28.36l5.437-6.5ZM43.92 57.653a1.999 1.999 0 0 0 3.367 2.158L59.74 40.373a2.006 2.006 0 0 0 .07-2.039 2.007 2.007 0 0 0-1.756-1.04H46.686a1.996 1.996 0 0 0-1.998 2c0 1.105.89 2 1.998 2H54.4L43.92 57.654Zm10.472-36.752a2.006 2.006 0 0 1 0 2.83L24.911 53.213a2.002 2.002 0 0 1-2.83-2.829l29.482-29.483a2.002 2.002 0 0 1 2.83 0Zm-35.084-4.19c.507-1.853.19-3.25-.95-4.152-1.279-1.009-3.395-1.186-4.834-.405-1.09.594-1.574 1.62-1.433 3.049a2.003 2.003 0 0 1-3.986.384c-.289-3.043.985-5.575 3.509-6.945 2.824-1.54 6.704-1.211 9.227.78 2.406 1.906 3.255 4.947 2.33 8.343-.626 2.293-2.772 3.964-5.248 5.9-1.345 1.047-2.79 2.173-3.998 3.438h8.284a2 2 0 0 1 0 4H10.04a2.002 2.002 0 0 1-1.798-2.874c1.627-3.354 4.599-5.672 7.217-7.716 1.757-1.373 3.58-2.792 3.85-3.802Z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
}

ul.items-list > li:nth-child(8)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' d='m58.787 28.084-9.726 3.241-6.656-9.983c-1.142-1.712-3.665-1.717-4.81 0l-6.656 9.983-9.726-3.241c-2.1-.701-4.184 1.132-3.749 3.308 4.296 20.623 3.633 20.08 4.731 21.179 9.817 9.817 25.791 9.817 35.61 0 1.098-1.098.443-.597 4.73-21.178.433-2.165-1.634-4.014-3.748-3.31Zm-5.683 20.985c-7.394 6.781-18.815 6.781-26.208 0L24.11 35.143l7.095 2.365a2.89 2.89 0 0 0 3.319-1.139L40 28.156l5.475 8.213a2.89 2.89 0 0 0 3.32 1.139l7.094-2.365-2.785 13.926ZM40 3C19.551 3 3 19.548 3 40c0 20.449 16.548 37 37 37 20.449 0 37-16.548 37-37C77 19.551 60.452 3 40 3Zm0 68.219C22.746 71.219 8.781 57.256 8.781 40 8.781 22.746 22.744 8.781 40 8.781c17.254 0 31.219 13.963 31.219 31.219 0 17.254-13.963 31.219-31.219 31.219Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
}

ul.items-list > li strong,
ul.items-list > li b,
ul.items-list > li .item-title {
	font-weight: 600;
	font-size: 20px;
	color: #2C3E50;
	margin-bottom: 12px;
	margin-top: 0;
	line-height: 1.3;
	display: block;
	text-align: left;
	width: 100%;
}

ul.items-list > li {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
}

ul.items-list > li p,
ul.items-list > li span:not(.item-title) {
	text-align: left;
	width: 100%;
	margin-top: 0;
}

ul.items-list > li {
	white-space: normal;
	word-wrap: break-word;
}

@media (max-width: 768px) {
	ul.items-list {
		flex-direction: column;
		align-items: center;
		padding: 20px 15px;
	}

	ul.items-list > li {
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}
}

ul.list-trading,
ol.list-trading {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	list-style: none;
	margin: 0;
	padding: 40px 20px;
	gap: 30px;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}ul.list-trading > li,
ol.list-trading > li {
	flex: 1 1 300px;
	min-width: 280px;
	max-width: 350px;
    color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 40px 30px;
	background-color: #1e3b4a;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
}

ul.list-trading > li::before,
ol.list-trading > li::before {
	content: '';
    width: 100px;
    height: 100px;
	border-radius: 50%;
	background-color: #2196F3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	flex-shrink: 0;
	align-self: center;
}
ul.list-trading > li strong,
ol.list-trading > li strong {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

ul.list-trading > li:nth-child(1)::before,
ol.list-trading > li:nth-child(1)::before,
ul.list-trading > li._item-step-1::before,
ol.list-trading > li._item-step-1::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='74' height='74' viewBox='0 0 74 74'%3E%3Cpath fill='%23fff' d='M49.66 37.103a29.525 29.525 0 0 0-3.414-1.37c3.754-2.819 6.187-7.306 6.187-12.35 0-8.51-6.923-15.434-15.433-15.434s-15.433 6.924-15.433 15.433c0 5.05 2.438 9.542 6.2 12.36a29.494 29.494 0 0 0-9.51 5.227c-5.19 4.27-8.798 10.223-10.16 16.766a6.892 6.892 0 0 0 1.402 5.777 6.852 6.852 0 0 0 5.338 2.539h27.95a2.27 2.27 0 1 0 0-4.54h-27.95c-.97 0-1.554-.54-1.816-.863a2.372 2.372 0 0 1-.48-1.988c2.355-11.313 12.334-19.577 23.857-19.856a15.605 15.605 0 0 0 1.21 0c3.531.083 6.928.889 10.104 2.399a2.27 2.27 0 0 0 1.949-4.1Zm-12.106-2.84a30.9 30.9 0 0 0-1.103 0c-5.753-.287-10.345-5.058-10.345-10.88 0-6.008 4.887-10.895 10.894-10.895 6.007 0 10.894 4.887 10.894 10.894 0 5.822-4.59 10.591-10.34 10.88Z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M63.781 53H57.54v-6.24a2.27 2.27 0 1 0-4.54 0V53h-6.24a2.27 2.27 0 1 0 0 4.54H53v6.241a2.27 2.27 0 1 0 4.54 0V57.54h6.241a2.27 2.27 0 1 0 0-4.54Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 74px 74px;
}

ul.list-trading > li:nth-child(2)::before,
ol.list-trading > li:nth-child(2)::before,
ul.list-trading > li._item-step-2::before,
ol.list-trading > li._item-step-2::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='74' height='74' viewBox='0 0 74 74'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M67.834 38.203a2.313 2.313 0 0 1 2.312 2.312v5.735c0 5.837-1.68 10.386-4.979 13.45-3.268 3.035-7.77 4.28-12.75 4.28H26.208a2.313 2.313 0 0 1 0-4.626h26.209c4.27 0 7.476-1.068 9.603-3.043 2.097-1.947 3.501-5.106 3.501-10.061v-5.735a2.313 2.313 0 0 1 2.313-2.313ZM11.98 17.69c-2.096 1.946-3.5 5.105-3.5 10.06v19.425a2.312 2.312 0 1 1-4.626 0V27.75c0-5.837 1.68-10.386 4.979-13.45 3.268-3.035 7.771-4.28 12.75-4.28h30.834c4.98 0 9.483 1.245 12.75 4.28 3.3 3.064 4.98 7.613 4.98 13.45a2.313 2.313 0 0 1-4.626 0c0-4.955-1.404-8.114-3.5-10.06-2.128-1.976-5.334-3.044-9.604-3.044H21.584c-4.27 0-7.476 1.068-9.604 3.043Z' clip-rule='evenodd'%3E%3C/path%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M57.042 26.98a2.313 2.313 0 0 1 2.313 2.312v15.416a2.313 2.313 0 0 1-4.625 0V29.292a2.313 2.313 0 0 1 2.312-2.313ZM15.417 45.48A10.017 10.017 0 0 0 5.396 55.5c0 1.88.526 3.649 1.444 5.138l.02.031a9.927 9.927 0 0 0 8.557 4.852 9.928 9.928 0 0 0 8.557-4.851l.02-.032a9.776 9.776 0 0 0 1.444-5.138c0-5.537-4.484-10.02-10.021-10.02ZM.77 55.5c0-8.091 6.555-14.646 14.646-14.646 8.091 0 14.646 6.555 14.646 14.646 0 2.74-.766 5.343-2.123 7.55a14.552 14.552 0 0 1-12.523 7.096c-5.34 0-9.992-2.853-12.523-7.096A14.403 14.403 0 0 1 .77 55.5Z' clip-rule='evenodd'%3E%3C/path%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M8.51 55.438a2.312 2.312 0 0 1 2.313-2.312h9.188a2.312 2.312 0 1 1 0 4.625h-9.188a2.313 2.313 0 0 1-2.313-2.313Z' clip-rule='evenodd'%3E%3C/path%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.417 48.624a2.313 2.313 0 0 1 2.313 2.313v9.219a2.313 2.313 0 0 1-4.626 0v-9.22a2.313 2.313 0 0 1 2.313-2.312ZM36.928 32.086a4.842 4.842 0 1 0 0 9.684 4.842 4.842 0 0 0 0-9.684Zm-9.467 4.842a9.467 9.467 0 1 1 18.934 0 9.467 9.467 0 0 1-18.934 0Z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 74px 74px;
}

ul.list-trading > li:nth-child(3)::before,
ol.list-trading > li:nth-child(3)::before,
ul.list-trading > li._item-step-3::before,
ol.list-trading > li._item-step-3::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='74' height='74' viewBox='0 0 74 74'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.754 19.078a2.313 2.313 0 0 1 2.312 2.313v6.854a5.638 5.638 0 0 1 3.325 5.142v22.691a5.638 5.638 0 0 1-3.325 5.142v6.999a2.312 2.312 0 0 1-4.625 0V61.22a5.638 5.638 0 0 1-3.324-5.142V33.387a5.638 5.638 0 0 1 3.324-5.142V21.39a2.313 2.313 0 0 1 2.313-2.313Zm0 13.297c-.559 0-1.012.453-1.012 1.012v22.691a1.012 1.012 0 1 0 2.024 0V33.387c0-.559-.453-1.012-1.012-1.012ZM29.918 13.297a2.313 2.313 0 0 1 2.313 2.312v6.854a5.638 5.638 0 0 1 3.324 5.142v22.692a5.638 5.638 0 0 1-3.325 5.142v6.998a2.313 2.313 0 0 1-4.624 0V55.44a5.638 5.638 0 0 1-3.325-5.142V27.606a5.638 5.638 0 0 1 3.325-5.143V15.61a2.312 2.312 0 0 1 2.312-2.312Zm0 13.297c-.559 0-1.012.453-1.012 1.011v22.692a1.012 1.012 0 0 0 2.024 0V27.606c0-.56-.453-1.012-1.012-1.012ZM44.082 3.18a2.312 2.312 0 0 1 2.313 2.312v6.854a5.638 5.638 0 0 1 3.324 5.142V40.18a5.638 5.638 0 0 1-3.325 5.142v6.998a2.312 2.312 0 1 1-4.624 0v-6.998a5.638 5.638 0 0 1-3.325-5.142V17.488a5.638 5.638 0 0 1 3.325-5.142V5.492a2.313 2.313 0 0 1 2.312-2.312Zm0 13.297c-.559 0-1.012.453-1.012 1.011V40.18a1.012 1.012 0 0 0 2.024 0V17.488c0-.558-.453-1.011-1.012-1.011ZM58.246 11.852a2.312 2.312 0 0 1 2.313 2.312v6.854a5.638 5.638 0 0 1 3.324 5.142v22.692a5.638 5.638 0 0 1-3.324 5.142v6.998a2.313 2.313 0 0 1-4.625 0v-6.998a5.638 5.638 0 0 1-3.325-5.142V26.16a5.638 5.638 0 0 1 3.325-5.142v-6.854a2.312 2.312 0 0 1 2.312-2.312Zm0 13.296c-.559 0-1.012.453-1.012 1.012v22.692a1.012 1.012 0 1 0 2.024 0V26.16c0-.559-.453-1.012-1.012-1.012Z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 74px 74px;
}

ul.list-trading > li ._item-icon,
ol.list-trading > li ._item-icon {
	display: none;
}

ul.list-trading > li h3,
ul.list-trading > li .h5,
ol.list-trading > li h3,
ol.list-trading > li .h5 {
	font-weight: 700;
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 1.3;
	display: block;
	text-align: left;
	width: 100%;
}

ul.list-trading > li p,
ol.list-trading > li p {
	font-size: 15px;
	color: #ffffff;
	line-height: 1.7;
	margin: 0;
	text-align: left;
	width: 100%;
}

@media (max-width: 992px) {
	ul.list-trading,
	ol.list-trading {
		flex-direction: column;
		align-items: center;
		padding: 30px 15px;
		gap: 25px;
	}

	ul.list-trading > li,
	ol.list-trading > li {
		max-width: 100%;
		width: 100%;
		min-width: auto;
	}
}

@media (max-width: 768px) {
	ul.list-trading > li,
	ol.list-trading > li {
		padding: 30px 20px;
	}

	ul.list-trading > li h3,
	ul.list-trading > li .h5,
	ol.list-trading > li h3,
	ol.list-trading > li .h5 {
		font-size: 20px;
	}

	ul.list-trading > li p,
	ol.list-trading > li p {
		font-size: 14px;
	}
}

.content-vw img {
    border-radius: 12px;
    overflow: hidden;
}

.home-page-header {
    padding-bottom: 1%;
}

.logo {
    padding: 2% 0;
}

.footer-block {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.footer-block .widget {
    padding: 0 !important;
    margin: 0 !important;
}
.footer-block .widget p {
    margin-bottom: 5px !important;
}
.footer-block .widget p strong {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

form.wpcf7-form {
	background-color: #1A4D59;
	border-radius: 12px;
	padding: 40px;
	max-width: 600px;
	margin: 20px auto;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.wpcf7-spinner {
	position: absolute;
}

form.wpcf7-form label {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 8px;
	margin-top: 0;
}

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form input[type="url"],
form.wpcf7-form textarea {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 12px 15px;
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
	box-sizing: border-box;
	transition: border-color 0.3s ease;
}

form.wpcf7-form input[type="text"]:focus,
form.wpcf7-form input[type="email"]:focus,
form.wpcf7-form input[type="tel"]:focus,
form.wpcf7-form input[type="url"]:focus,
form.wpcf7-form textarea:focus {
	outline: none;
	border-color: #2196F3;
}

form.wpcf7-form input::placeholder,
form.wpcf7-form textarea::placeholder {
	color: #999;
	opacity: 1;
}

form.wpcf7-form textarea {
	min-height: 150px;
	resize: vertical;
	font-family: inherit;
}

form.wpcf7-form input[type="submit"],
form.wpcf7-form button[type="submit"] {
	width: 100%;
	background-color: #EAA72E;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin-top: 10px;
}

form.wpcf7-form input[type="submit"]:hover,
form.wpcf7-form button[type="submit"]:hover {
	background-color: #d4941f;
}

form.wpcf7-form input[type="submit"]:active,
form.wpcf7-form button[type="submit"]:active {
	background-color: #c0851a;
}

form.wpcf7-form span.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 0;
}

form.wpcf7-form .wpcf7-response-output {
	margin-top: 20px;
	padding: 15px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
}

form.wpcf7-form .wpcf7-mail-sent-ok {
	background-color: #4CAF50;
	border: 1px solid #4CAF50;
}

form.wpcf7-form .wpcf7-mail-sent-ng,
form.wpcf7-form .wpcf7-aborted {
	background-color: #f44336;
	border: 1px solid #f44336;
}

form.wpcf7-form .wpcf7-spam {
	background-color: #ff9800;
	border: 1px solid #ff9800;
}

form.wpcf7-form .wpcf7-validation-errors {
	background-color: #ff9800;
	border: 1px solid #ff9800;
}

form.wpcf7-form .wpcf7-not-valid-tip {
	color: #ffeb3b;
	font-size: 13px;
	margin-top: 5px;
	display: block;
}

form.wpcf7-form input.wpcf7-not-valid,
form.wpcf7-form textarea.wpcf7-not-valid {
	border-color: #f44336;
}

@media (max-width: 768px) {
	form.wpcf7-form {
		padding: 25px 20px;
		max-width: 100%;
	}

	form.wpcf7-form input[type="text"],
	form.wpcf7-form input[type="email"],
	form.wpcf7-form input[type="tel"],
	form.wpcf7-form input[type="url"],
	form.wpcf7-form textarea {
		font-size: 16px;
	}
}

footer #polylang-2 {
	margin-bottom: 20px !important;
}
#polylang-2 ul {
	display: flex;
	gap: 15px;
}
footer .widget_block strong {
	display: block;
	margin-bottom: 10px;
	font-size: 19px;
}

ul.desc {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 0 auto;
	padding: 40px 20px;
}

ul.desc > li {
	gap: 25px;
	border-radius: 12px;
	padding: 30px 30px 30px 150px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	min-height: 150px;
}

ul.desc > li::before {
	position: absolute;
	top: 30px;
	left: 30px;
	content: '';
	width: 94px;
	height: 94px;
	border-radius: 50%;
	background-color: #2196F3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 74px 74px;
}
ul.desc > li strong {
	display: block;
}

ul.desc > li:nth-child(1)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='74' height='74'%3E%3Cpath fill='%23fff' d='M49.66 37.103a29.525 29.525 0 00-3.414-1.37c3.754-2.819 6.187-7.306 6.187-12.35 0-8.51-6.923-15.434-15.433-15.434s-15.433 6.924-15.433 15.433c0 5.05 2.438 9.542 6.2 12.36a29.494 29.494 0 00-9.51 5.227c-5.19 4.27-8.798 10.223-10.16 16.766a6.892 6.892 0 001.402 5.777 6.852 6.852 0 005.338 2.539h27.95a2.27 2.27 0 100-4.54h-27.95c-.97 0-1.554-.54-1.816-.863a2.372 2.372 0 01-.48-1.988c2.355-11.313 12.334-19.577 23.857-19.856a15.605 15.605 0 001.21 0c3.531.083 6.928.889 10.104 2.399a2.27 2.27 0 001.949-4.1zm-12.106-2.84a30.9 30.9 0 00-1.103 0c-5.753-.287-10.345-5.058-10.345-10.88 0-6.008 4.887-10.895 10.894-10.895 6.007 0 10.894 4.887 10.894 10.894 0 5.822-4.59 10.591-10.34 10.88z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M63.781 53H57.54v-6.24a2.27 2.27 0 10-4.54 0V53h-6.24a2.27 2.27 0 100 4.54H53v6.241a2.27 2.27 0 104.54 0V57.54h6.241a2.27 2.27 0 100-4.54z'%3E%3C/path%3E%3C/svg%3E");
}

ul.desc > li:nth-child(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='74' height='74' viewBox='0 0 74 74'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M67.834 38.203a2.313 2.313 0 0 1 2.312 2.312v5.735c0 5.837-1.68 10.386-4.979 13.45-3.268 3.035-7.77 4.28-12.75 4.28H26.208a2.313 2.313 0 0 1 0-4.626h26.209c4.27 0 7.476-1.068 9.603-3.043 2.097-1.947 3.501-5.106 3.501-10.061v-5.735a2.313 2.313 0 0 1 2.313-2.313ZM11.98 17.69c-2.096 1.946-3.5 5.105-3.5 10.06v19.425a2.312 2.312 0 1 1-4.626 0V27.75c0-5.837 1.68-10.386 4.979-13.45 3.268-3.035 7.771-4.28 12.75-4.28h30.834c4.98 0 9.483 1.245 12.75 4.28 3.3 3.064 4.98 7.613 4.98 13.45a2.313 2.313 0 0 1-4.626 0c0-4.955-1.404-8.114-3.5-10.06-2.128-1.976-5.334-3.044-9.604-3.044H21.584c-4.27 0-7.476 1.068-9.604 3.043Z' clip-rule='evenodd'%3E%3C/path%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M57.042 26.98a2.313 2.313 0 0 1 2.313 2.312v15.416a2.313 2.313 0 0 1-4.625 0V29.292a2.313 2.313 0 0 1 2.312-2.313ZM15.417 45.48A10.017 10.017 0 0 0 5.396 55.5c0 1.88.526 3.649 1.444 5.138l.02.031a9.927 9.927 0 0 0 8.557 4.852 9.928 9.928 0 0 0 8.557-4.851l.02-.032a9.776 9.776 0 0 0 1.444-5.138c0-5.537-4.484-10.02-10.021-10.02ZM.77 55.5c0-8.091 6.555-14.646 14.646-14.646 8.091 0 14.646 6.555 14.646 14.646 0 2.74-.766 5.343-2.123 7.55a14.552 14.552 0 0 1-12.523 7.096c-5.34 0-9.992-2.853-12.523-7.096A14.403 14.403 0 0 1 .77 55.5Z' clip-rule='evenodd'%3E%3C/path%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M8.51 55.438a2.312 2.312 0 0 1 2.313-2.312h9.188a2.312 2.312 0 1 1 0 4.625h-9.188a2.313 2.313 0 0 1-2.313-2.313Z' clip-rule='evenodd'%3E%3C/path%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.417 48.624a2.313 2.313 0 0 1 2.313 2.313v9.219a2.313 2.313 0 0 1-4.626 0v-9.22a2.313 2.313 0 0 1 2.313-2.312ZM36.928 32.086a4.842 4.842 0 1 0 0 9.684 4.842 4.842 0 0 0 0-9.684Zm-9.467 4.842a9.467 9.467 0 1 1 18.934 0 9.467 9.467 0 0 1-18.934 0Z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
}

ul.desc > li:nth-child(3)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='74' height='74' viewBox='0 0 74 74'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.754 19.078a2.313 2.313 0 0 1 2.312 2.313v6.854a5.638 5.638 0 0 1 3.325 5.142v22.691a5.638 5.638 0 0 1-3.325 5.142v6.999a2.312 2.312 0 0 1-4.625 0V61.22a5.638 5.638 0 0 1-3.324-5.142V33.387a5.638 5.638 0 0 1 3.324-5.142V21.39a2.313 2.313 0 0 1 2.313-2.313Zm0 13.297c-.559 0-1.012.453-1.012 1.012v22.691a1.012 1.012 0 1 0 2.024 0V33.387c0-.559-.453-1.012-1.012-1.012ZM29.918 13.297a2.313 2.313 0 0 1 2.313 2.312v6.854a5.638 5.638 0 0 1 3.324 5.142v22.692a5.638 5.638 0 0 1-3.325 5.142v6.998a2.313 2.313 0 0 1-4.624 0V55.44a5.638 5.638 0 0 1-3.325-5.142V27.606a5.638 5.638 0 0 1 3.325-5.143V15.61a2.312 2.312 0 0 1 2.312-2.312Zm0 13.297c-.559 0-1.012.453-1.012 1.011v22.692a1.012 1.012 0 0 0 2.024 0V27.606c0-.56-.453-1.012-1.012-1.012ZM44.082 3.18a2.312 2.312 0 0 1 2.313 2.312v6.854a5.638 5.638 0 0 1 3.324 5.142V40.18a5.638 5.638 0 0 1-3.325 5.142v6.998a2.312 2.312 0 1 1-4.624 0v-6.998a5.638 5.638 0 0 1-3.325-5.142V17.488a5.638 5.638 0 0 1 3.325-5.142V5.492a2.313 2.313 0 0 1 2.312-2.312Zm0 13.297c-.559 0-1.012.453-1.012 1.011V40.18a1.012 1.012 0 0 0 2.024 0V17.488c0-.558-.453-1.011-1.012-1.011ZM58.246 11.852a2.312 2.312 0 0 1 2.313 2.312v6.854a5.638 5.638 0 0 1 3.324 5.142v22.692a5.638 5.638 0 0 1-3.324 5.142v6.998a2.313 2.313 0 0 1-4.625 0v-6.998a5.638 5.638 0 0 1-3.325-5.142V26.16a5.638 5.638 0 0 1 3.325-5.142v-6.854a2.312 2.312 0 0 1 2.312-2.312Zm0 13.296c-.559 0-1.012.453-1.012 1.012v22.692a1.012 1.012 0 1 0 2.024 0V26.16c0-.559-.453-1.012-1.012-1.012Z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
}

ul.desc > li:nth-child(4)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' d='M65 75H15a2.499 2.499 0 0 1-2.5-2.5v-65C12.5 6.118 13.618 5 15 5h33.748c.663 0 1.298.264 1.767.732l16.252 16.253c.47.468.733 1.104.733 1.768V72.5c0 1.382-1.118 2.5-2.5 2.5Zm-47.5-5h45V24.788L47.712 10H17.5v60Z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M30 35a2.496 2.496 0 0 1-1.768-.732l-5-5a2.5 2.5 0 1 1 3.536-3.536l2.961 2.962L35.501 21a2.496 2.496 0 0 1 3.498-.5 2.496 2.496 0 0 1 .5 3.498L32 34A2.492 2.492 0 0 1 30 35ZM55 32.5H42.5A2.499 2.499 0 0 1 40 30c0-1.382 1.118-2.5 2.5-2.5H55c1.382 0 2.5 1.118 2.5 2.5s-1.118 2.5-2.5 2.5ZM30 50a2.496 2.496 0 0 1-1.768-.732l-5-5a2.5 2.5 0 1 1 3.536-3.536l2.961 2.962L35.501 36a2.498 2.498 0 0 1 3.498-.5 2.496 2.496 0 0 1 .5 3.498L32 49A2.492 2.492 0 0 1 30 50ZM55 47.5H42.5A2.499 2.499 0 0 1 40 45c0-1.382 1.118-2.5 2.5-2.5H55c1.382 0 2.5 1.118 2.5 2.5s-1.118 2.5-2.5 2.5ZM30 65a2.496 2.496 0 0 1-1.768-.733l-5-5a2.5 2.5 0 1 1 3.536-3.535l2.961 2.962L35.501 51a2.5 2.5 0 0 1 3.999 2.998l-7.5 10A2.492 2.492 0 0 1 30 65ZM55 62.5H42.5A2.499 2.499 0 0 1 40 60c0-1.382 1.118-2.5 2.5-2.5H55c1.382 0 2.5 1.118 2.5 2.5s-1.118 2.5-2.5 2.5Z'%3E%3C/path%3E%3C/svg%3E");
}

ul.desc > li ._item-icon {
	display: none;
}

ul.desc > li h3 {
	font-weight: 700;
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 15px;
	margin-top: 0;
	line-height: 1.3;
	display: block;
	text-align: left;
	width: 100%;
}

ul.desc > li p {
	font-size: 15px;
	color: #ffffff;
	line-height: 1.7;
	margin: 0;
	text-align: left;
	width: 100%;
}

ul.desc > li p strong {
	font-weight: 700;
	color: #ffffff;
}

@media (max-width: 768px) {
	ul.desc {
		padding: 20px 15px;
		gap: 20px;
	}
	ul.desc > li::before {
		display: none;
	}
	ul.desc > li {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 25px 20px;
	}

	ul.desc > li::before {
		margin-bottom: 20px;
	}

	ul.desc > li h3,
	ul.desc > li p {
		text-align: center;
	}
}

ul.items_free {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 0;
	padding: 40px 20px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

ul.items_free > li {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
	position: relative;
}

ul.items_free > li::before {
	content: '';
	width: 95px;
    height: 95px;
	border-radius: 50%;
	background-color: #1170b0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px 80px;
}

ul.items_free > li:nth-child(1)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' d='M53.687 40.111a31.922 31.922 0 0 0-3.691-1.482c4.058-3.046 6.688-7.897 6.688-13.35 0-9.2-7.484-16.685-16.684-16.685-9.2 0-16.685 7.484-16.685 16.684 0 5.46 2.636 10.316 6.703 13.362a31.884 31.884 0 0 0-10.281 5.651c-5.61 4.615-9.511 11.052-10.984 18.126a7.45 7.45 0 0 0 1.517 6.245 7.407 7.407 0 0 0 5.77 2.744h30.217a2.454 2.454 0 1 0 0-4.907H16.04a2.493 2.493 0 0 1-1.963-.933 2.563 2.563 0 0 1-.52-2.15c2.546-12.23 13.334-21.164 25.793-21.466a16.923 16.923 0 0 0 1.307 0c3.818.09 7.49.961 10.924 2.594a2.454 2.454 0 0 0 2.106-4.432Zm-13.089-3.07a33.102 33.102 0 0 0-1.192 0c-6.22-.31-11.183-5.468-11.183-11.763 0-6.494 5.283-11.777 11.777-11.777 6.494 0 11.777 5.283 11.777 11.777 0 6.294-4.962 11.45-11.179 11.763Z'%3E%3C/path%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M73.082 48.735a2.703 2.703 0 0 1 .346 3.806L60.814 67.676a2.703 2.703 0 0 1-4.153 0l-9.009-10.81a2.703 2.703 0 1 1 4.153-3.461l6.933 8.32L69.275 49.08a2.703 2.703 0 0 1 3.806-.346Z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
}

ul.items_free > li:nth-child(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' d='m58.787 28.084-9.726 3.241-6.656-9.983c-1.142-1.712-3.665-1.717-4.81 0l-6.656 9.983-9.726-3.241c-2.1-.701-4.184 1.132-3.749 3.308 4.296 20.623 3.633 20.08 4.731 21.179 9.817 9.817 25.791 9.817 35.61 0 1.098-1.098.443-.597 4.73-21.178.433-2.165-1.634-4.014-3.748-3.31Zm-5.683 20.985c-7.394 6.781-18.815 6.781-26.208 0L24.11 35.143l7.095 2.365a2.89 2.89 0 0 0 3.319-1.139L40 28.156l5.475 8.213a2.89 2.89 0 0 0 3.32 1.139l7.094-2.365-2.785 13.926ZM40 3C19.551 3 3 19.548 3 40c0 20.449 16.548 37 37 37 20.449 0 37-16.548 37-37C77 19.551 60.452 3 40 3Zm0 68.219C22.746 71.219 8.781 57.256 8.781 40 8.781 22.746 22.744 8.781 40 8.781c17.254 0 31.219 13.963 31.219 31.219 0 17.254-13.963 31.219-31.219 31.219Z'%3E%3C/path%3E%3C/svg%3E");
}

ul.items_free > li:nth-child(3)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' d='M68.383 15.878 41.069 4.538a2.787 2.787 0 0 0-2.138 0l-27.314 11.34a2.787 2.787 0 0 0-1.719 2.574v13.786a46.676 46.676 0 0 0 29.049 43.231 2.788 2.788 0 0 0 2.106 0 46.676 46.676 0 0 0 29.048-43.231V18.452a2.787 2.787 0 0 0-1.718-2.574Zm-3.856 16.36c0 16.137-9.477 30.992-24.527 37.623-14.649-6.454-24.527-21.049-24.527-37.623V20.313L40 10.129l24.527 10.184v11.925Zm-27.608 9.395 11.98-11.98a2.787 2.787 0 1 1 3.941 3.942l-13.95 13.95a2.787 2.787 0 0 1-3.942 0l-7.789-7.79a2.787 2.787 0 1 1 3.942-3.94l5.818 5.818Z'%3E%3C/path%3E%3C/svg%3E");
}

ul.items_free > li:nth-child(4)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M42.189 8.737c8.394.864 14.964 7.977 14.964 16.596 0 5.46-2.636 10.316-6.703 13.361a31.884 31.884 0 0 1 10.281 5.652c5.61 4.615 9.512 11.052 10.984 18.126a7.45 7.45 0 0 1-1.516 6.245 7.407 7.407 0 0 1-5.77 2.744H34.212c-.178 0-.352-.019-.519-.055H16.04c-2.249 0-4.352-1-5.77-2.744a7.45 7.45 0 0 1-1.517-6.245c1.473-7.074 5.373-13.51 10.984-18.126a31.884 31.884 0 0 1 10.28-5.651c-4.066-3.046-6.702-7.902-6.702-13.362 0-9.2 7.485-16.684 16.685-16.684.742 0 1.472.048 2.189.143Zm10.144 36.026c7.295 3.588 12.845 10.385 14.578 18.709.16.764-.03 1.547-.52 2.149a2.493 2.493 0 0 1-1.962.933c-16.182 0-32.212-.055-48.39-.055a2.493 2.493 0 0 1-1.962-.933 2.563 2.563 0 0 1-.52-2.15c1.713-8.225 7.153-14.96 14.322-18.58 4.013-1.593 8.177-2.818 12.59-2.818.217 0 .434-.004.65-.013 4.003.097 7.53 1.238 11.214 2.758ZM40 37.035c.2 0 .4.002.598.006 6.218-.313 11.18-5.47 11.18-11.763 0-5.946-4.43-10.878-10.164-11.667a11.88 11.88 0 0 0-1.146-.055c-6.494 0-11.777 5.283-11.777 11.777 0 5.947 4.43 10.879 10.164 11.667.182.018.366.032.551.04.198-.003.396-.005.594-.005Z' clip-rule='evenodd'%3E%3C/path%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M63.45 4.865a2.703 2.703 0 1 0-5.405 0v3.552c-1.456.338-2.81.944-4.005 1.762a21.18 21.18 0 0 1 3.287 4.034A6.722 6.722 0 1 1 60.5 26.717a20.958 20.958 0 0 1-2.276 8.306 2.704 2.704 0 0 0 5.227-.969v-2.47a11.887 11.887 0 0 0 6.295-3.809l2.29 1.322a2.703 2.703 0 1 0 2.702-4.68l-2.476-1.43c.246-.955.378-1.956.378-2.987 0-1.369-.231-2.683-.657-3.907l2.755-1.59a2.703 2.703 0 0 0-2.702-4.682l-2.948 1.702a11.872 11.872 0 0 0-5.637-3.106V4.865Z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
}

ul.items_free > li:nth-child(5)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' d='M66.163 13.837C59.175 6.849 49.883 3 40 3S20.826 6.849 13.837 13.837C6.849 20.826 3 30.117 3 40s3.849 19.175 10.837 26.163C20.826 73.151 30.117 77 40 77s19.175-3.849 26.163-10.837C73.151 59.175 77 49.883 77 40s-3.849-19.174-10.837-26.163Zm3.741 12.98h-6.37c-.927-3.187-3.84-5.535-7.305-5.607-1.993-5.177-4.752-9.515-8.16-12.875 5.638 1.427 10.808 4.348 15.028 8.568a32.652 32.652 0 0 1 6.807 9.913ZM72.664 40a32.82 32.82 0 0 1-1.207 8.848H58.878c.674-4.181.87-8.535.563-12.856a7.814 7.814 0 0 0 4.092-4.84h7.924A32.82 32.82 0 0 1 72.664 40Zm-58.317 8.848H8.543A32.82 32.82 0 0 1 7.336 40c0-3.034.412-6.004 1.207-8.848h12.583a56.116 56.116 0 0 0-.671 10.882 9.722 9.722 0 0 0-6.108 6.814Zm41.717-16.42a3.447 3.447 0 0 1-3.442-3.444 3.447 3.447 0 0 1 3.442-3.442 3.447 3.447 0 0 1 3.443 3.442 3.446 3.446 0 0 1-3.443 3.443Zm-7.468-5.612h-6.428V9.006c5.025 3.616 8.053 8.841 9.848 13.34a7.81 7.81 0 0 0-3.42 4.47ZM37.832 9.013v17.803H26.49a41.836 41.836 0 0 1 1.738-5.068c2.295-5.485 5.578-9.823 9.604-12.735Zm0 22.14v17.695h-4.668c-.954-3.917-4.295-6.91-8.389-7.34-.1-3.503.156-7 .745-10.356h12.312ZM23.756 45.79c2.949 0 5.348 2.4 5.348 5.349 0 2.949-2.399 5.348-5.348 5.348-2.95 0-5.349-2.399-5.349-5.348 0-2.95 2.4-5.349 5.349-5.349Zm9.465 7.394h4.611v17.83c-3.83-2.716-6.878-6.59-9.102-11.57a9.714 9.714 0 0 0 4.491-6.26Zm8.947 17.806V53.184h11.343a42.48 42.48 0 0 1-1.413 4.264c-2.306 5.872-5.703 10.488-9.93 13.542Zm0-22.142V31.152h6.427a7.796 7.796 0 0 0 6.548 5.555c.26 4.097.031 8.213-.66 12.14H42.169ZM16.903 16.903c4.225-4.225 9.403-7.149 15.049-8.573-3.155 3.113-5.769 7.072-7.724 11.744a46.76 46.76 0 0 0-2.217 6.742H10.096a32.65 32.65 0 0 1 6.807-9.913Zm-6.807 36.28h4.194c.942 4.362 4.827 7.64 9.466 7.64.279 0 .554-.014.827-.037 1.872 4.324 4.3 7.95 7.26 10.855-5.604-1.434-10.743-4.347-14.94-8.544a32.648 32.648 0 0 1-6.807-9.913Zm53.001 9.914c-4.223 4.223-9.4 7.147-15.044 8.572 3.353-3.309 6.091-7.57 8.081-12.636a47.309 47.309 0 0 0 1.86-5.85h11.91a32.65 32.65 0 0 1-6.807 9.914Z'%3E%3C/path%3E%3C/svg%3E");
}

ul.items_free > li:nth-child(6)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath fill='%23fff' d='M65 75H15a2.499 2.499 0 0 1-2.5-2.5v-65C12.5 6.118 13.618 5 15 5h33.748c.663 0 1.298.264 1.767.732l16.252 16.253c.47.468.733 1.104.733 1.768V72.5c0 1.382-1.118 2.5-2.5 2.5Zm-47.5-5h45V24.788L47.712 10H17.5v60Z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M30 35a2.496 2.496 0 0 1-1.768-.732l-5-5a2.5 2.5 0 1 1 3.536-3.536l2.961 2.962L35.501 21a2.496 2.496 0 0 1 3.498-.5 2.496 2.496 0 0 1 .5 3.498L32 34A2.492 2.492 0 0 1 30 35ZM55 32.5H42.5A2.499 2.499 0 0 1 40 30c0-1.382 1.118-2.5 2.5-2.5H55c1.382 0 2.5 1.118 2.5 2.5s-1.118 2.5-2.5 2.5ZM30 50a2.496 2.496 0 0 1-1.768-.732l-5-5a2.5 2.5 0 1 1 3.536-3.536l2.961 2.962L35.501 36a2.498 2.498 0 0 1 3.498-.5 2.496 2.496 0 0 1 .5 3.498L32 49A2.492 2.492 0 0 1 30 50ZM55 47.5H42.5A2.499 2.499 0 0 1 40 45c0-1.382 1.118-2.5 2.5-2.5H55c1.382 0 2.5 1.118 2.5 2.5s-1.118 2.5-2.5 2.5ZM30 65a2.496 2.496 0 0 1-1.768-.733l-5-5a2.5 2.5 0 1 1 3.536-3.535l2.961 2.962L35.501 51a2.5 2.5 0 0 1 3.999 2.998l-7.5 10A2.492 2.492 0 0 1 30 65ZM55 62.5H42.5A2.499 2.499 0 0 1 40 60c0-1.382 1.118-2.5 2.5-2.5H55c1.382 0 2.5 1.118 2.5 2.5s-1.118 2.5-2.5 2.5Z'%3E%3C/path%3E%3C/svg%3E");
}

ul.items_free > li ._item-icon {
	display: none;
}

ul.items_free > li strong {
	font-weight: 700;
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 0;
	line-height: 1.3;
	display: block;
	text-align: center;
	width: 100%;
}

ul.items_free > li p {
	font-size: 15px;
	color: #333;
	line-height: 1.7;
	margin: 0;
	text-align: left;
	width: 100%;
}

ul.items_free > li p strong {
	font-weight: 700;
	color: #333;
}

ul.items_free > li {
	font-size: 15px;
	color: #333;
	line-height: 1.7;
	text-align: left;
}

@media (max-width: 992px) {
	ul.items_free {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
		padding: 30px 15px;
	}
}

@media (max-width: 768px) {
	ul.items_free {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px 15px;
	}

	ul.items_free > li {
		padding: 15px;
	}

	ul.items_free > li strong {
		font-size: 18px;
	}

	ul.items_free > li p,
	ul.items_free > li {
		font-size: 14px;
	}
}