*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

body {
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}

.lp-section__heading {
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 1.2em;
	color: #141433;
}

.lp-section__heading span {
	color: #1d9df7;
}

.lp-text {
	font-size: 16px;
	line-height: 122.18%;
	color: #141433;
	font-weight: 300;
}

.lp-text strong {
	font-weight: 700;
}

.lp-container {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (min-width: 768px) {
	.lp-section__heading {
		font-size: 24px;
	}
}
/* Header */

.lp-header {
	position: relative;
	background-image: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 11.42%,
		rgba(20, 20, 51, 0.564) 62.25%,
		rgba(20, 20, 51, 0.6) 93.62%,
		rgba(20, 20, 51, 0.498) 111.24%,
		rgba(20, 20, 51, 0) 142.72%
	);
	padding: 28px 0 45px;
}

.lp-header__hero {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: url('./images/header.png');
	background-size: cover;
	background-position: center center;
}

.lp-header .lp-container {
	display: flex;
	justify-content: space-between;
	gap: 18px;
}

.lp-header__content {
	max-width: max-content;
}

.lp-header__title {
	margin-top: 28px;
	color: #fff;
	font-size: 30px;
	line-height: 1.2em;
	max-width: 900px;
}

.lp-header__title .small {
	display: block;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
}

.lp-header__title .highlighted {
	display: block;
	max-width: max-content;
	background-color: #f93701;
	margin-top: 10px;
	padding: 3px;
	border-radius: 5px;
}

/* Form */
.lp-header__form {
	position: relative;
	z-index: 999;
	padding: 30px 23px 40px;
	background-color: #002968;
	box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
	color: #fff;
}

.lp-header__content img {
	width: 70%;
	max-width: 303px;
}

.lp-form__heading {
	font-family: 'Lato', sans-serif;
	margin-bottom: 21px;
	font-size: 24px;
	line-height: 1.2em;
}

.lp-form__heading .lp-gold,
.lp-form__subtitle .lp-gold {
	color: #f5ba47;
}

.lp-form__heading .lp-huge {
	font-size: 32px;
	line-height: 1.2em;
}

.lp-form__subtitle {
	margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
	.lp-form__subtitle {
		margin-bottom: 30px;
	}
}

.lp-form__subtitle .lp-huge-xl {
	font-size: 44px;
	line-height: 1.2em;
}

.lp-form__subtitle .lp-gold {
	font-size: 24px;
}

.lp-form__subtitle .lp-w-300 {
	font-size: 18px;
}

.lp-w-400 {
	font-weight: 400;
}

.lp-w-300 {
	font-weight: 300;
}

.lp-input-label {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.lp-input-label span {
	position: absolute;
	top: 15px;
	left: 17px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #141433;
	transform-origin: left;
	transition: transform 0.34s;
}

.lp-input {
	width: 100%;
	padding: 15px 17px;
	background: #ffffff;
	border: none;
	border-radius: 7px;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #141433;
	outline: transparent;
}

textarea.lp-input {
	resize: vertical;
	height: 110px;
	margin-bottom: 20px;
}

.lp-input:focus + span {
	transform: scale(0.8) translateY(-20px);
}

.lp-input:not(:placeholder-shown) + span {
	transform: scale(0.8) translateY(-20px);
}

.lp-button {
	width: 100%;
	padding: 16px;
	text-align: center;
	background-color: #f93701;
	border-radius: 7px;
	border: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.34s;
}

.lp-button:hover {
	opacity: 0.95;
}

.lp-button:active {
	opacity: 0.9;
}

.lp-input-label--checkbox {
	display: flex;
	align-items: start;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	cursor: pointer;
	max-width: max-content;
}

.lp-input-label--checkbox a {
	color: #fff;
}

.lp-checkbox-label {
	position: relative;
	display: block;
	max-width: max-content;
	margin-bottom: 17px;
}

.lp-input-label--checkbox:before {
	content: '';
	display: inline-block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #e3e3e3;
	text-align: center;
	border-radius: 6px;
	margin-right: 10px;
}

.lp-checkbox {
	display: none;
	width: 0;
	height: 0;
}

.lp-checkbox:checked + .lp-input-label--checkbox:before {
	content: '\2713';
	background-color: #f93701;
	border-color: #f93701;
	color: #fff;
}

.form-info {
	text-align: right;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	/* Header */
	.lp-header {
		padding: 50px 0 53px;
	}

	.lp-header__title {
		margin-top: 34px;
		font-size: 40px;
		line-height: 60ox;
	}

	.lp-header__title .highlighted {
		font-size: 42px;
	}

	.lp-header__title .small {
		display: block;
		margin-bottom: 5px;
		font-size: 27px;
	}
}

@media screen and (min-width: 414px) {
	.lp-header__hero {
		background-image: url('./images/header-desktop.png');
	}
}

.lp-only-desktop {
	display: none;
}

@media screen and (min-width: 992px) {
	.lp-only-desktop {
		display: block;
	}

	.lp-only-mobile {
		display: none;
	}

	.lp-header__form {
		margin-top: -50px;
		margin-bottom: -100%;
		height: max-content;
		max-width: 380px;
		border-radius: 0px 0px 10px 10px;
		padding: 53px 43px 40px 50px;
	}

	.lp-form__heading {
		margin-bottom: 35px;
	}
}

@media screen and (min-width: 1200px) {
	.lp-header__hero {
		background-image: url('./images/banner-xl.png');
	}
}

@media screen and (min-width: 1920px) {
	.lp-header__hero {
		background-image: url('./images/banner-xxl.png');
	}
}
.lp-gray {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background-color: #f2f4f6;
	width: 100%;
	height: 414px;
}

.lp-card__content {
	padding: 0 21px 30px;
}

.lp-card__content .lp-text {
	font-weight: 300;
	line-height: 20px;
	margin-top: 14px;
}

.lp-form__subtitle {
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.lp-card__content .lp-text {
		line-height: 24px;
		margin-top: 16px;
	}

	.lp-card__title {
		font-size: 20px;
	}

	.lp-card__content {
		padding: 0 30px 41px;
	}
}

@media screen and (min-width: 1310px) {
	.lp-what-have__wrapper {
		justify-content: space-between;
	}
}

#trusted-us {
	padding: 45px 0 31px;
}

