.text-main {
	padding: 40px 0;
}
.text-main p, .text-main li {
	color: rgba(51, 51, 51, 0.6);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.text-main h2, .text-main h3, .text-main h4 {
	margin-bottom: 24px;
}
.text-main  h2 { 
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
}
.text-main ul, .text-main  ol {
	padding-left: 20px;
}
.text-main ul ul, .text-main  ol ul, .text-main ul ol, .text-main  ol ol{
	padding-left: 0px;
}
.text-main  h3 { 
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
}
.text-main a {
	display: inline-block;
}
.text-main  h1 {
	margin-bottom: 40px;
	 font-size: 34px;
    font-style: normal;
    font-weight: 600;
}
.text-main li {
	display: list-item;
}
.text-main td {
	color: rgba(51, 51, 51, 0.6);
	line-height: 24px;
}
.text-main table {
	margin-bottom: 30px;
}
.text-main td strong {
	color: rgba(51, 51, 51, 1);
}
body {
    background: #F6F7F8;
}
.menu-local__label input {
    -webkit-appearance: auto;
}