.coo_policy {
	margin: 100px auto;
}

.coo_policy .container {
	max-width: 970px;
}

.coo_policy p {
	line-height: 140%;
	margin-bottom: 20px;
}

.cookie_policy__update {
	display: flex;
	gap: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 40px;
}

.cookie_policy__update,
.cookie_policy__item {
	position: relative;
	padding: 0 0 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='2' viewBox='0 0 6 2' fill='none'%3E%3Cpath d='M0 1H6' stroke='%23335996' stroke-dasharray='1 6'/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-size: auto 2px;
	text-decoration: none;
}

.cookie_policy__item {
	margin-bottom: 40px;
}

.cookie_policy__title {
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
}

.cookie_policy__list_disc li {
	position: relative;
	padding-left: 24px;
	padding-bottom: 20px;
}

.cookie_policy__list_disc li::before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #121212;
	border-radius: 50%;
	left: 10px;
	top: 10px;
}

.cookie_policy__update strong,
.cookie_policy__list_disc li strong {
	font-weight: 600;
}

.terms {
	margin: 100px auto;
}

.terms .container {
	max-width: 970px;
}

.terms p {
	line-height: 140%;
	margin-bottom: 20px;
}

.terms a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #335996;
	margin-bottom: 10px;
}

.terms a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #335996;
	width: 100%;
	height: 1px;
	transition: 0.25s;
}

.terms a:hover:after {
	bottom: -3px;
	opacity: 0;
}

.terms__update {
	display: flex;
	gap: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin-top: 30px;
	margin-bottom: 40px;
}

.terms__update,
.terms__item {
	position: relative;
	padding: 0 0 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='2' viewBox='0 0 6 2' fill='none'%3E%3Cpath d='M0 1H6' stroke='%23335996' stroke-dasharray='1 6'/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-size: auto 2px;
	text-decoration: none;
}

.terms__item {
	margin-bottom: 40px;
}

.terms__title {
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
}

.terms__list_disc li {
	position: relative;
	padding-left: 24px;
	padding-bottom: 20px;
}

.terms__list_disc li::before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #121212;
	border-radius: 50%;
	left: 10px;
	top: 10px;
}

.terms__step,
.terms__update strong,
.terms__list_disc li strong {
	font-weight: 600;
}

.privacy_policy {
	margin: 100px auto;
}

.privacy_policy .container {
	max-width: 970px;
}

.privacy_policy p {
	position: relative;
	line-height: 140%;
	margin-bottom: 20px;
}

.privacy_policy .privacy_policy__subtitle {
	font-weight: 600;
	margin-bottom: 16px;
}

.privacy_policy a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #335996;
	margin-bottom: 10px;
}

.privacy_policy a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #335996;
	width: 100%;
	height: 1px;
	transition: 0.25s;
}

.privacy_policy a:hover:after {
	bottom: -3px;
	opacity: 0;
}

.privacy_policy__update {
	display: flex;
	gap: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.privacy_policy__update,
.privacy_policy__item {
	position: relative;
	padding: 0 0 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='2' viewBox='0 0 6 2' fill='none'%3E%3Cpath d='M0 1H6' stroke='%23335996' stroke-dasharray='1 6'/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-size: auto 2px;
	text-decoration: none;
}

.privacy_policy__update {
	padding: 0 0 40px;
}

.privacy_policy__item {
	padding: 0 0 30px;
}

.privacy_policy__item {
	margin-bottom: 30px;
}

.privacy_policy__title {
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
	cursor: pointer;
}

.privacy_policy__list_disc li {
	position: relative;
	padding-left: 24px;
	padding-bottom: 3px;
	line-height: 140%;
}

.privacy_policy__list_disc li::before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #121212;
	border-radius: 50%;
	left: 10px;
	top: 10px;
}

.privacy_policy__update strong,
.privacy_policy__list_disc li strong {
	font-weight: 600;
}

.privacy_policy__content_inner {
	display: none;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.privacy_policy__item.isActive .privacy_policy__content_inner {
	display: block;
}

.privacy_policy__title::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.25s;
	background-image: var(--plus);
	background-repeat: no-repeat;
	background-size: contain;
}

.privacy_policy__item.isActive .privacy_policy__title::after {
	background-image: var(--minus);
}
.privacy_policy__item:not(.isActive) .privacy_policy__title {
	margin-bottom: 0;
}

.privacy-policy-page thead tr {
	background-color: #f6f6f6;
}

.privacy-policy-page thead tr:after {
	display: none;
}

.privacy-policy-page table thead th,
.privacy-policy-page table td {
	padding: 20px;
	vertical-align: top;
}

.privacy-policy-page table td:first-child {
	font-weight: 600;
}

@media (max-width: 1200px) {
	.coo_policy,
	.terms,
	.privacy_policy {
		margin: 50px auto;
	}
}
