.Button_button__PjVhE {
	display: inline-block;
	vertical-align: middle;
	font: var(--interactive-text-mobile);
	line-height: 36px;
	text-align: center;
	border: none;
	cursor: pointer;
	padding: 12px 60px;
	border-radius: 8px;
	min-width: 312px;
	min-height: 60px;
}
.Button_button__PjVhE:hover {
	background-color: var(--hover-button);
}
.Button_button__PjVhE:active {
	transform: translateY(1px);
}
.Button_button__PjVhE:disabled {
	color: var(--dark-yellow-color);
	background-color: var(--dark-brown-color);
}
.Button_buttonFirstTest__QHYWD {
	color: var(--light-orange-color);
	background-color: var(--middle-brown-color-1);
}
.Button_buttonSecondTest__trHIs {
	color: var(--white-color);
	background-color: var(--middle-brown-color-2);
}
.Button_buttonCancel__KEQjS {
	color: var(--dark-yellow-color);
	background-color: var(--dark-brown-color);
}
.Button_buttonReport__sFOHm {
	color: var(--light-orange-color);
	background-color: var(--light-brown-color);
}
.Button_hideButtonContent__DOU0D {
	color: transparent;
}
.Button_preloader__hFzy3 {
	display: block;
	background-image: url('');
	background-position: 50%;
	background-repeat: no-repeat;
}
@media (min-width: 768px) {
	.Button_button__PjVhE {
		font: var(--interactive-text-tablet);
		line-height: 36px;
		padding: 12px 82px;
	}
}
@media (min-width: 1200px) {
	.Button_button__PjVhE {
		font: var(--interactive-text);
		padding: 20px 60px;
		border-radius: 16px;
		min-width: 280px;
		min-height: 80px;
	}
}
@media (max-width: 360px) {
	.Button_button__PjVhE {
		min-width: 200px;
	}
}
.GetReport_getReportHeading__ik5J4 {
	font: var(--headers-text-mobile);
	color: var(--white-color);
	font-size: 32px;
	line-height: 40px;
}

.pulse-img {
	animation: pulse 2s infinite ease-in-out;
}



@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

