/* ==========================================================================
   SATELLITE
   ========================================================================== */
.satellite-wrapper {
	background: #F2F3FE;
	position: relative;
	overflow: hidden;
}

.satellite-container {
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
}

/* ==========================================================================
   SATELLITE-BUTTON
   ========================================================================== */
.satellite-button {
	display: inline-block;
	border: 1px solid #99FF16;
	border-radius: 12px;
	font-weight: 600;
	font-size: 17px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #0C0F38;
	padding: 14px 44px;
	text-decoration: none;
	background: #99FF16;
	transition: all 0.2s ease-out;
}

.satellite-button_increase {
	font-size: 22.7679px;
	line-height: 150%;
	letter-spacing: -0.01em;
	padding: 19px 60px;
}

.satellite-button:hover {
	background: #245ffa;
	border-color: #245ffa;
}

.satellite-button_outline {
	background: none;
	color: #99FF16;
}

.satellite-button_white.satellite-button_outline {
	border-color: #fff;
	background: none;
	color: #fff;
}

.satellite-button_outline:hover {
	background: #245ffa;
	border-color: #245ffa;
	color: #fff;
}

.satellite-button_white.satellite-button_outline:hover {
	background: #fff;
	border-color: #fff;
	color: #1D57EE;
}

.satellite-button_full {
	display: block;
	width: 100%;
	text-align: center;
}

/* ==========================================================================
   SATELLITE-TITLE
   ========================================================================== */
.satellite-title {
	font-weight: 700;
	font-size: 36.4309px;
	line-height: 123%;
	color: #291368;
}

.satellite-title_lh {
	line-height: 130%;
}

.satellite-title i {
	background: #1D57EE;
	padding: 0 18px 0 14px;
	border-radius: 25px 25px 0 25px;
	display: inline-block;
	vertical-align: baseline;
	line-height: 50px;
	margin-left: -4px;
	font-style: normal;
	color: #fff;
}

.satellite-title span {
	background: #1D57EE;
	padding: 0 13px 0 18px;
	border-radius: 25px 25px 0 25px;
	display: inline-block;
	vertical-align: baseline;
	line-height: 50px;
	margin-left: -18px;
	color: #fff;
}

/* ==========================================================================
   SATELLITE-TEXT
   ========================================================================== */
.satellite-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
}

.satellite-text > p {
	margin: 27px 0;
}

.satellite-text > p:first-child {
	margin-top: 0;
}

.satellite-text > p:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   SATELLITE-MAIN
   ========================================================================== */
.satellite-main {
	max-width: 1310px;
	background: #1B2558;
	border-radius: 35px;
	margin: 75px auto 0;
}

.satellite-main__wapper {
	position: relative;
	padding: 80px 0 111px;
}

.satellite-main__block {
	max-width: 516px;
	margin-left: 6px;
}

.satellite-main__title {
	font-weight: 700;
	font-size: 72.3455px;
	line-height: 100%;
	color: #FFF7F3;
	padding-top: 8px;
}

.satellite-main__title span {
	color: #99FF16;
	font-size: 81px;
	line-height: 1;
	position: relative;
	top: -5px;
}

.satellite-main__label {
	font-weight: 600;
	font-size: 17.8242px;
	line-height: 150%;
	text-transform: uppercase;
	color: #99FF16;
	margin-bottom: 40px;
}

.satellite-main__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #FFF7F3;
	max-width: 476px;
	margin-bottom: 40px;
}

.satellite-main__buttons {
	display: flex;
	margin: -10px -8px 0;
}

.satellite-main__button {
	padding: 0 8px;
	margin-top: 10px;
	width: 50%;
}

.satellite-main__button .satellite-button {
	padding-left: 20px;
	padding-right: 20px;
}

.satellite-main__description {
	width: 424px;
	position: absolute;
	right: 15px;
	top: 103px;
	padding-left: 78px;
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #FFF7F3;
}

.satellite-main__description:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	top: 9px;
	border: 1px solid #797DB9;
	border-radius: 10px;
	background: url(../img/satellite-main-icon0.svg) no-repeat center;
}

.satellite-main__params {
	position: absolute;
	bottom: 0;
	right: -65px;
	width: 732px;
	height: 413px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-main__img.png);
}

.satellite-main__param {
	background: rgba(6, 33, 102, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 20px;
}

.satellite-main__param:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px solid #797DB9;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

.satellite-main__pos1 {
	position: absolute;
	left: 55px;
	top: 76px;
}

.satellite-main__pos1 .satellite-main__param {
	padding: 90px 20px 20px;
	text-align: center;
}

.satellite-main__pos1 .satellite-main__param:before {
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url(../img/satellite-main-icon1.svg);
}

.satellite-main__pos1 .satellite-main__param span {
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #797DB9;
	display: block;
}

.satellite-main__pos1 .satellite-main__param b {
	font-weight: 700;
	font-size: 25px;
	line-height: 130%;
	color: #fff;
	display: block;
}

.satellite-main__pos2 {
	position: absolute;
	bottom: 21px;
	left: 208px;
}

.satellite-main__pos2 .satellite-main__param {
	padding: 20px 20px 20px 90px;
}

.satellite-main__pos2 .satellite-main__param:before {
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-image: url(../img/satellite-main-icon2.svg);
}

.satellite-main__pos2 .satellite-main__param b {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	color: #fff;
}

.satellite-main__pos2 .satellite-main__param span {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	color: #797DB9;
}

.satellite-main__pos3 {
	position: absolute;
	top: 126px;
	left: 313px;
}

.satellite-main__pos3 .satellite-main__param {
	padding: 20px 20px 20px 90px;
}

.satellite-main__pos3 .satellite-main__param:before {
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-image: url(../img/satellite-main-icon3.svg);
}

.satellite-main__pos3 .satellite-main__param b {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	color: #fff;
}

.satellite-main__pos3 .satellite-main__param span {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	color: #797DB9;
}

.satellite-main__pos4 {
	position: absolute;
	bottom: 67px;
	right: 68px;
}

.satellite-main__pos4 .satellite-main__param {
	text-align: center;
	padding: 90px 20px 20px;
}

.satellite-main__pos4 .satellite-main__param:before {
	top: 20px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-image: url(../img/satellite-main-icon4.svg);
}

.satellite-main__pos4 .satellite-main__param b {
	display: block;
	font-weight: 700;
	font-size: 35px;
	line-height: 130%;
	color: #fff;
}

.satellite-main__pos4 .satellite-main__param span {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	color: #797DB9;
}

/* ==========================================================================
   SATELLITE-DANGER
   ========================================================================== */
.satellite-danger {
	padding-top: 120px;
}

.satellite-danger__carousel {
	display: none;
}

.satellite-danger__columns {
	display: flex;
}

.satellite-danger__left {
	width: 298px;
	margin-right: 26px;
	flex-shrink: 0;
	padding-top: 184px;
	margin-left: 17px;
}

.satellite-danger__title {
	position: relative;
}

.satellite-danger__title:before {
	position: absolute;
	left: -90px;
	top: -97px;
	content: '';
	width: 338px;
	height: 422px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-danger.svg);
}

.satellite-danger__title .satellite-title span {
	padding-right: 22px;
}

.satellite-danger__title .satellite-title {
	position: relative;
}

.satellite-danger__title .satellite-title + .satellite-title {
	display: none;
}

.satellite-danger__item {
	background: #fff;
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
	border-radius: 20px;
	padding: 30px;
}

.satellite-danger__item + .satellite-danger__item {
	margin-top: 30px;
}

