@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/*change old css*/
section#choice {
	background: #132239 !important;
}

.nav-button a {
	top: 52px !important;
	left: 104px !important;
}

.main-nav a.menu-item {
	padding: 8px 30px 8px 52px;
}

.main-nav {
	padding-top: 100px;
}

section.navigation .social-list {
	padding-left: 43px !important;
	width: 270px;
	position: absolute;
	bottom: 4px;
	left: 0;
}

/*change old css ens*/

.choice-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	height: 100%;
	margin-right: 18px;

	.choice-btn {
		background-color: #3a4e6d;
		color: #fff;

		align-items: center;
		border: 0;
		display: flex;
		justify-content: center;

		font-weight: 600;
		font-size: clamp(16px, 0.9375vw, 9999px);
		line-height: 140%;
		height: 100%;
		padding-inline: 20px;
		border-radius: 60px;
		min-width: 180px;
	}

	.choice-btn-outline {
		background-color: transparent;
		border: 2px solid #fff;
	}

	.choice-login-icon {
		display: none;
	}
}

.ucoz-logo {
	top: 35px;
	left: 48px;
	border-radius: 48px;

}

.ucoz-logo.white {
	border: 2px solid #ffffff;
	padding: 0;
}

.menu-btn-v5 {
	width: 48px;
	height: 48px;
	border-radius: 48px;
	padding: 1px 6px;
	border: 2px solid #FFFFFF;
	background: transparent;
	position: absolute;
	top: 34px;
	right: 48px;
	z-index: 18;
}

.menu-btn-v5:focus {
	outline: none;
}

.menu-btn-v5:before,
.menu-btn-v5:after {
	content: '';
	width: 20px;
	height: 3px;
	background: #fff;
	margin: 4px auto 4px;
	border-radius: 2px;
	display: block;
	transition: all 0.3s ease-in-out;
	transform-origin: center;
}

.menu-btn-v5.dark {
	border: 2px solid #1D1E33;
}

.menu-btn-v5.dark:before,
.menu-btn-v5.dark:after {
	background: #1D1E33;
}

.menu-btn-v5.open:before {
	transform: translateY(4px) rotate(45deg)
}

.menu-btn-v5.open:after {
	transform: translateY(-3px) rotate(-45deg);
}

.lang-select {
	position: relative;
	margin-right: 6px;
	padding-right: 20px;
}

