	*{
		padding: 0;
		margin:0;
	}
	body {
		font-family: sans-serif;
		font-size: 24px;
		line-height: 1.5;
		padding-top: 40px;
		/*background-color: pink; */
		background: linear-gradient(-45deg, pink, pink, pink, #23d5ab);
		background-size: 400% 400%;
		animation: gradient 15s ease infinite;
		max-width: 100vw;
	}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

	p {
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	}
	ul {
		max-width: 800px;
		margin-left: 40px;
	}
	li {
		margin-bottom: 30px; 
	}
	a {
		color: #000;
		text-decoration: underline;
	}

	.green {
		/*background-color: #D4EADA;*/
		background-color: #63eacd;
	}

	.blue {
		/*background-color: #D4EADA;*/
		/*background-color: #108FE4;*/
		background-color: blue;
		color: white;
	}
	.new {
				display: inline-block;
				background-color: greenyellow;
				/*color: green;*/
				/*font-size: 16px;*/
				transform: rotate(-15deg);
				/*font-weight: bold;*/
				border-radius: 12px;
				padding: 3px 11px;
	}
	.rev {
		transform: rotate(-65deg);
	}
	a .blue {
		color: white !important;
	}

	a:visited {
		color: #000;
	}
	a:hover {
		text-decoration: none;
	}
	.txt {
		margin-bottom: 30px;
		margin-left: 30px;
		max-width: 720px;
	}
	.promo {
		width: 100%;
		height: 100px;
		background-color: yellow;
		color:#000;
		font-size: 40px;
		line-height: 100px;
		text-align: center;
		position: fixed;
		bottom: 0;
	}
	.contacts {
		/*margin-bottom: 200px;*/
	}

	.charity {
		max-width: 800px;
		margin-top: 50px;
		margin-bottom: 30px;
		margin-left: 30px;
		font-size: 13px;
		line-height: 1.2;
		opacity: .4;

	}
	@media (max-width: 768px) {
		ul {
			margin-left: 0px;
			padding-right: 40px;
		}
		.txt {
			margin-bottom: 30px;
			margin-left: 10px;
		}
		body {
			font-family: sans-serif;
			font-size: 24px;
			line-height: 1.5;
			padding-top: 40px;
			padding-left: 10px;
			padding-right: 10px;
		}
			.contacts {
		/*margin-bottom: 200px;*/
	}

	.promo {
		width: 100%;
		height: 40px;
		background-color: yellow;
		color:#000;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		position: fixed;
		bottom: 0;
	}
	}