.satellite-danger__head {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #F2F3FE;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.satellite-danger__icon {
	width: 50px;
	flex-shrink: 0;
	margin-right: 20px;
}

.satellite-danger__icon img {
	display: block;
	max-width: 100%;
	height: auto;
}

.satellite-danger__name {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #291368;
}

.satellite-danger__text {
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #484A6D;
	padding-right: 14px;
}

.satellite-danger__row {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -15px 0;
}

.satellite-danger__col {
	margin-top: 30px;
	padding: 0 15px;
	width: 50%;
}

.satellite-danger__col:first-child {
	padding-top: 34px;
}

.satellite-danger__col:last-child .satellite-danger__text {
	padding-right: 0;
}

.satellite-danger__right {
	max-width: 830px;
}

/* ==========================================================================
   SATELLITE-SILENTLY
   ========================================================================== */
.satellite-silently {
	padding-top: 100px;
}

.satellite-silently__row {
	display: flex;
}

.satellite-silently___left {
	order: 1;
	flex-grow: 1;
}

.satellite-silently___right {
	order: 2;
	width: 471px;
	flex-shrink: 0;
	margin-left: 65px;
	margin-top: 115px;
}

.satellite-silently__title {
	position: relative;
}

.satellite-silently__title:before {
	content: '';
	position: absolute;
	left: 33px;
	top: -98px;
	width: 401px;
	height: 198px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-silently.svg);
}

.satellite-silently__title .satellite-title {
	position: relative;
}

.satellite-silently__title .satellite-title i {
	margin-left: -8px;
	padding-left: 15px;
	padding-right: 14px;
}

.satellite-silently__block {
	background: #1B2558;
	border-radius: 35px;
	padding: 34px 73px 28px 323px;
	overflow: hidden;
	position: relative;
}

.satellite-silently__block:before {
	content: '';
	position: absolute;
	left: -99px;
	bottom: -135px;
	width: 390px;
	height: 373px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-silently-img.png);
}

.satellite-silently__item {
	display: flex;
	align-items: center;
}

.satellite-silently__item + .satellite-silently__item {
	margin-top: 24px;
}

.satellite-silently__icon {
	flex-shrink: 0;
	margin-right: 30px;
	width: 50px;
	height: 50px;
	background: #1D57EE;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 30px;
	line-height: 100%;
	text-align: center;
	color: #fff;
}

.satellite-silently__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.satellite-silently__caption {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #fff;
}

/* ==========================================================================
   SATELLITE-VANTAGES
   ========================================================================== */
.satellite-vantages {
	padding: 80px 0 121px;
}

.satellite-vantages__row {
	display: flex;
	margin: -40px -25px 0;
}

.satellite-vantages__col {
	padding: 0 25px;
	margin-top: 40px;
	width: 26.3%;
}

.satellite-vantages__col_pos3 {
	width: 25.2%;
}

.satellite-vantages__col_pos4 {
	width: 22.2%;
}

.satellite-vantages__item {
	position: relative;
	padding-left: 36px;
	height: 100%;
}

.satellite-vantages__item:before {
	content: '';
	position: absolute;
	width: 6px;
	top: 0;
	bottom: 0;
	left: 0;
	background: #E4E6FF;
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
	border-radius: 20px;
}

.satellite-vantages__icon {
	width: 50px;
	height: 50px;
	background: #fff;
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
	border-radius: 12px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.satellite-vantages__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.satellite-vantages__text {
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #484A6D;
}

/* ==========================================================================
   SATELLITE-HANG
   ========================================================================== */
.satellite-hang {
	padding: 60px 0;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.satellite-hang__carousel {
	display: none;
}

.satellite-hang:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 540px;
	height: 463px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-hang.jpg);
}

.satellite-hang__columns {
	display: flex;
}

.satellite-hang__left {
	width: 300px;
	margin-right: 110px;
	flex-shrink: 0;
	margin-top: 48px;
}

.satellite-hang__row {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -15px 0;
}

.satellite-hang__col {
	margin-top: 30px;
	padding: 0 15px;
	width: 50%;
}

.satellite-hang__col + .satellite-hang__col  {
	margin-top: 76px;
}

.satellite-hang__item {
	border: 1px solid #E4E6FF;
	border-radius: 20px;
	padding: 30px;
	background: #fff;
}

.satellite-hang__item + .satellite-hang__item {
	margin-top: 30px;
}

.satellite-hang__head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.satellite-hang__icon {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	margin-right: 20px;
	background: #F2F3FE;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.satellite-hang__icon img {
	
}

.satellite-hang__caption {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #291368;
}

.satellite-hang__text {
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #484A6D;
}

.satellite-hang__title .satellite-title span {
	padding-right: 19px;
}

/* ==========================================================================
   SATELLITE-DEVICE
   ========================================================================== */
.satellite-device {
	padding: 121px 0 266px;
}

.satellite-device__block {
	max-width: 516px;
	margin-left: auto;
}

.satellite-device__title {
	margin-bottom: 40px;
}

.satellite-device__title .satellite-title i {
	padding-left: 16px;
	margin-left: 0;
}

.satellite-device__item {
	display: flex;
	align-items: center;
	padding-left: 18px;
	margin-top: 9px;
}

.satellite-device__item__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 25px;
	flex-shrink: 0;
	margin-right: 23px;
	background: #1D57EE;
	border-radius: 8px;
	font-weight: 600;
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	color: #fff;
}

.satellite-device__item__name {
	font-weight: 500;
	font-size: 15px;
	line-height: 120%;
	color: #484A6D;
}

.satellite-device__wrapper {
	position: relative;
}

.satellite-device__img {
	position: absolute;
	left: -12px;
	top: -82px;
	width: 613px;
}

.satellite-device__img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

.satellite-device__img img + img {
	display: none;
}

/* ==========================================================================
   SATELLITE-VENTMACHINE
   ========================================================================== */
.satellite-ventmachine {
	position: relative;
}

.satellite-ventmachine:before {
	content: '';
	position: absolute;
	width: 1542px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 138px;
	bottom: -72px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-ventmachine-label.svg);
}

.satellite-ventmachine__columns {
	display: flex;
}

.satellite-ventmachine__right {
	flex-grow: 1;
}

.satellite-ventmachine__left {
	margin-right: 30px;
	width: 35.26%;
	flex-shrink: 0;
}

.satellite-ventmachine__logo {
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
	backdrop-filter: blur(22px);
	border-radius: 35px;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.satellite-ventmachine__logo img {
	display: block;
	max-width: 228px;
	height: auto;
}

.satellite-ventmachine__logo:before {
	content: '';
	position: absolute;
	top: -36px;
	right: 11px;
	width: 102px;
	height: 102px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-star.svg);
}

.satellite-ventmachine__block {
	padding: 50px;
	background: #1D57EE;
	border: 1px solid #1D57EE;
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
	backdrop-filter: blur(22px);
	border-radius: 35px;
}

.satellite-ventmachine__text {
	margin-top: 30px;
}

.satellite-ventmachine__text .satellite-text {
	color: #fff;
}

.satellite-ventmachine__title {
	margin-bottom: 30px;
}

.satellite-ventmachine__title img {
	display: block;
	max-width: 100%;
	height: auto;
}

.satellite-ventmachine__title img + img {
	display: none;
}

.satellite-ventmachine__button {
	max-width: 230px;
	margin-top: 30px;
}

.satellite-ventmachine__popups {
	display: none;
}

