html, body, ul {
	margin: 0;
	padding: 0;
}

.root {
	background-color: #f3f3f3;
	font-family: 'Gordita', sans-sarif;
}

.main {
	margin: 0 auto;
	max-width: 1160px;
	width: 100%;
}

.content {
	display: flex;
	flex-direction: column;
	align-self: stretch;
}

.logo-block {
	padding: 24px 0;
}

.title-block {
	margin-top: 32px;
	color: #101010;
	text-align: center;
	font-family: Gordita;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.title {
	color: #101010;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px;
}

.form-block {
	background: #fff;
	border-radius: 12px;
	display: flex;
	padding: 40px;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	align-self: stretch;
	width: 100%;
	max-width: 1054px;
	margin: 0 auto;
}

.product {
	border-radius: 10px;
	border: 1px solid #D8D8D8;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 24px 32px;
	box-sizing: border-box;
	gap: 24px;
}

.features_title {
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.features_text {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

.features_list {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0;
	grid-row-gap: 11px;
	color: #404040;
}

.features_list--kaspersky {
	margin-top: 15px;
}

.feature_item--kaspersky {
	padding-right: 7px;
}

.price_info .price_info--kaspersky {
	margin: 0;
}

.features_list--item {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	gap: 12px;
}

.features_list--item-check {
	width: 24px;
	height: 24px;
}

.features_list--item-check--kaspersky {
	width: 20px;
	height: 20px;
}

[rel="features-modal"] {
	cursor: pointer;
}

.price_info {
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.price_badge {
	padding: 5px 12px;
	box-sizing: border-box;
	background-color: #00FFAE;
	color: #1D7144;
	font-size: 12px;
	font-style: normal;
	line-height: 12px; /* 100% */
	text-transform: uppercase;
	border-radius: 90px;
	text-align: center;
	align-self: center;
}

.price_info--amount {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

.price_info--regularly {
	color: #707070;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.price_info--regularly-del {
	text-decoration-line: line-through;
}

.fields {
	width: 100%;
	max-width: 742px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.fields__col, .fields__row {
	display: flex;
	flex-direction: column;
}

.fields__col-small {
	line-height: 100%;
	width: 100%;
}

.fields__row {
	flex-direction: row;
	justify-content: space-between;
	gap: 24px;
}

.fields__title, .fields__title-small {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 24px 0;
	padding: 0;
}

.fields__title-small {
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 100%;
}

.fields__title.required:after, .fields__title-small.required:after {
	content: "*";
	color: #f85050;
}

.fields__input {
	font-family: 'Gordita', 'arial';
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
	border-radius: 8px;
	width: 100%;
	padding: 7px 12px;
	color: #101010;
	font-size: 16px;
	outline: none;
	height: 40px;
	box-shadow: 0 0 0 30px #fff inset;
}

.fields__input::placeholder {
	color: #707070;
}

.fields__input:focus {
	/*border-color: #ff8600;*/
	/*box-shadow: 0 0 0 30px #fff inset;*/
}

[pcib-field] {
	height: 40px;
	--placeholder-color: #707070;
	--invalid-border-color: #dd0c16;
	--invalid-color: #dd0c16;
	--valid-border-color: #D8D8D8;
	--potentially-valid-border-color: #D8D8D8;
	font-family: 'sans-sarif', 'arial';
}

[pcib-field]:focus {
	border-color: #ff8600;
	box-shadow: 0 0 0 30px #fff inset;
}

.custom_fields {
	margin-bottom: 10px;
}

.field_zipCode {
	margin-top: 40px;
}

.radio-btn-block {
	display: flex;
	flex-direction: row;
	vertical-align: center;
	height: 51px;
	padding: 14px 22px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 2px solid #FF8600;
	gap: 24px;
	cursor: pointer;
}

.payment-radio {
	position: relative;
	width: 16px;
	height: 16px;
	background: #ff8600;
	border-color: #ff8600;
	box-shadow: 0 0 0 .25rem rgba(235,134,0,.25);
	border-radius: 100%;
}

.payment-radio:before {
	content: "";
	width: .4rem;
	height: .4rem;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
}

.payment-radio input[type="radio"] {
	visibility: hidden;
}

.fields__error-message {
	margin-top: 5px;
	color: #dd0c16;
	font-size: 12px;
	visibility: hidden;
}

.error .fields__error-message {
	visibility: visible;
}

.footer {
	padding: 70px 0 50px 0;
}

.footer_list {
	display: flex;
	flex-direction: row;
	gap: 24px;
	color: #707070;
	font-size: 12px;
	list-style: none;
	align-items: center;
}

.footer_list a {
	color: #707070;
	text-decoration: none;
}

.footer_list a:hover {
	text-decoration: underline;
}

.submit {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 12px 24px;
	background-color: #FF8600;
	color: #101010;
	gap: 8px;
	font-family: 'Gordita';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px;
	border-radius: 32px;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	transition: all .3s ease-in-out;
	user-select: none;
}

.submit:hover {
	transform: translateY(-.375rem);
	background-color: #ff8600;
}

.submit[disabled] {
	opacity: 0.6;
	cursor: progress;
}

.includes {
	display: flex;
	flex-direction: row;
	gap: 30px;
	font-size: 10px;
	color: #404040;
	list-style: none;
}

.includes__item {
	display: flex;
	flex-direction: column;
	gap: 11px;
	align-items: center;
}

#error-message {
	font: 500 14px / 1 gordita, sans-serif;
	font-weight: 600;
	padding: .75rem 2rem;
	border-radius: .375rem;
	text-align: center;
	margin: 1.5rem auto;
	background: #fcd3d7;
	color: #f65260;
	display: none;
}

.legal {
	color: #7E7E7E;
	font-size: 12px;
	max-width: 742px;
}

.legal p {
	margin: 0 0 10px 0;
}

.legal a {
	color: #B54C00;
	text-decoration: none;
}

.legal a:hover {
	text-decoration: underline;
}

.guarantee-modal, .features-modal {
	background-color: #fff;
	padding: 20px;
	border-radius: 16px;
	font-family: Gordita;
	max-width: 540px;
}

.guarantee-modal__title {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 500;
}

.guarantee-modal__text {
	font-size: 14px;
	margin: 20px 0;
	display: inline-block;
}

.guarantee-modal__text--kaspersky {
	font-size: 14px;
	margin: 10px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.guarantee-modal__description {
	display: flex;
}

.guarantee-modal__text-item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.guarantee-modal__copy {
	color: #7e7e7e;
	font-size: 12px;
}

.features-modal__title {
	font: 500 14px / 1 gordita, sans-serif;
}

.features-modal__list {
	margin: 0;
	padding: 0;
}

.features-modal {
	min-width: 300px;
}

.mob_price_info {
	display: none;
}

.mob{
	display: none;
}

.features_list--platform-icon {
	width: 16px;
	height: 16px;
	margin-left: 8px;
}

.kaspersky-title {
	max-width: 700px;
	text-transform: none;
	margin-top: 0;
}

.kaspersky-title-block {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0;
}

.software_icon--small {
	width: 65px;
	height: 80px;
	display: none;
}

.software_icon--big {
	width: 193px;
	height: 244px;
	display: flex;
}

.legal-text {
	padding: 8px 12px;
	margin-bottom: 31px;
	background: #FFF8E9;
}

.checkbox-container {
	display: flex;
	align-items: center;
}

.checkbox-container label {
	padding-left: 9px;
	width: fit-content;
	user-select: none;
}

.legal-text-checkbox {
	width: 20px;
	height: 20px;
	border: 2px solid #404040;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
}

.legal-text-checkbox:checked{
	appearance: none;
	border: none;
	background: url("/assets/images/checkbox-orange.svg");
}

.summary {
	display: none;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	max-width: 742px;
	margin-top: -42px;
}

.summary__item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #707070;
	font-size: 16px;
}

.summary__title--total, .summary__price--total {
	color: #222222;
	font-weight: 500;
}

.country__block {
	position: relative;
	z-index: 2;
}

.states {
	z-index: 1;
}

.autocomplete__list {
	position: absolute;
	top: 65px;
	display: flex;
	flex-direction: column;
	background: #fff;
	width: 100%;
	cursor: pointer;
}

.autocomplete__list--item {
	padding: 15px;
}

.autocomplete__list--item:hover, .autocomplete__list--item.active {
	background-color: #f3f3f3;
}

.states {
	display: none;
	position: relative;
}

.postal_code {
	display: none;
}

.states, .postal_code {
	width: 100%;
}

@media screen and (max-width: 700px){
	.software_icon--small {
		display: flex;
	}

	.software_icon--big {
		display: none;
	}

	.form-block {
		background-color: transparent;
	}

	.custom_fields {
		flex-direction: column;
		margin-bottom: 0;
	}

	.fields__row {
		gap: 0;
	}

	.mob{
		display: flex;
	}

	.mob-features {
		display: flex;
		flex-direction: column;
		padding: 10px 15px;
		border-radius: 8px;
		background: #fff;
	}

	.features-header {
		display: flex;
		justify-content: space-between;
	}

	.features-title {
		display: flex;
		justify-content: space-between;
	}

	.features-list-container {
		display: none;
		flex-direction: column;
	}

	.rotated {
		transform: rotate(180deg);
	}

	.mt10 {
		margin: 10px 0 0 0;
	}

	.feature-caret-icon {
		width: 16px;
		height: 16px;
	}

	.footer_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(5, 1fr);
		gap: 8px;
	}

	.footer_list li:nth-child(1) {
		grid-column: span 2 / span 2;
		text-align: center;
	}

	.footer_list li:nth-child(2) {
		grid-row-start: 2;
		text-align: right;
		padding-right: 10px;
	}

	.footer_list li:nth-child(3) {
		grid-row-start: 2;
		text-align: left;
		padding-left: 10px;
	}

	.footer_list li:nth-child(6),
	.footer_list li:nth-child(4) {
		grid-column: span 2 / span 2;
		text-align: center;
	}

	.footer_list li:nth-child(5) {
		grid-column: span 2 / span 2;
		grid-row: span 2 / span 2;
		grid-row-start: 4;
		text-align: center;
		vertical-align: bottom;
	}

	.product {
		border: none;
		padding: 0;
		gap: 0;
	}

	.features, .price_info {
		display: none;
	}

	.mob_price_info {
		display: flex;
		flex-direction: column;
		gap: 8px;
		list-style: none;
		padding: 0;
		margin: 0 0 0 10px;
		width: 100%;
	}

	.mob_price_info__item {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		font-size: 14px;
	}

	.mob_price_info__item-bolder {
		font-weight: 500;
	}

	.mob_price_info__item-small {
		font-size: 12px;
	}

	.form-block {
		padding: 10px 20px;
	}

	.logo-block {
		padding: 15px 20px;
	}

	.title-block {
		margin-top: 20px;
		font-size: 14px;
	}

	.title {
		font-size: 32px;
		line-height: 42px;
	}

	.kaspersky-title {
		font-size: 24px;
		line-height: 32px;
	}

	.guarantee-modal__description {
		flex-direction: column;
		align-items: center;
	}
	.guarantee-modal__description img {
		width: max-content;
	}

}

@media screen and (max-width: 500px) {
	.submit {
		width: 100%;
	}
}
