.hidden {
	display: none;
}
label.error,
label.error .checkbox__checkmark {
	border-color: red;
}
.mailing-form__wrapper {
	position: relative;
}
.mailing-form__wrapper #msg {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	font-size: 14px;
	color: #4DAD33;
}
.mailing-form__wrapper #msg.error {
	color: red;
}
.social-link svg {
	width: 25px;
	height: 25px;
}
.card-tag svg {
	color: #4DAD33;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	transform: translateY(10%);
}
@media screen and (max-width: 767px) {
	.card-tag svg {
		width: 12px;
		height: 12px;
	}
}
#vk_share_button a {
	width: 45px;
	height: 45px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-color: var(--color-dark);
	color: var(--color-white);
	border-radius: 15px;
	transition: 0.3s background-color;
}
#vk_share_button a > span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-link--tg:hover {
	background-color: #3390EC;
}
#vk_share_button a:hover {
	background-color: #0077FF;
}
.tooltipped {
	position:relative
}
.tooltipped:after {
	position:absolute;
	z-index:1000000;
	display:none;
	padding:5px 8px;
	font:normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-wrap:break-word;
	white-space:pre;
	pointer-events:none;
	content:attr(aria-label);
	background:rgba(0,0,0,0.8);
	border-radius:3px;
	-webkit-font-smoothing:subpixel-antialiased
}
.tooltipped:before {
	position:absolute;
	z-index:1000001;
	display:none;
	width:0;
	height:0;
	color:rgba(0,0,0,0.8);
	pointer-events:none;
	content:"";
	border:5px solid transparent
}
.tooltipped:hover:before,
.tooltipped:hover:after,
.tooltipped:active:before,
.tooltipped:active:after,
.tooltipped:focus:before,
.tooltipped:focus:after {
	display:inline-block;
	text-decoration:none
}
.tooltipped-s:after {
	top:100%;
	right:50%;
	margin-top:5px
}
.tooltipped-s:before {
	top:auto;
	right:50%;
	bottom:-5px;
	margin-right:-5px;
	border-bottom-color:rgba(0,0,0,0.8)
}
.tooltipped-s:after {
	-webkit-transform:translateX(50%);
	-ms-transform:translateX(50%);
	transform:translateX(50%)
}

.article-block .card,
.article-block .mailing {
	margin-top: 30px;
}
.article-content__anchor {
	display: block;
	height: 10px;
}
.article-table table {
	border-radius: 25px;
	background-color: #F0F2F3;
	white-space: nowrap;
	overflow: hidden;
}
.article-table table td {
	padding: 20px;
	border-bottom: 1px solid #C8CECF;
	border-right: 1px solid #C8CECF;
	font-size: 18px;
}
.article-table table td:last-child {
	border-right: none;
}
.article-table table tr:last-child td {
	border-bottom: none;
}
.article-table table tr:first-child td,
.article-table table th td {
	background-color: #687173;
	font-weight: 600;
	color: var(--color-white);
}
@media screen and (max-width: 767px) {
	.article-block .card,
	.article-block .mailing {
		margin-top: 30px;
	}
	.article-content__anchor {
		height: 0;
		margin: -15px 0 0;
	}
	.article-table table td {
		padding: 15px 20px;
		font-size: 16px;
	}
}