#trusted-us .lp-section__heading {
	min-width: max-content;
	margin-right: 15px;
	margin-bottom: 0;
}

#trusted-us .lp-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 30px;
}

.lp-logos {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (min-width: 1290px) {
	.lp-logos {
		width: calc(100% - 126px);
		justify-content: space-between;
	}
}

#buy-microsoft {
	background-color: #002968;
	background-image: url('./images/cxp.png');
	background-repeat: no-repeat;
	background-position: -100px -100px;
	padding: 27px 0 30px;
}

#buy-microsoft .lp-container {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.lp-buy-microsoft__heading {
	width: 100%;
	flex: 1;
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
	min-width: 300px;
	margin: 19px 0 28px;
}

.lp-buy-microsoft__heading span {
	display: block;
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	#buy-microsoft {
		padding: 32px 0 32px;
		background-position: -30px -100px;
	}

	#buy-microsoft img {
		margin-bottom: -78px;
	}

	#buy-microsoft .lp-container {
		align-items: center;
		flex-direction: row;
	}

	#buy-microsoft .lp-button {
		max-width: 280px;
	}

	.lp-buy-microsoft__heading {
		width: 100%;
		flex: 1;
		font-weight: 300;
		font-size: 30px;
		line-height: 36px;
		font-weight: 700;
		color: #fff;
		min-width: 300px;
		margin: 0 10px 0 42px;
	}
}

#delivery {
	padding: 40px 0 30px;
}

#delivery .lp-text {
	max-width: 930px;
}

.lp-delivery__content {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 32px;
}

.lp-delivery__content img {
	margin-bottom: 32px;
}

.lp-delivery__logos {
	display: flex;
	align-items: center;
	flex-wrap: wrap-reverse;
	gap: 32px 46px;
}

.lp-delivery__gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	gap: 10px;
	margin-top: 26px;
}

.lp-delivery__images {
	flex: 1;
	width: 100%;
	min-width: 275px;
	max-width: 360px;
	height: 206px;
	background: #ffffff;
	box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.05);
	border-radius: 7px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lp-delivery__images:nth-child(1) {
	background-image: url('./images/award.jpg');
}

.lp-delivery__images:nth-child(2) {
	background-image: url('./images/employe.jpg');
}

.lp-delivery__images:nth-child(3) {
	background-image: url('./images/office.jpg');
}

.lp-delivery__images:nth-child(4) {
	background-image: url('./images/cooperation.jpg');
}

@media screen and (min-width: 768px) {
	#delivery {
		padding: 68px 0 32px;
	}

	#delivery {
		padding: 68px 0 32px;
	}

	.lp-delivery__content {
		flex-direction: row;
		align-items: center;
	}

	#delivery .lp-section__heading {
		margin-bottom: 30px;
	}

	.lp-delivery__content img {
		margin-bottom: 16px;
		margin-top: -16px;
	}

	.lp-delivery__logos {
		margin-top: 42px;
	}

	.lp-delivery__gallery {
		margin-top: 42px;
	}
}

