@import url('normalize.css');
@font-face {
	font-family: "Commissioner", sans-serif;
	font-style: normal;
	font-weight: 500;
	src: local("Commissioner"),
	url("fonts/Commissioner/Commissioner-Medium.ttf") format("ttf");
}
@font-face {
	font-family: "Commissioner", sans-serif;
	font-style: normal;
	font-weight: 600;
	src: local("Commissioner"),
	url("fonts/Commissioner/Commissioner-SemiBold.ttf") format("ttf");
}
:root {
	--button_bright_bg: #FFDF10;
	--white_font: #FFFBF8;
	--border_block: rgba(204, 204, 204, 1);
	--black_text: #333333;
	--gray_text: #666666
}
a {
	text-decoration: none;
	outline: none; /*Safari*/
}
button {
	padding: 0;
	border: none;
	cursor: pointer;
}
ul, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
* {
	font-family: "Open Sans", sans-serif;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, strong, b, a {
	font-family: "Commissioner", sans-serif;
	font-weight: 600;
}
html {
	scroll-behavior: smooth;
}
.body {
	background-color: #FFFBF8;
}
.full {
	max-width: 1980px;
	width: 100%;
	margin: 0 auto;
}
.middle {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.header, .offer, .footer, .certificate {
	background-color: #282525;
	color: var(--white_font);
}
.header {
	border-radius: 0 0 30px 30px;
}
.header__container {
	display: flex;
	padding: 27px 0;
}
.link-button {
	background-color: var(--button_bright_bg);
	text-transform: capitalize;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	color: #000000
}

/*** prime ***/

.prime__item {
	border-radius: 20px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.prime {
	margin-top: 95px;
	display: grid;
	grid-template-columns: 20% 27% 27% 20%;
	grid-template-rows: auto auto auto;
	gap: 2em;
	justify-content: space-between;
}
.prime > div:nth-child(1) {
	grid-column: 1;
	grid-row: span 2;
	height: 276px;
}
.prime > div:nth-child(2) {
	grid-column: 1;
	grid-row: 3;
	height: 169px;
}
.prime > div:nth-child(3) {
	grid-column: 2;
	grid-row: span 3;
	min-height: 477px;
	height: auto;
}
.prime > div:nth-child(4) {
	grid-column: 3;
	grid-row: span 3;
	min-height: 477px;
	height: auto;
}
.prime > div:nth-child(5) {
	grid-column: 4;
	grid-row: 1;
	height: 178px;
}
.prime > div:nth-child(6) {
	grid-column: 4;
	grid-row: span 2;
	height: 267px;
}
.no-mobile {
	position: relative;
}
.no-mobile::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.offer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 26px 40px 36px 66px;
	padding: 26px 5% 36px 10%;
}
.offer__title {
	font-size: 41px;
	line-height: 54px;
	font-weight: 500;
	max-width: 320px;
}
.offer__description {
	display: flex;
	margin-top: 30px;
}
.offer__icon svg {
	padding: 10px 0 0 0;
}
.offer__icon svg {
	width: 60px;
	height: 60px;
}
.offer__text-wrap {
	margin-left: 12px;
}
.offer__text-1,
.offer__text-1 * {
	font-size: 18px;
	line-height: 24px;
}
.offer__text-2,
.offer__text-2 * {
	font-size: 11px;
	line-height: 20px;
	margin-top: 11px;
}
.offer__link {
	width: 190px;
	line-height: 46px;
	font-size: 15px;
	margin-top: 40px;
}

/*** conditions ***/

.conditions {
	margin-top: 132px;
}
h2 {
	text-align: center;
	font-size: 30px;
	line-height: 39px;
	color: var(--black_text);
}
h3 {
	color: var(--black_text);
	font-size: 18px;
	line-height: 22px;
}
.tariff__term {
	color: var(--gray_text);
	font-size: 14px;
	line-height: 26px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.border {
	border: 1px solid var(--border_block);
	border-radius: 20px;
}
.tariff {
	margin-top: 53px;
	gap: 3%;
}
.tariff__terms {
	margin: 11px 0 0 20px;
}
.tariff__item {
	width: 30%;
	padding: 38px 32px 43px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 397px;
	position: relative;
}
.tariff__link {
	width: 161px;
	line-height: 40px;
	font-size: 14px;
	margin: auto 0 0;
}
.tariff__tag {
	background-color: var(--black_text);
	color: var(--white_font);
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 20px 20px 0 0;
}
.tariff__icon {
	height: 100px;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.advantage {
	margin-top: 38px;
}
.advantage__item {
	width: 30%;
	padding: 27px 32px 38px;
}
.advantage__description {
	color: var(--gray_text);
	font-size: 14px;
	line-height: 23px;
	margin-top: 10px;
}
.advantage__icon {
	height: 100px;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.advantage__title {
	margin-top: 10px;
}

/*** certificate ***/

.certificate {
	height: 381px;
	border-radius: 20px;
	margin-top: 171px;
}
.certificate__wrap {
	padding: 60px 0;
	position: relative;
}
.certificate__img {
	position: absolute;
	right: -30px;;
	top: -97px;
}
.certificate__title {
	font-size: 59px;
	line-height: 76px;
	text-align: start;
	color: var(--white_font);
	width: 530px;
}

/*** app ***/

.app {
	margin-top: 178px;
	padding: 33px 290px 78px 33px;
	position: relative;
	overflow: hidden;
}
.app__img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.app__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(3, 1fr);
	column-gap: 91px;
}
.app__item {
	display: flex;
	margin-top: 51px;
	align-items: center;
	max-width: 250px;
}
.app__icon svg {
	max-height: 45px;
	max-width: 45px;
}
.app__icon {
	display: flex;
}
.app__text {
	margin: 0 0 0 15px;
	font-size: 16px;
	line-height: 23px;
	color: var(--black_text)
}

/*** step ***/

.step {
	margin-top: 170px;
}
.step__wrapper {
	margin-top: 38px;
	padding: 37px 45px;
	gap: 3%;
}
.step__num {
	font-size: 48px;
	line-height: 60px;
	color: var(--black_text);
	font-weight: 500;
}
.step__next {
	color: var(--button_bright_bg);
	display: flex;
    flex-direction: column;
    justify-content: center;
	margin-left: 30px;
}
.step__next svg {
	width: 52px;
	height: 24px;
}
.step__num-wrap {
	display: flex;
}
.step__item {
	width: 22%;
}
.step__text {
	color: var(--gray_text);
	font-size: 14px;
	line-height: 23px;
}

/*** request ***/
.request {
	margin-top: 93px;
}
.request__wrapper {
	margin-top: 38px;
	padding: 24px 20px 50px 20px;
}
.request__wrapper > div {
	width: 50%;
}
.request__title {
	font-size: 30px;
    line-height: 1.3em;
}
.request__percent {
	display: flex;
	flex-direction: column;
    align-items: center;
	padding: 30px 0 0;
}
.percent p {
	font-size: 90px;
	color: #222222;
	text-align: center;
}
.percent {
	width: 225px;
	height: 225px;
	border: 5px solid #FFDF10;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.percent__title,
.form__title  {
	font-weight: 500;
}
.percent__title {
	margin-top: 35px;
}
.percent__text {
	margin-top: 12px;
	color: var(--gray_text);
}
.form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.form__container {
	display: flex;
	flex-direction: column;
	max-width: 359px;
	width: 100%;
	margin-top: 42px;
}
.form__input {
	height: 50px;
    font-size: 14px;
	background-color: #FFFBF8;
	border: 1px solid #ccc;
    border-radius: 3px;
	color: #333;
	padding: 6px 10px;
	width: 100%;
    line-height: 19px;
}
input[type="tel"] {
	margin-top: 20px;
}
input[type=checkbox] {
	border: 1px solid #ccc;
    background-color: #0075FF;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 3px;
    display: inline-block;
    vertical-align: baseline;
}
.form__consent-1 {
	font-size: 12px;
	color: var(--gray_text);
	line-height: 15px;
}
.form__consent-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px auto;
}
.form__button {
	line-height: 40px;
	color: var(--white_font);
	font-size: 14px;
}
.whatsapp-btn {
	background-color: #008000;
}
.telegram-btn {
	margin-top: 4px;
	background-color: #0000FF;
}
.form__consent-2 {
	text-align: center;
	color: var(--gray_text);
	font-size: 14px;
	line-height: 23px;
	padding: 5px;
}
.personal-data__link {
	color: #2EA3F2;
	font-weight: 500;
}

/*** footer ***/

.footer {
	padding: 37px 30px 35px;
	border-radius: 20px 20px 0 0;
	text-align: center;
	margin-top: 51px;
}
.footer * {
	text-decoration: none;
	color: var(--white_font);
	font-family: "Commissioner", sans-serif;
	font-weight: 500;
	line-height: 28px;
	font-size: 22px;
}

/*** *** ***/
.scroll-up {
	width: 38px;
	height: 38px;
	text-align: center;
    background: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 45px;
    right: 20px;
	cursor: pointer;
	border-radius: 5px;
	padding: 14px 0 0;
	display: none;
}
.scroll-up__arrow {
	display: inline-block;
	border-top: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
    padding: 5px;
	transform: rotate(45deg);
}

#widgethelp_uniquecssid {
	right: 85px !important;
    bottom: 42px !important;
}


@media (max-width: 1400px) {
	.no-mobile {
		display: none;
	}
	.main-wrapper {
		margin: 60px 15px;
	}
	.prime {
		grid-template-columns: 49% 49%;
		grid-template-rows: auto;
		margin-top: 0;
	}
	.prime > div:nth-child(3) {
		grid-column: 1;
		grid-row: 1;
	}
	
	.prime > div:nth-child(4) {
		grid-column: 2;
		grid-row: 1;
	}

}
@media (max-width: 1160px) {
	.header__container {
		padding: 27px;
	}
	.tariff__item {
		width: 32%;
	}
	.tariff {
		gap: 1%;
	}
	.certificate__wrap {
		padding: 60px 15px;
	}
	.certificate__title {
		font-size: 50px;
	}
	.certificate__img {
		right: 15px;
	}
}
@media (max-width: 1015px) {
	.conditions, .certificate, .app, .step {
		margin-top: 100px;
	}
	.certificate {
		height: auto;
		margin-top: 100px;
	}
	.certificate__img {
		position: static;
		display: block;
        margin: 0 0 0 auto;
	}
	.certificate__wrap {
        padding: 30px;
		max-width: 700px;
    }
	.app__list {
		column-gap: 5%;
	}
}

@media (max-width: 850px) {
	.main-wrapper {
		margin: 15px;
	}
	.prime {
		display: block;
	}
	.prime__item {
		margin-top: 15px;
	}
	.offer {
		padding: 26px 8% 36px 8%;;
	}
	.offer__title {
		font-size: 35px;
	}

	.tariff {
		flex-direction: column;
		margin-top: 15px;
	}
	.tariff__item {
		width: 100%;
        max-width: 500px;
		margin: 15px auto 0;
	}
	.advantage__item {
		width: 33%;
	}
	.app {
		padding: 30px 30px 60px;
	}
	.app__img {
		position: static;
		max-width: 287px;
		width: 100%;
		display: block;
        margin: 36px auto 0;
	}
	.step__wrapper {
		justify-content: space-around;
		padding: 0 30px 30px;
		gap: 0;
	}
	.step__item {
		width: 35%;
		margin-top: 30px;
	}
	.request__wrapper {
		flex-direction: column;
    	align-items: center;
	}
	.request__form-wrap {
		margin-top: 50px;
	}
	.request__wrapper > div {
		max-width: 360px;
    	width: 100%;
	}
	
}

@media (max-width: 650px) {
	.advantage {
		flex-direction: column;
		max-width: 500px;
		margin: 30px auto;
	}
	.advantage__item {
		width: 100%;
	}
	.advantage__icon {
		flex-direction: row;
	}
	.advantage__title {
		text-align: center;
	}
	.certificate__wrap {
        padding: 30px 15px;
    }
	.certificate__title {
        font-size: 35px;
		line-height: 47px;
		width: 350px;
    }
	.certificate__img {
		margin: 15px auto 0;
	}
	.scroll-up {
		bottom: 15px;
    	right: 20px;
	}
	#widgethelp_uniquecssid {
		right: 20px !important;
		bottom: 75px !important;
	}
}

@media (max-width: 500px) {
	.offer__title {
		font-size: 30px;
		line-height: 44px;
	}
	.prime > div:nth-child(3) {
		min-height: 320px;
	}
	.conditions, .certificate, .app, .step, .request {
		margin-top: 60px;
	}
	.certificate__title {
		font-size: 25px;
        line-height: 36px;
		width: 280px;
	}
	.certificate__img {
		width: 100%;
	}
	.app {
		padding: 30px 15px 45px;
	}
	.app__list {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(6, 1fr);
		justify-items: center;
	}
	.app__img {
		max-width: 275px;
	}
	.step__item {
        width: 80%;
	}
	.footer * {
		font-size: 16px;
	}
	.percent__title {
		font-size: 27px;
	}
	
	
}

.hero__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.55);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:30px 20px;
}