.satellite-ventmachine__popup {
	max-width: 901px;
	margin: 30px auto;
	padding: 80px 80px 80px 120px;
	background: #1D57EE;
	border: 1px solid #1D57EE;
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
	backdrop-filter: blur(22px);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.satellite-ventmachine__popup button.mfp-close {
	position: absolute;
	opacity: 1;
	font-size: 0;
	top: 50px;
	right: 50px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-close.svg);
	transition: all 0.2s ease-out;
}

.satellite-ventmachine__popup button.mfp-close:hover {
	opacity: 0.8;
}

.satellite-ventmachine__popup .satellite-ventmachine__title {
	margin-bottom: 60px;
}

.satellite-ventmachine__popup:before {
	content: '';
	position: absolute;
	left: -23px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 87px;
	height: 968px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-ventmachine-label-popup.svg);
}

/* ==========================================================================
   SATELLITE-FRESH
   ========================================================================== */
.satellite-fresh {
	padding-top: 257px;
}

.satellite-fresh__title {
	max-width: 594px;
	position: relative;
	margin-bottom: 32px;
}

.satellite-fresh__title .satellite-title {
	position: relative;
}

.satellite-fresh__title.v24:before {
    content: '';
    position: absolute;
    left: -19px;
    top: -34px;
    width: 250px;
    height: 354px;
    background-repeat: no-repeat;
    background-size: 100%;
	background-image: url(../img/satellite_ellipce.png);
}
.satellite-silently.v26 .satellite-silently__block{
	background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/hero.png);
    height: 430px;
	border-radius:unset;
}

.satellite-silently.v26 .satellite-silently___right{
    width: 371px;
}
.satellite-silently.v26 .satellite-silently__block:before{
	background-image: none;
}
.satellite-fresh__title:before {
	content: '';
	position: absolute;
	left: -19px;
	top: -114px;
	width: 423px;
	height: 354px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-fresh.svg);
}

.satellite-fresh__block {
	max-width: 1070px;
	margin-left: auto;
	margin-right: 11px;
	position: relative;
}

.satellite-fresh__block:before {
	content: '';
	position: absolute;
	top: 87px;
	left: 215px;
	width: 694px;
	height: 551px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-fresh-line.svg);
}

.satellite-fresh__row {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -35px 0;
	position: relative;
}

.satellite-fresh__col {
	margin-top: 40px;
	padding: 0 35px;
	width: 50%;
}

.satellite-fresh__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #484A6D;
	padding-left: 36px;
	position: relative;
}

.satellite-fresh__text:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	background: #E4E6FF;
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
	border-radius: 20px;
}

.satellite-fresh__img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	border: 1px solid #fff;
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
}

.satellite-fresh__item_pos1 {
	margin-top: 118px;
}

.satellite-fresh__item_pos1 .satellite-fresh__text {
	margin-bottom: 40px;
	max-width: 485px;
}

.satellite-fresh__item_pos2 .satellite-fresh__text {
	max-width: 448px;
}

.satellite-fresh__item_pos2 .satellite-fresh__img {
	margin-bottom: 40px;
}

/* ==========================================================================
   SATELLITE-CLEAN
   ========================================================================== */
.satellite-clean {
	padding-top: 130px;
}

.satellite-clean__columns {
	display: flex;
}

.satellite-clean__left {
	width: 438px;
	flex-shrink: 0;
	margin-right: 66px;
	margin-left: 17px;
	margin-top: 112px;
}

.satellite-clean__title {
	position: relative;
}

.satellite-clean__title:before {
	content: '';
	position: absolute;
	left: -40px;
	top: -35px;
	width: 330px;
	height: 171px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-clean.svg);
}

.satellite-clean__title .satellite-title {
	position: relative;
}

.satellite-clean__item {
	display: flex;
	align-items: center;
}

.satellite-clean__item + .satellite-clean__item {
	margin-top: 40px;
}

.satellite-clean__img {
	flex-shrink: 0;
	width: 160px;
	margin-right: 37px;
}

.satellite-clean__img img {
	display: block;
	border-radius: 20px;
	width: 100%;
	height: auto;
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
}

.satellite-clean__caption {
	font-weight: 700;
	font-size: 36.4309px;
	line-height: 130%;
	color: #161949;
	margin-bottom: 8px;
}

.satellite-clean__text {
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #484A6D;
}

.satellite-clean__item_pos1 .satellite-clean__text {
	max-width: 256px;
}

.satellite-clean__item_pos2 .satellite-clean__text {
	max-width: 436px;
}

.satellite-clean__item_pos3 .satellite-clean__text {
	max-width: 410px;
}

.satellite-clean__block {
	margin-top: 40px;
	position: relative;
}

.satellite-clean__or {
	position: absolute;
	border: 3px solid #1D57EE;
	border-right: none;
	border-radius: 20px 0 0 20px;
	width: 55px;
	left: -55px;
	top: 76px;
	bottom: 77px;
}

.satellite-clean__or span {
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	font-weight: 700;
	font-size: 16.7774px;
	line-height: 130%;
	color: #1D57EE;
	transform: rotate(-90deg);
}

/* ==========================================================================
   SATELLITE-GTC
   ========================================================================== */
.satellite-gtc {
	padding-top: 136px;
}

.satellite-gtc__columns {
	display: flex;
}

.satellite-gtc__left {
	width: 51.5%;
}

.satellite-gtc__right {
	width: 48.5%;
	padding-left: 19px;
	margin-top: 64px;
}

.satellite-gtc__img {
	position: relative;
	left: -28px;
}

.satellite-gtc__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.satellite-gtc__block {
	max-width: 527px;
	position: relative;
}

.satellite-gtc__block .satellite-gtc__img {
	display: none;
}

.satellite-gtc__block:before {
	content: '';
	position: absolute;
	left: 9px;
	top: -101px;
	width: 420px;
	height: 397px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-gtc.svg);
}

.satellite-gtc__title {
	margin-bottom: 28px;
	position: relative;
}

.satellite-gtc__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #484A6D;
	position: relative;
}

/* ==========================================================================
   SATELLITE-ADVANTAGES
   ========================================================================== */
.satellite-advantages {
	margin-top: -80px;
	padding-bottom: 120px;
}

.satellite-advantages__row {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -10px 0;
}

.satellite-advantages__col {
	margin-top: 20px;
	padding: 0 10px;
	width: 20%;
}

.satellite-advantages__item {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #fff;
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
	border-radius: 20px;
	padding: 29px 30px;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.satellite-advantages__item:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background-repeat: no-repeat;
}

.satellite-advantages__item_pos1:before {
	background-image: url(../img/satellite-advantages-label1.svg);
}

.satellite-advantages__item_pos2:before {
	background-image: url(../img/satellite-advantages-label2.svg);
}

.satellite-advantages__item_pos3:before {
	background-image: url(../img/satellite-advantages-label3.svg);
}

.satellite-advantages__item_pos4:before {
	background-image: url(../img/satellite-advantages-label4.svg);
}

.satellite-advantages__item_pos5:before {
	background-image: url(../img/satellite-advantages-label5.svg);
}