.lang-btn {
	padding:0;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #fff;
	background-color: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lang-btn:after {
	content: '';
	width: 10px;
	height: 6px;
	display: inline-block;
	background: url("../img/arrow.svg") center center no-repeat;
	margin-left: 10px;
	transform: rotate(180deg);
	transition: all .3s linear;
}

.lang-select.open .lang-btn:after {
	transform: rotate(0deg);
}

.lang-list {
	background: #F5F6F7;
	border-radius: 12px;
	padding: 15px;
	text-align: left;
	margin: 0;
	position: absolute;
	top: 100%;
	left: -13px;
	width: 100%;
	z-index: 9;
	transform: translateY(-15px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	min-width: 112px;
}

.lang-select.open .lang-list {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.lang-list li a {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #1E2228;
}

.lang-list li a:hover {
	text-decoration: underline;
}

.lang-list li:not(:last-child) {
	margin-bottom: 10px;
}

.lang-btn:focus {
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.choice-container {
	padding: 34px 48px 48px;
	height: inherit;
	display: grid;
	grid-template-rows: auto auto 1fr;
	grid-gap: 3.3333333333333335vh;
	gap: 3.3333333333333335vh;
}


.choice-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 48px;
	min-height: 48px;
}

body:has(.user-popup-container) .choice-header {
	padding: 0 116px 0 48px;
}


.main-title {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: normal;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
}

.card-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 27px;
	gap: 27px;
	text-align: left;
}

.card {
	display: grid;
	grid-template-rows: auto 1fr auto;
	grid-row-gap: 16px;
	row-gap: 16px;
	border-radius: 24px;
	padding: 36px 32px;
	color: #fff;
	font-family: 'Inter', sans-serif;
	background: var(--card-bg-color, #2F6FDB);

	&.ukit-card {
		--card-bg-color: #498bfa;
	}

	&.ucoz-card {
		--card-bg-color: #2f6fdb;
	}

	&.tgshop-card {
		--card-bg-color: #17438c;
	}
}

.card-title {
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.01em;
	margin: 0;
}

.card p {
	font-size: 18px;
	line-height: 145%;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0;
}

.features-list {
	margin: 0;
	padding: 30px 0 0;

	li {
		font-weight: 400;
		font-size: 18px;
		line-height: 150%;
	}

	li:where(:not(:last-child)) {
		margin-bottom: 8px;
	}

	li:before {
		content: "";
		width: 12px;
		height: 12px;
		display: inline-block;
		background: #fff;
		border-radius: 12px;
		margin-right: 12px;
	}

	.feature-link {
		text-decoration-skip-ink: none;
		text-decoration: underline;

		&:hover {
			text-decoration: underline;
		}
	}

	svg {
		vertical-align: text-bottom;
	}
}

.card-link-btn {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	display: block;
	border-radius: 86px;
	text-align: center;
	transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
	padding: 14px 15px;
	border: 1px solid transparent;

	&:not(.light-btn):not(.business-light-btn) {
		background: #FBD83D;
		color: #1D1E33;
	}

	&:not(.light-btn):not(.business-light-btn):hover {
		color: #252426;
		background: #ffd130;
		box-shadow: 0 0 30px 0 #ffc80080;
	}

	&.light-btn {
		background: transparent;
		border: 1px solid #ffffff;
		color: #fff;
	}

	&.light-btn:hover {
		background: #ffffff;
		color: #0663cd;
	}
}

.main-nav a.ucoz-menu-logo {
	display: none;
}


/*--- Ukit slide style---*/

section#for-business {
	background: url(/ucoz/v3/img/ukit_background.svg) left top no-repeat,
	url(/ucoz/v3/img/ukit_back_effect1.svg) 50% 0 no-repeat,
	url(/ucoz/v3/img/ukit_back_effect2.svg) right bottom no-repeat;
	background-color: #3968E6;
	background-size: contain;
	padding: 0;
}

.business-container {
	padding: 82px 0 48px 48px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 82px;
	height: inherit;
	font-family: 'Inter', sans-serif;
	color: #ffffff;
}

.business-container .card-link-btn {
	white-space: nowrap;
	min-width: 204px;
	padding: 15px 24px;
}

.info-container {
	display: grid;
	grid-template-rows: 1fr auto;
	gap: 15px;
}

.description {
	max-width: 29.792vw;
}

.description,
.image-container {
	align-self: center;
}

.image-container {
	position: relative;
}

.image-container img {
	user-select: none;
	pointer-events: none;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}

.image-features {
	position: absolute;
	left: -71px;
	top: 108px;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.image-features span {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 119%;
}

.image-features .features-code,
.image-features .features-business {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column wrap;
	text-align:center;
}
.image-features .features-code {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	background-color: #6CC1FE;;
}

.image-features .features-business {
	width: 141px;
	height: 141px;
	border-radius: 100%;
	background-color: #507FFF;
	margin-top: -10px;
}

.image-features .features-code:before,
.image-features .features-business:before {
	content: "";
	width: 40px;
	height: 40px;
	margin-bottom: 9px;
	display: block;
}

.image-features .features-code:before {
	background: url("/ucoz/v3/img/code_features.svg") center center no-repeat;
	margin-bottom: 5px;
}

.image-features .features-business:before {
	background: url("/ucoz/v3/img/business_features.svg") center center no-repeat;
}


.business-title {
	font-style: normal;
	font-weight: 600;
	font-size: 100px;
	line-height: 120%;
	font-family: 'Inter', sans-serif;
	margin: 0 0 5px 0;
}


.business-title {
	font-style: normal;
	font-weight: 600;
	font-size: 100px;
	line-height: 120%;
	letter-spacing: -0.01em;
	font-family: 'Inter', sans-serif;
	margin: 0 0 5px 0;
}

.business-subtitle {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 145%;
}

.business-container p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #fff;
	margin: 2em 0 2.5em;
}

.link-container {
	display: flex;
}

.business-light-btn {
	background: #ffffff33;
	color: #fff;
	margin-left: 12px;
}

.business-light-btn:hover {
	filter: drop-shadow(0px 0px 15px rgba(204, 216, 248, 0.3));
}

.business-play-btn:before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 20px;
	background: url("/ucoz/v3/img/play_icon.svg") center center no-repeat;
	background-size: contain;
	margin-right: 10px;
	vertical-align: text-top;
}


.social-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.social-list > a:not(:last-child) {
	margin-right: 12px;
}

.social-list > a {
	width: 32px;
	height: 32px;
	background: #6186ea80;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.navigation .social-list a.tg-channel,
section.navigation .social-list a.tg-chat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

section.navigation .social-list a.tg-chat {
	border: 1px solid #EFEFEF;
	background: transparent;
}
section.navigation .social-list a.tg-chat:hover {
	border-color: #5b5b5b;
}

/*--- Ukit slide style ends---*/


.payment-card-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: end;
	margin-right: clamp(96px, 6.67vw, 128px);
	margin-top: 30px;
}


@media screen and (width: 1920px) {

	.business-container .card-link-btn {
		min-width: 204px;
		padding: 20px 30px;
	}

	nav#main-nav {
		padding-top: 144px;

	}

	.main-nav.pushy-open {
		width: 350px;
	}

	.main-nav a.menu-item {
		padding: 8px 30px 8px 64px;
	}

	section.navigation .social-list {
		padding-left: 54px !important;
		width: 74%;
	}

	.choice-container {
		padding: 42px 64px 64px;
		grid-gap: 3.7037037037037037vh;
		gap: 3.7037037037037037vh;
	}

	.business-container {
		padding: 102px 0 64px 64px;
	}

	.card-wrapper {
		margin: 0;
		grid-gap: 36px;
		gap: 36px;
	}

	.card {
		padding: 48px 43px;
		grid-row-gap: 20px;
		row-gap: 20px;
	}

	.card-title {
		font-size: 50px;
	}

	.features-list {
		padding: 39px 0 0;
	}

	.features-list li:not(:last-child) {
		margin-bottom: 21px;
	}

	.main-title {
		font-size: 62px;
	}

	.card p,
	.features-list li {
		font-size: 22px;
	}

	.choice-header {
		min-height: 60px;
		padding: 0 60px;
	}

	body:has(.user-popup-container) .choice-header {
		padding: 0 calc(60px + 18px + 60px) 0 60px;
	}

	.card .card-link-btn {
		font-size: 21px;
	}

	.card-link-btn {
		padding: 19px 18px;
	}

	.ucoz-logo {
		top: 42px;
		left: 64px;
		width: 60px;
		height: 60px;
		border-radius: 60px;
	}

	.menu-btn-v5 {
		top: 42px;
		right: 64px;
		width: 60px;
		height: 60px;
	}

}