/* кнопка внутри слайдера */
.hero__overlay .link-button{
  height: 21px;            /* вместо исходного размера */
  width: auto;
}

.header--overlay{
  position:absolute;
  top:0; left:0; right:0;
  z-index:1000;
  background:rgba(40,37,37,0);
  pointer-events:none;
  padding:0px 0;          /* <-- компактная высота «плашки» */
}
.header--overlay .header__logo{
  height:21px;           /* <-- маленький логотип */
  width:auto;
}

/* ===== HERO-SPLIT c волнистым окном ===== */
.hero-split{
  display:flex;
  align-items:center;
  min-height:100vh;
  background:#282525;
  color:#fff;
}
.hero-split{
  background:#000;          /* максимально черный фон */
}

/* левая половина */
.hero-split__slider{
  flex:1 1 50%;
  display:flex;               /* центрирование по вертикали/горизонтали */
  align-items:center;
  justify-content:center;
  padding:20px;
}

.hero-split__window{
  width:clamp(320px,70%,600px);
  aspect-ratio:16/10;
  border-radius:40px;
  overflow:hidden;

  /* ещё более плавное исчезновение */
  -webkit-mask-image:radial-gradient(
        ellipse 120% 150% at 50% 50%,
        #000 45%,             /* чуть раньше начинает уходить */
        transparent 100%);
  mask-image:radial-gradient(
        ellipse 120% 150% at 50% 50%,
        #000 45%,
        transparent 100%);
}

