

@font-face {
	font-family: "Raleway";
	src: url("../fonts/Raleway-Regular.ttf");
}

@font-face {
	font-family: "Raleway Bold";
	src: url("../fonts/Raleway-Bold.ttf");
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
	color: #e0e0e0;
}

html {
	height: 100%;
}

body {
	position: relative;
	background: #129d29;
	overflow-x: hidden;
	padding-bottom: 153px;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}

@media (max-width: 1200px) {
	body {
		padding-bottom: 94px;
	}
}

@media (max-width: 768px) {
	body {
		padding-bottom: 152px;
	}
}

a {
	text-decoration: none;
}

table {
	margin-bottom: 40px;
}

.header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #000;
	padding: 10px calc((100% - 1170px) / 2);
	z-index: 5;
}

@media (max-width: 1024px) {
	.header {
		flex-wrap: wrap;
	}
}

@media (max-width: 1200px) {
	.header {
		padding: 10px 20px;
	}
}

@media (max-width: 768px) {
	.header {
		flex-direction: column;
	}
}

.header__logo {
	min-width: 210px;
	width: 100%;
	max-height: 78px;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.header__logo {
		max-width: 100%;
	}
}

.header__menu {
	position: relative;
	width: 100%;
}

@media (max-width: 1024px) {
	.header__menu {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.header__menu {
		min-height: 50px;
	}
}

.header__menu ul {
	width: 100%;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

@media (max-width: 1024px) {
	.header__menu ul {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.header__menu ul {
		display: inline-flex;
		/* flex-direction: column; */
		align-items: center;
		/* padding-top: 50px; */
		padding-bottom: 20px;
		max-height: 0;
		transition: all 0.3s linear;
	}
}

.header__menu ul li {
	position: relative;
	margin: 0 10px 20px !important;
}

@media (max-width: 1024px) {
	.header__menu ul li {
		margin: 0 45px;
		height: 35px;
		line-height: 35px;
	}
}

@media (max-width: 768px) {
	.header__menu ul li {
		width: 50%;
		margin: 0 0 5px !important;
		text-align: center;
		height: auto;
	}
}

.header__menu ul li:first-child {
	margin-left: 0;
}

.header__menu ul li a,
.header__menu ul li span {
	font-size: 14px;
	background: #0091f6;
	padding: 10px 15px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
}

.header__menu ul li a:hover,
.header__menu ul li span:hover {
	color: #256000;
}

.header__menu ul li.current-menu-item span {
	color: #affc80;
}

#nav-icon {
	width: 30px;
	height: 25px;
	margin: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: none;
	position: absolute;
	z-index: 5;
	right: 11px;
	top: 15px;
}

@media (max-width: 768px) {
	#nav-icon {
		display: none;
	}
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0;
}

#nav-icon span:nth-child(2) {
	top: 9px;
}

#nav-icon span:nth-child(3) {
	top: 18px;
}

.container {
	padding: 40px calc((100% - 1170px) / 2) 100px;
}

@media (max-width: 1200px) {
	.container {
		padding: 1px 20px 100px;
	}
}

.front__content {
	margin-top: 40px;
	width: 100%;
	order: 3;
}

.front__content.top-text {
	margin-bottom: 30px;
	margin-top: 30px;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #191a1f;
	padding: 40px calc((100% - 1170px) / 2);
}

.footer .footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.footer .footer-wrap {
		flex-direction: column;
	}
}

@media (max-width: 1200px) {
	.footer {
		padding: 10px 20px;
	}
}

.footer__logo {
	max-width: 210px;
	min-width: 210px;
	width: 100%;
}

@media (max-width: 768px) {
	.footer__logo {
		margin: 0 auto 15px;
	}
}

.footer__logo img {
	width: 100%;
}

.text-enter>*:last-child {
	margin: 0;
}