.GetReport_reportList__qthOr {
	list-style: none;
	margin: 48px 0 40px;
	padding: 0;
}
.GetReport_reportItem__GA6EU {
	display: flex;
	-moz-column-gap: 20px;
	column-gap: 20px;
	align-items: center;
	margin-bottom: 24px;
}
.GetReport_reportItem__GA6EU img {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	cursor: pointer;
}
.GetReport_reportItem__GA6EU p {
	font: var(--descriptions-text-tablet);
	color: var(--light-yellow-color);
	margin: 0;
}
.GetReport_reportForm__gZzYj {
	font: var(--descriptions-text);
	text-align: center;
}
.GetReport_reportForm__gZzYj button[type='submit'] {
	padding: 12px 34px;
	margin: 40px 0;
}
.GetReport_fieldWrapper__H8UPf {
	margin: 0;
	padding: 0;
}
.GetReport_reportFormItem__CG1uZ {
	position: relative;
	margin: 0 0 12px;
}
.GetReport_reportFormItem__CG1uZ:before {
	position: absolute;
	content: '';
	top: 15px;
	left: 15px;
	background-repeat: no-repeat;
	background-position: 50%;
}
.GetReport_reportFormItem__CG1uZ:last-of-type {
	margin-bottom: 40px;
}
.GetReport_nameIcon__ZhYlp:before {
	background-image: url('input-name-icon.0d630fa0.svg');
	width: 21px;
	height: 21px;
}
.GetReport_teamIcon__cvvX6:before {
	background-image: url('input-team-icon.0450cb1d.svg');
	width: 27px;
	height: 25px;
}
.GetReport_phoneIcon__iEVmO:before {
	background-image: url('input-phone-icon.66ff5dde.svg');
	width: 24px;
	height: 24px;
}
.GetReport_mailIcon__CZtpN:before {
	background-image: url('input-mail-icon.fc95b422.svg');
	width: 27px;
	height: 21px;
}
.GetReport_reportFormInput__3h_yo {
	width: 100%;
	height: 56px;
	border: none;
	border-radius: 8px;
	padding-left: 56px;
	color: var(--white-color);
	background-color: var(--input-field-color);
}
.GetReport_reportFormInput__3h_yo:-ms-input-placeholder {
	color: var(--input-placeholder-color);
}
.GetReport_reportFormInput__3h_yo::placeholder {
	color: var(--input-placeholder-color);
}
.GetReport_reportFormInput__3h_yo::-moz-placeholder {
	color: var(--input-placeholder-color);
	opacity: 1;
}
.GetReport_noValidAlertText__0kJoQ {
	font: var(--descriptions-text-mobile);
	color: var(--alert-text);
	margin-left: 16px;
	text-align: left;
}
.GetReport_notification__Jd2V3 {
	margin: 0;
	padding: 0;
}
.GetReport_notification__Jd2V3 p {
	font: var(--descriptions-text-mobile);
	color: var(--light-yellow-color);
	text-align: center;
}
.GetReport_notification__Jd2V3 p a {
	font: var(--descriptions-text-mobile);
	color: var(--light-orange-color);
}
.GetReport_notification__Jd2V3 p a:hover {
	color: var(--hover-orange-color);
	text-decoration: underline;
}
.GetReport_notification__Jd2V3 p a:active {
	color: var(--active-orange-color);
}
.GetReport_noValidAlertInput__HkSQE {
	color: var(--alert-text);
	background-color: rgba(253, 63, 21, 0.125);
}
.GetReport_noValidAlertInput__HkSQE:-ms-input-placeholder {
	color: var(--alert-text);
}
.GetReport_noValidAlertInput__HkSQE::placeholder {
	color: var(--alert-text);
}
.GetReport_noValidAlertInput__HkSQE::-moz-placeholder {
	color: var(--alert-text);
	opacity: 1;
}
.GetReport_recaptchaWrapper__xHIvE {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.GetReport_recaptchaValidation__z2jKn {
	font: var(--descriptions-text-mobile);
	color: var(--alert-text);
	text-align: center;
}
@media (min-width: 768px) {
	.GetReport_getReportHeading__ik5J4 {
		font: var(--headers-text-mobile);
		line-height: 52px;
		text-align: center;
	}
	.GetReport_reportList__qthOr {
		list-style: none;
		margin: 60px 0;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}
	.GetReport_reportItem__GA6EU {
		flex-direction: column;
		align-items: center;
	}
	.GetReport_reportItem__GA6EU img {
		width: 64px;
		height: 64px;
	}
	.GetReport_reportItem__GA6EU p {
		margin-top: 24px;
		text-align: center;
	}
	.GetReport_reportForm__gZzYj {
		font: var(--descriptions-text);
		text-align: center;
	}
	.GetReport_reportForm__gZzYj button[type='submit'] {
		padding: 12px 34px;
	}
	.GetReport_fieldWrapper__H8UPf {
		display: grid;
		grid-template-columns: repeat(2, minmax(320px, auto));
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 32px;
		-moz-column-gap: 32px;
		column-gap: 32px;
		justify-content: space-around;
	}
	.GetReport_reportFormItem__CG1uZ {
		max-width: 320px;
	}
	.GetReport_reportFormInput__3h_yo {
		height: 56px;
		line-height: 28px;
	}
	.GetReport_notification__Jd2V3 p:first-of-type {
		margin-top: 0;
	}
	.GetReport_notification__Jd2V3 p:last-of-type {
		max-width: 308px;
		margin: 0 auto;
	}
	.GetReport_recaptchaWrapper__xHIvE {
		margin: 30px 0 0;
	}
	.GetReport_noValidAlertText__0kJoQ {
		position: absolute;
		line-height: 24px;
	}
	.GetReport_recaptchaValidation__z2jKn {
		line-height: 24px;
	}
}
@media (min-width: 1200px) {
	.GetReport_getReportHeading__ik5J4 {
		font-size: 40px;
		line-height: 52px;
	}
	.GetReport_reportList__qthOr {
		margin: 60px auto 10px;
		max-width: 1150px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 60px;
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
	.GetReport_reportItem__GA6EU {
		flex-direction: row;
		-moz-column-gap: 24px;
		column-gap: 24px;
		margin: 0;
	}
	.GetReport_reportItem__GA6EU p {
		text-align: left;
		margin: 0;
		padding: 0;
		font-size: 20px;
		line-height: 32px;
	}
	.GetReport_reportForm__gZzYj button[type='submit'] {
		padding: 20px 60px;
	}
	.GetReport_reportForm__gZzYj ~ p:last-of-type {
		max-width: none;
		margin: 0 auto;
	}
	.GetReport_fieldWrapper__H8UPf {
		margin: 0 auto;
		max-width: 852px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-gap: 52px;
		gap: 52px;
	}
	.GetReport_reportFormItem__CG1uZ {
		max-width: 400px;
		margin: 0;
		padding: 0;
	}
	.GetReport_reportFormItem__CG1uZ:before {
		top: 20px;
		left: 22px;
	}
	.GetReport_reportFormItem__CG1uZ:last-of-type {
		margin: 0;
		padding: 0;
	}
	.GetReport_reportFormInput__3h_yo {
		height: 64px;
		padding-left: 64px;
		font-size: 24px;
		line-height: 32px;
	}
	.GetReport_notification__Jd2V3 {
		position: relative;
	}
	.GetReport_notification__Jd2V3 > p {
		position: absolute;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	.GetReport_notification__Jd2V3 p:first-of-type {
		top: 30px;
	}
	.GetReport_notification__Jd2V3 p:last-of-type {
		max-width: none;
		top: 50px;
	}
	.GetReport_recaptchaWrapper__xHIvE {
		margin: 72px 0 20px;
	}
}
.SecurityTesting_goBack__hfwxm {
	position: relative;
	font: var(--interactive-text-mobile);
	color: var(--light-orange-color);
	display: block;
	margin-top: 36px;
	padding-left: 32px;
}
.SecurityTesting_goBack__hfwxm:before {
	position: absolute;
	content: '';
	top: calc(50% - 10px);
	left: 0;
	width: 19px;
	height: 19px;
	background-image: url('arrow-back-orange.3b4e0b49.svg');
	background-repeat: no-repeat;
	background-position: 50%;
}
.SecurityTesting_securityTestingHeading__afW1o {
	font: var(--headers-text-mobile);
	color: var(--white-color);
	font-size: 32px;
	line-height: 40px;
	margin: 12px 0;
}
.SecurityTesting_securityTestingDescription__vnNzR {
	font: var(--descriptions-text-mobile);
	color: var(--light-yellow-color);
}
.SecurityTesting_scanTable__wHhUi {
	font: var(--headers-text-mobile);
	font-size: 20px;
	line-height: 28px;
	margin: 28px 0 40px;
	border-collapse: separate;
	border-spacing: 0 20px;
	width: 100%;
}
.SecurityTesting_scanTable__wHhUi tr:nth-child(3) th,
.SecurityTesting_scanTable__wHhUi tr:nth-child(4) th {
	width: 180px;
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_rowHeading__2ZHxE {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 235px;
	text-align: left;
	color: var(--white-color);
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_rowHeading__2ZHxE div,
.SecurityTesting_scanTable__wHhUi .SecurityTesting_rowHeading__2ZHxE p {
	margin: 0;
	padding: 0;
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_idleHeading__qBDsX {
	color: #a39e99;
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_checkHeading__xXrs8 {
	color: var(--light-orange-color);
	opacity: 1;
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_finishHeading___OySM {
	color: var(--white-color);
	opacity: 1;
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_result__xjTAh {
	position: relative;
	text-align: right;
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_result__xjTAh:before {
	position: absolute;
	content: '';
	top: 7px;
	right: 0;
	background-position: 50%;
	background-repeat: no-repeat;
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_resultIdle__e_CSD {
	color: var(--white-color);
	opacity: 0.6;
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_resultCheck__G3RP_ {
	background: linear-gradient(
		90deg,
		#000 10%,
		#ff6b03 30%,
		#ff6b03 70%,
		#000 90%
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	background-size: 200% auto;
	animation: SecurityTesting_textShine__1ByT_ 3s ease-in-out infinite alternate;
}
@keyframes SecurityTesting_textShine__1ByT_ {
	to {
		background-position: 200%;
	}
}
.SecurityTesting_scanTable__wHhUi
	.SecurityTesting_resultFinishProtected___H5BQ {
	color: #478a2b;
	opacity: 1;
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_resultFinishWarning__AoCwi {
	color: #ff9850;
	opacity: 1;
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_resultFinishDanger__gNIK_ {
	color: #fd3f15;
	opacity: 1;
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_idleIcon__DN7Ld:before {
	background-image: url('');
	width: 40px;
	height: 40px;
	animation-name: SecurityTesting_rotation__EM2z_;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes SecurityTesting_rotation__EM2z_ {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_checkIcon__aNDNQ:before {
	background-image: url('');
	width: 40px;
	height: 40px;
}
.SecurityTesting_scanTable__wHhUi
	.SecurityTesting_finishProtectedIcon__aef8T:before {
	background-image: url('');
	width: 30px;
	height: 35px;
}
.SecurityTesting_scanTable__wHhUi
	.SecurityTesting_finishWarningIcon__GCPXl:before {
	background-image: url('warning.6f562762.svg');
	width: 34px;
	height: 33px;
}
.SecurityTesting_scanTable__wHhUi
	.SecurityTesting_finishDangerIcon__e9ugE:before {
	background-image: url('danger.8cae5d0a.svg');
	width: 28px;
	height: 35px;
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_checkInProgress___eMn6 {
	color: var(--light-orange-color);
}
.SecurityTesting_scanTable__wHhUi .SecurityTesting_checkPassed__jXTxx {
	color: var(--white-color);
	opacity: 0.6;
}
.SecurityTesting_prompt__O7253 {
	opacity: 0.6;
	display: inline-block;
	vertical-align: baseline;
	margin-left: 8px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-image: url('prompt.f6f7cfa5.svg');
	cursor: pointer;
}
.SecurityTesting_prompt__O7253:hover {
	opacity: 0.8;
}
.SecurityTesting_widerTablet__uYFwv {
	display: none;
}
.SecurityTesting_mobileOnly__l_Ihm {
	color: var(--dark-orange-color);
	font: var(--descriptions-text-mobile);
	line-height: 24px;
	position: absolute;
	bottom: -5px;
	right: 0;
}
@media (min-width: 600px) {
	.SecurityTesting_scanTable__wHhUi {
		margin: 68px 0 80px;
	}
	.SecurityTesting_scanTable__wHhUi .SecurityTesting_rowHeading__2ZHxE {
		width: auto;
		text-align: left;
	}
	.SecurityTesting_scanTable__wHhUi .SecurityTesting_result__xjTAh {
		padding-left: 56px;
		text-align: left;
	}
	.SecurityTesting_scanTable__wHhUi .SecurityTesting_result__xjTAh:before {
		left: 0;
		top: 10px;
		width: 40px;
		height: 40px;
	}
	.SecurityTesting_scanTable__wHhUi tr:nth-child(3) th,
	.SecurityTesting_scanTable__wHhUi tr:nth-child(4) th {
		width: auto;
	}
}
@media (min-width: 768px) {
	.SecurityTesting_notMobile___t_eW {
		display: none;
	}
	.SecurityTesting_widerTablet__uYFwv {
		display: inline;
		margin-left: auto;
	}
	.SecurityTesting_goBack__hfwxm {
		display: none;
	}
	.SecurityTesting_securityTestingHeading__afW1o {
		font: var(--headers-text-tablet);
		font-size: 36px;
		line-height: 52px;
		margin: 56px 0 8px;
		text-align: center;
	}
	.SecurityTesting_securityTestingDescription__vnNzR {
		font: var(--descriptions-text-tablet);
		max-width: 482px;
		margin: 0 auto;
		text-align: center;
	}
	.SecurityTesting_mobileOnly__l_Ihm {
		display: none;
	}
}
@media (min-width: 1260px) {
	.SecurityTesting_securityTestingHeading__afW1o {
		font: var(--headers-text-tablet);
		font-size: 40px;
		line-height: 52px;
		margin: 131px 0 16px;
	}
	.SecurityTesting_scanTable__wHhUi {
		font: var(--headers-text-mobile);
		font-size: 24px;
		line-height: 32px;
		margin: 52px auto 72px;
		width: 75%;
		border-spacing: 0 48px;
	}
	.SecurityTesting_scanTable__wHhUi .SecurityTesting_result__xjTAh {
		width: 35%;
	}
}
.CookiesNotification_cookiesNotification__Jc7S3 {
	position: fixed;
	left: calc(50% - 156px);
	bottom: 32px;
	width: 312px;
	min-height: 148px;
	padding: 16px;
	border-radius: 8px;
	background-color: var(--white-color);
	z-index: 10;
}
.CookiesNotification_cookiesNotification__Jc7S3 p {
	margin: 0;
	padding: 0;
	font: var(--descriptions-text-mobile);
	color: var(--background-color);
}
.CookiesNotification_cookiesNotification__Jc7S3 button {
	margin-top: 16px;
	font: var(--interactive-text-mobile);
	font-size: 12px;
	line-height: 20px;
	color: var(--white-color);
	background-color: var(--light-orange-color);
	display: block;
	width: 100%;
	border: none;
	padding: 10px 40px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
.CookiesNotification_cookiesNotification__Jc7S3 button:hover {
	background-color: var(--hover-orange-color);
}
.CookiesNotification_cookiesNotification__Jc7S3 button:active {
	background-color: var(--active-orange-color);
}
@media (min-width: 768px) {
	.CookiesNotification_cookiesNotification__Jc7S3 {
		display: flex;
		align-items: center;
		left: calc(50% - 324px);
		width: 648px;
		min-height: 72px;
	}
	.CookiesNotification_cookiesNotification__Jc7S3 button {
		max-width: 180px;
		padding: 10px 34px;
		margin: 0;
	}
}
.SocialNetworks_socialList__5LlrF {
	list-style: none;
	margin: 0 0 36px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	-moz-column-gap: 45px;
	column-gap: 45px;
}
.SocialNetworks_socialItem__j55J6 {
	background-repeat: no-repeat;
	background-position: 50%;
}
.SocialNetworks_socialItem__j55J6 img {
	display: block;
}
.SocialNetworks_socialItem__j55J6:hover {
	opacity: 0.7;
}
@media (min-width: 768px) {
	.SocialNetworks_socialList__5LlrF {
		-moz-column-gap: 23px;
		column-gap: 23px;
	}
}
.Footer_footer__0sUWM {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	padding-top: 69px;
}
.Footer_copyright__yOrmx {
	font: var(--description-text);
	color: var(--light-yellow-color);
	font-size: 12px;
	line-height: 16px;
}
@media (min-width: 768px) {
	.Footer_footer__0sUWM {
		display: flex;
		flex-direction: row;
		align-items: baseline;
		margin-bottom: 0;
	}
}
.Header_header__UrKN_ {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Header_mainSiteLink___J1K5 {
	display: none;
}
@media (min-width: 768px) {
	.Header_mainSiteLink___J1K5 {
		display: inline;
		font: var(--interactive-text);
		font-size: 15px;
		line-height: 17px;
		color: var(--white-color);
		opacity: 0.6;
	}
	.Header_mainSiteLink___J1K5:hover {
		opacity: 1;
	}
}