#recomendation .lp-delivery__gallery {
	align-items: stretch;
	gap: 20px;
	margin-top: 0;
	margin-bottom: -90px;
}

.lp-recomendation-card {
	position: relative;
	background: #ffffff;
	border-radius: 7px;
	padding: 30px 36px 40px;
	width: 100%;
	min-width: 280px;
	max-width: 416px;
}

.lp-recomendation-card:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #46505a;
	mix-blend-mode: normal;
	opacity: 0.21;
	filter: blur(25px);
	border-radius: 7px;
}

.lp-recomendation-card .lp-text {
	font-style: italic;
	line-height: 24px;
	margin-top: 24px;
}

.lp-recomendation-card .lp-text strong {
	font-style: normal;
}

#help {
	padding: 130px 0 62px;
	background-color: #1d9df7;
	background-image: url('./images/cxp.png');
	background-repeat: no-repeat;
	background-position: -5px -10px;
}

.lp-help__title {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
}

#help .lp-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin: 20px 0 0;
}

.lp-help__assistant {
	display: flex;
	align-items: start;
}

.lp-help__profile {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 4px solid #ffffff;
	background-size: 110%;
	background-repeat: no-repeat;
	background-image: url('./images/agata.png');
	background-position: center center;
}

.lp-help__contact:nth-child(3) .lp-help__profile {
	background-image: url('./images/monika.png');
}

.lp-help__contact:nth-child(3) {
	margin-top: 29px;
}

.lp-help__assistant h4 {
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
	margin-left: 22px;
}

.lp-help__assistant h4 span {
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}

.lp-help__contact a {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

.lp-help__contact a:nth-child(1) {
	margin-top: 15px;
}

.lp-help__contact a svg {
	margin-right: 12px;
}

.lp-help__contact-data {
	column-gap: 27px;
}

#help .lp-container {
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: center;
	justify-content: center;
}

.lp-help__content {
	text-align: center;
	width: 100%;
}

#help .lp-text{
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
.lp-help__contact:nth-child(3) {
	margin-top: 0;
}
	#help .lp-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 45px 84px;
}
	#recomendation .lp-delivery__gallery {
		margin-bottom: -130px;
	}

	#help {
		padding: 190px 0 77px;
	}

	.lp-help__title {
		font-size: 30px;
		line-height: 36px;
	}

	#help .lp-text {
		margin: 5px auto 0;
	}

	#help .lp-container > * {
		min-width: max-content;
	}

	#help {
		background-size: 50%;
		background-position: -5% 50%;
	}
}

@media screen and (min-width: 1131px) {
	.lp-help__contact-data {
		margin: -55px 0 0 110px;
	}
}

#what-you-get {
	padding: 20px 0;
}

@media screen and (min-width: 768px) {
	#what-you-get {
		padding: 40px 0;
	}
}

.lp-error {
	border: 1px solid #ed4d3f;
}

.lp-error[type='checkbox'] + span:before {
	border: 1px solid #ed4d3f;
}

.lp-input-label .lp-error_message,
.lp-checkbox-label .lp-error_message {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	display: block;
	width: max-content;
	background-color: #ed4d3f;
	border-radius: 7px;
	padding: 10px 15px;
	transform: translateY(-125%);
	color: #fff;
	opacity: 0;
	transition: opacity 0.34s;
}

.lp-input-label .lp-error_message:before,
.lp-checkbox-label .lp-error_message:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 10px;
	width: 10px;
	height: 10px;
	background-color: #ed4d3f;
	transform: translateY(50%) rotate(45deg);
}

.lp-error_message.lp-error--active {
	opacity: 1;
}

.topbar {
	background-color: #fff;
	padding: 18px 0;
}

.topbar .lp-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar img {
	height: 26px;
}

@media screen and (min-width: 768px) {
	.topbar img {
		height: 36px;
	}
}

footer {
	padding: 50px 0;
	background-color: #141433;
}

footer h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 20px;
}

.footer__data {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
}

.footer__street {
	display: flex;
	align-items: start;
	gap: 10px;
	min-width: max-content;
}

.footer__street img {
	margin-top: 5px;
}

.footer-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}

footer .lp-delivery__logos {
	max-width: max-content;
	margin-top: 0;
}

.footer__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 42px;
}