/* слайдер внутри окна */
.hero-split__slides{
  display:flex;
  width:300%;
  height:100%;
  animation:slideLeft 12s infinite;
}
.hero-split__slides img{
  flex:0 0 33.333%;
  width:33.333%;
  height:100%;
  object-fit:cover;
}
@keyframes slideLeft{
  0%,30%   {transform:translateX(0);}
  33%,63%  {transform:translateX(-33.333%);}
  66%,96%  {transform:translateX(-66.666%);}
}

/* правая часть (без изменений) */
.hero-split__content{
  flex:1 1 50%;
  padding:clamp(30px,4vw,60px);
}
.hero-split__content h1{
  font-size:clamp(24px,4vw,46px);
  line-height:1.2;
  margin-bottom:15px;
}
.hero-split__accent{
  font-size:22px;
  color:#FFDF10;
  margin-bottom:10px;
}
.hero-split__text{
  font-size:16px;
  line-height:1.4;
  margin-bottom:30px;
  max-width:400px;
}
.hero-split__btn{
  width:220px;
  line-height:50px;
  font-size:16px;
}

/* ===== АДАПТИВ ===== */
@media(max-width:992px){
  .hero-split{flex-direction:column}
  .hero-split__slider,
  .hero-split__content{width:100%;flex:none}
  .hero-split__slider{order:-1;padding:15px}
  .hero-split__window{width:clamp(240px,80%,360px)}
  .hero-split__content{text-align:center}
}

