:root {
	--white: #fff;
	--dark: #232323;
	--accent: #275ec7;
	--hover-main: #1a4087;
	--gray: #737373;
	--gray-light: #a4a4a4;
	--gray-extra-light: #e3e3e3;
	--background: #000521;
	--error: #ff5151;
	--disable: #698bcc;
	--blue: #5c8eec;
	--brand-colors-pantone-282: #0d2451;
	--brand-colors-pantone-2126: #275ec7;
	--brand-colors-pantone-2370: #4a39b4;
	--brand-colors-pantone-278: #98c1ff;
	--brand-colors-pantone-656: #e3eeff;
}

.banner {
	height: 930px;
}
.banner__wrapper {
	position: relative;
}
.banner__subtitle {
	position: relative;
	z-index: 1;
}
.banner__illustration {
	display: none;
	position: absolute;
	bottom: -50px;
	right: 0;
}
.banner__illustration img {
	display: block;
}
.banner__video {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 102px;
	right: 0;
	bottom: 0;
}
.banner__video video {
	width: 1920px;
	position: absolute;
	bottom: 0;
	right: -100px;
}

.star-team__cards {
	height: 500px;
  width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}
.star-team__cards-item {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
}
.star-team__cards-item .content {
	position: absolute;
	top: 32px;
	left: 32px;
	right: 32px;
	z-index: 1;
}
.star-team__cards-item .content * {
	color: var(--white);
}
.star-team__cards-item img {
	display: block;
}
.star-team .button {
	padding: 20px 57px;
}
.star-team__cards-item img.web {
	display: block;
	height: 100%;
}
.star-team__cards-item img.tab {
	display: none;
}

.routers__slider-item {
	position: relative;
	width: fit-content;
}
#grab-trafic img {
	right: -25px;
}
.routers__slider-item .content {
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 240px;
	height: 147px;
}
.routers__slider-item .content * {
	color: var(--white);
}
.routers__slider-item img {
	display: block;
}
.routers__slider-item img.web {
	display: block;
}
.routers__slider-item img.mob {
	display: none;
}

.houston__wrapper {
	position: relative;
	width: 100%;
	padding: 32px;
	background: var(--brand-colors-pantone-282);
	border-radius: 24px;
}
.houston__wrapper img {
	position: absolute;
	top: 50%;
	right: -80px;
	transform: translateY(-50%);
	z-index: 1;
}
.houston__wrapper-content {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.houston__wrapper-content * {
	color: var(--white);
	width: fit-content;
	max-width: 800px;
}
.houston__wrapper-shadow {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 24px;
}
.houston__wrapper-shadow > div {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 753px;
	height: 1000px;
	background-color: #275EC7;
	border-radius: 50%;
	filter: blur(80px);
	transform: rotate(36deg) translateX(-50%);
	opacity: .8;
}
.houston__wrapper img.web {
	display: block;
}
.houston__wrapper img.tab {
	display: none;
}

.grab-stars {
	position: relative;
	padding-top: 150px;
	border-radius: 32px 32px 0 0;
}
.grab-stars__grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(5, auto);
	gap: 24px;
}
#grab-wifi, #grab-more {
	grid-row-start: 1;
	grid-row-end: 3;
	height: 450px;
}
#grab-wpa3 {
	grid-row-start: 4;
	grid-row-end: 6;
	height: 450px;
}
#grab-arrows {
	grid-row-start: 3;
	grid-row-end: 5;
	grid-column-start: 2;
	grid-column-end: 2;
	height: 450px;
}
.grab-stars__grid-item {
	position: relative;
	padding: 32px;
	background-color: var(--brand-colors-pantone-282);
	border-radius: 24px;
	overflow: hidden;
	min-height: 236px;
}
.grab-stars__grid-item .content {
	position: relative;
	z-index: 2;
}
.grab-stars__grid-item .content * {
	color: var(--white);
}
.grab-stars__grid-item img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.grab-stars__shadow {
	position: absolute;
	right: 15px;
	top: 40px;
	width: 422px;
	height: 422px;
	background: #275EC7;
	border-radius: 50%;
	filter: blur(100px);
	opacity: .6;
}
.grab-stars__bg {
	position: absolute;
	top: 0;
	width: 100%;
	pointer-events: none;
}
.grab-stars__pagination {
	display: none;
} 

.planet {
	padding-top: 150px;
}
.planet__grid {
	width: 100%;
	height: 727px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}