@media screen and (min-width: 450px) {
	footer .lp-delivery__logos {
		gap: 36px;
	}

	footer .lp-delivery__logos img:first-child {
		padding-right: 29px;
		border-right: 1px solid #fff;
	}
}

.lp-thank-you {
	width: 100%;
	background-color: #002968;
}

.lp-thank-you__container {
	width: 100%;
	max-width: 1330px;
	padding: clamp(126px, 15vh, 15vh) 20px clamp(98px, 13vh, 13vh);
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 445px;
	background-position: -100px 70%;
	background-image: url('./images/cxp.png');
}

.lp-thank-you__header {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
}

.lp-thank-you__text {
	margin-top: 19px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
}

.lp-thank-you__back {
	width: 100%;
	padding: 0 20px clamp(30px, 9vh, 9vh);
}

.lp-thank-you__back .lp-button {
	display: block;
	max-width: 335px;
	margin: 0 auto;
}

.lp-thank-you__footer {
	padding: clamp(50px, 6vh, 10vh) 0;
}

@media screen and (min-width: 768px) {
	.lp-thank-you {
		display: grid;
		height: calc(100vh - 185px - clamp(50px, 6vh, 10vh) * 2);
		max-height: 1440px;
		grid-row: 3fr 1fr;
	}
	.lp-thank-you__container {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		background-position: 0px 70%;
		padding: 171px 20px 139px;
	}

	.lp-thank-you__header {
		font-size: 40px;
		line-height: 48px;
	}

	.lp-thank-you__back {
		background-color: #fff;
		padding: 50px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.lp-thank-you__back .lp-button {
		max-width: 280px;
	}
}

.lp-card--expand {
	position: relative;
	cursor: pointer;
}

.lp-card__expand-text {
	position: absolute;
	bottom: 0;
	background-color: #f2f4f6;
	padding: 0 23px 39px;
	border-radius: 0 0 7px 7px;
	transform: translateY(98%) scaleY(0);
	opacity: 0;
	box-shadow: 0px 14px 21px rgba(0, 0, 0, 0.05);
	transition: transform 0.34s, opacity 0.34s;
	transform-origin: top;
}

.lp-card__expand-text .lp-text {
	font-size: 14px;
	line-height: 19px;
}

.lp-card--expand.lp-card--expand-active .lp-card__expand-text {
	transform: translateY(98%) scaleY(1);
	opacity: 1;
}

#what-you-get .lp-section__heading {
	max-width: 679px;
}

#what-you-get .lp-text {
	max-width: 600px;
	margin-bottom: 57px;
}

@media screen and (min-width: 992px) {
	#what-you-get .lp-section__heading {
		width: 60%;
	}
}

.check-list {
	list-style: none;
	margin-top: 24px;
}

.check-list__item {
	display: flex;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}

.check-list .check-list__item:last-of-type {
	margin-bottom: 0;
}

.check-list__item span {
	display: block;
}

.check-list__item:before {
	content: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 25 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9L9 16L23 2' stroke='%231D9DF7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	font-size: 13px;
	margin-right: 12px;
}

@media screen and (min-width: 768px) {
	.check-list {
		margin-top: 36px;
	}

	.check-list__item {
		font-size: 20px;
		font-weight: 300;
	}

	.check-list__item:before {
		content: url("data:image/svg+xml,%3Csvg width='21' height='14' viewBox='0 0 25 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9L9 16L23 2' stroke='%231D9DF7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		margin-right: 16px;
	}
}

.lp-what-you-get__cards {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 1090px;
	margin: 120px auto 0;
}

.lp-submit-btn {
	margin-top: 28px;
}

.offer-card {
	width: 100%;
	text-align: center;
	color: #333;
}

.offer-card__heading {
	padding: 18px 10px;
	background-color: #002968;
	color: #fff;
}

.offer-card__product {
	display: grid;
	grid-template-columns: 1fr 2fr;
	padding: 0 15px 0 30px;
	min-height: 223px;
}

.offer-card__product > * {
	grid-column: 1/-1;
}

.offer-card__product h5 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: -0.5px;
	margin-top: 30px;
	margin-bottom: 14px;
}