.tab-block input{display:none}
.tab-nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:20px}
.tab-nav label{background:#eee;border-radius:20px;padding:8px 16px;font-size:14px;cursor:pointer}
input:nth-of-type(1):checked~.tab-nav label:nth-of-type(1),
input:nth-of-type(2):checked~.tab-nav label:nth-of-type(2),
input:nth-of-type(3):checked~.tab-nav label:nth-of-type(3){background:#FFDF10;color:#000}

.tab-content{position:relative}
.tab-pane{display:none;background:#fff;border:1px solid #ccc;border-radius:16px;padding:25px;animation:fade .3s}
input:nth-of-type(1):checked~.tab-content #pane1,
input:nth-of-type(2):checked~.tab-content #pane2,
input:nth-of-type(3):checked~.tab-content #pane3{display:block}
@keyframes fade{from{opacity:0}to{opacity:1}}


.tab-block{
  display:flex;
  flex-direction:column;
  gap:20px;               /* ← пробелы между блоками */
}


/* ===== АДАПТИВ ДЛЯ МОБИЛЬНЫХ УСТРОЙСТВ ===== */
@media (max-width: 767px) {
  /* Общие стили для hero-split */
  .hero-split {
    flex-direction: column;
    min-height: auto;
    padding: 40px 0;
    text-align: center;
  }
  
  /* Слайдер */
  .hero-split__slider {
    order: 2;
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }
  
  .hero-split__window {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 16/9;
    border-radius: 20px;
  }
  
  /* Контент */
  .hero-split__content {
    order: 1;
    padding: 0 20px;
    text-align: center;
  }
  
  .hero-split__content h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  
  .hero-split__accent {
    font-size: 18px;
  }
  
  .hero-split__text {
    font-size: 14px;
    margin: 15px auto 25px;
    max-width: 300px;
  }
  
  .hero-split__btn {
    width: 100%;
    max-width: 280px;
    line-height: 45px;
    font-size: 15px;
    margin: 0 auto;
  }
  
  /* Анимация слайдера */
  @keyframes slideLeft {
    0%,30%   {transform:translateX(0);}
    33%,63%  {transform:translateX(-33.333%);}
    66%,96%  {transform:translateX(-66.666%);}
  }
  
  /* Табы */
  .tab-nav {
    gap: 8px;
    margin-bottom: 15px;
  }
  
  .tab-nav label {
    padding: 6px 12px;
    font-size: 12px;
  }
  
  .tab-pane {
    padding: 15px;
  }
  
  .tab-pane h3 {
    font-size: 16px;
  }
  
  .tab-pane p {
    font-size: 14px;
    margin: 10px 0;
  }
  
  .tab-pane .link-button {
    width: 100%;
    max-width: 200px;
    margin: 15px auto 0;
  }
}

/* Дополнительные адаптивные стили для очень маленьких экранов */
@media (max-width: 480px) {
  .hero-split__content h1 {
    font-size: 22px;
  }
  
  .hero-split__accent {
    font-size: 16px;
  }
  
  .hero-split__text {
    font-size: 13px;
  }
  
  .hero-split__btn {
    line-height: 42px;
    font-size: 14px;
  }
  
  .hero-split__window {
    aspect-ratio: 4/3;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  /* Центрирование для планшетов */
  .hero-split {
    min-height: calc(100vh - 80px); /* Учитываем высоту хедера */
    display: flex;
    align-items: center; /* Вертикальное центрирование */
    justify-content: center; /* Горизонтальное центрирование */
    padding: 40px 20px;
  }

  .hero-split__slider {
    align-self: center; /* Центрируем слайдер */
    padding-bottom: 0;
  }

  .hero-split__content {
    align-self: center; /* Центрируем контент */
    padding-top: 0;
    padding-bottom: 0;
  }

  /* Оптимизация размеров для iPad */
  .hero-split__window {
    width: 90%;
    max-width: 500px;
    aspect-ratio: 16/10;
  }

  .hero-split__content h1 {
    font-size: 32px;
  }

  .hero-split__accent {
    font-size: 20px;
  }
}

/* Дополнительно для ландшафтной ориентации */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
  .hero-split {
    min-height: calc(100vh - 60px);
    padding: 20px;
  }

  .hero-split__window {
    aspect-ratio: 16/9;
  }
}

/* Исправление для текста в hero-split */
.hero-split__text {
  text-align: center; /* Принудительное центрирование */
  margin-left: auto;  /* Автоматические отступы */
  margin-right: auto;
  max-width: 90%;     /* Ограничение ширины */
  padding: 0 15px;    /* Защитные отступы */
}

/* Для планшетов (iPad Air и подобные) */
@media (min-width: 768px) and (max-width: 1180px) {
  .hero-split__text {
    max-width: 80%;   /* Чуть шире на планшетах */
    padding: 0;       /* Убираем боковые отступы */
  }
}

/* Для мобильных устройств */
@media (max-width: 767px) {
  .hero-split__text {
    max-width: 100%;  /* На всю доступную ширину */
  }
}
/* Основные стили для работы табов */
.tab-block input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.tab-content {
  position: relative;
}

.tab-pane {
  display: none;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

#tab1:checked ~ .tab-content #pane1,
#tab2:checked ~ .tab-content #pane2,
#tab3:checked ~ .tab-content #pane3 {
  display: block;
}

/* Стили для активного таба */
.tab-block input:checked + .tab-nav label {
  background: #FFDF10;
  color: #000;
  box-shadow: 0 4px 12px rgba(255, 223, 16, 0.3);
}

/* Стили для содержимого табов */
.tab-pane {
  padding: 25px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eee;
  margin-top: 15px;
}

.tab-header {
  position: relative;
  margin-bottom: 20px;
}

.tab-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.tab-checkmark {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #FFDF10;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.tab-checkmark svg {
  width: 20px;
  height: 20px;
  fill: #000;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.benefits-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.benefits-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23FFDF10" d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat;
}

@media (max-width: 768px) {
  .tab-nav {
    flex-direction: column;
    gap: 10px;
  }
  
  .tab-nav label {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
  
  .tab-pane {
    padding: 20px 15px;
  }
  
  .tab-checkmark {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
  
  .tab-checkmark svg {
    width: 16px;
    height: 16px;
  }
}

/* Стили для кнопок табов */
.tab-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #e0e0e0;
  min-width: 120px;
  position: relative;
  text-align: center;
}

.tab-icon {
  width: 40px;
  height: 40px;
  background: #FFDF10;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.tab-icon svg {
  width: 24px;
  height: 24px;
  fill: #000;
}

.tab-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ff4757;
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(255,71,87,0.3);
}

/* Активный таб */
.tab-block input:checked ~ .tab-nav .tab-label {
  background: #fff;
  border-color: #FFDF10;
  box-shadow: 0 5px 15px rgba(255,223,16,0.3);
}

/* Стили для контента табов */
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.benefits-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.bullet-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: #FFDF10;
}

.link-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #FFDF10;
  border-radius: 30px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: transform 0.2s;
}

.link-button:hover {
  transform: translateY(-2px);
}

/* Адаптация */
@media (max-width: 768px) {
  .tab-nav {
    flex-direction: column;
    gap: 10px;
  }
  
  .tab-label {
    flex-direction: row;
    justify-content: flex-start;
    padding: 15px 20px;
    text-align: left;
  }
  
  .tab-icon {
    margin-bottom: 0;
    margin-right: 15px;
    width: 32px;
    height: 32px;
  }
  
  .tab-icon svg {
    width: 18px;
    height: 18px;
  }
}

/* Стили для логотипов в табах */
.tab-logo-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  border: 2px solid #FFDF10;
}