.satellite-advantages__icon {
	width: 50px;
	height: 50px;
	background: #F1F2FD;
	border-radius: 10px;
	margin-bottom: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.satellite-advantages__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.satellite-advantages__icon img + img {
	display: none;
}

.satellite-advantages__name {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #291368;
	margin-top: auto;
	position: relative;
}

/* ==========================================================================
   SATELLITE-INSTALLATION__BLOCK
   ========================================================================== */
.satellite-installation__block {
	background: #fff;
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
	backdrop-filter: blur(22px);
	border-radius: 35px;
	padding: 60px;
}

.satellite-installation__title {
	position: relative;
}

.satellite-installation__title .satellite-title {
	position: relative;
}

.satellite-installation__title:before {
	content: '';
	position: absolute;
	width: 317px;
	height: 266px;
	left: -64px;
	top: -27px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-installation.svg);
}

.satellite-installation__columns {
	display: flex;
}

.satellite-installation__left {
	width: 217px;
	flex-shrink: 0;
	margin-right: 65px;
	margin-top: 33px;
	margin-left: 4px;
}

.satellite-installation__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.satellite-installation__col {
	padding: 0 15px;
	width: 50%;
}

.satellite-installation__col + .satellite-installation__col {
	margin-top: 84px;
}

.satellite-installation__item {
	background: #F0F1FC;
	backdrop-filter: blur(22px);
	border-radius: 20px;
	padding: 30px;
}

.satellite-installation__name {
	font-weight: 600;
	font-size: 26px;
	line-height: 140%;
	color: #151848;
	margin-bottom: 15px;
}

.satellite-installation__text {
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #484A6D;
}

.satellite-installation__text ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.satellite-installation__text li {
	padding-left: 24px;
	position: relative;
	margin:0!important;
}

.satellite-installation__text li:before {
	content: ''!important;
	margin:0!important;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #484A6D;
}

.satellite-installation__item_pos1 {
	padding-top: 38px;
}

.satellite-installation__item_pos2 {
	padding-top: 38px;
}

.satellite-installation__item_pos1 .satellite-installation__img {
	max-width: 174px;
	margin-bottom: 29px;
	position: relative;
	left: -2px;
}

.satellite-installation__item_pos2 .satellite-installation__img {
	max-width: 183px;
	margin-bottom: 35px;
	position: relative;
	left: -7px;
}

.satellite-installation__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.satellite-installation__right {
	max-width: 770px;
}

/* ==========================================================================
   SATELLITE-SATELLITE
   ========================================================================== */
.satellite-satellite {
	margin-top: 120px;
}

.satellite-satellite__img {
	display: none;
}

.satellite-satellite__wrapper {
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
	backdrop-filter: blur(22px);
	border-radius: 35px;
	background: url(../img/satellite-satellite.jpg) no-repeat center;
	background-size: cover;
	padding: 102px 63px 98px;
}

.satellite-satellite__block {
	background: rgba(242, 212, 173, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 20px 20px 64px rgba(175, 165, 160, 0.4);
	backdrop-filter: blur(35px);
	border-radius: 40px;
	padding: 35px 40px;
	max-width: 496px;
	margin-left: auto;
}

.satellite-satellite__caption  {
	font-weight: 700;
	font-size: 72.3455px;
	line-height: 100%;
	color: #FFF7F3;
	padding-top: 8px;
}

.satellite-satellite__caption  span {
	color: #99FF16;
	font-size: 81px;
	line-height: 1;
	position: relative;
	top: -5px;
}

.satellite-satellite__label {
	font-weight: 600;
	font-size: 17.8242px;
	line-height: 150%;
	text-transform: uppercase;
	color: #99FF16;
	margin-bottom: 20px;
}

.satellite-satellite__text {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	color: #fff;
}

.satellite-satellite__text ul {
	display: flex;
	padding: 0;
	list-style-type: none;
}

.satellite-satellite__text li {
	padding-left: 40px;
	position: relative;
	margin:0!important;
}

.satellite-satellite__text li:before {
	content: ''!important;
	margin:0!important;
	position: absolute;
	left: 0;
	top: 7px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-satellite-check.svg);
	box-shadow: 20px 20px 64px rgba(0, 0, 0, 0.25);
}

.satellite-satellite__text li + li {
	margin-left: 30px!important;
}

/* ==========================================================================
   SATELLITE-FEATURE
   ========================================================================== */
.satellite-feature {
	padding: 120px 0;
}

.satellite-feature__title {
	max-width: 350px;
	margin-bottom: 51px;
	margin-left: 13px;
}

.satellite-table-wrapper {
	border-radius: 20px;
	overflow: hidden;
}

.satellite-table {
	background: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	color: #2C2C2C;
	width: 100%;
	position: relative;
}

.satellite-table tr:first-child td {
	border-top: none;
	padding-top: 21px;
}

.satellite-table td:last-child {
	border-right: none;
	padding-left: 58px;
}

.satellite-table td {
	padding: 18px 30px 20.5px;
	border-top: 1px solid #DADDFF;
	border-right: 1px solid #DADDFF;
}

.satellite-table td[colspan="2"] {
	/*width: 66.8%;*/
	border-right: none;
}

.satellite-table td[rowspan="3"] {
	vertical-align: middle;
	width: 29.35%;
}

.satellite-table td[colspan="2"] + td {
	width: 35.5%;
	font-weight: 700;
}

.satellite-table td + td + td {
	width: 33.2%;
}

.satellite-table td span {
	font-weight: 400;
}

/* ==========================================================================
   SATELLITE-PRODUCTS
   ========================================================================== */
.satellite-products {
	padding: 80px 0;
	background: #fff;
	overflow: hidden;
}

.satellite-products__head {
	margin-bottom: 48px;
	display: flex;
	align-items: center;
}

.satellite-products__description {
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #291368;
	margin-left: 32px;
	max-width: 290px;
}

.satellite-products__wrapper {
	position: relative;
}

.satellite-products__carousel .owl-nav {
	display: flex;
	position: absolute;
	top: -80px;
	right: 0;
}

.satellite-products__carousel .owl-prev {
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-prev.svg);
	width: 49px;
	height: 16px;
	font-size: 0;
	transition: all 0.2s ease-out;
}

.satellite-products__carousel .owl-next {
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-next.svg);
	width: 49px;
	height: 16px;
	font-size: 0;
	margin-left: 32px;
	transition: all 0.2s ease-out;
}

.satellite-products__carousel .owl-prev.disabled,
.satellite-products__carousel .owl-next.disabled,
.satellite-products__carousel .owl-prev.disabled:hover,
.satellite-products__carousel .owl-next.disabled:hover {
	opacity: 0.1;
	cursor: default;
}

.satellite-products__carousel .owl-prev:hover,
.satellite-products__carousel .owl-next:hover {
	opacity: 0.8;
}

.satellite-products__carousel .satellite-owl-carousel .owl-stage {
	display: flex;
}

.satellite-products__carousel .satellite-owl-carousel .owl-stage-outer {
	overflow: visible;
}

/* ==========================================================================
   SATELLITE-PRODUCT
   ========================================================================== */
.satellite-product {
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #F3F4FF;
	border-radius: 20px;
	padding: 46px 39px 30px;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.satellite-product_white {
	background: #fff;
}

.satellite-product:hover {
	background: #ecedf9;
}

.satellite-product_white:hover {
	background: #fbfbfb;
}

.satellite-product__img {
	max-width: 244px;
	margin: 0 auto 28px;
}

.satellite-product__img img {
	display: block;
	max-width: 100%;
	width: auto;
	height: 137px;
	margin: auto;
}

.satellite-product__name {
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
	position: relative;
	color: #291368;
	margin-bottom: 13px;
}

.satellite-product__name:after {
	content: '';
	position: absolute;
	top: 7px;
	right: 1px;
	width: 30px;
	height: 9px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-more.svg);
}