.offer-card__product p {
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.offer-card__product-img {
	margin: 0 auto 24px;
	width: 25%;
}

.offer-card__product-img img {
	width: 100%;
	max-width: 120px;
}

.offer-card__monthly {
	background-color: #f2f2f2;
	padding-bottom: 10px;
}

.offer-card__monthly h5 {
	font-size: 40px;
	line-height: 54px;
}

.offer-card__monthly h5 small {
	font-size: 18px;
	line-height: 0;
}

.offer-card__monthly p {
	font-size: 16px;
	line-height: 20px;
}

.offer-card__annually {
	padding: 12px 14px 40px;
}
.offer-card__annually h5 {
	font-size: 24px;
	line-height: 33px;
}

.offer-card__annually h5 small {
	font-size: 18px;
}

.offer-card__annually p {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
}

.offer-card__annually .lp-button {
	display: block;
}

.offer-card__bonus {
	background-color: #1d9df7;
	color: #fff;
	padding: 16px;
}

.offer-card__bonus h5 {
	font-size: 24px;
	line-height: 24px;
}
.offer-card__bonus p {
	font-size: 14px;
	line-height: 24px;
}

@media screen and (min-width: 768px) {
	.offer-card__annually .lp-button {
		max-width: 280px;
		margin: 0 auto;
	}
}

.offer-card--popular {
	position: relative;
	z-index: 99;
}

.offer-card--popular:after {
	content: '';
	position: absolute;
	display: block;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background-color: #fff;
	border: 2px solid #f93701;
	transform: translate(-50%, -50%);
}

.offer-card--popular:before {
	position: absolute;
	left: -2px;
	top: 0;
	content: 'Najczęściej wybierany pakiet';
	display: block;
	width: calc(100% + 4px);
	background-color: #f93701;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	padding: 18px 10px;
	border-radius: 7px 7px 0 0;
	transform: translateY(-100%);
}

@media screen and (min-width: 992px) {
	.lp-what-you-get__cards {
		flex-direction: row;
		gap: 0;
	}
	.offer-card:nth-of-type(1) {
		order: 2;
	}
	.offer-card:nth-of-type(2) {
		order: 1;
	}
	.offer-card:nth-of-type(3) {
		order: 3;
	}

	.offer-card__annually {
		padding: 14px 14px 0;
	}

	.offer-card__annually .lp-button {
		display: none;
	}

	.offer-card__product {
		padding-top: 20px;
	}

	.offer-card__product-text {
		grid-column: 2/3;
		grid-row: 1/2;
		text-align: left;
		padding-left: 25px;
	}

	.offer-card__product-img {
		grid-column: 1/2;
		grid-row: 1/2;
		width: 100%;
	}

	.offer-card__product h5 {
		margin-top: 19px;
	}
}

.offer-table {
	position: relative;
	z-index: 999;
	border: 2px solid #f2f2f2;
	border-top: none;
	border-bottom: none;
	max-width: 1090px;
	margin: 0 auto;
}

.offer-table tbody {
	display: block;
	width: 100%;
}

.offer-table tr {
	display: flex;
	width: 100%;
}

.offer-table__header {
	justify-content: center;
	background-color: #f2f2f2;
	font-size: 24px;
	line-height: 34px;
}

.offer-table td {
	display: block;
	width: 100%;
}

.offer-table tr:is(.offer-table__header) td {
	padding: 13px;
	text-align: center;
}

.offer-table tr:not(.offer-table__header) td {
	padding: 23px 13px 40px 26px;
}

.offer-table__list {
	list-style-position: inside;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.offer-table__list li::marker {
	color: #333;
	font-size: 11px;
	width: 16px;
}
.offer-table__list li small {
	font-size: 12px;
	line-height: 18px;
	padding-left: 16px;
}

.offer-table tr td:nth-child(2) {
	position: relative;
}

.offer-table tr td:nth-child(2):before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: calc(100% + 4px);
	height: 100%;
	border-left: 2px solid #f93701;
	border-right: 2px solid #f93701;
	transform: translateX(-50%);
}

.offer-table__list-apps {
	display: flex;
	list-style: none;
	gap: 0 22px;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 280px;
	margin: 0 auto;
}

.offer-table__list-apps li {
	position: relative;
	width: 100%;
	max-width: calc((100% - 16.5px * 4) / 4);
	text-align: center;
	white-space: nowrap;
	margin-top: 15px;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.app-icon__text {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}

.offer-table tr td:is(.offer-table__td--btn) {
	padding: 32px 0;
}
.offer-table tr td:is(.offer-table__td--btn) .lp-button {
	position: relative;
	z-index: 999;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 280px;
}

.offer-table tr td:is(.offer-table__td--btn):nth-of-type(2):before {
	height: calc(100% + 2px);
	border-bottom: 2px solid #f93701;
}

#what-you-get p span {
	font-weight: 700;
	color: #1d9df7;
	line-height: 26px;
}