@media screen and (min-width: 1921px) {

	.business-title {
		font-size: 6.944vw;
	}

	.business-subtitle {
		font-size: 1.667vw;
	}

	.business-container p {
		font-size: 1.250vw;
	}

	.image-features .features-code:before {
		margin-bottom: 0.347vw;
	}

	.business-container .card-link-btn {
		min-width: 14.167vw;
		padding: 1.042vw 1.667vw;
	}

	.link-container .business-light-btn {
		margin-left: 0.833vw;
	}

	.social-list > a:not(:last-child) {
		margin-right: 0.833vw;
	}

	.social-list > a {
		width: 2.222vw;
		height: 2.222vw;
		border-radius: 0.833vw;
		font-size: 0.972vw;
	}

	.business-subtitle {
		font-size: 1.667vw;
	}

	.business-container p {
		font-size: 1.250vw;
	}

	.image-features {
		left: -4.931vw;
		top: 13.75796178343949vh;
	}

	.image-features .features-code {
		width: 7.639vw;
		height: 7.639vw;
	}

	.image-features .features-business {
		width: 9.792vw;
		height: 9.792vw;
		margin-top: -1.2738853503184713vh;
	}

	.image-features .features-code:before, .image-features .features-business:before {
		width: 2.778vw;
		height: 2.778vw;
		background-size: contain;
		margin-bottom: 1.1464968152866242vh;
	}

	.image-features span {
		font-size: 1.111vw;
	}

	.business-play-btn:before {
		margin-right: 0.694vw;
		width: 0.903vw;
		height: 1.389vw;
	}

	.menu-btn-v5:before, .menu-btn-v5:after {
		width: 38px;
		height: 4px;
		margin: 7px auto;
	}

	.menu-btn-v5.open:before {
		transform: translateY(7px) rotate(45deg);
	}

	.menu-btn-v5.open:after {
		transform: translateY(-4px) rotate(-45deg);
	}

	.lang-btn {
		font-size: 1.19vw;
	}

	.lang-list li a {
		font-size: 1vw;
	}

	.lang-btn:after {
		width: 0.781vw;
		height: 0.469vw;
		background-size: contain;
		margin-left: 18px;
	}

	.lang-select {
		margin-right: 36px;
	}

	nav#main-nav {
		padding-top: calc(4.3478260869565215vh + 3.281vw + 60px);
	}

	.choice-actions {
		gap: 0.9375vw;
		margin-right: 0.9375vw;;

		.choice-btn {
			font-size: 1.19vw;
			border-radius: 3.281vw;
			min-width: 9.375vw;
		}
	}

	.choice-header {
		padding: 0 3.281vw;
		min-height: 3.281vw;
	}

	body:has(.user-popup-container) .choice-header {
		padding: 0 calc((3.281vw * 2) + 1.25vw) 0 3.281vw;
	}

	.main-nav a.menu-item {
		padding: 8px 30px 8px 3.333vw;
		font-size: 1.24vw;
	}


	section.navigation .social-list a i:before {
		font-size: 24px;
	}

	#uconnect-social li a {
		width: 48px;
		height: 48px;
		border-radius: 48px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
		font-size: 24px !important;
	}

	.main-nav.pushy-open {
		width: 15vw;
		min-width: 495px;
	}

	section.navigation .social-list {
		padding-left: calc(3.333vw - 10px) !important;
		width: 90%;
	}

	p.our-soc-accounts {
		font-size: 1.04vw !important;
		margin-bottom: 0.5em;
	}

	section.navigation .social-list a {
		width: 48px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.choice-container {
		padding: 4.3478260869565215vh 3.28125vw 3.28125vw;
		grid-gap: 3.8405797101449277vh;
		gap: 3.8405797101449277vh;
	}

	.business-container {
		padding: calc(4.3478260869565215vh + 3.281vw) 0 3.28125vw 3.28125vw;
		/*gap: 13.889vw;*/
	}

	.card-wrapper {
		margin: 0;
		grid-gap: 1.8359375vw;
		gap: 1.8359375vw;
	}

	.card {
		padding: 4.565217391304348vh 2.1875vw;
		grid-row-gap: 2.028985507246377vh;
		row-gap: 2.028985507246377vh;
		border-radius: 1.641vw;
	}

	.features-list {
		padding: 3.6956521739130435vh 0 0;

		li {
			display: flex;
			align-items: center;
			justify-content: flex-start;
		}

		li:before {
			width: 0.67vw;
			height: 0.67vw;
			margin-right: 0.67vw;
			border-radius: 0.67vw;
		}

		li:not(:last-child) {
			margin-bottom: 1.2vw;
		}

		svg {
			width: 3.177vw;
			height: 1.25vw;
			margin-left: 0.417vw;
		}
	}

	.main-title {
		font-size: 3.472vw;
	}

	.card p,
	.features-list li {
		font-size: 1.19vw;
	}

	.card-title {
		font-size: 2.75vw;
	}

	.card-link-btn {
		padding: 1vw 18px;
	}

	.card-link-btn {
		font-size: 1.111vw;
	}

	.ucoz-logo {
		left: 3.28125vw;
		width: 3.281vw;
		height: 3.281vw;
		border-radius: 100%;
		top: 4.3478260869565215vh;
	}

	.menu-btn-v5 {
		top: 4.3478260869565215vh;
		right: 3.28125vw;
		width: 3.281vw;
		height: 3.281vw;
		border-radius: 100%;
	}

	.login-btn {
		margin-right: 56px;
		font-size: 1.19vw;
		padding: 1.042vw 1.5625vw;
		border-radius: 3.125vw;
		max-height: 3.281vw;
	}


/*	account popup*/
	:is(.user-popup-container, #f) {
		--header-button-size: 3.281vw;
		--header-button-spacing: 1.25vw;
		--header-indent: 3.28125vw;
		--header-indent-top: 4.3478260869565215vh
	}

	.user-popup-container .account-popup {
		--sp-s: 0.6944vw;
		--sp-m: 0.8333vw;
		--sp-l: 1.1111vw;
		--sp-xl: 2.2222vw;
		border-radius: 1.7vw;
		width: 29.51vw;
		padding: 1.806vw var(--sp-l) var(--sp-l);
		transform: translateX(3%);
	}

	.user-popup-container .account-popup__scrollable {
		max-height: 26.39vw
	}

	.user-popup-container .account-popup .logout-link, .user-popup-container .account-popup h3 {
		font-size: 1.25vw
	}

	.user-popup-container .account-popup__user-avatar {
		border-radius: 1.7vw;
		height: 1.7vw;
		width: 1.7vw
	}

	.user-popup-container .account-popup__user-avatar svg {
		height: .83vw;
		width: .83vw
	}

	.user-popup-container .account-popup__block, .user-popup-container .account-popup__user, .user-popup-container .account-popup__link {
		border-radius: 1.25vw;
		padding: .97vw 1.7vw
	}

	.user-popup-container .account-popup__block-title, .user-popup-container .account-popup__user-login {
		font-size: 1.11vw
	}

	.user-popup-container .account-popup__link-desc {
		font-size: .83vw;
		margin: .6vw 0 0
	}

	.user-popup-container .social-reg-list {
		gap: .6944vw;
		margin-top: 1.1111vw
	}

	.user-popup-container .social-reg-list a {
		border-radius: 2.2222vw;
		height: 2.2222vw;
		width: 2.2222vw
	}
/*	account popup end*/

}