.satellite-product__description {
	font-weight: 500;
	font-size: 10px;
	line-height: 150%;
	color: #291368;
	flex-grow: 1;
}

.satellite-product__price {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	margin-top: 32px;
}

.satellite-product_white .satellite-product__price {
	margin-top: 15px;
}

.satellite-product__price b {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-align: right;
	color: #291368;
}

.satellite-product__price span {
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: #291368;
	margin-right: 12px;
	position: relative;
}

.satellite-product__price span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	height: 2px;
	background: #1D57EE;
	transform: rotate(8deg);
}

/* ==========================================================================
   SATELLITE-GOODS
   ========================================================================== */
.satellite-goods {
	padding: 85px 0 80px;
}

.satellite-goods__title {
	max-width: 530px;
	margin-bottom: 48px;
}

.satellite-goods__carousel .satellite-owl-carousel .owl-stage {
	display: flex;
}

.satellite-goods__carousel .satellite-owl-carousel .owl-stage-outer {
	overflow: visible;
}

.satellite-satellite.v30 .satellite-satellite__wrapper {
	background: url(../img/img456.png) no-repeat center;
	padding: 0;
    height: 554px;
    width: auto;
    background-size: contain;
    border: 0px;
    box-shadow: none;
    backdrop-filter: none;
    border-radius: 0px;
}
.satellite-satellite.v30{
	margin-top:0px;
	margin-bottom:120px;
}
/* ==========================================================================
   SATELLITE-DOCS
   ========================================================================== */
.satellite-docs {
	padding-bottom: 100px;
}

.satellite-docs__wrapper {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #fff;
	box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
	backdrop-filter: blur(7px);
	border-radius: 20px;
	padding: 66px 0 88px;
}

.satellite-docs__columns {
	display: flex;
	margin: 0 -10px;
}

.satellite-docs__left {
	width: 41.666666%;
	padding: 0 10px;
	margin-top: 35px;
}

.satellite-docs__right {
	width: 58.333333%;
	padding: 0 10px;
}

.satellite-docs__title {
	margin-left: 84px;
}

.satellite-docs__title span {
	padding-right: 24px;
}

.satellite-docs__row {
	display: flex;
	flex-wrap: wrap;
}

.satellite-docs__col {
	width: 50%;
}

.satellite-docs__col:first-child {
	padding-right: 20px;
}

.satellite-docs__link {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #1D57EE;
}

.satellite-docs__link + .satellite-docs__link {
	margin-top: 27px;
}

.satellite-docs__link a {
	color: #1D57EE;
	transition: all 0.2s ease-out;
}

.satellite-docs__link a:hover {
	opacity: 0.8;
}

.satellite-docs__link a[href$=".pdf"] {
	display: flex;
	position: relative;
}

.satellite-docs__link a[href$=".pdf"]:before {
	content: '';
	margin-right: 20px;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/satellite-pdf.svg);
}

.satellite-docs__links {
	margin-left: 10px;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1199.98px) {
	.satellite-container {
		padding: 0 30px;
	}

	.satellite-products__carousel .owl-nav {
		display: none;
	}

	.satellite-products .owl-dots {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
	}

	.satellite-products .owl-dot {
		width: 10px;
		height: 10px;
		background: #E4E6FF;
		border-radius: 50%;
		transition: background 0.2s ease-out;
	}

	.satellite-products .owl-dot:hover {
		background: #1D57EE;
	}

	.satellite-products .owl-dot + .owl-dot {
		margin-left: 25px;
	}

	.satellite-products .owl-dot.active {
		width: 20px;
		height: 20px;
		background: #1D57EE;
		border-color: #1D57EE;
	}

	.satellite-goods .owl-dots {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
	}

	.satellite-goods .owl-dot {
		width: 10px;
		height: 10px;
		background: #E4E6FF;
		border-radius: 50%;
		transition: background 0.2s ease-out;
	}

	.satellite-goods .owl-dot:hover {
		background: #1D57EE;
	}

	.satellite-goods .owl-dot + .owl-dot {
		margin-left: 25px;
	}

	.satellite-goods .owl-dot.active {
		width: 20px;
		height: 20px;
		background: #1D57EE;
		border-color: #1D57EE;
	}

	.satellite-docs__columns {
		display: block;
		margin: 0;
	}

	.satellite-docs__left {
		width: auto;
		padding: 0;
		margin-top: 0;
	}

	.satellite-docs__right {
		width: auto;
		padding: 0;
	}

	.satellite-docs__title {
		margin-left: 0;
		margin-bottom: 40px;
	}

	.satellite-docs__wrapper {
		padding: 80px 60px;
	}

	.satellite-main__wapper {
		padding-bottom: 400px;
	}

	.satellite-main__params {
		right: auto;
		left: -50px;
	}

	.satellite-main__block {
		max-width: 100%;
	}

	.satellite-main__text {
		max-width: 100%;
	}

	.satellite-main {
		border-radius: 0;
		margin: 0;
	}

	.satellite-danger__left {
		width: 270px;
	}

	.satellite-silently {
		padding-top: 180px;
	}

	.satellite-silently__row {
		display: block;
	}

	.satellite-silently___right {
		width: auto;
		max-width: 471px;
		margin: 0 0 40px;
	}

	.satellite-silently__block {
		max-width: 644px;
	}

	.satellite-vantages__col {
		padding-left: 15px;
		padding-right: 15px;
	}

	.satellite-vantages__row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.satellite-vantages__item {
		padding-left: 25px;
	}

	.satellite-hang__left {
		margin-right: 30px;
	}

	.satellite-hang__right {
		position: relative;
	}

	.satellite-hang__item {
		padding-left: 20px;
		padding-right: 20px;
	}

	.satellite-hang:before {
		width: 390px;
		height: 334px;
	}

	.satellite-device__block {
		max-width: 478px;
	}

	.satellite-device__img {
		width: 440px;
		top: 0;
	}

	.satellite-device {
		padding-bottom: 150px;
	}

	.satellite-clean__left {
		width: 350px;
	}

	.satellite-advantages {
		margin-top: -30px;
	}

	.satellite-installation {
		background: #fff;
		padding: 60px 0;
		box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
	}

	.satellite-installation__block {
		padding: 0;
		box-shadow: none;
		backdrop-filter: none;
	}

	.satellite-installation__item {
		padding-left: 20px;
		padding-right: 20px;
	}

	.satellite-clean__or span {
		left: 45px;
	}
}

