
.page-home > section {
	margin-bottom: 120px;
	overflow: hidden;
}
/* 1 секция  */
.s_first-screen, .s_hero-screen {
	height: 800px;
  position: relative;
	padding-top: 156px;
	padding-bottom: 120px;
}
.s_hero-screen__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0 0 32px 32px;
  z-index: 0;
  background: #10182A;
}
.video-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; 
}
.first-screen__content, .hero-screen__content{
	height: 100%;
	color: #fff;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}
br.m {
	display: none;
}
br.d{
	display: inline-block;
}
.hero-screen__title {
	font-size: 60px;
	font-weight: 600;
	letter-spacing: -2%;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin-bottom: 39px;
}
/* KasperskyOS */
.hero-screen__title span {

	background: -webkit-gradient(linear, left top, right top, from(#00E3E3), to(#A87DFF));

	background: linear-gradient(90deg, #00E3E3 0%, #A87DFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.hero-screen__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.hero-screen__btn .n_btn {
	display: inline-block;
	line-height: 62px;
	border-radius: 16px;
	padding: 0 40px;
	font-size: 18px;
	font-weight: 500;
}
.hero-screen__btn .n_btn_gray {
	display: inline-block;
	line-height: 62px;
	border-radius: 16px;
	padding: 0 40px;
	font-size: 18px;
	font-weight: 500;
	background: #F1F4F74D;
	color: #fff;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
	.hero-screen__btn .n_btn_gray:hover{
		background: #F3F6F8;
		color: #141928;
	}
}
.section-home {
	color: var(--n_sec_text);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}
.section-home .section-title{
	text-align: center;
	color: #141928;
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 64px;
	line-height: 1.15;
	letter-spacing: -0.02em;
}
/* преимущества */
.s_advantages__block {
	margin-bottom: 32px;
}
.s_advantages__block .title {
	color: var(--n_sec_title);
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 1.15;
	letter-spacing: -0.01em;
}
.s_advantages__block .text span {
	background: -webkit-gradient(linear, left top, right top, from(#05B3B6), to(#7733FF));
	background: linear-gradient(90deg, #05B3B6 0%, #7733FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.s_advantages__float-card {

	overflow: hidden;
}
.s_advantages__float-card .card-body img{
	border-radius: 32px;
	width: 100%;
	height: auto;
	display: block;
}
.s_advantages__float-card .s_advantages__float-btn {
	cursor: pointer;
	max-width: 112px;
	-webkit-backdrop-filter: blur(15px);
	        backdrop-filter: blur(15px);
	border-radius: 16px;
	overflow: hidden;


	width: 112px;
	height: 64px;

	background: rgba(20, 25, 40, 0.1);
	-webkit-box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	        box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.s_advantages__float-card .s_advantages__float-btn img {
	max-width: 100%;
	display: block;
}
.s_events {
	overflow: hidden;
}
.h_slider-sinple .embla {
	overflow: visible;
}
.h_slider-sinple .embla__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}
.h_slider-sinple .embla__slide {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
}
/* .h_slider-sinple .embla__slide picture {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
  object-position: center right;
	
} */
.h_slider-sinple .embla__slide picture {
  position: absolute;
  inset: 0;          /* top:0 right:0 bottom:0 left:0 */
  z-index: -1;
}
.h_slider-sinple .embla__slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  display: block;
}
.h_slider-sinple__block {
	height: 480px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 32px;
	max-width: 50%;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
	z-index: 10;
}
.h_slider-sinple__block .tag {
	border-radius: 60px;
	line-height: 33px;
	height: auto;
	font-size: 16px;
	padding: 0 12px;
	display: inline-block;
	
	background: #373B48;
	margin: 0 0 32px;

}
.h_slider-sinple__block .title {
	font-size: 40px;
	font-weight: 600;
	/* color: #fff; */
	margin-bottom: 12px;
	line-height: 1.15;
	display: inline-block;
	letter-spacing: -0.02em;
}
.h_slider-sinple__block .text {
	color: #DADEE3;
	margin-bottom: 0;
}
.black .h_slider-sinple__block .tag {
	background: #373B48;
	color: #fff;
}
.black .h_slider-sinple__block .title {
	color: #fff;
}
.black .h_slider-sinple__block .text {
	color: #DADEE3;
}
.white .h_slider-sinple__block .tag {
	background: #fff;
}
.white .h_slider-sinple__block .title, .white .h_slider-sinple__block .tag {
	color: var(--n_sec_title);
}
.white .h_slider-sinple__block .text {
	color: var(--n_sec_text);
}
.h_slider-sinple__slide {
	position: relative;
}
.h_slider-sinple__slide::before {
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	bottom: 0;
	height: 267px;
	z-index: 1;
	opacity: 0;
}
.h_slider-sinple__slide.black::before {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-30.15%, #141928), color-stop(17%, rgba(20, 25, 40, 0.811425)), color-stop(61.22%, rgba(20, 25, 40, 0.500528)), color-stop(81.25%, rgba(20, 25, 40, 0.26454)), to(rgba(20, 25, 40, 0)));
	background: linear-gradient(0deg, #141928 -30.15%, rgba(20, 25, 40, 0.811425) 17%, rgba(20, 25, 40, 0.500528) 61.22%, rgba(20, 25, 40, 0.26454) 81.25%, rgba(20, 25, 40, 0) 100%);
}
.h_slider-sinple__slide.white::before {

	background: -webkit-gradient(linear, left bottom, left top, from(#F1F4F7), color-stop(31.24%, rgba(241, 244, 247, 0.768178)), color-stop(58.57%, rgba(241, 244, 247, 0.517636)), color-stop(84.15%, rgba(241, 244, 247, 0.246182)), to(rgba(241, 244, 247, 0)));

	background: linear-gradient(360deg, #F1F4F7 0%, rgba(241, 244, 247, 0.768178) 31.24%, rgba(241, 244, 247, 0.517636) 58.57%, rgba(241, 244, 247, 0.246182) 84.15%, rgba(241, 244, 247, 0) 100%);

}
.h_slider-sinple .embla__controls {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.h_slider-sinple .embla__dots {
	padding: 15px 0 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}
.embla__dot {
  width: 12px;
  height: 12px;

  background-color: #DADEE3; /* цвет неактивной */
  cursor: pointer;

  /* используем SVG как маску */
  -webkit-mask: url('../../../img/icon/slider-dot.svg') no-repeat center / contain;
          mask: url('../../../img/icon/slider-dot.svg') no-repeat center / contain;

  -webkit-transition: background-color .25s ease, -webkit-transform .25s ease;

  transition: background-color .25s ease, -webkit-transform .25s ease;

  transition: background-color .25s ease, transform .25s ease;

  transition: background-color .25s ease, transform .25s ease, -webkit-transform .25s ease;
}
/* активная */
.embla__dot.is-active {
  background-color: #00E3E3; 
  -webkit-transform: scale(1.34); 
      -ms-transform: scale(1.34); 
          transform: scale(1.34);
}
.h_slider-sinple .embla__controls > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
}
.embla__btns {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}
.embla__btns .n_h_sect_btn {
	margin-right: 8px;	
}
.embla__btns .embla__prev {
	margin-right: 4px;
}
.embla__btns .embla__prev, .embla__btns .embla__next {
	border: none;
	width: 62px;
	height: 62px;
	border-radius: 16px;
	position: relative;
	background-color: #F3F6F8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
	.embla__btns .embla__prev:hover:not(.is-disabled), .embla__btns .embla__next:hover:not(.is-disabled) {
		background-color: #DADEE3
	}
}
.embla__btns .is-disabled {
	cursor: auto;
}
.embla__btns .embla__prev::before, .embla__btns .embla__next::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-color: var(--n_sec_title); /* ← ЦВЕТ ИКОНКИ */
}
.embla__btns .embla__prev::before {
  -webkit-mask: url('../../../img/icon/n_arrow-long-l.svg') no-repeat center / contain;
  mask: url('../../../img/icon/n_arrow-long-l.svg') no-repeat center / contain;
}
.embla__btns .embla__next::before {
	-webkit-mask: url('../../../img/icon/n_arrow-long-r.svg') no-repeat center / contain;
  mask: url('../../../img/icon/n_arrow-long-r.svg') no-repeat center / contain;
}
.embla__btns .embla__prev.is-disabled::before, .embla__btns .embla__next.is-disabled::before {
	background-color: #DADEE3;
}
.section-title span{

	background: -webkit-gradient(linear, left top, right top, from(#05B3B6), to(#7733FF));

	background: linear-gradient(90deg, #05B3B6 0%, #7733FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.s_product__block-wrap {
	margin-bottom: 64px;
}
.s_product__block-wrap:last-child {
	margin-bottom: 0;
}
.s_product__img {
	border-radius: 32px;
	max-width: 100%;
	width: 100%;
	display: block;
}
.s_product__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}
.s_product__inner > div {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(50% - 12px);
	        flex: 0 0 calc(50% - 12px);
}
.s_product__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	height: 100%;
}
.s_product__block img{
	margin-bottom: 24px;
	display: block;
}
.s_product__block .title {
	font-size: 28px;
	font-weight: 600;
	color: var(--n_sec_title);
	margin-bottom: 12px;
	letter-spacing: -0.01em;
	line-height: 1.15;
}
.s_product__block p {
	margin-bottom: 24px;
}
.s_product__block .n_h_sect_btn {
	margin-top: auto;
}
.h_how_use__float {
	height: 480px;
	border-radius: 32px;
}
.h_how_use__float img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center right;
	   object-position: center right;
	position: absolute;
	z-index: -1;
}
.h_how_use__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 32px;
	height: 100%;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	max-width: calc(580px + 32px);
	position: relative;
	z-index: 10;
}
.h_how_use__block .title {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.15;
	margin-bottom: 12px;
	letter-spacing: -0.02em;
}
.h_how_use__block p{
	color: #DADEE3;
}
.n_btn.float-btn {
	line-height: 48px;
	padding: 0 40px;
	cursor: pointer;
}
/* .n_btn.float-btn, .n_btn.float-btn:hover {
	background: rgba(20, 25, 40, 0.1);
	box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	backdrop-filter: blur(15px);
} */
.h_how_use__slider {
	margin-bottom: 32px;
}
.h_how_use__slider .embla__container, .s_partner__slider .embla__container{
	gap: 0;
}
.h_how_use__slider .embla__container .embla__slide, .s_partner__slider .embla__container .embla__slide{
	margin-right: 24px;
}
.h_how_use__slider .embla__container .h_how_use__float, .s_partner__slider .embla__container .h_how_use__float {
	position: relative;
}
.h_how_use__slider .embla__container .h_how_use__float::before, .s_partner__slider .embla__container .h_how_use__float::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: 
  radial-gradient(
    94.89% 112.8% at 12.5% 136.46%, 
    rgba(0, 227, 227, 0.5) 0%, 
    rgba(0, 227, 227, 0) 74.17%
  ),
  -webkit-gradient(
    linear, 
    left top, left bottom, 
    color-stop(37.12%, rgba(20, 25, 40, 0)), 
    to(#141928)
  );
	background: 
  radial-gradient(
    94.89% 112.8% at 12.5% 136.46%, 
    rgba(0, 227, 227, 0.5) 0%, 
    rgba(0, 227, 227, 0) 74.17%
  ),
  linear-gradient(
    180deg, 
    rgba(20, 25, 40, 0) 37.12%, 
    #141928 100%
  );
}
.h_how_use__slider .float-btn, .s_partner__slider .float-btn, .s_events .float-btn {
	font-size: 14px;
	font-weight: 400;
	background: rgba(20, 25, 40, 0.1);
	-webkit-box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	        box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	font-weight: 400;
}
.f_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.s_consultation_block {
	/* background: linear-gradient(0deg, rgba(20, 25, 40, 0.74), rgba(20, 25, 40, 0.74));
	box-shadow: inset 0px 5px 30px #FFFFFF, inset 0px 10px 60px #00E3E3, inset 0px 20px 90px #00E3E3, inset 0px -10px 60px #7733FF, inset 0px -20px 90px #7733FF; */
	/* border-radius: 32px; */
	/* overflow: hidden; */
	position: relative;
	/* padding: 200px 32px; */
	min-height: 480px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	-webkit-clip-path: inset(0 round 32px);
	        clip-path: inset(0 round 32px);
}
.s_consultation_block::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 25, 40, 0.74)), to(rgba(20, 25, 40, 0.74)));
	background: linear-gradient(0deg, rgba(20, 25, 40, 0.74), rgba(20, 25, 40, 0.74));
	-webkit-box-shadow: inset 0px 5px 30px #FFFFFF, inset 0px 10px 60px #00E3E3, inset 0px 20px 90px #00E3E3, inset 0px -10px 60px #7733FF, inset 0px -20px 90px #7733FF;
	        box-shadow: inset 0px 5px 30px #FFFFFF, inset 0px 10px 60px #00E3E3, inset 0px 20px 90px #00E3E3, inset 0px -10px 60px #7733FF, inset 0px -20px 90px #7733FF;

}
.s_consultation_block__info {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.s_consultation_block img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/* border-radius: 40px; */
}
.s_consultation_block .title {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	line-height: 1.15;
	margin-bottom: 24px;
	text-align: center;
}
.s_consultation_block p {
	font-size: 24px;
	margin-bottom: 32px;
	color: #DADEE3;
	text-align: center;
}
.s_consultation_block .n_btn {
	line-height: 62px;
	padding: 0 40px;
	cursor: pointer;
}
/* блоки с кнопкой плавающей  */
.float-card {
  position: relative;
	overflow: hidden;
	border-radius: 32px;
}
.card-body {
  position: relative;
  z-index: 1;
	/* max-width: 644px; */
	max-height: 620px;
}
/* сюда вставится iframe */
.video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.video-wrapper iframe {
	width: 100%;
	height: 100%;
}
.float-btn {
  position: absolute;
  left: 0;
  top: 0;
  translate: -50% -50%;
  z-index: 50;
  pointer-events: auto;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none;
	will-change: transform;
}
/* слайдер  */
.embla {
  overflow: hidden;
}
.embla__container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	/* margin-right: 24px; */
	gap: 24px;
}
.embla__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 0;
	
}
.embla__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 0;
  
}
.embla__slide img {
	max-width: 100%;
}
/* стили стрелочек */
.embla__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.embla__prev,
.embla__next {
  cursor: pointer;
}
.embla__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.embla__dot {
  cursor: pointer;
	border: none;
	outline: none;
}
/* 2 тип слайдера  */
.tabs-btn {
  position: relative;
  padding: 10px 16px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.tabs-btn.is-active {
  background: #fff;
/*  color: #fff;*/
}
/* прогресс-заливка */
.tabs-btn .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: orange;
}
.tabs-slider__controls .tabs-btn{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
  white-space: nowrap;
	border-radius: 16px;
	text-align: center;
	position: relative;
	overflow: hidden;
	line-height: 54px;
	padding: 0 10px;
}
.tabs-slider__controls .tabs-btn .title {
	position: relative;
	z-index: 10;
	color: var(--n_sec_title);
}
.tabs-slider__controls .tabs-btn .progress {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	background: #ABEFEF;
}
.tabs-slider__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: #F3F6F8;
	border-radius: 24px;
	gap: 8px;
	padding: 8px;
	margin-bottom: 32px;

  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  /* scroll-snap-type: x mandatory; */
	scroll-snap-align: start;
	/* scroll-padding-left: 8px;
  scroll-padding-right: 8px; */
}
.tabs-slider__controls::-webkit-scrollbar {
  display: none;
}
.tabs-slider__controls .tabs-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  scroll-snap-align: start;
}
@media (max-width: 1440px) {
	.hero-screen__title {
		margin-bottom: 60px;
	}
	.s_hero-screen {
		padding-top: 136px;
	}
	.s_product__block img {
		max-width: 44px;
		margin-bottom: 8px;
	}
	.s_product__block .n_h_sect_btn{
		width: 100%;
		text-align: center;
	}
	.s_product__img {
		border-radius: 24px;
	}
	.tabs-slider__controls .tabs-btn {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
	}
	.h_how_use__slider .float-btn, .s_partner__slider .float-btn {
		padding: 0 32px;
	}
	
}
@media (max-width: 1280px) {
	.h_slider-sinple__block {
		max-width: 70%;
	}
	.s_product__block .title {
		margin-bottom: 8px;
	}
	.s_product__block img {
		height: 48px;
		max-width: 100%;
	}
	.h_slider-sinple__slide::before {
		opacity: 1;
	}
	

}
@media (max-width: 1023px) {
	.s_hero-screen__media {
		border-radius: 0 0 24px 24px;
	}
	br.m {
		display: inline-block;
	}
	br.d{
		display: none;
	}
	.s_hero-screen {
		padding-top: 108px;
		padding-bottom: 80px;
	}
	.s_hero-screen {
		height: 700px;
	}
	.hero-screen__title {
		margin-bottom: auto;
		text-align: center;
		font-size: 48px;
		padding-top: 48px;
	}
	.hero-screen__btn > .n_btn, .hero-screen__btn > .n_btn_gray{
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		text-align: center;
		line-height: 59px;
		font-size: 16px;
		padding: 0;
	}
	.page-home > section {
		margin-bottom: 80px;
	}
	.section-home .section-title {
		font-size: 48px;
		margin-bottom: 32px;
	}
	
	.s_advantages__video {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.s_advantages__text {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.s_advantages__float-card {
		margin-bottom: 32px;
	}
	.n_h_sect_btn {
		display: block;
		text-align: center;
		font-size: 16px;
		width: 100%;
	}
	.s_advantages__block .title {
		font-size: 24px;
		margin-bottom: 8px;
		letter-spacing: 0;
	}
	.s_advantages__block {
		margin-bottom: 24px;
	}
	.s_advantages__block .text{
		font-size: 16px;
	}
	.s_advantages__block .text br {
		display: none;
	}
	.float-btn {
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
		position: absolute;
		left: 50%;
		top: 50%;
		translate: -50% -50% !important;
	}
	.float-btn {
		max-width: 112px;
	}
	.h_slider-sinple .embla .embla__container {
    margin-right: 8.77%;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
  }
	/* .h_slider-sinple .embla__slide {
    flex: 0 0 96%;
  } */
	
	.h_slider-sinple__block .tag {
		line-height: 31px;
		font-size: 14px;
	}
	.h_slider-sinple__block .title {
		font-size: 28px;
		letter-spacing: -0.01em;
	}
	.h_slider-sinple__block .text {
		font-size: 16px;
	}
	.h_how_use__slider .float-btn, .s_events .float-btn{
		display: none;
	}
	
	.s_product__block .title {
		font-size: 24px;
	}
	.s_product__block p {
		font-size: 16px;
		margin-bottom: 24px;
	}
	.tabs-slider__controls {
		margin-bottom: 24px;
	}
	.tabs-slider__controls .tabs-btn {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		 width: auto;
		 font-size: 16px;
		 line-height: 51px;
	}
	.h_how_use__block {
		padding: 24px;
	}
	.h_how_use__block .title {
		font-size: 28px;
		margin-bottom: 8px;
	}
	.h_how_use__block p {
		font-size: 16px;
	}
	.float-card {
		border-radius: 24px;
	}
	.h_how_use__float img {
		-o-object-position: center;
		   object-position: center;
	}
	.h_how_use__float .float-btn {
		display: none;
	}
	.s_consultation_block {
		padding: 0 32px;
	}
	.s_consultation_block .title {
		font-size: 48px;
		margin-bottom: 12px;
	}
	.s_consultation_block p {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.s_consultation_block .n_btn {
		line-height: 59px;
		font-size: 16px;
	}

	.s_consultation_block::before {
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 25, 40, 0.74)), to(rgba(20, 25, 40, 0.74))), url(5.png);
		background: linear-gradient(0deg, rgba(20, 25, 40, 0.74), rgba(20, 25, 40, 0.74)), url(5.png);
		-webkit-box-shadow: inset 0px 5px 15px #FFFFFF, inset 0px 5px 20px #00E3E3, inset 0px 10px 35px #00E3E3, inset 0px -5px 20px #7733FF, inset 0px -10px 35px #7733FF;
		        box-shadow: inset 0px 5px 15px #FFFFFF, inset 0px 5px 20px #00E3E3, inset 0px 10px 35px #00E3E3, inset 0px -5px 20px #7733FF, inset 0px -10px 35px #7733FF;
		-webkit-clip-path: inset(0 round 24px);
		        clip-path: inset(0 round 24px);
	}
	.s_product__inner {
		gap: 0;
	}
	.s_product__inner > div {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
	

	.s_product__block .n_h_sect_btn {
		margin-top: 0;
	}
	.style-1.s_product__inner > div:nth-child(1) {
		padding-right: 16px;
	}
	.style-2.s_product__inner > div:nth-child(2) {
		padding-left: 16px;
	}
	.s_product__block-wrap {
		margin-bottom: 40px;
	}
	
	.h_slider-sinple .embla__dots {
		margin-right: 5%;
		padding: 16px 0 34px;
	}
	.s_advantages__float-card .s_advantages__float-btn {
		opacity: 1 !important;
		width: 128px;
		height: 73px;
	}
	.n_h_sect_btn {
		line-height: 59px;
	}
	.embla__btns .embla__prev, .embla__btns .embla__next {
		width: 59px;
		height: 59px;
		min-width: 59px;
	}

}
@media (max-width: 940px){
	.h_slider-sinple .embla .embla__container {
    margin-right: 5.01%;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
  }
	.hero-screen__title {
		font-size: 40px;
	}
	.h_slider-sinple__block {
		padding: 24px;
	}
	.style-1.s_product__inner .md-order-1 {
		padding-left: 8px;
	}
	.style-2.s_product__inner .md-order-1 {
		padding-right: 8px;
	}
	.s_product__block .title {
		letter-spacing: 0;
	}
	.style-1.s_product__inner > div:nth-child(1) {
		padding-right: 8px;
	}
	.style-2.s_product__inner > div:nth-child(2) {
		padding-left: 8px;
	}
	.s_product__block p {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.h_slider-sinple .embla__slide {
		border-radius: 24px;
	}
	

}
@media (max-width: 767px) {
	.style-1.s_product__inner .md-order-1 {
		padding-left: 0;
	}
	.style-2.s_product__inner .md-order-1 {
		padding-right: 0;
	}
	.hero-screen__title {
		font-size: 40px;
	}
	.h_slider-sinple .embla .embla__container {
    margin-right: 33%;
  }
	/* .h_slider-sinple .embla__slide {
    flex: 0 0 84%;
  } */
	.h_slider-sinple .embla__slide picture img {
		-o-object-position: center top;
		   object-position: center top;
	}
	.h_slider-sinple__block {
		max-width: 100%;
	}
	.h_slider-sinple__block .tag {
		margin-bottom: auto;
	}
	.h_slider-sinple .embla__controls > div.embla__dots, .embla__btns button {
		display: none;
	}
	.embla__btns .n_h_sect_btn {
		width: 100%;
		font-size: 16px;
		margin-right: 0;
	}
	.embla__container {
		margin-bottom: 24px;
		gap: 8px;
	}
	.h_how_use__slider .embla__container {
		margin-bottom: 16px;
	}
	.s_partner__slider .embla__container {
		margin-bottom: 0;
	} 
	.md-order-1 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.md-order-2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.s_product__img {
		margin-bottom: 24px;
	}
	.section-home .section-title {
		font-size: 40px;
	}
	.s_consultation_block .title {
		font-size: 40px;
	}
	/* .h_slider-sinple .embla__slide {
		flex: 0 0 95%;
	} */
	.s_product__inner {
		gap: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.s_product__inner > div {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.style-1.s_product__inner > div:nth-child(1) {
		padding-right: 0;
	}
	.style-2.s_product__inner > div:nth-child(2) {
		padding-left: 0;
	}
	.s_product__block-wrap {
		margin-bottom: 32px;
	}
	.h_slider-sinple .embla__container {
		gap: 8px;
	}
	.h_slider-sinple__slide::before {
		height: 350px;
		opacity: 1;
	}
	.n_btn.float-btn {
		padding: 0 28px;
		/* line-height: 59px; */
	}
	.h_slider-sinple__block {
		padding: 24px;
	}
	.h_how_use__slider .embla__container .embla__slide, .s_partner__slider .embla__container .embla__slide{
		margin-right: 8px;
	}
	.s_advantages__float-card .s_advantages__float-btn {
		width: 240px;
		max-width: 240px;
		height: 137px;
		border-radius: 34px;
	}
	.s_advantages__float-card .s_advantages__float-btn img{
		width: 51px;
		height: 51px;
	}
	.h_how_use__slider {
		margin-bottom: 0;
	}
	.s_advantages__float-card .card-body img {
		border-radius: 24px;
	}
	.s_product__block p {
		display: block;
	}

	.tabs-slider__controls {
		width: calc(100% + 48px); /* 24 + 24 */
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: -webkit-transform 0.3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	}

	/* старт — отступ слева */
	.tabs-slider__controls.is-start {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}

	/* середина — растянут на весь экран */
	.tabs-slider__controls.is-center {
		-webkit-transform: translateX(-24px);
		    -ms-transform: translateX(-24px);
		        transform: translateX(-24px);
	}

	/* конец — отступ справа */
	.tabs-slider__controls.is-end {
		-webkit-transform: translateX(-48px);
		    -ms-transform: translateX(-48px);
		        transform: translateX(-48px);
	}
	
}
@media (max-width: 540px) {
	.hero-screen__btn {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.hero-screen__btn > .n_btn, .hero-screen__btn > .n_btn_gray {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
	}
	.h_slider-sinple .embla .embla__container {
    margin-right: 7%;
  }
	.s_advantages__float-card .s_advantages__float-btn {
		width: 112px;
		max-width: 112px;
		height: 64px;
		border-radius: 16px;
	}
	.s_advantages__float-card .s_advantages__float-btn img{
		width: 24px;
		height: 24px;
	}
	.social-link {
		gap: 8px;
	}
	.new_footer__btm .link {
		gap: 6px 16px;
	}
	.h_slider-sinple__block .text {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.h_slider-sinple .embla__slide {
		max-width: 320px;
	}

}
@media (max-width: 420px) {
	
	
	
	.h_slider-sinple__block .title br{
		display: none;
	}
	.h_how_use__block .title br{
		display: none;
	}
	.h_how_use__block p {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	
}
@media (max-width: 372px) {
	.section-home .section-title {
		font-size: 34px;
	}
}
@media (min-width: 1024px) {
	
}
/* shadow */