@media only screen and (max-width: 1920px) and (min-height: 1250px) {
	.choice-container {
		height: auto;
	}

	.card-wrapper {
		min-height: 522px;
	}
}

@media screen and (max-height: 650px) and (min-width: 1024px) and (max-width: 1366px) {

	.card {
		padding: 26px 22px;
	}

	.main-title {
		font-size: 7.9vmin;
	}

	.card-title {
		font-size: 6.4vmin;
	}

	.card p, .features-list li {
		font-size: 2.65vmin;
	}

	.card-link-btn {
		font-size: 2.42vmin;
	}

	.features-list {
		padding: 10px 0 0;
	}


	.business-container {
		grid-auto-rows: 100%;
	}

	.business-container .image-container {
		height: 100%;
	}

	.business-container .image-container img {
		object-fit: cover;
	}

	.business-container .description {
		max-width: 38.792vw;
	}

	.business-container p {
		margin: 1em 0 1.5em;
		font-size: 16px;
	}

	.business-container .business-title {
		font-size: 90px;
	}

	.business-container .business-subtitle {
		font-size: 20px;
	}

	.card-link-btn {
		font-size: 14px;
	}

}

@media screen and (max-width: 1200px) {
	.card {
		padding: 26px 22px;
	}

	.features-list {
		padding: 15px 0 0;
	}

	.business-container {
		grid-template-columns: 1fr 1.5fr;
	}

	.image-container img {
		object-position: center;
	}

	.image-features {
		top: 50%;
		transform: translateY(-50%);
	}

	.description {
		max-width: initial;
		align-self: center;
	}

	.business-container p {
		font-size: 16px;
	}

	.business-subtitle {
		font-size: 22px;
	}

	.business-title {
		font-size: 90px;
	}
}