@media only screen and (max-width : 991.98px) {
	* {
		-webkit-tap-highlight-color: transparent;
	}

	.satellite-ventmachine__columns {
		display: block;
	}

	.satellite-ventmachine__left {
		margin-right: 0;
		width: auto;
		margin-bottom: 40px;
	}

	.satellite-ventmachine__logo {
		padding: 50px;
	}

	.satellite-docs__links {
		margin-left: 0;
	}

	.satellite-main__description {
		width: auto;
		max-width: 424px;
		position: relative;
		right: auto;
		top: auto;
		margin-bottom: 40px;
	}

	.satellite-danger {
		padding-top: 150px;
	}

	.satellite-danger__columns {
		display: block;
	}

	.satellite-danger__left {
		margin-right: 0;
		padding-top: 0;
		margin-left: 0;
		width: auto;
		max-width: 340px;
		margin-bottom: 30px;
		margin-left: 50px;
	}

	.satellite-danger__title:before {
		top: -60px;
		left: -60px;
	}

	.satellite-danger__right {
		position: relative;
	}

	.satellite-vantages__row {
		flex-wrap: wrap;
		margin-left: -25px;
		margin-top: -25px;
	}

	.satellite-vantages__col {
		width: 50%;
		padding: 0 25px;
	}

	.satellite-vantages__item {
		padding-left: 36px;
	}

	.satellite-hang__columns {
		display: block;
	}

	.satellite-hang__left {
		width: auto;
		max-width: 300px;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.satellite-hang {
		padding-bottom: 240px;
	}

	.satellite-device__img {
		position: static;
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.satellite-device__block {
		max-width: 100%;
	}

	.satellite-clean__columns {
		display: block;
	}

	.satellite-clean__left {
		margin-bottom: 64px;
		max-width: 350px;
		width: auto;
		margin-top: 0;
	}

	.satellite-clean__right {
		margin-left: 80px;
	}

	.satellite-gtc__left {
		display: none;
	}

	.satellite-gtc__right {
		width: auto;
		padding: 0;
		margin: 0;
	}

	.satellite-gtc__columns {
		display: block;
	}

	.satellite-gtc__block {
		max-width: 100%;
	}

	.satellite-gtc__block:before {
		display: none;
	}

	.satellite-advantages {
		margin-top: 0;
		padding-top: 100px;
	}

	.satellite-gtc__block .satellite-gtc__img {
		display: block;
	}

	.satellite-gtc__img {
		max-width: 480px;
		margin-bottom: 20px;
	}

	.satellite-advantages__item:before {
		display: none;
	}

	.satellite-advantages__col {
		width: 33.333333%;
	}

	.satellite-installation__columns {
		display: block;
	}

	.satellite-installation__left {
		margin: 0 0 40px 0;
	}

	.satellite-installation__title:before {
		top: -64px;
	}

	.satellite-installation {
		padding: 100px 0;
	}

	.satellite-satellite__block {
		margin: auto;
	}

	.satellite-danger__title .satellite-title {
		display: none;
	}

	.satellite-danger__title .satellite-title + .satellite-title {
		display: block;
	}

	.satellite-danger {
		padding-top: 100px;
	}
}

@media only screen and (max-width : 767.98px) {
	.satellite-silently.v26 .satellite-silently__block{
		height: auto;
		padding: 50px 42px 152px 30px;
	}
	.satellite-satellite.v30{
		display:none;
	}
	.satellite-container {
		padding: 0 20px;
	}

	.satellite-button {
		padding-top: 19px;
		padding-bottom: 19px;
	}

	.satellite-title {
		font-size: 30px;
		line-height: 130%;
	}

	.satellite-title span {
		line-height: 40px;
		padding: 0 12px;
		margin-left: -12px;
	}

	.satellite-title i {
		line-height: 40px;
		padding: 0 12px;
		margin-left: -12px;
	}

	.satellite-text {
		font-size: 16px;
	}

	.satellite-ventmachine {
		padding-top: 80px;
	}

	.satellite-ventmachine__logo:before {
		display: none;
	}

	.satellite-ventmachine__logo {
		padding: 30px;
	}

	.satellite-ventmachine__logo img {
		height: 163px;
		width: auto;
	}

	.satellite-ventmachine__block {
		padding: 0;
		border-radius: 0;
		background: none;
		box-shadow: none;
		border: none;
	}

	.satellite-ventmachine__title {
		max-width: 261px;
	}

	.satellite-ventmachine__left {
		margin-bottom: 38px;
	}

	.satellite-ventmachine__text {
		margin-right: -2px;
	}

	.satellite-ventmachine__button {
		margin-top: 39px;
		max-width: 100%;
	}

	.satellite-ventmachine:before {
		display: none;
	}

	.satellite-text > p {
		margin: 23px 0;
	}

	.satellite-products {
		padding: 40px 0 50px;
	}

	.satellite-products__head {
		display: block;
		margin-bottom: 40px;
	}

	.satellite-products__description {
		margin-left: 0;
		font-size: 16px;
		margin-top: 19px;
		max-width: 100%;
	}

	.satellite-docs {
		padding: 80px 0;
	}

	.satellite-docs__wrapper {
		padding: 0;
		background: none;
		border: none;
		box-shadow: none;
		border-radius: 0;
	}

	.satellite-docs__row {
		display: block;
		margin: 0;
	}

	.satellite-docs__col {
		width: auto;
	}

	.satellite-docs__title {
		margin-bottom: 50px;
	}

	.satellite-docs__link + .satellite-docs__link {
		margin-top: 19px;
	}

	.satellite-docs__col + .satellite-docs__col {
		margin-top: 19px;
	}

	.satellite-goods {
		padding: 80px 0 0;
	}

	.satellite-ventmachine__popup {
		padding: 48px 22px 163px 18px;
	}

	.satellite-ventmachine__popup .satellite-ventmachine__title {
		margin-bottom: 30px;
		max-width: 227px;
		position: relative;
	}

	.satellite-ventmachine__popup .satellite-ventmachine__text {
		position: relative;
	}

	.satellite-ventmachine__popup button.mfp-close {
		position: absolute;
		bottom: 48px;
		left: 18px;
		right: 22px;
		font-weight: 600;
		font-size: 17px;
		line-height: 150%;
		letter-spacing: -0.01em;
		color: #fff;
		background: none;
		width: auto;
		height: auto;
		padding: 18.5px 0;
		text-align: center;
		border: 1px solid #fff;
		border-radius: 12px;
		top: auto;
		height: 65px;
	}

	.satellite-ventmachine__popup button.mfp-close:first-letter {
		display: none;
	}

	.satellite-ventmachine__popup button.mfp-close:after {
		content: 'Закрыть'
	}

	.satellite-ventmachine__popup:before {
		height: 1617px;
		width: 143px;
		left: auto;
		right: -52px;
		opacity: 0.4;
	}

	.satellite-main__params {
		left: -119px;
	}

	.satellite-main__pos1 {
		left: 120px;
	}

	.satellite-main__pos4 {
		right: 78px;
	}

	.satellite-main__pos3 {
		left: 332px;
	}

	.satellite-danger__col {
		width: 100%;
	}

	.satellite-danger__col:first-child {
		padding-top: 0;
	}

	.satellite-danger__left {
		margin-left: 0;
		margin-bottom: 40px;
	}

	.satellite-danger__title:before {
		width: 242px;
		height: 157px;
		background-image: url(../img/satellite-danger-mobile.svg);
		top: -20px;
		left: 56px;
	}

	.satellite-hang {
		padding-bottom: 270px;
	}

	.satellite-device {
		padding-bottom: 0;
	}

	.satellite-ventmachine__text .satellite-text {
		color: #484A6D;
	}

	.satellite-ventmachine .satellite-button_white.satellite-button_outline {
		color: #291368;
		border-color: #291368;
	}

	.satellite-ventmachine__title img {
		display: none;
	}

	.satellite-ventmachine__title img + img {
		display: block;
	}

	.satellite-hang__col {
		width: 100%;
	}

	.satellite-hang__col + .satellite-hang__col {
		margin-top: 30px;
	}

	.satellite-ventmachine__popup .satellite-ventmachine__text .satellite-text {
		color: #fff;
	}

	.satellite-fresh {
		padding-top: 200px;
	}

	.satellite-fresh__col {
		width: 100%;
	}

	.satellite-fresh__item_pos2 {
		display: flex;
		flex-direction: column;
	}

	.satellite-fresh__item_pos2 .satellite-fresh__text {
		order: 1;
		margin-bottom: 40px;
	}

	.satellite-fresh__item_pos2 .satellite-fresh__img {
		order: 2;
		margin-bottom: 0;s
	}

	.satellite-clean__or span {
		left: 90px;
	}

	.satellite-fresh__title {
		max-width: 290px;
	}

	.satellite-advantages__col {
		width: 50%;
	}

	.satellite-installation__col {
		width: 100%;
	}

	.satellite-installation__col + .satellite-installation__col {
		margin-top: 40px;
	}

	.satellite-installation__left {
		margin-bottom: 53px;
	}

	.satellite-satellite__text ul {
		display: block;
	}

	.satellite-satellite__text li + li {
		margin-top: 20px;
		margin-left: 0;
	}

	.satellite-satellite__text li br {
		display: none;
	}

	.satellite-satellite__text li:before {
		top: 4px;
	}

	.satellite-satellite__wrapper {
		padding: 60px 40px;
	}

	.satellite-feature {
		padding-top: 80px;
		padding-bottom: 80px;
	}

/*	.satellite-table {
		font-size: 12px;
	}*/

	.satellite-table td + td {
		/*font-size: 15px;*/
		margin-top: 11px;
		width: auto;
	}

	.satellite-table tr {
		display: block;
		padding: 16px 20px;
	}

	.satellite-table tr + tr {
		border-top: 1px solid #DADDFF;
	}

	.satellite-table td {
		display: block;
		border-top: none;
		padding: 0;
		width: auto;
		border-right: none;
	}

	.satellite-table tbody {
		display: block;
	}

	.satellite-table table {
		display: block;
	}

	.satellite-feature__title {
		margin-bottom: 30px;
	}

	.satellite-table tr:first-child td {
		padding-top: 0;
	}

	.satellite-table .satellite-table__mobile-hidden {
		display: none;
	}

	.satellite-table td:last-child {
		padding-left: 0;
	}

	.satellite-table td[colspan="2"] + td {
		width: 100%;
	}
}

@media only screen and (max-width : 575.98px) {
	.container {
		width: 100%;
	}

	.satellite-products__carousel {
		width: 87.5%;
	}

	.satellite-products__carousel .satellite-owl-carousel {
		position: static;
	}

	.satellite-products .satellite-container {
		position: relative;
		padding-bottom: 70px;
	}

	.satellite-products .owl-dots {
		margin-top: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.satellite-table {
		font-size: 15px;
		line-height: 130%;
	}

	.satellite-table td:first-child {
		font-size: 12px;
	}

	.satellite-table__mobile-hidden + td {
		font-size: 12px;
	}

	.satellite-main .satellite-container {
		padding: 0;
	}

	.satellite-main__block {
		margin-left: 0;
	}

	.satellite-main__title {
		padding: 0 20px;
		font-size: 59.8px;
		line-height: 100%;
		text-align: center;
	}

	.satellite-main__title span {
		font-size: 59.8px;
	}

	.satellite-main__label {
		padding: 0 20px;
		font-size: 14.7333px;
		line-height: 150%;
		margin-bottom: 20px;
		text-align: center;
	}

	.satellite-main__text {
		padding: 0 11px 0 20px;
		font-size: 15px;
		line-height: 150%;
		margin-bottom: 34px;
	}

	.satellite-main__description {
		background: rgba(96, 29, 238, 0.3);
		border-radius: 20px;
		padding: 20px 15.5px 20px 93.5px;
		font-size: 15px;
		line-height: 150%;
		max-width: 100%;
		margin: 0 20px 50px;
	}

	.satellite-main__description:before {
		left: 15.5px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}

	.satellite-main__buttons {
		padding: 0 20px;
		display: block;
		margin: 0;
	}

	.satellite-main__button {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.satellite-main__button span {
		display: none;
	}

	.satellite-main__button + .satellite-main__button {
		margin-top: 10px;
	}

	.satellite-main__params {
		margin: 0 auto 36px;
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		width: 360px;
		height: 344px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-image: url(../img/satellite-main__img-mobile.png);
	}

	.satellite-main__wapper {
		padding: 73px 0 60px;
	}

	.satellite-main__pos4 {
		right: auto;
		bottom: 22px;
		left: 20px;
	}

	.satellite-main__pos3 {
		left: 92px;
		top: 30px;
	}

	.satellite-main__pos2 {
		left: auto;
		right: 72px;
		bottom: 19px;
	}

	.satellite-main__pos1 {
		left: auto;
		right: 21px;
		top: 108px;
	}

	.satellite-main__param:before {
		width: 32px;
		height: 32px;
		border-color: #484A6D;
		border-radius: 6px;
	}

	.satellite-main__param {
		border-radius: 13px;
		background: rgba(6, 33, 102, 0.8);
		border-color: rgba(255, 255, 255, 0.1);
		backdrop-filter: blur(6px);
	}

	.satellite-main__pos4 .satellite-main__param {
		padding: 58px 12px 12px;
	}

	.satellite-main__pos4 .satellite-main__param:before {
		background-size: 21px 20px;
		top: 12px;
	}

	.satellite-main__pos4 .satellite-main__param b {
		font-size: 23px;
	}

	.satellite-main__pos4 .satellite-main__param span {
		font-size: 12px;
	}

	.satellite-main__pos3 .satellite-main__param {
		padding: 12px 12px 12px 58px;
	}

	.satellite-main__pos3 .satellite-main__param:before {
		background-size: 23px 23px;
		left: 12px;
	}

	.satellite-main__pos3 .satellite-main__param b {
		font-size: 14px;
	}

	.satellite-main__pos3 .satellite-main__param span {
		font-size: 14px;
	}

	.satellite-main__pos2 .satellite-main__param {
		padding: 12px 12px 12px 58px;
	}

	.satellite-main__pos2 .satellite-main__param:before {
		background-size: 23px 23px;
		left: 12px;
	}

	.satellite-main__pos2 .satellite-main__param b {
		font-size: 14px;
	}

	.satellite-main__pos2 .satellite-main__param span {
		font-size: 14px;
	}

	.satellite-main__pos1 .satellite-main__param {
		padding: 58px 12px 12px;
	}

	.satellite-main__pos1 .satellite-main__param:before {
		background-size: 21px 21px;
		top: 12px;
	}

	.satellite-main__pos1 .satellite-main__param span {
		font-size: 10px;
	}

	.satellite-main__pos1 .satellite-main__param b {
		font-size: 17px;
	}

	.satellite-danger {
		padding-top: 103px;
	}

	.satellite-danger__icon {
		width: 40px;
	}

	.satellite-danger__name {
		font-size: 16px;
	}

	.satellite-danger__item {
		padding: 32px 25px 35px 30px;
	}

	.satellite-danger__row {
		display: none;
	}

	.satellite-danger__carousel .satellite-owl-carousel .owl-stage-outer {
		overflow: visible;
	}

	.satellite-danger .owl-dots {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 50px;
	}

	.satellite-danger .owl-dot {
		width: 10px;
		height: 10px;
		background: #fff;
		border-radius: 50%;
		transition: background 0.2s ease-out;
	}

	.satellite-danger .owl-dot:hover {
		background: #1D57EE;
	}

	.satellite-danger .owl-dot + .owl-dot {
		margin-left: 25px;
	}

	.satellite-danger .owl-dot.active {
		width: 20px;
		height: 20px;
		background: #1D57EE;
		border-color: #1D57EE;
	}

	.satellite-silently {
		padding-top: 90px;
	}

	.satellite-silently__title:before {
		width: 308px;
		height: 159px;
		left: 0;
		top: -25px;
		background-image: url(../img/satellite-silently-mobile.svg);
	}

	.satellite-silently__block {
		padding: 50px 42px 252px 30px;
		border-radius: 20px;
	}

	.satellite-silently__block:before {
		width: 398px;
		height: 381px;
		left: -78px;
		bottom: -168px;
	}

	.satellite-silently__icon {
		background: none;
	}

	.satellite-danger__carousel {
		display: block;
	}

	.satellite-vantages__col {
		width: 100%;
	}

	.satellite-vantages__item {
		padding-left: 26px;
	}

	.satellite-vantages__text {
		font-size: 16px;
		padding-right: 11px;
	}

	.satellite-vantages__col_pos4 .satellite-vantages__text {
		max-width: 210px;
	}

	.satellite-vantages {
		padding: 40px 0 80px;
	}

	.satellite-vantages__col {
		margin-top: 44px;
	}

	.satellite-vantages__row {
		margin-top: -44px;
	}

	.satellite-hang__left {
		margin-top: 0;
	}

	.satellite-hang {
		padding: 39px 0 289px;
	}

	.satellite-hang__item {
		padding: 28px 40px 30px 30px;
	}

	.satellite-hang__row {
		display: none;
	}

	.satellite-hang__carousel {
		display: block;
	}

	.satellite-hang .owl-dots {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.satellite-hang .owl-dot {
		width: 10px;
		height: 10px;
		background: #E4E6FF;
		border-radius: 50%;
		transition: background 0.2s ease-out;
	}

	.satellite-hang .owl-dot:hover {
		background: #1D57EE;
	}

	.satellite-hang .owl-dot + .owl-dot {
		margin-left: 25px;
	}

	.satellite-hang .owl-dot.active {
		width: 20px;
		height: 20px;
		background: #1D57EE;
		border-color: #1D57EE;
	}

	.satellite-hang:before {
		content: '';
		position: absolute;
		bottom: -184px;
		left: -84px;
		width: 570px;
		height: 460px;
		background: url(../img/satellite-hang-mobile.png) no-repeat;
		background-size: cover;
	}

	.satellite-device {
		padding-top: 80px;
	}

	.satellite-device__title .satellite-title i {
		margin-left: -14px;
	}

	.satellite-device__item {
		padding-left: 0;
		margin-top: 11px;
	}

	.satellite-device__item__number {
		margin-right: 14px;
	}

	.satellite-device__img {
		width: 320px;
		margin-top: 24px;
		margin-bottom: 57px;
	}

	.satellite-device__img img {
		display: none;
	}

	.satellite-device__img img + img {
		display: block;
	}

	.satellite-ventmachine {
		padding-top: 58px;
	}

	.satellite-ventmachine__logo {
		border-radius: 20px;
	}

	.satellite-fresh {
		padding-top: 134px;
		/*padding-bottom: 275px;*/
		padding-bottom: 0;
	}

	.satellite-fresh__title {
		margin-bottom: 40px;
	}

	.satellite-fresh__title:before {
		left: -20px;
		top: -52px;
		width: 336px;
		height: 281px;
		background-image: url(../img/satellite-fresh-mobile.svg);
	}

	.satellite-fresh__row {
		display: block;
		margin: 0;
	}

	.satellite-fresh__col {
		padding: 0;
		margin: 0;
	}

	.satellite-fresh__col + .satellite-fresh__col  {
		margin-top: 40px;
	}

	.satellite-fresh__item_pos1 {
		margin-top: 0;
	}

	.satellite-fresh__text {
		padding-left: 0;
	}

	.satellite-fresh__text:before {
		display: none;
	}

	.satellite-fresh__block:before {
		display: none;
	}

	.satellite-clean {
		padding-top: 88px;
	}

	.satellite-clean__left {
		margin-left: 0;
		margin-right: 0;
		max-width: 300px;
	}

	.satellite-clean__title:before {
		left: 15px;
		top: -35px;
		width: 314px;
		height: 201px;
		background-image: url(../img/satellite-clean-mobile.svg);
	}

	.satellite-clean__img {
		width: 120px;
		margin-right: 0;
		margin-bottom: 31px;
	}

	.satellite-clean__item {
		display: block;
		position: relative;
	}

	.satellite-clean__right {
		margin-left: 44px;
	}

	.satellite-clean__caption {
		margin-bottom: 21px;
	}

	.satellite-clean__item .satellite-clean__text {
		max-width: 265px;
	}

	.satellite-clean__or {
		top: 60px;
		left: -27px;
		height: 415px;
		bottom: auto;
	}

	.satellite-clean__or span {
		left: 158px;
	}

	.satellite-clean__item_pos2 .satellite-clean__caption {
		margin-bottom: 8px;
	}

	.satellite-gtc__title {
		max-width: 200px;
		margin-bottom: -10px;
	}

	.satellite-gtc {
		padding-top: 63px;
	}

	.satellite-gtc__img {
		width: 360px;
		margin-left: 8px;
		margin-bottom: 14px;
	}

	.satellite-gtc__text {
		font-size: 16px;
	}

	.satellite-advantages__col {
		width: 100%;
	}

	.satellite-advantages {
		padding-top: 37px;
		padding-bottom: 77px;
	}

	.satellite-advantages__item {
		display: flex;
		align-items: center;
		flex-direction: row;
		padding: 28px 30px;
	}

	.satellite-advantages__icon {
		flex-shrink: 0;
		margin-bottom: 0;
		margin-right: 30px;
	}

	.satellite-advantages__name {
		margin: 0;
	}

	.satellite-installation {
		padding: 60px 0 40px;
	}

	.satellite-installation__title:before {
		left: -8px;
		top: -18px;
		width: 291px;
		height: 166px;
		background-image: url(../img/satellite-installation-mobile.svg);
	}

	.satellite-installation__item {
		padding-left: 30px;
		padding-right: 30px;
	}

	.satellite-satellite {
		margin-top: 80px;
	}

	.satellite-satellite__wrapper {
		padding: 0;
		background: none;
	}

	.satellite-satellite__block {
		padding: 35px 32px 35px 30px;
		background: #1B2558;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 35px;
	}

	.satellite-satellite__caption {
		font-size: 53.11px;
		line-height: 100%;
		margin-bottom: 4px;
	}

	.satellite-satellite__caption span {
		font-size: 53.11px;
	}

	.satellite-satellite__label {
		font-size: 13.0848px;
		line-height: 150%;
		margin-bottom: 46px;
	}

	.satellite-satellite__text {
		font-size: 18px;
	}

	.satellite-satellite__text li:before {
		top: 0;
	}

	.satellite-satellite__img {
		display: block;
		height: 360px;
		border: 1px solid rgba(255, 255, 255, 0.4);
		box-shadow: 36px 38px 165px rgba(39, 43, 48, 0.06);
		backdrop-filter: blur(22px);
		border-radius: 35px;
		background: url(../img/satellite-satellite-img.jpg) no-repeat center;
		background-size: cover;
		margin-top: 30px;
	}

	.satellite-danger .satellite-owl-carousel .owl-stage {
		display: flex;
	}

	.satellite-danger .satellite-danger__item {
		height: 100%;
	}

	.satellite-hang .satellite-owl-carousel .owl-stage {
		display: flex;
	}

	.satellite-hang .satellite-hang__item {
		height: 100%;
	}

	.satellite-advantages__icon img {
		display: none;
	}

	.satellite-advantages__icon img + img {
		display: block;
	}
}