#planet__grid-1 {
	grid-row-start: 1;
	grid-row-end: 3;
}
.planet__grid-item {
	position: relative;
}
.planet__grid-item img.web {
	display: block;
	width: 100%;
}
.planet__grid-item:nth-child(2) img.web {
	top: 0;
}
.planet__grid-item img.tab {
	display: none;
}
.planet__grid-item .content {
	position: absolute;
	bottom: 32px;
	left: 32px;
	right: 32px;
	z-index: 1;
}
.planet__pagination {
	display: none;
}

.easy-mesh {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
	border-radius: 0 0 32px 32px;
}

.easy-mesh__slider-item {
	height: inherit;
	background: radial-gradient(circle at 100% 100%, #000521 0, #000521 22px, transparent 22px) 0% 0%/24px 24px no-repeat, radial-gradient(circle at 0 100%, #000521 0, #000521 22px, transparent 22px) 100% 0%/24px 24px no-repeat, radial-gradient(circle at 100% 0, #000521 0, #000521 22px, transparent 22px) 0% 100%/24px 24px no-repeat, radial-gradient(circle at 0 0, #000521 0, #000521 22px, transparent 22px) 100% 100%/24px 24px no-repeat, linear-gradient(#000521, #000521) 50% 50%/calc(100% - 4px) calc(100% - 48px) no-repeat, linear-gradient(#000521, #000521) 50% 50%/calc(100% - 48px) calc(100% - 4px) no-repeat, linear-gradient(#275EC7 0%, transparent 100%);
	border-radius: 24px;
	overflow: hidden;
	box-sizing: border-box;
}
.easy-mesh__slider-item .content {
	padding: 32px 32px 0;
}
.easy-mesh__slider-item img {
	position: relative;
	left: 2px;
	bottom: 2px;
	width: calc(100% - 4px);
	display: block;
}
.easy-mesh__slider-buttons {
	position: relative;
	top: 300px;
}
.easy-mesh__slider-buttons {
	display: block;
} 

.simple-buy .choice__markets {
	width: 304px;
}
.choice__markets.show.top {
	bottom: 78px;
}

footer {
	margin-top: 0 !important;
}

@media screen and (max-width:1440px) {
	.banner__video video {
		width: 100%;
	}
	.banner__illustration {
		width: 60%;
	}
	.banner__illustration img {
		width: 100%;
	}

	.routers__slider-item {
		width: 100%;
	}
	.routers__slider-item .content {
		left: 100px;
		right: 100px;
	}

	.houston__wrapper img {
		height: 120%;
	}

	.planet__grid-item img.web {
		width: auto;
		height: 100%;
	}

	#grab-beamforming img, #grab-trafic img {
		height: 140px;
	}
}
@media screen and (max-width:1200px) {
	.banner {
		height: 688px;
	}

	.routers__slider-item img {
		width: 100%;
	}
	
	.grab-stars__grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 16px;
	}
	.grab-stars__grid-item {
		grid-column: auto !important;
		grid-row: auto !important;
		height: auto !important;
	}
	.grab-stars__grid-item img {
		height: 80% !important;
	}
	.grab-stars__grid-item .content * {
		max-width: 70%;
	}

	.planet__grid-item .content {
		bottom: 16px;
		right: 16px;
		left: 16px;
		height: 130px;
	}
}
@media screen and (max-width:992px) {
	.banner__illustration {
		width: 70%;
		display: block;
	}
	.banner__video {
		display: none;
	}

	.star-team__cards {
		height: 320px;
	}
	.star-team__cards-item img {
		height: 100%;
	}

	.routers .swiper-wrapper {
		flex-direction: column;
	}
	.routers__slider-item .content {
		top: 48px;
		left: 100px;
		right: 200px;
	}
	.routers .swiper-pagination, .routers .swiper-button-prev, .routers .swiper-button-next {
		display: none;
	}
	
	.houston__wrapper img {
		height: 100%;
	}
	.houston__wrapper-content {
		max-width: 568px;
	}

	.grab-stars__grid {
		display: flex;
		gap: 0;
	}
	.grab-stars__pagination {
		display: block;
		width: fit-content !important;
		margin-top: 8px;
	}

	.planet {
		display: flex;
    flex-direction: column;
    align-items: center;
	}
	.planet__grid {
		height: auto;
		display: flex;
		gap: 0;
	}
	.planet__grid-item img.web {
		display: none;
	}
	.planet__grid-item img.tab {
		/*display: block;*/
		width: 100%;
	}
	.planet__grid-item {
		height: 500px;
		background-size: cover;
	}
	#planet__grid-1 {
		background-image: url('/local/assets/img/doma-new/grab-stars-tab-1.jpg');
	}
	#planet__grid-2 {
		background-image: url('/local/assets/img/doma-new/grab-stars-tab-2.jpg');
	}
	#planet__grid-3 {
		background-image: url('/local/assets/img/doma-new/grab-stars-tab-3.jpg');
	}
	.planet__pagination {
		position: relative;
		display: block;
		width: fit-content !important;
		bottom: var(--swiper-pagination-bottom, 36px) !important;
		z-index: 1;
	}

	.easy-mesh__slider-buttons {
		display: none;
	}
	.easy-mesh__slider .swiper-wrapper {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.easy-mesh__slider-item img {
		margin-top: 16px !important;
	}
}
@media screen and (max-width:768px) {
	.banner__illustration {
		width: 90%;
	}
	
	.star-team__cards {
		grid-template-columns: 1fr;
		height: initial;
	}
	.star-team__cards-item {
		border-radius: 12px;
	}
	.star-team__cards-item img.web {
		display: none;
	}
	.star-team__cards-item img.tab {
		display: block;
	}
	.star-team__cards-item img {
		width: 100%;
		height: auto;
	}


	.routers .swiper-wrapper {
		flex-direction: column;
	}
	.routers__slider-item .content {
		left: 48px;
		right: 48px;
	}

	.houston__wrapper {
		padding: 16px;
		border-radius: 12px;
	}
	.houston__wrapper-content {
		max-width: 610px;
	}
	.houston__wrapper-shadow {
		border-radius: 12px;
	}
	.houston__wrapper img {
		height: auto;
		bottom: 0;
		top: auto;
		right: 0;
		transform: translateY(0);
	}
	.houston__wrapper img.web {
		display: none;
	}
	.houston__wrapper img.tab {
		display: block;
	}

	.grab-stars__grid-item {
		height: auto !important;
		padding: 16px;
		border-radius: 8px;
	}
	.grab-stars__grid-item img {
		width: auto;
		height: 130px !important;
	}
	#grab-beamforming img, #grab-wpa3 img {
		height: 120px;
	}
	.grab-stars__shadow {
		top: auto;
		bottom: -20px;
		right: 20px;
		width: 170px;
		height: 170px;
		filter: blur(60px);
    opacity: .8;
	}
	.grab-stars__grid-item .content * {
		max-width: none;
	}
	.grab-stars__bg {
		display: none;
	}
}
@media screen and (max-width:480px) {
	.banner {
		height: 594px;
	}
	.banner__illustration {
		width: 94%;
		bottom: 0;
	}
	.banner__illustration img {
		width: 120%;
	}
	.banner__illustration .blur-round {
		opacity: .5;
	}

	.star-team__cards {
		gap: 8px;
	}
	.star-team__cards-item .content {
		top: 16px;
		left: 16px;
		right: 16px;
	}
	.star-team .button {
		width: 100%;
		padding: 11px;
	}

	.routers__slider-item {
		width: 100%;
	}
	.routers__slider-item .content {
		top: 16px;
		left: 16px;
		right: 16px;
	} 
	.routers__slider-item img {
		width: 100%;
	}
	.routers__slider-item img.web {
		display: none;
	}
	.routers__slider-item img.mob {
		display: block;
	}

	.houston__wrapper img {
		width: 160px;
	}
	.houston__wrapper-content .button {
		padding: 11px 24px;
	}

	.grab-stars {
		padding-top: 60px;
		border-radius: 24px 24px 0 0;
	}
	#grab-trafic img {
		right: -5px;
	}
	.planet {
		padding-top: 60px;
	}
	.planet__grid {
		height: auto;
	}
	.planet__grid-item .content {
		height: 113px;
	}

	.easy-mesh {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.easy-mesh__slider .swiper-wrapper {
		gap: 8px;
	}
	.easy-mesh__slider-item {
		border-radius: 12px;
	}
	.easy-mesh__slider-item .content {
		padding: 16px 16px 0;
		background: radial-gradient(circle at 100% 100%, #000521 0, #000521 10px, transparent 10px) 0% 0%/12px 12px no-repeat, radial-gradient(circle at 0 100%, #000521 0, #000521 10px, transparent 10px) 100% 0%/12px 12px no-repeat, radial-gradient(circle at 100% 0, #000521 0, #000521 10px, transparent 10px) 0% 100%/12px 12px no-repeat, radial-gradient(circle at 0 0, #000521 0, #000521 10px, transparent 10px) 100% 100%/12px 12px no-repeat, linear-gradient(#000521, #000521) 50% 50%/calc(100% - 4px) calc(100% - 24px) no-repeat, linear-gradient(#000521, #000521) 50% 50%/calc(100% - 24px) calc(100% - 4px) no-repeat, linear-gradient(#275EC7 0%, transparent 100%)
	}
	.easy-mesh__slider-item img {
		border-radius: 0 0 12px 12px;
	}
}