@media screen and (max-width: 992px) {

	.payment-card-list {
		margin-inline: 0;
		justify-content: center;
	}

	.choice-actions :is(.choice-login-text, .choice-create-btn) {
		display: none;
	}

	.choice-actions {
		.choice-login {
			border-radius: 40px;
			padding: 0;
		}

		.choice-login-icon {
			display: block;
		}
	}

	.business-container {
		padding: 20px 0 20px 38px;
	}

	.business-title {
		font-size: 60px;
	}

	.business-subtitle {
		font-size: 16px;
	}

	.business-container p {
		font-size: 14px;
		margin: 1em 0 1.5em;
	}


	.image-features .features-business {
		transform: scale(0.8);
		margin-top: -33px;
	}

	.image-features .features-code {
		transform: scale(0.8);
	}

	.link-container {
		flex-wrap: wrap;
	}

	.business-light-btn {
		margin: 12px 0 0;
	}

	body.pushy-active {
		overflow: hidden !important;
	}

	.ukit-card {
		.card-footer a[href="#forBusiness"] {
			display: none;
		}

		.card-footer {
			grid-template-columns: 1fr;
		}
	}

	.main-nav {
		padding-top: 80px;
	}

	.lang-btn {
		font-size: 16px;
	}

	.lang-list li a {
		font-size: 14px;
	}

	.main-nav a.menu-item {
		padding: 8px 20px;
	}

	section.navigation .social-list {
		padding-left: 10px !important;
	}

	.uCoz-card .card-footer {
		grid-template-columns: 1fr 1fr;
	}

	.choice-container {
		height: 100%;
		padding: 20px 20px 38px;
		grid-gap: 24px;
		gap: 24px;
	}

	.ucoz-logo {
		top: 20px;
		left: 20px;
	}

	.menu-btn-v5 {
		top: 20px;
		right: 20px;
	}

	.menu-btn-v5.dark {
		border-color: #ffffff;
	}

	.menu-btn-v5.dark:before, .menu-btn-v5.dark:after {
		background: #fff;
	}

	.choice-header {
		min-height: 40px;
		padding: 0 40px;
	}

	body:has(.user-popup-container) .choice-header {
		padding: 0 calc((40px * 2) + 18px) 0 40px;
	}

	.choice-actions .choice-login,
	.ucoz-logo,
	.menu-btn-v5 {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.main-title {
		font-size: 32px;
		line-height: 120%;
	}

	.card-wrapper {
		grid-gap: 20px;
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.card {
		padding: 30px 20px 24px;
	}

	.card-title {
		font-size: 36px;
	}

	.card p,
	.features-list li {
		font-size: 16px;
	}

	.features-list {
		padding: 20px 0 12px;
	}

	.card-link-btn {
		padding: 10px;
	}

}

@media screen and (max-width: 640px) {
	.card-wrapper {
		grid-auto-rows: initial;
	}

	.card-body {
		overflow: hidden;
	}

	.features-list li {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		margin: 0 0 0 8px;
	}

	.features-list li:before {
		width: 4px;
		height: 4px;
		margin: 0;
		opacity: 0.5;

	}

	.features-list {
		white-space: nowrap;
		padding: 24px 0 14px;
	}

	.marquee-wrapper {
		display: flex;
		position: relative;

		&:before,
		&:after {
			content: '';
			position: absolute;
			top: 24px;
			width: 26px;
			height: 28px;
			display: block;
		}

		&:before {
			left: -1px;
			z-index: 1;
			box-shadow: inset 10px 0 10px 0 var(--card-bg-color);
		}

		&:after {
			right: -1px;
			z-index: 1;
			box-shadow: inset -10px 0 10px 0 var(--card-bg-color);
		}

		.features-list {
			animation: marquee 15s infinite linear -4s;
		}

		.clone-list {
			animation: marquee2 15s infinite linear 3.5s;
		}
	}

	@keyframes marquee {
		from {
			transform: translateX(100%);
		}

		to {
			transform: translateX(-100%);
		}
	}

	@keyframes marquee2 {
		from {
			transform: translateX(0%);
		}

		to {
			transform: translateX(-200%);
		}
	}

}

@media screen and (max-width: 480px) {
	section.navigation .social-list {
		padding-left: 10px !important;
	}
}

@media screen and (max-width: 380px) {
	.main-nav.pushy-open {
		width: calc(100vw - 80px);
	}
}

@media screen and (max-height: 750px) {
	.ucoz-logo {
		z-index: 20;
	}
	section.navigation .social-list {
		position: relative;
	}

	.main-nav a.ucoz-menu-logo {
		display: block;
	}
}