.text-enter p {
	font-size: 18px;
	line-height: 32px;
	color: #434656;
	margin: 0 0 40px;
}
.text-enter ul {
	font-size: 18px;
	line-height: 25px;
	color: #434656;
	margin-left: 10px;
}
.text-enter ol {
	font-size: 18px;
	line-height: 25px;
	color: #434656;
	margin-left: 10px;
}
.text-enter h1 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 30px;
}

.text-enter h1 {
	margin-bottom: 20px;
	font-size: 36px;
}

@media (max-width: 768px) {
	.text-enter h1 {
		font-size: 34px;
	}
}

img {
	max-width: 100%;
	height: auto;
}

.footer-copy {
	margin-top: 10px;
	color: #fff;
	text-align: center;
}
.brand-table-container {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.brand-table {
	border-collapse: collapse;
	width: 100%;

}

.brand-table td {
	border: 3px solid #000000;
	padding: 8px;
	text-align: center;

}

.brand-logo {
	max-width: 70px; /* Вы можете изменить размер логотипа */
}

.brand-info {
	text-align: left;
}

.brand-button {
	background-color: #ff0000;
	color: rgb(255, 255, 255);
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.main {
	height: 100%;
	flex: 1 1 auto;
	padding: 50px 0;
}
.main .cards {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
	gap: 30px;
}
.main .cards .card {
	position: relative;
	border: 1px solid transparent;
	width: 50%;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 1rem 10px 1rem 27px;
	background: #ffff12;
	border: 3px solid #000000;
	border-radius: 1.2rem;
	display: flex;
	gap: 20px;
	animation: pulse-1 2s infinite;
	transition: transform 0.3s ease-in-out;
}
.main .cards .card::before {
	content: "";
	position: absolute;
	border-radius: 1.2rem;
	padding: 3px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	background: linear-gradient(98.86deg, #000000 0%, rgba(39, 41, 41, 0.2) 100%);
	z-index: 0;
}
.main .cards .card__checkbox {
	position: absolute;
	top: -0.5rem;
	left: -0.5rem;
	cursor: pointer;
	border-radius: 50%;
	background-color: #1b1f28;
}
.main .cards .card__checkbox .circle {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: transparent;
	box-shadow: -1px 1px 2px 0px rgba(13, 16, 22, 0.4) inset;
	position: relative;
}
.main .cards .card__checkbox .circle::before {
	content: "";
	position: absolute;
	border-radius: 0.25rem;
	padding: 1px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	background: linear-gradient(141.95deg, #01cfa6 25.7%, #007e65 100%);
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 50%;
	z-index: 0;
}
.main .cards .card__checkbox .circle.active {
	border-width: 0;
	background: #00cfa6;
	box-shadow: 1px 1px 2px 0px rgba(13, 16, 22, 0.4) inset;
}
.main .cards .card__checkbox .circle.active::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 0;
	height: 0;
	z-index: 1;
	padding: 0 !important;
}
.main .cards .card__checkbox .circle.active::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	z-index: 2;
	border: 2px solid #ffffff;
	background: linear-gradient(144.73deg, #e3e3e3 15.19%, #ffffff 56.91%);
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1803921569);
}
.main .cards .card__img {
	display: flex;
	justify-content: center;
	width: 130px;
	height: 95px;
	position: relative;
}
.main .cards .card__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: contain;
	object-fit: contain;
}
.main .cards .card__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.main .cards .card__text .title {
	font-size: 1.75rem;
	line-height: 2.0625rem;
	font-weight: 400;
	font-weight: 700;
	color: #0e0e0d;
}
.main .cards .card__text p {
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 400;
	color: #80858f;
}
.main .cards .card.active {
	position: relative;
	border: 3px solid transparent;
}
.main .cards .card.active::before {
	content: "";
	position: absolute;
	border-radius: 0.25rem;
	padding: 3px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	background: linear-gradient(
			98.86deg,
			#00cfa6 0%,
			rgba(0, 207, 166, 0.2) 100%
	);
	z-index: 0;
}
@media (max-width: 1199px) {
	.main .cards .card {
		width: 100%;
	}

}

