/* * {
	font-family: Arial, Helvetica, sans-serif;
} */
a {
	/* text-decoration: underline; */
	color: black;
}

p {
	/* font-family: Arial, Helvetica, sans-serif; */
}

a.name {
	text-decoration: none;
	font-size: 30px;
	margin-left: 15px;
	margin-top: 15px;
}

.container {
	background-color: white;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%),
		0px 2px 1px -1px rgb(0 0 0 / 12%);
	max-width: 600px;
	padding-bottom: 15px;
	margin: auto;
}

.box {
	max-width: 90%;
	margin: auto;
}

.tittle {
	color: #000000;
	font-size: 22px;
	/* font-family: Arial, Helvetica, sans-serif; */
	line-height: 1.23;
	font-weight: 700;
}

.text {
	color: #000000;
	font-size: 16px;
	line-height: 1.23;
	font-weight: 300;
	/* font-family: Arial, Helvetica, sans-serif; */
	margin-bottom: 25px;
}

ul {
	/* font-family: Arial, Helvetica, sans-serif; */
}

.footer__text {
	color: #000000;
	font-size: 13px;
	text-align: center;
	line-height: 1.23;
	font-weight: 300;
	opacity: 0.7;
}

.landing {
	display: flex;
	align-items: center;
}

.landing__logo {
	width: 50%;
}

.landing__logo_instruction {
	width: 45%;
}

.buttons {
	display: flex;
	justify-content: center;

}
.buttons-block{
	max-width: 248px;
}
.button {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	padding-left: 12px;
	padding-right: 12px;
	border: none;
	margin-bottom: 20px;

}

.button-text {
	color: white
}

.disabled {
	opacity: 0.7;
	color: black;
}

.telegram {
	background-color: #4faee6;
}

.vk {
	background-color: #597da3;
}

.else {
	background-color: #808080;
}

.button__text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* font-family: Arial, Helvetica, sans-serif; */
}

.button__text_instruction {
	display: flex;
	justify-content: center;
	align-items: center;
	/* font-family: Arial, Helvetica, sans-serif; */
	color: white;
}


.button__svg {
	margin-right: 10px;
}

.containerPolitic,
.containerMaterials {
	background-color: white;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%),
		0px 2px 1px -1px rgb(0 0 0 / 12%);
	max-width: 600px;
	padding: 20px;
	padding-bottom: 15px;
	margin: auto;
}

.img_vk {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.checkbox {
	margin: 5px 5px 0px 5px;
}

.chekboxtext {
	font-size: 15px;
	font-weight: bold;
}

.link:hover {
	color: blue;
}

ul {
	list-style-type: none;
}

ul {
	list-style-type: none;
}