.tab-logo {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}

.tab-header {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.tab-checkmark {
  position: absolute;
  top: 0;
  right: calc(50% - 40px);
  width: 24px;
  height: 24px;
  background: #FFDF10;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-checkmark svg {
  width: 14px;
  height: 14px;
  fill: #000;
}

.tab-logo-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 2px solid #FFDF10;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  overflow: hidden; /* Обязательно! */
}


.tab-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  transform: scale(1.86); /* Начальный масштаб */
}

/* Секция Яндекс Про */
.yandex-pro {
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.yandex-pro__container {
  position: relative;
  z-index: 2;
}

.yandex-pro__header {
  text-align: center;
  margin-bottom: 50px;
}

.yandex-pro__title {
  font-size: 36px;
  color: #222;
  margin-bottom: 15px;
  font-weight: 700;
}

.yandex-pro__subtitle {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.yandex-pro__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}

.yandex-pro__demo {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.yandex-pro__image {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.yandex-pro__badge {
  position: absolute;
  bottom: -20px;
  right: 20%;
  background: white;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.yandex-pro__logo {
  height: 30px;
  width: auto;
}

.yandex-pro__features {
  flex: 1;
  min-width: 300px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.feature-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.feature-card__icon {
  margin-bottom: 20px;
}

.feature-card__title {
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 600;
}

.feature-card__text {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

.yandex-pro__cta {
  text-align: center;
}

.yandex-pro__button {
  display: inline-block;
  background: #FFCC00;
  color: #000;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.yandex-pro__button:hover {
  background: #ffd633;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255,204,0,0.3);
}

.yandex-pro__download {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.download-badge img {
  height: 50px;
  transition: transform 0.3s ease;
}

.download-badge:hover img {
  transform: scale(1.05);
}

/* Адаптация */
@media (max-width: 768px) {
  .yandex-pro__title {
    font-size: 28px;
  }
  
  .yandex-pro__content {
    flex-direction: column;
  }
  
  .yandex-pro__badge {
    position: static;
    margin: 20px auto 0;
    width: fit-content;
  }
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .yandex-pro {
    padding: 40px 15px;
  }
  
  .yandex-pro__title {
    font-size: 24px;
    padding: 0 10px;
  }
  
  .yandex-pro__subtitle {
    font-size: 16px;
    padding: 0 10px;
  }
  
  .yandex-pro__content {
    flex-direction: column-reverse; /* Меняем порядок на мобильных */
    gap: 30px;
  }
  
  .yandex-pro__demo {
    width: 100%;
    padding: 0 15px;
  }
  
  .yandex-pro__image {
    max-width: 280px;
  }
  
  .yandex-pro__badge {
    position: static;
    margin: 20px auto 0;
    width: max-content;
    max-width: 90%;
    padding: 8px 15px;
  }
  
  .yandex-pro__features {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }
  
  .feature-card {
    padding: 20px;
  }
  
  .yandex-pro__cta {
    padding: 0 15px;
  }
  
  .yandex-pro__button {
    width: 100%;
    max-width: 300px;
    padding: 12px 20px;
    font-size: 15px;
  }
  
  .download-badge img {
    height: 40px;
  }
}

@media (max-width: 480px) {
  .yandex-pro__title {
    font-size: 22px;
  }
  
  .yandex-pro__subtitle {
    font-size: 15px;
  }
  
  .yandex-pro__download {
    flex-direction: column;
    align-items: center;
  }
}

/* Секция с шагами */
.steps {
  background: #f9f9f9;
  padding: 60px 0;
  position: relative;
}

.steps__container {
  position: relative;
  z-index: 2;
}

.steps__header {
  text-align: center;
  margin-bottom: 50px;
}

.steps__title {
  font-size: 36px;
  color: #222;
  margin-bottom: 15px;
  font-weight: 700;
}

.steps__subtitle {
  font-size: 18px;
  color: #666;
}

.steps__timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.step-card {
  flex: 1;
  min-width: 200px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.step-card__number {
  position: relative;
  width: 50px;
  height: 50px;
  background: #FFCC00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  flex-shrink: 0;
}

.step-card__arrow {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.step-card:last-child .step-card__arrow {
  display: none;
}

.step-card__content {
  padding-top: 5px;
}

.step-card__title {
  font-size: 18px;
  color: #222;
  margin-bottom: 8px;
  font-weight: 600;
}

.step-card__text {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

.steps__cta {
  text-align: center;
}

.steps__button {
  display: inline-block;
  background: #FFCC00;
  color: #000;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.steps__button:hover {
  background: #ffd633;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255,204,0,0.3);
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
  .steps {
    padding: 40px 15px;
  }
  
  .steps__title {
    font-size: 26px;
  }
  
  .steps__subtitle {
    font-size: 16px;
  }
  
  .steps__timeline {
    flex-direction: column;
    gap: 25px;
  }
  
  .step-card {
    width: 100%;
  }
  
  .step-card__arrow {
    display: none;
  }
  
  .steps__button {
    width: 100%;
    max-width: 300px;
    padding: 12px 20px;
  }
}

/* Современный герой-блок */
.hero-modern {
  position: relative;
  height: 100vh;
  min-height: 650px;
  color: #fff;
  overflow: hidden;
}

.hero-modern__container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-modern__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-modern__slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-modern__slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
  animation: slideShow 12s infinite;
}

.hero-modern__slide:nth-child(1) {
  animation-delay: 0s;
}
.hero-modern__slide:nth-child(2) {
  animation-delay: 4s;
}
.hero-modern__slide:nth-child(3) {
  animation-delay: 8s;
}

@keyframes slideShow {
  0%, 30% { opacity: 1; }
  33%, 100% { opacity: 0; }
}

.hero-modern__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
}

.hero-modern__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-modern__text {
  max-width: 600px;
}

.hero-modern__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.hero-modern__highlight {
  color: #FFCC00;
  font-size: 56px;
  margin: 10px 0;
}

.hero-modern__benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.hero-modern__benefits li {
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.hero-modern__benefits svg {
  margin-right: 12px;
}

.hero-modern__cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.hero-modern__btn {
  display: inline-flex;
  align-items: center;
  background: #FFCC00;
  color: #000;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-modern__btn:hover {
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.hero-modern__btn svg {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.hero-modern__btn:hover svg {
  transform: translateX(5px);
}

.hero-modern__guarantee {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  opacity: 0.9;
}

/* Адаптация для планшетов */
@media (max-width: 992px) {
  .hero-modern__title {
    font-size: 40px;
  }
  
  .hero-modern__highlight {
    font-size: 48px;
  }
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
  .hero-modern {
    min-height: 600px;
    height: auto;
    padding: 100px 0;
  }
  
  .hero-modern__title {
    font-size: 32px;
  }
  
  .hero-modern__highlight {
    font-size: 38px;
  }
  
  .hero-modern__benefits li {
    font-size: 16px;
  }
  
  .hero-modern__cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .hero-modern__overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%);
  }
}

.tab-block {
  background: #f9f9f9;
  padding: 60px 0;
  position: relative;
}

/* Герой-блок с адаптацией под мобильные */
.hero-mobile-friendly {
  position: relative;
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  overflow: hidden;
  color: #fff;
}

.hero-mobile-friendly__slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-mobile-friendly__slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: mobileSlideShow 16s infinite;
  transition: opacity 0.3s ease-out;
}


.hero-mobile-friendly__slide:nth-child(1) {
  animation-delay: 0s;
}
.hero-mobile-friendly__slide:nth-child(2) {
  animation-delay: 5s;
}
.hero-mobile-friendly__slide:nth-child(3) {
  animation-delay: 10s;
}

@keyframes mobileSlideShow {
  0%, 25% { opacity: 1; }
  33%, 100% { opacity: 0; }
}

.hero-mobile-friendly__content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
}

.hero-mobile-friendly__text {
  margin-top: auto;
  margin-bottom: 40px;
}

.hero-mobile-friendly__title {
  font-size: clamp(28px, 6vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.hero-mobile-friendly__highlight {
  color: #FFCC00;
  font-size: clamp(32px, 7vw, 56px);
  margin: 5px 0;
}

.hero-mobile-friendly__benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 25px 0;
}

.benefit-item {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 4vw, 18px);
}

.benefit-item svg {
  margin-right: 10px;
  flex-shrink: 0;
}

.hero-mobile-friendly__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFCC00;
  color: #000;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-size: clamp(16px, 4vw, 18px);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
}

.hero-mobile-friendly__button:hover {
  background: #fff;
  transform: translateY(-3px);
}

.hero-mobile-friendly__button svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.hero-mobile-friendly__button:hover svg {
  transform: translateX(5px);
}

.hero-mobile-friendly__badge {
  margin-top: auto;
  margin-bottom: 30px;
  text-align: center;
}

/* Оптимизация для разных ориентаций */
@media (orientation: portrait) and (max-height: 700px) {
  .hero-mobile-friendly {
    min-height: 100vh;
  }
  
  .hero-mobile-friendly__text {
    margin-bottom: 20px;
  }
}

@media (orientation: landscape) {
  .hero-mobile-friendly__content {
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 100%);
  }
  
  .hero-mobile-friendly__text {
    max-width: 60%;
  }
}

/* Стили для формы */
.form-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.form__button {
    border: none;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
}

.whatsapp-btn {
    background-color: #25D366;
    color: white;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
}

.telegram-btn {
    background-color: #0088cc;
    color: white;
}

.telegram-btn:hover {
    background-color: #006699;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .form-buttons {
        flex-direction: column;
    }
    
    .form__button {
        padding: 10px 15px;
        font-size: 14px;
    }
}

/* Анимация кнопок */
.form__button {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.form__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.form__button:active {
    transform: translateY(0);
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

/* Анимация пульсации без подчёркивания */
@keyframes pulse {
  0% { 
    transform: scale(1);
    text-shadow: 0 0 0 rgba(255, 204, 0, 0.5);
  }
  50% { 
    transform: scale(1.05);
    text-shadow: 0 0 15px rgba(255, 204, 0, 0.8);
  }
  100% { 
    transform: scale(1);
    text-shadow: 0 0 0 rgba(255, 204, 0, 0.5);
  }
}

.pulse-animation {
  display: inline-block;
  animation: pulse 2s infinite;
  color: #FFCC00;
  font-weight: bold;
  padding: 0 5px;
}

/* Оптимизация для мобильных */
@media (max-width: 768px) {
  .hero-mobile-friendly__title {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .pulse-animation {
    font-size: 1.8rem;
    align-self: center;
  }
}

/* Основные стили */
.hero-mobile-friendly__title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.title-line {
  display: block;
}

.pulse-animation {
  display: inline-block;
  animation: pulse 2s infinite;
  color: #FFCC00;
}

/* Адаптация для горизонтального режима */
@media (max-width: 844px) and (max-height: 390px) and (orientation: landscape) {
  .hero-mobile-friendly__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .hero-mobile-friendly__title {
    font-size: 1.2rem;
    gap: 3px;
  }
  
  .hero-mobile-friendly__benefits {
    margin-top: 8px;
  }
  
  .benefit-item {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }
  
  .hero-cta-block {
    margin-top: 10px;
  }
  
  .hero-mobile-friendly__button {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

/* Анимация пульсации */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Уменьшаем только нужный текст в горизонтальной ориентации */
@media (max-height: 600px) and (orientation: landscape) {
  /* Заголовок "Подключение водителей..." */
  .hero-mobile-friendly__title span {
    font-size: 1.5rem !important;
  }

  /* Текст "0% комиссии" */
  .hero-mobile-friendly__highlight {
    font-size: 1.8rem !important;
  }

  /* Блок с преимуществами (Моментальные выплаты, Свободный график...) */
  .benefit-item span {
    font-size: 0.9rem !important;
  }

  /* Текст под кнопкой "Оставьте заявку..." */
  .hero-cta-text {
    font-size: 0.9rem !important;
  }
}
